﻿html, body {
    /*height: 100%;
    width: 100%;*/
    min-height: 100%;
    margin: 0;
    padding: 0;
    /*overflow-y: hidden;*/
}

body {
    background-color: #34374c; /* For older browsers (IE) */
    background: linear-gradient(#242633, #34374c, #2c2f3f);
    background: -webkit-linear-gradient(#242633, #34374c, #2c2f3f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#242633, #34374c, #2c2f3f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#242633, #34374c, #2c2f3f); /* For Firefox 3.6 to 15 */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*overflow-y: hidden;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}
#smoothstate-container {
    min-height: calc(100vh - 200px);
    /*min-height: 750px;*/
    /*min-height: -webkit-fill-available;*/
}
#login-signup-bg #smoothstate-header {
    /*height: 100vh;
    height: -webkit-fill-available;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

p, div, span {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, div, span {
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.ui-datepicker-calendar div, .ui-datepicker-calendar span {
    color: black;
}
a {
    color: #fda545;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #fda545;
}

.float-left {
    display: inline-block;
    float: left;
}

.float-right {
    display: inline-block;
    float: right;
}

.row {
    margin-left: 0 !important; /* Override Bootstrap */
    margin-right: 0 !important;
}

.div-btn {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#message-banner {
    padding: 15px 25px 15px 25px;
    width: 100%;
    /*background: rgba(155, 194, 59, 1);*/
    position: fixed;
    bottom: -200px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.video-container {
    box-shadow: black 3px 3px 15px;
    margin: 35px;
    width: 100%;
    /*position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;*/
}

.video-container iframe,
.video-container object,
.video-container embed {
    width: 100%;
    height: 40vh;
    /* width: auto; */
    max-height: 360px;
}

/*
*   SPINNERS
*/

.spinner {
  /*margin: auto;*/
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #7c8093;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* 
*   HEADER/FOOTER SECTION
*/

#home-button {
    cursor: pointer;
}

@media (max-width: 960px) {
    #menu-container {
        margin-top: 10px !important;
    }

    #menu-container > div {
        width: 290px;
        /*max-width: 1000px;*/
        display: block;
        margin: auto;
        height: 290px;
    }

    .menu-item {
        /*left: 50px;*/
        margin: auto !important; 
        position: relative;
    }
}

#header {
    display: block;
    position: relative;
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
}

#header img {
    margin-top: 15px;
    height: 40px;
}

#header-buttons {
    margin-top: 35px;
}
#header-buttons .glyphicon {
    font-size: 24px;
    vertical-align: bottom;
    margin: 0 10px 0 10px;
}
#header-buttons .glyphicon:hover {
    text-decoration: none;
}
#header-buttons .glyphicon .notification-badge {
    text-align: center;
    background: #fda545;
    border-radius: 10px;
    color: white;
    padding: 2px 3px 3px 4px;
    font-size: 10px;
    position: absolute;
    display: block;
    top: 1px;
    right: -5px;
    width: 18px;
    height: 18px;
}
#header-buttons a {
    color: white;
}
#header-buttons a:focus {
    text-decoration: none;
}
.popover {
    padding: 0;
}
.popover.bottom .arrow:after {
    border-bottom-color: #545972;
}
.popover-title {
    background: #545972;
    border: none;
    text-align: center;
    font-weight: bold;
    padding: 15px 50px 15px 50px;
}

.popover-content {
    /*color: black;
    text-align: center;*/
    /*padding: 15px 15px 0 15px;*/
    padding: 0;
}
.popover-content table {
    margin: 0;
}
.popover-content tbody > tr > td {
    border: none !important;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.popover-content tr:nth-child(odd) {
    background: #8f94a9;
}
.popover-content tr:nth-child(even) {
    background: #aaafc2;
}
.popover-content tr .new-notification {
    background: #545972;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
#header-buttons .popover-content {
    max-height: 400px;
    overflow-y: auto;
}
#all-notifications 
{
    background: #aaafc2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*padding-top: 10px;*/
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

#main-menu {
    overflow: auto;
    padding-top: 20vh;
}
#main-menu > div {
    overflow: hidden;
    max-width: 950px;
    width: 100%;
}

body.modal-open, body.modal-open .navbar-fixed-top {
    margin-right: 0 !important;
}

/*#menu-container {
    margin-top: 20vh;
}*/
.menu-item {
    transition: box-shadow .4s;
    background-color: #7c8093;
    background: linear-gradient(#7c8093 #4e526b) no-repeat center center fixed;
    background: -webkit-linear-gradient(#7c8093, #4e526b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7c8093, #4e526b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7c8093, #4e526b); /* For Firefox 3.6 to 15 */
    padding: 30px;
    /*margin: 15px;*/
    height: 250px;
    /*width: 250px;*/
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
}
.menu-item:hover {
    box-shadow: hsl(35, 70%, 60%) 0 5px 15px;
    text-decoration: none;
}
.menu-item > div {
    margin: auto;
    margin-bottom: 25px;
    background: #41455d;
    border-radius: 200px;
    height: 150px;
    width: 150px;
    overflow: hidden;
}
.menu-item p {
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#menu-container img {
    width: 150px;
    height: 150px;
    margin: 0;
} 
#menu-container img.helpcenter-image {
    margin-top: 40px;
    margin-left: 35px;
    height: 75px;
    width: 75px;
}

footer {
    clear: both;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    /*margin-bottom: 15px;*/
    padding-bottom: 15px;
    position: relative;
}

/*footer .col-sm-4:nth-child(2) p {
    font-weight: 100;
}*/

/*footer .col-sm-4:last-child {
    margin-top: -15px;
}*/

footer img {
    height: 25px;
    margin: -10px 0 0 10px;
}

footer .glyphicon {
    font-size: 24px;
    color: gray;
}
#login-signup-bg footer .glyphicon, #login-signup-bg footer p {
    color: white;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer a:focus {
    color: white;
}

hr {
    border-color: #797d92;
}

h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.displayNone
{
    display: none !important;
}

input {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 10px;
}

.input-group {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 5px;
}
.input-group input {
    margin: 0;
}
.input-group-addon, .form-control:not(#drp-date-range):not(#drp-calendar-type) {
    background: white;
    height: 40px;
    color: #060606;
    border: none;
}
.input-group-addon {
    font-size: 18px;
    height: 10px !important;
}

.orange-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    /*margin-bottom: 15px;*/
    position: relative;
    padding: 14px 20px 14px 20px;
    background: #fda545;
    color: white;
    border-radius: 40px;
    width: 100%; 
    max-width: 300px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    border: none;
}
.green-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    /*margin-bottom: 15px;*/
    position: relative;
    padding: 14px 20px 14px 20px;
    background: #97c15e;
    color: white;
    border-radius: 40px;
    width: 100%;
    max-width: 300px;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    border: none;
}
.orange-btn:focus, .green-btn:focus {
    outline: none;
}

.sign-up-teaser {
    margin: 40px 0;
    text-align: center;
}
.sign-up-teaser h1 {
    font-weight: bold;
    margin-top: 0;
}
.sign-up-teaser p {
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px black;
}

#back-to-login-btn {
    text-align: center;
    margin: auto;
    /*padding: 10px;*/
    width: 100%;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
#back-to-login-btn a {
    /*color: white !important;*/
    color: white !important;
}

#account-btn {
    z-index: 20;
    position: relative;
}
.account-dropdown {
    position: relative;
    display: inline-block;
}
.account-dropdown-content {
    /*transition: width .2s, max-height 1s, height 1s, opacity .2s;*/
    right: 0;
    position: absolute;
    background-color: #aaafc2;
    padding-top: 40px;
    margin-top: -30px;
    margin-right: -10px;
    max-height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    /*z-index: -10;*/
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
}
.account-dropdown-content a {
    transition: all 1s;
    color: white;
    opacity: 0;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}
.account-dropdown-content a:nth-child(odd) {
    background-color: #8f94a9;
}

/*#account-dropdown-content:hover {*/
.account-dropdown-content-open {
    max-height: 1000px;
    width: 180px;
    opacity: 1;
}
/*.account-dropdown:hover #account-dropdown-content a {*/
.account-dropdown-content-open a {
    opacity: 1;
}

.tour-IntroTour .popover-content, .tour-PostCreateAppTour .popover-content {
    padding: 15px 15px 0 15px;
    color: black;
    text-align: center;
}

.tour-step-background {
    background: rgba(128, 128, 128, 0.5) !important;
}

#support-container {
    border-radius: 15px;
    display: block;
    bottom: 20px;
    padding: 10px;
    position: fixed;
    right: 20px;
    width: 200px;
    /*transition: all .3s ease;*/
    z-index: 1100;
}
#support-container.active {
    background: lightgray;
    border: black 1px solid;
}
#support-container .support-icon {
    height: 100%;
    width: 100%;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -ms-transition: transform .3s ease, height .3s ease, width .3s ease;
    -o-transition: transform .3s ease, height .3s ease, width .3s ease;
    -webkit-transition: transform .3s ease, height .3s ease, width .3s ease;
    transition: transform .3s ease, height .3s ease, width .3s ease;
}

#support-container.active .support-icon {
    background: white;
    border: lightgray 1px solid;
    border-radius: 30px;
    height: 37px;
    position: absolute;
    -ms-transform: translate(-35px,-30px);
    -webkit-transform: translate(-35px,-30px);
    transform: translate(-35px,-30px);
    width: 37px;
}

#support-container img {
    cursor: pointer;
    width: 100%;
}
#support-container .support-message-container {
    height: 0;
    opacity: 0;
    visibility: hidden;
    /*transition: all .3s ease;*/
}
#support-container.active .support-message-container {
    height: initial;
    opacity: 1;
    visibility: visible;
}
#support-container textarea {
    background: white;
    /*color: white;*/
    /*height: 150px;*/
    height: 0;
    padding: 5px;
    resize: none;
    width: 100%;
    -ms-transition: height .3s ease;
    -o-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}

#support-container.active textarea {
    height: 150px;
}
#support-container .green-btn {
    font-size: 12px;
    padding: 5px;
}
#support-container p {
    text-align: center;
}

/*
*   Login
*/

#login-signup-bg #header {
    background: black;
    padding-bottom: 15px;
}
#login-signup-bg li p {
    color: black;
}
#login-signup-bg .offset-signup-container {
    margin-top: -200px;
}
#login-signup-bg .offset-login-container, #login-signup-bg .offset-signup-container {
    /*position: absolute;*/
}
#login-signup-bg .offset-login-container {
    transform: translateY(-30px);
}
#login-signup-bg .login-description {
    background: white;
    color: black;
}
#login-signup-bg h4, #login-signup-bg li {
    color: black;
    font-weight: lighter;
    list-style-type: square;
}
#login-sign-bg #smoothstate-container {
    margin-bottom: 80px;
}
#login-signup-bg footer {
    background: black;
    padding: 30px 0;
    /*position: absolute;*/
    bottom: 0;
}
#login-signup-bg .signup-img-bg {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../Images/mycdo-top-banner.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.login-container .narrow-container {
    transform: translateY(-50%);
}
.login-container #back-to-login-btn {
    transform: translateY(-100px);
}
.login-hero-50 {
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url(../Images/my_calldorado_bg_july_2017.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 40vh;*/
    text-align: center;
    padding: 6% 0 14% 0;
}

#login-container {
    padding: 0;
    border: none;
    float: none;
    width: 70%;
    height: 500px;
    max-height: 800px;
    margin: 50px auto !important;
    /*background: url("../Images/slider-bg-nov-15.png");*/
    background: #a7b5c6;
    background-position-x: center;
    background-position-y: center;
    background-size: 1000px 600px;
    background-repeat: no-repeat;
    -webkit-box-shadow: rgba(0,0,0,.5) -5px 5px 10px;
    -moz-box-shadow: rgba(0,0,0,.5) -5px 5px 10px;
    box-shadow: rgba(0,0,0,.5) -5px 5px 10px;
}

#login-signup-bg {
    /*background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url(../Images/my_calldorado_bg_july_2017.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;*/
    background: rgb(43,139,138);
    background: -moz-linear-gradient(0deg, rgba(43,139,138,1) 10%, rgba(29,104,140,1) 60%);
    background: -webkit-linear-gradient(0deg, rgba(43,139,138,1) 10%, rgba(29,104,140,1) 60%);
    background: linear-gradient(0deg, rgba(43,139,138,1) 10%, rgba(29,104,140,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b8b8a",endColorstr="#1d688c",GradientType=1);
    color: #364a55;
}

/*#login-signup-bg h2, #login-signup-bg label, #login-signup-bg a, #login-container div, #login-signup-bg p, #login-container span {
    color: #364a55;
}*/
#login-signup-bg footer a {
    color: white;
}
#login-signup-bg .narrow-container footer {
    background: none;
    position: initial;
}
#login-signup-bg a {
    font-weight: bold;
}
#login-signup-bg a:hover {
    text-decoration: underline;
}

@-moz-document url-prefix() {
    #login-container{
        background-position: -10px -5px;
    }
}

@media (max-width: 991px) {
    #login-signup-bg {
        background: rgb(43,139,138);
        background: -moz-linear-gradient(0deg, rgba(43,139,138,1) 10%, rgba(29,104,140,1) 60%);
        background: -webkit-linear-gradient(0deg, rgba(43,139,138,1) 10%, rgba(29,104,140,1) 60%);
        background: linear-gradient(0deg, rgba(43,139,138,1) 10%, rgba(29,104,140,1) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b8b8a",endColorstr="#1d688c",GradientType=1);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        /*background: white;*/
        color: #364a55;
    }
    #login-signup-bg .offset-signup-container {
        margin-top: 0;
    }
    #login-container {
        width: 100%;
    }
    .narrow-container {
        max-width: 400px !important;
        width: 100% !important;
    }
    .offset-signup-container {
        position: relative;
    }
    .login-hero-50 {
        background: none;
    }
    .login-container .narrow-container {
        transform: translateY(0);
    }
    .login-container #back-to-login-btn {
        transform: translateY(0);
    }
}

/*#login-container .col-md-6:nth-child(2) {
    padding: 40px;
    background: #e0e3eb;
    height: 500px;
}*/
#login-container .login-fields {
    padding-top: 10px;
    padding-bottom: 10px;
}
#login-banner {
    color: white;
    padding: 75px 40px 40px 70px;
    height: 100%;
}
#login-banner p {
    color: white;
    line-height: 100%;
    font-size: 45px;
    font-weight: lighter;
}

#login-remember-me {
    padding-bottom: 15px;
    padding-left: 10px;
}

#login-btn {
    display: block;
}

#login-container footer a {
    line-height: 25px;
    font-weight: 100;
    text-decoration: underline;
    color: white;
}

/*
*   SignUp
*/

.narrow-container {
    background: black;
    /*background: #cbced5;*/
    box-shadow: black 3px 3px 15px;
    padding: 35px;
    margin: 0 auto 50px auto;
    margin-bottom: 0;
    min-width: 300px;
    /*width: 400px;*/
    width: 100%;
    position: relative;
}

.narrow-container label[for='chkTerms'] {
    font-weight: 200;
}

.narrow-container .orange-btn, .narrow-container .green-btn {
    display: block;
}

.narrow-container .input-group-addon, .narrow-container .form-control {
    background: white;
    height: 40px;
    color: orange;
    border: none;
    /*box-shadow: inset 1px 1px 3px 3px rgba(0,0,0,.5);*/
}
.narrow-container .form-control {
    color: #060606;
}

.narrow-container span, .narrow-container div {
    /*color: #364a55;*/
    color: white;
}

.narrow-container input::-webkit-input-placeholder, #login-container input::-webkit-input-placeholder {
    color: #babbba;
}

.narrow-container input::-moz-placeholder, #login-container input::-moz-placeholder {
    color: #babbba;
}

.narrow-container input:-ms-input-placeholder, #login-container input:-ms-input-placeholder {
    color: #babbba;
}

.narrow-container input:-moz-placeholder, #login-container input:-moz-placeholder {
    color: #babbba;
} 

/*
*   MYAPPS
*/

#my-apps-container {
    /*margin: 0 50px 0 50px;*/
    margin: 0 100px 0 100px;
}

@media (max-width: 768px) {
    #my-apps-container {
        width: 100% !important;
        margin: 0;
    }
}

#create-app {
    background-color: #ffae47;
    background: linear-gradient(left, #f2673b, #ffae47) no-repeat center center fixed;
    background: -webkit-linear-gradient(left, #f2673b, #ffae47); 
    background: -o-linear-gradient(left, #f2673b, #ffae47); 
    background: -moz-linear-gradient(left, #f2673b, #ffae47); 
    padding: 30px 25px 30px 25px;
    border-radius: 5px;
}
#create-app h1 {
    margin-top: -5px;
    font-weight: 100;
    font-size: 25px;
}
#create-app .row {
    margin-top: 20px;
}
#create-app input {
    padding: 15px 10px 15px 10px;
    margin-right: 20px;
    border-radius: 3px;
    border: none;
    width: 100%;
}
#create-app-btn {
    text-align: center;
    /*font-size: 15px;*/
    font-weight: 600;
    border: rgba(255, 255, 255, 1) solid 1px;
    padding: 10px;
    /*width: 100%;*/
}

#my-apps-template-selection, #integrate-template-selection {
    background-color: #ffae47;
    background: linear-gradient(left, #f2673b, #ffae47) no-repeat center center fixed;
    background: -webkit-linear-gradient(left, #f2673b, #ffae47);
    background: -o-linear-gradient(left, #f2673b, #ffae47);
    background: -moz-linear-gradient(left, #f2673b, #ffae47);
    overflow: hidden;
    border-radius: 5px;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}
#my-apps-template-selection {
    height: 0px;
    transform: translateY(-20px);
}

#my-apps-template-selection h1, #my-apps-template-selection h3, #my-apps-template-selection p,
#integrate-template-selection h1, #integrate-template-selection h3, #integrate-template-selection p {
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sdk-template-container {
    cursor: pointer;
    opacity: .75;
    transition: opacity .6s cubic-bezier(.22,.23,.02,.98);
}
.sdk-template-container:hover {
    opacity: 1;
}
.sdk-template-container.active {
    opacity: 1;
    /*border: solid 1px deepskyblue;*/
    /*border-radius: 20px;
    padding: 15px;*/
}
.sdk-template-container.unactive {
    opacity: .4;
}

.sdk-template-img-container {
    height: 350px;
    background: white;
    color: black;
    position: relative;
    overflow: hidden;
}
.sdk-template-img-container img {
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}

.all-templates {
    height: 0;
    overflow: hidden;
}

/* FOR SMARTPHONES */
@media (max-width: 992px) {
    .bottom-margin20 {
        margin-bottom: 20px;
    }
    .app-stats-info .spinner {
        margin: 15px auto;
    }
    .app-content .app-title {
        max-width: 90%;
        text-align: center;
    }
    .app-content:first-child {
        margin-top: 60px !important;
    }
    .edit-app-title, .app-title {
        transform: translateX(-12px);
    }
}

#my-apps-title {
    margin-top: 20px;
    margin-left: 0;
}
#my-apps-title > div {
    padding-left: 0;
    font-size: 25px;
}

#my-apps-search .glyphicon {
    font-size: 20px;
}
#my-apps-search input {
    -webkit-transition: opacity .4s, width .4s;
    transition: opacity .4s, width .4s;
    background: #46495b;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: white;
    padding: 8px 16px 8px 16px;
    margin-left: 8px;
    position: absolute;
    top: 0;
    right: 30px;
    width: 1%;
    opacity: 0;
    max-width: 300px;
    font-size: 20px;
}
#my-apps-search input:focus {
    outline-width: 0;
    outline: none;
    opacity: 1;
    width: 80%;
}
#my-apps-search div {
    transition: border-radius .4s;
    -webkit-transition: border-radius .4s;
    background: #46495b;
    color: #a3a4ad;
    /*border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;*/
    border-radius: 25px;
    padding: 10px 15px 12px 14px;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 0;
}
#my-apps-search:hover input {
    opacity: 1;
    width: 80%;
}
#my-apps-search:hover div {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.app-content {
    background: #41455d;
    margin-top: 50px;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}
.app-content:first-child {
    margin-top: 20px;
}
.app-content p {
    line-height: .6;
    padding-top: 2px;
}
.app-icon {
    height: 75px; 
    width: 75px;
}

.app-content .app-delete-button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    padding: 4px 10px;
    border-radius: 25px;
    background-color: rgba(170, 175, 194, 0.30);
}

.app-content .integration-status {
    position: absolute;
    font-size: 22px;
    transform: translate(22px, -10px);
}
.app-content .fa-check-circle {
    color: palegreen;
}
.app-content .fa-exclamation-circle {
    color: orangered;
}
.my-apps-buttons .tooltip {
    position: absolute;
    z-index: 1040;
}

.invest-banner {
    /*background-color: limegreen;*/
    background-color: #54bd37;
    font-weight: 700;
    padding: 35px 30px 10px 30px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg) translate(-20px, -35px);
    z-index: 100;
}
.invest-news-banner {
    /*background-color: limegreen;*/
    background-color: #54bd37;
    font-weight: 700;
    padding: 35px 45px 10px 45px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg) translate(-20px, -38px);
    z-index: 100;
}

.app-title-noedit, .app-title {
    transition: background .5s;
    border-radius: 5px;
    width: 90%;
    /*width: auto;*/
    max-width: 100%;
    min-width: 100px;
    font-size: 18px;
    padding: 5px 0 5px 5px;
    border: none;
    background: none;
    color: white;
    text-align: left;
}
.app-title:hover {
    background: hsl(231.4, 17.7%, 41%);
}
.app-title:focus {
    background: hsl(231.4, 17.7%, 41%);
    outline-width: 0;
}
.edit-app-title {
    color: #caced2;
    font-size: 14px;
    transform: rotateY(180deg);
    cursor: pointer;
}
.app-packagename {
    word-break: break-all;
    padding-bottom: 10px;
    color: #caced2;

    /*transition: background .5s;
    border-radius: 5px;
    background: none;
    border: none;*/
    /*color: white;*/
    /*width: 100%;
    padding: 5px;*/
}
/*.app-packagename:hover {
    background: hsl(231.4, 17.7%, 41%);
}
.app-packagename:focus {
    outline: none;
    background: hsl(231.4, 17.7%, 41%);
}*/

.app-stats-title {
    font-weight: 600;
}
.app-stats-info p {
    color: #caced2;
}

.my-apps-buttons img {
    display: block;
    margin: 0 auto;
}
.my-apps-buttons p {
    text-align: center;
}

.app-buttons {
    text-align: center;
    position: relative;
    margin-top: 25px;
    /*padding: 20px 0 20px 0;*/
    /*background: #545972;*/
    box-shadow: rgba(0,0,0,.3) 5px 5px 10px;
    -webkit-box-shadow: rgba(0,0,0,.3) 5px 5px 10px;
    -moz-box-shadow: rgba(0,0,0,.3) 5px 5px 10px;
}
.app-buttons a, .app-buttons button {
    transition: background .4s;
    -webkit-transition: background .4s;
    color: white;
    padding: 20px 0 20px 0;
    display: block;
    background: #545972;
    border: none;
}
.app-buttons a:hover, .app-buttons button:hover {
    background: #747b9d;
    text-decoration: none;
}

.app-content a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    #create-app input {
        margin-top: 20px;
    }
    #create-app-btn {
        margin-top:20px;
    }

    .app-content {
        text-align: center;
    }
}

#inapp-product-modal {
    overflow: hidden;
}

#activation-timer-modal .modal-content, #inapp-product-modal .modal-content {
    transition: height ease-in-out 1s;
    -webkit-transition: height ease-in-out 1s;
    -moz-transition: height ease-in-out 1s;
    background-color: #4e526b;
    background: linear-gradient(#7c8093, #4e526b);
    background: -webkit-linear-gradient(#7c8093, #4e526b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7c8093, #4e526b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7c8093, #4e526b); /* For Firefox 3.6 to 15 */
    border-radius: 0;
    border: none;
    margin-top: 100px;
}

#activation-timer-modal .modal-body, #inapp-product-modal .modal-body {
    padding: 25px 30px 15px 30px;
}

.modal-btn {
    font-size: 16px;
    padding: 20px 0 20px 0;
    border: none;
    color: white;
    background: #545972;
}
.modal-btn:hover {
    background: hsl(231.4, 17.7%, 36%);
}
.modal-btn:nth-child(2) {
    background: #fda545;
}
.modal-btn:nth-child(2):hover {
    background: hsl(31.3, 97.9%, 68.1%);
}

.sku-add-btn {
    border-radius: 25px;
    background: #46495b;
    color: white;
    border: none;
    padding: 10px 25px 10px 25px;
}
.sku-add-btn:hover {
    background: hsl(231.4, 13%, 36.6%);
}

@media (min-width: 768px) {
    #activation-timer-modal .modal-content, #inapp-product-modal .modal-content {
        right: auto;
        width: 500px;
    }
}

#activation-timer-modal input {
    width: 80px;
    color: white;
    background: #545972;
    border: solid rgba(0, 0, 0, .3) .5px;
    border-radius: 3px;
}

#inapp-product-modal input {
    width: 80%;
    color: white;
    background: #545972;
    border: solid rgba(0, 0, 0, .3) .5px;
    border-radius: 3px;
    margin-right: 10px;
}

#active-sku-title {
    background: #41455d;
    padding: 5px 5px 5px 15px;
    font-weight: bold;
}

#sku-id-list div {
    font-weight: bold;
    padding: 15px;
    background: #e8e9f2;
    color: black;
    height: 50px;
    border-bottom: solid hsla(0, 0%, 0%, .5) 1px;
}
#sku-id-list span {
    background: #545972;
    margin-top: -6px;
    padding: 6px 12px 6px 12px;
    border-radius: 25px;
    float: right;
}
#sku-id-list span:hover {
    background: hsl(230, 15.2%, 45.8%);
}

#load-apps {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: white solid 2px;
    padding: 10px;
    margin: 50px auto 10px auto;
    width: 240px;
}

#first-time-wizard .modal-dialog {
    max-width: 430px;
}
#first-time-wizard h1 {
    font-weight: bolder;
    margin-top: 30px;
    text-align: center;
}
#first-time-wizard .orange-text {
    color: orange !important;
    font-size: inherit;
}
#first-time-wizard .modal-body {
    background-color: #7c8093;
    background: linear-gradient(#7c8093 #4e526b) no-repeat center center fixed;
    background: -webkit-linear-gradient(#7c8093, #4e526b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7c8093, #4e526b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7c8093, #4e526b); /* For Firefox 3.6 to 15 */

    /*padding: 0;*/
}

#first-time-wizard .carousel-indicators {
    bottom: unset !important;
    top: 15px;
}
#first-time-wizard .carousel-indicators li {
    border-color: #545972;
    height: 18px;
    width: 18px;
}
#first-time-wizard .carousel-indicators li.active {
    background: #545972;
    border: none;
}
#first-time-wizard .item {
    /*height: 460px;*/
    padding: 20px;
}

#first-time-wizard .img-circle {
    background: #41455d;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    width: 300px;
}
#first-time-wizard .img-circle img {
    display: block;
    height: 80%;
    margin: 30px auto;
    width: auto;
}
#first-time-wizard p {
    font-weight: lighter;
    text-align: center;
    padding: 10px 0;
}
#first-time-wizard .text-slide-two {
    margin: 0 auto;
    padding-top: 20px;
    width: 80%;
}
#first-time-wizard .text-slide-two p {
    font-size: 20px;
    padding: 0 20px;
}
#first-time-wizard .img-slide-three img {
    display: block;
    height: auto;
    margin: 50px auto;
    width: 20%;
}
#first-time-wizard .img-slide-three .btn {
    background: orange;
    display: table;
    margin: 0 auto;
}

/*.menu-item > div {
    margin: auto;
    margin-bottom: 25px;
    background: #41455d;
    border-radius: 200px;
    height: 150px;
    width: 150px;
    overflow: hidden;
}*/

/*
*   Notifications
*/
#notifications-container {
    width: 100%;
}
#notifications-container > div {
    width: 80%;
    margin: 0 auto 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
#notifications-container .title {
    background: #545972;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 15px;
}
#notifications-container table {
    margin-bottom: 0;
}
#notifications-container tr:nth-child(odd) {
    background: #aaafc2;
}
#notifications-container tr:nth-child(even) {
    background: #8f94a9;
}
#notifications-container tr:last-child {
    border-bottom-left-radius: 10px;
    border-radius: 100px;
}
#notifications-container td {
    border: none;
}

/*
*   Designer
*/
#designer-container {
    margin-bottom: 100px;
}
#designer-container .app-icon {
    height: 50px;
    width: auto;
    /*margin: 20px;*/
}

#designer-selection {
    margin: auto;
}
/*#designer-selection > div:nth-child(1) {
    padding: 20px 20px 20px 0;
}*/
#designer-selection > div {
    padding: 20px 20px 20px 0;
}

#designer-title {
    font-size: 20px;
    font-weight: bold;
}

#Templates {
    border: solid .25px #727581;
    color: white;

    /*-webkit-appearance: none;*/  /*Removes default chrome and safari style*/
    /*-moz-appearance: none;*/  /*Removes default style Firefox*/
    /*background: url('')  no-repeat;*/
    /*content: 'bla';*/
}

.designer-description {
    margin-top: 15px;
    margin-bottom: -5px;
}
#designer-options .input-group-addon img {
    height: 28px;
    cursor: pointer;
}
#designer-options input {
    /*max-width: 300px;*/
}

#save-design {
    font-size: 20px;
    max-width: 100%;
}

@media (max-width: 991px) {
    #designer-preview {
        margin-left: 0;
    }
}

#designer-preview {
    transform: scale(1.2, 1.2);
    margin-top: 50px;
    margin-left: 20px;
}
#designer-preview svg {
    width: 244px;
    margin: 0 auto;
    display: block;
}

#designer-screens {
    width: 220px;
    height: auto;
    margin: 0 auto;
    /*display: block;*/
    /*display: inline;*/
    position: relative;
    /*overflow: hidden;*/
    /*-webkit-clip-path: inset(auto);
    clip-path: inset(10px 20px 30px 40px);*/
}
#designer-screens .col-xs-1, #designer-screens .col-xs-2, #designer-screens .col-xs-3, #designer-screens .col-xs-4, #designer-screens .col-xs-5, #designer-screens .col-xs-6, 
#designer-screens .col-xs-7, #designer-screens .col-xs-8, #designer-screens .col-xs-9, #designer-screens .col-xs-10, #designer-screens .col-xs-11, #designer-screens .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.designer-screen {
    position: absolute;
    display: inline;
    height: 397.5px;
    width: 220px;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0; 
    cursor: default !important;

    -ms-transform: translateY(-450px); /* IE 9 */
   	-webkit-transform: translateY(-450px); /* Safari */
    transform: translateY(-450px);
}

.designer-screen > div {
    display: block;
}

.phone-statusbar  {
    width: 100%;
}
.phone-statusbar > div {
    margin-top: 3px;
    float: right;
}
.phone-statusbar span {
    margin-right: 2px;
    font-size: 8px;
}

.phone-appheader {
    padding: 8px 5px 5px 5px;
    transform: translateY(-1px);
}
.phone-appheader > div, .phone-appheader span {
    float: left;
    margin-right: 7px;
    font-size: 12px;
}
.phone-appheader #phone-icon {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background: grey;
}
.phone-appheader .fa-gear {
    font-size: 17px;
    float: right;
}

.phone-hero {
    padding: 15px 0 5px 0;
    font-size: 12px;
}
.phone-hero .phone-company-name {
    font-weight: bold;
    font-size: 14px;
}
.phone-hero .phone-company-number {
    font-size: 9px;
}
.phone-hero .phone-company-rating {
    margin-top: -5px;
}
.phone-hero .glyphicon-star {
    font-size: 7px;
}
.phone-hero .star-fill {
    color: lightblue;
}

.phone-actions {
    text-align: center;
    font-size: 17px;
    background: lightgrey;
    padding: 3px 0 3px 0;
}

.phone-tabs > div {
    padding: 9px 0 7px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}
.phone-tabs .phone-tab-active {
    border-bottom: solid 2px lightblue;
}

.phone-app-actions {
    font-size: 11px;
}
.phone-app-actions > div {
    padding: 5px 0 5px 0;
    /*margin-bottom: -1px;*/
    background: lightgrey;
}
.phone-app-actions div {
    font-size: 11px;
}
.phone-app-actions > div:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.phone-app-actions .fa {
    font-size: 17px;
}

.icon-wic-message, .icon-aftercall-call, .icon-aftercall-save {
    font-size: 20px; 
}

/*.phone-alternative-phone i {
    min-height:  30px;
    line-height: 40px;
}*/
.phone-alternative-name {
    font-size: 11px; 
    /*font-weight: bold;*/
}
div.phone-alternative-address {
    font-size: 8px;
}

.phone-dialogue-background {
    background: rgba(0,0,0,.6);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.phone-dialogue-box {
    background-color: #fefefe;
    margin: 63% auto; 
    /*border: 1px solid #888;*/
    width: 90%; /* Could be more or less, depending on screen size */
}
.phone-dialogue-content {
    padding: 20px;
}
.phone-dialogue-title {
    font-size: 15px;
    margin-top: -10px;
}
.phone-dialogue-input {
    margin: 20px;
    font-size: 12px;
}
.phone-dialogue-buttons {
    text-align: center;
    margin-top: -20px;
}
.phone-dialogue-buttons > div {
    padding: 7px 15px;
    color: black; 
    font-size: 12px;
}
.phone-submit-btn {
    font-weight: bold;
}
.phone-alternative-icon > div {
    /*background-color: orange;*/
    border: solid 3px white;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.phone-alternative-icon > div > svg {
    /*margin: 3px 0 0 3px !important;*/
    padding: 3px 0 0 3px !important;
    width: 40px !important;
    height: 40px !important;
    /*margin: 0 auto;*/
}
.phone-alternative-icon > div > svg .st1 {
    /*fill: white !important;*/
}

#legacy-info {
    background-color: #545972;
    margin-top: 25px;
    padding: 10px;
}
#legacy-info .glyphicon {
    font-size: 60px;
    color: white;
}
#legacy-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}
#legacy-info a {
    font-weight: bold;
}

/*
*   Engagement
*/

#engagement-header {
    background: #41455d;
    padding: 20px;
}
#engagement-header .app-icon {
    height: 60px;
    width: auto;
}
.engagement-title {
    font-size: 20px;
    font-weight: bold;
}
.engagement-appname {
    padding-top: 5px;
}

#engagement-content {
    background: #545972;
}
#new-field {
    margin: 15px 0 15px 15px;
    padding: 5px 0 5px 0;

    font-size: 14px;
    max-width: inherit;
    width: 100px;
}
#new-field:hover {
    color: white;
    text-decoration: none;
}

.burger-bar {
    width: 30px;
    background-color: white;
    height: 2px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

.engagement-striped {
    margin: 0;
}
.engagement-striped td, .engagement-striped th {
    border: none !important;
}
.engagement-striped > thead > tr > th {
    padding: 12px 0 15px 30px;
    /*padding: 12px 5px 15px 30px;*/
}
.engagement-striped > tbody > tr > td {
    padding: 12px 5px 5px 5px;
    text-align: center;
}
.engagement-striped > tbody > tr > td:nth-child(3) {
    text-align: left;
    padding-left: 30px;
}
/*.engagement-striped > tbody > tr > td > .edit-button {
    margin-left: 35px;
}*/
.engagement-striped tbody tr:nth-child(odd) {
    background: #74798e;
}
.engagement-striped tbody tr:nth-child(even) {
    background: #8f94a9;
}
.engagement-striped .edit-button {
    background: #545972;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto 5px auto;
    padding: 5px 20px;
    width: 80px;
    color: white;
    text-decoration: none;
}
.engagement-striped .glyphicon-remove {
    background: #545972;
    position: relative;
    top: -3px;
    padding: 7px;
    font-size: 10px;
    border-radius: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#engagement-create label, #engagement-create select {
    margin-top: 10px;
    margin-bottom: 0;
}
#engagement-create .designer-screen {
    margin-top: -5px;
    margin-left: 1px;
}
/* General dropdown styles */       
#engagement-dropdown dd, #engagement-dropdown dt, #engagement-dropdown ul { 
    margin:0px; 
    padding:0px; 
}
#engagement-dropdown dd { 
    position:relative; 
}
/* DT styles for sliding doors */
#engagement-dropdown dt a {
    /*background:#e4dfcb url(arrow.png) no-repeat scroll right center;*/
    display:block; 
    padding-right:20px; 
    /*border:1px solid #d4ca9a;*/ 
    /*width:150px;*/
}
#engagement-dropdown dt a:hover {
    color: #a3a4ad;
    text-decoration: none;
}
#engagement-dropdown dt a > span {
    cursor:pointer; 
    display:inline-block; 
    padding:5px;
    margin: 3px;
}
#engagement-dropdown dt a > span > span {
    vertical-align: top;
    margin-left: 5px;
}

/* UL styles */
#engagement-dropdown dd ul { 
    /*background:#e4dfcb none repeat scroll 0 0;*/
    display:none;
    list-style:none; 
    /*padding:5px 0px;*/ 
    position:absolute; 
    left:0px; 
    /*top:2px;*/ 
    width:auto; 
    min-width:100%;
    height: 200px;
    overflow-x: auto;
    overflow-y: auto;
    z-index: 99999;
}
#engagement-dropdown img, #engagement-dropdown .st0, #engagement-dropdown .st1 {
    margin: 5px;
    width: auto;
    height: 20px;
    fill: white;
}
#engagement-dropdown svg {
    /*margin-top: 5px;*/
}
#engagement-dropdown li.form-control span {
    vertical-align: top; 
}

#phone-field-icon img {
    width: 80%;
    height: auto;
}
#engagement-dropdown span.value { 
    display:none;
}
#engagement-dropdown dd ul li {
    border-radius: 0;
}
#engagement-dropdown dd ul li a { 
    padding:5px; 
    display:block;
    color: #a3a4ad;
}
#engagement-dropdown dd ul li a:hover {
    text-decoration: none;
}

@media (min-width: 996px) {
    #engagement-phone {
        transform: scale(1.2, 1.2);
        margin: 50px;
    }
}

/*#engagement-create*/ .back-btn {
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
    color: white;
}
.back-btn a {
    color: white;
}

/*
*   Integrate
*/

.integration-title {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
}
.integration-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}
#integration-ide-selection {
    /*height: 40vh;*/
    /*margin-top: 100px;*/
    margin-bottom: 100px;
}
#integration-ide-selection img {
    margin: auto;
    display: block;
}
#integration-ide-selection ul {
    padding: 0;
    margin: auto;
    /*max-width: 820px;*/
    max-width: 580px;
}
#integration-ide-selection li {
    transition: transform .2s ease;
    background-color: #4e526b;
    background: linear-gradient(#7c8093, #4e526b);
    background: -webkit-linear-gradient(#7c8093, #4e526b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7c8093, #4e526b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7c8093, #4e526b); /* For Firefox 3.6 to 15 */

    position: relative;
    display: inline-block;
    border-radius: 200px;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 100px;
}
#integration-ide-selection li:hover img {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
#integration-ide-selection li img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.jar-download:hover {
    text-decoration: none;
}

#android-studio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#android-studio img {
    height: 140px;
    padding: 30px 35px 30px 35px;
}
#android-studio a:after {
    content: 'Proceed with Android Studio';
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    color: #fda545;
    text-align: center;
}
#eclipse img {
    height: 140px;
    padding: 33px 30px 33px 30px;
}
#eclipse:after {
    content: 'Eclipse';
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 10px;
}
#unity img {
    width: 140px;
    padding: 30px 35px 30px 25px;
}
#unity:after {
    content: 'Unity';
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    margin-left: 45px;
    margin-top: 10px;
}
#gamemaker img {
    width: 145px;
    padding: 35px 10px 35px 10px;
}
#gamemaker:after {
    content: 'GameMaker';
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
}

#integration-progress ul {
    padding-left: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
}
#integration-progress li {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 14px;
    margin: 0 5% 0 5%;
    background: #6b6d78;
    color: #a6a7ae;
    border-radius: 50px;
    font-size: 14px;
    z-index: 20;
}
#integration-progress li.active {
    background: #9bc23b;
    color: white;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: bold;
}

#integration-progress li::after { 
    content: '';
    display: inline-block;
    position: absolute;
    margin: 8px 0 0 0;
    max-width: 75px;
    width: 15%;  
    border: solid 3px #434655;
    z-index: -1;
}
#integration-progress li:last-child::after {
    border: none;
}
#integration-progress li span {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    position: absolute;
    display: inline;
    margin: 43px 0 0 -55px;
    width: 100px;
    font-size: 12px;
    text-align: center;
}
#integration-progress li.active span {
    font-size: 13px;
    font-weight: bold;
    margin-top: 46px;
}

#integration-prologue {
    position: relative;
    background: #e8e9f2;
    margin: 60px auto 0 auto;
    padding: 25px 50px 25px 30px;
}
#integration-prologue .notepad {
    position: absolute;
    left: 50%;
    margin-top: -60px;
    margin-left: -31px;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}
#prologue-title {
    font-size: 28px;
    text-align: center;
    margin: 20px 0 20px 0;
}
#integration-prologue .row {
    margin-top: 20px;
}
#integration-prologue .fa {
    font-size: 28px;
    color: #9bc23b !important;
    text-align: right;
}
#integration-prologue > #integration-prologue-content div:not(.div-btn) {
    color: black;
}
#integrate-orange-btn {
    display: block;
    transition: background .3s ease;
}
#integrate-orange-btn[disabled] {
    pointer-events: none;
    background: grey;
}
#integrate-orange-btn > span {
    display: block;
    margin: 0 auto;
    width: 300px;
}
#integrate-orange-btn:hover {
    text-decoration: none;
    color: white;
}

#integrate-animate p {
    text-align: center;
}

#integrate-animate .code-container {
    /*transition: height .2s ease-in-out, opacity .2s ease-in-out;*/
    width: 100%;
    max-width: 100%;
    /*opacity: 0;*/
    height: 50px;
    /*height: 420px;*/
    /*min-height: 420px;*/
    /*max-height: 280px;*/
    padding: 15px;
    font-size: 12px;
}

#integrate-animate .manifest-code-container {
    /*transition: height .2s ease-in-out, opacity .2s ease-in-out;*/
    width: 100%;
    max-width: 100%;
    /*opacity: 0;*/
    height: 90px;
    /*height: 420px;*/
    /*min-height: 420px;*/
    /*max-height: 280px;*/
    padding: 15px;
    font-size: 12px;
    resize: none;
}
#integrate-animate .oncreate-code-container {
    /*transition: height .2s ease-in-out, opacity .2s ease-in-out;*/
    width: 100%;
    max-width: 100%;
    /*opacity: 0;*/
    height: 50px;
    /*height: 420px;*/
    /*min-height: 420px;*/
    /*max-height: 280px;*/
    padding: 15px;
    font-size: 12px;
    resize: none;
}
#integrate-animate .settings-code-container {
    /*transition: height .2s ease-in-out, opacity .2s ease-in-out;*/
    width: 100%;
    max-width: 100%;
    /*opacity: 0;*/
    height: 50px;
    /*height: 420px;*/
    /*min-height: 420px;*/
    /*max-height: 280px;*/
    padding: 15px;
    font-size: 12px;
    resize: none;
}
/*#integrate-animate .code-container.text-container {
    height: 220px !important;
}
#integrate-animate .code-container.import-container {
    height: auto !important;
}
#integrate-animate .code-container.integrate-container {
    height: auto !important; 
}*/

#integrate-copy-code {
    transition: background .3s;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #545972;
    cursor: pointer;
}
#integrate-copy-code:hover {
    background: hsl(230, 15.2%, 58.8%);
}
.integrate-copy-code {
    transition: background .3s;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #545972;
    cursor: pointer;
}
.integrate-copy-code:hover {
    background: hsl(230, 15.2%, 58.8%);
}

.integrate-copy-text {
    transition: background .3s, border .3s;
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #545972;
    cursor: pointer;
}
.integrate-download-text {
    transition: background .3s;
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #9bc23b;
    cursor: pointer;
    color: white;
}
.integrate-download-text:hover {
    color: white;
    text-decoration: none;
}

#integrate-animate input[type='checkbox'] {
    display: none;
    /*height: 20px;
    width: 20px;
    border: none;
    background-color: #8e909f;
    vertical-align: text-bottom;*/
}
#integrate-animate input[type='checkbox'] + label {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                not supported by any browser */
    /*margin-bottom: 40px;*/
    /*margin-top: 20px;*/
}
#integrate-animate input[type='checkbox'] + label:before {
    background-color: #8e909f;
    border-radius: 3px;
    content: "\00a0";
    display: inline-block;
    height: 18px;
    margin: 0 auto;
    padding: 0;
    vertical-align: text-bottom;
    width: 18px;
    transform: translateX(25px);
}
#integrate-animate input[type='checkbox']:checked + label:before {
    background-color: #8e909f;
    color: white;
    content: "\2713";
    text-align: center;
}


input[type='checkbox']#accept-google-play-description + label[for='accept-google-play-description'],
input[type='checkbox']#apk-link-not-available-chk + label[for='apk-link-not-available-chk'] {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                not supported by any browser */
    margin-bottom: 40px;
    margin-top: 20px;
}
input[type='checkbox']#accept-google-play-description + label[for='accept-google-play-description']:before,
input[type='checkbox']#apk-link-not-available-chk + label[for='apk-link-not-available-chk']:before {
    background-color: #8e909f;
    border-radius: 3px;
    content: "\00a0";
    display: inline-block;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: text-bottom;
    width: 18px;
    transform: none;
}
input[type='checkbox']#accept-google-play-description:checked + label[for='accept-google-play-description']:before,
input[type='checkbox']#apk-link-not-available-chk:checked + label[for='apk-link-not-available-chk']:before {
    background-color: #8e909f;
    color: white;
    content: "\2713";
    text-align: center;
}



#integrate-animate .col-md-4 {
    text-align: center;
    margin: 0 auto;
}
#integrate-animate .col-md-4 #designer-preview {
    text-align: left;
}

#integrate-animate h3 {
    padding-bottom: 15px;
}

#integrate-animate .finish-integration-btn {
    transition: background 1s;
    margin-top: 25px;
}

/*
*   Help center
*/

#support-title {
    text-align: center;
    margin-bottom: 40px;
}
#support-title h1 {
    font-weight: bold;
    margin-bottom: 15px;
}

.help-circle {
    transition: all .25s;
    background-color: grey;
    background: linear-gradient(#7c8093, #4e526b);
    background: -webkit-linear-gradient(#7c8093, #4e526b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7c8093, #4e526b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7c8093, #4e526b); /* For Firefox 3.6 to 15 */
    width: 220px;
    height: 220px;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.help-circle:hover {
    transform: scale(1.05,1.05);
}

.support-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

#documentation-subject-selection .help-circle {
    overflow: hidden;
}

#documentation-subject-selection .help-circle .support-text {
    font-size: 18px;
    margin: 0;
    padding: 30px 30px 10px;
}
#documentation-subject-selection .help-circle img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 50%;
}
#documentation-subject-selection a:hover {
    text-decoration: none;
}
#documentation-subject-selection #general-information {
    height: 40%;
    width: auto;
}
#documentation-subject-selection #gamemaker {
    height: 40%;
    margin-top: 15px; 
    width: auto;
}

.code-container {
    width: 100%;
    max-width: 100%;
    height: 420px;
    /*min-height: 420px;*/
    max-height: 280px;
    padding: 15px;
    resize: none;
    overflow: hidden;
}

.code-container.general-information-code {
    height: 130px !important;
}

.manifest-code-container {
    width: 100%;
    max-width: 100%;
    height: 420px;
    /*min-height: 420px;*/
    max-height: 280px;
    padding: 15px;
    resize: none;
    overflow: hidden;
}

.manifest-code-container.general-information-code {
    height: 130px !important;
}

.oncreate-code-container {
    width: 100%;
    max-width: 100%;
    height: 420px;
    /*min-height: 420px;*/
    max-height: 280px;
    padding: 15px;
    resize: none;
    overflow: hidden;
}
.oncreate-code-container.general-information-code {
    height: 130px !important;
}

.settings-code-container {
    width: 100%;
    max-width: 100%;
    height: 420px;
    /*min-height: 420px;*/
    max-height: 280px;
    padding: 15px;
    resize: none;
    overflow: hidden;
}

.settings-code-container.general-information-code {
    height: 130px !important;
}

#documentation-copy-code {
    transition: background .3s;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #545972;
    cursor: pointer;
}

#integrate-copy-code:hover {
    background: hsl(230, 15.2%, 58.8%);
}

.documentation-copy-code {
    transition: background .3s;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #545972;
    cursor: pointer;
}

.integrate-copy-code:hover {
    background: hsl(230, 15.2%, 58.8%);
}

.documentation-copy-text {
    transition: background .3s, border .3s;
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 40px;
    background: #545972;
    cursor: pointer;
}

.faq-text {
    margin: 85px 65px;
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    position: absolute;
}
.help-circle #faq {
    height: auto;
    width: 150px;
    margin: 50px 40px;
}
.help-circle #contact {
    height: auto;
    width: 100%;
    /*margin: 70px 30px;*/
}
.help-circle #checkboard {
    height: 130px;
    width: auto;
    margin: 40px 50px;
}
.help-circle #documentation {
    height: 130px;
    width: auto;
    margin: 45px 50px;
}

.faq-banner img {
    height: 130px;
    width: auto;
    margin-left: 50px;
}
.faq-banner-text {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    margin: 35px 75px;
}
.faq-title {
    font-weight: bold;
}
.faq-minor-title {
    font-size: 26px;
    font-weight: 100;
}
.faq-minor-title a {
    font-weight: bold;
}

.contact-form textarea {
    height: 190px;
    max-height: 200px;
    width: 100%;
    max-width: 100%;
}

#best-practice-container .row {
    margin-top: 50px;
    border-bottom: solid #ffffff 1px;
    padding-bottom: 50px;
}
#best-practice-container .row:last-child {
    margin-top: 50px;
    border-bottom: none;
    padding-bottom: 50px;
}
#best-practice-container h3 {
    font-weight: bold;
}
#bp-phone1 {
    height: auto;
    width: 100%;
}
#bp-code {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px;
}
#bp-money {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#bp-clock {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#bp-phone2 {
    height: auto;
    width: 100%;
}

#bp-inapp1 {
    width: 80%;
    height: auto;
}
#bp-inapp2 {
    width: 40%;
    height: auto;
    position: absolute;
    margin-left: -55%;
    margin-top: -7%;
}
#bp-phone3 {
    height: auto;
    width: 170px;
    margin: 0 auto;
    display: block;
}

/*
*   User Administration
*/
.account-header {
    background: #41455d;
    padding: 0 20px 10px 20px;
}
.account-header h1 {
    font-weight: 600;
    font-size: 25px;
}
.account-title {
    font-size: 20px;
    font-weight: bold;
}
.account-appname {
    padding-top: 5px;
}

.edit-button.loading {
    -webkit-animation: userinfo-loading .5s ease-in-out infinite normal;
    -moz-animation: userinfo-loading .5s ease-in-out infinite normal;
    animation: userinfo-loading .5s ease-in-out infinite normal;
    border: solid 3px black;
}
@-webkit-keyframes userinfo-loading {
    0% { border-color: aqua; }
    25% { border-color: bisque; }
    50% { border-color: coral; }
    75% { border-color: gold; }
    100% { border-color: aqua; }
}

@-moz-keyframes userinfo-loading {
    0% { border-color: aqua; }
    25% { border-color: bisque; }
    50% { border-color: coral; }
    75% { border-color: gold; }
    100% { border-color: aqua; }
}

@keyframes userinfo-loading {
    0% { border-color: aqua; }
    25% { border-color: bisque; }
    50% { border-color: coral; }
    75% { border-color: gold; }
    100% { border-color: aqua; }
}

.account-content {
    background: #545972;
    /*padding: 0 20px 10px 20px;*/
}
.account-content thead {
    font-size: 15px;
}
.account-content thead th:first-child {
    padding-left: 20px;
}
.account-content td {
    padding: 12px 0 12px 0;
}
.account-content td:first-child {
    padding-left: 20px;
}
.account-content #new-field {
    margin-top: 20px;
    display: inline-block;
    padding: 8px 15px;
    width: 110px;
}
.account-content .edit-button {
    font-weight: 600;
}

.account-content .edit-user {
    /*transition: height .25s cubic-bezier(0.37, 0.32, 0.29, 0.98);*/
    overflow: hidden;
    height: 0;
}

.account-content .applist {
    transition: height .5s linear;
}

.account-content .searchable-applist {
    background-color: #74798e;
    height: 160px;
    width: 100%;
    overflow: auto;
    border: solid 1px rgba(255,255,255,.3);
}
/*.account-content .searchable-applist > div:nth-child(odd) {
    background-color: #9095ad;
}*/
.account-content .list-item-app {
    transition: background-color .5s;
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.account-content .list-item-app.selected {
    background-color: #595c69 !important;
}
.account-content .filterInput {
    margin-bottom: 0px;
    width: 100%;
    padding: 6px;
    background: #46495b;
    border: none;
    color: white;
}

.new-user-interface .edit-user {
    /*padding: 15px;*/
    background-color: #74798e;
}

.account-content .edit-user .orange-btn {
    margin: 10px 0;
    padding: 8px;
    font-size: 12px;
    width: 120px;
}

.account-content .edit-button.selected {
    background: #fda545;
}

.billing-information {
    padding-left: 0;
    margin-top: 10px;
}

.billing-information + div {
    padding-left: 0;
    margin-top: 10px;
}

.account-overview-content {
    background-color: #545972;
    padding: 5px 25px 25px 25px;
    height: 560px;
}
.account-overview-content div, .account-overview-content span {
    color: #aaacb9;
}
.account-overview-content input, .account-overview-content select {
    width: 60%;
    float: right;
    display: inline-block;
}

.account-overview-content .edit-button {
    background: #7c8093;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0;
    width: 160px;
    color: white;
    text-decoration: none;
}
.account-overview-content label {
    margin-top: 20px;
}

#payment-method-header {
    margin-top: 30px;
}

.payment-options {
    color: #94959e;
    background-color: #e2e2e2;
    border-radius: 30px;
    margin: 30px 0 0 0;
    padding: 25px;
}
.payment-input-label:hover {
    cursor: pointer;
}

.vertical-line-left {
    border-left: solid 1px rgba(0,0,0,.2);
}

.paypal-options {
    /*border-right: solid 1px rgba(0,0,0,.2);*/
    padding: 10px 45px 10px 10px;
    color: black;
}
.bank-options {
    padding: 10px;
    color: black;
}

.paypal-options-content {
    transition: all .25s ease-out;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.bank-options-content {
    transition: all .25s ease-out;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.paypal-options-content label {
    color: #94959e;
    font-weight: 200;
    margin-top: 20px;
}
.paypal-options-content input[type=text] {
    background: white;
    width: 60%;
    float: right;
    display: inline-block;
}

.bank-options-content label {
    color: #94959e;
    font-weight: 200;
    margin-top: 20px;
}
.bank-options-content input[type=text], .bank-options-content select, .bank-options-content textarea {
    background: white; 
    width: 60%; 
    float: right;
    display: inline-block;
}
.bank-options-content span {
    color: #94959e;
    font-size: 15px;
}

.bank-options-content input, .bank-options-content textarea, .bank-options-content select {
    margin: 8px 0;
}

.bank-options-content textarea[name="bankother"] {
    resize: none;
}

.account-overview-content input.error, .account-overview-content select.error, .bank-options-content input[type=text].error {
    border: solid 1px red;
}

.bank-options-content input[disabled], .bank-options-content select[disabled] {
    background-color: lightgrey !important;
}

.account-content thead th:last-child {
    text-align: center; 
}
.payment-striped td, .payment-striped th {
    border: none !important;
}
.payment-striped p {
    padding-left: 10px;
    padding-top: 10px;
}
.account-content .payment-striped td {
    padding-top: 12px;
}
.payment-striped > tbody > tr > td:last-child {
    text-align: center;
    font-size: 20px;
}
.payment-striped > tbody > tr > td:last-child a {
    color: white;
    text-decoration: none;
}
.payment-striped > tbody > tr > td:last-child a:hover {
    text-decoration: none;
    /*color: white;*/ 
}
.payment-striped tbody tr:nth-child(odd) {
    background: #74798e;
}
.payment-striped tbody tr:nth-child(even) {
    background: #8f94a9;
}
.year-row .edit-button {
    background: #74798e;
    text-align: center;
    border-radius: 20px;
    padding: 5px 25px;
    margin: 20px 0 20px 20px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    display: inline-block;
}
.year-row .edit-button.selected {
    background-color: #fda545;
}

#no-credit-notes {
    padding: 0 0 0 20px;
}

/*
*   Dashboard modifications
*/

#infoBox div, #infoBox span {
    font-size: 30px;
}

#page-content-wrapper .ct-label, line.ct-grid {
    color: white;
    fill: white;
    stroke: white;
}

.chosenFilterLabels {
    background: darkgrey !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    font-size: 0.9em;
}

/*
*   INVEST
*/

#investment-campaign-details {
    text-align: center;
}
#investment-campaign-details h2 {
    font-weight: bold;
    font-size: 28px;
    max-width: 600px;
    margin: 15px auto;
}
#investment-campaign-details .table thead th {
    text-align: center;
}

.create-campaign {
    background: #f2673b; /* Old browsers */
    background: -moz-linear-gradient(left, #f2673b 0%, #ffae47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2673b 0%,#ffae47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2673b 0%,#ffae47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 7px;
    display: inline-block;
    height: 170px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    text-align: left;
    width: 100%;
}
.create-campaign iframe {
    height: 140px;
    margin-top: -25px;
    position: absolute;
    right: 9%;
    width: auto;
}
.create-campaign h2 {
    font-weight: lighter;
}
.create-campaign h3 {
    border: rgba(255,255,255,.5) solid 4px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 10px;
}
.create-campaign .banner-background {
    border: solid 2px rgba(255,255,255,.5);
    border-radius: 250px;
    display: inline;
    color: rgba(255,255,255,.3);
    float: right;
    font-size: 110px;
    font-weight: bolder;
    height: 280px;
    line-height: 280px;
    margin-top: -100px;
    margin-right: 10%;
    opacity: 1;
    padding: 0 110px;
    position: absolute;
    right: 0;
    text-align: center;
}
.create-campaign a {
    display: inline-block;
    margin-top: 40px;
}
.create-campaign a span {
    color: white;
    border: solid 2px white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 40px;
    padding: 15px;
    transition: all .2s ease-in-out;
}
.create-campaign:hover, .create-campaign a:hover {
    text-decoration: none;
}
.create-campaign a:hover span {
    background: white;
    color: orange;
}

.campaign-overview h2 {
    margin: 30px 0;
    font-weight: 700;
}

.campaign-overview table thead, 
#investment-campaign-details table thead {
    background: #545972;
    font-size: 16px;
}
.campaign-overview table tbody,
#investment-campaign-details table tbody {
    background: #41455d;
}
.campaign-overview .table-hover thead th, 
.campaign-overview .table-hover tbody {
    text-align: center;
}
.campaign-overview .table-hover thead th:first-child,
.campaign-overview .table-hover tbody td:first-child {
    text-align: left;
    padding-left: 25px;
}
.campaign-overview .table-hover tbody tr:hover {
    color: black;
    cursor: pointer;
}
.campaign-overview table thead > tr > th,
.campaign-overview table tbody > tr > th,
.campaign-overview table thead > tr > td,
.campaign-overview table tbody > tr > td,
#investment-campaign-details table thead > tr > th,
#investment-campaign-details  table tbody > tr > td {
    border: none !important;
    height: 50px;
    vertical-align: middle;
}

.investment-split {
    white-space: nowrap;
    float: right;
}
.investment-split .tooltip {
    white-space: initial !important;
}

#calldorado-wallet-investment {
    border-left: solid 1px rgba(255, 255, 255, .6);
}

#publisher-wallet-investment {
    /*border-right: solid 1px rgba(255, 255, 255, .6);*/
    padding: 0;
    padding-right: 10px;
}

#publisher-wallet-investment > .rangeslider {
    margin-top: 30px;
    margin-bottom: 10px;
}

#publisher-investment, #calldorado-investment {
    padding: 0 15px 15px 0;
}

#publisher-investment input, #calldorado-investment input {
    display: none;
    padding: 15px 0;
}

#publisher-investment > .row, #calldorado-investment > .row {
    margin-bottom: 10px;
}

.investment-wallet-amount {
    color: lawngreen;    
}

/*.investment-amount, .investment-total, .calldorado-amount, .investment-wallet-amount, .calldorado-wallet-amount {
    font-weight: bold;
    font-size: 18px;
}*/

#publisher-investment .investment-amount {
    color: lawngreen;
}
#calldorado-investment .calldorado-amount {
    color: #f6b200;
}

.rangeslider__fill {
    background: #54bd37;
    border-radius: 30px;
}

.rangeslider--disabled {
    opacity: 1;
    overflow: hidden;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -3px;
}

.rangeslider {
    background: #1a1b1c;
    border-radius: 30px;
    box-shadow: inset #494b4e -1px -1px 0 0;
    height: 35px;
    margin-top: 30px;
}

/*rangeClass: 'rangeslider',
disabledClass: 'rangeslider--disabled',
horizontalClass: 'rangeslider--horizontal',
verticalClass: 'rangeslider--vertical',
fillClass: 'rangeslider__fill',
handleClass: 'rangeslider__handle',*/

.gauge-circle {
    /*width: 158px;
    height: 158px;*/
    border-radius: 40px;
    margin: 5px auto;
    /*text-align: center;
    background: orange;*/
    background: #41455d;
    overflow: hidden;
    /*border-radius: 50%;
    border: 5px solid #fff;*/
}

.gauge-circle svg {
    margin: 0 auto;
    display: block;
    /*margin:20px 0 0 0;*/
    /*background: orange;*/
}

#needle {
    position: relative;
    transform: rotate(40deg);
    transform-origin: 63px 66px;
    -webkit-transform: rotate(40deg);
    -webkit-transform-origin: 63px 66px;
    /*transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;*/
}

.cdo-wallet-transfer.investment-row div, .cdo-wallet-transfer.investment-row span {
    text-align: left;
}
.investment-row div, .investment-row span {
     text-align: left;
 }

span.glyphicon.glyphicon-question-sign {
    cursor: pointer;
    margin-left: 5px;
}

.investment-row input[type='number'], .investment-row input[type='date'] {
    background-color: #545972;
    border: none;
    color: white;
    font-size: 18px;
    outline: none;
    text-align: left;
    width: 100%;
}
.investment-row input[name='startdate'], .investment-row input[name='enddate'] {
    background: url("../Images/calendar-icon.png") no-repeat scroll 7px 7px !important;
    background-size: 25px !important;
    background-color: #545972;
    color: white;
    padding-left: 35px;
    text-align: center;
}

.investment-row input[type='number'].error, .investment-row input[type='date'].error, .investment-row input[type='text'].error {
    border: solid 2px red;
}

.investment-row input[type='number']::-webkit-input-placeholder, .investment-row input[type='date']::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b9bcd0;
}

.investment-row input[type='number']:-moz-placeholder, .investment-row input[type='date']:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b9bcd0;
    opacity: 1;
}

.investment-row input[type='number']::-moz-placeholder, .investment-row input[type='date']::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b9bcd0;
    opacity: 1;
}

.investment-row input[type='number']:-ms-input-placeholder, .investment-row input[type='date']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b9bcd0;
}

.investment-row .daily-budget {
    background: #545972;
    margin: 0 0 10px 0;
    padding: 15px;
    vertical-align: middle;
    /*text-align: center;*/
}
.investment-row .daily-budget span {
    font-weight: bold;
}
.investment-row .daily-budget .total-budget {
    display: inline;
    margin-left: 6px;
}
.investment-row .daily-budget > div, 
.investment-row .daily-budget .total-budget {
    float: right;
    font-size: 18px;
}

.investment-header {
    background: #545972;
    padding: 10px 25px;
}
.investment-header .title {
    font-size: 22px;
    font-weight: bold;
}
.investment-header .details {
    cursor: pointer;
    float: right;
    /*font-style: italic;*/
    margin: 0 10px;
    padding-top: 7px;
    transform-origin: 50% 75%;
    transition: all .2s ease;
}
.investment-step.active .investment-header .details {
    transform: rotate(-90deg);
}

.investment-body {
    background: #41455d;
    height: 0;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 25px;
    /*padding: 25px;*/
    text-align: center;
    transition: all .3s ease;
}
.investment-step.active .investment-body {
    height: auto;
    padding: 25px;
}

.investment-body .app-selector-button {
    overflow: hidden;
}
.investment-body .app-selector-button img {
    display: inline-block;
    height: 100%;
    width: auto;
    transform: translateY(-4px);
}

.investment-body input[type='text'] {
    background: #545972;
    border: solid white 1px;
    border-radius: 5px;
    color: white;
    outline: none;
    width: 80%;
    transition: all .2s ease-in-out;
}

.investment-body .country-picker {
    text-align: left;
}
.investment-body .country-picker > .col-md-6 {
    padding: 0;
}
.investment-body .country-picker p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}
.investment-body .country-picker label {
    font-weight: lighter;
    margin-right: 6px;
    transform: translateY(-2px);
}

.investment-body #vmap {
    border: solid 1px white;
    border-radius: 10px;
    margin-top: 15px;
    transition: opacity .3s ease-in-out;
}
.investment-body #vmap.inactive {
    opacity: .3;
    display: none;
}
.investment-body #vmap .jqvmap-zoomin, .investment-body #vmap .jqvmap-zoomout {
    background: white;
    border: solid 1px #41455d;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    height: 20px;
    right: 10px;
    left: unset;
    width: 20px;
}
.investment-body #vmap .jqvmap-zoomout {
    top: 35px;
}

.investment-body .button {
    /*border: solid white 2px;*/
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    /*padding: 15px 25px;*/
    text-align: center;
    transition: all .2s ease-in-out;
    /*width: 150px;*/
}
.investment-appearance .button:hover, .investment-appearance input[type='text']:hover, .investment-appearance input[type='text']:focus {
    background: white;
    color: black;
}

.investment-appearance {
    text-align: left !important;
}
.investment-appearance .error {
    border: solid 1px red !important;
}
.investment-appearance b {
    /*display: block;*/
    font-size: 14px;
    padding-bottom: 15px;
}
.investment-appearance .ad-preview {
    background: #dcdbe4;
    border-radius: 25px 25px 0 0;
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 20px 0 20px;
}
.investment-appearance .smartphone-earpiece-preview span {
    background: #959aa5;
    border-radius: 10px;
    display: block;
    box-shadow: inset 0 2px 3px #4e5260;
    margin: 0 auto;
    width: 35%;
    padding: 4px 0;
}
.investment-appearance .smartphone-screen-preview {
    background: white;
    color: black !important;
    margin-top: 15px;
    padding: 10px;
}
.investment-appearance .smartphone-screen-preview p {
    color: black !important;
    padding-left: 5px;
}
.investment-appearance .title {
    font-size: 16px;
}
.investment-appearance .ad-preview .row p {
    font-weight: lighter;
    margin: 0;
}
.investment-appearance .ad-preview .smartphone-screen-preview > .row > div > p {
    font-size: x-small;
    padding: 2px 5px;
}
.investment-appearance img {
    height: 60px;
    width: auto;
}

.investment-appearance input {
    margin: 5px;
    padding: 5px 10px;
}

.investment-body .calldorado-investment, .investment-body .calldorado-investment span,
.investment-body .investment-selected-country, .investment-body .investment-selected-country span,
.investment-body .your-investment, .investment-body .your-investment span,
.investment-body .investment-daterange, .investment-daterange span {
    /*font-size: 18px;
    font-weight: lighter;*/
}
.investment-body .total-investment, .investment-body .total-investment span {
    /*font-size: 24px;*/
}
.investment-body .calldorado-investment, .investment-body .calldorado-investment span,
.investment-body .your-investment, .investment-body .your-investment span,
.investment-body .total-investment, .investment-body .total-investment span {
    margin: 0;
}

.legal-button { 
    background-color: #54bd37;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    width: 100px;
}
.legal-button:hover {
    background-color: #72e851;
    color: white;
}
.legal-button:disabled {
    cursor: not-allowed;
}

.investment-selected-apps {
    color: pink;
    font-weight: initial;
    font-style: italic;
    margin: 15px;
    min-height: 100px;
}
.investment-selected-apps img {
    height: 80px;
    width: auto;
}

.investment-body p {
    /*font-weight: bold;*/
}

.investment-step-buttons .back-btn,
.investment-step-buttons .next-btn {
    background: #595c6d;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 15px;
    text-align: center;
}
.investment-step-buttons .next-btn {
    float: right;
}
.investment-step-buttons .back-btn:hover,
.investment-step-buttons .next-btn:hover {
    background: #72768e;
}

.growth-app-selector {
    background: rgba(0,0,0,0.9);
    display: none;
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    transition: background .3s ease 2s;
}
.growth-app-selector.active {
    display: block;
}
.growth-app-selector input {
    background: none;
    border: none;
    border-bottom: solid 2px white;
    color: white;
    display: flex;
    font-size: 40px;
    margin: 30px auto 0 auto;
    outline: none;
    position: relative;
    width: 80vw;
    max-width: 700px;
}

.growth-apps-list {
    display: inline-block;
    margin: 0 auto;
    /*max-width: 100%;*/
    padding-top: 20px;
    position: relative;
}
.growth-app-container {
    background: rgba(84, 89, 114, .8);
    cursor: pointer;
    display: inline-block;
    height: 200px;
    float: left;
    margin: 5px;
    opacity: .6;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
    width: 200px;
    transition: all .2s ease;
}
.growth-app-container:hover {
    opacity: 1;
}
.growth-app-container.hide {
    opacity: 0;
    display: none;
}
.growth-app-container.selected {
    background: rgba(80, 85, 110, .9);
    opacity: 1;
}

.growth-app-container p {
    text-align: center;
}
.growth-app-container img {
    display: block;
    height: 80%;
    margin: 0 auto;
    position: relative;
    width: auto;
}

.growth-app-selector .button-row {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    text-align: center;
}
.growth-app-selector .ok-button, .growth-app-selector .cancel-button {
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    padding: 10px 20px;
    width: 50%;
}
.growth-app-selector .cancel-button {
    background: #545972;
}
.growth-app-selector .cancel-button:hover {
    background: #707080;
}
.growth-app-selector .ok-button {
    background: #fda545;
}
.growth-app-selector .ok-button:hover {
    background: #fdbb45;
}


/*
*   WALLET
*/

.wallet-sliders .button-container {
    margin: 25px 0;
}
.wallet-sliders .ok-button {
    background: #54bd37;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    width: 100px;
    text-align: center;
}
.wallet-sliders .ok-button:hover {
    background: #61db3f;
}

.wallet-transactions-details {
    background: #41455d;
    margin-top: 25px;
}

.wallet-transactions-details thead {
    background: #545972;
    font-size: 16px;
}

.wallet-transactions-details tbody {
    background: #41455d;
}

.wallet-transactions-details thead th,
.wallet-transactions-details tbody {
    text-align: center;
}

.wallet-transactions-details thead > tr > th,
.wallet-transactions-details tbody > tr > td {
    border: none !important;
    height: 50px;
    vertical-align: middle;
}

.wallet-transactions-details thead > tr > th:first-child,
.wallet-transactions-details tbody > tr > td:first-child {
    text-align: left;
}

.wallet-transactions-details .details-row {
    padding: 15px 20px;
} 

.wallet-transactions-details .funds {
    color: orange;
    font-weight: bold;
}

.refund-panel {
    height: 0;
    margin-top: 25px;
    overflow: hidden;
    padding: 0;

    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.refund-panel.active {
    border-top: rgba(255, 255, 255, .1) 2px solid;
    height: auto;
    padding: 50px 0;
}
.refund-panel .rangeslider {
    margin: 25px 0;
}

.scrollToTop {
    background-color: #FFF;
    border-radius: 3px;
    bottom: 70px;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    height: 39px;
    line-height: 39px;
    position: fixed;
    width: 39px;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: 1000;
    outline: none;
    text-align: center;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

    .overflow-ellipsis {
        line-height: 1.2 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .copy-id {
        padding: 5px;
        border-radius: 5px;
        border: none;
        background: rgba(0, 0, 0, 0.00);
        transition: .75s;
        text-align: center;
    }

    

.copy-id:hover {
    text-align: center;
    cursor: pointer;
    background: hsl(231.4, 17.7%, 41%);
}

.copy-id:hover span {
    display: none;
}

.copy-id:focus {
    background: hsl(231.4, 17.7%, 41%);
    outline-width: 0;
}

.copy-id:hover:after {
    opacity: 0;
    content: "Copy";
    transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease;
}
.copy-id:hover:after {
    opacity: 1;
}

.copy-id-confirmed {
    background: #9bc23b;
}

.copy-id-confirmed:hover:after {
    content: "Copied";
}

.copy-id-confirmed:hover {
    background: #9bc23b;
}

/*.copy-id-confirmed:hover:after {
    content: "";
}*/

.copy-manifest-code {
    background: #9bc23b;
}

.copy-manifest-code:hover {
    background: #9bc23b;
}

.integration-list {
    text-align: left;
}

.integration-list li {
    font-size: 16px;
    font-weight: 100;
}

.signup-title {
    text-align: center;
}

.integration-label {
    margin-bottom: 0px;
}

.my-apps-menu {
    margin: 20px auto 0 auto;
}

/*.circle-small {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    background-color: #41455d;
    border-radius: 50%;
    display: inline-block;
    z-index: 100;
    margin-left: -115px;
}*/
.my-apps-menu-item {
    height: 50px;
    width: 250px;
    background-color: #545972;
    border-radius: 25px;
    display: inline-block;
    color: #545972;
    text-decoration: none;
    transition: transform .2s;
}
.my-apps-menu-item:hover {
    transform: scale(1.05, 1.05);
}

.menu-circle {
    transition: all .25s;
    background-color: #41455d;
    background: #41455d;
    /*background: linear-gradient(#7c8093, #4e526b);
    background: -webkit-linear-gradient(#7c8093, #4e526b); For Safari 5.1 to 6.0 
    background: -o-linear-gradient(#7c8093, #4e526b); For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(#7c8093, #4e526b);  For Firefox 3.6 to 15*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 8px 0 0 10px;
    display: inline-block;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

/*.menu-circle:hover {
    transform: scale(1.05,1.05);
}*/

.my-apps-menu-img {
    height: 35px;
    width: 35px;
    margin: auto auto;
}
.my-apps-menu-img-small {
    /*height: 25px;
    width: 25px;
    transform: translate(4px, 6px);*/
    height: 35px;
    width: 35px;
    transform: scale(.7,.7);
}
.menu-text {
    /* float: right; */
    top: 25%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: auto 0 auto 45px;
    position: absolute;
}
/*.my-apps-menu-text-div {
    height: 30px;
    width: 25px;
    background: #fff;
}*/
/*.application-id {
    padding: 5px;
    border-radius: 5px;
    border: none;
    transition: .75s;
}

.application-id:hover {
    text-align: center;
    cursor: pointer;
    background: hsl(231.4, 17.7%, 41%);
}

.application-id:hover span {
    display: none;
}

.application-id:focus {
    background: hsl(231.4, 17.7%, 41%);
    outline-width: 0;
}

.application-id:after {
    opacity: 0;
    content: "C"
}*/

/*
*   XXXX
*/

.cdo-migration-dialog {
    font-family: 'Open Sans', arial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    max-width: 754px;
    max-height: 486px;
    z-index: 9000;
    background: linear-gradient(180deg, #959AB2 0%, #494D67 100%);
    display: flex;
    justify-content: space-between;
}

.cdo-migration-content {
    padding: 40px;
    max-width: 50%;
}

    .cdo-migration-content h1 {
        color: #FFF;
        font-family: "Open Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 50px;
    }

    .cdo-migration-content p {
        color: #FFF;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px;
    }

.cdo-migration-buttons {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.cdo-migration-button {
    padding: 15px 25px;
    font-size: 1em;
    border: 2px solid white;
    background: transparent;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .cdo-migration-button.primary {
        background: white;
        color: #333;
        border: none;
    }

    .cdo-migration-button:hover {
        opacity: 0.9;
    }

.cdo-migration-screenshot {
    max-width: 50%;
}

    .cdo-migration-screenshot img {
        width: 100%;
    }

@media (max-width: 768px) {
    .cdo-migration-dialog {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cdo-migration-content {
        max-width: 100%;
    }
    .cdo-migration-screenshot {
        display: none;
    }

    .cdo-migration-buttons {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
}

.cdo-migration-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8000;
}
