html, body {
	background-color: #58595b;
	color: #B4B3B3;
}
body { 
	padding-top: 100px; 
	color: #58595b;
}
#loginForm {
	border-radius: 5px;
	padding: 10px;
	background-color: white;	
}
.adminPanelSection {
	padding: 5px;
}
.adminPanelInner {
	padding: 15px;
	background-color: #f1f3f5;
	border-radius: 5px;
}
.adminPanelInner h1 {
	color: #575656;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 75px;
}
.icon {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height:250px;
	text-align: center;
	color: #CCCCCC !important;
}
.btn-primary {
	background-color: #f89b2f;
	border-color: #f89b2f;
}
.btn-primary:hover {
	background-color: #95ca4a;
	border-color: #95ca4a;
}
.btn-amend, .btn-receive{
    background-color: #428bca;
	border-color: #428bca;
}
.btn-primary.disabled {
	background-color: #f89b2f;
	border-color: #f89b2f;
}

a {
	color: #3071A9;
	color: #E1E8ED;
color: #A4AAAE;
}
a:hover, a:focus {
	color: #f89b2f;
	text-decoration: none;
}

.navbar-brand {
	height: 100%
}
.navbar-brand img{
	height: 60px;
	width: auto;
}
.navbar {
	background-color: #f1f3f5;
	border-bottom: solid 1px #58595b;
}
.navbar-toggle {
	background-color: #58595b;
}
.icon-bar {
	background-color: #f1f3f5;
}
a.dropdown-toggle {
	color: #58595b;
}
.navbar-right a {
	color: #58595b;
}

.expandable {
	height: 100%;
}

td span.glyphicon {
	float: right;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #2BD225;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #FFC200;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #ff0000;
}
/** Reports **/
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("/fonts/RobotoCondensed-Regular.ttf") format('truetype');
}
.custom-container, .custom-panel-section {
    font-family: "Roboto Condensed";
    color: #58595b !important;
}
.custom-container input {
    border: 1px solid #ccc;
}
.custom-container .adminPanelInner {
    border-radius: 0px !important;
    background-color: #ffffff;
    height: auto !important;
}
.custom-container .page-title {
    background-color: #ECECEC;
    padding: 10px;
    height: auto;
    margin: -15px -15px 15px -15px !important;
    border-bottom: 1px solid #ECECEC;
    color: #3071ab;
    line-height: 30px;
}
.view-report-td {
    text-align: center;
}
.view-report-td img{
    width:31px;
    height:26px;
}
.custom-container .page-tag, .custom-container .custom-page-tag {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: #58595b !important;
    border-bottom: 1px solid #ECECEC;
    height: auto;
    line-height: inherit;
    padding-bottom: 5px;
    margin: -5px 0px 15px 0px !important;

}
.custom-container .custom-page-tag {
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    color: #58595b !important;
    border-bottom: 0px solid #ECECEC;
    height: auto;
    line-height: 30px;
    padding-bottom: 5px;
    margin: -5px 0px 15px 0px !important;
}
.color-change {
    color: #3071ab;
    font-size: 18px;
}
.start-route-date, .end-route-date, .select-route, .search-route-btn, .dataTables_filter input {
    height: 34px !important;
    line-height:34px !important;
    padding: 5px !important;
    clear: both;
    margin: 0px 10px 10px 0px;
    border-radius: 0px !important;

}
.search-route-text {
    height: 29px !important;
    line-height:29px !important;
    clear: both;
}
.search-route-btn {
    line-height:18px !important;
    width: 100px;
    border-radius: 0px;
    margin-top: 7px !important;
}
.clear-both {
    clear: both;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.width-100{
    width: 100%;
}
.height-auto {
    height: auto !important;
}
.max-width-250 {
    max-width: 250px;
}
.download-xls-td {
    text-align: center !important;
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
}
.download-xls-icon {
    padding: 5px;
    border: 1px solid #FFF;
    background-color: #3071ab;
    color: #FFF;
}
.download-xls-icon:hover {
    color: #FFF;
}
.form-route, .form-team, .form-company, .form-client, .form-client-site, .form-auditor{
    z-index: 9 !important;
}
table.dataTable {
    border-collapse: inherit !important;
}
.route-report-result .alert{
    margin-top: 130px;
}
.loading-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    z-index: 999;
    display:none;
}
.loading-div img {
    margin-top: 20%;
    margin-left: 50%;
}
#tbl-route-report_filter label {
    vertical-align: super !important;
}
.dataTables_wrapper .dataTables_filter input {
    font-weight: 400;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0.5em !important;
}
.route-report-result .success, .tbl-accordion tr td.success {
    background-color: #bcdb65 !important;
}
.route-report-result .warning, .tbl-accordion tr td.warning {
    background-color: #e5ab54 !important;
}
.route-report-result .danger, .tbl-accordion tr td.danger {
    background-color: #ff3642 !important;
    color: #ffffff !important;
}
.page-title .success {
    color: #bcdb65;
    font-size: 28px;
}
.page-title .warning {
    color: #e5ab54;
    font-size: 28px;
}
.page-title .danger {
    color: #ff3642;
    font-size: 28px;
}
.accordion .success {
    color: #bcdb65;
}
.accordion .warning {
    color: #e5ab54;
}
.accordion .danger {
    color: #ff3642;
}
#tbl-route-report tr {
    background-color: #ececec;
    color: #58595b;
}
#tbl-route-report thead th {
    background-color: #58595b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #ffffff !important;
    border-bottom-width:0px !important;
}
#tbl-route-report tfoot tr td {
    background-color: #ececec;
}
#tbl-route-report {
    border: none;

}
#tbl-route-report tbody tr td, #tbl-route-report tfoot tr td, #tbl-route-report thead tr th, .tbl-accordion tr td, .tbl-accordion tr th {
    vertical-align: middle !important;
}
#tbl-route-report tr td, .tbl-accordion tr td{
    border: 1px solid #ffffff !important;
}
.custom-search-icon {
    position: absolute;
    color: #4CAF50;
    margin: 8px 0px 0px 129px;
    font-size: 18px;
}
.date-report {
    font-size: 14px;
}
.tbl-accordion {
    border-collapse: collapse;
    border-spacing: 0px !important;
    border: none !important;
    font-weight: 400;
}
.tbl-accordion tr {
    background-color: #ececec !important;
}
.tbl-accordion tr {
    background-color: #ececec !important;
}
.tbl-accordion th {
    background-color: #58595b !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.tbl-accordion td {
    font-size: 15px;
}
.accordion {
    cursor: pointer;
    margin-bottom: 10px;
}
.not-in-accordion {
    display:table-row !important;
}
.not-in-accordion th{
    background-color: #ffffff !important;
    color: #3071ab;
}
.gallary-main a{
    width: auto;
    margin: 0 10px 33px 10px;
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-position:center center;
}
.gallary-main a img {
    width: auto;
    height: 160px;
    min-width: 40px;
    margin: 0 10px 33px 10px;
    border: 5px solid #ececec;
    clear: both;
}
.img-num {
    position: absolute;
    margin: 118px -45px;
    background-color: #58595b;
    font-size: 18px;
    padding: 10px 4px 2px 8px;
    border-top-left-radius: 2em;
    color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.tbl-accordion tr:not(.accordion) {
    display: none;
}
.gallary-main .gallary-icon {
    width: 32px;
    height: 26px;
    vertical-align: text-top;
    border: none;
    margin: 0px 5px;
}
.route-score{
    font-size: 16pt;
    background-color: #d7d7d7;
}
.custom-toggle{
    border-radius: 0px;
}
.custom-toggle-div, .form-audit, .form-process-audit, .form-comp-audits, .form-full-audits, .form-std-audits{
    position: absolute;
    z-index: 9;
}
.margin-top-0{
    margin-top: 0px !important;
}
.view-type-div{
    float: right !important;
    margin: 0px 10px !important;
    color: #555;
}
.view-type-div label{
    font-weight: normal;
}
.select-view-type{
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
}
.editable-content{
    padding: 5px;
    vertical-align:top;
    margin-left: 10px;
}
.editable-content span{
    margin-left: 7px;
}
.calculating{
    line-height: 512px;
    font-size: 35px;
    color: #ffffff;
    margin-left: 40%;
}
.table.dataTable > tbody > tr.child span.dtr-title{
    font-weight: normal;
}
.download-xls-icon-top1{
    padding: 7px;
    background-color: #3071ab;
    color: #FFF;
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 69px;
}
.download-xls-icon-top2{
    padding: 7px;
    background-color: #3071ab;
    color: #FFF;
    position: absolute;
    z-index: 9;
    right: 300px;
}
#tbl-route-report_filter label input[type="search"]{
    width: 150px;
}
.route-report-result{
    margin-top: 0px;
}
.loading-div span img{
    margin-top: 0% !important;
    margin-left: 0% !important;
    height: 25px;
    width: 25px;
}
.additionalInfo{
    display: none;
}
.btn-new{
    line-height: 18px !important;
    width: 100px;
    border-radius: 0px;
    margin-top: 7px !important;
}
.position-absolute{
    position: absolute;
    z-index: 9;
}
.action-td{
    text-align: center;
}
.action-td span.glyphicon{
    float: none;
    margin: 0px 5px;
    vertical-align: inherit;
}
.latest-box{
    height: 34px !important;
    line-height: 34px !important;
    padding: 5px !important;
    clear: both;
    margin: 0px 10px 10px 0px;
    border-radius: 0px !important;
    border: 1px solid #ccc;
}
.latest-textarea, .latest-box-file, .latest-select{
    padding: 5px !important;
    clear: both;
    margin: 0px 10px 10px 0px;
    border-radius: 0px !important;
    border: 1px solid #ccc;
}
.report-m-title{
    font-size: 16px;
    font-weight: 400;
}
.custom-container form label{
    font-weight: 400;
}
.big-label{
    font-size: 22px;
}
.latest-box-file{
    border: none !important;
    height: auto !important;
    line-height: inherit !important;
    padding: 5px !important;
    clear: both;
    margin: 0px 10px 10px 0px;
    border-radius: 0px !important;
}
.size-259{
    max-width: 259px;
}
.new-asset-type, .headers-form, .edit-template-audit-btn, .change-asset-type{
    display: none;
}
.edit-headers, .edit-asset-val{
    display: block;
}
.margin-top-55{
    margin-top: 55px;
}
.custom-panel .panel-body{
    padding: 0px;
}
.custom-panel .panel-default > .panel-heading{
    background-color: #ffffff;
    color: #3071ab;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.font-size-20{
    font-size: 20px;
}
.custom-panel .panel{
    margin-bottom: 20px !important;
    border-radius:0px !important;
}
.min-width-13{
    min-width: 13%;
}
.custom-multiple-table{
    margin-bottom: 0px;
}
a.btn {
    white-space: inherit;
}
.btn-view-icon{
    padding: 3px 12px;
    line-height: 23px;
}
.btn-view-icon img{
    vertical-align: middle;
}
.margin-left{
    margin-left: 25px;
}
.max-width-30-per{
    max-width:30% !important;
}
.max-width-40-per{
    max-width:40% !important;
}
.car-xls{
    display: none;
}
.big-checkbox:not(old) {
    width: 0em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}
.big-checkbox:not(old) + label {
    display: inline-block;
    line-height: normal;
}
.big-checkbox:not(old) + label > span {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 0.0625em solid rgb(192, 192, 192);
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
}
.big-checkbox:checked + label > span {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}
.big-checkbox:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: rgb(0, 0, 0);
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}
.report-hint{
    font-size: 14px;
    margin-right: 20px;
}
.min-height-18{
    min-height: 18px;
}

.custom-panel-section .adminPanelInner {
    padding: 0;
    border-radius: 4px;
    box-shadow: 3px 3px 1px #4C4D4E;
    height: 100% !important;
}
.custom-panel-section h1 {
    margin: 0;
    font-size: 22px;
    padding: 17px 20px 16px 20px;
    border-bottom: 1px solid #ddd;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.custom-panel-section h1 a {
    color: #0c0c0c;
}
.custom-panel-section h1 a:hover {
    color: #E18926;
}
.custom-panel-section .adminPanelSection {
    padding: 0;
}
.custom-panel-section .btn-primary {
    width: 100%;
    min-height: 60px;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: inherit;
    background-color: #F99B30;
    padding: 0;
    border-radius: 0 0 4px 4px;
    vertical-align: middle;
    display: inline-block;
}
.custom-panel-section .btn-primary:hover {
    border: 1px solid #E18926;
    background-color: #E18926;
}
.custom-panel-section .eye-icon {
    background: #E18926;
    border: 1px solid #E18926;
    padding: 17px 10px 17px 10px;
    float: right;
    position: relative;
}
.custom-panel-section .eye-text {
    position: relative;
    line-height: 58px;
}
.custom-panel-section p {
    padding: 17px 20px 16px 20px;
    color: #777;
}
table.dataTable tfoot th, table.dataTable tfoot td{
    padding: 10px 8px;
}
.double-btn{
    width: 48px;
}
.single-btn{
    width: 100px;
}
.question-order-action.disabled{
    display: none;
}
.audit-add-m{
    position: absolute;
    clear: both;
    z-index: 9;
}
.video-overlay{
    position: absolute;
    margin-top: 43px;
    margin-left: -130px;
    background: #58595b;
    font-size: 18px;
    padding: 10px;
    border-radius: 100px;
    color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.video-thumb-img {
    position: relative;
    border: none !important;
    width: 60px !important;
    height: 60px !important;
    clear: inherit !important;
    margin: auto !important;
}

select option { /* value not val */
    background: rgba(255, 255, 255, 0.75);
}

select option.H { /* value not val */
    background: rgba(188, 219, 101, 0.75);
}

select option.M { /* value not val */
    background: rgba(229, 171, 84, 0.75);
}

select option.L { /* value not val */
    background: rgba(255, 54, 66, 0.75);
}

@media screen and (max-width: 767px) {
    .clear-float {
        float: none;
    }
    .table-responsive{
        padding: 10px 0px 10px 0px !important;
    }
    .route-report-result{
        margin-top: 170px !important;
    }
    .margin-top-60{
        margin-top: 60px !important;
    }
    .not-in-accordion th{
        border: none !important;
    }
    .position-absolute{
        position: relative;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 367px) {
    .gallary-main a, .gallary-main img{
        margin: 0px 3px 33px 3px;
    }
    .route-report-result{
        margin-top: 210px !important;
    }
}
@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: right !important;
    }
}
@media screen and (max-width: 430px){
    .download-xls-icon-top1, .download-xls-icon-top2{
        position: relative;
        z-index: 9;
        left: 30%;
        top: 30%;
    }
    .dataTables_filter{
        float: none !important;
        margin-top: 1.5em !important;
    }
    .view-type-div{
        position: absolute;
    }
    .never-display{
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 1336px) {
    .download-xls-icon-top2{
        float: right;
        margin: 6px;
        position: relative;
        right: 0;
        top: 30%;
        z-index: 9;
    }
}
/***End of Reports 2016***/
.old-media{
    height: 200px;
}
.old-media-data{
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}
.old-media-data video,.old-media-data img,.old-media-data audio{
    min-width: 100px;
    max-width: fit-content;
    max-height: 100px;
    position: relative;
}
.btn-del-media{
    margin-left: -65px!important;
    margin-top: -120px!important;
}

/***Additions for ContactForm***/
.labelText {
	color: white;
}

