@font-face {
    font-family: "SourceSansProLight";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/SourceSansPro-Light.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProLightItalic";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/SourceSansPro-LightItalic.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProRegular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/SourceSansPro-Regular.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProRegularItalic";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/SourceSansPro-Italic.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProSemiBold";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/SourceSansPro-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProSemiBoldItalic";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/SourceSansPro-SemiBoldItalic.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProBold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/SourceSansPro-Bold.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProBoldItalic";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/SourceSansPro-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProHeavy";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/SourceSansPro-Black.woff") format("woff");
}

@font-face {
    font-family: "SourceSansProHeavyItalic";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/SourceSansPro-BlackItalic.woff") format("woff");
}

.text-xs {
    font-size: 10px !important;
    font-size: 0.625rem !important;
}

.text-sm {
    font-size: 12px !important;
    font-size: 0.75rem !important;
}

.text-md {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}

.text-lg {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}

.text-xl {
    font-size: 24px !important;
    font-size: 1.5rem !important;
}

.title-xs {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}

.title-sm {
    font-size: 22px !important;
    font-size: 1.375rem !important;
}

.title-md {
    font-size: 28px !important;
    font-size: 1.75rem !important;
}

.title-lg {
    font-size: 36px !important;
    font-size: 2.25rem !important;
}

.title-xl {
    font-size: 46px !important;
    font-size: 2.875rem !important;
}

.text-light {
    font-family: SourceSansProLight, sans-serif !important;
}

.text-light-italic {
    font-family: SourceSansProLightItalic, sans-serif !important;
}

.text-regular {
    font-family: SourceSansProRegular, sans-serif !important;
}

.text-regular-italic {
    font-family: SourceSansProRegularItalic, sans-serif !important;
}

.text-semi-bold {
    font-family: SourceSansProSemiBold, sans-serif !important;
}

.text-semi-bold-italic {
    font-family: SourceSansProSemiBoldItalic, sans-serif !important;
}

.text-bold {
    font-family: SourceSansProBold, sans-serif !important;
}

.text-bold-italic {
    font-family: SourceSansProBoldItalic, sans-serif !important;
}

.text-heavy {
    font-family: SourceSansProHeavy, sans-serif !important;
}

.text-heavy-italic {
    font-family: SourceSansProHeavyItalic, sans-serif !important;
}

body {
    color: #3b4244;
    font-family: SourceSansProRegular, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
}

html,
body {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.animated.delay-100 {
    -moz-animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animated.delay-200 {
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animated.delay-300 {
    -moz-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animated.delay-400 {
    -moz-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.animated.delay-500 {
    -moz-animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animated.delay-600 {
    -moz-animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.animated.delay-700 {
    -moz-animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.animated.delay-800 {
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.animated.delay-900 {
    -moz-animation-delay: 900ms;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.animated.delay-1000 {
    -moz-animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.animated.delay-1100 {
    -moz-animation-delay: 1100ms;
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
}

.animated.delay-1200 {
    -moz-animation-delay: 1200ms;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.animated.delay-1300 {
    -moz-animation-delay: 1300ms;
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
}

.animated.delay-1400 {
    -moz-animation-delay: 1400ms;
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
}

.animated.delay-1500 {
    -moz-animation-delay: 1500ms;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.animated.delay-1600 {
    -moz-animation-delay: 1600ms;
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
}

.animated.delay-1700 {
    -moz-animation-delay: 1700ms;
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
}

.animated.delay-1800 {
    -moz-animation-delay: 1800ms;
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

.animated.delay-1900 {
    -moz-animation-delay: 1900ms;
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms;
}

.animated.delay-2000 {
    -moz-animation-delay: 2000ms;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
}

.animated.delay-2100 {
    -moz-animation-delay: 2100ms;
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}

.animated.delay-2200 {
    -moz-animation-delay: 2200ms;
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
}

.animated.delay-2300 {
    -moz-animation-delay: 2300ms;
    -webkit-animation-delay: 2300ms;
    animation-delay: 2300ms;
}

.animated.delay-2400 {
    -moz-animation-delay: 2400ms;
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.animated.delay-2500 {
    -moz-animation-delay: 2500ms;
    -webkit-animation-delay: 2500ms;
    animation-delay: 2500ms;
}

.animated.delay-2600 {
    -moz-animation-delay: 2600ms;
    -webkit-animation-delay: 2600ms;
    animation-delay: 2600ms;
}

.animated.delay-2700 {
    -moz-animation-delay: 2700ms;
    -webkit-animation-delay: 2700ms;
    animation-delay: 2700ms;
}

.animated.delay-2800 {
    -moz-animation-delay: 2800ms;
    -webkit-animation-delay: 2800ms;
    animation-delay: 2800ms;
}

.animated.delay-2900 {
    -moz-animation-delay: 2900ms;
    -webkit-animation-delay: 2900ms;
    animation-delay: 2900ms;
}

.animated.delay-3000 {
    -moz-animation-delay: 3000ms;
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.animated.duration-300 {
    -moz-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.animated.duration-400 {
    -moz-animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
}

.animated.duration-500 {
    -moz-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.duration-600 {
    -moz-animation-duration: 600ms;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
}

.animated.duration-700 {
    -moz-animation-duration: 700ms;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}

.animated.duration-800 {
    -moz-animation-duration: 800ms;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.duration-900 {
    -moz-animation-duration: 900ms;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
}

.animated.duration-1000 {
    -moz-animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
}

.animated.duration-1100 {
    -moz-animation-duration: 1100ms;
    -webkit-animation-duration: 1100ms;
    animation-duration: 1100ms;
}

.animated.duration-1200 {
    -moz-animation-duration: 1200ms;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
}

.animated.duration-1300 {
    -moz-animation-duration: 1300ms;
    -webkit-animation-duration: 1300ms;
    animation-duration: 1300ms;
}

.animated.duration-1400 {
    -moz-animation-duration: 1400ms;
    -webkit-animation-duration: 1400ms;
    animation-duration: 1400ms;
}

.animated.duration-1500 {
    -moz-animation-duration: 1500ms;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
}

.animated.duration-1600 {
    -moz-animation-duration: 1600ms;
    -webkit-animation-duration: 1600ms;
    animation-duration: 1600ms;
}

.animated.duration-1700 {
    -moz-animation-duration: 1700ms;
    -webkit-animation-duration: 1700ms;
    animation-duration: 1700ms;
}

.animated.duration-1800 {
    -moz-animation-duration: 1800ms;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
}

.animated.duration-1900 {
    -moz-animation-duration: 1900ms;
    -webkit-animation-duration: 1900ms;
    animation-duration: 1900ms;
}

.animated.duration-2000 {
    -moz-animation-duration: 2000ms;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
}

.animated.duration-2100 {
    -moz-animation-duration: 2100ms;
    -webkit-animation-duration: 2100ms;
    animation-duration: 2100ms;
}

.animated.duration-2200 {
    -moz-animation-duration: 2200ms;
    -webkit-animation-duration: 2200ms;
    animation-duration: 2200ms;
}

.animated.duration-2300 {
    -moz-animation-duration: 2300ms;
    -webkit-animation-duration: 2300ms;
    animation-duration: 2300ms;
}

.animated.duration-2400 {
    -moz-animation-duration: 2400ms;
    -webkit-animation-duration: 2400ms;
    animation-duration: 2400ms;
}

.animated.duration-2500 {
    -moz-animation-duration: 2500ms;
    -webkit-animation-duration: 2500ms;
    animation-duration: 2500ms;
}

.animated.duration-2600 {
    -moz-animation-duration: 2600ms;
    -webkit-animation-duration: 2600ms;
    animation-duration: 2600ms;
}

.animated.duration-2700 {
    -moz-animation-duration: 2700ms;
    -webkit-animation-duration: 2700ms;
    animation-duration: 2700ms;
}

.animated.duration-2800 {
    -moz-animation-duration: 2800ms;
    -webkit-animation-duration: 2800ms;
    animation-duration: 2800ms;
}

.animated.duration-2900 {
    -moz-animation-duration: 2900ms;
    -webkit-animation-duration: 2900ms;
    animation-duration: 2900ms;
}

.animated.duration-3000 {
    -moz-animation-duration: 3000ms;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
}

.animated.duration-3100 {
    -moz-animation-duration: 3100ms;
    -webkit-animation-duration: 3100ms;
    animation-duration: 3100ms;
}

.animated.duration-3200 {
    -moz-animation-duration: 3200ms;
    -webkit-animation-duration: 3200ms;
    animation-duration: 3200ms;
}

.animated.duration-3300 {
    -moz-animation-duration: 3300ms;
    -webkit-animation-duration: 3300ms;
    animation-duration: 3300ms;
}

.animated.duration-3400 {
    -moz-animation-duration: 3400ms;
    -webkit-animation-duration: 3400ms;
    animation-duration: 3400ms;
}

.animated.duration-3500 {
    -moz-animation-duration: 3500ms;
    -webkit-animation-duration: 3500ms;
    animation-duration: 3500ms;
}

.animated.duration-3600 {
    -moz-animation-duration: 3600ms;
    -webkit-animation-duration: 3600ms;
    animation-duration: 3600ms;
}

.animated.duration-3700 {
    -moz-animation-duration: 3700ms;
    -webkit-animation-duration: 3700ms;
    animation-duration: 3700ms;
}

.animated.duration-3800 {
    -moz-animation-duration: 3800ms;
    -webkit-animation-duration: 3800ms;
    animation-duration: 3800ms;
}

.animated.duration-3900 {
    -moz-animation-duration: 3900ms;
    -webkit-animation-duration: 3900ms;
    animation-duration: 3900ms;
}

.animated.duration-4000 {
    -moz-animation-duration: 4000ms;
    -webkit-animation-duration: 4000ms;
    animation-duration: 4000ms;
}

.animated.duration-4100 {
    -moz-animation-duration: 4100ms;
    -webkit-animation-duration: 4100ms;
    animation-duration: 4100ms;
}

.animated.duration-4200 {
    -moz-animation-duration: 4200ms;
    -webkit-animation-duration: 4200ms;
    animation-duration: 4200ms;
}

.animated.duration-4300 {
    -moz-animation-duration: 4300ms;
    -webkit-animation-duration: 4300ms;
    animation-duration: 4300ms;
}

.animated.duration-4400 {
    -moz-animation-duration: 4400ms;
    -webkit-animation-duration: 4400ms;
    animation-duration: 4400ms;
}

.animated.duration-4500 {
    -moz-animation-duration: 4500ms;
    -webkit-animation-duration: 4500ms;
    animation-duration: 4500ms;
}

.animated.duration-4600 {
    -moz-animation-duration: 4600ms;
    -webkit-animation-duration: 4600ms;
    animation-duration: 4600ms;
}

.animated.duration-4700 {
    -moz-animation-duration: 4700ms;
    -webkit-animation-duration: 4700ms;
    animation-duration: 4700ms;
}

.animated.duration-4800 {
    -moz-animation-duration: 4800ms;
    -webkit-animation-duration: 4800ms;
    animation-duration: 4800ms;
}

.animated.duration-4900 {
    -moz-animation-duration: 4900ms;
    -webkit-animation-duration: 4900ms;
    animation-duration: 4900ms;
}

.animated.duration-5000 {
    -moz-animation-duration: 5000ms;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
}

.animated.duration-5100 {
    -moz-animation-duration: 5100ms;
    -webkit-animation-duration: 5100ms;
    animation-duration: 5100ms;
}

.animated.duration-5200 {
    -moz-animation-duration: 5200ms;
    -webkit-animation-duration: 5200ms;
    animation-duration: 5200ms;
}

.animated.duration-5300 {
    -moz-animation-duration: 5300ms;
    -webkit-animation-duration: 5300ms;
    animation-duration: 5300ms;
}

.animated.duration-5400 {
    -moz-animation-duration: 5400ms;
    -webkit-animation-duration: 5400ms;
    animation-duration: 5400ms;
}

.animated.duration-5500 {
    -moz-animation-duration: 5500ms;
    -webkit-animation-duration: 5500ms;
    animation-duration: 5500ms;
}

.animated.duration-5600 {
    -moz-animation-duration: 5600ms;
    -webkit-animation-duration: 5600ms;
    animation-duration: 5600ms;
}

.animated.duration-5700 {
    -moz-animation-duration: 5700ms;
    -webkit-animation-duration: 5700ms;
    animation-duration: 5700ms;
}

.animated.duration-5800 {
    -moz-animation-duration: 5800ms;
    -webkit-animation-duration: 5800ms;
    animation-duration: 5800ms;
}

.animated.duration-5900 {
    -moz-animation-duration: 5900ms;
    -webkit-animation-duration: 5900ms;
    animation-duration: 5900ms;
}

.animated.duration-6000 {
    -moz-animation-duration: 6000ms;
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms;
}

table .width-50 {
    width: 50px !important;
    max-width: 50px !important;
}

table .width-60 {
    width: 60px !important;
    max-width: 60px !important;
}

table .width-70 {
    width: 70px !important;
    max-width: 70px !important;
}

table .width-80 {
    width: 80px !important;
    max-width: 80px !important;
}

table .width-90 {
    width: 90px !important;
    max-width: 90px !important;
}

table .width-100 {
    width: 100px !important;
    max-width: 100px !important;
}

table .width-110 {
    width: 110px !important;
    max-width: 110px !important;
}

table .width-120 {
    width: 120px !important;
    max-width: 120px !important;
}

table .width-130 {
    width: 130px !important;
    max-width: 130px !important;
}

table .width-140 {
    width: 140px !important;
    max-width: 140px !important;
}

table .width-150 {
    width: 150px !important;
    max-width: 150px !important;
}

table .width-160 {
    width: 160px !important;
    max-width: 160px !important;
}

table .width-170 {
    width: 170px !important;
    max-width: 170px !important;
}

table .width-180 {
    width: 180px !important;
    max-width: 180px !important;
}

table .width-190 {
    width: 190px !important;
    max-width: 190px !important;
}

table .width-200 {
    width: 200px !important;
    max-width: 200px !important;
}

table .width-210 {
    width: 210px !important;
    max-width: 210px !important;
}

table .width-220 {
    width: 220px !important;
    max-width: 220px !important;
}

table .width-230 {
    width: 230px !important;
    max-width: 230px !important;
}

table .width-240 {
    width: 240px !important;
    max-width: 240px !important;
}

table .width-250 {
    width: 250px !important;
    max-width: 250px !important;
}

table .width-260 {
    width: 260px !important;
    max-width: 260px !important;
}

table .width-270 {
    width: 270px !important;
    max-width: 270px !important;
}

table .width-280 {
    width: 280px !important;
    max-width: 280px !important;
}

table .width-290 {
    width: 290px !important;
    max-width: 290px !important;
}

table .width-300 {
    width: 300px !important;
    max-width: 300px !important;
}

table .width-310 {
    width: 310px !important;
    max-width: 310px !important;
}

table .width-320 {
    width: 320px !important;
    max-width: 320px !important;
}

table .width-330 {
    width: 330px !important;
    max-width: 330px !important;
}

table .width-340 {
    width: 340px !important;
    max-width: 340px !important;
}

table .width-350 {
    width: 350px !important;
    max-width: 350px !important;
}

table .width-360 {
    width: 360px !important;
    max-width: 360px !important;
}

table .width-370 {
    width: 370px !important;
    max-width: 370px !important;
}

table .width-380 {
    width: 380px !important;
    max-width: 380px !important;
}

table .width-390 {
    width: 390px !important;
    max-width: 390px !important;
}

table .width-400 {
    width: 400px !important;
    max-width: 400px !important;
}

img {
    -webkit-user-drag: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.no-resize {
    resize: none;
}

.no-radius {
    border-radius: 0;
}

.justify-left {
    text-align: justify;
    text-align-last: left;
}

.justify-right {
    text-align: justify;
    text-align-last: right;
}

.justify-center {
    text-align: justify;
    text-align-last: center;
}

.wrapper-image {
    overflow: hidden;
}

.wrapper-image>a>img {
    width: 100%;
}

.wrapper-image>img {
    width: 100%;
}

.cover-div-img {
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.fixed-img {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.btn-rounded {
    border-radius: 100px;
}

.hide {
    display: none;
}

hr.divider {
    border-color: #bdbdbd;
    border-style: dashed;
}

.btn-configuration,
.btn,
.btn[class*="btn-outline-"] {
    margin: 0;
    border: 1px solid transparent;
    text-transform: capitalize;
    box-shadow: none !important;
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.btn:focus {
    background: transparent;
    outline: 0 none !important;
}

.btn[class*="btn-outline-"] {
    border-width: 1px !important;
}

.btn[class*="btn-outline-"]:hover,
.btn[class*="btn-outline-"]:focus,
.btn[class*="btn-outline-"]:active {
    background-color: transparent !important;
}

.btn.btn-square {
    height: 30px;
    width: 30px;
    padding: 5px;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

#btn_show_password {
    position: absolute;
    right: 15px;
    top: 39px;
    cursor: pointer;
}

#btn_show_password:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

.btn-rounded {
    border-radius: 100px;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2rem;
    height: 2rem;
    padding: 9px;
    z-index: 2;
    line-height: 1;
    text-align: center;
}

.dropdown-toggle.no-caret::after {
    display: none;
}

.dropdown-menu {
    margin: 5px 0;
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.dropdown-menu .dropdown-item {
    padding: 4px 15px;
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: #f2f2f2;
    color: #ce2424;
}

.dropdown-menu .dropdown-item.dropdown-custom-msg {
    padding: 15px 15px;
    white-space: normal;
}

.dropdown-menu .dropdown-item.dropdown-custom-msg>span {
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
}

.dropdown-menu .dropdown-item.dropdown-custom-msg>span.title {
    font-family: SourceSansProBold, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item.dropdown-custom-msg>span.description {
    color: #78909c;
}

.dropdown-menu .dropdown-item.dropdown-custom-msg>span.text-underline {
    text-decoration: underline;
}

.dropdown-menu .dropdown-item.summary-profile {
    padding: 15px;
}

.dropdown-menu .dropdown-item.summary-profile .card .card-body {
    padding: 12px;
    margin: 5px 0;
    background: transparent;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.dropdown-menu .dropdown-item.summary-profile .card .card-body img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.dropdown-menu .dropdown-item.summary-profile .card .card-body .summary-info {
    flex-direction: column;
    width: calc(100% - 65px);
}

.dropdown-menu .dropdown-item.summary-profile .card .card-body .summary-info>span {
    display: flex;
}

.dropdown-menu .dropdown-item.summary-profile .card .card-body .summary-info .name {
    font-family: SourceSansProBold, sans-serif;
    text-transform: uppercase;
    color: #ce2424;
    margin-bottom: 6px;
}

.dropdown-menu .dropdown-item.summary-profile .card .card-body .summary-info .email,
.dropdown-menu .dropdown-item.summary-profile .card .card-body .summary-info .user-id {
    font-size: 12px;
    font-size: 0.75rem;
    color: #90a4ae;
}

.dropdown-title {
    margin: 12px 15px 20px;
    font-family: SourceSansProSemiBold, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
}

.dropdown-subtitle {
    margin: 25px 15px 6px;
    color: #90a4ae;
    font-size: 12px;
    font-size: 0.75rem;
}

.form-control,
.uneditable-input.form-control,
input[type="textarea"].form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 14px;
    font-size: 0.875rem;
    border-color: #cfd8dc;
}

.form-control:focus,
input[type="textarea"].form-control:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="datetime-local"].form-control:focus,
input[type="date"].form-control:focus,
input[type="month"].form-control:focus,
input[type="time"].form-control:focus,
input[type="week"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
input[type="url"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="color"].form-control:focus {
    border-color: #b0bec5;
    box-shadow: none !important;
    outline: 0 none !important;
}

.form-control.data_head.file {
    padding-top: .2rem;
}

.custom-control .custom-control-input+.custom-control-label::before,
.custom-control .custom-control-input+.custom-control-label::after {
    top: 0.1rem;
}

.custom-control.custom-switch .custom-control-input+.custom-control-label::after {
    top: 0.2rem;
}

.input-group .input-group-prepend .input-group-text {
    min-width: 80px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: transparent;
}

.input-group .input-group-prepend .input-group-text+input {
    border-left: 0;
}

.list-group.mail-list>li {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 6px 12px;
}

.list-group.mail-list>li .checkbox {
    width: 2%;
}

.list-group.mail-list>li .action-list {
    width: 10%;
    justify-content: space-evenly;
    display: flex;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: ease 300ms;
    -o-transition: ease 300ms;
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
}

.list-group.mail-list>li .email,
.list-group.mail-list>li .title,
.list-group.mail-list>li .date {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 5px;
}

.list-group.mail-list>li .email {
    width: 28%;
}

.list-group.mail-list>li .title {
    width: 45%;
}

.list-group.mail-list>li .date {
    width: 15%;
}

.list-group.mail-list>li:hover .action-list {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.list-group.mail-list>li:hover .email,
.list-group.mail-list>li:hover .title,
.list-group.mail-list>li:hover .date {
    color: #ce2424;
}

.avatar .ava {
    object-fit: cover;
    border-radius: 50%;
}

.avatar .ava.ava-xs {
    height: 30px;
    width: 30px;
}

.avatar .ava.ava-sm {
    height: 42px;
    width: 42px;
}

.avatar .ava.ava-md {
    height: 54px;
    width: 54px;
}

.avatar .ava.ava-lg {
    height: 86px;
    width: 86px;
}

.avatar .ava.ava-xl {
    height: 100px;
    width: 100px;
}

.nav-pills {
    margin: 0;
}

.nav-pills .nav-item {
    margin-bottom: 3px;
    margin-right: 5px;
}

.nav-pills .nav-item .nav-link {
    border-radius: 0;
    padding: 0;
    padding-left: 10px;
    display: flex;
    align-items: center;
    color: #78909c;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #cfd8dc;
}

.nav-pills .nav-item .nav-link:hover {
    color: #222222;
}

.nav-pills .nav-item .nav-link>.close {
    padding: 8px;
    text-shadow: none;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-size: 0.75rem;
}

.nav-pills .nav-item .nav-link>.close>i {
    position: relative;
    top: 1px;
}

.nav-pills .nav-item .nav-link>.close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
    color: #222222;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #ce2424;
    color: #ffffff;
}

.nav-pills .nav-item .nav-link.active>.close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.navbar {
    height: 50px;
    padding: 5px 10px;
    background: #eeeeee;
}

.navbar .navbar-collapse .sidebar-toggle {
    height: 34px;
    width: 34px;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    margin-right: 6px;
    color: #78909c;
}

.navbar .navbar-collapse .sidebar-toggle:hover {
    color: #222222;
}

.navbar .navbar-collapse .dropdown .dropdown-menu {
    margin-top: 5px;
}

.navbar .navbar-collapse .navbar-nav>.nav-item .nav-link {
    height: 100%;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-collapse .navbar-nav>.nav-item .dropdown-menu {
    height: calc(100% - 50px);
    width: 340px;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 50px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0 12px 22px -8px rgba(141, 179, 202, 0.4);
}

.navbar .navbar-collapse .navbar-nav>.nav-item .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.navbar .navbar-collapse .navbar-nav>.nav-item .dropdown-menu::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 50px;
}

.navbar .navbar-collapse .navbar-nav>.nav-item .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}

.navbar .navbar-collapse .navbar-nav>.nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}

.navbar .navbar-collapse .navbar-nav>.nav-item .dropdown-menu {
    scrollbar-face-color: #f4f4f4;
    scrollbar-track-color: rgba(0, 0, 0, 0.6);
}

.navbar .navbar-collapse .dropdown-profile .nav-ava {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.navbar .navbar-collapse .nav-search-group {
    width: 400px;
}

.tooltip-inner {
    font-size: 12px;
    font-size: 0.75rem;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.loader .loader-icon {
    width: 10%;
    margin: auto;
}

address a,
p a {
    text-decoration: underline;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #90a4ae;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.container-timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container-timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #ffffff;
    border: 4px solid #ce2424;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #ffffff;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
}

.right {
    left: 50%;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #ffffff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}

.right::after {
    left: -13px;
}

.content-timeline {
    padding: 20px 30px;
    background-color: #e9ecef;
    position: relative;
    border-radius: 6px;
}

@media screen and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }
    .container-timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .container-timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .left::after,
    .right::after {
        left: 15px;
    }
    .right {
        left: 0%;
    }
}

.main-login {
    position: relative;
    padding: 42px 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b2254;
}

.main-login .carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.main-login .carousel-container .carousel#newAuthBackground .carousel-inner .carousel-item img {
    object-fit: cover;
    display: block;
    width: 100%;
}

.main-login .login-container {
    position: relative;
    margin: auto;
}

.main-login .login-container .login-brand {
    width: 165px;
    margin: 15px auto 15px;
}

.main-login .login-container>h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: SourceSansProSemiBold, sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.main-login .login-container>h3 small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: SourceSansProLight, sans-serif;
}

.main-login .login-dialog {
    min-width: 360px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 15px;
}

.main-login .login-dialog .custom-form-group {
    display: flex;
    align-items: center;
}

.main-login .login-dialog .custom-form-group>i {
    font-size: 22px;
    font-size: 1.375rem;
    color: #90a4ae;
    width: 30px;
    text-align: center;
    margin-right: 15px;
}

.main-login .login-dialog .custom-form-group>.form-group {
    margin-bottom: 6px;
    width: calc(100% - 45px);
}

.main-login .login-dialog .custom-form-group>.form-group label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #90a4ae;
    margin-bottom: 5px;
}

.main-login .another-link {
    display: inline-block;
    color: #ffffff;
}

.main-login .another-link a {
    color: #ffffff;
}

.main-login .another-link a:hover {
    color: #ffee58;
}

.main-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
}

.main-content .sidebar,
.main-content .content-body {
    -moz-transition: ease 300ms;
    -o-transition: ease 300ms;
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
}

.main-content .sidebar {
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 220px;
    -moz-transform: translate(-220px, 0);
    -ms-transform: translate(-220px, 0);
    -webkit-transform: translate(-220px, 0);
    transform: translate(-220px, 0);
}

.main-content .sidebar .sidebar-container {
    width: 220px;
    min-width: 220px;
    max-height: 100%;
    overflow: hidden;
    display: inline;
}

.main-content .sidebar.show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main-content .sidebar.show+.content-body {
    width: calc(100% - 220px);
}

.main-content .content-body {
    width: 100%;
    margin-left: auto;
}

.sidebar {
    z-index: 3;
    background: #1b2254;
}

.sidebar .sidebar-container {
    color: #ffffff;
}

.sidebar .sidebar-container .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.sidebar .sidebar-container .sidebar-header .sidebar-brand {
    width: 40px;
    margin: auto;
}

.sidebar .sidebar-container .sidebar-header .sidebar-toggle {
    height: 34px;
    width: 34px;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfd8dc;
    margin-right: 15px;
    color: #cfd8dc;
}

.sidebar .sidebar-container .sidebar-header .sidebar-toggle:hover {
    color: #fafafa;
    border-color: #fafafa;
}

.sidebar .sidebar-container .sidebar-body {
    position: relative;
    overflow-y: auto;
    padding: 20px 12px;
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
}

.sidebar .sidebar-container .sidebar-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.sidebar .sidebar-container .sidebar-body::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 50px;
}

.sidebar .sidebar-container .sidebar-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}

.sidebar .sidebar-container .sidebar-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}

.sidebar .sidebar-container .sidebar-body {
    scrollbar-face-color: #f4f4f4;
    scrollbar-track-color: rgba(0, 0, 0, 0.6);
}

.sidebar .sidebar-container .sidebar-body .sidebar-action {
    margin-bottom: 10px;
    width: 100%;
}

.sidebar .sidebar-container .sidebar-body .sidebar-action .btn-new-mail {
    width: calc(100% - 35px);
}

.sidebar .sidebar-container .sidebar-body .sidebar-action .dropdown-toggle-split {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    width: 35px;
    justify-content: center;
}

.sidebar .sidebar-container .sidebar-body .sidebar-action .dropdown-toggle-split+.dropdown-menu {
    width: 100%;
}

.sidebar .sidebar-container .sidebar-body .sidebar-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 6px;
}

.sidebar .sidebar-container .sidebar-body .sidebar-title .title,
.sidebar .sidebar-container .sidebar-body .sidebar-title .action {
    color: #cfd8dc;
}

.sidebar .sidebar-container .sidebar-body .sidebar-title .title {
    font-family: SourceSansProSemiBold, sans-serif;
}

.sidebar .sidebar-container .sidebar-body .sidebar-title .action {
    margin-left: 5px;
}

.sidebar .sidebar-container .sidebar-body .sidebar-title .action:hover {
    color: #fafafa;
}

.sidebar .sidebar-container .sidebar-body .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.sidebar .sidebar-container .sidebar-body .menu-list>.menu-item .menu-link {
    position: relative;
    color: #cfd8dc;
    padding: 4px 12px;
    padding-right: 50px;
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar .sidebar-container .sidebar-body .menu-list>.menu-item .menu-link:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fafafa;
}

.sidebar .sidebar-container .sidebar-body .menu-list>.menu-item .menu-link>span {
    position: absolute;
    right: 12px;
}

.sidebar .sidebar-container .sidebar-body .menu-list>.menu-item.active {
    background: rgba(0, 0, 0, 0.4);
}

.content {
    height: calc(100% - 50px - 70px);
}

.content .content-header {
    border-bottom: 1px solid #dddddd;
    padding: 5px 12px;
    height: 70px;
}

.content .content-header .header-title {
    margin: 2px 0 4px;
    text-transform: uppercase;
    font-family: SourceSansProSemiBold, sans-serif;
}

.content .paging-info {
    height: 100%;
    width: 100%;
}

.content .paging-info .form-group {
    margin: 0;
}

.content .paging-info .form-group label {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.content .content-body {
    height: 100%;
    background: #e8eaf1;
}

.content .content-body .tab-pane {
    height: 100%;
}

.content .content-body .body-action {
    background: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 12px 5px;
    flex-wrap: wrap;
}

.content .content-body .body-action .btn-xs {
    height: 28px;
    margin-bottom: 5px;
    border-radius: 2px;
    font-size: 12px;
    font-size: 0.75rem;
}

.content .content-body .body-action .btn-xs>i {
    width: 15px;
    text-align: center;
    margin-right: 5px;
}

.content .content-body .body-action .form-check-all {
    height: 20px;
}

.content .body-mail {
    padding: 12px;
}

.content .body-mail .title {
    font-family: SourceSansProBold, sans-serif;
    margin-bottom: 5px;
}

.content .body-mail .subject {
    font-family: SourceSansProSemiBold, sans-serif;
    color: #78909c;
}

.content .body-mail .content-mail {
    margin-top: 25px;
}

.mailer .mailer-toolbar,
.mailer .mailer-header,
.mailer .mailer-body {
    padding: 8px 12px;
}

.mailer .mailer-toolbar {
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 575px) {
    body,
    .main-content {
        overflow: unset;
    }
    .main-content .sidebar.show+.content-body {
        width: 100%;
    }
    .content {
        height: 100%;
    }
    .content .content-header {
        height: auto;
    }
    .navbar {
        padding: 5px;
    }
    .navbar .navbar-collapse {
        display: flex;
        flex-direction: row;
    }
    .navbar .navbar-collapse .sidebar-toggle {
        width: 30px;
        height: 34px;
    }
    .navbar .navbar-collapse .navbar-nav {
        display: flex;
        flex-direction: row;
    }
    .navbar .navbar-collapse .navbar-nav>.nav-item .nav-link {
        padding: 6px 8px;
    }
    .navbar .navbar-collapse .dropdown-profile .nav-ava {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .navbar .navbar-collapse .nav-search-group {
        width: 190px;
    }
    .sidebar .sidebar-container .sidebar-header .sidebar-brand {
        margin: auto auto auto 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    body,
    .main-content {
        overflow: unset;
    }
    .main-content .sidebar.show+.content-body {
        width: 100%;
    }
    .content {
        height: 100%;
    }
    .content .content-header {
        height: auto;
    }
    .navbar .navbar-collapse {
        display: flex;
        flex-direction: row;
    }
    .navbar .navbar-collapse .navbar-nav {
        display: flex;
        flex-direction: row;
    }
    .navbar .navbar-collapse .nav-search-group {
        width: 350px;
    }
    .sidebar .sidebar-container .sidebar-header .sidebar-brand {
        margin: auto auto auto 15px;
    }
}

body.basic-theme {
    background: #ffffff;
    color: #3b4244;
}

body.basic-theme::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body.basic-theme::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 50px;
}

body.basic-theme::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}

body.basic-theme::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}

body.basic-theme {
    scrollbar-face-color: #f4f4f4;
    scrollbar-track-color: rgba(0, 0, 0, 0.6);
}

body.basic-theme a {
    color: #3b4244;
}

body.basic-theme a:hover,
body.basic-theme a:focus {
    color: #ce2424;
}

body.basic-theme address,
body.basic-theme p {
    color: #3b4244;
}

body.basic-theme address a,
body.basic-theme p a {
    color: #3b4244;
}

body.basic-theme address a:hover,
body.basic-theme address a:focus,
body.basic-theme p a:hover,
body.basic-theme p a:focus {
    color: #ce2424;
}

body.basic-theme .alert.alert-basic .messages-group .messages {
    color: #3b4244;
}

body.basic-theme .alert.alert-basic .close:hover {
    background: rgba(0, 0, 0, 0.1);
}

body.basic-theme .alert.alert-carbon {
    border-left: 4px solid rgba(0, 0, 0, 0.3);
}

body.basic-theme .alert.alert-carbon .close:hover {
    background: rgba(0, 0, 0, 0.1);
}

body.basic-theme .alert.alert-basic.alert-primary {
    background-color: #ffcdd2;
    border-color: #ef9a9a;
    color: #e53935;
}

body.basic-theme .alert.alert-carbon.alert-primary {
    background-color: #ffcdd2;
    border-color: #e53935;
    color: #e53935;
}

body.basic-theme .alert.alert-basic.alert-secondary {
    background-color: #c5cae9;
    border-color: #9fa8da;
    color: #3949ab;
}

body.basic-theme .alert.alert-carbon.alert-secondary {
    background-color: #c5cae9;
    border-color: #3949ab;
    color: #3949ab;
}

body.basic-theme .alert.alert-basic.alert-success {
    background-color: #b2dfdb;
    border-color: #80cbc4;
    color: #00897b;
}

body.basic-theme .alert.alert-carbon.alert-success {
    background-color: #b2dfdb;
    border-color: #00897b;
    color: #00897b;
}

body.basic-theme .alert.alert-basic.alert-danger {
    background-color: #f8bbd0;
    border-color: #f48fb1;
    color: #d81b60;
}

body.basic-theme .alert.alert-carbon.alert-danger {
    background-color: #f8bbd0;
    border-color: #d81b60;
    color: #d81b60;
}

body.basic-theme .alert.alert-basic.alert-warning {
    background-color: #ffe0b2;
    border-color: #ffcc80;
    color: #fb8c00;
}

body.basic-theme .alert.alert-carbon.alert-warning {
    background-color: #ffe0b2;
    border-color: #fb8c00;
    color: #fb8c00;
}

body.basic-theme .alert.alert-basic.alert-info {
    background-color: #b3e5fc;
    border-color: #81d4fa;
    color: #3949ab;
}

body.basic-theme .alert.alert-carbon.alert-info {
    background-color: #b3e5fc;
    border-color: #3949ab;
    color: #3949ab;
}

body.basic-theme .alert.alert-basic.alert-light {
    background-color: #f5f5f5;
    border-color: #eeeeee;
    color: #757575;
}

body.basic-theme .alert.alert-carbon.alert-light {
    background-color: #f5f5f5;
    border-color: #757575;
    color: #757575;
}

body.basic-theme .alert.alert-basic.alert-dark {
    background-color: #cfd8dc;
    border-color: #b0bec5;
    color: #546e7a;
}

body.basic-theme .alert.alert-carbon.alert-dark {
    background-color: #cfd8dc;
    border-color: #546e7a;
    color: #546e7a;
}

body.basic-theme .badge {
    border: 1px solid #dddddd;
}

body.basic-theme #btn_show_password {
    color: #999999;
}

body.basic-theme .badge-default {
    color: #222222 !important;
    background: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
}

body.basic-theme .btn.btn-default {
    background: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
    border-color: #cfd8dc;
    color: #222222;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-default:hover {
    background: linear-gradient(to bottom, #f2f2f2, #e0e5e9) !important;
    border-color: #cfd8dc;
    color: #222222;
}

body.basic-theme .btn.btn-default:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: linear-gradient(to bottom, #f2f2f2, #e0e5e9) !important;
    border-color: #cfd8dc;
    color: #222222;
}

body.basic-theme .btn.btn-outline-default {
    border-color: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
    color: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
}

body.basic-theme .btn.btn-outline-default:hover,
body.basic-theme .btn.btn-outline-default:focus,
body.basic-theme .btn.btn-outline-default:active {
    border-color: linear-gradient(to bottom, #f2f2f2, #e0e5e9) !important;
    color: linear-gradient(to bottom, #ffffff, #f3f5f7) !important;
}

body.basic-theme .badge-primary {
    color: #ffffff !important;
    background: #ce2424 !important;
}

body.basic-theme .btn.btn-primary {
    background: #ce2424 !important;
    border-color: #ce2424;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-primary:hover {
    background: #9b1616 !important;
    border-color: #ce2424;
    color: #ffffff;
}

body.basic-theme .btn.btn-primary:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #9b1616 !important;
    border-color: #ce2424;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-primary {
    border-color: #ce2424 !important;
    color: #ce2424 !important;
}

body.basic-theme .btn.btn-outline-primary:hover,
body.basic-theme .btn.btn-outline-primary:focus,
body.basic-theme .btn.btn-outline-primary:active {
    border-color: #9b1616 !important;
    color: #ce2424 !important;
}

body.basic-theme .badge-secondary {
    color: #ffffff !important;
    background: #3949ab !important;
}

body.basic-theme .btn.btn-secondary {
    background: #3949ab !important;
    border-color: #3949ab;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-secondary:hover {
    background: #283593 !important;
    border-color: #3949ab;
    color: #ffffff;
}

body.basic-theme .btn.btn-secondary:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #283593 !important;
    border-color: #3949ab;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-secondary {
    border-color: #3949ab !important;
    color: #3949ab !important;
}

body.basic-theme .btn.btn-outline-secondary:hover,
body.basic-theme .btn.btn-outline-secondary:focus,
body.basic-theme .btn.btn-outline-secondary:active {
    border-color: #283593 !important;
    color: #3949ab !important;
}

body.basic-theme .badge-success {
    color: #ffffff !important;
    background: #00acc1 !important;
}

body.basic-theme .btn.btn-success {
    background: #00acc1 !important;
    border-color: #00acc1;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-success:hover {
    background: #00838f !important;
    border-color: #00acc1;
    color: #ffffff;
}

body.basic-theme .btn.btn-success:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #00838f !important;
    border-color: #00acc1;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-success {
    border-color: #00acc1 !important;
    color: #00acc1 !important;
}

body.basic-theme .btn.btn-outline-success:hover,
body.basic-theme .btn.btn-outline-success:focus,
body.basic-theme .btn.btn-outline-success:active {
    border-color: #00838f !important;
    color: #00acc1 !important;
}

body.basic-theme .badge-danger {
    color: #ffffff !important;
    background: #e53935 !important;
}

body.basic-theme .btn.btn-danger {
    background: #e53935 !important;
    border-color: #e53935;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-danger:hover {
    background: #c62828 !important;
    border-color: #e53935;
    color: #ffffff;
}

body.basic-theme .btn.btn-danger:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #c62828 !important;
    border-color: #e53935;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-danger {
    border-color: #e53935 !important;
    color: #e53935 !important;
}

body.basic-theme .btn.btn-outline-danger:hover,
body.basic-theme .btn.btn-outline-danger:focus,
body.basic-theme .btn.btn-outline-danger:active {
    border-color: #c62828 !important;
    color: #e53935 !important;
}

body.basic-theme .badge-warning {
    color: #ffffff !important;
    background: #fb8c00 !important;
}

body.basic-theme .btn.btn-warning {
    background: #fb8c00 !important;
    border-color: #fb8c00;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-warning:hover {
    background: #ef6c00 !important;
    border-color: #fb8c00;
    color: #ffffff;
}

body.basic-theme .btn.btn-warning:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #ef6c00 !important;
    border-color: #fb8c00;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-warning {
    border-color: #fb8c00 !important;
    color: #fb8c00 !important;
}

body.basic-theme .btn.btn-outline-warning:hover,
body.basic-theme .btn.btn-outline-warning:focus,
body.basic-theme .btn.btn-outline-warning:active {
    border-color: #ef6c00 !important;
    color: #fb8c00 !important;
}

body.basic-theme .badge-info {
    color: #ffffff !important;
    background: #1e88e5 !important;
}

body.basic-theme .btn.btn-info {
    background: #1e88e5 !important;
    border-color: #1e88e5;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-info:hover {
    background: #1565c0 !important;
    border-color: #1e88e5;
    color: #ffffff;
}

body.basic-theme .btn.btn-info:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #1565c0 !important;
    border-color: #1e88e5;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-info {
    border-color: #1e88e5 !important;
    color: #1e88e5 !important;
}

body.basic-theme .btn.btn-outline-info:hover,
body.basic-theme .btn.btn-outline-info:focus,
body.basic-theme .btn.btn-outline-info:active {
    border-color: #1565c0 !important;
    color: #1e88e5 !important;
}

body.basic-theme .badge-disabled {
    color: #cccccc !important;
    background: #bdbdbd !important;
}

body.basic-theme .btn.btn-disabled {
    background: #bdbdbd !important;
    border-color: #bdbdbd;
    color: #cccccc;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-disabled:hover {
    background: #757575 !important;
    border-color: #bdbdbd;
    color: #cccccc;
}

body.basic-theme .btn.btn-disabled:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #757575 !important;
    border-color: #bdbdbd;
    color: #cccccc;
}

body.basic-theme .btn.btn-outline-disabled {
    border-color: #bdbdbd !important;
    color: #bdbdbd !important;
}

body.basic-theme .btn.btn-outline-disabled:hover,
body.basic-theme .btn.btn-outline-disabled:focus,
body.basic-theme .btn.btn-outline-disabled:active {
    border-color: #757575 !important;
    color: #bdbdbd !important;
}

body.basic-theme .badge-dark {
    color: #ffffff !important;
    background: #282828 !important;
}

body.basic-theme .btn.btn-dark {
    background: #282828 !important;
    border-color: #282828;
    color: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-dark:hover {
    background: #000000 !important;
    border-color: #282828;
    color: #ffffff;
}

body.basic-theme .btn.btn-dark:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #000000 !important;
    border-color: #282828;
    color: #ffffff;
}

body.basic-theme .btn.btn-outline-dark {
    border-color: #282828 !important;
    color: #282828 !important;
}

body.basic-theme .btn.btn-outline-dark:hover,
body.basic-theme .btn.btn-outline-dark:focus,
body.basic-theme .btn.btn-outline-dark:active {
    border-color: #000000 !important;
    color: #282828 !important;
}

body.basic-theme .badge-light {
    color: #3b4244 !important;
    background: #f6f7f8 !important;
}

body.basic-theme .btn.btn-light {
    background: #f6f7f8 !important;
    border-color: #f6f7f8;
    color: #3b4244;
    box-shadow: 0px 6px 8px 0px rgba(96, 125, 139, 0.25);
}

body.basic-theme .btn.btn-light:hover {
    background: #f2f2f2 !important;
    border-color: #f6f7f8;
    color: #3b4244;
}

body.basic-theme .btn.btn-light:active {
    box-shadow: 0px 0px 4px 1px inset rgba(96, 125, 139, 0.38) !important;
    background: #f2f2f2 !important;
    border-color: #f6f7f8;
    color: #3b4244;
}

body.basic-theme .btn.btn-outline-light {
    border-color: #f6f7f8 !important;
    color: #3b4244 !important;
}

body.basic-theme .btn.btn-outline-light:hover,
body.basic-theme .btn.btn-outline-light:focus,
body.basic-theme .btn.btn-outline-light:active {
    border-color: #f2f2f2 !important;
    color: #3b4244 !important;
}