body {
	background-color: #242424; 
	font-family: "Roboto", serif;
	overflow: hidden;
}

a {
	cursor: pointer;
}

.bn-datatables-single {
	display: none;
}

#datatable th {
	background-color: #d41d27;
	color: #fff;
}

#myProgressBar {
	display: none;
	z-index: 9999;
	margin-bottom: 0;
	position: fixed;
	width: 50%;
	bottom: 30vh;
	margin-left: 25%;
}

#middle {
	/*padding-top: 15px;*/
}


.btn-danger {
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	background: #d41d27; /* Old browsers */
	background: -moz-linear-gradient(top, #d41d27 0%, #ba0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d41d27 0%,#ba0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d41d27 0%,#ba0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41d27', endColorstr='#ba0000',GradientType=0 ); /* IE6-9 */
}

.input-group-addon {
	background-color: #d41d27;
	border-color: #d41d27;
	border-radius: 0;
	color: #fff;
}

.input-group-addon i {
	color: #fff;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}

.btn {
	padding: 12px 22px;
}

.itt-login h3 {
	color: #fff;
}

.itt-side-menu {
	background-color: rgba(255,255,255,0.2);
	padding-left: 0;
	padding-right: 0;
	height: 100vh;
}


.itt-side-menu a {
	display: block;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.itt-side-menu > a > i {
	background-color: #d41d27;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 55px;
	text-align: center;
}

.itt-side-menu > a > label {
	color: #fff;
	padding-left: 10px;
	cursor: pointer;
}

.itt-side-menu > div > a > label {
	color: #fff;
	cursor: pointer;
}

.itt-side-menu > a > span {
	color: #fff;
	float: right;
	line-height: 59px;
	margin-right: 15px;
}

.itt-side-menu > div {
	display: none;
	position: relative;
	width: 100%;
}

.itt-side-menu > div > a:hover,
.itt-side-menu > div > a.active,
.itt-side-menu > a.active,
.itt-side-menu > a:hover {
	background-color: rgba(255,255,255,0.2);
}

.itt-side-menu > a.active-parent > i {
	background-color: #fff;
	color: #d41d27;
}

.itt-side-menu > div > a > label::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #b51722;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.itt-side-menu > div > a > i {
	width: 60px;
	background-color: #b51722;
	color: #b51722;
	height: 30px;
	line-height: 30px;
}

.itt-top-menu {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.itt-main-screen {
	overflow-y: scroll;
	/*padding-bottom: 120px;*/
}

.itt-heading-chevron {
	font-size: 6px;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

.panel-default > .panel-heading {
	background-color: #505050;
	color: #fff;
	border: none;
	border-radius: 0;
}

.panel-default > .panel-heading > label {
	margin: 4px 0 0 0;
}

.panel-default {
	border: none;
	border-radius: 0;
}

::selection {
  background: #d41d27; 
  color: #fff; 
}
::-moz-selection {
  background: #d41d27; 
  color: #fff; 
}