
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, 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/S6u9w4BMUTPHh7USSwiPGQ.woff2') format('woff2'); 
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/S6uyw4BMUTPHjxAwXjeu.woff2') format('woff2'); 
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, 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/S6uyw4BMUTPHjx4wXg.woff2') format('woff2'); 
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2') format('woff2'); 
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, 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/S6u9w4BMUTPHh6UVSwiPGQ.woff2') format('woff2'); 
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.pull-right {
    float: right !important;
}
/*Loader begins*/

.spinner-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 34px;
    position: absolute;
    z-index: 600;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#spinner-main {
    position: absolute;
    top: 44%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.spinner {
    position: relative;
}

    .spinner:before, .spinner:after {
        content: "";
        position: relative;
        display: block;
    }

    .spinner:before {
        /*content: url(../assets/images/Picture1.png);*/
        animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
        width: 1em;
        height: 1em;
        background-color: #22527a;
    }

    .spinner:after {
        animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
        bottom: -.5em;
        height: .25em;
        border-radius: 50%;
        background-color: black;
    }

@keyframes spinner {
    50% {
        border-radius: 50%;
        transform: scale(0.5) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(720deg);
    }
}

@keyframes shadow {
    50% {
        transform: scale(0.5);
        background-color: rgba(0,0,0,0.1);
    }
}

/*Loader Ends*/

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

/******************* 
Global Styles 
*******************/
* {
    outline: none;
}


body {
    background: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #3d3d3d; /*#99abb4;*/
    font-weight: 300;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

*::selection {
    background: #F1F6F8;
    color: initial;
    text-shadow: 1px 1px #fff;
}

/* Firefox */
*::-moz-selection {
    background: #F1F6F8;
    color: initial;
    text-shadow: 1px 1px #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=text]::-ms-clear, input[type=tel]::-ms-clear, input[type=email]::-ms-clear {
  color: transparent;
  display: none;  
}
input::-ms-reveal {
    display: none;
}

.align-vertical-middle {
    vertical-align: middle !important;
}

a {
    color: #22527a;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        text-decoration: none;
    }

    a.link {
        color: #455a64;
    }

        a.link:hover, a.link:focus {
            color: #22527a;
        }

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

.img-logo {
    width: 100px;
}


.img-fluid {
    width: 50%;
    height: 100%;
}


/*******************
Headings
*******************/
h1,
h2 {
    color: #455a64;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h3,
h4,
h5,
h6 {
    color: #455a64;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

@media(min-width: 768px) {
    h2 {
        font-size: 20px;
    }
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 36px;
}

.box {
    border-radius: 4px;
    padding: 10px;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

html body .df {
    display: flex;
}

html body .flex-direction {
    flex-direction: row;
}


/*******************
line-height
*******************/
html body .lh-3 {
    line-height: 1.5;
}


/*******************
Paddings
*******************/
html body .p-0 {
    padding: 0px;
}

html body .p-5 {
    padding: 5px !important;
}

html body .p-10 {
    padding: 10px;
}

html body .p-12 {
    padding: 12px !important;
}

html body .p-20 {
    padding: 20px;
}

html body .p-30 {
    padding: 30px;
}

html body .p-40 {
    padding: 40px;
}

html body .p-l-0 {
    padding-left: 0px;
}

html body .p-l-5 {
    padding-left: 5px;
}

html body .p-l-10 {
    padding-left: 10px;
}

html body .p-l-20 {
    padding-left: 20px;
}

html body .p-r-0 {
    padding-right: 0px;
}

html body .p-r-5 {
    padding-right: 5px;
}

html body .p-r-10 {
    padding-right: 10px;
}

html body .p-r-20 {
    padding-right: 20px;
}

html body .p-r-30 {
    padding-right: 30px;
}

html body .p-r-40 {
    padding-right: 40px;
}

html body .p-t-0 {
    padding-top: 0px;
}

html body .p-t-10 {
    padding-top: 10px !important;
}

html body .p-t-15 {
    padding-top: 15px;
}

html body .p-t-20 {
    padding-top: 20px;
}

html body .p-t-30 {
    padding-top: 30px;
}

html body .p-t-10p {
    padding-top: 10%;
}

html body .p-b-0 {
    padding-bottom: 0px;
}

html body .p-b-5 {
    padding-bottom: 5px;
}

html body .p-b-10 {
    padding-bottom: 10px !important;
}

html body .p-b-15 {
    padding-bottom: 15px !important;
}

html body .p-b-20 {
    padding-bottom: 20px;
}

html body .p-b-30 {
    padding-bottom: 30px;
}

html body .p-b-40 {
    padding-bottom: 40px;
}

html body .p-b-60 {
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    html body .plg-b-60 {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    html body .pmd-r-15 {
        padding-right: 15px;
    }

    html body .pmd-b-10 {
        padding-bottom: 10px;
    }
}


/*******************
Margin
*******************/
html body .m-auto {
    margin: 0 auto;
}

html body .m-0 {
    margin: 0px;
}

html body .m-l-5 {
    margin-left: 5px;
}

html body .m-l-10 {
    margin-left: 10px;
}

html body .m-l-15 {
    margin-left: 15px;
}

html body .m-l-20 {
    margin-left: 20px;
}

html body .m-l-30 {
    margin-left: 30px;
}

html body .m-l-40 {
    margin-left: 40px;
}

html body .m-r-5 {
    margin-right: 5px;
}

html body .m-r-10 {
    margin-right: 10px;
}

html body .m-r-15 {
    margin-right: 15px;
}

html body .m-r-20 {
    margin-right: 20px;
}

html body .m-r-30 {
    margin-right: 30px;
}

html body .m-r-40 {
    margin-right: 40px;
}

html body .m-t-0 {
    margin-top: 0px;
}

html body .m-t-5 {
    margin-top: 5px !important;
}

html body .m-t-10 {
    margin-top: 10px !important;
}

html body .m-t-15 {
    margin-top: 15px;
}

html body .m-t-20 {
    margin-top: 20px;
}

html body .m-t-30 {
    margin-top: 30px !important;
}

html body .m-t-40 {
    margin-top: 40px;
}

html body .m-b-0 {
    margin-bottom: 0px;
}

html body .m-b-5 {
    margin-bottom: 5px;
}

html body .m-b-10 {
    margin-bottom: 10px;
}

html body .m-b-15 {
    margin-bottom: 15px;
}

html body .m-b-20 {
    margin-bottom: 20px;
}

html body .m-b-30 {
    margin-bottom: 30px;
}

html body .m-b-40 {
    margin-bottom: 40px;
}

html body .m-l-n-15 {
    margin-left: -15px;
}

html body .m-r-n-15 {
    margin-right: -15px;
}

/*******************
Margin
*******************/
html body .f-r {
    float: right;
}

html body .f-l {
    float: left;
}

/*******************
vertical alignment
*******************/
html body .vt {
    vertical-align: top;
}

html body .vm {
    vertical-align: middle;
}

html body .vb {
    vertical-align: bottom;
}

/**********************
  Width
********************/
html body .w-10 {
    width: 10%;
}

html body .w-50 {
    width: 50%;
}

html body .w-100 {
    width: 100%;
}

html body .w-25p {
    width: 25px;
}

/**********************
  Height
********************/

html body .h-0 {
    height: 0px !important;
}

html body .h-20 {
    height: 20px !important;
}

html body .h-20r {
    height: 20rem !important;
}

html body .h-30r {
    height: 30rem;
}

html body .max-hpx {
    height: 27rem;
    min-height: 13.8rem;
    overflow: hidden;
    overflow-y: auto;
}


/*******************
Opacity
*******************/
.op-5 {
    opacity: 0.5;
}

/*******************
font weight
*******************/
html body .font-bold {
    font-weight: 700;
}

html body .f-w-600 {
    font-weight: 600;
}

html body .f-w-500 {
    font-weight: 500;
}

html body .f-w-400 {
    font-weight: 400;
}

html body .font-normal {
    font-weight: normal;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 500;
}


html body .font-18 {
    font-size: 18px;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-14 {
    font-size: 14px;
}

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


html body .font-10 {
    font-size: 10px;
}

html body .font-18 {
    font-size: 18px;
}

html body .font-20 {
    font-size: 20px;
}

html body .font-24 {
    font-size: 24px;
}

html body .font-3r {
    font-size: 3rem;
}


/*******************
Align Horizontal
*******************/

.vertical {
    display: flex;
    align-items: center;
}


/*******************
Border
*******************/
html body .b-0 {
    border: none;
}

html body .b-t-0 {
    border-top: 0px !important;
}

html body .b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-r-custom {
    border-right: 0.5px solid #ddd;
}

html body .b-l {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b-custom {
    border-bottom: 1px solid #888888;
}

html body .b-b-warning {
    border-bottom: 1px solid #ffa700;
}

html body .b-t {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
    border: 1px solid rgba(120, 130, 140, 0.13);
}

html body .border-warning {
    border: solid 1px #ffa700;
}


.hide {
    display: none !important;
}

.hide-input {
    border: none !important;
    background: transparent !important;
    height: 0px !important;
    width: 0px !important;
    margin: 0px !important;
    min-height: 0px !important;
    padding: 0 !important;
}

.img-circle {
    border-radius: 100%;
}

.radius {
    border-radius: 4px;
}

.radius-alerts {
    border-radius: 6px;
}

/*******************
Text Colors
*******************/

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


.text-color-default {
    color: #3e3e3e !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #D91B2A !important;
}

.text-error {
    color: #fc4b6c
}

.text-muted {
    color: #404e67 /*#99abb4*/ !important;
}

.text-warning {
    color: #f48300 !important;
}

.text-success {
    color: #24a727 !important;
}

.text-info {
    color: #24a727 !important;
}

.text-inverse {
    color: #2f3d4a !important;
}

.title-tabs {
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #334d67;
}

.text-primary-tabs-text {
    color: #009ab2 !important;
    float: none !important;
}

html body .text-blue {
    color: #02bec9 !important;
}

html body .text-purple {
    color: #7460ee;
}

html body .text-primary {
    color: #7460ee;
}

html body .text-megna {
    color: #00897b;
}

html body .text-dark {
    color: #99abb4;
}

html body .text-themecolor {
    color: #22527a !important;
}

html body .text-editcolor {
    color: #0056b3 !important;
}

html body .text-backgcolor {
    color: #888888;
}

/*******************
Background Colors
*******************/
.bg-primary {
    background-color: #7460ee !important;
}

.bg-success {
    background-color: #26c6da !important;
}

.bg-info {
    background-color: #009ab2 !important; /*#1e88e5*/
}

.bg-warning {
    background-color: #fff9d8 !important;
}

.bg-danger {
    background-color: #bd2130 !important
}

.bg-orange {
    background-color: #ef9b22 !important;
}

.bg-transparent {
    background: transparent !important;
}

html body .bg-megna {
    background-color: #00897b;
}

html body .bg-theme {
    background-color: #22527a;
}

html body .bg-gray {
    background-color: #d3d7d7;
}

html body .bg-inverse {
    background-color: #2f3d4a;
}

html body .bg-purple {
    background-color: #7460ee;
}

html body .bg-light-primary {
    background-color: #f1effd;
}

html body .bg-light-success {
    background-color: #e8fdeb;
}

html body .bg-light-info {
    background-color: #cfecfe;
}

html body .bg-light-extra {
    background-color: #ebf3f5;
}

html body .bg-light-warning {
    background-color: #fff8ec;
}

html body .bg-light-danger {
    background-color: #f9e7eb;
}

html body .bg-light-inverse {
    background-color: #f6f6f6;
}

html body .bg-light {
    background-color: #f2f4f8;
}

html body .bg-white {
    background-color: #ffffff;
}

/*******************
Rounds
*******************/
.round {
    line-height: 48px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #1e88e5;
}

    .round img {
        border-radius: 100%;
    }

.round-lg {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.round-xl {
    line-height: 35px;
    width: 35px;
    height: 35px;
}

.round.round-info {
    background: #1e88e5;
}

.round.round-warning {
    background: #ffb22b;
}

.round.round-danger {
    background: #fc4b6c;
}

.round.round-success {
    background: #26c6da;
}

.round.round-primary {
    background: #7460ee;
}

/*******************
Labels
*******************/
.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-custom {
    background-color: #00897b;
}

.label-success {
    background-color: #26c6da;
}

.label-info {
    background-color: #1e88e5;
}

.label-warning {
    background-color: #ffb22b;
}

.label-danger {
    background-color: #fc4b6c;
}

.label-megna {
    background-color: #00897b;
}

.label-primary {
    background-color: #7460ee;
}

.label-purple {
    background-color: #7460ee;
}

.label-red {
    background-color: #fb3a3a;
}

.label-inverse {
    background-color: #2f3d4a;
}

.label-default {
    background-color: #f2f4f8;
}

.label-white {
    background-color: #ffffff;
}

.label-light-success {
    background-color: #e8fdeb;
    color: #26c6da;
}

.label-light-info {
    background-color: #cfecfe;
    color: #1e88e5;
}

.label-light-warning {
    background-color: #fff8ec;
    color: #ffb22b;
}

.label-light-danger {
    background-color: #f9e7eb;
    color: #fc4b6c;
}

.label-light-megna {
    background-color: #e0f2f4;
    color: #00897b;
}

.label-light-primary {
    background-color: #f1effd;
    color: #7460ee;
}

.label-light-inverse {
    background-color: #f6f6f6;
    color: #2f3d4a;
}


/*******************
Table Cell
*******************/
.table-box {
    display: table;
    width: 100%;
}

.table.no-border tbody td {
    border: 0px;
}

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

.table thead th, .table th {
    font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 154, 178, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 154, 178, 0.1);
}

.table .tr-selected {
    background-color: #22527a !important;
}

.table .tr-selected td {
    color: #ffffff !important;
}


.v-middle, .v-middle td, .v-middle th {
    vertical-align: middle;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    padding-top: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*******************
Wave Effects
*******************/
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: transform, opacity;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

html body .waves-notransition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}



/*******************
Buttons
******************/
.btn {
    padding: 5px 12px;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
}

.btn-custom {
    box-shadow: none !important;
    cursor: pointer;
}


.btn-group.content_nav {
    float: right;
    z-index: 3;
}

.btn-cancel-hover:hover {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    font-weight: 600;
}

.btn-clear-hover:hover {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
    font-weight: 600;
}


@media(max-width: 768px) {
    .btn-group.content_nav {
        float: none;
        z-index: 3;
        align-content: center;
        margin: 0 auto;
        text-align: center;
        display: flex;
    }
}

.btn-nav {
    background: #ffffff;
    border: 1px solid #404e67;
    color: #404e67;
}

.nav-secondary .nav-active {
    background: #336699;
    border: #336699;
    color: #fff;
}

.nav-pills .nav-link {
    padding: 10px;
}


    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000;
        padding: 10px;
        background-color: rgba(0, 154, 178, 0.1);
    }

.btn.disabled, .btn:disabled {
    opacity: .90 !important;
}

.btn-nav:hover, .btn-nav:focus {
    background: #336699;
    border: #336699;
    color: #fff;
}

.btn-group label {
    color: #ffffff;
    margin-bottom: 0px;
}

    .btn-group label.btn-secondary {
        color: #99abb4 !important;
    }

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.btn-md {
    padding: 12px 55px;
    font-size: 16px;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

    .btn-circle.btn-sm {
        width: 35px;
        height: 35px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 14px 15px;
        font-size: 18px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 14px 15px;
        font-size: 24px;
    }

.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.button-list button, .button-list a {
    margin: 5px 12px 5px 0;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

    .btn-rounded.btn-lg {
        padding: .75rem 1.5rem;
    }

    .btn-rounded.btn-sm {
        padding: .25rem .5rem;
        font-size: 12px;
    }

    .btn-rounded.btn-xs {
        padding: .25rem .5rem;
        font-size: 10px;
    }

    .btn-rounded.btn-md {
        padding: 12px 35px;
        font-size: 16px;
    }

.btn-primsec,
.btn-primsec.disabled {
    background: #ffffff;
    border: 1px solid #ef9b22;
    color: #ef9b22;
    -webkit-box-shadow: 0 2px 2px 0 rgba(239, 155, 34, 0.14), 0 3px 1px -2px rgba(239, 155, 34, 0.2), 0 1px 5px 0 rgba(239, 155, 34, 0.12);
    box-shadow: 0 2px 2px 0 rgba(239, 155, 34, 0.14), 0 3px 1px -2px rgba(239, 155, 34, 0.2), 0 1px 5px 0 rgba(239, 155, 34, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-primsec:hover,
    .btn-primsec.disabled:hover {
        background: #ef9b22;
        opacity: 1;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 155, 34, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 155, 34, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 155, 34, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 155, 34, 0.2);
        border: 1px solid #ef9b22;
    }

    .btn-primsec.active, .btn-primsec:focus,
    .btn-primsec.disabled.active,
    .btn-primsec.disabled:focus {
        background-color: #ef9b22 !important;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 155, 34, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 155, 34, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 155, 34, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 155, 34, 0.2);
        color: #ffffff;
    }


.btn-secondsec {
    background: #f4d060;
    border: 1px solid #f4d060;
    color: #af5e00 !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-secondsec.disabled {
        background: #d3d7d7;
        border: 1px solid #d3d7d7;
        color: #fff;
    }

    .btn-secondsec i {
        color: #af5e00;
    }

    .btn-secondsec:hover,
    .btn-secondsec.disabled:hover {
        background: #fdb714;
        color: #af5e00;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border: 1px solid #ef9b22;
    }

    .btn-secondsec.active, .btn-secondsec:focus,
    .btn-secondsec.disabled.active,
    .btn-secondsec.disabled:focus {
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        color: #ffffff;
        background-color: #f4d060 !important;
    }

.btn-secondary,
.btn-secondary.disabled {
    background: #ffffff;
    border: 1px solid #4d4f5c;
    color: #4d4f5c;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-secondary:hover,
    .btn-secondary.disabled:hover {
        background: #4d4f5c;
        color: #ffffff;
        opacity: 1;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border: 1px solid #4d4f5c;
    }

    .btn-secondary.active, .btn-secondary:focus,
    .btn-secondary.disabled.active,
    .btn-secondary.disabled:focus {
        background-color: #4d4f5c !important;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        color: #ffffff;
    }

.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
    background: #22527a;
    font-family: 'Lato';
    border: 1px solid #22527a;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary.disabled:hover {
        background: #00294e;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border: 1px solid #00294e;
    }

    .btn-primary.active, .btn-primary:focus,
    .btn-primary.disabled.active,
    .btn-primary.disabled:focus {
        background: #22527a;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #22527a;
        border-color: #22527a;
    }

.btn-themecolor,
.btn-themecolor.disabled {
    background: #22527a;
    color: #ffffff;
    border: 1px solid #22527a;
}

    .btn-themecolor:hover,
    .btn-themecolor.disabled:hover {
        background: #22527a;
        opacity: 0.7;
        border: 1px solid #22527a;
    }

    .btn-themecolor.active, .btn-themecolor:focus,
    .btn-themecolor.disabled.active,
    .btn-themecolor.disabled:focus {
        background: #028ee1;
    }

.btn-success,
.btn-success.disabled {
    background: #006265;
    border: 1px solid #006265;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-success:hover,
    .btn-success.disabled:hover {
        background: #006265;
        -webkit-box-shadow: 0 14px 26px -12px rgba(102, 153, 204, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(102, 153, 204, 0.2);
        box-shadow: 0 14px 26px -12px rgba(102, 153, 204, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(102, 153, 204, 0.2);
        border: 1px solid #006265;
    }

    .btn-success.active, .btn-success:focus,
    .btn-success.disabled.active,
    .btn-success.disabled:focus {
        background: #006265;
        -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #006265;
        border-color: #006265;
    }

.btn-info,
.btn-info.disabled {
    background: #01a9ac;
    border: 1px solid #01a9ac;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-info:hover,
    .btn-info.disabled:hover {
        background: #01a9ac;
        border: 1px solid #01a9ac;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

    .btn-info.active, .btn-info:focus,
    .btn-info.disabled.active,
    .btn-info.disabled:focus {
        background: #028ee1;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

.btn-warning,
.btn-warning.disabled {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    background: #ff9900 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(254, 183, 152, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(254, 183, 152, 0.12);
    box-shadow: 0 2px 2px 0 rgba(254, 183, 152, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(254, 183, 152, 0.12);
    border: 1px solid #ff9900;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-warning:hover,
    .btn-warning.disabled:hover {
        background: #ff9900;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(254, 183, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(254, 183, 152, 0.2);
        box-shadow: 0 14px 26px -12px rgba(254, 183, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(254, 183, 152, 0.2);
        border: 1px solid #ff9900;
    }

    .btn-warning.active, .btn-warning:focus,
    .btn-warning.disabled.active,
    .btn-warning.disabled:focus {
        background: #ff9900;
        -webkit-box-shadow: 0 14px 26px -12px rgba(254, 183, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(254, 183, 152, 0.2);
        box-shadow: 0 14px 26px -12px rgba(254, 183, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(254, 183, 152, 0.2);
    }

.btn-danger,
.btn-danger.disabled {
    background: #fc4b6c;
    border: 1px solid #fc4b6c;
    -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-danger:hover,
    .btn-danger.disabled:hover {
        background: #fc4b6c;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        border: 1px solid #fc4b6c;
    }

    .btn-danger.active, .btn-danger:focus,
    .btn-danger.disabled.active,
    .btn-danger.disabled:focus {
        background: #e6294b;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

.btn-inverse,
.btn-inverse.disabled {
    background: #2f3d4a;
    border: 1px solid #2f3d4a;
    color: #ffffff;
}

    .btn-inverse:hover,
    .btn-inverse.disabled:hover {
        background: #2f3d4a;
        opacity: 0.7;
        color: #ffffff;
        border: 1px solid #2f3d4a;
    }

    .btn-inverse.active, .btn-inverse:focus,
    .btn-inverse.disabled.active,
    .btn-inverse.disabled:focus {
        background: #232a37;
        color: #ffffff;
    }

.btn-red,
.btn-red.disabled {
    background: #fb3a3a;
    border: 1px solid #fb3a3a;
    color: #ffffff;
}

    .btn-red:hover,
    .btn-red.disabled:hover {
        opacity: 0.7;
        border: 1px solid #fb3a3a;
        background: #fb3a3a;
    }

    .btn-red.active, .btn-red:focus,
    .btn-red.disabled.active,
    .btn-red.disabled:focus {
        background: #e6294b;
    }

.btn-outline-secondary {
    color:#ffa700;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 1px solid #ffa700;
}

    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus,
    .btn-outline-secondary.active, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #e7f0f5;
        border-color: #fdb714;
        color: #fdb714;
    }

.btn-outline-primary {
    color: #22527a;    
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    border: 1px solid #22527a;
    background-color: #ffffff;
}

    .btn-outline-primary i, .btn-outline-primary:hover > i {
        color: #00294e !important;
    }

    .btn-outline-primary:hover,
    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #00294e;
        background-color: #e7f0f5;
        border-color: #00294e;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: none;
    }

.btn-outline-success {
    color: #006265 !important;
    background-color: transparent;
    border-color: #006265;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
        background: #006265;
        border-color: #006265;
        color: #ffffff !important;
        -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    }

    .btn-outline-success.active, .btn-outline-success:focus {
        -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    }

.btn-outline-info {
    color: #01a9ac;
    background-color: transparent;
    border-color: #01a9ac;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
        background: #01a9ac;
        border-color: #01a9ac;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

    .btn-outline-info.active, .btn-outline-info:focus {
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

.btn-outline-warning {
    color: #ffb22b;
    background-color: transparent;
    border-color: #ffb22b;
    -webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
        background: #ffb22b;
        border-color: #ffb22b;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
    }

    .btn-outline-warning.active, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
    }

.btn-outline-danger {
    color: #fc4b6c;
    background-color: transparent;
    border-color: #fc4b6c;
    -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
        background: #fc4b6c;
        border-color: #fc4b6c;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-outline-danger.active, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

.btn-outline-red {
    color: #fb3a3a;
    background-color: transparent;
    border-color: #fb3a3a;
}

    .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
        background: #fb3a3a;
        border-color: #fb3a3a;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

    .btn-outline-red.active, .btn-outline-red:focus {
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

.btn-outline-inverse {
    color: #2f3d4a;
    background-color: transparent;
    border-color: #2f3d4a;
}

    .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
        background: #2f3d4a;
        border-color: #2f3d4a;
        color: #ffffff;
    }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #003366;
    border: 1px solid #003366;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #006265;
    border: 1px solid #006265;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
    background-color: #232a37;
    border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
    background-color: #d61f1f;
    border: 1px solid #d61f1f;
    color: #ffffff;
}

.button-box .btn {
    margin: 0 8px 8px 0px;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
}

.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
}

.btn-link {
    list-style: none;
    text-decoration: none;
}

.btn-dribbble {
    color: #ffffff;
    background-color: #ea4c89;
}

.btn-googleplus {
    color: #ffffff;
    background-color: #dd4b39;
}

.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
}

.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
}

.btn-dropbox {
    color: #ffffff;
    background-color: #007ee5;
}

.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
}

.btn-tumblr {
    color: #ffffff;
    background-color: #32506d;
}

.btn-skype {
    color: #ffffff;
    background-color: #00aff0;
}

.btn-youtube {
    color: #ffffff;
    background-color: #bb0000;
}

.btn-github {
    color: #ffffff;
    background-color: #171515;
}

.filter {
    font-style: italic;
}

    .filter::-webkit-input-placeholder {
        font-style: italic;
    }

    .filter:-moz-placeholder {
        font-style: italic;
    }

    .filter::-moz-placeholder {
        font-style: italic;
    }

    .filter:-ms-input-placeholder {
        font-style: italic;
    }


.filter:focus::-webkit-input-placeholder {
    color: transparent;
}


@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/*******************
Form-control
******************/
.form-control {
    min-height: 38px;
    display: initial;
    margin-top:-1%;
    font-size: 1rem;
}

.form-control-sm {
    min-height: 20px;
    width: auto;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.7;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #26c6da;
}

form label {
    font-weight: 400;
    font-size: 0.9rem;    
}

.form-group {
    margin-bottom: 25px;
}


.form-horizontal label {
    margin-bottom: 0px;
}

.form-control-static {
    padding-top: 0px;
}

.form-bordered .form-group {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding-bottom: 20px;
}

.input-form .btn {
    padding: 10px 12px;
}
/*******************
Layouts
******************/


.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
    background: #22527a;
}

.card-no-border .sidebar-footer {
    background: #22527a;
}

.card-no-border .sidebar-nav > ul > li > a.active {
    background: #ffffff;
}

.card-no-border .shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-outline-danger, .card-outline-info, .card-outline-warning, .card-outline-success, .card-outline-primary {
    background: #ffffff;
}

.card-on-white {
    border: 1px solid #d7e0e4;
    -webkit-box-shadow: 0 1px 0px #d7e0e4;
    box-shadow: 0 1px 0px #d7e0e4;
}


/*============================================================== 
 For all pages 
 ============================================================== */
#main-wrapper {
    width: 100%;
}

.boxed #main-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

    .boxed #main-wrapper .sidebar-footer {
        position: absolute;
    }

    .boxed #main-wrapper .footer {
        display: none;
    }

.page-wrapper {
    background: #fff;
}


.container-fluid {
    padding: 15px;
}

@media (max-width: 768px) {
    .container-fluid {
        padding: 20px 20px 0px 20px;
    }
}
/*******************
 Topbar
*******************/
.topbar {
    position: relative;
    background: #fff;
    z-index: 50;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.39);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.39);
}

    .topbar .top-navbar {
        max-height: 70px;
        height: 50px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 15px 0 0
    }

        .topbar .top-navbar .dropdown-toggle:after {
            display: none
        }

        .topbar .top-navbar .navbar-header {
            line-height: 50px;
            text-align: center
        }

            .topbar .top-navbar .navbar-header .navbar-brand {
                margin-right: 0px;
                padding-bottom: 0px;
                padding-top: 0px;
            }

                .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
                    display: none
                }

                .topbar .top-navbar .navbar-header .navbar-brand b {
                    line-height: 70px;
                    display: inline-block
                }

        .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
            padding-left: .75rem;
            padding-right: .75rem;
            font-size: 19px;
            line-height: 36px;
            height: 52px;
        }

        .topbar .top-navbar .navbar-nav > .nav-item.show {
            background: rgba(0, 0, 0, 0.05)
        }

    .topbar .profile-pic {
        width: 30px;
        border-radius: 100%
    }

    .topbar .dropdown-menu {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        border-color: rgba(120, 130, 140, 0.13)
    }

        .topbar .dropdown-menu .dropdown-item {
            padding: 7px 1.5rem
        }

    .topbar ul.dropdown-user {
        padding: 0px;
        width: 270px
    }

        .topbar ul.dropdown-user li {
            list-style: none;
            padding: 0px;
            margin: 0px
        }

            .topbar ul.dropdown-user li.divider {
                height: 1px;
                overflow: hidden;
                background-color: rgba(120, 130, 140, 0.13)
            }

            .topbar ul.dropdown-user li .dw-user-box {
                padding: 10px 15px
            }

                .topbar ul.dropdown-user li .dw-user-box .u-img {
                    width: 30px;
                    font-size: 2rem;
                    display: inline-block;
                    vertical-align: top
                }

                .topbar ul.dropdown-user li .dw-user-box .u-text {
                    display: inline-block;
                    padding-left: 10px
                }

                    .topbar ul.dropdown-user li .dw-user-box .u-text h4 {
                        margin: 0px
                    }

                    .topbar ul.dropdown-user li .dw-user-box .u-text p {
                        margin-bottom: 6px;
                        font-size: 14px
                    }

                    .topbar ul.dropdown-user li .dw-user-box .u-text .btn {
                        color: #ffffff;
                        padding: 5px 10px;
                        display: inline-block
                    }

                        .topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
                            background: #e6294b
                        }

            .topbar ul.dropdown-user li a {
                padding: 9px 15px;
                display: block;
            }

                .topbar ul.dropdown-user li a:hover {
                    background: #f2f4f8;
                    text-decoration: none
                }

.dropdown-menu.dropdown-menu-right {
    padding:0px;
}

.dropleft .dropdown-menu {
    padding:0;
}

.dropleft .dropdown-divider {
    margin: 0;
}

.dropleft .dropdown-item:focus, .dropleft .dropdown-item:hover {
    background-color: #f2f4f8;
}

.dropleft .dropdown-item.active, .dropleft .dropdown-item:active {
    background-color: #e7f0f5;
    color:#3d3d3d;
}

.search-box .app-search {
    position: absolute;
    margin: 0px;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0px;
}

    .search-box .app-search input {
        width: 100%;
        padding: 25px 40px 25px 20px;
        border-radius: 0px;
        font-size: 17px;
        -webkit-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
        height: 70px;
    }

    .search-box .app-search .srh-btn {
        position: absolute;
        top: 23px;
        cursor: pointer;
        background: #ffffff;
        width: 15px;
        height: 15px;
        right: 20px;
        font-size: 14px;
    }



.logo-center .top-navbar .navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*******************
 Breadcrumb and page title
*******************/
.breadcrumb-custom .breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-custom .breadcrumb-item.active {
    color: #009ab2 !important;
    font-weight: 600;
}

.breadcrumb-custom .breadcrumb li a, .breadcrumb-custom .breadcrumb li {
    font-weight: 600;
}

.page-titles {
    margin: 0px 0px 20px 0px;
    padding-bottom: 20px;   
}


    .page-titles .breadcrumb {
        padding: 0px;
        background: transparent;
        font-size: 14px;
    }

        .page-titles .breadcrumb li {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "\e649";
            font-family: themify;
            color: #a6b7bf;
            font-size: 11px;
        }

        .page-titles .breadcrumb .breadcrumb-item.active {
            color: #99abb4;
        }

/*******************
 Right side toggle
*******************/
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}





/*******************
 Footer
*******************/
.footer {
    bottom: 0;
    color: #22527a;
    padding: 0px 10px;
    position: absolute;
    width: 100%;
}

    .footer p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
    }



/*******************
 Card
*******************/
.card {
    border-radius: 5px;
    background: transparent;
    border: none;
    margin-bottom: 5px;
}

    .card .card-subtitle {
        font-weight: 300;
        margin-bottom: 15px;
        color: #99abb4;
    }

.card-heading {
    border-bottom: 1px solid #22527a;   
}

.card-center-heading .card-heading {
    border-bottom-width: 3px;
    display:flex;
}


.card-title {
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #334d67;
    margin-bottom:0;
    width:85%;
}

.card-center-heading .card-heading .card-title {
    padding: 15px;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}

.card-success {
    background: #26c6da;
    border-color: #26c6da;
}

.card-danger {
    background: #fc4b6c;
    border-color: #fc4b6c;
}

.card-warning {
    background: #ffb22b;
    border-color: #ffb22b;
}

.card-info {
    background: #1e88e5;
    border-color: #1e88e5;
}

.card-primary {
    background: #7460ee;
    border-color: #7460ee;
}

.card-dark {
    background: #2f3d4a;
    border-color: #2f3d4a;
}

.card-megna {
    background: #00897b;
    border-color: #00897b;
}

.content-form .card-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.content-form-payers, .content-form-claims, .content-form {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #9a9a9a;
    background-color: #ffffff;
}

.content-form-counts {
    background-color: #f6f7fb !important;
    border-color: #d7dfe3;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.content_managent {
    border-color: #d7dfe3;
    border-top: 1px;
    border-style: solid;
}

.content-warning p {
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;   
}

.content-warning ul li text {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}


/*============================================================== 
 Cards page
 ============================================================== */
.card-actions {
    float: right;
}

    .card-actions a {
        cursor: pointer;
        color: #99abb4;
        opacity: 0.7;
        padding-left: 7px;
        font-size: 13px;
    }

        .card-actions a:hover {
            opacity: 1;
        }

.card-columns .card {
    margin-bottom: 20px;
}

.collapsing {
    -webkit-transition: height .08s ease;
    -o-transition: height .08s ease;
    transition: height .08s ease;
}

.card-info {
    background: #1e88e5;
    border-color: #1e88e5;
}

.card-primary {
    background: #7460ee;
    border-color: #7460ee;
}

.card-outline-info {
    border-color: #1e88e5;
}

    .card-outline-info .card-header {
        background: #1e88e5;
        border-color: #1e88e5;
    }

.card-outline-inverse {
    border-color: #2f3d4a;
}

    .card-outline-inverse .card-header {
        background: #2f3d4a;
        border-color: #2f3d4a;
    }

.card-outline-warning {
    border-color: #ffb22b;
}

    .card-outline-warning .card-header {
        background: #ffb22b;
        border-color: #ffb22b;
    }

.card-outline-success {
    border-color: #26c6da;
}

    .card-outline-success .card-header {
        background: #26c6da;
        border-color: #26c6da;
    }

.card-outline-danger {
    border-color: #fc4b6c;
}

    .card-outline-danger .card-header {
        background: #fc4b6c;
        border-color: #fc4b6c;
    }

.card-outline-primary {
    border-color: #7460ee;
}

    .card-outline-primary .card-header {
        background: #7460ee;
        border-color: #7460ee;
    }


/*============================================================== 
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
    overflow: hidden;
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}

    .form-material .form-control,
    .form-material .form-control.focus,
    .form-material .form-control:focus {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#22527a), to(#22527a)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
        background-image: -webkit-linear-gradient(#22527a, #22527a), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
        background-image: -o-linear-gradient(#22527a, #22527a), -o-linear-gradient(#d9d9d9, #d9d9d9);
        background-image: linear-gradient(#22527a, #22527a), linear-gradient(#d9d9d9, #d9d9d9);
        border: 0 none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
    }

.form-material .select2-container .select2-selection--single, .form-material .select2-container--default .select2-selection--multiple,
.form-material .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
}

    .form-material .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-family: Lato;
        font-size: 12px;
        letter-spacing: normal;
        text-align: left;
        color: #4d4f5c;
    }

    .form-material input.select2-search__field::placeholder {
        font-family: Lato;
        letter-spacing: normal;
        text-align: left;
        color: #4d4f5c;
    }

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-control-line .form-group {
    overflow: hidden;
}

.form-control-line .form-control {
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #d9d9d9;
}

    .form-control-line .form-control:focus {
        border-bottom: 1px solid #22527a;
    }

/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
    position: relative;
    margin-top:20px;
}

    .floating-labels .form-control:disabled {
        background-color: transparent;
        color: #4d4f5c;
        opacity:1;
    }

.floating-labels .form-control {
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
}

    .floating-labels .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.floating-labels select.form-control > option {
    font-size: 14px;
}

.floating-labels .has-error .form-control,
.floating-labels .has-error .select2-container--default .select2-selection--single,
.floating-labels .form-control.error
{
    border-bottom: 1px solid #fc4b6c;
}

.floating-labels .has-warning .form-control {
    border-bottom: 1px solid #ffb22b;
}

.floating-labels .has-success .form-control {
    border-bottom: 1px solid #26c6da;
}

.floating-labels .form-control:focus {
    outline: none;
    border: none;
}

.floating-labels label {
    color: #99abb4;
    position: absolute;
    cursor: auto;
    top: 5px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-labels .focused label {
    top: -10px;
    font-size: 12px;
    color: #263238;
}

.floating-labels .bar {
    position: relative;
    display: block;
}

    .floating-labels .bar:before,
    .floating-labels .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #22527a;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .floating-labels .bar:before {
        left: 50%;
    }

    .floating-labels .bar:after {
        right: 50%;
    }

.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
    width: 50%;
}

.floating-labels .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
    font-size: 24px;
}

.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
    font-size: 16px;
}

.floating-labels .input-group-text {
    border: none;
    border-bottom: 1px solid #ced4da;
    background:none;
    height:41px;
    padding-bottom:0px;
}

.has-warning .bar:before,
.has-warning .bar:after {
    background: #ffb22b;
}

.has-success .bar:before,
.has-success .bar:after {
    background: #26c6da;
}

.has-error .bar:before,
.has-error .bar:after {
    background: #fc4b6c;
}

.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
    color: #ffb22b;
}

.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
    color: #26c6da;
}

.has-feedback label ~ .t-0 {
    top: 0;
}

.has-asterik {
    color: red;
    padding-left: 5px;
    font-size: 20px;
    position: absolute;
    top: -5px;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.form-group.error .btn.dropdown-toggle,
.form-group.error .select2-container--default .select2-selection--single,
.form-group.error .select2-selection--multiple,
.form-group.error .content-selectpicker > div > button {
    border: 1px solid #fc4b6c;
    margin-bottom: 0px;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea,
.form-group.validate .btn.dropdown-toggle,
.form-group.validate .select2-container--default .select2-selection--single,
.form-group.validate .content-selectpicker > div > button {
    border-bottom: 1px solid #22527a;
}

.form-group.validate .select2-search__field {
    border: none !important;
}

.form-group.error .help-block ul {
    padding: 0px;
    color: #D91B2A;
}

    .form-group.error .help-block ul li {
        list-style: none;
        font-weight: lighter;
        font-size: 92%;
    }

.form-group.issue .help-block ul {
    padding: 0px;
    color: #fc4b6c;
    display: none;
}

    .form-group.issue .help-block ul li {
        list-style: none;
    }

.field-validation-error, .field-validation-valid, span.error {
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    vertical-align: text-top;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #D91B2A; 
    height: auto;
}

.controls label span.text-danger {
    padding-left:2px;
}

/*******************
    alert Boostrap
******************/
.alertForm .alert {
    position: relative;
    margin: 0 auto;
    border-radius: .25rem;
    width: 550px;
    border-radius: 50px;
    font-family: 'Lato';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

    .alertForm .alert.alert-warning, .alertForm .alert.alert-danger {
        color: #e84f5a !important;
        border: solid 1px #e84f5a !important;
        background-color: #ffdbdd !important;
    }

        .alertForm .alert.alert-warning i {
            color: #e84f5a !important;
        }

    .alertForm .alert.alert-danger i {
        color: #721c24 !important;
    }

    .alertForm .alert.alert-success {
        color: #155724 !important;
        border: solid 1px #155724 !important;
    }

        .alertForm .alert.alert-success i {
            color: #155724 !important;
        }


    .alertForm .alert.alert-info {
        color: #22527a !important;
        border: solid 1px #22527a !important;
    }

        .alertForm .alert.alert-info i {
            color: #22527a !important;
        }




/*******************
    notice
******************/
.notice {
    margin: 0 auto;
    background-image: url(../images/Portal_Login/AliviSignIn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    position: absolute;
    width: 50%;
    height: 100%;
}

.notice-content {
    position: relative;
    padding: 0;
}


.notice-info {
    border-left: 5px solid #3095b4;
}

    .notice-info .notice-content {
        border: 1px solid #3095b4;
        border-left: none;
    }

    .notice-info .notice-title {
        color: #009ab2;
        font-size: 18px;
        padding-bottom: 10px;
    }

        .notice-info .notice-title + .notice-body {
            color: inherit;
        }

.notice-error, .notice-danger {
    border-left: 5px solid #cf3154;
}

    .notice-error .notice-content, .notice-danger .notice-content {
        border: 1px solid #cf3154;
        border-left: none;
    }

    .notice-error .notice-title, .notice-danger .notice-title {
        color: #cf3154;
    }


.notice-warning {
    border-left: 5px solid #BC4C05;
}

    .notice-warning .notice-content {
        border: 1px solid #BC4C05;
        border-left: none;
    }

    .notice-warning .notice-title {
        color: #BC4C05;
    }

.notice p:last-child, .notice ul:last-child, .notice ol:last-child {
    margin-bottom: 0;
}



/*******************
session ideal timeout page
******************/
#idletimeout {
    background: #22527a;
    border: 3px solid #22527a;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #ffffff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }



/*******************
Login register and recover password Page
******************/
.text {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #4d4f5c;
}

#recoverform .text {
    font-size: 16px;
    line-height: 1;
}

.text-forgot {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #22527a;
}

.card-middle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-custom {
    width: 100%;
    height: 90%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    text-align: center;
}

    .carousel-item img {
        width: 100%;
        height: 90%;
    }

.carousel-caption-edit {
    background: #999;
    bottom: 45%;
}



.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}

.login-box .social {
    display: block;
    margin-bottom: 30px;
}

#recoverform {
    display: none;
}

.login-sidebar {
    padding: 0px;
    margin-top: 0px;
}

    .login-sidebar .login-box {
        right: 0px;
        position: fixed;
        width: 50%;
        height: 100%;
    }

.img-slider-login {
    width: 100%;
    margin: 0 auto;
}

.login-register {
    position: relative;
    overflow: hidden;
}


.text {
    font-family: Lato;
    font-size: 1.5rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #4d4f5c;
}

@media (max-width: 1024px) {

    .notice {
        display: none;
    }


    .login-box {
        overflow: auto;
        background-image: url(../images/Portal_Login/AliviSignIn.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .login-sidebar .login-box {
        width: 100%;
        height: 100%;
    }

    .card-body.card-middle {
        width: 60%;
        align-items: center;
        align-content: center;
        margin: 0 auto;
    }

        .card-body.card-middle .form-login {
            background: rgba(217, 217, 217, 0.7);
            padding-top: 4%;
            padding-bottom: 4%;
            border-radius: 10px;
        }   

            .footer, .text-forgot, .text {
                line-height: 1;
                color: #495057;
            }
}


/*******************
Contact app Page
******************/
/*left-aside-column*/
.contact-page-aside {
    position: relative;
}

.left-aside {
    position: absolute;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    padding: 20px;
    width: 250px;
    height: 100%;
}

.right-aside {
    padding: 20px;
    margin-left: 250px;
}

.contact-list td {
    vertical-align: middle;
    padding: 25px 10px;
}

    .contact-list td img {
        width: 30px;
    }

.list-style-none {
    margin: 0px;
    padding: 0px;
}

    .list-style-none li {
        list-style: none;
        margin: 0px;
    }

        .list-style-none li.box-label a {
            font-weight: 500;
        }

        .list-style-none li.divider {
            margin: 10px 0;
            height: 1px;
            background: rgba(120, 130, 140, 0.13);
        }

        .list-style-none li a {
            padding: 15px 10px;
            display: block;
            color: #99abb4;
        }

            .list-style-none li a:hover {
                color: #22527a;
            }

            .list-style-none li a span {
                float: right;
            }

.slimScrollBar {
    z-index: 10 !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

/*******************
form material page
******************/
.form-control-line .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.form-control-line .form-control.form-control-success:focus {
    border-bottom: 1px solid #26c6da;
}

.form-control-line .form-control.form-control-warning:focus {
    border-bottom: 1px solid #ffb22b;
}

.form-control-line .form-control.form-control-danger:focus {
    border-bottom: 1px solid #fc4b6c;
}

.form-control-danger,
.form-control-success,
.form-control-warning,
.form-control-date {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #26c6da;
}

.has-success .form-control-success {
    background-image: url(../../assets/images/icon/success.svg);
    
}

.has-date .datepicker {
    background-image: url(../images/icons/Calendar.svg);
    background-size:4%;    
}
    @media (max-width: 1024px) {

        .has-date .datepicker {
            background-size: auto;
        }
    }

.has-success .form-control {
    border-color: #26c6da;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #ffb22b;
}

.has-warning .form-control-warning {
    background-image: url(../../assets/images/icon/warning.svg);
}

.has-warning .form-control {
    border-color: #ffb22b;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #fc4b6c;
}

.has-danger .form-control-danger {
    background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
    border-color: #fc4b6c;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
    position: initial;
    opacity: 1;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

.block-xs-up {
    display: block !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }

    .block-xs-down {
        display: block !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }

    .block-sm-up {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }

    .block-sm-down {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }

    .block-md-up {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }

    .block-md-down {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }

    .block-lg-up {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }

    .block-lg-down {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }

    .block-xl-up {
        display: block !important;
    }
}

.hidden-xl-down {
    display: none !important;
}


.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #ffffff;
}


/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
    margin-bottom: 10px;
    text-align: left;
}

    form p:last-child {
        margin-bottom: 0;
    }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"] {
    /* checkbox aspect */
}

    [type="checkbox"] + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

        [type="checkbox"] + label:before,
        [type="checkbox"]:not(.filled-in) + label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #22527a;
            border-radius: 1px;
            margin-top: 2px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            border-radius: 4px;
        }

    [type="checkbox"]:not(.filled-in) + label:after {
        border: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26);
    }

    [type="checkbox"].tabbed:focus + label:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"]:checked + label:before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #22527a;
        border-bottom: 2px solid #22527a;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:checked:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    }

    /* Indeterminate checkbox */
    [type="checkbox"]:indeterminate + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #26a69a;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"]:indeterminate:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        background-color: transparent;
    }

    [type="checkbox"].filled-in + label:after {
        border-radius: 2px;
    }

    [type="checkbox"].filled-in + label:before,
    [type="checkbox"].filled-in + label:after {
        content: '';
        left: 0;
        position: absolute;
        /* .1s delay is for check animation */
        -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        z-index: 1;
    }

    [type="checkbox"].filled-in:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        left: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 20% 40%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:not(:checked) + label:after {
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid #5a5a5a;
        top: 0px;
        z-index: 0;
    }

    [type="checkbox"].filled-in:checked + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    [type="checkbox"].filled-in:checked + label:after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #6699CC;
        background-color: #6699CC;
        z-index: 0;
    }

    [type="checkbox"].filled-in.tabbed:focus + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1);
    }

    [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
        border-radius: 2px;
        background-color: #26a69a;
        border-color: #26a69a;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
        background-color: transparent;
        border: 2px solid transparent;
    }

    [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
        border-color: transparent;
        background-color: #BDBDBD;
    }

    [type="checkbox"].filled-in:disabled:checked + label:before {
        background-color: transparent;
    }

    [type="checkbox"].filled-in:disabled:checked + label:after {
        background-color: #BDBDBD;
        border-color: #BDBDBD;
    }


/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
    margin-top: -40px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.demo-checkbox label, .demo-radio-button label {
    min-width: 200px;
    margin-bottom: 20px;
}

.radio-button label {
    min-width: 100px;
    margin-bottom: 10px;
}

.demo-swtich .demo-switch-title, .demo-swtich .switch {
    width: 150px;
    margin-bottom: 10px;
    display: inline-block;
}

[type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-weight: normal;
    color: #99abb4 !important;
    max-width: 100%;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="checkbox"]:checked.chk-col-red + label:before {
    border-right: 2px solid #fb3a3a;
    border-bottom: 2px solid #fb3a3a;
}

[type="checkbox"]:checked.chk-col-pink + label:before {
    border-right: 2px solid #E91E63;
    border-bottom: 2px solid #E91E63;
}

[type="checkbox"]:checked.chk-col-purple + label:before {
    border-right: 2px solid #7460ee;
    border-bottom: 2px solid #7460ee;
}

[type="checkbox"]:checked.chk-col-deep-purple + label:before {
    border-right: 2px solid #673AB7;
    border-bottom: 2px solid #673AB7;
}

[type="checkbox"]:checked.chk-col-indigo + label:before {
    border-right: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5;
}

[type="checkbox"]:checked.chk-col-blue + label:before {
    border-right: 2px solid #02bec9;
    border-bottom: 2px solid #02bec9;
}

[type="checkbox"]:checked.chk-col-light-blue + label:before {
    border-right: 2px solid #6699CC;
    border-bottom: 2px solid #6699CC;
}

[type="checkbox"]:checked.chk-col-cyan + label:before {
    border-right: 2px solid #00BCD4;
    border-bottom: 2px solid #00BCD4;
}

[type="checkbox"]:checked.chk-col-teal + label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688;
}

[type="checkbox"]:checked.chk-col-green + label:before {
    border-right: 2px solid #26c6da;
    border-bottom: 2px solid #26c6da;
}

[type="checkbox"]:checked.chk-col-light-green + label:before {
    border-right: 2px solid #8BC34A;
    border-bottom: 2px solid #8BC34A;
}

[type="checkbox"]:checked.chk-col-lime + label:before {
    border-right: 2px solid #CDDC39;
    border-bottom: 2px solid #CDDC39;
}

[type="checkbox"]:checked.chk-col-yellow + label:before {
    border-right: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821;
}

[type="checkbox"]:checked.chk-col-amber + label:before {
    border-right: 2px solid #FFC107;
    border-bottom: 2px solid #FFC107;
}

[type="checkbox"]:checked.chk-col-orange + label:before {
    border-right: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
}

[type="checkbox"]:checked.chk-col-deep-orange + label:before {
    border-right: 2px solid #FF5722;
    border-bottom: 2px solid #FF5722;
}

[type="checkbox"]:checked.chk-col-brown + label:before {
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548;
}

[type="checkbox"]:checked.chk-col-grey + label:before {
    border-right: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;
}

[type="checkbox"]:checked.chk-col-blue-grey + label:before {
    border-right: 2px solid #607D8B;
    border-bottom: 2px solid #607D8B;
}

[type="checkbox"]:checked.chk-col-black + label:before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

[type="checkbox"]:checked.chk-col-white + label:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #6699CC;
    background-color: #6699CC;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

[type="checkbox"].filled-in:checked.chk-col-red + label:after {
    border: 2px solid #fb3a3a;
    background-color: #fb3a3a;
}

[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
    border: 2px solid #E91E63;
    background-color: #E91E63;
}

[type="checkbox"].filled-in:checked.chk-col-purple + label:after {
    border: 2px solid #7460ee;
    background-color: #7460ee;
}

[type="checkbox"].filled-in:checked.chk-col-deep-purple + label:after {
    border: 2px solid #673AB7;
    background-color: #673AB7;
}

[type="checkbox"].filled-in:checked.chk-col-indigo + label:after {
    border: 2px solid #3F51B5;
    background-color: #3F51B5;
}

[type="checkbox"].filled-in:checked.chk-col-blue + label:after {
    border: 2px solid #02bec9;
    background-color: #02bec9;
}

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
    border: 2px solid #6699CC;
    background-color: #6699CC;
}

[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
    border: 2px solid #6699CC;
    background-color: #6699CC;
}

[type="checkbox"].filled-in:checked.chk-col-teal + label:after {
    border: 2px solid #009688;
    background-color: #009688;
}

[type="checkbox"].filled-in:checked.chk-col-green + label:after {
    border: 2px solid #26c6da;
    background-color: #26c6da;
}

[type="checkbox"].filled-in:checked.chk-col-light-green + label:after {
    border: 2px solid #8BC34A;
    background-color: #8BC34A;
}

[type="checkbox"].filled-in:checked.chk-col-lime + label:after {
    border: 2px solid #CDDC39;
    background-color: #CDDC39;
}

[type="checkbox"].filled-in:checked.chk-col-yellow + label:after {
    border: 2px solid #ffe821;
    background-color: #ffe821;
}

[type="checkbox"].filled-in:checked.chk-col-amber + label:after {
    border: 2px solid #FFC107;
    background-color: #FFC107;
}

[type="checkbox"].filled-in:checked.chk-col-orange + label:after {
    border: 2px solid #FF9800;
    background-color: #FF9800;
}

[type="checkbox"].filled-in:checked.chk-col-deep-orange + label:after {
    border: 2px solid #FF5722;
    background-color: #FF5722;
}

[type="checkbox"].filled-in:checked.chk-col-brown + label:after {
    border: 2px solid #795548;
    background-color: #795548;
}

[type="checkbox"].filled-in:checked.chk-col-grey + label:after {
    border: 2px solid #9E9E9E;
    background-color: #9E9E9E;
}

[type="checkbox"].filled-in:checked.chk-col-blue-grey + label:after {
    border: 2px solid #607D8B;
    background-color: #607D8B;
}

[type="checkbox"].filled-in:checked.chk-col-black + label:after {
    border: 2px solid #000000;
    background-color: #000000;
}

[type="checkbox"].filled-in:checked.chk-col-white + label:after {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}



/*
  Filtr after table  
*/

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primsec, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primsec:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primsec:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primsec:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondsec, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondsec:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondsec:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondsec:hover {
    color: inherit !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #545b62 !important;
    border-color: #545b62 !important;
    color: #fff !important;
}


.btn-primsec:not(:disabled):not(.disabled).active, .btn-primsec:not(:disabled):not(.disabled):active, .show > .btn-primsec.dropdown-toggle {
    background-color: #f09e24 !important;
    border-color: #f09e24 !important;
}

.btn-secondsec:not(:disabled):not(.disabled).active, .btn-secondsec:not(:disabled):not(.disabled):active, .show > .btn-secondsec.dropdown-toggle {
    background-color: #f09e24 !important;
    border-color: #f09e24 !important;
}


.detail-title {
    font-family: Lato;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: left;
    color: #00294e;
}

    .detail-title.detail-name {
        color: #f48300;
    }

.detail-description {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    color: #4d4f5c;
}

.list-group {
    list-style: none;
}
.footer-legal-link,
.footer-legal-link:link,
.footer-legal-link:visited,
.footer-legal-link:hover,
.footer-legal-link:active {
    color: #22527A !important;
    text-decoration: underline !important;
}

.login-sidebar-l {
    padding: 0;
    margin-top: 0;
}
.notice-l {
    margin: 0 auto;
    background-image: url(../images/Portal_Login/AliviSignIn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.notice-l p:last-child, .notice-l ul:last-child, .notice-l ol:last-child {
    margin-bottom: 0;
}

.notice-content-l {
    position: relative;
    padding: 0;
}

.login-sidebar-l .login-box-l {
    height: 100%;
}
.card-middle-l {
    display: flex;
    justify-content: center;
    align-items: center;
}
.db-l {
    display: block;
}
.text-l {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: #4d4f5c;
}

.form-group-l {
    overflow: hidden;
}
.form-group-l {
    margin-bottom: 16px;
}
.footer-l {
    color: #22527a;
}

.footer-l p {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
}

.footer-l p {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.footer-l p {
    line-height: 1.5;
}

@media (max-width: 1200px) {

    .notice-l {
        display: none;
    }

    .login-box-l {
        overflow: auto;
        background-image: url(../images/Portal_Login/AliviSignIn.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .login-sidebar-l .login-box-l {
        height: 100%;
    }

    .card-body.card-middle-l {
        width: 60%;
        align-items: center;
        align-content: center;
        margin: 0 auto;
    }

    .card-body.card-middle-l .form-login-l {
        background: rgba(217, 217, 217, 0.7);
        padding-top: 4%;
        padding-bottom: 4%;
        border-radius: 10px;
    }

    .footer-l, .text-forgot-l, .text-l {
        line-height: 1;
        color: #495057;
    }
} 
@media (max-width: 992px) {
    .card-body.card-middle-l {
        width: 100%;
    }
}