body {
    background: #fafafa;
    font-size: 14px;
    color: #444444;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#fileUploadModal .close {
    opacity: 3.2;
}

#fileUploadModal table td button {
    background-color: #80B341;
}

#fileUploadModal .modal-body {
    height: 620px;
    margin-bottom: 20px;
    overflow-y: scroll;
}

#fileUploadModal table th {
    background-color: #2c3e50;
    color: #fff;
    border-color: #31b0d5;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

.btn-row .col-md-3 button {
    display: block;
    width: 100%;
    margin: 5px;
    white-space: unset;
}

.prof-cont {
    position: relative;
}

.prof-cont #preloader {
    position: absolute;
}

.prof-cont #preloader #loader {
    position: absolute;
    top: 33%;
    right: 0;
    transform: translate(-50%, -50%);
    left: 59%;
    z-index: 999;
    border-top-color: #FFF;
    width: 100px;
    height: 100px;
}

.prof-cont #preloader #loader::before {
    border-top-color: #FFF;
}

.prof-cont #preloader #loader::after {
    border-top-color: #80B341;
}

.row.no-padding .navbar-brand {
    width: 100%;
}

.btn-info {
    background-color: #80B341;
    border-color: transparent;
}

.btn-info:hover {
    background-color: #80B341;
    border-color: transparent;
}

.themes-row .column-theme {
    margin: 14px;
}

.img-reponsive {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.themes-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.themes-row .select-theme {
    margin: 15px 10px;
}

.select-theme img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}

p {
    color: #777;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
}

h1 {
    font-weight: 300;
    font-size: 35px;
}

h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

h3,
h4 {
    font-weight: 300;
}

.large {
    font-size: 2em;
}

.text-muted {
    color: #c5c7cc;
}

.color-gray {
    color: #444444;
}

.color-blue {
    color: #30a5ff;
}

.color-teal {
    color: #1ebfae;
}

.color-orange {
    color: #f16b2d;
}

.color-green {
    color: #82b541;
}

.color-yellow {
    color: #f39903;
}

.color-red {
    color: #990000;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.fa-xl {
    font-size: 2em;
}

input.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 46px;
}

.bootstrap-table input.form-control {
    height: 34px;
}

.input-group-btn .btn {
    height: 46px;
}

.form-control:focus {
    border: 1px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #80B341;
}

.form-control:focus {
    border-color: #80B341 !important;
}

.has-success .form-control,
.has-success .form-control:focus {
    border: 1px solid #8ad919;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border: 1px solid #ffb53e;
}

.has-error .form-control,
.has-error .form-control:focus {
    border: 1px solid #f9243f;
}

.navbar-custom {
    background: #262626;
    height: 60px;
}

.navbar-header .navbar-brand {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    padding-top: 18px;
}

.navbar-header .navbar-brand span {
    color: #80B341;
}

.navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    margin-top: 10px;
}

.navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.05);
}

.icon-bar {
    background: #fff;
}

.dropdown {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    margin: 10px 8px;
    padding: 0px;
    border-radius: 4px;
}

.dropdown a.dropdown-toggle {
    color: #fff;
    height: 40px;
    width: 40px;
    padding-top: 11px;
    padding-left: 9px;
}

.dropdown:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.dropdown .label {
    top: -4px;
    left: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: absolute;
    border-radius: 9999px;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.dropdown-messages {
    border: 1px solid #fff;
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

.dropdown-messages img {
    margin: 5px 10px;
    float: left;
}

.dropdown-messages .message-body {
    margin: 5px;
    float: left;
    width: 280px;
}

.dropdown small {
    color: #999;
}

.dropdown em {
    margin: 0 5px;
}


.dropdown-menu>li>a {
    padding: 5px 10px;
    line-height: 2.4;
}

.dropdown-menu li .message-body a {
    color: #444;
}

.dropdown-menu li:hover {
    background: #80B341;
}

.dropdown-menu li a:hover {
    color: white;
    text-decoration: none;
    background: none;
    /* background: #EE4052; */
}

.divider,
.clear {
    clear: both;
}

.dd {
    margin: 0 !important
}

.dd-menu {
    padding: 0px !important;
}

.dropdown-menu .divider:hover {
    background-color: #e5e5e5;
}

.dropdown-alerts {
    border: 1px solid #fff;
    width: auto;
    color: #444;
    font-size: 0.9em;
}

.all-button a {
    text-align: center;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.btn:hover,
button:hover {
    opacity: 0.8;
}

a.btn:active,
button:active {
    box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e9ecf2;
    border-color: #e9ecf2;
    color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #80B341;
    border-color: #80B341;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #80B341;
    border-color: #80B341;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffb53e;
    border-color: #ffb53e;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #80B341;
    border-color: #80B341;
}

.btn-link,
.page-link,
.text-primary {
    color: #30a5ff !important;
}

.btn-link:focus,
.btn-link:hover,
.page-link:focus,
.page-link:hover,
a.text-primary:focus,
a.text-primary:hover {
    color: #50b3ff !important;
}

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success,
.bg-green {
    color: #fff;
    background-color: #8ad919;
}

a.bg-success:hover,
a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a,
.bg-green a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
    color: #fff;
    background-color: #1ebfae;
}

a.bg-teal:hover {
    background-color: #1ebfae;
}

.bg-teal a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-info,
.bg-blue {
    color: #fff;
    background-color: #80B341;
}

a.bg-info:hover,
a.bg-blue:hover {
    background-color: #80B341;
}

.bg-info a,
.bg-blue a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-warning,
.bg-orange {
    color: #fff;
    background-color: #ffb53e;
}

a.bg-warning:hover,
a.bg-orange:hover {
    background-color: #ffb53e;
}

.bg-warning a,
.bg-orange a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-danger,
.bg-red {
    color: #fff;
    background-color: #80B341;
}

a.bg-danger:hover,
a.bg-red:hover {
    background-color: rgb(118, 163, 63);
}

.bg-danger a,
.bg-red a {
    color: rgba(255, 255, 255, 0.75);
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

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

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e9ecf2;
}

.label-success {
    background-color: #8ad919;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #8ad919;
}

.label-info {
    background-color: #80B341;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #80B341;
}

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

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #80B341;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #80B341;
}

.panel {
    border: 0;
    -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, .2);
    box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, .2);
}

.panel-container {
    padding-top: 20px;
}

.panel-heading .fa-toggle-up,
.panel-heading .fa-toggle-down {
    font-size: 17px;
}

.panel-primary>.panel-heading {
    background-color: #80B341;
    color: #fff;
    border: none;
}

.panel-success>.panel-heading {
    background-color: #8ad919;
    color: #fff;
    border: none;
}

.panel-info>.panel-heading {
    background-color: #80B341;
    color: #fff;
    border: none;
}

.panel-warning>.panel-heading {
    background-color: #ffb53e;
    color: #fff;
    border: none;
}

.panel-danger>.panel-heading {
    background-color: #80B341;
    color: #fff;
    border: none;
}

.panel-primary .panel-settings,
.panel-primary .panel-toggle,
.panel-success .panel-settings,
.panel-success .panel-toggle,
.panel-info .panel-settings,
.panel-info .panel-toggle,
.panel-warning .panel-settings,
.panel-warning .panel-toggle,
.panel-danger .panel-settings,
.panel-danger .panel-toggle {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.panel-primary .panel-settings:hover,
.panel-primary .panel-toggle:hover,
.panel-success .panel-settings:hover,
.panel-success .panel-toggle:hover,
.panel-info .panel-settings:hover,
.panel-info .panel-toggle:hover,
.panel-warning .panel-settings:hover,
.panel-warning .panel-toggle:hover,
.panel-danger .panel-settings:hover,
.panel-danger .panel-toggle:hover {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

.panel-blue {
    background: #30a5ff;
    color: #fff;
}

.panel-teal {
    background: #1ebfae;
    color: #fff;
}

.panel-orange {
    background: #ffb53e;
    color: #fff;
}

.panel-red {
    background: #f9243f;
    color: #fff;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.05);
}

.panel-blue p,
.panel-teal p,
.panel-orange p,
.panel-red p {
    color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 60px;
    line-height: 38px;
    text-align: left;
}

.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel-footer {
    background: #fff;
    border-top: 1px solid #e9ecf2;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

.panel-widget .panel-footer {
    border: 0;
    text-align: center;
}

.panel-footer .input-group {
    padding: 0px;
    margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn,
.panel-footer .input-group-btn:last-child>.btn-group {
    margin: 0;
}

.panel-widget .panel-footer a {
    color: #999;
}

.panel-widget .panel-footer a:hover {
    color: #666;
    text-decoration: none;
}

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .70em;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
}

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

.panel-settings .dropdown a.dropdown-toggle,
.panel-settings a {
    padding: 0;
    background: none;
    color: #7c7c7c;
}

.panel-settings a,
.panel-toggle {
    width: 40px;
    padding: 2px 0 0 0;
}

.panel-settings:hover,
.panel-toggle:hover,
.panel-settings .dropdown a.dropdown-toggle:hover,
.panel-settings:active,
.panel-toggle:active,
.panel-settings .dropdown a.dropdown-toggle:active,
.panel-settings:focus,
.panel-toggle:focus,
.panel-settings .dropdown a.dropdown-toggle:focus {
    background: #f1f4f7;
    color: #444444;
}

.panel-settings,
.panel-toggle {
    display: inline-block;
    margin: -1px -5px 0 15px !important;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9ecf2;
    color: #7c7c7c;
    background: #fff;
    width: 42px;
}

.panel-settings {
    width: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel-settings li.dropdown {
    margin: 0;
    padding: 0;
}

.dropdown-settings {
    border: 1px solid #fff;
    width: 220px;
    font-size: 0.9em;
    padding: 0;
}

.dropdown-settings li {
    list-style: none;
    padding: 0 10px;
    width: 220px;
    height: 26px;
    line-height: 26px;
}

.dropdown-settings .divider {
    margin: 7px 0;
}

.dropdown-settings li a {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: #444444;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin: 0px;
    font-size: 14px;
}

.panel-button-tab-right {
    margin-left: 4px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-button-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top {
    border-top: 1px solid #dadbda;
}

.border-right {
    border-right: 1px solid #dadbda;
}

.border-bottom {
    border-bottom: 1px solid #dadbda;
}

.border-left {
    border-left: 1px solid #dadbda;
}

.panel .border-top,
.panel .border-right,
.panel .border-bottom,
.panel .border-left {
    border-color: #e9ecf2;
}

.article {
    padding: 10px 0;
}

.article:first-child {
    padding: 0 0 10px 0;
}

.article h4 {
    margin-bottom: 10px;
}

.article .date {
    text-align: center;
    margin: 5px auto;
    display: block;
}

.article .date .text-muted {
    margin-top: -5px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #e9ecf2;
    left: 25px;
    margin-right: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: calc(100% - 65px);
    float: right;
    border: 1px solid #edeeed;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    box-shadow: none;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -11px;
    display: inline-block;
    border-top: 11px solid transparent;
    border-right: 11px solid #edeeed;
    border-left: 0 solid #edeeed;
    border-bottom: 11px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 10px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 51px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0px;
    margin-right: -25px;
    background-color: #999999;
    z-index: 100;
    border-radius: 9999px;
}

.timeline-badge.primary {
    background-color: #80B341 !important;
}

.timeline-badge.success {
    background-color: #8ad919 !important;
}

.timeline-badge.warning {
    background-color: #ffb53e !important;
}

.timeline-badge.danger {
    background-color: #80B341 !important;
}

.timeline-badge.info {
    background-color: #80B341 !important;
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f2f3f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #80B341;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #8ad919;
    background-image: none;
}

.progress-bar-info,
.progress-bar-blue {
    background-color: #80B341;
    background-image: none;
}

.progress-bar-warning,
.progress-bar-orange {
    background-color: #ffb53e;
    background-image: none;
}

.progress-bar-danger,
.progress-bar-red {
    background-color: #80B341;
    background-image: none;
}

.progress-bar-teal {
    background-color: #1ebfae;
    background-image: none;
}

.jumbotron {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel .tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    background: #f2f3f2;
    border: 0;
}

.nav-tabs li a:hover {
    background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
    border: 0;
    padding: 15px 20px;
}

.nav-tabs li.active a {
    color: #80B341;
}

.nav-tabs li a {
    color: #999;
}

.nav-pills {
    padding: 15px;
    padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
    border: 0;
    padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
    background: #30a5ff;
}

.tab-content {
    padding: 15px;
}

.navbar {
    border: 0;
}

.navbar input {
    border: 0;
    background: #444;
    color: #fff;
}

.navbar input:focus {
    color: #fff;
    background: #555;
    border: 1px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

.user-menu a {
    color: #fff;
}

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

.sidebar {
    display: block;
    padding: 0;
    display: none;
    box-shadow: none;
    background: #fff;
}

.sidebar ul {
    margin: 20px 0px;
}

.sidebar form {
    padding: 10px 0 0 0;
    margin: 10px 10px 20px 10px;
}

@media (min-width: 892px) {
    .update-profile-btn {
        position: relative;
        left: -34%;
    }
}

@media (min-width: 768px) {
    .sidebar {
        display: block;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-header {
        width: 100%;
    }
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
    text-decoration: none;
    background-color: #80B341;
    color: #fff;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active>a:hover,
.sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active>a:focus,
.sidebar ul.nav li.parent a.active:focus {
    color: #fff;
    background-color: #80B341;
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
    list-style: none;
    list-style-type: none;
}

.sidebar ul.nav li a {
    height: 50px;
    /* font-size: 1.25rem; */
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #444444;
}

.sidebar ul.nav ul.children {
    width: auto;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
    height: 40px;
    background: #f1f4f7;
    color: #444444;
}

.sidebar ul.nav li.current a {
    background-color: #80B341;
    color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
    border: none;
    display: block;
    padding-left: 30px;
    line-height: 40px;
    border-radius: 0;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px 0;
}

.profile-sidebar {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecf2;
}

.indicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 5px;
}

.profile-userpic img {
    float: left;
    margin: 10px 0px 0px 15px;
    width: 50px;
    height: 50px;
    border-radius: 9999px !important;
}

.profile-usertitle {
    float: left;
    text-align: left;
    margin: 10px 0 0 12px;
}

.profile-usertitle-name {
    /* font-size: 20px; */
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
}

.profile-usertitle-status {
    text-transform: uppercase;
    color: #AAA;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcrumb {
    border-radius: 0;
    padding: 10px 15px 10px 15px;
    background: #80B341;
    margin: 0;
}

.breadcrumb>li+li::before {
    color: transparent;
}

h1.page-header {
    margin-top: 80px;
}

#fileUploadModal table td {
    word-break: break-word;
    border-color: #31b0d5;
}

.dataTables_wrapper {
    overflow-x: auto;
}

.store-data .panel-body {
    overflow-x: auto;
}

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

.easypiechart .percent {
    display: block;
    position: absolute;
    font-size: 26px;
    top: 38px;
    width: 120px;
}

#easypiechart-blue .percent {
    color: #80B341;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}

#calendar,
.datepicker-inline {
    width: 100%;
}

#calendar table {
    width: 100%;
}

.datepicker-switch {
    font-size: 16px;
    height: 46px !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #c5c7cc;
}

.datepicker table tr td {
    padding: 10px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #80B341;
    text-shadow: none;
    border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: rgba(0, 0, 0, 0.05);
}

.todo-list {
    padding: 0;
    margin: -15px;
    background: #fff;
    color: #444444;
}

.todo-list .checkbox input[type=checkbox] {
    margin: 0;
}

.todo-list .checkbox {
    display: inline-block;
    margin: 0px;
}

.panel-body input[type=checkbox]:checked+label {
    text-decoration: line-through;
    color: #777;
}

.todo-list-item {
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

.todo-list-item:hover,
a.todo-list-item:focus {
    text-decoration: none;
    background-color: #f6f6f6;
}

.todo-list .fa-trash {
    color: #444444;
}

.todo-list .fa-trash:hover {
    color: #ef4040;
}

.chat .panel-body ul {
    list-style: none;
    margin: -15px;
    padding: 15px;
}

.chat .panel-body ul li {
    margin-bottom: 10px;
    padding: 15px 5px;
    border-bottom: 1px solid #e9ecf2;
}

.chat ul li.left .chat-body {
    margin-left: 80px;
}

.chat ul li.right .chat-body {
    margin-right: 80px;
}

.chat ul li .chat-body p {
    margin: 0;
}

.chat .panel-body {
    overflow-y: scroll;
    height: 300px;
}

.chat-body small {
    margin-left: 5px;
}

.table {
    background: #fff;
}

.fixed-table-container {
    border: 1px solid #e9ecf2;
}

.fixed-table-container thead th {
    background: #f7f7f8;
    border-color: #ddd;
    color: #444444;
    font-weight: 300;
    font-size: 16px;
}

.fixed-table-container tbody td {
    border: 1px solid #e9ecf2;
}

.fixed-table-container tbody td:last-child {
    border-right: none;
}

.table>thead>tr>th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 50px;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
}

p.back-link {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

input[type="search"] {
    border: 1px solid #ccc;
    border-radius: 50px;
    outline: none;
}

.bg-back {
    height: 650px;
    /* width: 100%; */
    background: url(../img/1511.jpg) no-repeat center;
    background-size: cover;
}

.login-panel.panel.panel-default {
    margin-top: 100px;
}

.p-t-50 {
    padding-top: 50px;
}

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

.server-box {
    height: 285px;
}

.title_with_line {
    font-size: 16px;
    color: #666;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}

.wrapps {
    padding: 20px 30px;
    /* overflow: hidden; */
    display: block;
}

small {
    font-size: 12px;
}

select.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 46px;
}

.container2 {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.column-theme img {
    max-width: 325px;
    object-fit: cover;
    width: 100%;
    height: auto !important;
    cursor: pointer;
}



.theme_name {
    font-size: 16px;
    width: 90%;
    text-align: center;
    margin-top: 10px;
}

.col-green {
    background-color: #27ae60;
    border: none;
}

.src-image {
    display: none;
}

.card {
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #80B341;
    color: rgb(136, 172, 217);
    -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, .2);
    box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, .2);
}

.card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    /* This line can be uncommented in case you want border in user image card */
    /* border-bottom: 1px #FFF solid; */
    /* This positions the canvas under the text */
    z-index: 1;
}

.card .avatar {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}

.card .avatar img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 30, 0.8);
}

.content p {
    color: #fff;
}

.content {
    padding: 30px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #eee !important;
    color: #fff !important;
    border-radius: 30px;
}

.border-select {
    border: 1px solid #ccc;
    border-radius: 30px;
    outline: none;
    padding: 1px 5px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #bdc3c7 !important;
}

p.back-link a {
    text-align: center;
    font-size: 11px;
    color: #666;
}

.footer-logo {
    width: 40px;
    float: right;
    /* display: inline-flex; */
    position: absolute;
    top: -10px;
    right: 15px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #ccc !important;
}

th.sorting {
    color: #7f8c8d;
}


/*.breadcrumb {*/


/*  padding: 0px;*/


/*  background: transparent;*/


/*  list-style: none;*/


/*  overflow: hidden;*/


/*  margin-top: 20px;*/


/*  margin-bottom: 20px;*/


/*  border-radius: 4px;*/


/*  height: 40px;*/


/*}*/


/*.breadcrumb>li {*/


/*  display: table-cell;*/


/*  vertical-align: top;*/


/*  width: 1%;*/


/*}*/

.breadcrumb>li+li:before {
    padding: 0;
}


/*.breadcrumb li a {*/


/*  color: white;*/


/*  text-decoration: none;*/


/*  padding: 10px 0 10px 45px;*/


/*  position: relative;*/


/*  display: inline-block;*/


/*  width: calc( 100% - 10px );*/


/*  background-color: hsla(0, 0%, 83%, 1);*/


/*  text-align: center;*/


/*  text-transform: capitalize;*/


/*  cursor: text;*/


/*}*/

.breadcrumb li.completed a {
    background: #80B341;
}

.breadcrumb li.completed a:after {
    border-left: 30px solidrgb(43, 231, 43);
}

.breadcrumb li.active a {
    background: #2BE72B;
}

.breadcrumb li.active a:after {
    border-left: 30px solid #2BE72B;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.breadcrumb li:last-of-type a {
    width: calc(100% - 38px);
}


/*.breadcrumb li a:before {*/

/*  content: " ";*/

/*  display: block;*/

/*  width: 0;*/

/*  height: 0;*/

/*  border-top: 50px solid transparent;*/

/*  border-bottom: 50px solid transparent;*/

/*  border-left: 30px solid white;*/

/*  position: absolute;*/

/*  top: 50%;*/

/*  margin-top: -50px;*/

/*  margin-left: 1px;*/

/*  left: 100%;*/

/*  z-index: 1;*/

/*}*/

/*.breadcrumb li a:after {*/

/*  content: " ";*/

/*  display: block;*/

/*  width: 0;*/

/*  height: 0;*/

/*  border-top: 50px solid transparent;*/

/*  border-bottom: 50px solid transparent;*/

/*  border-left: 30px solid hsla(0, 0%, 83%, 1);*/

/*  position: absolute;*/

/*  top: 50%;*/

/*  margin-top: -50px;*/

/*  left: 100%;*/

/*  z-index: 2;*/

/*}*/

.breadcrumb .completed {
    background: #80B341
}

.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-content: center;
}

.breadcrumb li.active {
    background-color: #2BE72B;
}

.bg-green {
    background-color: #80B341;
}

.breadcrumb li {
    background-color: #d4d4d4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb>li {
    width: 33%;
}

.breadcrumb li::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li.active::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #2BE72B;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid rgb(212, 212, 212);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb .completed::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #80B341;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    cursor: text;
    padding: 39px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 10px;
    border-bottom: 1px solid #eee;
}

.footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 13px;
}

.min-vh-footer {
    min-height: 96vh;
}

.copyright-text-common-footer {
    /* font-size: 1vw; */
    font-size: 14px;
    font-weight: 500;
}

.footer nav {
    display: inline-block;
    float: left;
    padding-left: 7px;
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    display: inline-block;
}

ul li,
ol li {
    color: #FFFFFF;
}

.footer ul li a {
    color: #333;
    padding: 0.5rem;
    font-weight: 600;
    font-size: 0.8571em;
    text-transform: uppercase;
    text-decoration: none;
}


/* @media screen and (min-width: 992px) {
    .resposive {
        padding-top: 349px;
    }
    .footer .copyright {
        font-size: 0.8571em;
        line-height: 1.8;
    }
} */

img.vinasx_logo {
    width: 100px;
    position: relative;
    top: -10px;
}

.store-data input,
.store-data select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid transparent;
    border-radius: 50px;
    outline: none;
    /* border-radius: 0; */
    /* background: #ccc; */
    background-color: #2c3e50;
    background-color: #fff;
    /* -webkit-box-shadow: 4px 0 19px rgba(66, 78, 92, 0.35);
    box-shadow: 4px 0 19px rgba(66, 78, 92, 0.35); */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    /* background: #30a5ff !important; */
    font-weight: 600;
    border: 1px solid transparent !important;
    background-color: white !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    -webkit-box-shadow: 4px 0 19px rgba(66, 78, 92, 0.35);
    box-shadow: 4px 0 19px rgba(66, 78, 92, 0.35);
}

.form-div {
    text-align: left;
}


/* .copyright {
    font-size: 1.5vw;
} */

/* footer media query for ipad */

/* @media screen and (max-width: 768px) and (min-width: 600px) {
    .ipad-responsive {
        min-height: 49vh !important;
    }
    .copyright {
        font-size: 0.9vw;
    } */

/* .footer{
    left:0;
    position: absolute;
    right:0;
    bottom:0;
    left:0;
  } */

/* } */


/* .min-vh-ipad {
    height: 80vh;
}

.min-vh {
    height: 80vh;
} */

.main-timeline4 {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

.main-timeline4:before {
    content: "";
    width: 5px;
    height: 70%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}

.main-timeline4 .timeline-content:before,
.main-timeline4 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}

.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

.main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

.main-timeline4 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}

.main-timeline4 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 30px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}

.main-timeline4 .inner-content {
    padding: 20px 0
}

.main-timeline4 .title {
    font-size: 24px;
    font-weight: 600;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}

.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}

.main-timeline4 .timeline:nth-child(2n) .year {
    right: 0
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg)
}

.main-timeline4 .timeline:nth-child(2) {
    margin-top: 110px
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .year {
    border-color: #1ebad0;
    color: #1ebad0
}

.main-timeline4 .timeline:nth-child(2) .year:before {
    border-right-color: #1ebad0
}

.main-timeline4 .timeline:nth-child(2n) .title {
    color: #1ebad0
}

.main-timeline4 .timeline:nth-child(3n) .year {
    border-color: #7cba01;
    color: #7cba01
}

.main-timeline4 .timeline:nth-child(3) .year:before {
    border-left-color: #7cba01
}

.main-timeline4 .timeline:nth-child(3n) .title {
    color: #7cba01
}

.main-timeline4 .timeline:nth-child(4n) .year {
    border-color: #f8781f;
    color: #f8781f
}

.main-timeline4 .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f
}

.main-timeline4 .timeline:nth-child(4n) .title {
    color: #f8781f
}

@media screen and (max-width: 1140px) {
    .breadcrumb li a {
        font-size: 10px;
    }

    .breadcrumb li a {
        padding: 30px;
    }
}

@media only screen and (max-width:1200px) {
    .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline4 .timeline {
        padding-left: 75px
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }

    .main-timeline4 .timeline-content {
        padding-left: 130px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }

    .panel.panel-default .wrapps.h-100 {
        height: unset;
    }

    .panel.panel-default .wrapps.h-100 .col-md-4 {
        margin-top: 0;
    }

    .panel.panel-default .wrapps.h-100 .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .prof-cont #preloader #loader {
        left: 54%;
    }
}

@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }

    .main-timeline4:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    .main-timeline4 .timeline:before,
    .main-timeline4 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }

    .main-timeline4 .timeline,
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px
    }

    .main-timeline4 .timeline-content,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }

    .main-timeline4 .timeline-content:before,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }

    .main-timeline4 .timeline:nth-child(2n) .year,
    .main-timeline4 .year {
        position: relative;
        transform: translateY(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before,

    .main-timeline4 .year:before {
        border: none;
        border-right: 20px solid #f54957;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before {
        border-right-color: #1ebad0
    }

    .main-timeline4 .timeline:nth-child(3n) .year:before {
        border-right-color: #7cba01
    }

    .main-timeline4 .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f
    }

    .main-timeline4 .inner-content {
        padding: 10px
    }

    .profile-sidebar {
        margin-top: 55px;
    }

    .footer nav {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .copyright.float-right {
        text-align: center;
    }

    .footer .pull-right {
        margin: 10px auto;
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .prof-cont #preloader #loader {
        left: 56%;
    }
}

@media screen and (max-width: 440px) {

    .breadcrumb li a {
        padding: 6px;
    }

    .breadcrumb>li:nth-child(2),
    .breadcrumb>li:nth-child(3) {
        position: relative;
        margin-left: 15px;
    }

    .panel.panel-default.server-box {
        height: unset;
        padding: 15px;
    }

    .panel.panel-default .wrapps {
        overflow-x: auto;
    }

    .navbar-header .navbar-brand img {
        max-width: 166px;
        margin-top: -10px !important;
    }

    .panel.panel-default .wrapps.cont-wrap {
        overflow-x: unset;
    }

    .btn-row .col-md-3 button {
        display: block;
        width: 100%;
        margin: 5px;
    }

    .btn-row .col-md-3 {
        display: flex;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 375px) {

    .breadcrumb>li:nth-child(2),
    .breadcrumb>li:nth-child(3) {
        margin-left: 20px;
    }
}

.container2 {
    display: block;
    position: relative;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.container2 input {
    height: 45px;
    width: 110px;
    left: -50px;
    top: -10px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}



/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: -10px;
    left: -55px;
    height: 50px;
    width: 120px;
    background-color: cadetblue;
    line-height: 3.7em;
    pointer-events: none;
    cursor: none;
    color: #000;
    border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */

.container2:hover input~.checkmark {
    background-color: #8ad919;
}

.column-theme:hover .middle {
    opacity: 1 !important
}

.container-img {
    cursor: pointer;
}

.container-img:hover .middle {
    opacity: 1 !important
}

.select-theme:hover .middle {
    opacity: 1;
}




.themes-row .select-theme:hover .middle {
    opacity: 1 !important;
}



/*!* When the radio button is checked, add a blue background *!*/

/*.container2 input:checked ~ .checkmark {*/

/*background-color: #27ae60;*/

/*}*/

/* Create the indicator (the dot/circle - hidden when not checked) */

/* Show the indicator (dot/circle) when checked */

.container2 input:checked~.checkmark:after {
    display: block;
}

.multi_themes {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.multi_themes input {
    height: 45px;
    width: 110px;
    left: -50px;
    top: -10px;
    opacity: 0;
    cursor: pointer;
    display: block;
    position: absolute;
}


/* Create a custom checkbox */


/* On mouse-over, add a grey background color */

.multi_themes:hover input~.checkmark {
    background-color: #8ad919;
}


/* When the checkbox is checked, add a blue background */


/*.multi_themes input:checked ~ .checkmark {*/


/*background-color: #27ae60;*/


/*}*/


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

.multi_themes input:checked~.checkmark:after {
    display: block;
}

.border-selected-theme {
    opacity: .3;
}

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

.btn-boxes {
    min-height: 100px;
}

.m-t-30 {
    margin-top: 30px;
}

.h-100 {
    height: 75%;
}



.video-title {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.m-t-30-per {
    /* margin-top: 30%; */
    cursor: pointer
}

.middle-btn-align {
    left: 50%;
}

.border-selected-theme-btn {
    border: 1px dashed #666;
    padding: 10px;
    background: #ccc;
}



.m-b-0 {
    margin-bottom: 0;
}



/* Style the checkmark/indicator */

.video-box {
    width: 100%;
}

.video-box iframe {
    width: 100%;
    height: 200px;
}

.white-back {
    background: #fff;
    height: auto;
    width: 100%;
    padding: 20px 30px;
}

.tooltip-title-bg {
    color: #80B341;
}

.form-group span {
    color: #80B341 !important;

}



.close {
    float: right;
    position: relative;
    /* top: -33px; */
    right: 7px;
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.mt-5 {
    margin-top: 30px
}

.p-10 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;

}

#custom-training-close-btn {
    top: -33px !important;
}

/* 
@media screen and (min-width: 1068px){
    img.vinasx_logo {
      
        left: -52px;
    }
} */

input[type=search] {

    border: 1px solid #80B341;
    height: 30px;
}

/* @media screen and(max-width: 898px){ */
/* .footer-nav-links {
        width: 88%;
    } */
@media screen and (min-width: 898px) {
    .footer-nav-links {
        width: 88%;
    }
}

/* 
      .m-t-30-per:hover .middle {
          opacity: 1;
      } */


.btn-boxes:hover .middle {
    opacity: 1 !important;
}

.custom-modal-scrollbar-css {
    height: 40vh;
    overflow: scroll;
    overflow-x: hidden;
}

/* .container2:hover .image {
        opacity: 0.3;
    } */

/* .select-theme:hover .image{
        opacity: 0.3;
    } */

/* .container2:hover .preview-image {
        right:15px
    } */
.container2:hover .middle {
    opacity: 1;
}


/* input:invalid:focus {
        border: 1px solid red !important;
    } */
input:required:focus {
    border: 1px solid green !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

select:required:focus {
    border: 1px solid green !important;
}

/* input:required:invalid {
        border: 1px solid red !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    } */
/* input:required:valid { 
        border: 1px solid green;
     } */


/* Single Site Page hover effect */
.column-theme:hover .container-img {
    opacity: 0.2;
}

.select-theme img {
    max-width: 325px;
    object-fit: cover;
    width: 100%;
    height: auto !important;
    cursor: pointer;
}

.select-theme:hover .container-img {
    opacity: 0.3;

}

.btn-warning {
    color: #fff;
    background-color: orange !important;
    border-color: orange !important;
}

.primary-btn {
    background-color: #0069D9 !important;
    color: white;
}

.primary-btn:hover {
    color: white;
    background-color: #0069D9 !important;

}

.primary-btn:active {
    color: white;
    background-color: #0069D9 !important;

}

.dangerbtn {
    background-color: #C82333 !important;
    color: white;

}

.dangerbtn:hover {
    color: white;
    background-color: #C82333;

}

.container2 input {
    height: 60px;
    width: 67px;
    left: -1px;
    top: 22px;
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

.d-none {
    display: none;
}

.mb1-5 {
    margin-bottom: 80px;
}

.toast-message p {
    color: whitesmoke
}

.glow:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.middle1 {
    background-color: rgba(51, 51, 51, 0.8);
    height: 91%;
    top: 97px;
    width: 89%;
}

.span-preview {
    margin-left: 58px;
}

.span-preview1 {
    margin-left: 66px;
}

@media screen and (max-width:1024px) {
    .middle1 {
        height: 91%;
        top: 51px;
        width: 89%;
    }

    .span-preview {
        margin-left: 21px;
        margin-top: -25px;
    }
}


@media screen and (max-width:768px) {
    .span-preview {
        margin-left: 100px;
        margin-top: 36px;
    }

    .span-preview1 {
        margin-left: 100px;
        margin-top: 36px;
    }

    .middle1 {
        height: 91%;
        top: 128px;
        width: 95%;
    }
}



@media screen and (max-width:414px) {
    .copyright-text-common-footer {
        font-size: 2.3vw;
    }

    .middle1 {
        height: 97%;
        top: 111px;
        width: 95%;
    }

    .radiobtnthemeselection {
        left: 162px !important;
        top: 55px;
    }

    .modal-title {
        font-size: 12px;
        padding-bottom: 8px;
    }

}


@media screen and (max-width: 320px) {
    .middle1 {
        height: 99%;
        top: 77px;
        width: 95%;
    }

    .span-preview1 {
        margin-left: 58px;
        margin-top: 31px;
    }

    .span-preview {
        margin-left: 58px;
        margin-top: 31px;
    }
}

.fa-20 {
    font-size: 20px;
}

.close {
    z-index: 9;
}

.bg-btn-green {
    background-color: green !important;
}

.bg-btn-green:hover {
    background-color: green !important;
}

.bg-btn-green:active {
    background-color: green !important;
}

.or-text {
    margin-top: 0;
    margin-bottom: -17px;
    margin-left: 20px;
}