@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

/* General */

body {
  width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #F8F8F8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.03rem;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #292929;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
	color: #292929;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
	color: #EB9F3A;
	text-decoration: none;
	-webkit-transition: color 0.3s, color 0.3s;
	-moz-transition: color 0.3s, color 0.3s;
	transition: color 0.3s, color 0.3s;
}

h1 {
  font-size: 20px;
	line-height: 24px;
}

h2 {
  font-size: 18px;
	line-height: 22px;
}

h3 {
  font-size: 16px;
	line-height: 20px;
}

h4 {
  font-size: 14px;
	line-height: 18px;
}

h5 {
  font-size: 12px;
	line-height: 26px;
}

h6 {
  font-size: 10px;
	line-height: 14px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.container-fluid {
  max-width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.container {
  max-width: 100%;
	margin: 0 0 0 0;
	padding: 25px 0 25px 0;
	background-color: #F8F8F8;
}

.row {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.content {
  max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}

.content-wrap {
  min-height: 100vh;
}

#divider-top {
  max-width: 100%;
	height: 50px;
	margin: 0 auto 0 auto;
}

.select-margins {
  margin-left: 15px;
}

@media (max-width: 992px) {
	.select-margins {
		margin-left: 0;
	}
}

.col-lg-3 h4 {
  text-align: left;
	font-size: 14px;
	padding-bottom: 7.5px;
}

.form-control {
  font-size: 14px;
}

/* General */

/* Navbar */

.navbar {
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
}

.navbar-custom {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 99%);
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#000000 99%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#000000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 );
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.03rem;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
	padding-right: 15px;
}

.dropdown {
  padding-top: 2.5px;
}

.dropdown-menu {
	background: #000;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.dropdown-item {
	color: #FFF;
  font-size: 12px;
  letter-spacing: 0.03rem;
	padding: 7.5px 7.5px 7.5px 7.5px;
}

.dropdown-item:hover {
	color: #EB9F3A;
	background: #000;
}

.dropdown-toggle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03rem;
	color: #FFF;
	padding-right: 15px;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
  color: #EB9F3A;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #EB9F3A;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* Navbar */

/* Log In */

.standard-form {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 45px;
  color: #292929;
  font-size: 14px;
  background-color: #FFF;
  padding-left: 5px;
  border: 0px solid #FFF;
	border-bottom: 0.5px solid #CCC;
	margin-bottom: 15px;
}

.modal-form {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 45px;
  color: #292929;
  font-size: 14px;
  background-color: #FFF;
  padding-left: 5px;
  border: 0px solid #FFF;
	border-bottom: 0.5px solid #CCC;
	margin-bottom: 15px;
}

::-webkit-input-placeholder {
  color: #292929;
  padding-left: none;
}

textarea:focus, input:focus{
  outline: none;
  border: 0px solid #619DD7;
	border-bottom: 0.5px solid #DA3D40;
}

.btn-orange {
  font-size: 12px;
	background-color: #EB9F3A;
	color: #FFF;
	width: 100%;
}

.btn-orange:hover {
  font-size: 12px;
	background-color: #E29437;
	color: #FFF;
	width: 100%;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.btn-grey {
  font-size: 12px;
	background-color: #969696;
	color: #FFF;
	width: 100%;
}

.btn-grey:hover {
  font-size: 12px;
	background-color: #A3A3A3;
	color: #FFF;
	width: 100%;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

/* Log In */

/* Header */

.container-header {
  max-width: 100%;
	margin: 0 0 0 0;
	padding: 25px 0 25px 0;
  background-image: url(../imgs/bg-header.png);
}

.container-header h3 {
  font-size: 22px;
	color: #FFF;
}

.container-header h5 {
  font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.container-header img {
  max-width: 150px;
}

.content-header {
  max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Header */

/* Window */

.window {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.1);
	margin: 7.5px 15px 7.5px 15px;
}

.window-header {
  max-width: 100%;
	height: 45px;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
  background: #f4f4f4;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.window-header h4 {
  font-size: 14px;
	color: #292929;
	font-weight: 600;
	text-transform: none;
}

.window-content {
  max-width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
  background-color: #FFF;
}

.window-content .col-lg-12 img {
	width: 100%;
}

.window-content h4 {
  font-size: 14px;
	color: #292929;
	font-weight: 600;
}

.window-content h5 {
  font-size: 12px;
	color: #292929;
}

.window-content h5 a {
	color: #292929;
	text-decoration: none;
}

.window-content h5 a:hover {
	color: #EB9F3A;
	text-decoration: none;
}

.btn-table {
  font-size: 12px;
	background-color: #EB9F3A;
	color: #FFF;
	width: 100%;
}

.btn-table:hover {
  font-size: 12px;
	background-color: #E29437;
	color: #FFF;
	width: 100%;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.btn-table-green {
  font-size: 12px;
	background-color: #48C358;
	color: #FFF;
	width: 100%;
}

.btn-table-green:hover {
  font-size: 12px;
	background-color: #48C358;
	color: #FFF;
	width: 100%;
}

.btn-table-red {
  font-size: 12px;
	background-color: #D52D30;
	color: #FFF;
	width: 100%;
}

.btn-table-red:hover {
  font-size: 12px;
	background-color: #D52D30;
	color: #FFF;
	width: 100%;
}

/* Window */

/* Tables */

#tb {
  width: 100%;
	background-color: #FFF;
}

#tb td, #tb th {
  border: none;
  padding: 5px;
	font-size: 13px;
	font-weight: 300;
}

#tb tr:nth-child(even) {background-color: #F5F5F5;}

#tb tr:hover {background-color: #EFEFEF;}

#tb th {
  text-align: left;
  background-color: #4C4C4C;
  color: #FFF;
	font-weight: 700;
}

#tb .grey {
  background-color: #B0B0B0;
  color: #FFF;
	text-align: center;
}

#tb .red {
  background-color: #DC3B3E;
  color: #FFF;
	text-align: center;
	font-weight: 700;
}

#tb .red a {
  color: #FFF;
	text-decoration: none;
	font-weight: 700;
}

#tb .green {
  background-color: #62B85B;
  color: #FFF;
	text-align: center;
	font-weight: 700;
}

#tb .green a {
  color: #FFF;
	text-decoration: none;
	font-weight: 700;
}

#tb .yellow {
  background-color: #E8E655;
  color: #292929;
	text-align: center;
}

#tb .yellow a {
  color: #292929;
	text-decoration: none;
	font-weight: 700;
}

#tb .mis-val {
  background-color: transparent;
  color: #292929;
	text-align: center;
	font-weight: 700;
}

td {
	padding-top: 7.5px;
  padding-bottom: 7.5px;
}

/* Tables */

/* Footer */

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 99%);
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#000000 99%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#000000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 );
	padding-left: 15px;
	padding-right: 15px;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer h6 {
  font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 0;
}

/* Footer */

/*! Resp. Trick */

#d-none {
  display: block;
}

#d-yes {
  display: none;
}

.col-lg-4 {
	padding-right: 7.5px;
	padding-left: 0;
}

.long-tb-pd {
	padding-right: 7.5px;
	padding-left: 0;
}

@media (max-width: 992px) {
  
  #d-none {
	  display: none;
  }
	
	#d-yes {
		display: block;
	}
	
	.col-lg-4 {
	  padding-right: 0;
		padding-left: 0;
		padding-bottom: 15px;
	}
	
	.long-tb-pd {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 15px;
		margin-top: -15px;
	}

}
/*! Resp. Trick */

/* Date Picker */
.dropdown-menu {
	color: white;
}
/* Date Picker */

.table {
	background-color: white;
}

.btn-table-green, .btn-table-red {
	display: none;
}