/*----------------------------------------------------
    THIS REMOVES THE YELLOW BACKGROUND COLOR FROM CHROME'S AUTOFILL INPUTS
------------------------------------------------------*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 1000px white inset;}

/* REMOVES SPINNER FROM THE INPUT BOX */
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;}

.BrandName { font-family: 'Roboto Condensed', sans-serif;margin:0; position: relative; }

.popover{ z-index: 2001 }
/*----------------------------------------------------
    FONTS DECLARATION
------------------------------------------------------*/

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(/fonts/lato/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(/fonts/lato/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(/fonts/lato/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(/fonts/lato/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*----------------------------------------------------
    FONT SIZE
------------------------------------------------------*/

.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font17{font-size:17px;}
.font19{font-size:19px;}
.font21{font-size:21px;}
.font25{font-size:25px;}
.font30{font-size:30px;}

/*----------------------------------------------------
    FONT COLORS
------------------------------------------------------*/

.text-black { color: #333333;}
.text-blue { color: #2D97D3;}
.text-green { color: #0cb19d;}
.text-red { color: #f04f4e;}
.text-orange { color: #eeb659;}
.text-navy { color: #0E9AEF;}
.text-maroon { color: #CC0000;}

.text-primary { color: #0e76bd;}
.text-info { color: #359de4;}
.text-warning { color: #ffa800;}
.text-danger{ color: #e54658; }
.text-muted { color: #888888;}
.text-white { color: #ffffff;}

/*----------------------------------------------------
    BACKGROUNDS
------------------------------------------------------*/
.bg-blue { background-color: #2D97D3;}
.bg-green { background-color: #0cb19d;}
.bg-red { background-color: #f04f4e;}
.bg-orange { background-color: #eeb659;}

.bg-gray { background-color: #f3f3f4;}
.bg-white { background-color: #ffffff;}
.bg-navy { background-color: #0E9AEF; color: #ffffff;}
.bg-blue { background-color: #1c84c6; color: #ffffff;}
.bg-lazur { background-color: #23c6c8; color: #ffffff;}
.bg-yellow { background-color: #f8ac59; color: #ffffff;}
.bg-red { background-color: #ed5565; color: #ffffff;}
.bg-black { background-color: #262626;}
.bg-orange{ background: #F78219 }

.bg-primary{ background: #0e76bd }
.bg-info { background: #359de4;}
.bg-warning { background: #ffa800;}
.bg-danger{ background: #e54658; }

/*----------------------------------------------------
    BORDERS
------------------------------------------------------*/
.border-blue{ border: 1px solid #1c84c6}
.border-bottom{ border-bottom : 1px solid #d5d5d5 }

.radius2px{ border-radius: 2px; }

/*----------------------------------------------------
    BUTTONS
------------------------------------------------------*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
                    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-primary { background-color: #0e76bd; }
.btn-danger{ background-color: #e54658; }

.btn-default:hover { color: #2F4050; background-color: #fff; border-color: #2F4050;}

.btn-back {
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #1AB394;
    display: block;
    font: normal normal normal 16px/1 FontAwesome;
    padding: 7px 10px;
    border-radius: 50px 0px 0px 50px;
    z-index: 1;
    width: 70px;
}
.btn-back:before {
    content: "\f177";
    color: #fff;
    -webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
    position: absolute;
    left: 10px;
}
.btn-back:after {
    content: " Back";
    color: #fff;
    font-family: 'Lato';
    margin-left: 20px;
}
.btn-back:hover:before {
    left: 5px;
}

/*----------------------------------------------------
    PADDINGS
------------------------------------------------------*/

.pd-0 { padding: 0 !important;}
.pd-5 { padding: 5px;}
.pd-10 { padding: 10px;}
.pd-15 { padding: 15px;}
.pd-20 { padding: 20px;}
.pd-25 { padding: 25px;}
.pd-30 { padding: 30px;}
.pd-40 { padding: 40px;}

.pd-l-30 { padding-left: 30px;}

.pd-lr-5 { padding: 0 5px;}
.pd-lr-10 { padding: 0 10px;}
.pd-lr-15 { padding: 0 15px;}
.pd-lr-20 { padding: 0 20px;}
.pd-lr-25 { padding: 0 25px;}
.pd-lr-30 { padding: 0 30px;}
.pd-lr-40 { padding: 0 40px;}

.pd-b-10 { padding-bottom: 10px;}
.pd-b-15 { padding-bottom: 15px;}
.pd-b-20 { padding-bottom: 20px;}
.pd-b-30 { padding-bottom: 30px;}

.pd-t-20 { padding-top: 20px;}
.pd-t-30 { padding-top: 30px;}

.pd-tb-5 { padding: 5px 0;}
.pd-tb-6 { padding: 6px 0;}

/*----------------------------------------------------
    MARGINS
------------------------------------------------------*/

.mg-0 { margin: 0 !important;}
.mg-5 { margin: 5px;}
.mg-10 { margin: 10px;}
.mg-15 { margin: 15px;}
.mg-20 { margin: 20px;}
.mg-30 { margin: 30px;}

.mg-l-0 { margin-left: 0;}
.mg-l-5 { margin-left: 5px;}
.mg-l-10 { margin-left: 10px;}
.mg-l-15 { margin-left: 15px;}
.mg-l-20 { margin-left: 20px;}
.mg-l-30 { margin-left: 30px;}
.mg-l-40 { margin-left: 40px;}

.mg-t-0 { margin-top: 0;}
.mg-t-1 { margin-top: 1px;}
.mg-t-5 { margin-top: 5px;}
.mg-t-10 { margin-top: 10px;}
.mg-t-15 { margin-top: 15px;}
.mg-t-20 { margin-top: 20px;}
.mg-t-30 { margin-top: 30px;}
.mg-t-40 { margin-top: 40px;}

.mg-r-0 { margin-right: 0;}
.mg-r-1 { margin-right: 1px;}
.mg-r-5 { margin-right: 5px;}
.mg-r-10 { margin-right: 10px;}
.mg-r-15 { margin-right: 15px;}
.mg-r-20 { margin-right: 20px;}
.mg-r-30 { margin-right: 30px;}
.mg-r-40 { margin-right: 40px;}

.mg-b-0 { margin-bottom: 0;}
.mg-b-1 { margin-bottom: 1px;}
.mg-b-5 { margin-bottom: 5px;}
.mg-b-10 { margin-bottom: 10px;}
.mg-b-15 { margin-bottom: 15px;}
.mg-b-20 { margin-bottom: 20px;}
.mg-b-30 { margin-bottom: 30px;}
.mg-b-40 { margin-bottom: 40px;}

.mg-tb-5 { margin: 5px 0;}
.mg-tb-10 { margin: 10px 0;}
.mg-tb-15 { margin: 15px 0;}
.mg-tb-20 { margin: 20px 0;}
.mg-tb-25 { margin: 25px 0;}
.mg-tb-30 { margin: 30px 0;}

/*----------------------------------------------------
    CUSTOMIZE DEFAULT CSS
------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.5; color: inherit;}

i{ text-shadow:none }
.bold{ font-weight: bold; }

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:auto;background-color:#fff;}
.form-control {
    display: inline-block;
    vertical-align:top;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control.small { height: 34px;}
.form-control:focus{ box-shadow: none; -webkit-box-shadow: none;}

.btn{ position: relative; text-shadow: none; }
.btn:focus, a:focus, button:focus, textarea:focus, input:focus{ outline: none !important;}
a:hover { cursor: pointer; text-decoration: none }
.selectize{ opacity: 0 }
.relative { position: relative;}
.absolute { position: absolute;}
.lighter{ font-weight: 300; }
.divBlock{ display: inline-block; }
.pointer{ cursor: pointer; }

label.required:after{ content: "*"; color: #e54658; margin-left: 5px; }
.autocompleteProcessing{ background:url('/images/loader-small.gif') no-repeat right }

.input-group-addon.white{ background-color: #fff; }
    .input-group-addon.white:hover{ background-color: #eee; cursor: pointer; }

.popover-content { font-size: 11px; padding: 7px}

.danger .popover{ background-color: #EA7172; box-shadow: none; border: none }
.danger .popover-content{ font-size: 13px; color: #fff;  }
.danger .popover > .arrow { border-top-color: #EA7172; border-top-color: #EA7172;}
.danger .popover > .arrow::after { border-top-color: #EA7172; }
/*----------------------------------------------------
    ALERT BOX
------------------------------------------------------*/

#AlertBox .modal-body{ color: #e54658; font-size: 15px; }

.AlertDiv{display:none;position:fixed;width:auto;padding:10px;cursor:auto;border: 1px solid #999;border: 1px solid rgba(0,0,0,.2);border-radius:6px;-moz-border-radius:4px;-webkit-border-radius:4px;-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);box-shadow: 0 3px 9px rgba(0,0,0,.5);background-color:#FFFFFF;text-align:center;outline: 0;z-index:2200}
.AlertMessage{color:#CC0000;font-weight:normal;padding:5px 5px 25px 5px;line-height:1.6;height:60%;text-align:center;}
.AlertOk{cursor:default;text-align:center;padding:2px 5px;width:40px;margin:auto;background-color:#fff;border: none;font-size:11px;color:#333;border:#CCCCCC solid 1px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}

@media (min-width: 768px){
    .AlertDiv { width: 600px; }
}
@media (min-width: 768px){
    #ConfirmPassDiv { width: 450px; }
}

/*----------------------------------------------------
    TABLES
------------------------------------------------------*/

.table-wrapper { background-color: #ffffff;border: 1px solid #ddd; clear: both; margin-bottom: 25px; margin-top: 0; padding: 0;}
.table-title { background-color: transparent; color: inherit; margin-bottom: 0; padding: 14px 15px 7px; min-height: 48px;}
.table-content { color: inherit;padding: 15px 20px 20px 20px;}
.table-bordered { border: 1px solid #EBEBEB;}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td { background-color: #F5F5F6; border-bottom-width: 1px;}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { border: 1px solid #e7e7e7;}
.table > thead > tr > th { border-bottom: 1px solid #DDDDDD; vertical-align: bottom;}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {border-top: 1px solid #e7eaec;line-height: 1.42857;padding: 8px;vertical-align: middle;}

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td { border: none;}

.table.table-colored { border-bottom-color: #69B1E5;}
.table-colored > thead > tr > th { border-color: #69B1E5; background-color: #69B1E5; color: #fff;}

/*----------------------------------------------------
    ADDS SORTING ICON FOR TABLE FIELDS
------------------------------------------------------*/

table thead .sorting, table thead .sorting_asc, table thead .sorting_desc, table thead .sorting_asc_disabled, table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
.table thead .sorting:after, table thead .sorting_asc:after, table thead .sorting_desc:after, table thead .sorting_asc_disabled:after, table thead .sorting_desc_disabled:after {
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    font-family: 'FontAwesome';
    opacity: 0.8;
}

.table thead .sorting:after { background : url(/images/sort-arrows-couple.svg) no-repeat; background-size: 10px; content : ""; width: 12px; height: 12px; }
.table thead .sorting_asc:after { background : url(/images/sort-by-asc.svg) no-repeat; background-size: 14px; content : ""; width: 14px; height: 14px;}
.table thead .sorting_desc:after { background : url(/images/sort-by-desc.svg) no-repeat; background-size: 14px; content : ""; width: 14px; height: 14px;}

/*----------------------------------------------------
    PAGINATION
------------------------------------------------------*/

.navs{font-size:15px;font-weight:normal;border:1px solid #cccccc;border-right:none;color:#252525;text-decoration:none;padding:8px 15px;cursor:pointer;}
    .navs:hover{background-color:#dddddd; text-decoration:none}
.navsOn{background-color:#359DE4;outline: 0;font-size:15px;border:1px solid #359DE4;border-right:none;color:#fff;padding:8px 15px;cursor:default;}
.fixedNav{font-size:15px;font-weight:normal;background-color:#FFFFFF;border:1px solid #cccccc;border-right:none;color:#252525;padding:8px 15px;cursor:pointer;border-radius:3px 0 0 3px}
    .fixedNav:hover{background-color:#dddddd;color: #fff; text-decoration:none}
.fixedNavLast{font-size:15px;font-weight:normal;background-color:#FFFFFF;border:1px solid #cccccc;color:#252525;padding:8px 15px;cursor:pointer;border-radius:0 3px 3px 0}
    .fixedNavLast:hover{background-color:#dddddd; color: #fff; text-decoration:none}
.navs:last-child {border-right:1px solid #cccccc}
.navsOn:last-child {border-right:1px solid #cccccc}

/*----------------------------------------------------
    CLASS FOR PER PAGE OPTION
------------------------------------------------------*/

.PerpageWidget{ vertical-align: middle; -webkit-touch-callout: none; margin-left: 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
.PerpageWidget span{font-size:13px;vertical-align: middle;background-color:#fff;border:1px solid #cccccc;padding:8px 10px;margin-right:-5px;border-radius:3px 0 0 3px}
.PerpageWidget select{font-size:13px;vertical-align: middle;background-color:#FFFFFF;border:1px solid #cccccc;padding:7px 5px;margin-right:-5px;}
.PerpageWidget rec{font-size:13px; font-style:normal;vertical-align: middle;background-color:#fff;border:1px solid #cccccc;padding:8px 10px;border-radius:0 3px 3px 0}

@media (min-width: 768px){
    .PerpageWidget{ margin-left: 10px;}
}

/*----------------------------------------------------
    CAPTCHA
------------------------------------------------------*/
.myCaptcha { display: none; margin: 20px 0; }
.myCaptcha .text{ font-weight: bold; padding-bottom: 5px;}
.myCaptcha .btns-wrapper { background: #F5F7FA; border: 1px solid #e9e9e9; display: inline-block; padding: 10px; }
.myCaptcha .btns-wrapper button
{
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    margin: 3px;
    height: 20px;
    width: 20px;
}

.actionButtons{ margin:0; padding: 0; list-style: none }
    .actionButtons li{ display: inline-block; }
    .actionButtons li a{ background: #fff; border: 1px solid #ccc; border-radius: 3px; color: #999; display: inline-block; padding: 4px 8px ;vertical-align: middle;
                            -webkit-transition: background-color ease-in-out .15s,border-color ease-in-out .15s,color ease-in-out .15s;
                            -o-transition: background-color ease-in-out .15s,border-color ease-in-out .15s,color ease-in-out .15s;
                            transition: background-color ease-in-out .15s,border-color ease-in-out .15s,color ease-in-out .15s;
                        }

    .actionButtons li a:hover{ border-color:#e54658; color: #e54658; }

/*----------------------------------------------------
    CUSTOM RADIO & CHECKBOX
------------------------------------------------------*/

.radiobutton, .checkbox { width: 100%; height: auto;}
.radiobutton label, .checkbox label { display: inline-block; font-weight: normal; margin-right: 20px; padding-left: 0}
.radiobutton label input[type=radio], .checkbox label input[type=checkbox] { position: absolute; pointer-events: none; opacity: 0; margin: 0; padding: 0; height: 10px }
.radiobutton label input[type=radio]+span, .checkbox label input[type=checkbox]+span { display: inline-block; width: 14px; height: 14px; background-color: #fff; border: 1px solid #999999;
        margin-right: 7px;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radiobutton.medium label input[type=radio]+span, .checkbox.medium label input[type=checkbox]+span { width: 20px; height: 20px;}
.radiobutton.big label input[type=radio]+span, .checkbox.big label input[type=checkbox]+span { width: 26px; height: 26px;}
.radiobutton label input[type=radio]+span::after, .checkbox label input[type=checkbox]+span::after {
        content: "";
        display: inline-block;
        opacity: 0;
        width: 100%;
        height: 100%;
        vertical-align: top;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms
}
.radiobutton label input[type=radio]:focus+span, .checkbox label input[type=checkbox]:focus+span{  border-color: #2096cd }
.radiobutton label input[type=radio]:checked+span::after, .checkbox label input[type=checkbox]:checked+span::after { opacity: 1 }
.radiobutton label input[type=radio].error+span, .checkbox label input[type=checkbox].error+span { border-color: #e2513f; border-width: 2px }
.radiobutton label input[type=radio]+span {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
}
.radiobutton label input[type=radio]+span::after { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #2096cd }
.radiobutton label input[type=radio]:checked+span::after { border: 2px solid #fff }
.checkbox label input[type=checkbox]+span { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.checkbox label input[type=checkbox]:checked+span { background-color: #359de4; border: none; }
.checkbox label input[type=checkbox]+span::after {
        height: 40%;
        width: 70%;
        background-color: transparent;
        border: 0 solid #fff;
        vertical-align: bottom;
        -webkit-transform: rotate(-45deg) translate(50%, -75%);
        -moz-transform: rotate(-45deg) translate(50%, -75%);
        -ms-transform: rotate(-45deg) translate(50%, -75%);
        -o-transform: rotate(-45deg) translate(50%, -75%);
        transform: rotate(-45deg) translate(50%, -75%)
}
.checkbox label input[type=checkbox]:checked+span::after {
        border-left-width: .2em;
        border-bottom-width: .2em;
        margin-bottom: 4px;
}
.checkbox.medium label input[type=checkbox]:checked+span::after { border-left-width: .15em; border-bottom-width: .15em; margin-bottom: -2px; }
.checkbox.big label input[type=checkbox]:checked+span::after { margin-top: 16px; }

/*----------------------------------------------------
    ON/OFF SWITCH
------------------------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 0px;
    background-color: white;
    border-radius: 18px;
    cursor: pointer;
}
    .switch.big{ width: 78px; }

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
    .switch.big .switch-label:before{ right: 8px; }

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
    left: 37px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
    .switch.big .switch-input:checked ~ .switch-handle{ left: 59px; }
/*----------------------------------------------------
    FOR DIV USED IN SHOWPROCESSING()
------------------------------------------------------*/

.processingModal{ text-align: center; color: #fff; font-size: 17px;}
.processingModal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.processingModal .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    max-width: 450px;
    margin: 30px auto;
    border: none;
}

/*----------------------------------------------------
    LOADER
------------------------------------------------------*/

.spinner { position: relative; opacity: 1; color: transparent !important; text-shadow: none !important;}
.spinner:hover,.spinner:active,.spinner:focus { cursor: default; color: transparent; outline: none !important; box-shadow: none;}
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-top-color: #333;
    -webkit-animation: spinner 1s linear infinite;
    -moz-animation:    spinner 1s linear infinite;
    -o-animation:      spinner 1s linear infinite;
    animation:         spinner 1s linear infinite;
}
.large.spinner:before { margin-top: -19px; margin-left: -19px; width: 38px; height: 38px;}
.medium.spinner:before { margin-top: -12px; margin-left: -12px; width: 24px; height: 24px;}
.small.spinner:before { border-width: 2px; border-top-color: #333; margin-top: -9px; margin-left: -9px; width: 18px; height: 18px;}
.xsmall.spinner:before { border-width: 2px; border-top-color: #333; margin-top: -7px; margin-left: -7px; width: 14px; height: 14px;}

.spinner.blue.spinner:before { border-color: #69b1e5; border-top-color: #000; }
.spinner.gray.spinner:before { border-color: #ccc; border-top-color: #000; }

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);
    }
}

.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    position: relative;
}
.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}