/* This css file is to over write bootstarp css
--------------------------------------------------------- /
* Theme Name: Sufee-Admin Admin Template
* Theme URI: http://demos.jeweltheme.com/Sufee-Admin/
* Author: jewel_theme
* Author URI: http://themeforest.net/user/jewel_theme/portfolio
* Description:
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, themplate, Sufee-Admin
--------------------------------------------------------- */
.table-row{
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table-row tr td:nth-child(1){
    padding:30px;
    border: 1px solid #eee !important;
    font-size:16px !important;
    font-weight:normal !important;
}
.table-row tr td:nth-child(2){
    padding:30px;
    text-align: left !important;
    width: 40% !important;
    background: #fff;
    border: 1px solid #eee !important;
}

.table-row tbody tr{
        background-color:#eee;
}

@media screen and (max-width: 767px) {
    .table-row tr td:nth-child(1),
    .table-row tr td:nth-child(2){
        display:block;
        width: 100% !important;
    }
}

/* Bootstrap */

.gaugejs-wrap {
    position: relative;
    margin: 0 auto;
}

.gaugejs-wrap canvas.gaugejs {
    width: 100% !important;
    height: auto !important;
}

.gaugejs-wrap i,
.gaugejs-wrap.sparkline .value {
    top: 50%;
    display: block;
    width: 100%;
    text-align: center;
}

.gaugejs-wrap i {
    position: absolute;
    left: 0;
    z-index: 1000;
    margin-top: -15px;
    font-size: 30px;
}

.gaugejs-wrap.type-2 .value {
    display: block;
    margin-top: -85px;
}

.gaugejs-wrap.type-2 label {
    display: block;
    margin-top: -10px;
    font-size: 10px;
    font-weight: 600;
    color: #9da0a8;
    text-transform: uppercase;
}

.gaugejs-wrap.sparkline {
    position: relative;
}

.gaugejs-wrap.sparkline .value {
    position: absolute;
    margin-top: -5px;
    font-size: 10px;
    line-height: 10px;
}

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

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

.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

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

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

.switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.switch.switch-default .switch-input:checked~.switch-handle {
    left: 18px;
}

.switch.switch-default.switch-lg {
    width: 48px;
    height: 28px;
}

.switch.switch-default.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-default.switch-lg .switch-handle {
    width: 24px;
    height: 24px;
}

.switch.switch-default.switch-lg .switch-input:checked~.switch-handle {
    left: 22px;
}

.switch.switch-default.switch-sm {
    width: 32px;
    height: 20px;
}

.switch.switch-default.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-default.switch-sm .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-default.switch-sm .switch-input:checked~.switch-handle {
    left: 14px;
}

.switch.switch-default.switch-xs {
    width: 24px;
    height: 16px;
}

.switch.switch-default.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-default.switch-xs .switch-handle {
    width: 12px;
    height: 12px;
}

.switch.switch-default.switch-xs .switch-input:checked~.switch-handle {
    left: 10px;
}

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

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

.switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

.switch.switch-text .switch-label::before,
.switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: inherit;
    transition: inherit;
}

.switch.switch-text .switch-label::before {
    right: 1px;
    color: #e9ecef;
    content: attr(data-off);
}

.switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}

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

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

.switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.switch.switch-text .switch-input:checked~.switch-handle {
    left: 26px;
}

.switch.switch-text.switch-lg {
    width: 56px;
    height: 28px;
}

.switch.switch-text.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-text.switch-lg .switch-handle {
    width: 24px;
    height: 24px;
}

.switch.switch-text.switch-lg .switch-input:checked~.switch-handle {
    left: 30px;
}

.switch.switch-text.switch-sm {
    width: 40px;
    height: 20px;
}

.switch.switch-text.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-text.switch-sm .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-text.switch-sm .switch-input:checked~.switch-handle {
    left: 22px;
}

.switch.switch-text.switch-xs {
    width: 32px;
    height: 16px;
}

.switch.switch-text.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-text.switch-xs .switch-handle {
    width: 12px;
    height: 12px;
}

.switch.switch-text.switch-xs .switch-input:checked~.switch-handle {
    left: 18px;
}

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

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

.switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

.switch.switch-icon .switch-label::before,
.switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: inherit;
    transition: inherit;
}

.switch.switch-icon .switch-label::before {
    right: 1px;
    color: #e9ecef;
    content: attr(data-off);
}

.switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}

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

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

.switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.switch.switch-icon .switch-input:checked~.switch-handle {
    left: 26px;
}

.switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px;
}

.switch.switch-icon.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-icon.switch-lg .switch-handle {
    width: 24px;
    height: 24px;
}

.switch.switch-icon.switch-lg .switch-input:checked~.switch-handle {
    left: 30px;
}

.switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px;
}

.switch.switch-icon.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-icon.switch-sm .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-icon.switch-sm .switch-input:checked~.switch-handle {
    left: 22px;
}

.switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px;
}

.switch.switch-icon.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-icon.switch-xs .switch-handle {
    width: 12px;
    height: 12px;
}

.switch.switch-icon.switch-xs .switch-input:checked~.switch-handle {
    left: 18px;
}

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

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

.switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f8f9fa;
    border: 1px solid #707070;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

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

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

.switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
    border: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch.switch-3d .switch-input:checked~.switch-handle {
    left: 16px;
}

.switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px;
}

.switch.switch-3d.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-3d.switch-lg .switch-handle {
    width: 28px;
    height: 28px;
}

.switch.switch-3d.switch-lg .switch-input:checked~.switch-handle {
    left: 20px;
}

.switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px;
}

.switch.switch-3d.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-3d.switch-sm .switch-handle {
    width: 20px;
    height: 20px;
}

.switch.switch-3d.switch-sm .switch-input:checked~.switch-handle {
    left: 12px;
}

.switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px;
}

.switch.switch-3d.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-3d.switch-xs .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-3d.switch-xs .switch-input:checked~.switch-handle {
    left: 8px;
}

.switch-pill .switch-label,
.switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
    border-radius: 50em !important;
}

.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
    right: 2px !important;
}

.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
    left: 2px !important;
}

.switch-primary>.switch-input:checked~.switch-label {
    background: #337AB7 !important;
    border-color: #285f8f;
}

.switch-primary>.switch-input:checked~.switch-handle {
    border-color: #285f8f;
}

.switch-primary-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #337AB7;
}

.switch-primary-outline>.switch-input:checked~.switch-label::after {
    color: #337AB7;
}

.switch-primary-outline>.switch-input:checked~.switch-handle {
    border-color: #337AB7;
}

.switch-primary-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #337AB7;
}

.switch-primary-outline-alt>.switch-input:checked~.switch-label::after {
    color: #337AB7;
}

.switch-primary-outline-alt>.switch-input:checked~.switch-handle {
    background: #337AB7 !important;
    border-color: #337AB7;
}

.switch-secondary>.switch-input:checked~.switch-label {
    background: #868e96 !important;
    border-color: #6c757d;
}

.switch-secondary>.switch-input:checked~.switch-handle {
    border-color: #6c757d;
}

.switch-secondary-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #868e96;
}

.switch-secondary-outline>.switch-input:checked~.switch-label::after {
    color: #868e96;
}

.switch-secondary-outline>.switch-input:checked~.switch-handle {
    border-color: #868e96;
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #868e96;
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-label::after {
    color: #868e96;
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-handle {
    background: #868e96 !important;
    border-color: #868e96;
}

.switch-success>.switch-input:checked~.switch-label {
    background: #26B99A !important;
    border-color: #1d8f77;
}

.switch-success>.switch-input:checked~.switch-handle {
    border-color: #1d8f77;
}

.switch-success-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #26B99A;
}

.switch-success-outline>.switch-input:checked~.switch-label::after {
    color: #26B99A;
}

.switch-success-outline>.switch-input:checked~.switch-handle {
    border-color: #26B99A;
}

.switch-success-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #26B99A;
}

.switch-success-outline-alt>.switch-input:checked~.switch-label::after {
    color: #26B99A;
}

.switch-success-outline-alt>.switch-input:checked~.switch-handle {
    background: #26B99A !important;
    border-color: #26B99A;
}

.switch-info>.switch-input:checked~.switch-label {
    background: #5BC0DE !important;
    border-color: #31b0d5;
}

.switch-info>.switch-input:checked~.switch-handle {
    border-color: #31b0d5;
}

.switch-info-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #5BC0DE;
}

.switch-info-outline>.switch-input:checked~.switch-label::after {
    color: #5BC0DE;
}

.switch-info-outline>.switch-input:checked~.switch-handle {
    border-color: #5BC0DE;
}

.switch-info-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #5BC0DE;
}

.switch-info-outline-alt>.switch-input:checked~.switch-label::after {
    color: #5BC0DE;
}

.switch-info-outline-alt>.switch-input:checked~.switch-handle {
    background: #5BC0DE !important;
    border-color: #5BC0DE;
}

.switch-warning>.switch-input:checked~.switch-label {
    background: #ffc107 !important;
    border-color: #d39e00;
}

.switch-warning>.switch-input:checked~.switch-handle {
    border-color: #d39e00;
}

.switch-warning-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

.switch-warning-outline>.switch-input:checked~.switch-label::after {
    color: #ffc107;
}

.switch-warning-outline>.switch-input:checked~.switch-handle {
    border-color: #ffc107;
}

.switch-warning-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

.switch-warning-outline-alt>.switch-input:checked~.switch-label::after {
    color: #ffc107;
}

.switch-warning-outline-alt>.switch-input:checked~.switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107;
}

.switch-danger>.switch-input:checked~.switch-label {
    background: #D9534F !important;
    border-color: #c9302c;
}

.switch-danger>.switch-input:checked~.switch-handle {
    border-color: #c9302c;
}

.switch-danger-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #D9534F;
}

.switch-danger-outline>.switch-input:checked~.switch-label::after {
    color: #D9534F;
}

.switch-danger-outline>.switch-input:checked~.switch-handle {
    border-color: #D9534F;
}

.switch-danger-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #D9534F;
}

.switch-danger-outline-alt>.switch-input:checked~.switch-label::after {
    color: #D9534F;
}

.switch-danger-outline-alt>.switch-input:checked~.switch-handle {
    background: #D9534F !important;
    border-color: #D9534F;
}

.switch-light>.switch-input:checked~.switch-label {
    background: #f8f9fa !important;
    border-color: #dae0e5;
}

.switch-light>.switch-input:checked~.switch-handle {
    border-color: #dae0e5;
}

.switch-light-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f8f9fa;
}

.switch-light-outline>.switch-input:checked~.switch-label::after {
    color: #f8f9fa;
}

.switch-light-outline>.switch-input:checked~.switch-handle {
    border-color: #f8f9fa;
}

.switch-light-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #f8f9fa;
}

.switch-light-outline-alt>.switch-input:checked~.switch-label::after {
    color: #f8f9fa;
}

.switch-light-outline-alt>.switch-input:checked~.switch-handle {
    background: #f8f9fa !important;
    border-color: #f8f9fa;
}

.switch-dark>.switch-input:checked~.switch-label {
    background: #343a40 !important;
    border-color: #1d2124;
}

.switch-dark>.switch-input:checked~.switch-handle {
    border-color: #1d2124;
}

.switch-dark-outline>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #343a40;
}

.switch-dark-outline>.switch-input:checked~.switch-label::after {
    color: #343a40;
}

.switch-dark-outline>.switch-input:checked~.switch-handle {
    border-color: #343a40;
}

.switch-dark-outline-alt>.switch-input:checked~.switch-label {
    background: #fff !important;
    border-color: #343a40;
}

.switch-dark-outline-alt>.switch-input:checked~.switch-label::after {
    color: #343a40;
}

.switch-dark-outline-alt>.switch-input:checked~.switch-handle {
    background: #343a40 !important;
    border-color: #343a40;
}

.social-box {
    min-height: 160px;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
}

.social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #e9ecef;
}

.social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0;
}

.social-box .chart-wrapper canvas {
    width: 100% !important;
    height: 90px !important;
}

.social-box ul {
    padding: 10px 0;
    list-style: none;
}

.social-box ul li {
    display: block;
    float: left;
    width: 50%;
    padding-top: 10px;
    font-size: 18px;
}

.social-box ul li:first-child {
    border-right: 1px solid #c2cfd6;
}

.social-box ul li strong {
    display: block;
    font-size: 20px;
}

.social-box ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #949CA0;
    text-transform: uppercase;
}

.social-box.facebook i {
    color: #fff;
    background: #3b5998;
}

.social-box.twitter i {
    color: #fff;
    background: #00aced;
}

.social-box.linkedin i {
    color: #fff;
    background: #4875b4;
}

.social-box.google-plus i {
    color: #fff;
    background: #d34836;
}

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

.horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.horizontal-bars li .title {
    width: 100px;
    font-size: 12px;
    font-weight: 600;
    color: #868e96;
    vertical-align: middle;
}

.horizontal-bars li .bars {
    position: absolute;
    top: 15px;
    width: 100%;
    padding-left: 100px;
}

.horizontal-bars li .bars .progress:first-child {
    margin-bottom: 2px;
}

.horizontal-bars li.legend {
    text-align: center;
}

.horizontal-bars li.legend .badge {
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
}

.horizontal-bars li.divider {
    height: 40px;
}

.horizontal-bars li.divider i {
    margin: 0 !important;
}

.horizontal-bars.type-2 li {
    overflow: hidden;
}

.horizontal-bars.type-2 li i {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 5px;
    font-size: 18px;
    line-height: 40px;
}

.horizontal-bars.type-2 li .title {
    display: inline-block;
    width: auto;
    margin-top: -9px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 40px;
    color: #212529;
}

.horizontal-bars.type-2 li .value {
    float: right;
    font-weight: 600;
}

.horizontal-bars.type-2 li .bars {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0;
}

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

.icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle;
}

.icons-list li i {
    display: block;
    float: left;
    width: 35px !important;
    height: 35px !important;
    margin: 2px;
    line-height: 35px !important;
    text-align: center;
}

.icons-list li .desc {
    height: 40px;
    margin-left: 50px;
    border-bottom: 1px solid #707070;
}

.icons-list li .desc .title {
    padding: 2px 0 0;
    margin: 0;
}

.icons-list li .desc small {
    display: block;
    margin-top: -4px;
    color: #868e96;
}

.icons-list li .value {
    position: absolute;
    top: 2px;
    right: 45px;
    text-align: right;
}

.icons-list li .value strong {
    display: block;
    margin-top: -3px;
}

.icons-list li .actions {
    position: absolute;
    top: -4px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.icons-list li .actions i {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.icons-list li.divider {
    height: 40px;
}

.icons-list li.divider i {
    width: auto;
    height: auto;
    margin: 2px 0 0;
    font-size: 18px;
}

.bg-flat-color-1 {
    background: #20a8d8;
}

.bg-flat-color-2 {
    background: #63c2de;
}

.bg-flat-color-3 {
    background: #ffc107;
}

.bg-flat-color-4 {
    background: #f86c6b;
}

.bg-flat-color-5 {
    background: #4dbd74;
}

.transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body {
    background: #F0F0F0;
    display: table;
    font-family: 'Open Sans' sans-serif !important;
    font-size: 16px;
    width: 100%;
}

div[class*="col-"] {
    float: left;
}

p {
    font-size: 16px;
    font-family: 'Open Sans' sans-serif;
    font-weight: 400;
    line-height: 24px;
}

p:focus {
    border: none;
    outline: 0;
}

a,
button {
    text-decoration: none;
    outline: none !important;
    color: #1169BB;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
ol {
    padding-left: 0;
}

.btn:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

img {
    max-width: 100%;
}

.btn,
button,
input,
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.no-padding {
    padding: 0 !important;
}


/* Global Styles */


/* Main Styles */

.basix-container {
    display: table;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

aside.left-panel {
    background: #de7a22;
    display: table-cell;
    height: 100vh;
    min-height: 100%;
    vertical-align: top;
    width: 280px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.navbar {
    background: #de7a22;
    border-radius: 0;
    border: none;
    display: block;
    margin: 0;
    margin-bottom: 100px;
    padding: 0;
}

.navbar .navbar-header {
    float: none;
    text-align: center;
    width: 100%;
}

.navbar .navbar-brand {
    color: #f1f2f7 !important;
    font-family: 'Open Sans';
    font-size: 22px;
    float: none;
    line-height: 50px;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: block;
    min-height: 69px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.navbar .navbar-brand span {
    font-weight: 600;
}

.navbar .navbar-brand img {
    max-width: 160px;
}

.navbar .navbar-brand.hidden {
    display: none;
}

.navbar .menu-title {
    color: #fff;
    clear: both;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 15px 20px 0 20px;
    text-transform: uppercase;
    width: 100%;
}

.navbar .navbar-nav {
    float: none;
    position: relative;
}

.navbar .navbar-nav li {
    width: 100%;
}

.navbar .navbar-nav li.active .menu-icon,
.navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
    color: #fff !important;
}

.navbar .navbar-nav li .dropdown-toggle:after {
    display: none;
}

.navbar .navbar-nav li>a {
    background: none !important;
    color: #fff !important;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}

.navbar .navbar-nav li>a:hover,
.navbar .navbar-nav li>a:hover .menu-icon {
    color: #fff !important;
}

.navbar .navbar-nav li>a .menu-icon {
    color: #fff;
    float: left;
    margin-top: 5px;
    width: 32px;
    text-align: left;
    font-size: 20px;
    z-index: 9;
}

.navbar .navbar-nav li>a .menu-title-text {
    font-size: 14px;
}

.navbar .navbar-nav li>a .badge {
    border-radius: 0;
    font-family: 'Open Sans';
    font-weight: 600;
    float: right;
    margin: 6px 0 0 0;
    padding: 0.4em 0.5em;
}

.navbar .navbar-nav li.menu-item-has-children {
    position: relative;
}

.navbar .navbar-nav li.menu-item-has-children a {
    line-height: 30px;
}

.navbar .navbar-nav li.menu-item-has-children a:before {
    content: "\F105";
    color: #c8c9ce;
    font-family: 'Fontawesome';
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.navbar .navbar-nav li.menu-item-has-children a:hover:before {
    color: #fff;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
    background: #de7a22;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: hidden;
    padding: 0 0 0 35px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
    position: relative;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
    color: #c8c9ce;
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 9px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 2px 0 2px 30px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
    content: '';
    display: none;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
    top: 13px;
    text-align: left;
    width: 25px;
}

.navbar .navbar-nav li.menu-item-has-children.show a:before {
    content: "\F107";
}

.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    max-height: 1000px;
    opacity: 1;
    position: static !important;
}

.navbar .navbar-nav li.show>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#334556), to(#2C4257)), #2A3F54;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: #d7d9e3 !important;
}

.navbar-nav li span.count {
    background: #a9d86e;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
}

body.open .navbar .navbar-brand.hidden {
    display: block;
}

.open aside.left-panel {
    max-width: 70px;
    width: 70px;
}

.open aside.left-panel .navbar .navbar-brand {
    display: none;
}

.open aside.left-panel .navbar .navbar-brand.hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.open aside.left-panel .navbar .navbar-brand.hidden img {
    max-width: 30px;
    margin: 0 auto;
}

.open aside.left-panel .navbar .navbar-brand.d-md-none {
    display: block !important;
    margin: 13px 0 0;
    min-height: 67px;
    padding: 0;
    text-align: center;
}

.open aside.left-panel .navbar .navbar-nav:before {
    display: none !important;
}

.open aside.left-panel .navbar .navbar-nav li {
    position: relative;
}

.open aside.left-panel .navbar .navbar-nav li a {
    font-size: 10px;
    z-index: 0;
    -webkit-transition: none;
    transition: none;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
    font-size: 20px;
    z-index: -1;
    width: inherit;
    text-align: center;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
    font-size: 0;
}

.open aside.left-panel .navbar .navbar-nav li a .badge {
    display: none;
}

.open aside.left-panel .navbar .navbar-nav li>a {
    max-width: 70px;
    padding: 10px 5px;
    text-align: center;
    line-height: 20px;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
    overflow: hidden;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
    content: '';
    display: none;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
    padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul li:before {
    display: none;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul li:after {
    display: none;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    display: block;
    left: inherit;
    right: -194px;
    width: 194px;
    top: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    font-size: 14px;
    max-width: inherit;
    padding: 5px 15px 5px 25px;
    width: 100%;
    text-align: left;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    color: #000;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#334556), to(#2C4257)), #2A3F54;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
    text-align: center;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
    overflow: visible;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    position: absolute !important;
}

.open aside.left-panel .navbar .navbar-nav li span.count {
    display: none;
    margin-right: 5px;
    z-index: 1;
}

.open aside.left-panel .navbar .navbar-nav li.active a:after {
    content: '';
    display: none;
}

.open aside.left-panel .navbar .navbar-nav .menu-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    padding: 0;
}


/* Right panel */

.right-panel {
    display: table-cell;
    padding-left: 0 !important;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.right-panel .breadcrumbs {
    background-color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 0 5px;
    width: 100%;
}

.right-panel .breadcrumbs .col-lg-8 .page-header {
    float: left;
}

.right-panel .page-header {
    min-height: 50px;
    margin: 0px;
    padding: 0px 15px;
    background: #ffffff;
    border-bottom: 0px;
}

.right-panel .page-header h1 {
    font-size: 18px;
    padding: 15px 0;
}

.right-panel .page-header .breadcrumb {
    margin: 0px;
    padding: 13.5px 0;
    background: #fff;
    text-transform: capitalize;
}

.right-panel .page-header .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\A0";
}

.right-panel header.header {
    background: #de7a22;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    clear: both;
    display: inline-block;
    padding: 5px 55px;
    width: 100%;
}

.open .right-panel {
    margin-left: -210px;
}

header.fixed-top {
    background: #fff;
    padding: 20px;
}

.header-menu .col-sm-7 {
    position: inherit;
}

.menutoggle {
    border-radius: 50%;
    color: #de7a22 !important;
    cursor: pointer;
    font-size: 40px;
    height: 43px;
    line-height: 44px;
    text-align: center;
    width: 43px;
    margin-left: -10px;
}

.search-trigger {
    background: transparent;
    border: none;
    color: #272c33;
    cursor: pointer;
    font-size: 16px;
    height: 41px;
    width: 43px;
    line-height: 38px;
}

header .form-inline {
    background: #263238;
    display: none;
    height: 70px;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

header .form-inline .search-form {
    height: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
}

header .form-inline .search-form input[type="text"] {
    background: #263238;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #d3d3d3;
    font-size: 16px;
    height: inherit;
    margin-right: 0 !important;
    padding: 10px 36px 10px 15px;
    width: 100%;
}

header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
    border-color: rgba(0, 0, 0, 0.125);
    outline: 0;
}

header .form-inline .search-form button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px !important;
}

header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
    background: transparent;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

header .form-inline .search-form.close {
    display: none;
}

.header-left.open .form-inline {
    display: block;
}

.header-left .dropdown {
    display: inline-block;
}

.header-left .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 16px;
}

.header-left .dropdown .dropdown-toggle:after {
    display: none;
}

.header-left .dropdown .dropdown-toggle .count {
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    right: 0;
    top: 0;
    position: absolute;
}

.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
    background: none !important;
    border-color: transparent !important;
    color: #272c33 !important;
}

.header-left .dropdown .dropdown-menu {
    background: #EDEDED;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 49px !important;
}

.header-left .dropdown .dropdown-menu p {
    font-size: 15px;
    margin: 0;
    padding: 5px 15px;
}

.header-left .dropdown .dropdown-menu .dropdown-item {
    color: #272c33;
    font-size: 13px;
    padding: 10px 15px 3px;
    text-overflow: ellipsis;
}

.header-left .dropdown .dropdown-menu .dropdown-item .photo {
    float: left;
    margin-right: 15px;
    width: 25px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
    margin-top: -5px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
    font-size: 11px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message p {
    clear: both;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}

.header-left .dropdown .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

.for-notification .dropdown-menu .dropdown-item {
    padding: 5px 15px !important;
    text-overflow: ellipsis;
}

.for-notification .dropdown-menu .dropdown-item i {
    float: left;
    font-size: 14px;
    margin: 5px 5px 0 0;
    text-align: left;
    width: 20px;
}

.for-notification .dropdown-menu .dropdown-item p {
    padding: 0 !important;
    text-overflow: ellipsis;
}

#menuToggle2 {
    padding-left: 25px;
}

#language-select {
    color: #f1f2f7;
    float: right;
    margin: 7px 20px 0 0;
    max-width: 80px;
}

#language-select:focus,
#language-select:visited {
    border: none;
    outline: 0;
}

#language-select .dropdown-toggle::after {
    display: none;
}

#language-select .dropdown-menu {
    background: #EDEDED;
    border: none;
    border-radius: 0;
    left: -8px !important;
    min-width: inherit;
    padding: 0 5px;
    top: 46px !important;
}

#language-select .dropdown-menu .dropdown-item {
    margin-right: 0;
    max-width: 25px;
    padding: 0;
}

#language-select .dropdown-menu .dropdown-item:hover {
    background: #EDEDED;
}

#language-select .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 0;
    width: 25px;
}

.notification-show+.dropdown-menu,
.message-show+.dropdown-menu,
.language-show+.dropdown-menu {
    display: block;
}

.content {
    float: left;
    padding: 0 55px;
    width: 100%;
}

.content .sub-content {
    background-color: #fff;
    margin: 10px 0 30px;
    border: 1px solid #E6E9ED;
    padding: 20px 30px;
    min-height: 100vh;
}

.card {
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.card h4 {
    font-size: 1.1rem;
}

.card .user-header .media img {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.card .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #fff;
    outline: 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(120, 130, 140, 0.4);
}

.card .card-footer {
    padding: 0.65rem 1.25rem;
    background-color: #f0f3f5;
    border-top: 1px solid #c2cfd6;
}

.card .card-footer ul li {
    display: table-cell;
    padding: 0 1rem;
    text-align: center;
}

.breadcrumbs {
    margin-top: 0;
}


/* Tabs */

.nav-tabs a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs .dropdown .dropdown-menu {
    top: 100% !important;
}

.custom-tab .nav-tabs>a.active,
.custom-tab .nav-tabs>.active>a:focus,
.custom-tab .nav-tabs>li.active>a:hover {
    border-color: transparent transparent;
    color: #ff2e44;
    position: relative;
}

.custom-tab .nav-tabs>a.active>a:after,
.custom-tab .nav-tabs>li.active>a:focus:after,
.custom-tab .nav-tabs>li.active>a:hover:after {
    background: #ff2e44;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}

.card .card-header .card-actions {
    float: right;
}

.card .card-header .card-actions [class*="btn"] {
    border-left: 1px solid rgba(120, 130, 140, 0.4);
    color: #878787;
    display: inline-block;
    font-size: 16px;
    float: left;
    padding: 0 7px;
    width: inherit;
    text-align: center;
}

.social-buttons .card-body p button {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.social-buttons .only-icon .card-body p button {
    padding: 0;
}

.social-buttons .social i {
    padding: 0 10px;
    width: inherit !important;
}

.social-buttons .only-text p button {
    padding: 0 .5rem;
}

.buttons button {
    margin: 2px 0;
}


/* Ribons */

.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

.corner-ribon i {
    padding: 10px 0 0 35px;
    color: #fff;
}

.black-ribon {
    background: url(/images/twitter_corner_black.png?1a07e12bb53e93ae75e7fb5f0193694b) no-repeat;
}

.blue-ribon {
    background: url(/images/twitter_corner_blue.png?cc9d7e4190f57fcf803e6faffe1e3ff5) no-repeat;
}

.twt-feed .wtt-mark {
    color: rgba(255, 255, 255, 0.15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    left: 40%;
}

.twt-feed {
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul li {
    width: 32%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 10px;
    width: 100%;
}

.twt-category ul li {
    color: #bdbdbd;
    font-size: 13px;
}

.twt-footer {
    padding: 12px 15px;
}

.twt-footer,
.twt-footer a {
    color: #d2d2d2;
}


/* Button Reset */

.btn,
.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-radius: 0;
    cursor: pointer;
}


/* Icons */

.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}

.icon-container:hover .icon-name {
    color: #000;
}

.icon-name {
    color: #aaa;
    margin-left: 35px;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.icon-container:hover .icon-name {
    margin-left: 45px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
    padding-bottom: 9px;
    margin: 30px 0px 27px 0px;
}

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list i {
    font-style: 16px;
    padding-right: 10px;
}

.social-box i {
    line-height: 110px;
}

.social-box ul {
    display: inline-block;
    margin: 7px 0 0;
    padding: 10px;
    width: 100%;
}

.social-box ul li {
    color: #949CA0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: right;
}

.social-box ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

.social-box ul li span {
    font-size: 14px;
}

.login-logo {
    text-align: center;
    margin-bottom: 15px;
}

.login-logo span {
    color: #ffffff;
    font-size: 24px;
}

.login-content {
    max-width: 650px;
    margin: 22vh auto;
    border: 1px solid #e4e4e4 !important;
    max-width: 565px;
}

.login-form {
    background: #fff;
    padding: 60px 110px 30px;
}

.login-form .table-login {
    width: 100%;
}

.login-form .table-login th,
.login-form .table-login td {
    padding: 10px 0;
}

.login-form .table-login th {
    font-weight: normal;
    white-space: nowrap;
    width: 1rem;
}

.login-form .table-login td {
    padding-left: 30px;
}

.login-form .table-login td .form-control {
    border-radius: 0;
}

.login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 50px;
}

.login-form .checkbox {
    color: #878787;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    text-transform: uppercase;
    font-size: 14px;
}

.login-form label {
    color: #73879C;
    text-transform: uppercase;
}

.login-form label a {
    color: #ff2e44;
}

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button {
    padding: 0 30px;
}

.social-button .facebook {
    background: #3b5998;
    color: #fff;
}

.social-button .facebook:hover {
    background: #344e86;
}

.social-button .twitter {
    background: #00aced;
    color: #fff;
}

.social-button .twitter:hover {
    background: #0099d4;
}

.social-button i {
    padding: 19px;
}

.register-link a {
    color: #ff2e44;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0px;
}

.nestable-cart {
    overflow: hidden;
}


/* Forms */

.input-group-addon {
    background-color: transparent;
    border-left: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
}

.flotTip {
    background: #252525;
    border: 1px solid #252525;
    padding: 5px 15px;
    color: #ffffff;
}

.flot-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 275px;
    padding: 20px 15px 15px;
    margin: 15px auto 30px;
    background: transparent;
}

.flot-pie-container {
    height: 275px;
}

.flotBar-container {
    height: 275px;
}

.flot-line {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
    width: 100%;
    height: 275px;
}

.morris-hover {
    position: absolute;
    z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.morris-hover.morris-default-style {
    border-radius: 2px;
    padding: 10px 12px;
    color: #666;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff !important;
}

.morris-hover-point {
    color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
    height: 285px;
}

.map,
.vmap {
    width: 100%;
    height: 400px;
}

.btn-toolbar {
    float: left !important;
}

.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #212529;
    border-color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-toolbar .btn-outline-secondary:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}


/*    Widget One
---------------------------*/

.dib {
    display: inline-block;
}

.stat-widget-one .stat-icon {
    vertical-align: top;
}

.stat-widget-one .stat-icon i {
    font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block;
}

.stat-widget-one .stat-content {
    margin-left: 30px;
    margin-top: 7px;
}

.stat-widget-one .stat-text {
    font-size: 14px;
    color: #868e96;
}

.stat-widget-one .stat-digit {
    font-size: 24px;
    color: #373757;
}


/*    Widget Two
---------------------------*/

.stat-widget-two {
    text-align: center;
}

.stat-widget-two .stat-digit {
    font-size: 1.75rem;
    font-weight: 500;
    color: #373757;
}

.stat-widget-two .stat-digit i {
    font-size: 18px;
    margin-right: 5px;
}

.stat-widget-two .stat-text {
    font-size: 16px;
    margin-bottom: 5px;
    color: #868e96;
}

.stat-widget-two .progress {
    height: 8px;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stat-widget-two .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*    Widget Three
---------------------------*/

.stat-widget-three .stat-icon {
    display: inline-block;
    padding: 33px;
    position: absolute;
    line-height: 21px;
}

.stat-widget-three .stat-icon i {
    font-size: 30px;
    color: #ffffff;
}

.stat-widget-three .stat-content {
    text-align: center;
    padding: 15px;
    margin-left: 90px;
}

.stat-widget-three .stat-digit {
    font-size: 30px;
}

.stat-widget-three .stat-text {
    padding-top: 4px;
}

.home-widget-three .stat-icon {
    line-height: 19px;
    padding: 27px;
}

.home-widget-three .stat-digit {
    font-size: 24px;
    font-weight: 300;
    color: #373757;
}

.home-widget-three .stat-content {
    text-align: center;
    margin-left: 60px;
    padding: 13px;
}

.stat-widget-four {
    position: relative;
}

.stat-widget-four .stat-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.stat-widget-four i {
    display: block;
    font-size: 36px;
}

.stat-widget-four .stat-content {
    margin-left: 40px;
    text-align: center;
}

.stat-widget-four .stat-heading {
    font-size: 20px;
}

.stat-widget-five .stat-icon {
    border-radius: 100px;
    display: inline-block;
    position: absolute;
}

.stat-widget-five i {
    border-radius: 100px;
    display: block;
    font-size: 36px;
    padding: 30px;
}

.stat-widget-five .stat-content {
    margin-left: 100px;
    padding: 24px 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
}

.stat-widget-five .stat-heading {
    text-align: right;
    padding-left: 80px;
    font-size: 20px;
    font-weight: 200;
}

.stat-widget-six {
    position: relative;
}

.stat-widget-six .stat-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.stat-widget-six i {
    display: block;
    font-size: 36px;
}

.stat-widget-six .stat-content {
    margin-left: 40px;
    text-align: center;
}

.stat-widget-six .stat-heading {
    font-size: 16px;
    font-weight: 300;
}

.stat-widget-six .stat-text {
    font-size: 12px;
    padding-top: 4px;
}

.stat-widget-seven .stat-heading {
    text-align: center;
}

.stat-widget-seven .gradient-circle {
    text-align: center;
    position: relative;
    margin: 30px auto;
    display: inline-block;
    width: 100%;
}

.stat-widget-seven .gradient-circle i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35px;
    font-size: 30px;
}

.stat-widget-seven .stat-footer {
    text-align: center;
    margin-top: 30px;
}

.stat-widget-seven .stat-footer .stat-count {
    padding-left: 5px;
}

.stat-widget-seven .count-header {
    color: #252525;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

.stat-widget-seven .stat-count {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
}

.stat-widget-seven .analytic-arrow {
    position: relative;
}

.stat-widget-seven .analytic-arrow i {
    font-size: 12px;
}


/* Stat widget Eight
--------------------------- */

.stat-widget-eight {
    padding: 15px;
}

.stat-widget-eight .header-title {
    font-size: 20px;
    font-weight: 300;
}

.stat-widget-eight .ti-more-alt {
    color: #878787;
    cursor: pointer;
    left: -5px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.stat-widget-eight .stat-content {
    margin-top: 50px;
}

.stat-widget-eight .stat-content .ti-arrow-up {
    font-size: 30px;
    color: #28a745;
}

.stat-widget-eight .stat-content .stat-digit {
    font-size: 24px;
    font-weight: 300;
    margin-left: 15px;
}

.stat-widget-eight .stat-content .progress-stats {
    color: #aaadb2;
    font-weight: 400;
    position: relative;
    top: 10px;
}

.stat-widget-eight .progress {
    margin-bottom: 0;
    margin-top: 30px;
    height: 7px;
    background: #EAEAEA;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stat-widget-nine .all-like {
    float: right;
}

.stat-widget-nine .stat-icon i {
    font-size: 22px;
}

.stat-widget-nine .stat-text {
    font-size: 14px;
}

.stat-widget-nine .stat-digit {
    font-size: 14px;
}

.stat-widget-nine .like-count {
    font-size: 30px;
}

.horizontal {
    position: relative;
}

.horizontal:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 38px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

.widget-ten span i {
    color: #ffffff;
    opacity: 0.5;
}

.widget-ten h5 {
    color: #ffffff;
}

.widget-ten p {
    color: #ffffff !important;
    opacity: 0.75;
}


/* Mixed Styles */

.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
    margin: 5px 0;
}

.vue-lists ul,
.vue-lists ol {
    padding-left: 30px;
}

.card .dropdown.float-right .dropdown-menu {
    left: inherit !important;
    right: 0 !important;
    top: 93% !important;
}

.dataTables_paginate .pagination {
    border-radius: 0;
}

.dataTables_paginate .pagination li {
    border-radius: 0 !important;
}

.dataTables_paginate .pagination li a {
    border-radius: 0 !important;
    color: #272c33;
}

.dataTables_paginate .pagination li.active a {
    background: #272c33;
    border-color: #272c33;
    color: #fff;
}

.dataTables_paginate .pagination li:hover a {
    background: #272c33;
    border-color: #272c33;
    color: #fff;
}


/*footer*/

footer {
    background: #fff;
    padding: 15px 20px;
    display: block;
    bottom: 0;
    width: 100%;
}

footer .pull-right {
    color: #de7a22;
    font-weight: bold;
    padding-right: 50px;
}


/*end footer*/

@media (min-width: 768px) {
    .navbar .navbar-nav li.menu-item-has-children .sub-menu li:before {
        background: #fff;
        bottom: auto;
        content: "";
        height: 8px;
        left: 10px;
        margin-top: 13px;
        position: absolute;
        right: auto;
        width: 8px;
        z-index: 1;
        border-radius: 50%;
    }
    .navbar .navbar-nav li.menu-item-has-children .sub-menu li:after {
        border-left: 1px solid #fff;
        bottom: 0;
        content: "";
        left: 14px;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 1368px) {
    .content {
        padding: 0 15px;
    }
    .twt-category {
        margin-bottom: 0;
    }
    .twt-feed {
        max-height: 155px;
    }
    .twt-feed img {
        height: 75px;
        width: 75px;
    }
    .stat-widget-one .stat-content {
        margin-left: 15px;
    }
    .card-body {
        padding: 15px;
    }
    .badges button {
        margin: 2px 0;
    }
}

@media (max-width: 991.99px) {
    .content .sub-content {
        padding: 15px 15px;
        margin: 10px 5px;
    }
    aside.left-panel {
        padding: 0 20px;
        width: 200px;
    }
    .navbar .navbar-nav li>a .menu-icon {
        width: 30px;
    }
    .navbar .navbar-nav li.menu-item-has-children .sub-menu {
        padding: 0 0 0 30px;
    }
    .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
        padding: 2px 0 2px 25px;
    }
    .card .card-header {
        position: relative;
    }
    .card .card-header strong {
        display: block;
    }
    .card .card-header small {
        float: left;
    }
    .card .card-header .card-actions {
        right: 0;
        top: .75rem;
        position: absolute;
    }
    body {
        display: block;
    }
    aside.left-panel {
        display: block;
        height: auto;
        min-height: inherit;
        padding: 0 15px;
        width: 100%;
    }
    aside.left-panel .navbar {
        margin-bottom: 0;
    }
    aside.left-panel .navbar .navbar-header {
        height: 50px;
    }
    aside.left-panel .navbar .navbar-brand {
        border-bottom: none;
        display: inline-block;
        float: left;
        line-height: 1;
        margin-top: 11px;
        min-height: inherit;
    }
    aside.left-panel .navbar .navbar-brand.hidden {
        display: none;
    }
    aside.left-panel .navbar .navbar-toggler {
        float: right;
        margin-top: 8px;
        color: #fff;
    }
    aside.left-panel .navbar .navbar-nav li>a {
        padding: 5px 0;
    }
    aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
        top: 5px;
    }
    aside.left-panel .navbar .menu-title {
        line-height: 30px;
        padding: 0;
    }
    .menutoggle {
        display: none;
    }
    .right-panel {
        display: block;
    }
    .right-panel header.header {
        padding: 5px 10px 1px 5px;
    }
    .right-panel header.header div[class*="col"] {
        padding: 0;
        width: initial;
    }
    .right-panel header.header .col-sm-7 {
        float: left;
    }
    .right-panel header.header .col-sm-5 {
        float: right;
    }
    .right-panel .breadcrumbs {
        padding: 10px 15px;
    }
    .right-panel .breadcrumbs div[class*="col"] {
        padding: 0;
    }
    .right-panel .breadcrumbs .page-header {
        min-height: inherit;
        padding: 0;
    }
    .right-panel .breadcrumbs .page-header h1 {
        padding: 5px 0;
    }
    .right-panel .breadcrumbs .page-header.float-right {
        float: left;
        text-align: left;
        width: 100%;
    }
    .right-panel .breadcrumbs .page-header.float-right .breadcrumb {
        padding: 0;
    }
    .right-panel .content {
        padding: 0 5px;
    }
    .right-panel .content .card .card-title {
        margin-bottom: 0;
    }
    .right-panel .content .card .card-footer {
        padding: 15px 5px;
    }
    .right-panel .content .card .card-footer ul {
        margin: 0;
    }
    .right-panel .content .card .card-footer ul li {
        float: left;
        margin: 5px 0;
        padding: 0 10px;
        width: 33.33%;
    }
    .right-panel .content div[class*="col"] {
        padding: 0;
    }
    .right-panel .content .row div[class*="col"] {
        padding: 0 15px;
    }
    .right-panel .content .nav-tabs .nav-link,
    .right-panel .content .nav-pills .nav-link {
        padding: .5rem;
    }
    .right-panel .content .tab-content.pl-3 {
        padding-left: 0 !important;
    }
    .right-panel .content #bootstrap-data-table_wrapper {
        font-size: 14px;
        padding: 0;
    }
    .right-panel .content #bootstrap-data-table_wrapper div[class*="col"] {
        padding: 0;
    }
    .right-panel .content #bootstrap-data-table_wrapper .table td,
    .right-panel .content #bootstrap-data-table_wrapper .table th {
        padding: 5px;
    }
}

@media (max-width: 992px) {
    [class*="col"].no-padding {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

@media (max-width: 767.99px) {
    .right-panel-enduser .user-area h4 {
        font-size: 18px;
        padding-right: 20px;
    }
    .login-content {
        margin: 15vh auto;
    }
    .login-form {
        padding: 20px;
    }
    .login-form .table-login th,
    .login-form .table-login td {
        width: 100%;
        display: block;
        padding: 0;
    }
    .login-form .table-login td {
        padding-bottom: 20px;
    }
}

.text-login {
    color: #de7a22;
}

.custom-align {
    margin-left: 17px;
}

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

@media (max-width: 375px) {
    .custom-text-time {
        font-size: 0.9rem !important;
    }
}

.hover-tooltipevent {
    -webkit-box-shadow: 1px 1px 2px gray, 0 0 25px gray, 0 0 5px gray;
    box-shadow: 1px 1px 2px gray, 0 0 25px gray, 0 0 5px gray;
    height: auto;
    width: 200px;
    background: #fcf8e3;
    position: absolute;
    z-index: 99999;
    bottom: 100%;
    left: 10%;
}

.hover-tooltipevent::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: var(--left-tooltip);
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #fcf8e3 transparent transparent transparent;
    z-index: 99999;
}

.fc-day-grid-event {
    position: relative;
}

.tooltipevent-li {
    color: deepskyblue;
    margin: 0px 20px;
    margin-right: 30px;
    padding-top: 10px;
    list-style: none;
    line-height: 30px;
    font-size: 13px;
}

@media (min-width: 576px) and (max-width: 768px) {
    .abc_0 {
        left: 0 !important;
    }
    .abc_0:after {
        --left-tooltip: 20%;
    }
    .abc_1 {
        left: -15px !important;
    }
    .abc_1:after {
        --left-tooltip: 25%;
    }
    .abc_2 {
        left: -40px !important;
    }
    .abc_2:after {
        --left-tooltip: 40%;
    }
    .abc_3 {
        left: -50px !important;
    }
    .abc_3:after {
        --left-tooltip: 45%;
    }
    .abc_4 {
        left: -65px !important;
    }
    .abc_4:after {
        --left-tooltip: 50%;
    }
    .abc_5 {
        left: -70px !important;
    }
    .abc_5:after {
        --left-tooltip: 50%;
    }
    .abc_6 {
        left: -120px !important;
    }
    .abc_6:after {
        --left-tooltip: 80%;
    }
}

@media (max-width: 575px) {
    .abc_0 {
        left: 0 !important;
    }
    .abc_0:after {
        --left-tooltip: 10%;
    }
    .abc_1 {
        left: -50px !important;
    }
    .abc_1:after {
        --left-tooltip: 30%;
    }
    .abc_2 {
        left: -80px !important;
    }
    .abc_2:after {
        --left-tooltip: 50%;
    }
    .abc_3 {
        left: -100px !important;
    }
    .abc_3:after {
        --left-tooltip: 60%;
    }
    .abc_4 {
        left: -80px !important;
    }
    .abc_4:after {
        --left-tooltip: 50%;
    }
    .abc_5 {
        left: -130px !important;
    }
    .abc_5:after {
        --left-tooltip: 80%;
    }
    .abc_6 {
        left: -150px !important;
    }
    .abc_6:after {
        --left-tooltip: 90%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .abc_0 {
        left: 0 !important;
    }
    .abc_0:after {
        --left-tooltip: 20%;
    }
    .abc_1 {
        left: -15px !important;
    }
    .abc_1:after {
        --left-tooltip: 50%;
    }
    .abc_2 {
        left: -40px !important;
    }
    .abc_2:after {
        --left-tooltip: 50%;
    }
    .abc_3 {
        left: -50px !important;
    }
    .abc_3:after {
        --left-tooltip: 50%;
    }
    .abc_4 {
        left: -65px !important;
    }
    .abc_4:after {
        --left-tooltip: 50%;
    }
    .abc_5 {
        left: -70px !important;
    }
    .abc_5:after {
        --left-tooltip: 50%;
    }
    .abc_6 {
        left: -120px !important;
    }
    .abc_6:after {
        --left-tooltip: 80%;
    }
}

@media (min-width: 1024px) {
    .abc_0 {
        left: 0 !important;
    }
    .abc_0:after {
        --left-tooltip: 20%;
    }
    .abc_1 {
        left: -15px !important;
    }
    .abc_1:after {
        --left-tooltip: 50%;
    }
    .abc_2 {
        left: -40px !important;
    }
    .abc_2:after {
        --left-tooltip: 50%;
    }
    .abc_3 {
        left: -50px !important;
    }
    .abc_3:after {
        --left-tooltip: 50%;
    }
    .abc_4 {
        left: -30px !important;
    }
    .abc_4:after {
        --left-tooltip: 50%;
    }
    .abc_5 {
        left: -30px !important;
    }
    .abc_5:after {
        --left-tooltip: 50%;
    }
    .abc_6 {
        left: -70px !important;
    }
    .abc_6:after {
        --left-tooltip: 80%;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .btn-driver-mobile {
        max-width: 160px !important;
        padding: .5rem !important;
    }
}

.custom-btn-edit {
    background-color: #de7a22 !important;
    border: none !important;
}

.custom-btn-create {
    background-color: #de7a22 !important;
    border: none !important;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
}

.custom_url {
    color: white;
}

.custom_url:hover {
    color: white;
}

.custom_url:focus {
    color: white;
}

.link-disabled {
    pointer-events: none;
    opacity: 0.7;
}

.text-size-login {
    font-size: 15px;
}

.fc-event {
    line-height: 7.5;
}

.custom-text {
    word-break: break-all;
}

.custom-text-center {
    text-align: center;
}

.text-color-crs050 {
    color: #FA0303;
}

.irs-single {
    display: none !important;
}

.irs-min,
.irs-max {
    font-size: 10px !important;
    visibility: visible !important;
    word-break: break-word;
}

.irs--round .irs-line {
    top: 30px !important;
    height: 10px !important;
    background-color: #cac5c5 !important;
}

.irs--round .irs-handle {
    width: 1px !important;
}

.irs--round .irs-handle {
    border: 2px solid #dc3545 !important;
    top: 23px !important;
}

.irs--round .irs-bar {
    height: 10px !important;
    top: 30px !important;
    background-color: #dc3545 !important;
}

.label-badge {
    background-color: #D27DA0 !important;
    padding: 5px 10px !important;
    margin-top: 5px;
}

.text-rp-clr {
    color: #E21414;
}

.text-rp-clb {
    color: #004eff;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #DEE2E6;
}

.checkmark-disabled {
    background-color: #DEE2E6 !important;
}

.checkbox-disabled::before {
    background-color: #DEE2E6 !important;
}

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

#bootstrap-data-table td {
    vertical-align: middle;
}

.sufee-login.sufee-login-hg {
    height: calc(100vh - 109px);
}

.btn-gr-enduser {
    background-color: #999 !important;
    border-color: #999 !important;
}

.mg-right-25 {
    margin-right: 25px;
}

.text-unit {
    display: contents;
}

@media (max-width: 992px) {
    .text-unit {
        float: right;
    }
}

.text-unit {
    display: contents;
    padding: 0px;
}

@media (max-width: 992px) {
    .text-unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.btn-back,
a.btn-back {
    color: #fff;
    background-color: #f08080 !important;
    border: 1px solid #C5C5C5;
}

.btn-back,
a.btn-back,
.btn-open-all,
.btn-create-user {
    margin-right: 0.25rem;
}

.block-news {
    border: 1px solid #707070;
    color: #1169BB;
    line-height: 24px;
    padding: 15px;
    font-size: 16px;
}

.block-news .title {
    font-size: 18px;
    font-weight: 500;
}

.btn {
    /* border-radius: 6px; */
}

.btn-success {
    background-color: #26B99A;
    border: 1px solid #26B99A;
}

.btn-success:hover {
    background-color: #26B99A;
    border: 1px solid #26B99A;
}

.btn-primary {
    background-color: #de7a22;
    border: 1px solid #de7a22;
    border-radius: 0;
}
.btn-primary:hover {
    background-color: #db681a;
    border: 1px solid #de7a22;
    border-radius: 0;
}
.btn-primary:focus {
    background-color: #db681a !important;
    border: 1px solid #de7a22 !important;
    border-radius: 0;
}

.btn-info {
    background-color: #5BC0DE;
    border: 1px solid #46B8DA;
}

.btn-danger {
    background-color: #D9534F;
    border: 1px solid #D43F3A;
}

.custom-btn-003 {
    display: block;
    margin-bottom: 20px;
}

.btn-padding-003 {
    padding: 70px;
}

.btn-gray {
    background-color: #686868;
    border: 1px solid #686868;
    color: #fff;
}

span.text-name {
    color: #1169BB;
}

.table thead th {
    background: #445466;
    color: #fff;
    text-align: center;
}

.table .custom-control {
    padding-left: 0px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #DDDDDD;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 0;
}

.table-center td {
    text-align: center;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 200px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-scroll {
    margin-bottom: 0px;
}

.table-color td,
.table-color select {
    color: #73879C;
}

.table-center-td-2 td:nth-child(2) {
    text-align: center;
}

.table-center-td-3 td:nth-child(3) {
    text-align: center;
}

.style1 {
    padding-right: 16px;
    background: #445466;
    border: none;
}

.style2 {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.style3 {
    overflow-y: auto;
    height: 200px;
}

.style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0px;
}

.style5 {
    padding-right: 16px;
    background: #445466;
    border: none;
}

.style6 {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.style7 {
    overflow-y: auto;
    height: 200px;
}

.table-border-003 thead th {
    border-right: 0px solid #445466;
    border-bottom-width: 0;
    border-top: 1px solid #445466;
}

.border-dashed {
    border: 1px dashed #E6E9ED;
}

.word-break {
    word-break: keep-all;
}

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

@media (max-width: 767.99px) {
    .text-center-mo {
        text-align: center !important;
    }
}

.daterangepicker .ranges li {
    color: #73879C;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #536A7F;
    border: 1px solid #536A7F;
    color: #fff;
}

.daterangepicker .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.daterangepicker .input-mini.active {
    border: 1px solid #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    border-radius: 0px !important;
}

.daterangepicker select.monthselect {
    margin-left: 2%;
}

.daterangepicker td.in-range {
    background: #E4E7EA;
    color: #73879C;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #fff;
}

.daterangepicker th.available:hover {
    background: #eee;
    color: #34495E;
}

.daterangepicker:before,
.daterangepicker:after {
    content: none;
}

.daterangepicker .calendar.single {
    margin: 0 0 4px 0;
}

.daterangepicker .calendar.single .calendar-table {
    width: 224px;
    padding: 0 0 4px 0 !important;
}

.daterangepicker .calendar.single .calendar-table thead tr:first-child th {
    padding: 8px 5px;
}

.daterangepicker .calendar.single .calendar-table thead th {
    border-radius: 0;
}

.daterangepicker.picker_1 {
    color: #fff;
    background: #34495E;
}

.daterangepicker.picker_1 .calendar-table {
    background: #34495E;
}

.daterangepicker.picker_1 .calendar-table thead tr {
    background: #213345;
}

.daterangepicker.picker_1 .calendar-table thead tr:first-child {
    background: #1ABB9C;
}

.daterangepicker.picker_1 .calendar-table td.off {
    background: #34495E;
    color: #999;
}

.daterangepicker.picker_1 .calendar-table td.available:hover {
    color: #34495E;
}

.daterangepicker.picker_2 .calendar-table thead tr {
    color: #1ABB9C;
}

.daterangepicker.picker_2 .calendar-table thead tr:first-child {
    color: #73879C;
}

.daterangepicker.picker_3 .calendar-table thead tr:first-child {
    color: #fff;
    background: #1ABB9C;
}

.daterangepicker.picker_4 .calendar-table thead tr:first-child {
    color: #fff;
    background: #34495E;
}

.daterangepicker.picker_4 .calendar-table td,
.daterangepicker.picker_4 .calendar-table td.off {
    background: #ECF0F1;
    border: 1px solid #fff;
    border-radius: 0;
}

.daterangepicker.picker_4 .calendar-table td.active {
    background: #34495E;
}

.calendar-exibit .show-calendar {
    float: none;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.calendar-exibit .show-calendar .calendar {
    margin: 0 0 4px 0;
}

.calendar-exibit .show-calendar.picker_1 {
    background: #34495E;
}

.calendar-exibit .calendar-table {
    padding: 0 0 4px 0;
}

.daterangepicker .calendar th {
    color: #26B99A;
}

.daterangepicker .calendar th.month {
    color: #536A7F;
}

.social {
    color: #fff;
}

.social.btn-sm {
    padding: 0 10px 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.social.btn-lg {
    border-radius: 0;
}

.social.btn {
    border-radius: 0;
}

.social i {
    width: 1.8125rem;
    line-height: 2;
}

.social.facebook {
    background: #3b5998;
}

.social.facebook:hover {
    background: #344e86;
}

.social [class*="-facebook"] {
    background: #2d4373;
}

.social.twitter {
    background: #00aced;
}

.social.twitter:hover {
    background: #0099d4;
}

.social [class*="-twitter"] {
    background: #0087ba;
}

.social.linkedin {
    background: #4875b4;
}

.social.linkedin:hover {
    background: #4169a2;
}

.social [class*="-linkedin"] {
    background: #395d90;
}

.social.flickr {
    background: #ff0084;
}

.social.flickr:hover {
    background: #e60077;
}

.social [class*="-flickr"] {
    background: #cc006a;
}

.social.tumblr {
    background: #32506d;
}

.social.tumblr:hover {
    background: #2a435c;
}

.social [class*="-tumblr"] {
    background: #22364a;
}

.social.xing {
    background: #026466;
}

.social.xing:hover {
    background: #024b4d;
}

.social [class*="-xing"] {
    background: #013334;
}

.social.github {
    background: #4183c4;
}

.social.github:hover {
    background: #3876b4;
}

.social [class*="-github"] {
    background: #3269a0;
}

.social.html5 {
    background: #e34f26;
}

.social.html5:hover {
    background: #d4431b;
}

.social [class*="-html5"] {
    background: #be3c18;
}

.social.openid {
    background: #f78c40;
}

.social.openid:hover {
    background: #f67d28;
}

.social [class*="-openid"] {
    background: #f56f0f;
}

.social.stack-overflow {
    background: #fe7a15;
}

.social.stack-overflow:hover {
    background: #f86c01;
}

.social [class*="-stack-overflow"] {
    background: #df6101;
}

.social.css3 {
    background: #0170ba;
}

.social.css3:hover {
    background: #0161a1;
}

.social [class*="-css3"] {
    background: #015187;
}

.social.youtube {
    background: #b00;
}

.social.youtube:hover {
    background: #a20000;
}

.social [class*="-youtube"] {
    background: #880000;
}

.social.dribbble {
    background: #ea4c89;
}

.social.dribbble:hover {
    background: #e7357a;
}

.social [class*="-dribbble"] {
    background: #e51e6b;
}

.social.dropbox {
    background: #007ee5;
}

.social.dropbox:hover {
    background: #0070cc;
}

.social [class*="-dropbox"] {
    background: #0070cc;
}

.social.google-plus {
    background: #d34836;
}

.social.google-plus:hover {
    background: #c43d2b;
}

.social [class*="-google-plus"] {
    background: #b03626;
}

.social.instagram {
    background: #517fa4;
}

.social.instagram:hover {
    background: #497293;
}

.social [class*="-instagram"] {
    background: #406582;
}

.social.pinterest {
    background: #cb2027;
}

.social.pinterest:hover {
    background: #b51d23;
}

.social [class*="-pinterest"] {
    background: #9f191f;
}

.social.vk {
    background: #45668e;
}

.social.vk:hover {
    background: #3d5a7d;
}

.social [class*="-vk"] {
    background: #344d6c;
}

.social.yahoo {
    background: #400191;
}

.social.yahoo:hover {
    background: #350178;
}

.social [class*="-yahoo"] {
    background: #2a015e;
}

.social.behance {
    background: #1769ff;
}

.social.behance:hover {
    background: #0059fd;
}

.social [class*="-behance"] {
    background: #0050e3;
}

.social.reddit {
    background: #ff4500;
}

.social.reddit:hover {
    background: #e63e00;
}

.social [class*="-reddit"] {
    background: #cc3700;
}

.social.spotify {
    background: #7ab800;
}

.social.spotify:hover {
    background: #699f00;
}

.social [class*="-spotify"] {
    background: #588500;
}

.social.vine {
    background: #00bf8f;
}

.social.vine:hover {
    background: #00a67c;
}

.social [class*="-vine"] {
    background: #008c69;
}

.social.foursquare {
    background: #1073af;
}

.social.foursquare:hover {
    background: #0e6498;
}

.social [class*="-foursquare"] {
    background: #0c5480;
}

.social.vimeo {
    background: #aad450;
}

.social.vimeo:hover {
    background: #a0cf3c;
}

.social [class*="-vimeo"] {
    background: #93c130;
}

.title-page {
    font-size: 30px;
    color: #333;
    border-bottom: 2px solid #E6E9ED;
    width: calc(100% + 90px);
    margin-left: -45px;
    padding: 0 45px 10px;
}

.card-title {
    font-size: 18px;
    color: #de7a22;
    font-weight: 600;
}

.color-73879C {
    color: #73879C;
}

.color-333 {
    color: #333;
}

.color-E21414 {
    color: #E21414;
}

.label-badge {
    background: #E27DA0;
    padding: 0 10px;
    color: white;
    float: right;
    margin-left: 5px;
}

input.error,
textarea.error {
    border: 1px solid #b22222;
}

.test-survey {
    padding: 20px 10px;
    border: 1px solid #707070;
}

.optionsRadios1 {
    position: absolute;
    opacity: 0;
}

.crs_003 .custom-form-group {
    margin-bottom: 0;
}

.form-group label {
    color: #73879C;
}

.custom-control-label {
    font-size: 14px;
}

.custom-control-label::before {
    top: 10px;
}

.custom-control-label::after {
    top: 10px;
    border-radius: 0 !important;
}

.p-mail-system {
    font-size: 12px;
}

@media (min-width: 992px) {
    .p-mail-system {
        padding-left: 50px;
    }
}

@media (min-width: 1024px) {
    .custom-lg {
        padding: 0;
    }
    .pd-pc-100 {
        padding: 0 100px;
    }
}

@media (min-width: 768px) {
    .content-page {
        padding: 0 50px;
    }
}

@media (max-width: 991.99px) {
    .label-badge {
        float: none;
        margin-left: 5px;
    }
    .custom-control-label {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .custom-lg-mobile {
        padding: 0 15px !important;
        margin-bottom: 10px;
    }
    .title-page {
        font-size: 22px;
        width: calc(100% + 50px);
        margin-left: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .right-panel-enduser {
        /* background: #fff; */
    }
    .right-panel-enduser .content {
        margin-top: 0 !important;
    }
    .right-panel-enduser .content .sub-content {
        border: 0;
        padding: 0;
    }
    .pull-right-mo {
        padding-right: 0 !important;
        text-align: center;
        width: 100%;
    }
}

.block-news {
    border: 1px solid #707070;
    color: #1169BB;
    line-height: 24px;
    padding: 15px;
    font-size: 16px;
}

.block-news .title {
    font-size: 18px;
    font-weight: 500;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #de7a22;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #de7a22;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #de7a22;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio input:checked~.checkmark {
    background-color: #de7a22;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

.custom-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

.wizard_horizontal ul.wizard_steps li a {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.done .step_no,
.wizard_horizontal ul.wizard_steps li a.done:before {
    background: #1ABB9C;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}

.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:active,
:focus,
:visited,
a,
a:active,
a:focus,
a:visited {
    outline: 0;
}

.step_no,
.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no,
.wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #34495E;
    color: #fff;
}

.actionBar {
    padding: 0 70px;
}

.buttonNext,
.buttonFinish {
    float: right;
}

.buttonPrevious {
    margin-right: 30px;
    float: right;
}

.buttonDisabled {
    display: none;
    opacity: 0;
}

.buttonDisabled:hover {
    cursor: context-menu !important;
}

.w-50 {
    width: 50px;
}

.w-50px {
    width: 50px;
}

.w-80px {
    width: 80px;
}

.w-100px {
    width: 100px;
}

.minw-50 {
    min-width: 50px;
}

.minw-1 {
    min-width: 10%;
}

.minw-2 {
    min-width: 20%;
}

.minw-3 {
    min-width: 30%;
}

.minw-4 {
    min-width: 40%;
}

.minw-5 {
    min-width: 50%;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.minw-200px {
    min-width: 200px;
}

@media (max-width: 767.99px) {
    .minw-1 {
        min-width: 100px;
    }
    .minw-2 {
        min-width: 150px;
    }
    .minw-3 {
        min-width: 200px;
    }
    .minw-4 {
        min-width: 250px;
    }
    .minw-5 {
        min-width: 350px;
    }
}

.padding-5px {
    padding-left: 5px;
    padding-right: 5px;
}

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

.padt-0 {
    padding-top: 0 !important;
}

#header .logo {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.user-area {
    float: right;
    padding-right: 0;
    position: relative;
    line-height: 45px;
    font-size: 18px;
}

.user-area h4 {
    float: left;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    padding-right: 25px;
}

.user-area a {
    color: #fff;
    font-size: 30px;
}

.user-area .user-menu {
    background: #EDEDED;
    border: none;
    font-family: 'Open Sans';
    left: inherit !important;
    right: 0;
    top: 55px !important;
    margin: 0;
    max-width: 228px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    min-width: 150px;
    border: 1px solid #707070;
}

.user-area .user-menu .nav-link {
    color: #1169BB;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
}

.user-area .user-avatar {
    float: right;
    margin-top: 4px;
    width: 32px;
}

.user-area .user-info .name {
    color: #8c8c8c;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.user-area .count {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    float: right;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.user-area .dropdown-toggle:after {
    display: none;
}

.footer {
    width: 100%;
    bottom: 0;
    position: relative;
}

.page-title {
    width: calc(100% + 100px);
    margin-left: -50px;
    padding: 0 50px 10px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 24px;
    font-weight: bold;
    color: #de7a22;
}

.page-title .date {
    color: #de7a22;
}

.page-title h3 {
    font-size: 22px;
    color: #de7a22;
}

.main {
    padding: 20px 0;
}

.dropzone {
    min-height: 300px;
    border: 1px solid #707070;
    text-align: center;
}

.dropzone .dz-message {
    text-align: center;
    margin: 5em 0;
}

.dropzone .dz-message span {
    color: #333;
}

.title-page-2 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 20px;
}

.table-data strong {
    color: #73879C;
}

.padding-main {
    padding-left: 20px;
}

.color-1169BB {
    color: #1169BB;
}

.label-middle {
    padding-top: 55px;
}

.crs_012 p img {
    margin: 0 10px 0 10px;
    height: 25px;
    width: 35x;
}

.crs_012 .table-bordered .table-td-1 {
    width: 200px;
}

.crs_012 .calendar-align #calendar0 {
    width: 500px;
    font-size: 10px;
    margin: 0 auto;
}

.crs_012 .calendar-align #calendar1 {
    width: 500px;
    font-size: 10px;
    margin: 0 auto;
}

.crs_012 .fc-other-month .fc-day-number {
    display: none;
}

.crs_012 .fc-body {
    background-color: #FBF8E5;
}

.crs_012 .fc-other-month {
    background-color: white;
}

.text-indent {
    text-indent: 20px;
}

.crs_039 {
    color: #333;
    padding: 0 20px;
}

.crs_039 .mtit {
    color: #de7a22;
}

.crs_039 h4 {
    font-weight: bold;
}

.crs_039 .shadow-custom {
    background-color: #e2e6ef;
}

.crs_039 .shadow-custom ul {
    color: #de7a22 !important;
}

.crs_039 .shadow-custom ul li {
    list-style: inside;
}

.crs_039 .shadow-custom ul li a {
    color: #de7a22 !important;
}

.crs_039 p img {
    margin: 0 10px 0 10px;
    height: 20px;
    width: 20px;
}

.crs_039 .calendar-align {
    background-color: #e2e6ef;
    padding: 15px;
}

.crs_039 .calendar-align .fc-header-toolbar .fc-button {
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #de7a22;
}

.crs_039 .calendar-align .fc-header-toolbar .fc-center {
    display: block;
}

.crs_039 .calendar-align .fc-header-toolbar .fc-center h2 {
    font-size: 1.75rem;
    padding-left: 1rem;
    color: #de7a22;
}

.crs_039 .calendar-align .fc-view-container {
    background-color: #fff;
}

.crs_039 .calendar-align .fc-view-container .fc-widget-header {
    text-align: left;
}

.crs_039 .calendar-align .fc-view-container .fc-widget-header span {
    display: block;
    padding: 10px 15px;
    color: #de7a22;
}

.crs_039 .calendar-align .fc-view-container .fc-widget-content td span {
    color: #de7a22;
    float: left;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
}

.crs_039 .area-news {
    border: 1px solid #e2e6ef;
    padding: 30px 30px 20px;
}

.crs_039 .area-news .title-news {
    color: #de7a22;
    font-size: 1.25rem;
    font-weight: bold;
}

.crs_039 .area-news .lst-news li {
    list-style: none;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

.crs_039 .area-news .lst-news li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.crs_039 .area-news .lst-news li .date,
.crs_039 .area-news .lst-news li .icon {
    display: block;
    float: left;
    width: 60px;
}

.crs_039 .area-news .lst-news li .news-cont {
    float: right;
    width: calc(100% - 65px);
}

.crs_039 .area-news .lst-news.lst-info .icon {
    width: 30px;
}

.crs_039 .area-news .lst-news.lst-info .news-cont {
    width: calc(100% - 35px);
}

.crs_039 .table2 {
    max-width: 100%;
}

.crs_039 .table2 tr td {
    border: 1px solid #73879C;
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .crs_039 h4 {
        font-size: 21px;
        font-weight: bold;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .crs_039 .row h4 {
        text-align: left;
        font-size: 18px;
        height: 35px;
    }
}

@media (max-width: 575.98px) {
    .crs_039 .shadow-custom h4 {
        font-size: 1.01rem;
    }
    .crs_039 .shadow-custom ul {
        padding-left: 5px;
    }
    .crs_039 .shadow-custom ul li {
        padding-left: 5px;
    }
    .crs_039 .shadow-custom ul li a {
        font-size: 0.8rem;
        color: #2391D5;
    }
}

@media (max-width: 767.99px) {
    .crs_039 {
        padding: 15px !important;
    }
    .crs_039 ul {
        margin-bottom: 0;
    }
    .crs_039 .shadow-custom {
        padding: 10px 25px !important;
        margin-bottom: 10px !important;
    }
    .crs_039 .page-title {
        padding: 0 15px 20px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.size-text {
    font-weight: bold;
}

.display {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.style-label {
    margin-top: 10px;
}

.crs_040,
.crs_041,
.crs_042 {
    padding: 0 20px;
}

.crs_040 .table-bordered,
.crs_041 .table-bordered,
.crs_042 .table-bordered {
    border: none;
}

.crs_040 .table-bordered th,
.crs_040 .table-bordered td,
.crs_041 .table-bordered th,
.crs_041 .table-bordered td,
.crs_042 .table-bordered th,
.crs_042 .table-bordered td {
    border-bottom: none;
    border-top: none;
}

.crs_040 .table-bordered th:last-child,
.crs_040 .table-bordered td:last-child,
.crs_041 .table-bordered th:last-child,
.crs_041 .table-bordered td:last-child,
.crs_042 .table-bordered th:last-child,
.crs_042 .table-bordered td:last-child {
    border-right: none;
}

.crs_040 .table-bordered th:first-child,
.crs_040 .table-bordered td:first-child,
.crs_041 .table-bordered th:first-child,
.crs_041 .table-bordered td:first-child,
.crs_042 .table-bordered th:first-child,
.crs_042 .table-bordered td:first-child {
    border-left: none;
}

.crs_040 .table-bordered .title,
.crs_041 .table-bordered .title,
.crs_042 .table-bordered .title {
    font-weight: bold;
    color: #de7a22;
}

.crs_040 .table-bordered td,
.crs_041 .table-bordered td,
.crs_042 .table-bordered td {
    color: #333;
}

.crs_040 .table-striped tr:nth-of-type(odd),
.crs_041 .table-striped tr:nth-of-type(odd),
.crs_042 .table-striped tr:nth-of-type(odd) {
    background-color: #eee;
}

.crs_040 .table-striped tr:nth-of-type(even),
.crs_041 .table-striped tr:nth-of-type(even),
.crs_042 .table-striped tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

.crs_040 .btn-check,
.crs_041 .btn-check,
.crs_042 .btn-check {
    width: 100%;
    max-width: 190px;
    background-color: #999;
    border-color: #999;
}

.crs_040 .btn-event,
.crs_041 .btn-event,
.crs_042 .btn-event {
    width: 100%;
    max-width: 190px;
}

.crs_040 .form-qa,
.crs_041 .form-qa,
.crs_042 .form-qa {
    margin-bottom: 1px;
    background-color: #eee;
    padding: 15px;
}

.crs_040 .form-qa .text-question,
.crs_041 .form-qa .text-question,
.crs_042 .form-qa .text-question {
    color: #1169BB;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
}

.crs_040 .form-qa .label-badge,
.crs_041 .form-qa .label-badge,
.crs_042 .form-qa .label-badge {
    background-color: #de7a22;
    padding: 1px;
    font-size: 12px;
    line-height: 98%;
    padding: 4px 7px;
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .page-title {
        padding: 0 30px 20px;
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}

@media (max-width: 767.99px) {
    .page-title {
        padding: 0 15px 10px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .crs_040,
    .crs_041 {
        padding: 15px;
    }
}

.group-file-attach-item {
    width: 320px;
    background: rgba(32, 33, 36, 0.122);
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid #999;
    font-size: 12px;
}

.btn-delete-file-attach {
    float: right;
    color: #999;
    font-weight: bold;
}

.question-list-image {
    width: 100%;
    margin-bottom: 10px;
}

.question-list-image li {
    display: inline-block;
    list-style: none;
    margin-right: 3px;
}

.question-list-image li img {
    width: 45px;
    height: 45px;
    border: 1px solid #707070;
}

.question-image-desc {
    font-size: 12px;
    margin-bottom: 10px;
}

.btn-upload-image {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
}

.group-images-upload .image-item {
    color: #73879C;
    font-size: 12px;
    margin: 5px 0;
}

.group-images-upload .image-item .delete-image-item {
    background-color: #E6E9ED;
    color: #707070;
    margin-left: 2px;
    padding: 0px 6px 3px 6px;
}

#header-user-input {
    background: #de7a22;
    color: #f1f1f1;
    padding: 5px 5px 9px 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 94%;
    z-index: 100;
    padding: 5px;
}

.size-text-052 {
    color: #73879C;
    font-weight: 400;
}

.w-90 {
    width: 90%;
}
.w-93 {
    width: 93% !important;
}
.w-40 {
    width: 40%;
}

.pe-none {
    pointer-events: none;
}

.form-survey {
    color: #73879C;
}

.form-survey input, textarea, select {
    font-weight: 400;
}

.form-survey .irs--round {
    width: 93%;
}

.crs_052 .form-group label {
    /* font-weight: 400; */
    font-size: 12px;
    /* position: absolute;
    right: 30px;
    bottom: 3px !important;
    padding: 0;
    margin-bottom: 0; */
}

.color-blue-fontend {
    color: #de7a22;
}

@media (min-width: 768px) {
    #all-no-fill-bottom {
        display: none;
    }
}

/*** remindList ***/
.remindList ul {
	list-style: none;
}
.remindList ul li {
	padding-bottom: 10px;
}
#end-user-top-page-remindList{
    margin-left: 16px;
}
#triangle{
    background-color: #e2e6ef;
    padding-top: 10px;
}
@media (max-width: 490px) {
   #bootstrap-data-table-question tr td:nth-child(2) {
    background:#fff;
    margin: 0;
    width: 325px;
    min-height: 45px;
    width: 100%;
    border: 1px solid #eee;
}
.custom-input{
    margin-right: 35px;
    word-break: break-word;
}
#bootstrap-data-table-question tr{
    background:#eee !important;
}


#bootstrap-data-table-question tr td{
    display: flex;
    flex-direction: column;
}
#bootstrap-data-table-question tr td {
  text-align: left !important;
   }
}

.remindList ul li.remind-index {
    color: #de7a22;
    font-size: 1rem;
}
.remindList ul li a {
    text-decoration: underline;
    color: #de7a22;
}

.remindList ul li.remind-deatail-d i {
    color: #46962c;
}
.remindList ul li.remind-deatail-w i {
    color: #f08080;
}
.remindList ul li a:hover {
    text-decoration: underline;
}

.remindList .btn-remind,
.authority-btn {
	margin-right: 20px;
}
.remindList .btn-remind .btn,
.authority-btn .btn {
	min-width: 100px;
}

.modal-header {
    background-color: #445566;
}

.modal-header h6 {
    color: #fff;
}

div.text-danger {
    font-size: 13px;
}

.white-space-pre {
    white-space: pre
}

.li-content-image img {
    height: 100%;
}

.class-reference {
    width: 100%;
}

.references-note-text {
    color: #de7a22 !important;
}

.references-note {
    color: #333 !important;
}

/*# sourceMappingURL=style.css.map*/

.flex-start {
    align-items: flex-start;
}

#calendar0 table thead tr th > span {
    display: block;
    text-align: center;
    padding: 10px;
}
@media (min-width: 375px) {
    .check-sub_question{
        display: grid;
        margin-top: 5px;
        margin-left: 21px !important;
    }
  }
  @media (min-width: 766px) {
    .check-sub_question{
        display: grid;
        margin-top: 5px;
        margin-left: 0px !important;
    }
  }
  .check-radio-question{
      margin-top: -17px !important;
      word-break: break-all; min-height: 25px;
}
