#stripe-card-element {
    border: 1px solid #ececec !important;
    box-shadow: none;
    height: 40px;
    font-size: 18px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.text-blue{
    color:#25aae1 ;
}

.admin-name{
    max-height: 50px;
}

.admin-name .profile-image{
    background:#fff;
    border-radius: 50px;
}

.admin-name .profile-image img{
    border-radius: 50px;
    max-height: 50px;
    max-width: 50px;
}

.logo img{
    max-height: 35px;
}

.logo span{
    font-size: 15px;
}

.left-bar .main-menu ul li a{
    padding: 10px 0 10px 10px !important;
}

.left-bar .main-menu ul li a i{
    padding-right: 10px;
    text-align: center;
    min-width: 25px;
}

.ajaxLoader{
    position:fixed;
    width:100%;
    height:100%;
    text-align:center;
    background:#efefef;
    opacity:0.8;
    left:0;
    top:0;
    z-index:999999;
    display:none;
}
.top-navigation .nav > li.active > a,.top-navigation .nav > li > a:hover{
    color:#25aae1;
}
.progress-bar{
    background-color:#25aae1;
}
.page-heading{
    display:none;
}
.name_initial{
    background:#efefef;
    /*border:1px #ccc solid;*/
    border-radius:50%;
    width:50px;
    height:50px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    font-size:20px;
    text-transform:uppercase;
}
.big_name_initial .name_initial{
    width:100px;
    height:100px;
    font-size: 30px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    z-index:99999;
}

a{
    color: #1f2b34;
}

/**
ibox
 */
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    padding:0 15px;
    box-shadow:0 0 15px rgba(119,119,119, 0.15);
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #ffffff;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.ibox-title h5 {
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-size: 16px;
    color: #09161f;
    line-height: 22px;
    font-weight: bold;
}

.ibox-content h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #939393;
}

.ibox-content h5 {
    color: #000;
    font-size: 14px;
    margin: 0px;
}

/**
Snapshot
 */
.snapshot-col-inner {background: #fff;border-radius: 4px;}
.snapshot-title {padding: 15px;position: relative;border-bottom: 1px solid #edecef;padding-right: 30px; margin-bottom: 5px; }
.snapshot-title h3.black {font-size: 14px;     text-shadow: 0px 0.1px 0px rgba(45, 42, 91, 0.50);}
.snapshot-row {font-size: 0;margin: 0 -8px; margin-bottom: 25px;}
.snapshot-col {padding-left: 8px;padding-right: 8px; vertical-align: top;}
.snapshot-col.col-1, .snapshot-col.col-2 {width: 15%;}
.snapshot-title img { position: absolute;right: 14px;top: 50%;-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);-o-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);}
.snapshot-detail { width: 100%;padding-left: 15px;border-right: 1px solid #edecef;}
.snapshot-detail h2 {font-size: 20px;font-weight: 600;letter-spacing: 1.5px;margin-bottom: 6px;}
.snapshot-col.col-3, .snapshot-col.col-4 {width: 35%;}
.snapshot-detail span {font-size: 14px;}
.snapshot-inner .snapshot-detail:last-child {border: 0;}
.snapshot-inner {padding: 12px 17px; display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -ms-flexbox;display: flex;padding-left: 0;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #25aae1 !important;
}

.btn{
    border-radius: 100px;
    font-size: 16px;
    padding: 5px 24px 5px;
}
a.btn,button.btn{
    font-size: 14px;
}

.btn-success{
    background-color: #25aae1 !important;
    border-color: #25aae1 !important;
    color: #fff !important;
}

.btn-primary{
    background-color: #00adcc !important;
    border-color: #00adcc !important;
}

.btn-default{
    background-color: #1f2b34 !important;
    border-color: #1f2b34 !important;
    color: #fff;
}

.btn-primary{
    color: #fff !important;
}

.btn-info{
    background: #18998f !important;
    border-collapse: #18998f !important;
}

.btn-default:hover{
    color: #fff;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.loginscreen.middle-box {
    width: 300px;
}

.loginbox {
    margin-top: 20%;
}

.logo-name,.logo-element{
    font-size:100px !important;
    color:#52ad6a;
    font-weight:normal;
    margin-bottom: 20px;
}
.logo-element{
    font-size:25px !important;
    text-align:left;
}
.logo-element span{
    font-size: 15px !important;
    display: block;
}
.logo-element img{
    max-width:80%;
    margin-top:6px;
    margin-left:10px;
}

.msg-topbar .label{
    margin-left: 10px;
}

/**
Labels
 */

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75% !important;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label:hover{color: #fff;}
.label-default {
    background-color: #777;
}
.label-primary {
    background-color: #00adcc;
}
.label-success {
    background-color: #25aae1;
}
.label-info {
    background-color: #18998f;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}

.inner-paycard .card-brand {
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    right: 60px;
    top: 43px;
    text-transform: uppercase;
}

.form-style.my-account .paycard-sec .add-card .file-text {
    height: 100px;
    width: 100px;
    margin: 60px auto;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.top_sub_nav{
    background: #364550;
    margin: -25px -35px;
    padding: 12px;
}

.top_sub_nav h2{
    color: #fff;
    font-size: 24px;
}

.top_sub_nav i{
    display: none;
}

.top_sub_nav li{
    display: inline-block;
    border-right: 1px #00adce solid;
    padding-right: 20px;
    margin-right: 15px;
}

.top_sub_nav li a{
    color:#fff;
    padding-bottom: 11px;
    padding: 8px 0 10px;
}

.top_sub_nav li:last-child{
    border-right: 0px;
}

.top_sub_nav li.active a{
    border-bottom: 2px #25aae1 solid;
    font-weight: 700;
}

.topbar label.super-admin {
    background: #fff;
    margin: 1px 20px 0 !important;
    color: #25aae1;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 12px;
    letter-spacing: 0.8px;
}

.add-card .name_initial{
    height: 100%;
    line-height: 0px;
    font-size: 50px !important;
}

.property-alerts{
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

.modal-header .modal-title{
    float: left !important
}

.detail-nav a span {
    font-size: 15px !important;
    text-align: left;
}

.detail-nav a span.icon i{
    font-size: 25px;
    color: #ccc;
}

.tabs-main-tab {
    display: flex;
    height: 100%;
    border-radius: 6px;
}

.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}

.select2-container{
   /* z-index:1075;*/
    width:inherit !important;
}
.select2-container--open{
   /* z-index:1075;*/
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,.select2-container .select2-selection--single .select2-selection__rendered{
    color: #6c757d !important;
    font-size: 14px !important;
}
.select2-selection__rendered{
    padding-left: 22px !important;
}
.select2-container--default .select2-selection--single{
    border:1px solid #5d7d95 !important;
    border-radius: 0.375rem !important;
}
.select2-container .select2-selection--single{
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #5d7d95 !important;
}
body.select2-container--default.select2-container--focus .select2-selection, body .select2-container--default.select2-container--open .select2-selection{
    border-color: #5d7d95 !important;
}

.useradmin .name_initial{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.useradmin .name_initial, .useradmin img{
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 30px;
}

.username{
    color: #fff;
}

.modal-dialog.modal-lg{
    max-width:800px  !important;
}

.modal{
    /*z-index: 9999;*/
}

.modal-dialog.modal-sm{
    width: 400px !important;
}

.modal-dialog.modal-sm .btn{
    padding: 5px 10px 5px !important;
    margin: 0px 5px;
}

.vertical-tab li.active a {
    background: #f6f8f9;
}

/*icons*/
.db-option li.icon a:after{
    width: 20px;
    height: 20px;
    display: block;
    content: '';
}

.db-option li.edit a:after{
    background:url(../images/edit-icon.png) no-repeat;
    background-size: contain;
}

.db-option li.remove a:after{
    background:url(../images/remove-icon.png) no-repeat;
    background-size: contain;
}

.main-tabs i{
    width: 20px;
    height: 20px;
    display: inline-block;
    content: '';
}

.main-tabs i.absolute{
    position: absolute;
    top: 10px;
    right: 0;
}

.main-tabs label i{
    width: 13px;
    height: 13px;
}

.main-tabs i.add{
    background:url(../images/add-icon.png) no-repeat;
    background-size: contain;
}

.main-tabs i.edit{
    background:url(../images/edit-icon.png) no-repeat;
    background-size: contain;
}

.main-tabs i.remove{
    background:url(../images/delete-icon.png) no-repeat;
    background-size: contain;
}

.box.is-dragover{
    background: #efefef;
}
.uplod-icon{
    background: url(../images/uplod-icon.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0px auto 10px;
}

.file-full-right .newfile-colleft {
    flex: 0 0 100%;
    max-width: 100%;
}
.file-full-right .newfile-colright {
    display:none;
}

.newfile-colright.scroll_fixed{
    position: fixed;
    right: 0px;
    height: 100%;
    top: 75px;
}

.newfile-colright.scroll_fixed #right_container{
    height: 80%;
    overflow: scroll;
    overflow-x: hidden;
}

/**
Icons
 */
.icons{
    background-size: contain !important;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
}
.icon-close{
    background: url(../images/close-icon.png) no-repeat center center;
}

.icon-add{
    background: url(../images/add-icon.png) no-repeat center center;
}

.icon-inline{
    display: inline-block;
    margin: 0 3px;
}

.icons-20{
    width: 20px;
    height: 20px;
}

.signature-tool-item {
    width: 40px;
    height: 30px;
    padding-top: 6px;
    overflow: hidden;
}

.icon-undo {
    background-color: #7f8fa4;
    -webkit-mask: url(../images/undo.svg) no-repeat center;
    mask: url(../images/undo.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.icon-erase {
    background-color: #7f8fa4;
    -webkit-mask: url(../images/erase.svg) no-repeat center;
    mask: url(../images/erase.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

/**
other
 */

.verify-option iframe{
    width: 100%;
    min-height:calc(100vh - 350px);
    border: none;
}


/**
video chat
 */
.OT_publisher, .OT_subscriber{
    min-height: 200px !important;
    padding: 0px !important;
    margin: 0px 0 10px !important;
    width: 100% !important;
}

.OT_publisher .OT_name, .OT_subscriber .OT_name{
    bottom: 0 !important;
    top: unset !important;
}

/**
Appointment view
 */

.appointment-view{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: #F7F8FE;
    top: 65px;
    overflow-x: auto;
    padding: 15px;
    left: 0;
}

.appointment-view .equipment-order-col{
    width: 100% !important;
}

.appointment-view .appointment-header{
    position: fixed;
    top: 0;
    right: 10px;
    background: #25aae1;
    width: 50%;
    height: 65px;
    text-align: right;
    padding: 21px;
}

.appointment-header a,.editor-overlay-action a{
    background: #fff;
    margin: 1px 20px 0 !important;
    color: #25aae1 !important;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 12px;
    letter-spacing: 0.8px;
    cursor: pointer;
}

.hide{
    display: none;
}

.closed_file_actions .icon-add,
.closed_file_actions .remove,
.closed_file_actions .add
{
    display: none;
}

/**
Confirm
 */
#confirm_modal p{
    font-size: 25px;
    text-align: center;
}

#confirm_modal .buttons{
    text-align: center;
}

#confirm_modal .btn{
    width: 100px;
    margin: 0px 10px;
}

/**
Other
 */
.d-flex.current{
    background-color: rgb(250, 250, 250) !important;
}

.fields-label .select2-container{
    width: 100% !important;
}

.db-option a.bttn{
    background-image: none;
    padding: 5px 10px 5px 10px;
}

.db-option li{
    vertical-align: middle;
}


/**
Alert
 */
.swal-content__div h4{
    margin:25px 0;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    min-width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    background-color: hsla(0, 0%, 100%, 0.9);
    color: #25aae1;
    border:1px #25aae1 solid;;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 60%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/**
Onboarding
 */
.onboarding p{
    font-size: 18px;
}

.onboarding .btn{
    opacity: 0.5;
    height: 50px;
    line-height: 36px;
    font-size: 18px;
}

.active_onboarding_action{
    opacity: 1 !important;
}

/**
Other
 */
.tr_option{
    padding: 5px;
    min-width: 30px;
    display: inline-block;
}
.tr_option i{
    font-size: 15px;
}

.new-file-main .hide_on_right{
    display: none;
}

.new-file-main.file-full-right .hide_on_right{
    display:table-cell;
}

.steps-bttn{
    position: relative;
}

.steps-bttn a.skip{
    position: absolute;;
    left: 0px;
    width: 100%;
    text-align: center;
}
.steps-bttn a.skip:after{
    background: none;
}

.welbox-inner a.close-box{
    opacity: 1;
}

.notify-badge{
    position: absolute;
    right: -20px;
    top: -10px;
    background: #FA8223;
    text-align: center;
    border-radius: 100%;
    color: white;
    padding: 10px 5px;
    width: 40px;
    font-size: 13px;
    height: 40px;
}

.paycard .inner-paycard{
    background: rgb(32,193,230);
    background: -moz-linear-gradient(122deg, rgba(32,193,230,1) 0%, rgba(27,173,206,1) 100%);
    background: -webkit-linear-gradient(122deg, rgba(32,193,230,1) 0%, rgba(27,173,206,1) 100%);
    background: linear-gradient(122deg, rgba(32,193,230,1) 0%, rgba(27,173,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20c1e6",endColorstr="#1badce",GradientType=1);
    color: #ffffff;
    box-shadow: 0 10px 15px rgba(30, 183, 218, 0.1); -webkit-box-shadow: 0 15px 10px rgba(30, 183, 218, 0.1); -moz-box-shadow: 0 15px 10px rgba(30, 183, 218, 0.1);
}

.paycard .inner-paycard {
    padding: 2vw 1.5vw;
    border-radius: 7px;
    max-width: 490px;
    margin: 5px 0 40px 20px;
}

.paycard .inner-paycard .card-name {
    font-size: 19px;
    color: #ffffff;
}

.paycard h2 {
    border: none;
    color: #fff;
    font-size: 23px;
    padding: 2vw 15px;
}

.paycard .inner-paycard .card-date, .paycard .inner-paycard .right-date {
    font-size: 19px;
    color: #fff;
}

.paycard .inner-paycard .right-date {
    float: right;
}

.paycard .inner-paycard .card-date span {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
}

/*********** Baseline, reset styles ***********/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 0 !important;
}

/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #d9d9d9;
    border-radius: 0.5rem;
    height: 1px;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -7.5px; /* Centers thumb on the track */
    background-color: #5d7d95;
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
    outline: 3px solid #5d7d95;
    outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
    background-color: #d9d9d9;
    border-radius: 0.5rem;
    height: 1px;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
    background-color: #5d7d95;
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb{
    outline: 3px solid #5d7d95;
    outline-offset: 0.125rem;
}

.general-link {
    color: #25aae1;
    text-decoration: underline !important;
}

div#modal_frm_msg {
    display: block !important;
}