
body {
    font-size: 0.8rem;
}

.logo-intra {
    height: 57px !important;
    color: #00326b !important;
    font-size: 27pt !important;
    text-decoration: none #00326b solid !important;
}

.logo-intra-img {
    padding: 0 30px 3% 30px !important;
}

.logo-intra-menu-img {
    padding: 0 10px 3% 10px !important;
}

.logo-intra-in {
    color: #00326b !important;
    font-size: 27pt !important;
    text-decoration: none #00326b solid !important;
}

.no-link {
    text-decoration: none;
    cursor: default;
}

.double-nav a {
    font-size: 13px;
}

.side-nav .collapsible .fa {
    font-size: 0.8rem;
    margin-right: 5px;
}

.side-nav .collapsible a {
    height: 20px;
    line-height: 20px;
    font-size: .8rem;
    margin-bottom: 0;
}

.side-nav .fa-angle-down.rotate-icon {
    top: 3px;
}

.menu-li {
    margin-bottom: 5px;
    margin-left: -20px;
}

.main-content {
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding-bottom: 30px;
}

.table td, .table th {
    padding: 0.50rem;
}

.h2, h2 {
    font-size: 1.2rem;
}

.btn-colored {
    background-color: #b4b703; /*#4285F4*/
}

.btn-colored:focus {
    background-color: #c6c903; /*#5a95f5*/
}

.btn-colored:hover {
    background-color: #c6c903; /*#5a95f5*/
}

.btn-link {
    color: #6aa558 !important;
    border-radius: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-link:hover {
    text-decoration: underline;
}

input.select-dropdown {
    font-size: 80%;
}

.breadcrumb-dn {
    font-size: 130%;
}

#header-fixed {
    position: fixed;
    display:block;
    top: 40px;
    background-color:white;
}

.smoll {
    width: 3.5rem !important;
    font-size: 90%;
}

.modal-15 {
    padding-left: 15%;
    padding-right: 15%;
}

.modal-30 {
    padding-left: 30%;
    padding-right: 30%;
}

.modal {
    overflow-y: auto;
}

.mPadGrid {
    padding-bottom: 30px;
}

.mWidget {
    position: relative;
    text-align: left;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.mHeader {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    padding: 10px 5px 0 15px;
    border-bottom: 1px solid #ddd;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.mHeader h5 {
    font-weight: 400;
}

.mHeader .onoffswitch-label {
    border: 2px solid #cacaca;
}

.mBack-gray {
    background-color: #7d7d7d;
}

.mBack-red {
    background-color: #de252d;
}

.mBack-green {
    background-color: #83c55f;
}

.mBack-blue {
    background-color: #11014a;
}

.mBack-white {
    background-color: #ffffff;
}

.mBody {
    position: relative;
    padding: 10px 15px 15px 15px;
    font-size: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.mFooter {
    position: relative;
    display: inline-block;
    width: 100%;
    /*height: 20px;*/
    padding: 2px 5px 2px 15px;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.mFooter-checkbox {
    padding-top: 8px;
}

.mtRow {
    padding-top: 5px;
}

.mtColumn {
    text-align: center;
}

#menu-scroll {
    overflow-y: auto;
    padding: 1rem 0;
    height: calc(100% - 57px);
}

#menu-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#menu-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.main-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.main-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.main-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.mermaid-wrap {
    height: 80vh;
    margin-left: -40px;
    margin-right: -30px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mermaid-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.mermaid-wrap::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.mermaid-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.height-100 {
    height: 100%
}

.tab-intra {
    margin-left: -20px;
    margin-top: -10px;
}

.waves-button-input {
    font-size: 120%
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.55);
    font-weight: bold;
}

.col-pagination a {
    margin-top: 0px;
    margin-left: 5px !important;
    cursor: pointer;
    padding: 10px;
    color: #292b2c !important;
    background-color: #F1F1F1 !important;
    font-weight: 500;
}

.col-pagination .btn-default:hover {
    color: #292b2c !important;
    background-color: #F1F1F1 !important;
}

.col-pagination .btn-primary.active {
    color: #292b2c !important;
    background-color: #969696 !important
}

.col-pagination span {
    font-size: 0.6rem !important;
}

.table-curved {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-curved td {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.table-curved tr:first-child td:first-child {
    border-top-left-radius: 0.25rem;
}

.table-curved tr:first-child td:last-child {
    border-top-right-radius: 0.25rem;
}

.table-curved tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem;
}

.table-curved tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

.link-btn {
    background:none!important;
    color:inherit;
    border:none;
    padding:0!important;
    font: inherit;
    /*border is optional*/
    cursor: pointer;
}

.margin-help-group-action {
    margin: 0 20px;
}

.inline-help-group {
    display: inline;
}

#simplegridgroup_action_submit {
    background:none!important;
    color:inherit;
    border:none;
    padding:4px!important;
    font: inherit;
    /*border is optional*/
    cursor: pointer;
}

#simplegrid2group_action_submit {
    background:none!important;
    color:inherit;
    border:none;
    padding:4px!important;
    font: inherit;
    /*border is optional*/
    cursor: pointer;
}

#simplegrid3group_action_submit {
    background:none!important;
    color:inherit;
    border:none;
    padding:4px!important;
    font: inherit;
    /*border is optional*/
    cursor: pointer;
}

.bg-low-green {
    background-color: rgba(99, 255, 71, 0.12) !important;
}

.bg-low-green:hover {
    background-color: rgba(99, 255, 71, 0.22) !important;
}

.bg-low-red {
    background-color: rgba(235, 34, 37, 0.08) !important;
}

.bg-low-red:hover {
    background-color: rgba(235, 34, 37, 0.15) !important;
}

.bg-low-white {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-low-white:hover {
    background-color: rgba(235, 235, 235, 0.22) !important;
}

.bg-low-blue {
    background-color: rgba(45, 235, 241, 0.12) !important;
}

.bg-low-blue:hover {
    background-color: rgba(45, 235, 241, 0.22) !important;
}

.bg-low-yellow {
    background-color: rgba(241, 221, 0, 0.20) !important;
}

.bg-low-yellow:hover {
    background-color: rgba(241, 221, 0, 0.30) !important;
}

.bg-low-yellow2 {
    background-color: rgba(241, 221, 0, 0.08) !important;
}

.bg-low-yellow2:hover {
    background-color: rgba(241, 221, 0, 0.15) !important;
}

.bg-low-gray {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.bg-low-gray:hover {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.text-low-red {
    color: #ff0505 !important;
}

.legend { list-style: none; padding-bottom: 10px}
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 3px 2px 2px; }
.legend .legend-green { background-color: rgba(99, 255, 71, 0.32); }
.legend .legend-white { background-color: rgba(255, 255, 255, 0.31); }
.legend .legend-blue { background-color: rgba(58, 239, 241, 0.32); }
.legend .legend-red { background-color: rgba(235, 34, 37, 0.32); }
.legend .legend-yellow { background-color: rgba(255, 252, 56, 0.55); }
.legend .legend-yellow2 { background-color: rgba(255, 252, 56, 0.20); }
.legend .legend-gray { background-color: rgba(0, 0, 0, 0.08); }

.datagrid table td.datagrid-fit-content {
    overflow: hidden;
    max-width: 30ch;
}

.btn-login {
    background-color: #87c560;
}

.btn-login:hover {
    background-color: #73af61;
}

.task-icons > a {
    color: #0f024a;
}

.task-icons > a:focus, a:hover {
    color: #1402a7;
}

.login-input {
    background-color: #fbfbfb !important;
    border:solid 1px #ccc !important;
    border-radius: 0.5rem !important;
    padding-left: 10px;
    margin-left: 2.3rem !important;
}

.bf-text {
    color: #87c560 !important
}

.hidden {
    display: none;
    visibility: hidden;
}

.stats-right {
    text-align: right !important;
}

.normal-font-size {
    font-size: 0.8rem !important;
}

.btn-group-xs {
    padding: .35rem .4rem !important;
    font-size: .875rem !important;
    border-radius: .2rem !important;
    margin: 6px 2px !important;
}

legend.checklist {
    color: #1462A8;
    font-weight: bold;
    margin: 0;
    cursor: pointer
}

/*******************************************************************************
 * Timeline
 ******************************************************************************/
.timeline {
    width: 100%;
    position: relative;
    margin: 30px 0px;
}

.timeline tr td {
    text-align: center;
    vertical-align: top;
    background: transparent url(../img/timeline/linka.png) repeat-x left 15px;
    cursor: pointer;
}

.timeline tr td.passed {
    background: transparent url(../img/timeline/linka_passed.png) repeat-x left 15px;
}

.timeline tr td .obal div.point,
.timeline tr td .obal div.point_dis {
    z-index: 1;
    position: relative;
    height: 100%;
    padding: 50px 5px 5px 5px;
}

.timeline tr td .obal div.point_dis {
    background: transparent url(../img/timeline/point_disabled.png) no-repeat center 6px;
}

.timeline tr td .obal div.point {
    background: transparent url(../img/timeline/point.png) no-repeat center 6px;
}

.timeline tr td .obal div.passed {
    padding: 50px 8px 5px 8px;
    background: transparent url(../img/timeline/passed.png) no-repeat center 8px;
}

.timeline tr td .obal div.point:focus,
.timeline tr td .obal div.point:hover,
.timeline tr td .obal div.point.active {
    background: transparent url(../img/timeline/point_active.png) no-repeat center 6px;
}

.timeline tr:first-child td .obal {
    width: 100%;
    height: 100%;
    position: relative;
}

.timeline tr:first-child td:first-child .obal > div.limit,
.timeline tr:first-child td:last-child .obal > div.limit {
    background-color: white;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 0
}

.timeline tr:first-child td:first-child .obal > div.limit {
    left: 0px;
}

.timeline tr:first-child td:last-child .obal > div.limit {
    right: 0px;
}

/*******************************************************************************
 * /Timeline
 ******************************************************************************/

#load-spinner {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#load-spinner::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:35%;
    width:45px;height:45px;
    border: 6px solid #cccccc;
    border-radius:50%;
    border-top: 6px solid #337ab7;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.label-success {
    color: green;
}

.label-danger {
    color: red;
}

.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.bootstrap-select>.dropdown-toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}

.short-menu .side-nav {
    width: 45px;
}

.short-menu .side-nav .collapsible li a {
    white-space: nowrap;
}

.short-menu .side-nav .collapsible li a .fa {
    margin-right: 2rem;
    font-size: 1rem;
}

.short-menu .double-nav, .short-menu footer, .short-menu main {
    padding-left: 45px;
}

.short-menu #btn-menu-hs {
    left: calc(45px + .5rem);
}

.short-menu .logo-intra {
    height: auto !important;
}

.short-menu .side-nav .logo-wrapper img {
    width: 116px;
}

.side-nav {
    padding-bottom: 0;
}

.side-nav .logo {
    height: 57px;
}

.side-nav .first-menu-item {
    padding-top: 1rem;
}

.side-nav .collapsible > li {
    padding: 0 !important;
}

.side-nav .collapsible > li > a:not(.main-head) {
    height: auto;
    text-transform: uppercase;
    padding: .4rem 0 .4rem 1rem;
    line-height: normal !important;
}

.side-nav .collapsible > li > .main-head {
    height: auto;
    text-transform: uppercase;
    padding: 1.2rem 0 1.2rem 1rem;
    line-height: normal !important;
}

.side-nav .collapsible > .active > .collapsible-header {
    padding: .6rem 0 .6rem 1rem;
}

.side-nav .collapsible > li > hr {
    margin: 0;
}

.side-nav .collapsible .fa {
    font-weight: 900;
    margin-right: 13px;
    font-size: .8rem;
}

.side-nav .collapsible .fa-angle-down.rotate-icon {
    position: static;
    float: right;
    margin-right: .9rem;
}

.side-nav .collapsible .collapsible-body li:first-of-type {
    margin-top: 0;
}

.side-nav .collapsible .collapsible-body li {
    margin-top: 0 !important;
}

.side-nav .collapsible .collapsible-body a {
    height: auto !important;
    line-height: normal !important;
    padding: .6rem 0 .6rem 2.9rem;
    text-transform: none;
}

.white-skin .side-nav {
    background-color: #fff;
}

.table a {
    margin-left: 0;
}

.table tbody .col-action a {
    margin-left: 0.8rem;
}

#loading-spinner {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 5000;
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#loading-spinner .text {
    font-size: 36px;
    margin: 20px 0 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: inherit;
}

#attendance .top-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#attendance .top-content .left-content, #attendance .top-content .right-content {
    width: 100px;
}

#attendance .top-week {
    display: -webkit-flex;
    display: flex;
    font-size: 2rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 1rem;
}

#attendance .top-week * {
    margin: 0 1rem;
}

#attendance table tbody tr th, #attendance table tbody tr td {
    vertical-align: middle;
    padding: 3px;
    white-space: nowrap;
}

#attendance table thead tr th, #attendance table thead tr td, #attendance table tbody tr td {
    text-align: center;
}

.form-control-inline {
    height: auto !important;
    padding: 0;
    max-width: 110px;
    min-width: 110px;
    width: 100%;
    margin: 0 auto;
}

.form-control-inline-rat {
    height: auto !important;
    padding: 0;
    max-width: 35px;
    min-width: 35px;
    width: 100%;
    margin: 0 auto;
}

.form-control-inline-small {
    height: auto !important;
    padding: 0;
    max-width: 30px;
    min-width: 30px;
    width: 100%;
    margin: 0 auto;
}

.form-control-color {
    padding: .25rem;
    height: 2.33rem;
}

.input-half .form-control-inline {
    height: auto !important;
    padding: 0;
    max-width: 52px;
    min-width: 52px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade.in {
    opacity: .5;
}

#btn-menu-hs {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: calc(240px + .5rem);
    color: #000;
    padding: 1rem .25rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: #f3f3f3;
    opacity: .75;
    border: 1px solid rgba(127, 127, 127, .5);
}

#btn-menu-hs:hover {
    opacity: 1;
}

.table-excel {
    max-height: calc(100vh - 16rem);
}

.table-excel-s {
    max-height: calc(100vh - 13rem);
}

@media (max-width: 991px) {
    #btn-menu-hs {
        display: none;
    }

    .short-menu .double-nav, .short-menu footer, .short-menu main {
        padding-left: 0;
    }

    .short-menu .side-nav {
        padding-left: 0;
    }
}

.master-at-pills {
    overflow-x: auto;
    overflow-y: hidden;
}

.master-at-pills .tab-intra {
    margin: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
}

.master-at-pills .tab-intra > li {
    overflow: visible;
    padding: 0;
}

.master-at-pills .tab-intra > li > a {
    white-space: nowrap;
}