
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;
}

.table td, .table th {
    padding: 0.50rem;
}

.h2, h2 {
    font-size: 1.2rem;
}

.label-success {
    color: #00c900 !important;
}

.btn-colored {
    background-color: #b4b703; /*#4285F4*/
}

.btn-colored:focus {
    background-color: #c6c903; /*#5a95f5*/
}

.btn-colored:hover {
    background-color: #c6c903; /*#5a95f5*/
}

.btn-link {
    color: #337ab7 !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: 120%;

}

.modal-15 {
    padding-left: 15%;
    padding-right: 15%;
}

.modal-30 {
    padding-left: 30%;
    padding-right: 30%;
}

.modal {
    overflow-y: auto;
}

#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;
}

.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.12) !important;
}

.bg-low-red:hover {
    background-color: rgba(235, 34, 37, 0.22) !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(57, 145, 241, 0.12) !important;
}

.bg-low-blue:hover {
    background-color: rgba(57, 145, 241, 0.22) !important;
}

.bg-low-yellow {
    background-color: rgba(241, 221, 0, 0.12) !important;
}

.bg-low-yellow:hover {
    background-color: rgba(241, 221, 0, 0.22) !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;
}

.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(57, 145, 241, 0.32); }
.legend .legend-red { background-color: rgba(235, 34, 37, 0.32); }
.legend .legend-gray { background-color: rgba(0, 0, 0, 0.08); }

.btn-login {
    background-color: #b4b703;
}

.btn-login:hover {
    background-color: #c6c903;
}

.login-input {
    background-color: #fbfbfb !important;
    border:solid 1px #ccc !important;
    border-radius: 0.5rem !important;
    padding-left: 10px;
    margin-left: 2.3rem !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;
}