/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/* TravelOS Light Modal Dialog */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

@import url(http://fonts.googleapis.com/css?family=Lato:400,300);

@font-face {
    font-family: 'quicksanddash';
    src: url('../fonts/Quicksand_Dash-webfont.eot');
    src: url('../fonts/Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand_Dash-webfont.woff2') format('woff2'),
    url('../fonts/Quicksand_Dash-webfont.woff') format('woff'),
    url('../fonts/Quicksand_Dash-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/Quicksand_Bold-webfont.eot');
    src: url('../fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand_Bold-webfont.woff2') format('woff2'),
    url('../fonts/Quicksand_Bold-webfont.woff') format('woff'),
    url('../fonts/Quicksand_Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandlight';
    src: url('../fonts/Quicksand_Light-webfont.eot');
    src: url('../fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand_Light-webfont.woff2') format('woff2'),
    url('../fonts/Quicksand_Light-webfont.woff') format('woff'),
    url('../fonts/Quicksand_Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/Quicksand-Regular-webfont.eot');
    src: url('../fonts/Quicksand-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Regular-webfont.woff2') format('woff2'),
    url('../fonts/Quicksand-Regular-webfont.woff') format('woff'),
    url('../fonts/Quicksand-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbook';
    src: url('../fonts/Quicksand_Book-webfont.eot');
    src: url('../fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand_Book-webfont.woff2') format('woff2'),
    url('../fonts/Quicksand_Book-webfont.woff') format('woff'),
    url('../fonts/Quicksand_Book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/** modal css **/

.overlay-modal {
    position: fixed;
    background: #000000;
    fill-opacity: 1;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    display: none;
}

.modal-box {

    z-index: 999999999;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 100px;
    padding: 40px 40px 220px 40px;
    width: 620px;
    background: #ffffff url(../img/travelos-light-modal/bg-modal.png) center bottom repeat-x;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-box h3 {
    font-size: 50px;
    font-family: 'quicksanddash';
    color: #01a2d1;
    float: left;
    width: 100%;
    clear: both;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.modal-box p {
    font-size: 16px;
    font-family: 'quicksandlight';
    color: #01a2d1;
}

.modal-box p em {
    color: #fabe12;
}

.modal-box ul {
    float: left;
    clear: both;
    list-style: none;
}

.modal-box ul li {
    float: left;
    clear: both;
    list-style: none;
    color: #787878;
    font-size: 14px;
    line-height: 20px;
    background: url(../img/travelos-light-modal/bulletli.png) left 7px no-repeat;
    padding-left: 15px;
}

.footer-buttons {
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-buttons a {
    position: relative;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 44px 0px 25px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #db0e35;
    font-size: 16px;
    font-family: 'quicksandregular';
    margin-top: 8px;
}

.footer-buttons a.gray {
    background-color: #7c8182;
}

.footer-buttons a.gray span {
    background-color: #6f7475;
}

.footer-buttons a span {
    float: right;
    width: 44px;
    height: 44px;
    background: #c50d30 url(../img/travelos-light-modal/arrow-button.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* END TravelOS Light Modal Dialog */

.tags {
    width: 100%;
    display: none;
}

.clear {
    clear: both;
}

.select2-container {
    width: 100%;
}

.ui-datepicker {
    z-index: 999999 !important;
}

.btn-tos {
    padding: 6px 12px !important;
}

.addToOfferCheckbox {
    width: 50px;
    float: left;
    height: 20px;
    margin-top: 7px;
}

.panel-title a:hover {
    background: #ddd;
}

@media screen and (min-width: 768px) {
    #myModalSearch .modal-dialog {
        width: 900px;
    }
}

#myModalSearch .modal-dialog {
    width: 90%;
}

#newProduct .modal-dialog {
    width: 70%;
}

#individual {
    display: none;
}

.alert-attach {
    display: none;
}

.error {
    color: red;
}

.bigBox a {
    color: #fff !important;
}

.tos-button {
    padding: 6px 12px !important;
}

.o {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    left: 258px;
    top: 21px;
}

.loader-logo {
    width: 400px;
    height: 120px;
    /*background:url('/assets/img/logo-loader.png') no-repeat left top;*/
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px; /* -1 * image width / 2 */
    margin-top: -60px;
    text-align: center;
}

.loader-bg {
    position: absolute;
    background: #000000;
    fill-opacity: 1;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 0px;
    display: none;
}

#invoiceListModal .modal-dialog {
    width: 80%;
}

#invoiceListModal .modal-body {
    width: 100%;
}

.large-modal .modal-dialog {
    width: 80%;
}

.large-modal .modal-body {
    width: 100%;
}

em.invalid {
    color: red;
}

.remove-subcategory-box {
    background: url(../img/close16.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
}

.subcategory {
    position: relative;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

table.dataTable thead > tr > th input, table.dataTable tfoot > tr > th input {
    width: 20px !important;
}

.underline {
    text-decoration: underline;
}

.products_holder {
    display: none;
}

.decont-hidden {
    display: none;
}

.decont {
    position: relative;
}

.well-travelos {
    padding: 10px;
    margin-bottom: 20px !important;
}

.padding10 {
    padding: 10px;
}

.search-expire-widget {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.search-selected-widget {
    /*position: fixed;*/
    display: flex;
    flex-flow: row wrap;
    top: 0;
    left: 0;
    z-index: 999;
    /*background-color: #CCCCCC;*/
    width: 100%;
    padding: 10px;
}

.search-selected-widget a {
    /*float: left;*/
    /*min-width: 200px;*/
    /*margin-right: 10px;*/
    /*margin-top: 10px !important;*/
    width: 16%;
    height: auto;
    /*display: inline-block;*/
    display: flex;
    flex-flow: column wrap;

}

.search-selected-widget h4 {
    font-size: 14px;
}

.search-selected-widget p {
    flex: 1;
}

.nolink {
    text-decoration: none;
    color: inherit;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {

}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(20, 120, 166);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(20, 120, 166);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(20, 120, 166);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(20, 120, 166);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(20, 120, 166);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(20, 120, 166);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

.request-offer-title {
    font-size: 12px;
    font-weight: bold;
}

.request-offer-box {
    padding: 5px !important;
    margin-top: 2px !important;
    margin-right: 2px !important;
}

.request-offer-box p {
    font-size: 12px !important;
}

.request-offer-box .remove-subcategory-box {
    top: 0 !important;
    right: 0 !important;
}

.nl2br {
    white-space: pre-wrap;
}

.nowrap {
    white-space: nowrap;
}

.contact-bubble {
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 8px;
    display: inline-block;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

[v-cloak] {
    display: none;
}

.hide-pret {
    display: none !important;
}

.hide-me{
    display: none !important;
}


.select2-hidden-accessible {
    display: none;
}

.smart-form a.btn-labeled {
    padding:0 12px;
}

.smart-form .well.well-sm {
    padding: 9px;
    margin-bottom: 20px;
}

.well-description p {
    padding-bottom: 10px;
}

.well-description ul {
    padding-left: 20px;
}

.smart-form .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.on-casa {
    display: none;
}


/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
    position: fixed;
    z-index: 11;
    bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 11;
}
@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 100px;
    }
    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }

    #search-desktop {
        display: none !important;
    }

}
.control-sidebar > .tab-content {
    padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}
@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }

    .mobile-view {
        display: none !important;
    }

    .desktop-view {
        display: block !important;
    }


}

@media (min-width: 300px) {

}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }
    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}
.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
    content: " ";
    display: table;
}
.control-sidebar-menu > li > a:after {
    clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-top: 0;
}
.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
    margin: 0;
}
.control-sidebar-menu .menu-info > p {
    margin: 0;
    font-size: 11px;
}
.control-sidebar-menu .progress {
    margin: 0;
}
.control-sidebar-dark {
    color: #b8c7ce;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
    background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
    background: #181f23;
    color: #b8c7ce;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
    color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #222d32;
    color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}
.control-sidebar-light {
    color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
    background: #e8ecf4;
    color: #444444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #f9fafc;
    color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}
.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
    background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

.add-remove-x {
    color: rgb(204, 204, 204);
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
    pointer-events: auto;
    right: 0px;
    top: 0px;
    z-index: 100;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.smart-form .input-group, .smart-form .input-group span {
    box-sizing: border-box;
}

.smart-form .form-control {
    padding-left: 10px;
    box-sizing: border-box;
}

.detalii-plata-angajat {
    display: none;
}

.smart-form .label.label-success, .smart-form .label.label-warning, .smart-form .label.label-danger, .smart-form .label.label-primary {
    color: #fff;
    padding: .2em .6em .3em;
    display: inline;
}

.smart-form .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}


.bootstrap-datetimepicker-widget .row {
    margin: 0 !important;
}


.tos-toggle {
    /*margin-bottom: 4px;*/
    /*padding-right: 61px;*/
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    position: relative;
}

.tos-toggle:last-child {
    margin-bottom: 0;
}

.tos-toggle i {
    content: '';
    position: relative;
    /*top: 4px;*/
    right: 0;
    display: inline-block;
    width: 70px;
    height: 21px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff;

}

.tos-toggle input {
    display: none;
}
.tos-toggle i:after {
    content: attr(data-swchoff-text);
    position: absolute;
    top: 3px;
    right: 8px;
    left: 8px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
    color: #5f5f5f;
    width:100%;
}
.tos-toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    transition: right 0.2s;
    -o-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s;
}
.tos-toggle input:checked + i:after {
    content: attr(data-swchon-text);
    text-align: left;
    margin-left: 10px;
}
.tos-toggle input:checked + i:before {
    /*right: 36px;*/
    right: calc(100% - 15px);
    background-color: #5f895f;
}
.tos-toggle i:before {
    /*background-color: #3276B1;*/
    background-color: #a90329;
}

.tos-toggle i {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.tos-toggle:hover i {
    border-color: #5D98CC;
}

.smart-form .toggle:hover i {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.smart-form .toggle:active i {
    background: #F0F0F0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.tos-toggle input:focus + i {
    border-color: #3276B1;
}
.tos-toggle input:checked + i {
    border-color: #3276B1;
}

.tos-toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.tos-toggle.state-disabled {
    cursor: default !important;
    opacity: 0.6 !important;
}

.tos-toggle input:checked + input[type=hidden] + i:after {
    content: attr(data-swchon-text);
    text-align: right;
}
.tos-toggle input:checked + input[type=hidden] + i:before {
    right: 36px;
}

.popover {
    /*width: 600px !important;*/
    max-width: 600px !important;
}

.admin-offer-line:hover {
    background: #e0f0ff;
}