.starIconLarge{
    width: 40px;
    height: auto;
}

.reviewStarBlue{
    background-color: #415E81;
    margin-right: 3px;
    float: left;
    padding: 1px;
    border-radius: 3px;
    line-height: 1em;
}

.reviewStarGrey{
    background-color: #c2c2c2;
    margin-right: 3px;
    float: left;
    padding: 1px;
    border-radius: 3px;
    line-height: 1em;
}

.reviewStarLarge{
    width: 42px;
    height: 42px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.login {
    background:#fff;
    max-width:350px;
    margin:0 auto;
    padding:1px 15px 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.3);
    border-radius: 3px;
}
.login-footer {
    margin:0 auto;
    max-width:350px;
    padding-top:15px;
    font-size:11px;
}
.login-footer p {
    text-align:center;
}

.error-field {
    border: 2px solid #e74c3c;
}
.error {
    color: #e74c3c;
}
.success {
    color: #5cb85c;
}

#admin_merchant_edit #left_table {
    padding-left: 6px;
}

#admin_merchant_edit .align_right {
    text-align: right;

}

#admin_merchant_edit {
    font-size: 13px !important;
    border: 1px solid black;
    padding: 10px;
}

#admin_merchant_edit .no_padding {
    padding:0;
}

#admin_merchant_edit #left_div {
    width: 350px;
    height: 600px;
}

.border_bottom {
    border-bottom: 1px solid black;
}

#admin_merchant_edit .header {
    height: 30px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 7px;
}

.left_divs {
    border: 1px solid black;
    margin-top: 10px;

    width: 350px;
    height: 200px;
}

#admin_merchant_edit .avatar {
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}

#right_div table {
    width: 350px;
}

#admin_merchant_edit .common_padding {
    padding-left: 10px;
    padding-right: 10px;
}

.table1 {
    width: 330px;
}

#admin_merchant_edit .right_text {
    padding-right: 10px;
    font-weight: 100;
}

#admin_merchant_edit .left2_div {
    height: 150px;
}

#admin_merchant_edit .last_left {
    height: 220px;
}

#admin_merchant_edit .bottom_margin {
    margin-bottom: 10px;
}

#right_div {
    margin-left: 5px;
    width: 230px;
}

#admin_merchant_edit #main_right_div {
    height: 580px;
    border: 1px solid black;
    margin-top: 10px;
    width: 710px;
    margin-left: 20px;
}

#admin_merchant_edit input , #admin_merchant_edit select , #admin_merchant_edit textarea{
    font-size: 12px;
}

#admin_merchant_edit .form_table tr td{
    padding-left: 5px;
    padding-right: 5px;
}

#admin_merchant_edit .need_padding {
    padding-top: 15px;
}

#right_div .first_row {
    width: inherit;
}

.currentPlan{
    font: 16px/16px Arial,Helvetica,sans-serif;
    margin: 5px auto;
    width: 230px;
    text-align: center;
    height: 35px;
}

.table-responsive a{
    color: #000000;
    text-decoration: underline;
}

.transaction_link{
    font: 13px/13px Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    color:#0000FF;
    text-decoration: underline;
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: normal;
    font-style: normal;
    src: url('https://trustspot-app-assets.s3.amazonaws.com/assets/sources/fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
        url('https://trustspot-app-assets.s3.amazonaws.com/assets/sources/fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
        url('https://trustspot-app-assets.s3.amazonaws.com/assets/sources/fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype');
}

.dt {
    display: table;
}

.main {
    font-family: ProximaNova;
}
.root {
    background-color: #eff3f9;
}
.content {
    padding-top: 70px;
}
.container-fluid {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.main {
    min-width: 320px;
}
.empty {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    background-color: #111f31;
}
.logo a {
    display: block;
    padding: 18px 54px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn:hover,
.btn:focus {
    opacity: 0.8;
}
header.header-smaller .logo a {
    padding: 8px 54px;
}
body .main .btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
body .main .btn-success {
    border-radius: 4px;
    background-color: #68ac3c;
}
header {
    height: 68px;
    background-color: #dce4f0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px #dce4f0 solid;
}
header.header-smaller {
    height: 49px;
    border-bottom: 1px solid #d7dfeb;
}

.question {
    padding-top: 12px;
    background-color: #fff;
}

.question-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 11px;
    color: #68ac3c;
}

.plans {
    padding-top: 17px;
    padding-bottom: 68px;
}

.start {
    padding: 33px 0 37px;
    text-align: center;
    background-color: #68ac3c;
}
.start i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    opacity: .4;
    color: #fff;
}

.menu-toggle {
    display: none;
}
footer {
    background-color: #e3eaf4;
}

.reviews-inner {
    overflow: hidden;
}

.reviews-content-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    color: #111f31;
}

.reviews-content-rating {
    font-size: 0;
    margin-top: 10px;
}
.reviews-content-res {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    margin: 2px 0 0 9px;
    vertical-align: middle;
    color: #788aa0;
}
.reviews-content-res span {
    font-size: 22px;
    font-weight: 700;
    color: #68ac3c;
}

.reviews-content-count {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    color: #415e81;
}

.reviews-item {
    margin-bottom: 10px;
    padding: 15px 0 20px;
    background-color: #fff;
}
.reviews-item-inner {
    overflow: hidden;
}
.reviews-item-left {
    position: relative;
    float: left;
    width: 122px;
    padding-top: 14px;
    text-align: center;
}
.reviews-item-left:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 2000px;
    content: '';
    background-color: #dbe1e8;
}
.reviews-item-right {
    padding: 14px 32px 16px 156px;
}
.reviews-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #111f31;
}
.reviews-item-verify {
    margin-top: 17px;
}
.reviews-item-verify i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(sources/img/icons/spritePricing.9c12ef.png);
    background-position: -56px -90px;
}
.reviews-item-verify span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    color: #a9b7c7;
}
.reviews-item-rating {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.reviews-item-rating i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    opacity: .4;
    background-image: url(sources/img/icons/spritePricing.9c12ef.png);
    background-position: -106px -63px;
}
.reviews-item-rating i.active {
    opacity: 1;
}
.reviews-item-date {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #788aa0;
}
.reviews-item-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 19px;
    color: #565656;
}
.reviews-item-text a {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;
    color: #68ac3c;
}
.reviews-item-bottom {
    font-size: 0;
    margin-top: 26px;
}
.reviews-item-bottom a {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    border-radius: 3px;
}
.reviews-item-bottom a.btn {
    font-size: 12px;
    border-radius: 3px !important;
}
.reviews-item-bottom a.fa-brands {
    font-size: 35px;
    line-height: 35px;
    border-radius: 3px;
}
.reviews-item-bottom a.fa-facebook {
    color: #1e4f90;
}
.reviews-item-bottom a.fa-x-twitter {
    font-size: 18px;
    width: 31px;
    height: 31px;
    text-align: center;
    color: #fff;
    background-color: #41abe1;
    line-height: 1.8;
}
.reviews-item-bottom a.fa-brands:hover,
.reviews-item-bottom a.fa-brands:focus {
    text-decoration: none;
    opacity: .8;
}
.reviews-item-helpful {
    padding: 5px 15px 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.reviews-item-helpful:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    content: '';
    background-image: url(sources/img/icons/spritePricing.9c12ef.png);
    background-position: -126px -90px;
}
.reviews-item-helpful:hover,
.reviews-item-helpful:focus {
    opacity: .8;
}
.reviews-item-report {
    padding: 5px 18px 4px;
    border-color: transparent;
    background: #203957;
}
.reviews-item-report:before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    content: '';
    background-image: url(sources/img/icons/spritePricing.9c12ef.png);
    background-position: 0 -118px;
}
a.reviews-recommend {
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    float: right;
    margin-top: 2px;
    padding: 0 23px;
    text-align: center;
    text-transform: uppercase;
    color: #68ac3c;
    border: 1px solid #68ac3c;
    border-radius: 0 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a.reviews-recommend:hover,
a.reviews-recommend:focus {
    text-decoration: none;
    color: #fff;
    border: 1px solid #68ac3c;
    background-color: #68ac3c;
}
.reviews-answer {
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 25px 31px 39px 35px;
    background-color: #dce4f0;
}

.reviews-answer-img {
    width: 86px;
    height: 86px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}
.reviews-answer-img img {
    max-width: 80px;
    max-height: 80px;
}

.thx {
    padding: 0 15px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.thx-header {
    height: 40px;
    background-color: #dce4f0;
}
.thx-copy {
    font-size: 16px;
    font-weight: 100;
    line-height: 60px;
    padding: 10px 0;
    text-align: center;
    opacity: .7;
    color: #8999ab;
    background-color: #e3eaf4;
}
.thx-logo {
    text-align: center;
    padding-top: 31px;
}
.thx-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 33px;
    color: #111f31;
}
.thx-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 43px;
    color: #546981;
}

.thx-footer {
    max-width: 800px;
    margin: 105px auto 0;
    padding: 23px 60px 25px;
    border-top: 1px solid #ededed;
}
.thx-footer a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    color: #5a697b;
}
.thx-footer a:first-child {
    float: left;
}
.thx-footer a:last-child {
    float: right;
}

.review-form-subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 45px;
    color: #415e81;
}
.review-form-star {
    margin: 0 -12px;
    padding-top: 30px;
}
.review-form-star i {
    display: inline-block;
    width: 47px;
    height: 46px;
    opacity: .4;
    background-image: url(sources/img/icons/spritePricing.9c12ef.png);
    background-position: -59px 0;
}
.review-form-star i.active {
    opacity: 1;
}

@media screen and (max-width:1100px) {
    a.reviews-recommend {
        display: block;
        float: none;
    }
    .reviews-rating {
        float: none;
        clear: both;
        width: auto;
        padding: 5px 20px;
        text-align: center;
    }
}
@media screen and (max-width:991px) {
    a.reviews-recommend {
        display: inline-block;
    }
}
@media screen and (max-width:767px) {
    .logo {
        right: 0;
    }
    .logo a {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .start i {
        display: none;
    }

    .content {
        padding-top: 55px;
    }
    header {
        height: 50px;
    }

    .logo {
        z-index: 4;
    }
    .menu-toggle {
        position: absolute;
        z-index: 4;
        top: 15px;
        right: 15px;
        display: block;
        width: 24px;
        height: 20px;
    }
    .menu-toggle a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu-toggle a span {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        display: block;
        height: 4px;
        margin-top: -2px;
        background-color: #fff;
    }
    .menu-toggle a:before,
    .menu-toggle a:after {
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        height: 4px;
        content: '';
        background-color: #fff;
    }
    .menu-toggle a:before {
        top: 0;
    }
    .menu-toggle a:after {
        bottom: 0;
    }
}
@media screen and (max-width:650px) {
    .reviews-item-left {
        float: none;
        width: auto;
    }
    .reviews-item-left:after {
        display: none;
    }
    .reviews-item-right {
        padding: 15px;
    }

    .reviews-answer {
        padding-bottom: 25px;
    }

    .thx-title {
        font-size: 34px;
    }
    .thx-footer a {
        display: block;
        float: none !important;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:500px) {
    .reviews-item-bottom {
        text-align: center;
    }

    .reviews-item-right {
        padding: 11px;
    }
    .reviews-item-date {
        padding: 5px 0 5px 5px;
    }
}

@media screen and (max-width:480px) {
    .reviews-content-title {
        font-size: 34px;
    }
}
@media screen and (max-width:479px) {
    a.reviews-recommend {
        display: block;
        float: none;
        margin: 5px auto 0;
        max-width: 283px;
    }
    .reviews-item-bottom a.fa-x-twitter {
        margin-right: 0;
    }
}

/*filter*/
.search-filter.f-block {margin: 0px 30px; }
.search-filter input, .search-filter input:focus{background:#587290;border-radius: 30px;-webkit-box-shadow: none;box-shadow: none;border: none;width: 240px;position: relative; color: #fff!important; font-style: italic; }
.search-filter span {
    position: absolute;
    right: 15px;
    top: 7px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
    z-index: 99;
}
.search-filter span a{color: #fff;}

/*filters internal*/
#filters .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #203957;
    /* position: absolute; */
    float: right;
    margin-right: 65px;
    margin-top: -8px;
}
#filters .radio-inline{padding: 0;margin: 0;}
#filters {
    background: #d0d9e6;
}
#filters .title-filter {
    float: left;
    color: #415e81;
    width: 128px;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
}
#filters input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
#filters input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;line-height: 18px;padding-right: 25px;
}
#filters input[type=radio].css-checkbox + label.css-label {

    height:18px;
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:50px;
    vertical-align:middle;
    cursor:pointer;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 2px;
}
#filters label.css-label {
    background-image:url(sources/img/icons/radio.cf64a4.png);
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#filters label.css-label img {
    float: left;
    padding-right: 5px;
    opacity: 0.5;
    margin-top: -2px;
}
#filters input[type=radio].css-checkbox:checked + label.css-label img{opacity: 1;}
.rating.advance-filter {
    margin: 30px;
}
/*date picker*/
.date-filter,.advance-filters{margin: 30px;}
.date-filter .date-picker{display: inline-block;position: relative;margin: 0px 5px;}
.date-filter span.icon {
    position: absolute;
    left: 10px;
    top: 6px;
    color: #d0d9e6;
    font-size: 16px;
}
.date-filter .date-picker input{text-indent: 20px;}
.select-filter {
    display: inline-block;
    margin: 0px 5px;
}
.select-filter select{width: 162px;}
#filters hr{border-color: #b3c0d2;}
#filters .clear-filters{padding: 0px 20px 20px;margin: 0px;font-size: 16px;color: #415e81;}

/*filter-result*/
#filter-result{background: #dce4f0;padding: 20px 10px;}
.inline{display: inline-block;}
#filter-result .u-name h2{color: #203957;font-size: 18px;margin-top: 0px;font-weight: 600;margin-right: 10px;}
#filter-result .u-rating img{display: inline-block;margin-right: 3px;margin-top: -2px;}
#filter-result .col-md-10{border-right: 1px solid #dce4f0;}
#filter-result .u-rating img.mute{opacity: 0.5}
.info{color: #788aa0;padding: 20px 0px 44px 20px;font-weight: 100;line-height: 25px;}
.info p{font-size: 15px;}
#filter-result p{color: #203957}
.score{font-weight: 100;margin-top: 10px;font-size: 15px;color: #788aa0;}
.score b{color: #203957;}
span.arrow {
    position: absolute;
    top: -18px;
    left: 90px;
}
.share{position: relative;}
.social-share {
    position: absolute;
    width: 190px;
    background: #eff3f9;
    padding: 8px;
    left: 50%;
    margin-left: -115px;
    border: 1px solid #ccc;
    border-radius: 5px;
    top: 45px;
    z-index: 99;
}
.social-share a, .social-share a:hover {border: none; background: none; min-width: inherit; padding: 0px; margin: 0px; }
.social-share a{display: inline-block;}
.social-share span.arrow {
    position: absolute;
    top: -15px;
    left: 100px;
}
/*pagination-numbers*/
.pagination{float: right;margin: 10px 0px;}
.pagination li a{background: transparent;border:none;margin: 0px 5px;font-weight: 400;font-size: 15px;}
.pagination li.active a,.pagination li.active a:hover, .pagination li a:hover{background: none;color:#203957;font-weight: 600;}
.pagination li a.prev, .pagination li a.next{background: #c3cedf;text-transform: uppercase;padding: 8px 20px;border-radius: 3px;}
.pagination li a.prev i, .pagination li a.next i{font-weight: 100;padding: 0px 5px;}

.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#5a697b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5a697b;}
.dropdown dt a:hover { color:#5a697b; border: 1px solid #5a697b;}
.dropdown dt a {
    display: block;
    border: 1px solid #ccc;
    max-width: 540px;
    height: 50px;
    margin: 0 auto;
    line-height: 38px;
    color: #5a697b;
    font-weight: 100;
    font-size: 15px;
}

.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul {
    color: #5a697b;
    display: none;
    left: 0px;
    padding: 0px 0px;
    position: relative;
    top: 0px;
    min-width: 170px;
    list-style: none;
    max-width: 540px;
    margin: 0 auto;
    border: 1px solid #dadada; border-top: none;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
}
.dropdown dd ul li:last-child a{border: none;}
.dropdown dd ul li a:hover { background-color:#5a697b;color: #fff;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }

span.float-right.reason {
    font-size: 15px;
    padding-top: 8px;
}
/*lightbox*/
.customer-images a {
    display: inline-block;
    margin: 5px 5px 0px 0px;
    padding: 2px;
}
.customer-images a:hover{border: 1px solid #ddd;}
.customer-images a img{max-width: 75px;}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}
#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -10px;
    right: -40px;
    z-index: 9999;
}
#lightbox .modal-content{-webkit-box-shadow: none;box-shadow: none;}

.sidebar-panel span.arrow.float-right {
    position: static;
}

.modal.fade.in {
    background: rgba(0, 0, 0, 0.43);
}

.share.inline {
    padding-bottom: 12px;
    margin-bottom: -12px;
}

.post a, .post a:hover{background-color: #203957;font-size: 13px;color: #fff!important;cursor: pointer;}
.post .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0px;
    padding: 5px 0px;
}
.post .dropdown-menu .dropdown-item {
    background: #415e81;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    border-bottom: 1px solid #aab9ce;padding: 5px;
}
.post .dropdown-menu a:first-child{border-top: 5px solid #203957;border-radius: 3px 3px 0px 0px;}
.post .dropdown-menu a:last-child{border-radius: 0px 0px 3px 3px;}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #203957;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -12px;
    top: 0px;
}

#fbPhotoShare{
    float: left;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 5px
}

/*QA Pages*/
.image-block{position: relative;display: inline-block;}

.approved {  position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;}
.image-block:hover .approved{opacity: 1;}
.select2-container{width:100%!important;}

/*company email request*/
.wrapper-container{background: #e3eaf3;    margin-left: 250px;padding-top: 30px;overflow: hidden;}
.wrapper-container .head  p{color: #2a4a6a;}
.label-head label{font-size: 16px;text-shadow: none;color: #4a698b;}
.label-text{padding-top: 6px;display: inherit;font-size: 14px;text-shadow: none;color: #4a698b;}
#selection-form input::-webkit-input-placeholder, #selection-form textarea::-webkit-input-placeholder{ color: #2a4a6a;
    font-size: 14px;font-weight: 500;}
#selection-form input::-moz-placeholder, #selection-form textarea::-moz-placeholder{ color: #2a4a6a;
    font-size: 14px;font-weight: 500;}
#selection-form input:-ms-input-placeholder, #selection-form textarea:-ms-input-placeholder{ color: #2a4a6a;
    font-size: 14px;font-weight: 500;}
#selection-form input::-ms-input-placeholder, #selection-form textarea::-ms-input-placeholder{ color: #2a4a6a;
    font-size: 14px;font-weight: 500;}
#selection-form input,#selection-form input::placeholder, #selection-form textarea, #selection-form textarea::placeholder{ color: #2a4a6a;
    font-size: 14px;font-weight: 500;}
/*number format*/
.quantity {
    position: relative;
}
.quantity span{display: inline-block;font-size: 14px;margin-right: 5px;}
.quantity span:last-child{margin-right: 0;}/*
.quantity span:first-child{margin-right: 48px;}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    /*  line-height: 1.65;
      float: left;
      display: block;*/
    padding: 0;
    margin: 0;
    border: 1px solid #BDC4C9;
    -webkit-box-shadow: inset 0 1px 0 #F1F0F1;
            box-shadow: inset 0 1px 0 #F1F0F1;
    width:75px;
    text-align: center;
    color: #2a4a6a;
    font-size: 14px;
    font-weight: 600;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: relative;
    top: -34px;
    left: 19px;
}

.quantity-button {
    position: relative;
    cursor: pointer;/*
  border-left: 1px solid #eee;*/
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 6px;
    right: 6px;
    border-left: 1px solid #BDC4C9;
}

.quantity-button.quantity-down {
    position: absolute;
    top: 6px;
    left: 6px;
    border-right: 1px solid #BDC4C9;
}
/*number-format ends*/
/*custom checkbox*/
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.action-btn {position: relative;}
.action-btn a{margin-right: 10px;display: inline-block;}
.hr {margin: 0px -18px;}
.hr hr{border-color: #eee;}
/*custom checkbox ends here*/
.btn-border-blue{border: 1px solid #2a4a6a!important; background: transparent!important;color: #2a4a6a!important;}
.btn-border-blue:hover, .btn-border-blue:focus{background:#2a4a6a!important;color: #fff!important;}
/*company email request*/
/*.preview-block*/
.preview-block{
    background-image: url(sources/img/transparent-bg.0155d5.png);background-repeat: repeat;/*margin-top: 53px;*/position: relative;}
.preview-block .label-head {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.tabs-preview ul {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%; margin-left: -50px;
    background: none;
}
.tabs-preview ul li a{height: 57px;background: none;}
.tabs-preview ul li:first-child a , .tabs-preview ul li:first-child a:hover, .tabs-preview ul li:first-child a:focus  {
    background-image: url(sources/img/icons-device/icon-laptop.5814b5.png);
    background-repeat: no-repeat;
    background-position: 11px 15px;
    padding: 10px 30px;
    background-color: transparent;
    text-align: center;
}
.tabs-preview ul li.active:first-child a , .tabs-preview ul li.active:first-child a:hover, .tabs-preview ul li.active:first-child a:focus  {
    background-image: url(sources/img/icons-device/icon-laptop-active.f078e2.png);
    background-repeat: no-repeat;
    background-position: 11px 15px;
    padding: 10px 30px;
    background-color: #79b74c;
    text-align: center;
}
.tabs-preview ul li:last-child a , .tabs-preview ul li:last-child a:hover, .tabs-preview ul li:last-child a:focus  {
    background-image: url(sources/img/icons-device/icon-phone.6b80f9.png);
    background-repeat: no-repeat;
    background-position:20px 15px;
    padding: 10px 30px;
    background-color: transparent;
    text-align: center;
}
.tabs-preview ul li.active:last-child a , .tabs-preview ul li.active:last-child a:hover, .tabs-preview ul li.active:last-child a:focus  {
    background-image: url(sources/img/icons-device/icon-phone-active.2341de.png);
    background-repeat: no-repeat;
    background-position:20px 15px;
    padding: 10px 30px;
    background-color: #79b74c;
    text-align: center;
}
.tabs-preview ul li.active{background: #79b74c; }
.preview-block .tab-content{background: transparent;min-height: 802px;}
.inner-preview{
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    zoom: 0.75;
    -ms-zoom: 0.75;
    transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
}
.inner-preview .head {
    background: #e2e0e1;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-top:0px;
}
.inner-preview .head a {
    color: #027ab7;
}

.preview-block iframe{
    width:100%;
    height: 100%;
    min-height: 1000px;
    position: absolute;
    border: none;
}

.mobile-preview{width:50%;}
.inner-preview.mobile-preview .head{font-size: 10px;}
.powered-by {text-align: center;margin-top: 10px;}
.powered-by span{padding:0px 10px;}
.powered-by a{color: #027ab7;text-decoration: underline;}
/*.preview-block*/

/*toggle switch*/
.example .btn-toggle {top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .btn-toggle {margin: 0 4rem; padding: 0; position: relative; border: none; height: 1.5rem; width: 3rem; border-radius: 1.5rem; color: #6b7381; background: #527293; } .btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {outline: none; } .btn-toggle:before, .btn-toggle:after {line-height: 1.5rem; width: 4rem; text-align: center; font-weight: 800; font-size: 0.75rem; text-transform: uppercase; position: absolute; bottom: 0; -webkit-transition: opacity .25s; transition: opacity .25s; } .btn-toggle:before {content: 'Enabled'; left: -4rem; } .btn-toggle:after {content: 'Disabled'; right: -4rem; opacity: .5; } .btn-toggle > .handle {position: absolute; top: 0.1875rem; left: 0.1875rem; width: 1.125rem; height: 1.125rem; border-radius: 1.125rem; background: #fff; -webkit-transition: left .25s; transition: left .25s; } .btn-toggle.active {-webkit-transition: background-color 0.25s;transition: background-color 0.25s; } .btn-toggle.active > .handle {left: 1.6875rem; -webkit-transition: left .25s; transition: left .25s; } .btn-toggle.active:before {opacity: .5; } .btn-toggle.active:after {opacity: 1; } .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {line-height: 0.5rem; color: #fff; letter-spacing: .75px; left: 0.4125rem; width: 2.325rem; } .btn-toggle.btn-sm:before {text-align: right; } .btn-toggle.btn-sm:after {text-align: left; opacity: 0; } .btn-toggle.btn-sm.active:before {opacity: 0; } .btn-toggle.btn-sm.active:after {opacity: 1; } .btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {display: none; } .btn-toggle:before, .btn-toggle:after {color: #6b7381; } .btn-toggle.active {background-color: #527293; } .btn-toggle.btn-lg {margin: 0px; padding: 0; position: relative; border: none; height: 2.5rem; width: 5rem; border-radius: 2.5rem; left: 7rem; background: #d7d7d7; } .btn-toggle.btn-lg:focus, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus.active {outline: none; } .btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {line-height: 2.5rem; width: 5rem; text-align: center; font-weight: 800; font-size: 1.2rem; text-transform: uppercase; position: absolute; bottom: 0; left:7rem; letter-spacing: .5px; font-family: 'ProximaNova-Bold'; -webkit-transition: opacity .25s; transition: opacity .25s; } .btn-toggle.btn-lg:before {content: 'Enabled'; left:-7rem; } .btn-toggle.btn-lg:after {content: 'Disabled'; right: -6.5rem; opacity: .5; } .btn-toggle.btn-lg > .handle {position: absolute; top: 0.3125rem; left: 0.3125rem; width: 1.875rem; height: 1.875rem; border-radius: 1.875rem; background: #fff; -webkit-transition: left .25s; transition: left .25s; } .btn-toggle.btn-lg.active {-webkit-transition: background-color 0.25s;transition: background-color 0.25s; } .btn-toggle.btn-lg.active > .handle {left: 2.8125rem; -webkit-transition: left .25s; transition: left .25s; } .btn-toggle.btn-lg.active:before {opacity: .5; } .btn-toggle.btn-lg.active:after {opacity: 1; } .toggle-btn span.txt{font-weight: 600; color: #2a4a6a; font-size: 12px; text-transform: uppercase;margin: 0px 10px;} .switch {position: relative; display: inline-block; width: 50px; height: 28px; top: 10px; margin: 0px; } .switch input {display:none;} .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: .4s; transition: .4s; } .slider:before {position: absolute; content: ""; height: 20px; width: 20px; left: 2px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider {background-color: #527293; } input:focus + .slider {-webkit-box-shadow: 0 0 1px #527293;box-shadow: 0 0 1px #527293; } input:checked + .slider:before {-webkit-transform: translateX(26px); transform: translateX(26px); }

.slider-selection{
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #0279b7),to(#0279b7)) !important;
    background-image: linear-gradient(to bottom,#0279b7 0,#0279b7 100%) !important;
}
.slider-track-high{
    background-image: linear-gradient(rgb(184, 190, 195) 0px, rgb(230, 230, 230) 100%) !important;
}
/*send test*/
.arrow_box {
    width: 300px;
    padding: 10px;
}

.arrow_box input{position: relative;}
.send-test-form .input-group-addon,
.send-test-form .input-group-addon button,
.send-test-sms .input-group-addon,
.send-test-sms .input-group-addon button {
    color: #fff;
    background: #8395a9;
    padding: 0;
    width: 35px;
    height:34px;
    border:none;
}
.arrow_box .input-group{display: block;}
@media (min-width:1024px) and (max-width:1380px) {
    .quantity {min-width: 118px;
    }
    .label-text {
        padding-top: 6px;
        display: inherit;
        font-size: 14px;
        letter-spacing: -0.5px;
        text-shadow: none;
        color: #4a698b;
    }
}
@media (max-width:767px) {
    .mobile-preview {
        width: 100%;
    }
}

.spinner {
  margin: 0 auto;
    padding-top:50px;
    padding-bottom:50px;
  width: 100px;
  text-align: center;
}

.spinner > div {
  width: 25px;
  height: 25px;
  background-color: #0279b7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.hidden {
    display: none;
}

.table-responsive.item-grid {
    overflow-x: visible !important;
}

.grid-column-pt-15 {
    width: 15%;
}

.grid-column-pt-20 {
    width: 20%;
}

.grid-column-pt-50 {
    width: 50%;
}

textarea.textarea-transparent {
    background: #fff;
    width: 100%;
    border: none;
    resize: none;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.form-group .form-textarea {
    height: 110px;
}

.width-100p {
    width: 100%;
}

