﻿html {
    /*font-size: 10px;*/
    font-size:.85rem;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    background-color: #fff;
    font-family: 'Arial',Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    /*font-family: "Proxima Nova",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Segoe UI","Helvetica Neue",sans-serif !important;*/
    /*margin-bottom: 135px;*/
    font-size: .85rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
a {
    color: #0071c7;
    text-decoration: none;
}

h3 {
    font-size: 1.5rem;
}

.dl-horizontal dt {
    white-space: normal;
}

/*header, main, footer {
    padding-left: 300px;
}*/
main {
    padding-left: 300px;
    padding-top: 55px;
}

header {
    background: #455a64;
    padding: 5px 0 5px 5px !important;
    height: 50px;
    width: 100%;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
}

footer {
    padding: 0px !important;
    background: linear-gradient(to right, #196db6 0%,#7db9e8 99%) !important;
    width: 100%;
    z-index: 10000;
    height: 40px;
    position: fixed;
    bottom: 0px;
    z-index: 1;
}

.sub-footer {
    padding: 5px;
    clear: both;
    line-height: 1.25;
    color: #fff;
}

    .sub-footer ul:first-child {
        list-style: none;
        float: left;
        padding: 0px;
        color: #fff;
    }

    .sub-footer ul:last-child {
        float: right;
        list-style: none;
    }

.contact-menu > .dropdown-menu {
    /*top: -750%;*/
   /* bottom: 100%;
    right: 0;*/
    /*left: -370%;*/
    width: 250px;
    min-width: 130px;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #ccc;
    border-bottom: 2px solid #171c30;
    font-size: .85rem;
}

    .contact-menu > .dropdown-menu > li {
        display: block;
    }

        .contact-menu > .dropdown-menu > li > a {
            color: #366db6 !important;
            padding: 3px 5px;
            line-height: 18px;
        }

            .contact-menu > .dropdown-menu > li > a:hover {
                background: none;
                color: #366db6 !important;
                text-decoration: underline;
            }
.dropdown-menu {
    min-width: 130px;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #ccc;
    border-bottom: 2px solid #171c30;
    font-size: .85rem;
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0px 3px 10px 3px rgba(0,0,0,.05);
}

.h5, h5 {
    font-size: 1rem;
}

td, th {
    padding: 3px 5px !important;
    white-space: normal !important;
}

.dropdown-trigger {
    position: relative;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 180px;
    width: auto !important;
    opacity: 0;
    position: absolute;
    left: auto !important;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    right: 0;
}

    .dropdown-content li {
        white-space: nowrap;
    }

label {
    color: #266092;
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0px;
    /*font-family: "proxima-nova",sans-serif !important;*/
    font-weight: 500;
}

.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #595959;
    border-color: #191919;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #666;
        border-color: #444;
    }

@media only screen and (min-device-width: 325px) and (max-device-width: 768px) {
    header, main, footer {
        padding-left: 0px !important;
        z-index: 99;
    }

    .container {
        width: 100% !important;
    }

    header {
        background: #455a64;
        padding: 5px 0 5px 5px !important;
        z-index: 999;
        position: fixed;
    }

    .sidenav.sidenav-fixed {
        top: 0px !important;
    }

    .contact-menu > .dropdown-menu {
        right: -175%;
        left: auto;
    }
}

@media only screen (min-device-width: 325px) and (max-device-width:767px) {
    main > .container, body > .page-footer > .container, .top-nav > .container, #index-banner > .container, .github-commit > .container {
        width: 100%;
    }

    header, main, footer {
        padding-left: 0px !important;
    }
}

.sidenav .user-view .address {
    display: block;
}

.sidenav .user-view .address {
    font-size: 1.4rem;
    line-height: 24px;
}

.sidenav .user-view .address {
    padding-bottom: 14px;
    font-weight: 300;
}

.sidenav li {
    border-top: 1px solid rgba(0,0,0, 0.1);
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}

    .sidenav li:last-child {
        border-bottom: none;
    }

    .sidenav li > a {
        color: rgba(255,255,255,0.65) !important;
    }

    .sidenav li a.active {
        background: rgba(0,0,0,0.15);
        color: white !important;
    }

        .sidenav li a.active:hover {
            background: rgba(0,0,0,0.15);
        }

.sidenav.sidenav-fixed {
    top: 50px;
}
/*text-helpers*/
.text-primary {
    color: #3074AB !important;
}

.text-bold {
    font-weight: 600;
}

.text-666 {
    color: #666 !important;
}

.text-white {
    color: #fff !important;
}


.text-opacity-W5 {
    color: rgba(255,255,255,0.5);
}

.text-opacity-B5 {
    color: rgba(0,0,0,0.5);
}
/* TEXTS */
/*======================================*/
.text-light,
a.text-light:hover,
a.text-light:focus {
    color: #fff;
}

.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    color: #acb4b8;
}

.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #1c3550;
}

.text-info,
a.text-info:hover,
a.text-info:focus {
    /*color: #0391d1;*/
    color: #036EA0 !important;
}

.text-success,
a.text-success:hover,
a.text-success:focus {
    /*color: #79af3a;*/
    color: #62cb31 !important;
}

.text-warning,
a.text-warning:hover,
a.text-warning:focus {
    color: #db9a00;
}

.text-danger,
a.text-danger:hover,
a.text-danger:focus {
    color: #f22314;
}

.text-main,
a.text-main:hover,
a.text-main:focus {
    color: #4d627b;
}

.text-mint,
a.text-mint:hover,
a.text-mint:focus {
    color: #1f897f;
}

.text-purple,
a.text-purple:hover,
a.text-purple:focus {
    color: #953ca4;
}

.text-pink,
a.text-pink:hover,
a.text-pink:focus {
    color: #ed417b;
}

.text-dark,
a.text-dark:hover,
a.text-dark:focus {
    color: #2b323a;
}
/*font sizes*/
.f13 {
    font-size: 0.813rem !important;
}

.f14 {
    font-size: 0.875rem !important;
}

.f15 {
    font-size: 0.938rem !important;
}

.f16 {
    font-size: 1rem !important;
}

.f18 {
    font-size: 1.125rem !important;
}

.f20 {
    font-size: 1.25rem !important;
}

.f22 {
    font-size: 1.375rem !important;
}

.f24 {
    font-size: 1.5rem !important;
}

.f26 {
    font-size: 1.625rem !important;
}

.f28 {
    font-size: 1.75rem !important;
}

.f-weight400 {
    font-weight: 400 !important;
}


.lh16 {
    line-height: 16px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh28 {
    line-height: 28px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh34 {
    line-height: 34px !important;
}

.h1px {
    height: 1px !important;
}

.h2px {
    height: 2px !important;
}

.h3px {
    height: 3px !important;
}

.h4px {
    height: 4px !important;
}

.h5px {
    height: 5px !important;
}

.h10px {
    height: 10px !important;
}

.h15px {
    height: 15px !important;
}

.h16px {
    height: 16px !important;
}

.h17px {
    height: 17px !important;
}

.h18px {
    height: 18px !important;
}

.h19px {
    height: 19px !important;
}

.h20px {
    height: 20px !important;
}

.h21px {
    height: 21px !important;
}

.h22px {
    height: 22px !important;
}

.h23px {
    height: 23px !important;
}

.h24px {
    height: 24px !important;
}

.h25px {
    height: 25px !important;
}

.h30px {
    height: 30px !important;
}

.h35px {
    height: 35px !important;
}

.h38px {
    height: 38px !important;
}

.h40px {
    height: 40px !important;
}

.h41px {
    height: 41px !important;
}

.h42px {
    height: 42px !important;
}

.h43px {
    height: 43px !important;
}

.h44px {
    height: 44px !important;
}

.h45px {
    height: 45px !important;
}

.h50px {
    height: 50px !important;
}

.h60px {
    height: 60px !important;
}

.h75px {
    height: 75px !important;
}

.h80px {
    height: 80px !important;
}

.h90px {
    height: 90px !important;
}

.h100px {
    height: 100px !important;
}

.h150px {
    height: 150px !important;
}

.h160px {
    height: 160px !important;
}

.h165px {
    height: 165px !important;
}

.h170px {
    height: 170px !important;
}

.h175px {
    height: 175px !important;
}

.h200px {
    height: 200px !important;
}

.h220px {
    height: 220px !important;
}

.h250px {
    height: 250px !important;
}

.h270px {
    height: 270px !important;
}

.h275px {
    height: 275px !important;
}

.h300px {
    height: 300px !important;
}

.h320px {
    height: 320px !important;
}

.h330px {
    height: 330px !important;
}

.h350px {
    height: 350px !important;
}

.h360px {
    height: 360px !important;
}

.h375px {
    height: 375px !important;
}

.h400px {
    height: 400px !important;
}

.h450px {
    height: 450px !important;
}

.h500px {
    height: 500px !important;
}

.h520px {
    height: 520px !important;
}

.h550px {
    height: 550px !important;
}

.h575px {
    height: 575px !important;
}

.h600px {
    height: 600px !important;
}
/*helpers*/
.mAuto {
    margin: auto !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt-20 {
    margin-top: -5px !important;
}

.mt-30 {
    margin-top: -30px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: -5px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}


/*widths*/
.w30px {
    width: 30px !important;
}

.w35px {
    width: 35px !important;
}

.w50px {
    width: 50px !important;
}


.w150px {
    width: 150px !important;
}

.w800px {
    width: 800px !important;
}

.w10 {
    width: 10% !important;
}

.w12 {
    width: 12% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w50 {
    width: 50% !important;
}

.w80 {
    width: 80% !important;
}
/*borders*/
.b0 {
    border: none !important;
    border: 0px;
}

.bb1pxCCCdot {
    border-bottom: 1px dotted #ccc;
}

.radius50px {
    border-radius: 50px;
}

.radius0 {
    border-radius: 0px !important;
}

.hr_1pxEEEdot {
    border: 0px;
    border-bottom: 1px dotted #eee !important;
}
/*backgrounds*/
.white {
    background-color: #ffffff !important;
}

.greyBg {
    background-color: #f7f7f7 !important;
}

.greyBgF5 {
    background-color: #f5f5f5 !important;
}

.greyBgEE {
    background-color: #EEEEEE !important;
}

.greyBgD7 {
    background-color: #d7d7d7 !important;
}

.greyBgDDD {
    background-color: #dddddd !important;
}

.greyBg999 {
    background-color: #999 !important;
}

.greyBgFC {
    background-color: #fcfcfc !important;
}

.greyBgFA {
    background-color: #fafafa !important;
}

.greyBgOnWhite {
    background-color: #f1f5f6 !important;
}

.blueGreyBg {
    background-color: #f5f8fa !important;
}

.bgNone {
    background-color: transparent !important;
}

.noBg {
    background: none !important;
}

.progress .after {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: red;
}


.noUi-target {
    background: #FAFAFA;
    border-radius: 50px;
    border: 1px solid #eee;
    /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
    box-shadow: inset 0 0px 0px #F0F0F0, 0 1px 3px -5px #BBB;
}

.noUi-horizontal {
    height: 16px;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 50px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -15px;
    left: auto;
    border-radius: 50px;
    width: 26px;
}

.noUi-handle {
    position: absolute;
}

.noUi-handle {
    /*border: 1px solid #D9D9D9;*/
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;*/
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 26px;
    left: -17px;
    top: -6px;
}


.pl0 {
    padding-left: 0px;
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.5rem !important;
    padding: 0 10px;
    line-height: 30px;
}

.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    /*margin-bottom: 0px !important;*/
}

.clearfix {
    clear: both !important;
}

.text-primary {
    color: #337ab7 !important;
}

.modal {
    bottom: inherit;
}

.modal-content {
    padding: 0px !important;
}

.minH200px {
    min-height: 200px;
}

h2 {
    font-size: 2.4rem !important;
}

.datepicker-controls, .datepicker-table, .datepicker-footer {
    width: auto !important;
    font-size: 1.5rem;
}

    .datepicker-table td {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

.datepicker-day-button {
    line-height: 18px !important;
}

.datepicker-date-display .date-text {
    display: block;
    font-size: 1.5rem !important;
    line-height: 25px !important;
    font-weight: 600;
}

.radius50px {
    border-radius: 50px;
}

#top-header-nav {
    /*background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(77, 130, 203)100%);
    background-image: -webkit-linear-gradient(right, rgb(77, 130, 203)0%, rgb(255, 255, 255)100%);
    height: 50px;
    white-space: nowrap;
    min-width: 310px;
    border: none;
    margin-bottom: 0px !important;*/
    border-bottom: 1px solid #ddd;
    background-color: #312c62;
    background-image: url(https://wallpaperaccess.com/full/503290.jpg);
    background-position: bottom !important;
}
}

    #top-header-nav .navbar-brand {
        /*height: 100px;
        width: 100px;*/
        position: relative;
        z-index: 10000;
        margin-top: -20px;
    }

    #top-header-nav.navbar {
        height: 70px !important;
        min-height: 50px !important;
    }

    #top-header-nav .navbar-brand > img {
        display: block;
        height: 60px;
        text-align: center;
        margin: auto;
        z-index: 10000;
        margin-top: 10px;
    }

#top-nav.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

#top-header-nav .navbar-nav > li > a {
    color: #333;
    padding: 24px 15px;
    box-shadow: none;
}

    #top-header-nav .navbar-nav > li > a:hover {
        color: #366db6 !important;
    }

.dropdown-menu > li {
    width: 100%;
}

.shortcut-wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    .shortcut-wrapper {
        text-align: left;
    }
}

.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    padding: 15px;
    /*border-width: 1px 0;*/
}

.shortcut-link {
    display: inline-block;
    color: #ccc;
    margin-right: 20px;
    text-shadow: 0 1px 0 #fff;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

    .shortcut-link .shortcut-icon {
        position: relative;
        font-size: 3rem;
    }

        .shortcut-link .shortcut-icon .shortcut-alert {
            position: absolute;
            border-radius: 50em;
            -moz-border-radius: 50em;
            -webkit-border-radius: 50em;
            font-size: 1.1rem;
            color: #fff;
            top: 0;
            right: 0;
            background: #fc8675;
            border: 1px solid #fc8675;
            text-shadow: none;
            font-weight: bold;
            line-height: 16px;
            width: 18px;
            height: 18px;
            text-align: center;
        }

    .shortcut-link .text {
        display: inline-block;
        margin-left: 10px;
        margin-top: -5px;
        color: #626262;
        font-weight: 600;
    }

    .shortcut-link:hover {
        text-decoration: none;
        color: #626262;
        transition: color 0.2s ease;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
    }
/* LABEL */
/*======================================*/
.label {
    border-radius: 3px;
    font-weight: 600;
}

    .label:empty {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: sub;
    }

    .label.label-fw {
        margin-right: 0.5em;
    }

.labels .label {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}

.label-md {
    font-size: 100%;
}

.label-table {
    display: inline-block;
    width: 80%;
    min-width: 8ex;
    font-size: 1.3rem;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.label-default {
    background-color: #e3e8ee;
    color: #333;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #d3dbe4;
    }

.label-primary {
    background-color: #25476a;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #1e3a57;
    }

.label-info {
    background-color: #03a9f4;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #0398db;
    }

.label-success {
    background-color: #8bc34a;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #7eb73d;
    }

.label-warning {
    background-color: #ffb300;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #e6a100;
    }

.label-danger {
    background-color: #f44336;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #f32c1e;
    }

.label-mint {
    background-color: #26a69a;
}

    .label-mint[href]:hover,
    .label-mint[href]:focus {
        background-color: #219187;
    }

.label-purple {
    background-color: #ab47bc;
}

    .label-purple[href]:hover,
    .label-purple[href]:focus {
        background-color: #9b3eab;
    }

.label-pink {
    background-color: #f06292;
}

    .label-pink[href]:hover,
    .label-pink[href]:focus {
        background-color: #ee4b82;
    }

.label-dark {
    background-color: #3a444e;
}

    .label-dark[href]:hover,
    .label-dark[href]:focus {
        background-color: #2f373f;
    }

@media all and (min-width:50.3em) {
    .sub-footer ul {
        margin: 0;
        padding: 0;
        text-align: right
    }

        .sub-footer ul:first-child {
            float: left;
            text-align: left;
            max-height: 34px;
            margin-top: 2px;
        }

            .sub-footer ul:first-child li {
                text-align: left;
                clear: both;
            }

                .sub-footer ul:first-child li span:first-child {
                    font-size: .688rem;
                    line-height: 14px;
                    color: white;
                    float: left;
                }

                .sub-footer ul:first-child li span:last-child {
                    font-size: .875rem;
                    line-height: 18px !important;
                    clear: both !important;
                    color: white;
                    float: left;
                }
}

@media all and (max-width:50.3em) {
    .sub-footer ul .divider {
        display: block;
        margin-bottom: 30px
    }
}

.sub-footer li {
    display: inline;
    margin-right: 15px
}

    .sub-footer li .fa {
        font-size: 1.6em
    }

.sub-footer > li:last-child {
    margin-right: 0
}
/*for floating label and required icon*/
.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label,
    .has-float-label > span {
        position: absolute;
        left: 10px;
        top: 0px;
        font-weight: 400;
        cursor: text;
        font-size: .75rem;
        opacity: 1;
        transition: all 0.2s;
    }

    .has-float-label label {
        padding-top: 5px !important;
    }

    .has-float-label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .has-float-label input,
    .has-float-label select {
        font-size: inherit;
        padding-top: 1em;
        padding-left: 8px;
        margin-bottom: 5px;
        border: 0;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-weight: 400;
        height: 2.813rem;
    }

        .has-float-label input::-webkit-input-placeholder,
        .has-float-label select::-webkit-input-placeholder {
            opacity: 0;
            transition: all 0.2s;
        }

        .has-float-label input:-ms-input-placeholder,
        .has-float-label select:-ms-input-placeholder {
            opacity: 0;
            transition: all 0.2s;
        }

        .has-float-label input::-ms-input-placeholder,
        .has-float-label select::-ms-input-placeholder {
            opacity: 0;
            transition: all 0.2s;
        }

        .has-float-label input::placeholder,
        .has-float-label select::placeholder {
            opacity: 0;
            transition: all 0.2s;
        }

        .has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
        .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
        .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,
        .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus)::placeholder,
        .has-float-label select:placeholder-shown:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:placeholder-shown:not(:focus) + *,
        .has-float-label select:placeholder-shown:not(:focus) + * {
            font-size: .875rem;
            font-weight: 400;
            top: 0.5em;
            left: 12px;
            color: #696969;
            /*top: 0.25em;*/
        }

        .has-float-label input:focus,
        .has-float-label select:focus {
            outline: none;
            border-color: rgba(0, 0, 0, 0.5);
        }

    .has-float-label select {
        padding-right: 1em;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
        background-size: 30px 10px;
        background-position: right;
        background-color: #fff;
        z-index: 0;
    }

* {
    box-sizing: border-box;
}

.has-float-label input,
.has-float-label select {
    width: 100%;
    margin-bottom: 0.5rem;
}

.has-float-label.error > input {
    border: 1px solid #ff0000;
}

.has-float-label.error > label {
    left: 10px;
    color: #ff0000 !important;
}

.required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    .required-icon:after {
        position: absolute;
        content: "";
        right: 1px;
        top: 1px;
        z-index: -1;
        width: 0em;
        height: 0em;
        border-top: 0em solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 0em solid transparent;
        border-right-color: #f2f2f2;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    .required-icon .text {
        /*color: #a5a5a5;*/
        color: #626262;
        font-size: 1.8rem;
        margin: 1px 0 0 12px;
    }
/*END*/

/*CHECKBOX CUSTOMIZATION*/
.check-container {
    display: block;
    position: relative;
    padding-right: 45px;
    padding-top: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.5rem !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
}

    /* Hide the browser's default checkbox */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 11px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*CHECKBOX CUSTOMIZATION END*/


.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 2px solid #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #eee;
        border: 2px solid #cbd1d8;
    }

    .option-input:checked {
        background: #366db6;
        border: 2px solid #366db6;
    }

        .option-input:checked::before {
            height: 28px;
            width: 28px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 1.5rem;
            text-align: center;
            line-height: 28px;
            color: #fff;
        }

        .option-input:checked::after {
            background: #366db6;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: -12px;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.divRadio {
    border: 1px solid #eaeaea !important;
    border-radius: 50px;
}

    .divRadio:hover {
        border: 1px solid #ddd !important;
    }

    .divRadio label {
        display: block;
        line-height: 30px;
        font-size: 1rem !important;
        color: #333 !important;
        background-color: #d5e7ff;
        padding: 5px;
        border-radius: 50px;
    }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}

.tooltip-inner {
    letter-spacing: 1px;
    font-weight: 400;
}

@media (min-width: 1365px) {
    .container {
        width: 1310px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (max-width:804px) {
    .isMobile-container {
        min-height: calc(100vh - 280px) !important;
    }
}

.display-table {
    display: grid;
}

    .display-table > .display-row {
        display: table-row;
    }

        .display-table > .display-row > .display-cell {
            display: table-cell;
            padding: 5px;
            margin-right: 5px;
        }

            .display-table > .display-row > .display-cell:last-child {
                margin-right: 0px;
            }


.btn-filter {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}

    .btn-filter:hover {
        background-color: #edf3ff;
        border-color: #b8cff9;
        color: #78a9ea;
        box-shadow: 0 2px 1px #b8cff9;
    }

.btn-decrease {
    font-size: 15px !important
}

.btn-orig {
    font-size: 15px !important
}

.btn-increase {
    font-size: 15px !important
}

.btn-light {
    background-color: #fff;
    padding: 5px 0px;
}

    .btn-light:hover {
        box-shadow: 2px 1px 1px #ccc;
    }

.btn-circle {
    border-radius: 50px;
}

.btn-success {
    color: #fff;
    background-color: #388538;
    border-color: #2f5e2b;
}

.btn-font-adjust {
    background-color: #3D77C7;
    padding: 3px 0px;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

    .btn-font-adjust:hover {
        box-shadow: 2px 1px 1px #aaa;
    }
