﻿/* Model properties for views */
.modelItemProperty { min-height: 35px; text-align: right; }
.modelItem .modelItemTitle { float: left; }

.split { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 20px; }

.navbar .dropdown-toggle {
    color: #ffffff;
    line-height: 0;
}


/** KBO Styling **/
body {
    padding-top: 125px;
    font-family: 'Arial', 'sans-serif';
}
h1, 
h2,
h3 {
    color: #076EB5;
    font-weight: bold !important;
}

h4 {
    color: #076EB5;
    text-align: center;
}

a,
a:hover {
    color: #076EB5;
}
.v-center {
    position: absolute;  
    top: 0;  
    bottom: 0;  
    margin: auto;  
} 
    header .top-line,
    header .bottom-line {
        height: 25px;
        background-color: #076EB5;
    }
    header .middle {
        background-color: #fff;
        height: 75px;
        /*z-index: 1040;*/
    }
        header .middle #leftmenu-trigger {
            border: 0;
            background-color: #076EB5;
        }
        header .middle img {
            left: 80px;
        }
        header .middle > ul {
            top: 50%;
            transform: translateY(-50%);
            position: relative;
        }
            header .middle li.dropdown {
                background-color: #076EB5;
            }
            header .nav .fa.fa-user {
                float: right;
                transform: translateY(38%);
            }
            .nav .open > a,
            .nav .open > a:hover, 
            .nav .open > a:focus,
            header .middle li.dropdown:hover {
                background-color: #83b7da;
            }
                header .middle li.dropdown:hover > a{
                
                    background-color: #076EB5;
                }
                    header .middle li.dropdown a {
                        color: #fff;
                    }


                header .toolbar .dropdown, 
                header #headerbardropdown, 
                header #rightmenu-trigger {
                    border: 0;
                }

.panel-primary .panel-heading {
    background-color: #076EB5 !important;
    border-color: #076EB5 !important;
}


footer {
    border: 0;
    background-color: #076EB5;
}
    footer > ul {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }

        footer li {
            color: #fff;
        }

/** Sidebar **/
#page-leftbar {
    background-color: #fff;
    position: fixed;
    margin-top: -20px;
}

    #sidebar .fas{
        font-size: 20px;
        color: #076EB5 !important;
    }
    #sidebar .divider,
    #sidebar .divider:hover {
        /*height: 10px;*/
        margin: 0;
        /*background-color: #076EB5;*/
    }
    #sidebar > li.active .fas{
        color: #fff !important;
    }

    #sidebar #search a:hover i.fas{
        color: #076EB5 !important;
        opacity: 1;
    }

#search form {
    margin-bottom: 10px;
}

#search form .search-query, 
#search form .search-query:active, 
#search form .search-query:focus {
    border-top: 1px solid #076EB5;
    border-bottom: 1px solid #076EB5;
    background-color: #fff;
}
#search form button[type="submit"] {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
#sidebar li a:hover {
    background-color: #076EB5;
    opacity: 0.5;
    color: #fff;
}
    #sidebar li a:hover i.fas{
        color: #fff !important;
    }

#sidebar > li.active > a {
    background-color: #076EB5;
}
#sidebar > li.active > a:after {

    border-color: transparent #fff transparent transparent
}

#sidebar li.menu-item {
    border-top: 1px solid #076EB5;
}
#sidebar li.menu-item:first-child {
    margin-top: 20px !important;
}
#sidebar li.menu-item:last-child {
    border-bottom: 1px solid #076EB5;
}

body.collapse-leftbar #sidebar > li a {
    color: #fff !important;
}
body.collapse-leftbar #search .opacity-control {
    opacity: 1;
}

/** Page Container **/
#page-container {
    background-color: #fff;
}

/** Page Content **/
#page-content {
    /*background: url(../images/bg.jpg) repeat-x;*/
    border-left: 2px solid #076EB5;
}

.img-responsive { 
    /* other definitions */
    width:100%;
}


/** Small screens **/
@media (max-width: 767px) {
    #sidebar {
        top: 125px;
    }
    header .middle img {
        width: 65%;
    }
}
@media (max-width: 480px) {
    header .middle img {
        left: 65px;
    }

    ul.toolbar {
        background-color: transparent;
    }

    .img-responsive {
        width: 65%;
    }
}

.k-edit-form-container label {
    display: inline-block;
}
.k-edit-form-container {
    /*width: auto !important;*/
    padding: 0 20px;
}

    .k-edit-form-container .col-md-5,
    .k-edit-form-container .col-md-6 {
        padding: 0 15px;
    }


.k-edit-form-container.large {
    min-width: 800px;
}

    .k-edit-form-container .k-widget.k-tooltip-validation {
        position: absolute;
        right: 0;
    }

    .k-edit-form-container input[type=number] {
        height: 27px;
    }

@media screen and (max-width: 1000px) {
    .k-edit-form-container.large {
        min-width: 400px;
    }
}

.color-code {
    width: 30px; 
    height: 30px; 
    display: inline-block; 
    vertical-align: middle; 
    margin-right: 20px;
}

.btn{
    margin-top: 5px;
    margin-bottom: 5px;
}

#sidebar ul, #sidebar ul li a{
    background-color: #FFFFFF;

}

#page-heading h1{

    font-size: 24px;
    padding: 10px 0 0 20px;
}


.login-message ul {
    margin: 0;
    list-style-type: none;
}



@media only screen and (max-width: 1024px) {
    ul.k-pager-numbers {
        height: 0 !important;
    }
}


.fixed-height {
    overflow-y: auto;
}


.panel-heading {
    height: auto;
}

.k-popup-edit-form {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden !important;
}

.posi{
    position:fixed;
    margin-top: 0;
    top:125px;
}


#d {
    position: fixed;
    z-index: 200000;
    margin-left: 40px;
}/* Model properties for views */
.modelItemProperty { min-height: 35px; text-align: right; }
.modelItem .modelItemTitle { float: left; }

.split { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 20px; }

.navbar .dropdown-toggle {
    color: #ffffff;
    line-height: 0;
}


/** KBO Styling **/
body {
    padding-top: 125px;
    font-family: 'Arial', 'sans-serif';
}
h1, 
h2,
h3 {
    color: #076EB5;
    font-weight: bold !important;
}
a,
a:hover {
    color: #076EB5;
}
.v-center {
    position: absolute;  
    top: 0;  
    bottom: 0;  
    margin: auto;  
} 
    header .top-line,
    header .bottom-line {
        height: 25px;
        background-color: #076EB5;
    }
    header .middle {
        background-color: #fff;
        height: 75px;
        /*z-index: 1040;*/
    }
        header .middle #leftmenu-trigger {
            border: 0;
            background-color: #076EB5;
        }
        header .middle img {
            left: 80px;
        }
        header .middle > ul {
            top: 50%;
            transform: translateY(-50%);
            position: relative;
        }
            header .middle li.dropdown {
                background-color: #076EB5;
            }
            header .nav .fa.fa-user {
                float: right;
                transform: translateY(38%);
            }
            .nav .open > a,
            .nav .open > a:hover, 
            .nav .open > a:focus,
            header .middle li.dropdown:hover {
                background-color: #83b7da;
            }
                header .middle li.dropdown:hover > a{
                
                    background-color: #076EB5;
                }
                    header .middle li.dropdown a {
                        color: #fff;
                    }


                header .toolbar .dropdown, 
                header #headerbardropdown, 
                header #rightmenu-trigger {
                    border: 0;
                }

.panel-primary .panel-heading {
    background-color: #076EB5 !important;
    border-color: #076EB5 !important;
}


footer {
    border: 0;
    background-color: #076EB5;
}
    footer > ul {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }

        footer li {
            color: #fff;
        }

/** Sidebar **/
#page-leftbar {
    background-color: #fff;
    position: fixed;
    margin-top: -20px;
}

    #sidebar .fas{
        font-size: 20px;
        color: #076EB5 !important;
    }
    #sidebar .divider,
    #sidebar .divider:hover {
        /*height: 10px;*/
        margin: 0;
        /*background-color: #076EB5;*/
    }
    #sidebar > li.active .fas{
        color: #fff !important;
    }

    #sidebar #search a:hover i.fas{
        color: #076EB5 !important;
        opacity: 1;
    }

#search form {
    margin-bottom: 10px;
}

#search form .search-query, 
#search form .search-query:active, 
#search form .search-query:focus {
    border-top: 1px solid #076EB5;
    border-bottom: 1px solid #076EB5;
    background-color: #fff;
}
#search form button[type="submit"] {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
#sidebar li a:hover {
    background-color: #076EB5;
    opacity: 0.5;
    color: #fff;
}
    #sidebar li a:hover i.fas{
        color: #fff !important;
    }

#sidebar > li.active > a {
    background-color: #076EB5;
}
#sidebar > li.active > a:after {

    border-color: transparent #fff transparent transparent
}

#sidebar li.menu-item {
    border-top: 1px solid #076EB5;
}
#sidebar li.menu-item:first-child {
    margin-top: 20px !important;
}
#sidebar li.menu-item:last-child {
    border-bottom: 1px solid #076EB5;
}

body.collapse-leftbar #sidebar > li a {
    color: #fff !important;
}
body.collapse-leftbar #search .opacity-control {
    opacity: 1;
}

/** Page Container **/
#page-container {
    background-color: #fff;
}

/** Page Content **/
#page-content {
    /*background: url(../images/bg.jpg) repeat-x;*/
    border-left: 2px solid #076EB5;
}

.img-responsive { 
    /* other definitions */
    width:100%;
}


/** Small screens **/
@media (max-width: 767px) {
    #sidebar {
        top: 125px;
    }
    header .middle img {
        width: 65%;
    }
}
@media (max-width: 480px) {
    header .middle img {
        left: 65px;
    }

    ul.toolbar {
        background-color: transparent;
    }

    .img-responsive {
        width: 65%;
    }
}

.k-edit-form-container label {
    display: inline-block;
}
.k-edit-form-container {
    /*width: auto !important;*/
    padding: 0 20px;
}

    .k-edit-form-container .col-md-5,
    .k-edit-form-container .col-md-6 {
        padding: 0 15px;
    }


.k-edit-form-container.large {
    min-width: 800px;
}

    .k-edit-form-container .k-widget.k-tooltip-validation {
        position: absolute;
        right: 0;
    }

    .k-edit-form-container input[type=number] {
        height: 27px;
    }

@media screen and (max-width: 1000px) {
    .k-edit-form-container.large {
        min-width: 400px;
    }
}

.color-code {
    width: 30px; 
    height: 30px; 
    display: inline-block; 
    vertical-align: middle; 
    margin-right: 20px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

#sidebar ul, #sidebar ul li a{
    background-color: #FFFFFF;

}

#page-heading h1{

    font-size: 24px;
    padding: 10px 0 0 20px;
}


.login-message ul {
    margin: 0;
    list-style-type: none;
}



@media only screen and (max-width: 1024px) {
    ul.k-pager-numbers {
        height: 0 !important;
    }
}


.fixed-height {
    overflow-y: auto;
}


.panel-heading {
    height: auto;
}

.k-popup-edit-form {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden !important;
}

.posi{
    position:fixed;
    margin-top: 0;
    top:125px;
}

/*.k-grid-content {
        height: 400px !important;
    }

@media screen and (max-height: 768px) {
    .k-grid-content {
        height: 200px !important;
    }
} 

@media screen and (min-height: 768px) and (max-height: 1080px) {
    .k-grid-content {
        height: 400px !important;
    }
}*/ 

.project .k-widget.k-dropdown.k-header {
    margin-left: 20px;
}
.popover-content {
    min-width: 148px;
}
#olMap {
    margin-top: 15px;
    width: 100%;
    height: 100%;
}


.modelItemProperty {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}

.btn.btn-primary {
    background-color: #076EB5;
}


.bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.fa-upload {
    font-size: 100px;
}

.reportDefectActivityColumn {
    border-top: 1px solid lightgray;
    min-height: 40px;
}
.reportDefectActivityColumn:last-child {
    border-bottom: 1px solid lightgray;
}


button.save {
    margin-top: 0;
}


.edit .row {
    margin-bottom: 20px;
}


div.successMessage {
    padding: 10px;
    margin-bottom: 10px;
}

#page-leftbar {
    top: 0;
    bottom: 0;
    overflow: auto;
    margin: 0;
    margin-top: 125px;
}
#sidebar {
    margin-top: 0;
}
#sidebar li.menu-item:first-child {
    margin-top: 0 !important;
    
}

s

.project .k-widget.k-dropdown.k-header {
    width: 250px;
}

.form-group .k-datetimepicker {
    width: 100%
}

.panel-body .control-label {
    font-weight: bold;
}

.mapObjectPopup {
    width: 250px;
}

.mapObjectPopup .objectPopupImage {
    width: 100px;
    float: left;
}

.mapObjectPopup address {
    margin-left: 110px;
    text-align: left;
}

.mapObjectPopup .imageAddress {
    float: left;
}

/*.panel-primary .k-grid-content {
    /*height:auto !important; Stop grids from expanding outside the screen width*/ 
    min-height: 150px;
}*/

/*.panel-body {
    max-height: 200px;
    overflow: hidden
}*/

.modelItemProperty {
    min-height: 20px !important;

}

.page-content {
    min-height: unset;
}


.tab-pane .panel.panel-primary,
.tab-pane .panel.panel-primary .panel-body {
    border:none;
}

.tab-pane .panel-heading{
    background-color: unset !important;
}
.tab-pane .panel-heading i.fas{
    color: #076EB5 !important;
}
.tab-pane .panel-heading h4 {
    color: #076EB5 !important;
}



.with-nav-tabs .panel-heading ul li a {
    font-size:15px !important;
}

    .with-nav-tabs .panel-heading ul li a:hover {
        background-color: #4f8edc !important;
    }

.mce-edit-area {
    height: 250px !important;
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}







/*.settings ul {
    display: unset;
    padding: unset;
    margin: unset;
}

.settings ul li {
    display: unset;
}*/

#maincats,
#maincats > li {
    display: block;
}
    #maincats li ul {
        display: block;
        margin-left: 20px;
    }


.defecttype,
.calculation {
    margin-left: 50px;
}

.k-dropdown {
    width: 100%
}

.project-options .form-inline {
    display: inline;
}
.project-options .btn {
    margin-right: 5px;
}
.project-options .btn:nth-child(7) {
    margin-right: 0;
}
.ChkDefectTypeSelection,
.ChkActivityCalculationSelection {
    margin-left: 15px !important;
}

.reportDefectColumn img {
    width: 100%
}

.form-group {
    margin-bottom: 5px;
}

.glyphicon-remove {
    color: red;
}

.error {
    border-color: red;
    color: red;
}



#wrap > .container {
    padding: 20px 50px;
}












/** KBO - 29-8-2018 **/
body {
    font-size: 12px;
    padding-top: 105px;
}
h4, .h4 {
    font-size: 16px;
}

.btn {
    font-size: 12px;
}
.form-control {
    font-size: 12px;
}
#sidebar {
    margin-top: 1px;
}
#wrap > .container {
    padding: 10px 20px;
}
label {
    margin: unset;
}

#sidebar .fas{
    vertical-align: middle;
}

.k-grid-content {
    min-height: 400px;
    height: auto !important;
}

#ReObject {
    margin-top: 5px;
}


header .top-line, header .bottom-line {
    height: 20px;
}
header .middle {
    height: 65px;
}

header .middle img {
    height: 40px;
}

#page-leftbar {
    margin-top: 105px;
}
.k-pager-numbers .k-link, .k-pager-wrap {
    line-height: 2.4em;
}
.panel-heading h4 {
    line-height: 35px;
}
.k-grid-pager  {
    border-top: none;
}


.panel {
    margin: 0;
    margin-bottom: 10px;
}

.form-inline .form-control {
    vertical-align: bottom;
    height: 31px;
}
.dropdown-menu {
    font-size: 12px;
}
a.username {
    padding: 4px 10px !important;
}
.form-group {
    padding: 5px 0;
    margin: 0;
}
.modelItemProperty {
    min-height: unset;
}
.modelPropertyEntry:first-child{
    border-top: 1px solid #ccc;
}
.modelPropertyEntry > .modelPropertyEntryLabel label {
    margin-left: -10px;
}

#sidebar i {
    font-size: 15px !important;
}

.updown {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 5px;
}
#page-heading h1 {
    font-size: 22px;
}

.settings  {
    margin-bottom: 10px;
}

#project.k-grid tr td {
    white-space: nowrap !important;
}

body {
    font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif
}

#embedContainer {
    height:800px;
    width: 100%;
}
    #embedContainer iframe {
        border: none;
    }
#dashboardContainer {
    height: 920px;
    width: 100%;
    max-width: 1320px;
}

    #dashboardContainer iframe {
        border: none;
    }

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    padding: 5px 30px;
    margin: 5px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

    #buttonsWrapper a:hover {
        font-size: 120%;
    }

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}