/* START GENERAL */

html{
	height: 100% !important;
    width: 100% !important;
    -webkit-tap-highlight-color: transparent;
}

body{
	text-rendering: optimizeSpeed;
	font-size: 11pt;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	height: 100% !important;
    width: 100% !important;
    min-width: 320px;
    min-height: 264px;
	position: relative;
    margin: 0px;
    padding: 0px;
	padding-top: 50px;
}

.pointer{
	cursor: pointer;
}

.allheight{
	height: 100%;
}

.halfheight{
	height: 50%;
}

.select-sm{
	font-size: 1em;
	height: auto;
	padding: 2px;
}

::-webkit-scrollbar
{
	width: 5px;  /* for vertical scrollbars */
	height: 5px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
	background: rgba(255, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb
{
	background: rgba(255, 0, 0, 0.5);
}

/* END GENERAL */

/* ************************************ */

/* START NAVBAR TOP */

#navbar-top{
	background: #000;
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
}

/*
#navbar-top .navbar-collapse, #navbar-top ul li a{
	min-height: 70px;
}
*/

#navbar-top .navbar-nav>li>a{
	color: #333;
}

#clock{
	color: red;
}

#navbar-top .navbar-nav>.active>a, #navbar-top .navbar-nav>.active>a:focus, #navbar-top .navbar-nav>.active>a:hover, #navbar-top .navbar-nav>li>a:hover{
	color: red;
	background: transparent;
}

#navbar-top .navbar-nav>.open>a{
	color: red;
	background: transparent;
}

/* END NAVBAR TOP */

/* ************************************ */

/* START CAROUSEL */

#datamap-carousel{
	margin-bottom: 50px;
}

/* END CAROUSEL */

/* ************************************ */

/* START FOOTER */

.footer{
	height: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #333;
	color: #FFF;
	font-size: 0.8em;
	float: left;
	width: 100%;
}

/* END FOOTER */

/* ************************************ */

/* START INDEX */

.index .main .row{
	margin-bottom: 20px;
	margin-top: 20px;
}

.main{
	min-height: 500px;
}

#utente{
	color: red;
}

.inline{
	width: auto;
	float: left;
}

.slider-custom{
	margin-top: 7px;
}

.slider-custom .slider-custom-handle {
	width: 5em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
	padding-left: 2px;
	padding-right: 2px;
}
  
.vehicles-list ul li, .functionalities-list ul li{
	background-color: #f4f4f4;
	border: 1px solid #DDD;
	margin-bottom: 2px;
	cursor: move;
}

.vehicles-list ul, .functionalities-list ul{
	border: 1px solid #DDD;
	padding: 10px;
}

#sel-um{
	color: #000;
}

tr.message-K {
    background-color: red;
	color: #FFF;
}

tr.message-pkt {
    background-color: lightgray;
}

tr.message-P{
	background-color: #005e00;
    color: #FFF;
}

tr.message-S{
	background-color: #7aff7a;
}

tr.message-uguale{
	background-color: #fff0b6;
}

tr.message-X{
	background-color: yellow;
}

tr.message-pint{
	background-color: #ffc06d;
}

tr.elapsed-late .elapsed{
	color: red;
	font-weight: bold;
}

.focus circle {
	fill: #F1F3F3;
	stroke: #6F257F;
	stroke-width: 5px;
}
  
.hover-line {
	stroke: #6F257F;
	stroke-width: 2px;
	stroke-dasharray: 3,3;
}

.chart-tooltip{
	position: absolute;
	background-color: #EEE;
	padding: 5px;
	left: 0px;
	top: 0px;
	border-radius: 15px;
	border: 1px solid #AAA;
	font-size: 0.7em;
}

.logbook_input{
	font-size: 0.8em;
	padding: 5px;
}

.logbook_input.edited{
	background-color: yellow;
}

.vehicles-list .row .thumbnail img{
	max-height: 120px;
}

.vehicles-list .row .thumbnail{
	height: 250px;
}

.vehicles-list .row .caption{
	width: 100%;
	overflow: auto;
	height: 100%;
}

body.consolelog{
	overflow: auto !important;
}

.consolelog table{
	font-size: 0.9em;
}

.consolelog table th, .consolelog table tr{
	text-align: center;
}

#vehicle_info{
	margin-bottom: 25px;
}

#vehicle_info .media-body{

	padding-left: 50px;

}

#vehicle_info .media-body h4{
	line-height: 1.5em;
}

#slider-value{
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

select:disabled{
	color: lightgray;
	border-color: lightgray;
}

#visualizationVehicle, #visualizationInstructor{
	min-height: 150px;
}

body.schedule .ui-slider .ui-slider-handle{
	height: 2.4em;
}

body.schedule .ui-slider-horizontal{
	height: 2em;
}

.navbar-nav .navbar-text{
	color: #FFF;
}

#form_medical .form-control{
	width: 100%;
}

#myuser_profile_image{
	max-width: 140px;
	max-height: 140px;
}

#vehicle_image{
	max-width: 250px;
	max-height: 150px;
}

.myusers .myusers-list .thumbnail{
	height: 226px;
	width: 225px;
	overflow: hidden;
}

.myvehicles .vehicles-list .thumbnail{
	width: 353px;
	height: 250px;
	overflow: hidden;
}

.myusers .myusers-list .thumbnail img{
	max-height: 140px;
}

.vis-timeline {
    position: relative;
    border: 1px solid #bfbfbf;
    overflow: unset !important;  /* remove this line or add "overflow: unset !important;" */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mybadge select{
	width: auto;
	float: left;
}

#form_reserved{
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

tr.bold td{
	font-weight: bold;
}

#panel-info #datamap-accordion a.folder{
	color: #FFF;
	font-size: 1.5rem;
}

.logbook-edit select:disabled {
	color: gray;
}

.btn-first, .btn-next{
	margin-right: 0px;
	padding-right: 0px;
	font-size: 1.8rem;
}

.btn-prev, .btn-last{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 1.8rem;
}

#logbook_current_page, #txt_flight_mode_offset_min{
	display: inline;
	text-align: center;
	width: 3.2rem;
	color: #000;
	padding: 1px;
}

.div_initial table tr td label{
	margin-bottom: 5px;
	margin-top: 10px;
}

.div_initial table input{
	display: inline;
	text-align: center;
	width: 3.2rem;
	color: #000;
	padding: 1px;
}

.div_initial table td:first-child{
	text-align: right;
	padding-right: 10px;
}

.usertotal{
	color: green;
}

.evaluation .btn-group .btn{
	opacity: .5;
}

.evaluation .btn-group .btn.selected{
	opacity: 1;
}

.tablecredit-input{
	width: 2rem;
	padding: .2rem;
	height: auto;
	display: inline;
}

#form_evaluation .btn-eval-1{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: red;
	border: 1px solid darkred;
	color: white;
}

#form_evaluation .btn-eval-2{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: yellow;
	border: 1px solid yellowgreen;
	color: black;
}

#form_evaluation .btn-eval-3{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: green;
	border: 1px solid darkgreen;
	color: white;
}

#form_evaluation .btn-eval-4{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: green;
	border: 1px solid darkgreen;
	color: white;
}

#form_evaluation .btn-eval-5{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: blue;
	border: 1px solid darkblue;
	color: white;
}