/* --------------------------
 * GLOBAL STYLES
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|Roboto+Condensed:400,300,700,400italic|Roboto+Slab:400,100,300,700);

body, html {
	background: #fff;
	color: #333;
	font-family: 'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-weight: 400;
	/* min-height: 750px; */
}

.blue-text{
	color: #007AFF;
}

.clickable{
	cursor: pointer;
}

h1, h2, h3 {
	line-height: normal;
	margin: 0;
	font-weight: normal;
}

.minor-notation {
    font-style:italic;
    font-size:.8em;
}

.ui-widget-content a {
    color: #00F;	/* inherit? */
}
.ui-widget-content a button {
    color: #333;	/* inherit? */
}

/* fixes dialog scroll up under header and title bars */
.ui-dialog {
    z-index: 50 !important;
}

/* fixes border overrun anomoly on title close[x] button for dialogs having no explicit buttons defined */
.ui-dialog .ui-button-icon-only .ui-button-text {
    padding:0px;
}

a {
	text-decoration: none;
	outline: none;
	color: blue;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: none;
	color: rgb(52, 152, 219);
}

img {
	max-width: 100%;
}

.thumbnail{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
	width: 80px;
	white-space:nowrap;
}

div[tabindex] {
   outline: none;
}

legend {
   	font-weight: bold;
	border-color: #d9d9d9;
    color: rgb(46, 61, 77);
    width: auto;
}

/* Model dialog background - make it darker than JQuery UI default */
.ui-widget-overlay
{
	opacity: .50 !important;
	filter: Alpha(Opacity=50) !important;
	background-color: rgb(50, 50, 50) !important;
}

.eval-ws-no-wrap
{
	white-space: nowrap;
}

.gradient-shadow
{
    background-color: #F9F9F9;
    /* gradient */
    background: rgba(255,255,255,0.25);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.26) 1%, rgba(215,228,229,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.25)), color-stop(1%, rgba(255,255,255,0.26)), color-stop(100%, rgba(215,228,229,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.26) 1%, rgba(215,228,229,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.26) 1%, rgba(215,228,229,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.26) 1%, rgba(215,228,229,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.26) 1%, rgba(215,228,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7e4e5', GradientType=1 );
    /* border */
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #AAA;
    /* box shadow */
    -webkit-box-shadow: 10px 10px 5px -6px rgba(208,209,217,0.55);
    -moz-box-shadow: 10px 10px 5px -6px rgba(208,209,217,0.55);
    box-shadow: 10px 10px 5px -6px rgba(208,209,217,0.55);
}

.eval-thin-round-border
{
	padding: 3px;
	border: 1px solid gainsboro;
	border-radius: 3px;
}

.eval-list-inline {
    padding-left: 0;
    margin-left: 2px;
    list-style: none;
}

.eval-list-inline > li {
    display: inline-table;
    padding-right: 3px;
    padding-left: 3px;
}

.sortable-table th
{
	cursor: pointer;
	text-decoration: underline;
}

.pointer-cursor
{
	cursor: pointer;
}

.wait-cursor
{
	cursor: wait !important;
}

.default-cursor
{
	cursor: default !important;
}

/* --------------------------
 * INPUT STYLE (vertical + horizontal using bootstrap classes)
 * -------------------------- */

input[type="number"], input[type="text"], input[type="password"], select, textarea, form-horizontal input.form-control ol.form-control{
    padding: 4px 3px 2px 4px;
    font-family: 'Roboto',Arial,Tahoma,Helvetica,sans-serif;
	font-size: 100%;
    font-weight: 400;
    border: 1px solid silver;
}

input:disabled, textarea:disabled, select:disabled
{
	background-color: lavender;
}

/* Make disabled text inputs selectable for cut-paste */
input:disabled, textarea:disabled
{
  -webkit-touch-callout: text; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
     -khtml-user-select: text; /* Konqueror HTML */
       -moz-user-select: text; /* Firefox */
        -ms-user-select: text; /* Internet Explorer/Edge */
            user-select: text; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

select
{
	background-color: white;
}

input.checkbox { border: none }

label.control-label {
    padding: 0;
    margin: 0;
}

select.form-control {
    padding: 4px 3px 2px 4px;
    font-family: 'Roboto',Arial,Tahoma,Helvetica,sans-serif;
	font-size: 100%;
    font-weight: 400;
    border: 1px solid silver;
    width: 120%;
}

.small-numeric-inputs input[type="number"], .small-numeric-inputs input[type="text"], .small-numeric-inputs input[type="password"] {
	width: 5em;
}

/* --------------------------
 * JQUERY VALIDATION
 * -------------------------- */
form.validate label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

div.error { display: none; }
form.validate .gray * { color: gray; }
input.error { border: 1px dotted red; }

/* --------------------------
 * GLOBAL COLOR CLASSES
 * -------------------------- */
.eval-light-gray { color: lightgray; }

/* --------------------------
 * NAVIGATION BAR
 * -------------------------- */
.eval-no-wrap {
	white-space: nowrap;
	overflow: hidden;
}

a.eval-header-icon {
	text-decoration: none !important;
	padding: 0 4px 0 2px;
}

a.eval-header-icon p:hover,
a.eval-header-icon span:hover {
	color: lightgrey;
}

a.eval-header-icon p:active,
a.eval-header-icon span:active {
	color: lightslategrey;
}

.navbar-header {
	min-height: 65px;
}

.navbar-brand {
	padding: 9px;
}

.navbar-brand img {
	float: left;
	margin-right: 15px;
}

.navbar-brand .logo-text {
	float: left;
	margin-right: 15px;
}

.navbar-brand .logo-text-right {
	float: left;
	margin-right: 15px;
}

.navbar-brand h1 {
	font-size: 26px;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-style: italic;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	display: block;
}

.navbar-brand h4 {
	margin: 0px;
	font-size: 12px;
	font-family: "Roboto";
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
}

.navbar-brand h3 {
	margin: 0px;
	font-size: 15px;
	font-family: "Roboto";
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	transform: translateY(75%);
}

#main_nav {
	background-color: rgb(46, 61, 77);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 66px;
	min-height: 66px;
	border: none;
	z-index: 19;
}

#main_navbar {
	float: right;
	padding: 8px 15px 0 10px;
	position: relative;
}

#main {
	margin-top: 66px;
}

/* ----------------------------------
 * HEADER USER PROFILE AND ICON MENU
 * ---------------------------------- */

a.user_profile {
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	width: 40px;
	height: 35px;
	display: block;
	float: right;
}

.profile_info {
	border: 1px solid dimgrey;
	border-radius: 8px;
	padding: 3px 10px 5px 10px;
}

.profile_informations {
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	display: block;
}

.profile_informations h3 {
	font-size: 15px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.6;
	text-align: right;
}

.profile_informations p {
	font-size: 13px;
	font-family: "Roboto";
	color: rgba(255, 255, 255, 0.502);
	text-align: right;
	margin: 0px;
	line-height: 0.6
}

.logo-text h4
{
	margin-left: 8px;
	font-style: italic;
}

/* --------------------------
 * TITLE BAR
 * -------------------------- */
.red-box-top {
	background-color: rgb(204, 82, 82);
	width: 100%;
	height: 48px;
	min-height: 48px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	border: medium none;
	position: fixed;
	top: 66px;
	left: 0px;
	right: 0px;
	z-index: 20;
}

.title-box {
	height: 48px;
	padding: 6px 10px 0px 10px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.title-box-bread-crumb {
	color: lightgrey;
	float: left;
	padding: 10px 10px 0 0;
}

.title-box-icon {
	float: left;
	padding: 4px 6px 4px 0;
}

.title-box a span.title-box-icon:hover {
	color: lightgrey;
}

.title-box a span.title-box-icon:active {
	color: lightslategrey;
}

.title-box-right {
	float: right !important;
}

.title-box-right .list-inline {
	margin: 0px 10px 0 0;
}

.title-box h3 {
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
	display: block;
	float: left;
	margin: 2px 14px 0 6px;
}

.title-box h4 {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
}

.title-box p {
	padding-top: 12px;
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
	display: block;
	float: left;
	margin: 0 0px 0 0;
}

.search-box {
	width: 240px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.search-box .input-group {
	float: right;
}
.search-box input{
	height: 30px;
}
.search-box button{
	padding: 0px 6px 0px 10px;
	height: 30px;
	background-color: rgb(204, 82, 82);
	border: none;
}
.search-box .fa {
	padding: 1px 6px 5px;
}
.search-box button:hover{
	background-color: rgba(204, 82, 82,0.4);
}
.search-box button:focus{
	background-color: rgb(204, 82, 82);
}

/* --------------------------
 * FLOATING PANELS
 * -------------------------- */

#eval-outer-panel {
	width: 100%;
	white-space: nowrap;
	text-align: middle;
	padding-top: 60px;
}

#eval-middle-panel {
	width: 1200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

#eval-inner-panel {
	width: 1176px;
	margin-left: auto;
	margin-right: auto;
}

.eval-main-panel-container
{
	width: 858px;
	display: inline-block;
	white-space: normal;
	overflow: visible;
}

.eval-main-half-panel
{
	width: 427px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 7px 0;
	overflow: hidden;
	height: auto;
}

.eval-main-half-panel .eval-accordion
{
	width: 425px;
	display: inline-block;
}

.eval-main-full-panel
{
	width: 856px;
	display: inline-block;
	margin: 0 0 7px 0;
	overflow: hidden;
	height: auto;
}

.eval-main-full-panel .eval-accordion
{
	width: 854px;
	display: inline-block;
}

/* --------------------------
 * FLOATING PANEL COLORING
 * -------------------------- */

.eval-bg-border-blue {
	color: white;
	background-color: rgb(2, 117, 216);
	border-color: rgb(0, 107, 200);
}
.eval-bg-border-blue .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.eval-dark-blue-text {
	color: rgb(23, 53, 128) !important;
}

.eval-bg-border-green {
	color: white;
	background-color: rgb(68, 157, 68);
	border-color: rgb(65, 150, 65);
}
.eval-bg-border-green .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.eval-dark-green-text {
	color: rgb(34, 100, 34) !important;
}

.eval-bg-yellow-highlight {
    background-color: rgb(250, 255, 189);
}

.ui-widget-header, .eval-bg-border-red {
	color: white;
	background-color: rgb(201, 48, 44);
	border-color: rgb(193, 46, 42);
}
.eval-bg-border-red .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.eval-dark-red-text {
	color: rgb(132, 24, 22) !important;
}

/* --------------------------
 * NESTED ACCORDION
 * -------------------------- */

.devopts-accordion h3 {
	font-weight: bold !important;
	font-size: 100% !important;
	margin: 2px 0 0 0 !important;
	padding: .5em .5em .5em .7em !important;
	padding-left: 2.2em !important;
}

.eval-accordion
{
	white-space: normal;
}

/* override ui-accordion and avoid 'stutter' on slow render pages (i.e. vehicle detail) */
.eval-accordion h3 {
	font-weight: bold !important;
    font-size: 100% !important;
    margin: 2px 0 0 0 !important;
	padding: .5em .5em .5em .7em !important;
    padding-left: 2.2em !important;
}

.eval-accordion-date {
	font-weight: normal;
    float: right;
    margin-right: 400px;
}

.eval-accordion-nested
{
	width: auto !important;
	white-space: normal;
}

/* Text color from eval-dark-red-text */
.eval-accordion-nested h3
{
	color: rgb(132, 24, 22) !important;
	background-color: white !important;
	font-size: medium !important;
	border-width: 0 0 1px !important;
	border-style: none none solid !important;
   	font-weight: bold !important;
	border-color: #d9d9d9 !important;
}

.eval-accordion-nested h3 span
{
	background-image: url("../images/ui-icons_444444_256x240.png") !important;
}

.eval-accordion-nested div
{
	padding: 0 !important;
	border: 0 none !important;
	height: auto !Important;
}

/* --------------------------
 * PANEL INNARDS
 * -------------------------- */

.eval-panel-inner
{
	padding: 1em !important;
	font-size: 14px;
	overflow: hidden !important;
	border-color: lightgray;
	height: auto !important; /* breaks accordion animation :-( */
}

.eval-panel-inner-scroll
{
    padding: 1em !important;
	font-size: 14px;
	overflow-y: auto;
    overflow-x: hidden;
	border-color: lightgray;
	height: auto;
}

.eval-panel-inner form {
	margin: 0;
}

.eval-panel-inner legend
{
	margin: 0 0 6px 0;
	font-size: medium;
}

.eval-panel-inner p
{
	margin: 0 0 3px 0;
}

.eval-panel-inner label
{
	width: 96px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	margin-top: 3px;
}

.eval-panel-inner textarea
{
	width: 245px;
}

.eval-panel-inner input[type="number"],
.eval-panel-inner input[type="text"]
{
	text-align: left;
}

.eval-panel-inner input[type="radio"],
.eval-panel-inner input[type="checkbox"]
{
	margin: 5px;
}

/* --------------------------
 * FOOTER
 * -------------------------- */

.eval-footer-message-widget {
	margin: 4px 6px;
}

.eval-footer-message {
	padding: 0 .7em;
	margin: 2px 0px;
}

.eval-footer-message p {
	margin: 5px 0px;
}

.eval-footer-icon {
	float: left;
	margin-right: .3em;
}

.eval-loading-icon {
	height: 200px;
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 2147483647; /* cross browser max value */
    /*background: url("../images/loading_icon.gif") no-repeat fixed center;*/
}

.eval-loading-icon div {
    margin: auto;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    font-weight: 500;
}

/* --------------------------
 * SIMPLE VERTICAL FORMS
 * -------------------------- */

.eval-vertical-form .ui-widget-header {
	padding-left: 0.5em;
}

.eval-vertical-form input {
	margin-left: 2em;
	display: block;
}

.eval-vertical-form input[type=button] {
	margin: 0.5em 2em;
}

.eval-vertical-form input[type=submit] {
	margin: 0.5em 2em;
}

.eval-vertical-form label {
	margin: 0.5em 0 0 2em;
	display: block;
}

.eval-popup-menu {
	width: 200px;
	display: none;
}

.eval-popup-menu li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	padding: 10px;
	display: block;
	z-index: 9999;
}

/* --------------------------
 * SIMPLE VERTICAL DIALOGS
 * -------------------------- */

.eval-vertical-dialog {
	border: 1px solid lightgray;
	padding: 6px 6px 2px;
}

.eval-vertical-dialog p {
	margin: 0 0 3px;
}

.eval-vertical-dialog label {
	font-weight: normal;
	margin-left: 3px;
	margin-right: 10px;
}

.eval-vertical-dialog legend {
	font-size: medium;
	margin-bottom: 3px;
	color: rgb(46, 61, 77);
	border: 0px none;
}

.eval-vertical-dialog input[type=button] {
	margin: 0.5em 2em;
}

.eval-vertical-dialog-fixed label {
	width: 120px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	margin-top: 3px;
}

/* --------------------------
 * MENUS
 * -------------------------- */

li.la-submenu > div.submenu-link {
	color: black;
}
li.la-submenu:hover {
	color: white;
	background-color: rgb(204, 82, 82);
}
li.la-submenu:hover > div.submenu-link {
	color: white;
}

/*------------------------------
* DROPDOWN MENU
*------------------------------*/

.onclick-menu:focus {
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.onclick-menu-content {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    padding: 5px;

}

#filtermenu .ui-menu-item {
	border: none;
	margin: 0px;
}

#filtermenu .ui-menu-item:hover{
	border: none;
	background-color: rgb(204, 82, 84);
	pointer-events: auto;
	color: white;
	margin: 0px;
}

#filtermenu .submenu-link {
	padding: 0 5px;
}

.ui-menu {
    width: auto;
	max-height: 640px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100 !important;
    position: fixed !important;
    font-family: "Roboto Condensed";
}

#filtermenu ::-webkit-scrollbar {
    width: 6px;
}

#filtermenu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#filtermenu ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: rgba(204, 82, 82,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#filtermenu ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(204, 82, 82,0.4);
}

/* --------------------------
 * VEHICLE DETAIL INNARDS 
 * -------------------------- */

.vd-arl-button {
	position: relative;
	text-align: right;
	padding-left: 10px;
}

.vd-arl-button img {
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
}

.vd-arl-button div {
	position:absolute;
	top:6px;
	right:6px;
}

.vd-arl-button-selected {
	border: solid;
	border-width: thin;
	border-color:blue;
}

/* --------------------------
 * INDIVIDUAL MINOR PAGES
 * -------------------------- */

#login-content {
	width: 400px;
	margin: 80px 0 150px 80px;
}

/* --------------------------
 * DATA TABLE OVERRIDES
 * -------------------------- */

.dataTable tr.odd > td {
	background-color: #eeeee0 !important;
}
