.m-t-5 { margin-top: 0.5em !important; }
.m-t-10 { margin-top: 1.0em !important; }
.m-t-15 { margin-top: 1.5em !important; }
.m-t-20 { margin-top: 2.0em !important; }
.m-t-25 { margin-top: 2.5em !important; }
.m-t-30 { margin-top: 3.0em !important; }

.fs6 { font-size: 6px !important; }
.fs8 { font-size: 8px !important; }
.fs10 { font-size: 10px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.content-wrapper, .right-side {
    background-color: #f6f7fb;
}
.main-header #navbar-search-input.form-control {
    border-color: #eee;
}
.content-header > .breadcrumb > li a {
    color: #444;
}
body.skin-black-light .sidebar-menu > li:hover > a, body.skin-black-light .sidebar-menu > li.active > a {
    background: #9CEDF1 none repeat scroll 0 0;
}
body.skin-black-light .sidebar-menu > li > .treeview-menu {
    background: #9CEDF1 none repeat scroll 0 0;
}
body.black-light .treeview-menu > li > a, body.skin-black-light .treeview-menu > li > a {
    color: #000000;
}
body.black-light .treeview-menu > li > a, body.skin-black-light .treeview-menu > li > a:hover {
    color: #5e5e5e;
}
body.skin-black-light .sidebar-menu > li > .treeview-menu .fa {
    font-size: 4px;
}
.login-page, .register-page {
    background: #f6f7fb none repeat scroll 0 0;
}
.logo-lg > b, .logo-mini > b, .login-logo b {
    color: #3c8dbc;
}

.modal-body > .overlay, .overlay-wrapper > .overlay, .modal-body > .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-body .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.modal-body .overlay > .fa, .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
th a {
    color: #000;
}
th a:hover {
    color: #5e5e5e;
}
input[type="text"].loading,
select.loading,
textarea.loading  {
    background-color: #e4e4e4 !important;
    background-image: linear-gradient(-45deg, rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    animation: 1s linear 0s reverse none infinite running progress-bar-stripes;
    -webkit-animation: progress-bar-stripes 1s linear infinite reverse;
}
@media (max-width: 840px) {
    .navbar-search-form {
        display: none;
    }
}
.box-help .btn-box-help.btn-lg {
    width: 80px;
    height: 32px;
    padding: 0px 8px;
    font-size: 12px;
    line-height: inherit;
    border-radius: 5px;
    margin-bottom: -22px;
    opacity: 0.8;
}
.box-help {
    position: fixed;
}
.box-help.right {
    right: 5px;
    bottom: 15px;
    z-index: 3000;
}
.box-help .dropdown-menu {
    width: 530px;
    height: 400px;
    bottom: 26px;
    box-shadow: 0 0 5px;
}
.box-help.right .dropdown-menu {
    right: 0px
}
.box-help .hideme {
    display: none
}
.popover-wrapper form {
    z-index: 1500;
}
hr.form-separator {
    height: 2px;
    background-color: #e4e4e4;
}
.box.box-inactive {
    border-top-color: #999;
}
.box.box-inactive h4.panel-title {
    color: #999;
}
.box.box-inactive > .panel-heading {
    background-color: #e4e4e4;
}
accordion .box > .panel-heading a {
    display: block;
}
.list-inline-config li {
    border: 1px solid #e4e4e4;
    margin: 5px;
    min-height: 50px;
}
.list-inline-config li label {
    display: block;
    font-weight: normal;
}
.table-config td label {
    display: block;
    font-weight: 600;
}
.table-config tr td {
    border-top: 1px solid #bbb !important;
    border-bottom: 1px solid #bbb !important;
}
.table-config select {
    -moz-appearance: none;
    -webkit-appearance:none;
    border: none;
    background-color: transparent;
    color: #2a6496;
    width: 100%;
    margin: 0 -5px;
    padding: 0 5px;
    cursor: pointer;
}
.table-config select::-ms-expand {
    display: none;
}
.table-config select option:first-child {
    color: #D14;
    font-style: italic;
    display: none;
}
.table-config .error {
    color: #f00;
    font-size: 12px;
    display: block;
}
.mailbox-modal-window .modal-content {
    border-radius: 5px;
    border-top: 3px solid #3c8dbc;
}
.mailbox-modal-window .modal-content h3.modal-title {
    font-size: 18px;
}
.mailbox-modal-window .modal-content .modal-header.modal-header-message {
    padding: 5px 10px;
}
.mailbox-modal-window .modal-content .mailbox-read-info {
    margin: -15px;
    margin-bottom: 0px;
}
.mailbox-modal-window .modal-content .mailbox-read-message {
    margin: -15px;
    margin-top: 0px;
}
.box-mailbox-to li.checkbox {
    padding: 5px 10px;
}
.box-mailbox-to a.view-all {
    text-align: center;
    display: block;
    border-top: 1px solid #f4f4f4;
    padding: 5px;
}
.box-mailbox-to a.view-all:hover {
    background-color: #f4f4f4;
}
.box-mailbox-to ul {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.box-mailbox-to ul::-webkit-scrollbar {
    width: 5px;
}
.box-mailbox-to ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
.box-mailbox-to ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.box-mailbox-to ul::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
a.box-mailbox-view, a.mailbox-view {
    display: block;
    color: #333;
}
a.mailbox-view:hover {
    margin: -8px;
    padding: 8px;
    color: #333;
}
a.box-mailbox-view:hover {
    background-color: rgba(0, 0, 0, 0.05);
    margin: -8px;
    padding: 8px;
    padding-bottom: 11px;
    color: #333;
}
.pointer {
    cursor: pointer;
}
label.required::after {
    content: '* ';
    display: inline-block;
    color: red;
    font-size: 12px
}
body.skin-black-light .sidebar-menu > li > .treeview-menu .fa.fa-angle-left {
    font-size: 14px;
}
.login-page .regional-logo {
    padding-top: 20px;
}
.dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}
.access-box-body {
    margin: 30px;
}
.widget-user .widget-user-image {
    padding: 6px 20px;
    background-color: #ffffff;
    margin-left: -65px;
    border-radius: 10%;
}
.widget-user .widget-user-image > img {
    border: none;
}
.widget-user .box-footer {
    padding-top: 40px;
}
.box.box-widget.access:hover {
    opacity: 0.8;
    cursor: pointer;
}
.access-url .description-block {
    text-align:  left;
}

.access-url .widget-user .box-footer {
    padding-top: 20px;
}

.access-url a {
    display:  block;
    padding:  10px;
    border: 1px solid #3c8dbc;
    background-color: rgb(246, 247, 251);
}

.access-url span.back {
    color:  #3c8dbc;
    cursor:  pointer;
    padding: 0 10px 10px;
    display:  inline-block;
}

footer.main-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.login-logo, .register-logo {
    margin-top: 30px;
}