@import url("fontawesome-all.min.css");
@import url('fonts.css');
*,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #707070;
    font-size: 14px;
    font-family: Arial!important;
}
.navy-blue {
    color: #1e8ea8!important;
}

.font_uni_sans {
   /* font-family: 'Uni Sans Heavy CAPS'!important;*/
}

.modal-footer .btn,
.calendar-action .btn,
.font_uni_sans_italic {
    /*font-family: Uni Sans Heavy Italic CAPS;*/
}

.btn.btn-navy-blue {
    background: #1e8ea8;
    color: #fff;
}

.btn-gray {
    background: #838383;
    color: #fff;
}

.bdr-none {
    border: none!important;
}

.r {
    box-shadow: inset 0px 0px 10px red;
}

.g {
    box-shadow: inset 0px 0px 10px green;
}

.b {
    box-shadow: inset 0px 0px 10px blue;
}

.Dcell {
    display: table-cell!important;
    vertical-align: middle!important;
}

.Dblock {
    display: block;
}

.D-in-block {
    display: inline-block;
}

.text_red {
    color: #fe4a4c!important;
}

.text_white {
    color: #fff!important;
}

.font16 {
    font-size: 16px!important;
}

.font14 {
    font-size: 14px!important;
}

.redcol {
    color: #f26722!important;
}

.yellowcol {
    color: #f3b972!important;
}

.color-blue {
    color: #5391df!important;
}

.whitecol {
    color: #fff!important;
}

.bottom-0 {
    bottom: 0px!important
}

.btn-orrange {
    background: #ff9326;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #1d2b39;
}

.bg-white {
    background: #fff;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p0 {
    padding: 0px!important;
}

.p5 {
    padding: 5px!important;
}

.p10 {
    padding: 10px!important;
}

.p15 {
    padding: 15px!important;
}

.p20 {
    padding: 20px!important;
}

.p25 {
    padding: 25px!important;
}

.p30 {
    padding: 30px!important;
}

.p35 {
    padding: 35px!important;
}

.mr0 {
    margin-right: 0px!important;
}

.mr5 {
    margin-right: 5px!important;
}

.mr10 {
    margin-right: 10px!important;
}

.mr15 {
    margin: 15px!important;
}

.pLR5 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.pLR6 {
    padding-left: 6px!important;
    padding-right: 6px!important;
}

.pLR10 {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.pLR15 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.pLR30 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.pL0 {
    padding-left: 0px!important;
}

.pL5 {
    padding-left: 5px!important;
}

.pL7 {
    padding-left: 7px!important;
}

.pL10 {
    padding-left: 10px!important;
}

.pL15 {
    padding-left: 15px!important;
}

.pL20 {
    padding-left: 20px!important;
}

.pL25 {
    padding-left: 25px!important;
}

.pL32 {
    padding-left: 32px!important;
}

.pR0 {
    padding-right: 0px!important;
}

.pR5 {
    padding-right: 5px!important;
}

.pR10 {
    padding-right: 10px!important;
}

.pR15 {
    padding-right: 15px!important;
}

.pR20 {
    padding-right: 20px!important;
}

.pR25 {
    padding-right: 25px!important;
}

.pr0 {
    padding-right: 0px!important;
}

.pr1 {
    padding-right: 1px!important;
}

.pr2 {
    padding-right: 0px!important;
}

.pr3 {
    padding-right: 3px!important;
}

.pr4 {
    padding-right: 4px!important;
}

.pr5 {
    padding-right: 5px!important;
}

.pR7 {
    padding-right: 7px!important;
}

.pt0 {
    padding-top: 0px!important;
}

.pt1 {
    padding-top: 1px!important;
}

.pt2 {
    padding-top: 0px!important;
}

.pt3 {
    padding-top: 3px!important;
}

.pt4 {
    padding-top: 4px!important;
}

.pt5 {
    padding-top: 5px!important;
}

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

.pt15 {
    padding-top: 15px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt25 {
    padding-top: 25px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt35 {
    padding-top: 35px!important;
}

.pb0 {
    padding-bottom: 0px!important;
}

.pb5 {
    padding-bottom: 5px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb15 {
    padding-bottom: 15px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb25 {
    padding-bottom: 25px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb35 {
    padding-bottom: 35px!important;
}

.mt0 {
    margin-top: 0px!important;
}

.mt1 {
    margin-top: 1px!important;
}

.mt2 {
    margin-top: 2px!important;
}

.mt3 {
    margin-top: 3px!important;
}

.mt4 {
    margin-top: 4px!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt6 {
    margin-top: 6px!important;
}

.mt7 {
    margin-top: 7px!important;
}

.mt8 {
    margin-top: 8px!important;
}

.mt9 {
    margin-top: 9px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt45 {
    margin-top: 45px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mb0 {
    margin-bottom: 0px!important;
}

.mb1 {
    margin-bottom: 1px!important;
}

.mb2 {
    margin-bottom: 2px!important;
}

.mb3 {
    margin-bottom: 3px!important;
}

.mb3 {
    margin-bottom: 4px!important;
}

.mb4 {
    margin-bottom: 5px!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb6 {
    margin-bottom: 6px!important;
}

.mb7 {
    margin-bottom: 7px!important;
}

.mb8 {
    margin-bottom: 8px!important;
}

.mb9 {
    margin-bottom: 9px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb45 {
    margin-bottom: 45px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mr0 {
    margin-right: 0px!important;
}

.mr1 {
    margin-right: 1px!important;
}

.mr2 {
    margin-right: 2px!important;
}

.mr3 {
    margin-right: 3px!important;
}

.mr4 {
    margin-right: 4px!important;
}

.mr5 {
    margin-right: 5px!important;
}

.mr6 {
    margin-right: 6px!important;
}

.mr7 {
    margin-right: 7px!important;
}

.mr8 {
    margin-right: 8px!important;
}

.mr9 {
    margin-right: 6px!important;
}

.mr10 {
    margin-right: 10px!important;
}

.mL0 {
    margin-left: 0px!important;
}

.mL1 {
    margin-left: 1px!important;
}

.mL2 {
    margin-left: 2px!important;
}

.mL3 {
    margin-left: 3px!important;
}

.mL4 {
    margin-left: 4px!important;
}

.mL5 {
    margin-left: 5px!important;
}

.mL6 {
    margin-left: 6px!important;
}

.mL7 {
    margin-left: 7px!important;
}

.mL8 {
    margin-left: 8px!important;
}

.mL9 {
    margin-left: 9px!important;
}

.mL10 {
    margin-left: 10px!important;
}

.mL20 {
    margin-left: 20px!important;
}

.mTB0 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.mTB5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.mTB0 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.mTB5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.mt-min0 {
    margin-top: -0px!important;
}

.mt-min1 {
    margin-top: -1px!important;
}

.mt-min2 {
    margin-top: -2px!important;
}

.mt-min3 {
    margin-top: -3px!important;
}

.mt-min4 {
    margin-top: -4px!important;
}

.mt-min5 {
    margin-top: -5px!important;
}

.mt-min6 {
    margin-top: -6px!important;
}

.mt-min7 {
    margin-top: -7px!important;
}

.mt-min8 {
    margin-top: -8px!important;
}

.mt-min9 {
    margin-top: -9px!important;
}

.mt-min10 {
    margin-top: -10px!important;
}

.top-0 {
    top: 0px!important
}

.top-1 {
    top: 1px!important
}

.top-2 {
    top: 2px!important
}

.top-3 {
    top: 3px!important
}

.top-4 {
    top: 4px!important
}

.top-5 {
    top: 5px!important
}

.top-10 {
    top: 10px!important
}

.top-15 {
    top: 15px!important
}

.top-20 {
    top: 20px!important
}

.top-25 {
    top: 25px!important
}

.top-30 {
    top: 30px!important
}

.top-35 {
    top: 35px!important
}

.top-40 {
    top: 40px!important
}

.top-45 {
    top: 45px!important
}

.top-50 {
    top: 50px!important
}

.top-55 {
    top: 55px!important
}

.top-60 {
    top: 60px!important
}

.top-65 {
    top: 65px!important
}

.top-70 {
    top: 70px!important
}

.top-75 {
    top: 75px!important
}

.top-80 {
    top: 80px!important
}

.top-85 {
    top: 85px!important
}

.top-90 {
    top: 90px!important
}

.top-95 {
    top: 95px!important
}

.top-100 {
    top: 100px!important
}

.topmin-0 {
    top: -0px!important
}

.topmin-1 {
    top: -1px!important
}

.topmin-2 {
    top: -2px!important
}

.topmin-3 {
    top: -3px!important
}

.topmin-4 {
    top: -4px!important
}

.topmin-5 {
    top: -5px!important
}

.topmin-10 {
    top: -10px!important
}

.left-0 {
    left: 0px!important
}

.left-1 {
    left: 1px!important
}

.left-2 {
    left: 2px!important
}

.left-3 {
    left: 3px!important
}

.left-4 {
    left: 4px!important
}

.left-5 {
    left: 5px!important
}

.left-10 {
    left: 10px!important
}

.left-15 {
    left: 15px!important
}

.left-20 {
    left: 20px!important
}

.left-25 {
    left: 25px!important
}

.left-30 {
    left: 30px!important
}

.left-35 {
    left: 35px!important
}

.left-40 {
    left: 40px!important
}

.left-45 {
    left: 45px!important
}

.left-50 {
    left: 50px!important
}

.left-55 {
    left: 55px!important
}

.left-60 {
    left: 60px!important
}

.left-65 {
    left: 65px!important
}

.left-70 {
    left: 70px!important
}

.left-75 {
    left: 75px!important
}

.left-80 {
    left: 80px!important
}

.left-85 {
    left: 85px!important
}

.left-90 {
    left: 90px!important
}

.left-95 {
    left: 95px!important
}

.left-100 {
    left: 100px!important
}


/*Global font size css*/

.f-size-11 {
    font-size: 11px!important;
}

.f-size-12 {
    font-size: 12px!important;
}

.f-size-12 {
    font-size: 12px!important;
}

.f-size-13 {
    font-size: 13px!important;
}

.f-size-14 {
    font-size: 14px!important;
}

.f-size-15 {
    font-size: 15px!important;
}

.f-size-16 {
    font-size: 16px!important;
}

.f-size-17 {
    font-size: 17px!important;
}

.f-size-18 {
    font-size: 18px!important;
}

.f-size-19 {
    font-size: 19px!important;
}

.f-size-20 {
    font-size: 20px!important;
}

.f-size-21 {
    font-size: 21px!important;
}

.f-size-22 {
    font-size: 22px!important;
}

.f-size-23 {
    font-size: 23px!important;
}

.f-size-24 {
    font-size: 24px!important;
}

.f-size-25 {
    font-size: 25px!important;
}

.font-100 {
    font-weight: 100!important;
}

.font-200 {
    font-weight: 200!important;
}

.font-300 {
    font-weight: 300!important;
}

.font-400 {
    font-weight: 400!important;
}

.font-500 {
    font-weight: 500!important;
}

.font-600 {
    font-weight: 600!important;
}


/*Global width css*/

.max-WT-100 {
    width: 100%;
    max-width: 100px!important;
}

.max-WT-170 {
    width: 100%;
    max-width: 170px!important;
}

.max-WT-320 {
    width: 100%;
    max-width: 320px!important;
}

.max-WT-360 {
    width: 100%;
    max-width: 360px!important;
}

.max-WT-480 {
    width: 100%;
    max-width: 480px!important;
}

.max-WT-600 {
    width: 100%;
    max-width: 600px!important;
}

.max-WT-767 {
    width: 100%;
    max-width: 767px!important;
}

.max-WT-991 {
    width: 100%;
    max-width: 991px!important;
}

.max-WT-20 {
    width: 100%;
    max-width: 20px!important;
}

.max-WT-30 {
    width: 100%;
    max-width: 30px!important;
}

.max-WT-40 {
    width: 100%;
    max-width: 40px!important;
}

.max-WT-50 {
    width: 100%;
    max-width: 50px!important;
}

.max-WT-60 {
    width: 100%;
    max-width: 60px!important;
}

.max-WT-70 {
    width: 100%;
    max-width: 70px!important;
}

.max-WT-80 {
    width: 100%;
    max-width: 80px!important;
}

.max-WT-90 {
    width: 100%;
    max-width: 90px!important;
}

.max-WT-100 {
    width: 100%;
    max-width: 100px!important;
}

.max-WT-110 {
    width: 100%;
    max-width: 110px!important;
}

.max-WT-120 {
    width: 100%;
    max-width: 120px!important;
}

.max-WT-130 {
    width: 100%;
    max-width: 130px!important;
}

.max-WT-140 {
    width: 100%;
    max-width: 140px!important;
}

.max-WT-150 {
    width: 100%;
    max-width: 150px!important;
}

.max-WT-160 {
    width: 100%;
    max-width: 160px!important;
}

.max-WT-170 {
    width: 100%;
    max-width: 170px!important;
}

.max-WT-180 {
    width: 100%;
    max-width: 180px!important;
}

.max-WT-190 {
    width: 100%;
    max-width: 190px!important;
}

.max-WT-200 {
    width: 100%;
    max-width: 200px!important;
}

.max-WT-250 {
    width: 100%;
    max-width: 250px!important;
}

.max-WT-290 {
    width: 100%;
    max-width: 290px!important;
}

.max-WT-300 {
    width: 100%;
    max-width: 300px!important;
}

.max-WT-350 {
    width: 100%;
    max-width: 350px!important;
}

.max-WT-400 {
    width: 100%;
    max-width: 400px!important;
}

.max-WT-450 {
    width: 100%;
    max-width: 450px!important;
}

.max-WT-500 {
    width: 100%;
    max-width: 500px!important;
}

.max-WT-520 {
    width: 100%;
    max-width: 520px!important;
}

.max-WT-550 {
    width: 100%;
    max-width: 550px!important;
}

.max-WT-600 {
    width: 100%;
    max-width: 600px!important;
}

.max-WT-650 {
    width: 100%;
    max-width: 650px!important;
}

.max-WT-700 {
    width: 100%;
    max-width: 700px!important;
}

.max-WT-690 {
    width: 100%;
    max-width: 690px!important;
}

.max-WT-800 {
    width: 100%;
    max-width: 800px!important;
}

.max-WT-900 {
    width: 100%;
    max-width: 900px!important;
}

.max-WT-940 {
    width: 100%;
    max-width: 940px!important;
}

.max-WT-1000 {
    width: 100%;
    max-width: 1000px!important;
}

.max-WT-576 {
    width: 100%;
    max-width: 576px!important;
}

.max-WT-1024 {
    width: 100%;
    max-width: 1024px!important;
}

.min-ht-300 {
    min-height: 300px;
}

.min-ht-350 {
    min-height: 350px;
}

.min-ht-400 {
    min-height: 400px;
}

.min-ht-450 {
    min-height: 450px;
}

.min-ht-500 {
    min-height: 500px;
}

.min-ht-550 {
    min-height: 550px;
}

.min-ht-600 {
    min-height: 600px;
}

.min-ht-650 {
    min-height: 650px;
}

.min-ht-700 {
    min-height: 700px;
}

.min-ht-750 {
    min-height: 750px;
}

.no-shadow {
    box-shadow: none!important;
}

.height_100vh {
    height: calc(100vh - 80px);
}

.radius0 {
    border-radius: 0!important;
}

.radius2 {
    border-radius: 2px!important;
}

.radius4 {
    border-radius: 4px!important;
}

.btn.btn-large {
    color: #fff!important;
    width: 100%;
    min-width: 100px;
    border-radius: 3px;
    font-size: 17px;
    padding: 12px;
}

.btn.btn-large:hover,
.btn.btn-large:focus {
    color: #fff;
}


/*Start Checkbox design*/


/* .btn.btn-blue:hover span,btn.btn-blue:focus span,.btn.btn-red:hover span,.btn.btn-red:focus span{color:#fff;transition:0.5s;} */

.btn-round {
    border-radius: 25px;
}

.btn-wt-100 {
    width: 100px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn-dark-blue {
    background: #2fa0d4;
}

.btn.btn-blue {
    background: #2fa0d4;
    min-width: 88px;
    font-size: 14px;
}

.btn.btn-darkgreen {
    background: #009e0f;
}

.btn-gray {
    background: #5f5f5f;
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus {
    color: #fff;
}

.btn.back-btn {
    float: left;
    background: #A9A9A9!important;
}

.btn.btn-light-blue {
    background: #3dc7db;
}

.btn.btn-light-blue:hover,
.btn.btn-light-blue:focus {
    background-color: #3dc7db;
}

.btn.btn-red {
    background: #d6051d;
    color: #fff;
}

.btn.btn-red:hover,
.btn.btn-red:focus {
    background-color: rgba(214, 5, 29, 0.8);
}

.btn-yellow {
    background-color: #f5b948;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: rgba(245, 185, 72, 0.8);
}

.btn-brown {
    background-color: #7f4c4c;
}

.btn-brown:hover,
.btn-brown:focus {
    background-color: rgba(127, 76, 76, 0.8);
}

.btn-green2 {
    background-color: #59b200;
}

.btn-green:hover,
.btn-green:focus {
    background-color: rgba(89, 178, 0, 0.8);
}

.btn-greendark {
    background-color: #009e0f;
    color: #fff;
}

.btn-greendark:hover,
.btn-green:focus {
    opacity: 0.8;
    color: #fff;
}

.btn.btn-green {
    background: #2fa0d4;
    color: #fff;
}

select.form-control {
    background-image: url("../img/down_arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 13px auto;
    border-color: #e7eaee;
    padding-right: 20px;
    box-shadow: none;
    font-size:14px;
}

select.form-control.select_style1 {
    background-image: url("../img/down_arrow.png");
    background-size: 13px auto;
    font-size: 14px;
}

select.form-control:focus {
    box-shadow: none;
    outline: none;
}

input.form-control.select_style1 {
    background-image: url("../img/icon-calendar.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 16px auto;
    border-color: #e7eaee;
    padding-right: 20px;
    box-shadow: none;
}

input::-moz-focus-inner {
    border: 0;
    outline: none;
}

select:-moz-focusring:focus {
    color: transparent;
    outline: none!important;
}

label.radio-design {
    position: relative;
    padding-left: 30px;
    padding-right: 2px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #909090;
    margin-right: 8px;
}

label.radio-design input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

label.radio-design input[type="radio"]~span {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #9f9c9c;
    background: #f2f4f8;
}

label.radio-design input[type="radio"]~span:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: #d246cb;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

label.radio-design input[type="radio"]:checked~span {
    border: 1px solid #ddd;
}

label.radio-design input[type="radio"]:checked~span:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

label.checkbox-design {
    position: relative;
    padding-left: 30px;
    padding-right: 2px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #909090;
    margin-right: 8px;
}

label.checkbox-design input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

label.checkbox-design input[type="checkbox"]~span {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #ebe8e8;
    box-shadow: inset 3px 2px 4px rgba(0, 0, 0, 0.2);
}

label.checkbox-design input[type="checkbox"]~span:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    background: transparent;
    border-right: 2px solid #2e9fd3;
    border-bottom: 2px solid #2e9fd3;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform: scale(0) rotate(45deg);
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
}

label.checkbox-design input[type="checkbox"]:checked~span {
    border: 1px solid #bbb5bb;
}

label.checkbox-design input[type="checkbox"]:checked~span:before {
    opacity: 1;
    transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
}

label.checkbox-common {
    position: relative;
    padding-left: 30px;
    padding-right: 2px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #909090;
    margin-right: 8px;
}

label.checkbox-common input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

label.checkbox-common input[type="checkbox"]~span {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
}

label.checkbox-common input[type="checkbox"]~span:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    background: transparent;
    border-right: 2px solid #5db94c;
    border-bottom: 2px solid #5db94c;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform: scale(0) rotate(45deg);
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
}

label.checkbox-common input[type="checkbox"]:checked~span {
    border: 1px solid #5db94c;
}

label.checkbox-common input[type="checkbox"]:checked~span:before {
    opacity: 1;
    transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
}

.custome-switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 65px;
    height: 26px;
    padding: 3px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

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

.custome-switch-label {
    position: relative;
    display: block;
    height: 100%;
    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);
}

.custome-switch-label:before,
.custome-switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.custome-switch-label:before {
    content: attr(data-off);
    right: 8px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.custome-switch-label:after {
    content: attr(data-on);
    left: 8px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.custome-switch-input:checked~.custome-switch-label {
    background: #6aee3a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6aee3a 0%, #2ac045 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6aee3a 0%, #2ac045 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6aee3a 0%, #2ac045 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6aee3a', endColorstr='#2ac045', GradientType=0);
    /* IE6-9 */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.custome-switch-input:checked~.custome-switch-label:before {
    opacity: 0;
}

.custome-switch-input:checked~.custome-switch-label:after {
    opacity: 1;
}

.custome-switch-handle {
    position: absolute;
    top: -1px;
    left: -15px;
    width: 45px;
    height: 26px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 28px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.custome-switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.custome-switch-input:checked~.custome-switch-handle {
    left: 32px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* Transition
    ========================== */

.custome-switch-label,
.custome-switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

label.error {
    color: #e31212;
    font-size: 14px!important;
    display: inline-block;
    width: 100%;
  /*  font-family: 'Arial';*/
    margin-top: 3px;
}

.has-error.form-group .form-control {
    border-bottom: 1px solid #f00;
}

.action_td_3btn {
    width: 348px;
}

.action_td_btn .btn {
    border-radius: 0;
    text-align: center;
}

.action_td_btn .btn+.btn {
    margin-left: 7px;
}


/*==============Modal============*/

.global-modal form .form-control {
    min-height: 40px;
}

.global-modal.modal.fade .modal-dialog {
    max-width: 100%;
    margin: 15px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.global-modal .modal-header .close {
    margin: 0 0 0;
    font-size: 37px;
    font-weight: 400;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 11px;
}

.global-modal .modal-content {
    padding: 15px;
}

.inner_border_area,
.global-modal .modal-content {
    border-radius: 20px;
}

.inner_border_area {
    border: 1px solid #ccc;
    position: relative;
}

.inner_border_area:before {
    background: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    right: -1px;
    top: -1px;
    content: '';
    z-index: 1;
}

.global-modal .inner_border_area .modal-header .close {
    top: -9px;
    right: -12px;
    z-index: 999;
    font-size: 0;
    width: 25px;
    height: 25px;
}

.global-modal .inner_border_area .modal-header .close:after,
.global-modal .inner_border_area .modal-header .close:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #616161;
}

.global-modal .inner_border_area .modal-header .close:after {
    transform: rotate(45deg);
}

.global-modal .inner_border_area .modal-header .close:before {
    transform: rotate(-45deg);
}

.global-modal .modal-header {
    position: relative;
}

.global-modal .modal-title {
    color: #6c757d;
    font-weight: 400;
    font-size: 30px;
   /* font-family: 'Uni Sans Thin CAPS';*/
    width: 100%;
}

.global-modal .modal-header .close {
    margin-top: -2px;
    font-size: 37px;
    font-weight: 400;
}

.modal_flax_height {
    min-height: 280px;
}

.reset-modal .box-title {
    margin-bottom: 60px;
}


/*==================Login Page , Forgot , Sign Up Style============*/

html,
body {
    height: 100%;
}

body.beforelogin {
    padding: 0 15px;
}

.login-box,
.signupbox-box {
    background: #fff;
}

.login-box,
.signupbox-box-outer {
    margin: 0px auto;
}

.login-box {
    border-radius: 6px;
    /* padding:15px; */
}

.signupbox-box {
    border-radius: 0 4px 4px 4px;
}

.login-box-head {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 34px;
    color: #a5a5a7;
}

.admin_logo {
    display: inline-block;
    max-width: 215px;
}

.logo_img {
    display: inline-block;
    max-width: 170px;
}

.lang_select {
    display: inline-block;
    padding: 7px 8px 0;
    background: #fff;
    border-radius: 4px;
    margin-top: 12px;
}

.lang_select span {
    display: inline-block;
    vertical-align: top;
    color: #6491c8;
    line-height: 1;
    cursor: pointer;
}

.lang_select span+span {
    border-left: 1px solid #6491c8;
    padding-left: 7px;
    margin-left: 7px;
}

.login-box-body {
    padding: 30px 50px 40px;
    position: relative;
}

.form-control.form-control-style1 {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    min-height: 45px;
    font-size: 15px;
    color: #000;
}

.form-control.form-control-style1:focus {
    box-shadow: none;
}


/*.form-control.form-control-style1:-moz-placeholder{color:#a4a4a4;}
.form-control.form-control-style1::-moz-placeholder{color:#a4a4a4;}
.form-control.form-control-style1:-ms-placeholder{color:#a4a4a4;}
.form-control.form-control-style1::-webkit-input-placeholder{color:#a4a4a4;}*/

.mail-icon {
    background-image: url("../img/mail-icon.png");
    background-size: 20px;
}

.lock-icon {
    background-image: url("../img/lock-icon.png");
    background-size: 18px;
}

.mail-icon,
.lock-icon {
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: 15px 50%;
}

.forgot-links {
    text-align: right;
    margin-bottom: 15px;
}

.forgot-links a {
    color: #a4a4a4;
    font-size: 14px;
}

.login-info {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
}

.text-underline {
    text-decoration: underline;
}

.box-title {
    margin-bottom: 30px;
}

.box-title h2 {
   /* font-family: 'Gill Sans MT Condensed';*/
    margin: 0 0 15px;
    font-size: 35px;
    color: #4c4c4c;
    font-weight: 500;
}

.box-title p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #4a4a4a;
}

.off-icon {
    font-size: 36px;
    color: #000;
}

.form-control.form-control-style2 {
    min-height: 45px;
    border-color: #ddd;
}

.signupbox-box-outer .tab-content .tab-pane {
    padding: 0;
}

.tabs-style1.nav-tabs {
    border: none;
}

.tabs-style1.nav-tabs .nav-link {
    color: #fff;
    background: #5f5f5f;
    border: none;
    font-size: 16px;
    padding: 10px 12px;
    text-align: center;
}

.tabs-style1.nav-tabs .nav-link.active {
    color: #fff;
    background: #49bbac;
}

.tabs-style1 .nav-item {
    width: 150px;
    margin-bottom: 0;
}

.tabs-style1 .nav-item+.nav-item {
    margin-left: 10px;
}

.input-field-box {
    min-height: 365px;
    margin: 0 auto 15px;
    max-width: 470px;
}

.signup-action .btn+.btn {
    margin-left: 7px;
}

.tabs_with_btn {
    position: relative;
}

.add_links.btn {
    font-size: 16px;
    padding: 6px 12px;
    font-weight: 500;
    vertical-align: top;
    min-height: 40px;
}

.global_tabs .tab-content,
.global_box {
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0 4px 20px #ddd;
}

.table_filter_top {
    margin-bottom: 15px;
}

.setrecord_show label {
    color: #4c4c4c;
    font-size: 13px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.setrecord_show select {
    max-width: 100px;
    display: inline-block;
}

.table_select_box {
    text-align: right;
}

.table_select_box .global_search_box {
    margin: 0 7px;
}

.table_filter_top .search_btn i {
    font-size: 16px;
}

.table_filter_top .form-control,
td .form-control {
    min-height: 40px;
    font-size: 13px;
}


/* ==================Login Page Style End============ */


/* =================Header=========== */

header {
    background: #f8f8f8;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

header nav.navbar {
    margin: 0;
    border: none;
    padding: 0;
    min-height: 90px;
    box-shadow: 0 0px 10px #2fa0d4;
    display: block;
}

.btn.btn-toggle {
    background: transparent;
}

.btn.btn-toggle i {
    color: #2fa0d4;
    font-size: 20px;
}

.nav-left-box {
    width: 150px;
    float: left;
    margin-top: 23px
}

.header-search-box {
    position: relative;
}

.header-search-box .form-control {
    padding-left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #c1cadd;
    font-size: 13px;
}

.header-search-box i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #c1cadd;
    font-size: 12px;
}

.nav-right-box {
    float: right;
    padding-top: 25px;
    text-align: right;
    padding-right: 15px;
}

.nav-right-list {
    margin: 23px 0 0;
}

.nav-right-list li {
    display: inline-block;
    vertical-align: middle;
}

.nav-right-list li+li {
    margin-left: 10px;
}

.nav-right-list li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #c2cadd;
    color: #c2cadd;
    line-height: 30px;
    text-align: center;
}

.nav-right-list li a .badge {
    position: absolute;
    padding: 0;
    color: #161b1e;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: -8px;
    border-radius: 50%;
    right: -9px;
}

.red-bg {
    background: #f74c57!important;
}

.green-bg {
    background: #59b200!important;
}

.gray-bg {
    background: #888!important;
}

.yellow-bg {
    background: #f5b948!important;
}

.light-blue-bg {
    background: #3dc7db!important;
}

.sky-blue-bg {
    background: #72c4ed!important;
}

.white {
    color: #fff!important;
}

.logo-box {
    float: left;
    width: 250px;
    margin: 0;
    display: block;
    font-size: 26px;
    color: #333346;
    background: #fff;
    height: 90px;
    padding: 0 10px;
    position: relative;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logo-box .navbar-brand {
    margin: 0;
    padding: 0;
}

.head_user-box {
    margin: 0 15px;
}

.head_user-box,
.acknowledge-box,
.common_ack {
    display: inline-block;
    vertical-align: middle;
}

.common_ack+.common_ack {
    margin-left: 15px;
}

.common_ack a {
    position: relative;
    font-size: 15px;
    text-decoration: none!important;
}

.common_ack .dropdown-toggle {
    padding: 0;
}

.common_ack .dropdown-toggle:after {
    border: none;
    margin: 0;
    padding: 0;
}

.common_ack .badge {
    background: #cf2b46;
    border: none;
    width: 7px;
    height: 7px;
    color: #fff;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 11px;
    padding: 0;
    display: inline-block;
}

.common_ack .dropdown-menu {
    background: #fff;
    box-shadow: 0 4px 20px #ddd;
    border: none;
    border-radius: 6px;
    width: 320px;
    padding: 25px;
    left: auto;
    right: -35px;
    transform: none;
    top: 36px;
}

.common_ack .dropdown-menu:before,
.common_ack .dropdown-menu:after {
    content: "";
    position: absolute;
}

.common_ack .dropdown-menu:before {
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 35px;
    z-index: 9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.common_ack .dropdown-menu:after {
    border-bottom: 12px solid #eee;
    top: -12px;
    right: 33px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.dropdown-title {
    color: #a5a5a5;
    font-size: 16px;
    margin: 0 0 15px;
}

.dropdown_list {
    margin: 0;
}

.dropdown_list li+li {
    margin-top: 15px;
}

.dropdown_list h6 {
    margin: 0 0 7px;
    font-size: 12px;
    color: #d52c48;
    line-height: 1;
}

.dropdown_list p {
    margin: 0;
    color: #707070;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.full_view_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 20px;
}

.head_user_name {
    color: #707070;
    font-size: 11px;
    text-align: right;
    font-weight: 500;
}

.head_user_name span {
    display: inline-block;
    vertical-align: middle;
}

.user_name {
    /* text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:calc(100% - 128px); */
    margin: 0 7px;
}

.top-user-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.top-user-img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.welcome {
    width: 65px;
}

.dropdown-menu.head-drop-down {
    right: 0px;
    left: auto;
    width: 190px;
    padding: 0 10px;
    border-radius: 4px;
    top: 46px;
}

.dropdown-menu.head-drop-down.show:before,
.dropdown-menu.head-drop-down.show:after {
    content: "";
    position: absolute;
}

.dropdown-menu.head-drop-down.show::before {
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 5px;
    z-index: 9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.dropdown-menu.head-drop-down.show::after {
    border-bottom: 12px solid #ddd;
    top: -12px;
    right: 3px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.dropdown-menu.head-drop-down a {
    padding: 10px;
    background: #fff;
    font-size: 11px;
    color: #707070;
}

.dropdown-menu.head-drop-down a:hover,
.dropdown-menu.head-drop-down a:focus {
    background: #fff;
}

.dropdown-menu.head-drop-down a+a {
    border-top: 1px solid #d1cece;
}

.middle-content {
    padding-top: 90px;
}

.toggle-wrapper .logo-box {
    transition: 0.5s;
}

.toggle-wrapper .logo-box .navbar-brand {
    transition: 0.5s;
    padding: 0;
}

header,
aside.sidebar,
.toggle-wrapper .middle-content,
.toggle-wrapper .header,
.middle-content,
.toggle-wrapper footer {
    transition: 0.5s;
}

aside.sidebar {
    left: 0;
    top: 90px;
    position: fixed;
    width: 250px;
    z-index: 10;
    height: calc(100vh - 65px);
    background: #223f66;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
}

.sidebar-logo {
    display: block;
    background: #4578b2;
    margin: 0 0 10px;
    width: 250px;
    padding: 15px;
    min-height: 80px;
}
main.main-content {
      padding: 20px;
    padding-bottom: 30px;
    padding-top: 110px;
}
.container-1440{
    max-width: 1440px;
    width: 100%;
        margin: 0 auto;
}
h1.page_title {
    color: #1794c9;
}
p.commonpara {
    padding-left: 15px;
}
p.para-points {
    padding-left: 30px;
}
p.commonhead {
    font-size: 16px;
    font-weight: 600;
}
p.copyright {
    text-align: center;
}



/***********Amit(21-07-2018)-END***********/

