--background-1: #DD0000;

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    /* height: 60px; */
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* 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,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

/* 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;
	}

	/* .grid2 {
		padding-left: 0px;
		margin-top: 15px;
	} */
}

@media (max-width: 1196px) {
	.grid2 {
		padding: 0px;
		margin-top: 15px;
	}
}

.grid1 {
	background: linear-gradient(to bottom, #143f8c 20px, #001c50); 
	padding: 15px 80px;
}

.main-grid {
	height: 400px; 
	padding: 15px 80px;
}

@media (max-width: 750px) {
	.grid1 {
		background: linear-gradient(to bottom, #143f8c 20px, #001c50); 
		padding: 15px 10px;
	}

	.main-grid {
		height: 400px; 
		padding: 15px 10px;
	}

	.header-navbar {
		padding: 0;
		min-height: 3rem; 
  	}

	.brand-text {
		color: #FFFFFF;
		padding-top: 10px;
	}

	#navbar-mobile.navbar-collapse .navbar-nav .nav-item {
		float: left !important;
  }
}

@media (min-width: 751px) {
	.brand-text {
		display: none;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.help-block-error {
	color: red;
}

.help-block {
	color: red;
}

.custom-table {
	background-color: #FFFFFF;
	/* border: 0; */
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
}

.custom-table tbody td, .custom-table tbody th {
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.custom-table thead td, .custom-table thead th {
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.lines-table {
	background-color: #FFFFFF;
	border: 0;
	margin-bottom: 0rem;
	max-width: 100%;
	width: 100%;
}

.lines-table tbody td, .lines-table tbody th {
	font-size: 1rem;
	font-weight: 400;
	height: 1rem;
	padding: 0px 15px !important;
}

.lines-table thead td, .lines-table thead th {
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	padding: 0px 15px !important;
}

.lines-table .form-group {
	margin-bottom: 1px;
}

form div.required label.control-label:after {
	content:" * "; 
	color:red;
}

select.form-control {
	height: 42px;
}
 
.select2-container--krajee .select2-selection {
	border-radius: 0px;
	height:35px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	border: none;
	border-left: none;
	height: 35px;
	width: 20px;
}

.lines-input {
	padding: 0px 5px !important;
	line-height: 2 !important;
	height: 28px !important;
}

.lines-input select.form-control {
	height: 28px !important;
}

input[type='checkbox'].form-control {
	border-color: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 20px;
	content:" * "; 
}

input[type='checkbox'].form-control:focus {
	border-color: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 20px;
}

.grid-view .summary {
	padding: 10px 0px;
}

.btn {
	text-transform: capitalize !important;
}

.disabled-field {
	border-style: dotted;
	background-color: #FFFFFF;
	border-width: 0 0 1px;
	border-style: dotted;
	color: rgba(0, 0, 0, 0.38);
	opacity: 1;
	border: 1px dotted rgba(0, 0, 0, 0.3);
	padding: 2.8px 14px;
	line-height: 2.5;
}

.custom-group {
	margin-bottom: 0 !important
}

.f-white {
	color: FFFFFF !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border:none;
	border-bottom: 1.2px solid rgba(0, 0, 0, 0.3);
	border-radius: 0px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
	background-color: #D47D1B !important;
	color: #FFFFFF !important;
}

.custom-checkbox {
    margin-top: 20px;
    width: 20px !important;
    height: 20px !important;
}

.section-header {
    /* padding-left: 15px;  */
    /* background-color: #D9BFD9; */
    color: #660066;
    font-weight: 900;
    border: none;
}

.form-view-actions {
    border-bottom: 1px solid #E9EBF5;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}