body {
    margin-top: 79px;
    background: #f7f7f7;
}

h1 {
    font-size: 26px;
}

a {
	color: #00bbff;
}

.btn-secondary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
#page-wrapper>.container.container-fluid {
    background: #FFFFFF;
    padding-top: 20px;
}
.btn.btn-secondary {
    border: 1px solid #ccc;
    background-color: #fff;
    color: initial;
}
.btn-secondary:not(:disabled):not(.disabled).active {
    background: #d8d8d8;
    color: initial;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #0bf;
    border-color: transparent;
}
.navbar-text {
	margin-top: 12px;
    margin-bottom: 12px;
}

.form-control, .btn {
    border-radius: 0px;
}

form h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}

.bg-danger {
    background-color: #ca0202!important;
}
.btn-danger {
    background-color: #ca0202!important;
    border-color: #c10b0b!important;
}

.container {
    width: 100%;
}
.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-fixed-top {
    border-width: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    padding: 0;
}

.navbar-pro {
    background-color: #C10B0B;
    margin: 0px 0px 6px 0px;
    border-bottom: solid 1px #dedede;
}
.navbar-pro>.container.container-fluid {
    background: #CA0202;
}

.navbar-pro .row {
    margin: 0;
}
.navbar-brand  {
    padding: 4px;
}
.navbar-brand > img {
    height: 36px;
}
.navbar-sub {
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}
#navbarMenu {
    justify-content: flex-end;
}
#navbarMenu .navbar-nav {
    margin-top: 2.4rem;
}
#navbarMenu .nav-link {
    color: #f8f9fa;
}
#navbarMenu .nav-link:hover {
    background-color: #c10b0b;
}

.navbar-brand-right  {
    padding: 3px;
}
.navbar-pro2 {
    background-color: #898989;
}

.navbar-menu {
    margin: 15px 0;
}

.side-nav {
	position: fixed;
    top: 65px;
    left: 170px;
    width: 170px;
    margin-left: -170px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #f5f5f5;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
	z-index: 9;
}

.side-nav a {
	width: 170px;
}
.side-nav.nav>li>a:focus, .side-nav.nav>li>a:hover {
	background: #05bcff;
    color: #fff;
}

.table>thead>tr>th {
	border-bottom: 2px solid #ddd;
	background: #f5f5f5;
}

.pagination>li>a, .pagination>li>span,
.navbar-nav a {
    color: #626b7a;
}
.navbar-nav .fa {
    font-size: 16px;
	padding-right: 10px;
    /*color: #aaa;*/
}
.navbar-right {
    float: right;
}

#wrapper.body_margin {
	margin-left: 170px;
}

.page-header {
    border-bottom: 3px solid #ddd;
    font-size: 24px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.btn-rys-primary {
    color: #fff;
    background-color: #42B2BE;
    border-color: #24737B;
}

.selectize-input,
.selectize-input.dropdown-active {
    border-radius: 0px;
}

.alert-success {
    color: #333333;
    background-color: #fcf8e3;
    border-color: #C5C5C5;
}
.alert-info {
    color: #333333;
    background-color: #d9edf7;
    border-color: #C5C5C5;
}

.form-control {
    padding: 4px 6px;
}

.col-60 {
    width: 60px;
}

.input-group-addon {
    border-radius: 0;
}

.highlited, .highlited input, .highlited i {
    color: #24737B;
}
.highlited input {
    border: 1px solid #24737B;
}
.highlited .input-group-addon {
    background-color: #24737B;
    color: #FFF;
    border: 1px solid #24737B;
}
.indication {
	color: #f5f5f5;
}

.table-responsive.col-sm-12 {
    position: inherit;
}
.table-responsive.selectin {
    overflow: initial;
}

.col-sm-150 {
    width: 150px;
    float: left;
    padding: 0 15px;
}

.tt-div {
	float: left;
	margin-right: 8px;
}
.tt-div i {
	font-size: 20px;
    color: #0bf;
	display: block;
}
.tt-div.clock {
	margin-right: 2px;
}

#notification {
    position: fixed;
    z-index: 999;
    top: 70px;
    left: 0;
    right: 0;
}

.nace-badge {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: .2rem;
    padding: 0 5px 2px 4px;
}

@media screen and (max-width: 767px)
{
    #wrapper.body_margin {
		margin-left: 0px;
	}
	.table-responsive.selectin {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .navbar-pro .navbar-header {
        float: left;
    }

    .navbar-nav .text {
        display: none;
    }
    
    .side-nav a {
        width: 46px;
    }
    
    .side-nav {
        width: 46px;
        margin-top: 0;
    }
    
    #wrapper.body_margin {
        margin-left: 46px;
    }

}

@media (min-width:768px) {
    .btn-mt {
        margin-top: 0px;
    }
}
@media (min-width:992px) {
    .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1440px;
    }

}
.login .btn {
    min-width: 100px;
    margin: 10px 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
}
.page-header-link {
    margin-top: 40px;
}
fieldset.scheduler-border {
    border: 1px solid #bbb;
    padding: 10px;
    margin: 0 0 25px 0;
    box-shadow: 2px 2px 4px #ccc;
}
legend.scheduler-border {
    width: auto;
    margin: 0;
    padding: 0 10px;
    border-bottom: 0;
    font-size: 16px;
    color: #999;
}
button {
    outline: none !important;
}
.control-parag {
    padding-top: 7px;
}
.tab-pane {
    padding: 20px 10px;
}
.search-options label {
    font-weight: normal;
}
.search-box {
    display: inline-block;
    margin: 3px 20px 0 0;
}
.search-box:last-child {
    margin-right: 0;
}
.search-box input {
    margin-left: 10px;
}
.search-footer {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
    float: left;
    width: 100%;
}
.search-footer [class*="col-"] {
    padding-left: 5px;
}
.sort-button.active {
	font-weight: bold;
}
.btn-link:focus {
	outline: 0;
}
.gallery-list input[type=checkbox] {
    position: relative;
    float: right;
    margin-right: 5px;
    /*zoom: 1.5;*/
}
.new-entry-row {
    margin-top: 20px;
}
.step-row {
    margin-bottom: 20px;
}
[class*="col-"] {
    background-clip: padding-box;
    margin-bottom: 10px;
}

.time-group {
    margin-bottom: 20px;
}
.list-footer {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0px;
}

#recapSettings p {
    font-size: 0.8rem;
}


/** Settings **/
.settings-users .actions,
.settings-tags .actions,
.settings-categories .actions {
    cursor: pointer;
}
/* Settings */

/** Gallery detail layer **/
.gallery-detail {
    color: #fff;
    height: 100%;
    overflow: scroll;
}
.gallery-detail .image-detail {
    padding: 10px;
}
.gallery-detail .image-detail .head {
    margin: 0 34px;
}
.gallery-detail .image-detail .head .left {
    margin-right: 25px;
    color: #fff;
    font-size: 20px;
}
.gallery-detail .image-detail .head .right {
    float: right;
    color: #fff;
    font-size: 20px;
}
.gallery-detail .image-detail .head .title {
    font-size: 20px;
}
.gallery-detail .image-detail .image img {
    max-width: 90%;
    max-height: 90%;
    margin: 10px 0;
    box-shadow: 4px 4px 20px #000;
}
.gallery-detail .image-detail .image .left {
    position: relative;
    left: 50px;
    font-size: 40px;
    color: #fff;
}
.gallery-detail .image-detail .image .right {
    position: relative;
    left: -50px;
    font-size: 40px;
    color: #fff;
}
.gallery-detail .image-data {
    background: #fff;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 10px;
    box-shadow: -4px 4px 20px #000;
}
.gallery-detail .image-data .functions {
    text-align: center;
}
.gallery-detail .image-data .functions a {
    font-size: 25px;
    color: #000;
    margin: 0 10px;
}
.gallery-detail .image-data .project {
    margin: 25px 10px;
}
.gallery-detail .image-data .meta {
    margin: 25px 10px;
}
.gallery-detail .image-data .tags {
    margin: 25px 10px;
}
.gallery-detail .image-data .tags ul {
    padding: 0;
}
.gallery-detail .image-data .tags ul li {
    float: left;
    list-style: none;
}
.gallery-detail .image-data .tags ul li:not(:last-of-type)::after {
    margin-right: 5px;
    content: ", ";
}
.gallery-detail .image-data #tags,
.gallery-detail .image-data #photoDesc,
.gallery-detail .image-data #projectDesc {
    margin: 5px 5px 25px 5px;
    float:  left;
}
.gallery-detail .image-data .tags .head,
.gallery-detail .image-data .photo-description .head,
.gallery-detail .image-data .project-description .head {
    color: #000;
    font-size: 18px;
    border-bottom: solid 2px #bbb;
    width: 100%;
    padding: 0 5px;
    display: inline-block;
}
.gallery-detail .image-data .tags .head i,
.gallery-detail .image-data .photo-description .head i,
.gallery-detail .image-data .project-description .head i {
    float: right;
    padding-top: 6px;
}
.gallery-detail .image-data .photo-description {
    margin: 25px 10px;
}
.gallery-detail .image-data .project-description {
    margin: 25px 10px;
}
/* Gallery detail layer */

/** Gallery selected tab **/
.gallery-selected-tab .functions a {
    font-size: 25px;
    color: #000;
    margin: 0 10px;
}
/* Gallery selected tab */
.bean-eater {
    text-align: center;
}
.bean-eater img {
    height: 80px;
}
.peer-list table th, .peer-list table td  {
    text-align: right;
}

.result-row {
    border-top: 11px solid #f7f7f7;
    padding-top: 15px;
}

.result-row .col-lg-12 {
    padding: 0;
}

.category-name {
    font-size: 1.2em;
    color: #CA0202;
}

h2 {
    font-size: 1.4rem;
    
}
h3 {
    font-size: 1rem;
    font-weight: 400;
}

p.notice {
    font-style: italic;
    color: #6c757d;
    font-weight: bold;
    font-size: 0.9rem;
}

.recap .list-group-item {
    padding: .3rem .5rem;
    width: 100%;
}
.recap .badger {
    font-size: 90%;
    margin-left: 10px;
    font-weight: bold;
}

.ind-pointer,
.comp-pointer {
    cursor: pointer;
}
.ind-pointer:hover,
.comp-pointer:hover {
    color: #CA0202;
}
.td-ind {
    min-width: 108px;
}
.for-table {
    max-width: 100%;
}
.chartCompContainer {
    margin-top: 23px;
}
.w500 {
    min-width: 500px;
}
.w400 {
    min-width: 400px;
}
.w300 {
    min-width: 300px;
}
.th-ind {
    min-width: 50px;
    font-weight: normal;
}
.chartWrapper {
    width:100%;
    display: block;
    overflow-x: auto;
    padding: 0px 8px 16px 8px;
}
.chartWrapper2 {
    width:100%;
    display: block;
    overflow-x: auto;
    padding: 0px 8px 16px 8px;
    flex: auto;
}
.chartCompRankContainer {
    width: 100%;
    height: 120px;
    min-width: 500px;
    margin: 15px 0;
}
.rank {
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
}
.rank .n {
    margin-bottom: 14px;
    font-size: 63%;
    display: inline-block;
    line-height: 0;
    vertical-align: bottom;
}
.rank .small {
    font-size: 70%;
    font-weight: normal;
    display: block;
}

#recapCompGraphs .rank {
    display: inline-block;
    width: auto;
    margin-right: 16px;
    background: #c10b0b;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 2px 1px rgb(186 186 186);
    min-width: 100px;
}
#recapCompGraphs .rank .small {
    display: inline-block;
    min-width: 50px;
    text-align: right;
}

#messages span {
    text-align: right;
    width: 100%;
    display: inline-block;
}

#messages span.warning {
    text-align: left;
    padding: .25rem 1rem;
    background: #ce4545;
    color: #fff;
    display: block;
}

.batch {
    background: #ca0202;
    color: #ffffff;
    display: inline-block;
    border-radius: 28px;
    padding: 9px 10px;
    text-align: center;
    line-height: 0.7;
    font-size: 120%;
}

.comp-remove {
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    padding-left: 3px;
    line-height: 0.5;   
}

.graphB {
    margin-top: 20px;
}
.form-inline label.disabled {
    color: #c5c5c5;
}
.form-control:disabled {
    color: #c5c5c5;
}
@media (min-width:768px) {
    .navbar-brand  {
        height: 78px;
    }
    .navbar-brand > img {
        height: 42px;
    }
    .navbar-sub {
        font-size: 13px;
    }
    .chartWrapper {
        width: calc(100% - 36px);
        margin-left: 36px;
    }
}
@media (min-width:380px) {
    .chartWrapper2 {
        width: initial;
    }
}
@page {
    size: A4 portrait;
}
@media print {
    @page {
        size: A4 portrait;
    }
    
    .body {
        font-size: 0.9rem;
        line-height: 1.1;
    }
    .navbar-pro.navbar-fixed-top {
        position: absolute;
    }
    .navbar-sub {
        color: #212529;
    }
    a.navbar-brand {
        text-decoration: none;
        color: #212529;
    }
    .content {
        page-break-after: always;
    }
    .basic-results .recap {
        page-break-after: always;
    }
    .table {
        margin-bottom: 0.2rem;
    }
    .for-table.py-5 {
        padding-bottom: 0;
    }
    .for-table table.table tr,.for-table table.table tr td, .for-table table.table tr th {
        page-break-inside: avoid;
        margin: 4px 0 4px 0;
    }
    .for-table.cat-break {
        page-break-after: always!important;
    }
    .row.result-row {
        page-break-after: always;
    }
    .basic-results .for-table {
        clear: both;
        float: left;
    }
    .result-row {
        border-top: 0;
    }
    .peer-list .d-flex.align-content-start.flex-wrap {
        display: block!important;
    }
    .category-name {
        font-size: 1em;
    }
    .canvasjs-chart-container {
        width: 50%;
    }
    th.num-th {
        min-width: 70px;
    }
}