html,
body {
    height: 100%;
    font-size: 13px;
	line-height: 1.42857143;
	letter-spacing: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	color: #4E5458;
}

.wrap {
	width: 100%;
    min-height: calc(100% - 60px);
    height: auto;
    margin: 0;
    padding: 0 0 0px;
}

.wrap-embedded {
	width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0px;	
}

.wrap > .container {
    padding: 80px 20px 0px 20px;
    width: 100%;
}

.wrap > .container-maintenance{
	padding:120px 20px 0px 20px;
}


.wrap > .container > .no-side-padding {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.footer {
/*     height: 60px; */
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer .container {
	width: 100%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

h1, h2, h3 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: 800;
}

h2 {
	font-size: 16px;
	font-weight: 800;
}

h3 {	
	font-size: 14px;
	font-weight: 800;
}

a {
	color: #4E5458;
}

a:hover, a:focus {
	color: #FC6;	
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.error-summary-maintenance{
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    position:fixed;
    width:100%;
    font-color:red;
    font-weight:bold;
    text-align:center;
}
.navbar > .container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-fixed-top {
	background-color: #242424;
	border-color: #4E5458;
	border-width: 0;
}

.navbar-toggle {
	border: 1px solid white;	
}
.navbar-maintenance{
	background-color: #4E5458;
	border-color: #4E5458;
	border-width: 0;
	top:35px;
	position:fixed;
	z-index:2000;
	width:100%;

}
	

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Color of active nav element */
.navbar-inverse .navbar-nav > .active > a {
  background-color: #FE9E32;	
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #FC6;	
}

/* Color of collapsed sub menu item */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: white;
}

/* selected item color in dropdown menu */ 
.dropdown-menu > li.active > a{
    background: #ff893f !important;
}

/* dropdown menu hover color*/
.dropdown-menu > li > a:hover {
    background-color: #FC6;
 }

.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    padding: 0px;
}

.breadcrumb {
  color: #4E5458;
  padding: 5px 5px;
  margin-bottom: 20px;
  background-color: #858384;
  border-radius: 0px;
  position: fixed;
  right: 0;
  left: 0;
  top: 50px;
  z-index: 1029;
  padding-left: 20px;
}

.maintenance{
	top:85px;
}

.breadcrumb > .active {
  color: white;
}

.breadcrumb > li > a {
  color: white;
}

.breadcrumb > li > a:hover, 
.breadcrumb > li > a:focus {
  color: #FC6;
}

/* Override pagination link colors */
ul.pagination > li > a {
  color: #4E5458;	
}

ul.pagination > li > a:hover,
ul.pagination > li > a:focus {
  background-color: #FC6;
  color: #4E5458;	
}

ul.pagination > li.active > a {
  background-color: #ff893f;
  color: #4E5458;	
  border-color: #4E5458; 
}

ul.pagination > li.active > a:hover,
ul.pagination > li.active > a:focus {
  background-color: #FC6;
  color: #4E5458;	
  border-color: #4E5458; 
}


/* */
.white { color: #FFFFFF; }

/*
.atmp-navbar {
	background-color: #858384;
	height: 60px;
}
*/	

/* Override Jquery UI styles */
/*
.btn {
 font-size: 8pt;
 padding: 2px;
}
*/

.btn.btn-primary, .btn.btn-success {
	background-color: #EDF0F1;
	border-color: color: #4E5458;
 	color: #4E5458;
}

.btn.btn-primary:hover, .btn.btn-success:hover {
	background-color: #FC6;
}

.buttons-floating-right { float: right; position: relative; top: 0;  }
.buttons-floating-left{ float: left; position: relative; top: 0;  }
 
/* Table (Gridview formatting */
.table-header-vertical-text {
	transform: rotate(-45deg);
   	transform-origin: 20% 20%;
}

.table-bordered > thead > tr > th {
    background-color: #EDF0F1;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-bordered > thead > tr > th a {
	color: #4E3058;
}

.table-bordered > thead > tr > th a:hover, .table-bordered > thead > tr > th a:focus {
	color: #FF893E;
}

.form-group { width: 60%; }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th 
{
    border: none;
}

.button-textarea {
    margin: 0 auto;
    padding-left: 700px;
}

.truncate {
   max-width: 150px ;
   overflow: hidden;
   text-overflow: ellipsis;
}

/* Classes for home page */
.home-category-container {
	/*
	border: 1px solid grey; 
	border-radius: 5px;
	padding: 5px;
	background-color: #D3D3D3;
	*/ 
	width: 100%;
	margin-bottom: 10px;
}

.home-category-subcontainer {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.home-subcategory-container {
	min-height: 150px;
	padding: 5px;
	border: 1px solid grey; 
	border-radius: 5px;
	background-color: white; 
	margin-right: 5px;
	flex-grow: 1;
}

.uploads {
	width: 60%;
}
/*classes for kartik grids user for checklistrecord export (viewChecklistAnswers.php)*/
.panel-primary > .panel-heading{
	background-color:#FFFFFF;
	color:#000000;
	border-color:transparent;

}
.panel-primary{
	border-color:transparent;
}
.kv-panel-before {
	background-color:#858384;
}
.kv-panel-pager{
	min-height:25px;
}

/* Color of collapsed sub menu item */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > .domainItem,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > .domainItem:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > .domainItem:hover {
	color: #523a18;
	font-weight: bold;
	font-size: 12px; 
	
}


/* NLP layout for execution, process and processgroup */

.nlpMainContainer {
	position: relative;
/* 	display: flex; */
/* 	align-content: flex-start; */
/* 	flex-direction: column; */
	float: none;
	width: 100%;
	height: calc(113vh - 80px - 177px);
/* 	height: calc(100vh - 80px - 170px); */
}

@media screen and (max-width: 1750px) {

	.nlpMainContainer {
/* 		display: flex; */
/* 		flex-direction: column; */
		position: relative;
/* 		align-content: flex-start; */
		float: none;
		width: 100%;
/* 		height: 100%; */
		height: calc(113vh - 80px - 173px);
	}
}

.nlpLeftColumnContainer {
	float: left;
/* 	height: calc(100vh - 80px - 170px); */
/* 	height: 100%; */
	min-width: 300px;
/* 	border-top: 1px solid black; */
/* 	border-left: 1px solid black; */
/* 	border-radius: 7px; */
	position: inherit;
	overflow: auto;
	-webkit-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-moz-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-ms-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-o-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	padding: 2px;
}

@media screen and (max-width: 1750px) {
	  .nlpLeftColumnContainer {
	/*     background-color: yellow; */
/* 		order 1; */
	    width: 350px;
/* 	    height: 100%; */
	    border: 0;
	    margin: auto;
	/* 	-webkit-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	/* 	-moz-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	/* 	-ms-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	/* 	-o-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
		
	 }
}
  
 .nlpCenterColumnContainer {
/*  	display: flex; */
	float: left;
	height: 100%;
/* 	max-width: 850px; */
	max-width: calc(100% - 670px);
	min-width: calc(100% - 780px);
/* 	width: 100%; */
/* 	border-top: 1px solid black; */
/* 	border-left: 1px solid black; */
/* 	border-radius: 7px; */
	position: inherit;
	overflow: auto;
	-webkit-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-moz-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-ms-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-o-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
/* 	padding: 2px; */
}

@media screen and (max-width: 1750px) {
	 .nlpCenterColumnContainer {
	/*     background-color: yellow; */
/* 	   order: 2; */
	   height: 100%;
	   width: calc(100% - 350px);
	   max-width: calc(100%);
		min-width: calc(100% - 737px);
	   border: 0;
	   margin: auto;
	   float: right;
/* 	   overflow: auto; */
	   position: inherit;
/* 	   padding: 2px; */
		-webkit-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
		-moz-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
		-ms-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
		-o-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	
	}
}

.nlpRightColumnContainer {
/* 	margin-left: 50px; */
	float: right;
/* 	height: calc(100vh - 80px - 170px); */
/* 	height: 100%; */
	min-width: 350px;
/* 	border-top: 1px solid black; */
/* 	border-left: 1px solid black; */
/* 	border-radius: 7px; */
	position: inherit;
	overflow: auto;
	border-color: -moz-linear-gradient(top, #555555, #111111);
	-webkit-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-moz-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-ms-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	-o-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57);
	padding: 2px;
}

@media screen and (max-width: 1750px) {
	 .nlpRightColumnContainer {
	/*     background-color: yellow; */
/* 	   flex-direction: column; */
/* 	   order: 3; */
	   width: 350px;
	   max-width: 350px;
	   min-width: 350px;
/* 	   max-width: 350px; */
/* 	   height: 100%; */
	   border: 0;
	   margin: auto;
	   float: left;
	   overflow: auto;
/* 	   height: 40vh; */
	/* 	-webkit-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	/* 	-moz-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	/* 	-ms-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	/* 	-o-transition: all 0.30s cubic-bezier(0, 0, 0, 0.57); */
	
	}
}
