@charset "utf-8";
/* CSS Document */

#header {
	margin: 0 auto;
	width: 85%;
}
#wrapper {
	margin: 0 auto;
	width: 85%;
}
#main {
	margin: 0 auto;
	width: 100%;
	height: 95%;
	overflow: hidden;
	background: #FFFFFF;
	/*background:#000;*/
}
.topright {
	position: absolute;
	top: 10px;
	right: 8%;
}
.img-container {
	width: 100%;
	height: 480px;
	max-height: 480px;
	overflow: hidden;
	margin: auto;
	position: relative;
	background: #e1e1e1;
}
.img-container img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	max-width: 100%;
}
a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1a134a;
	text-decoration: none;
}
a:link {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1a134a;
	text-decoration: none;
}
a:hover {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #606060;
	text-decoration: underline;
}
a:visited {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1a134a;
	text-decoration: none;
}
#loginbox {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 650px;
	height: 390px;
	background: #F4F4F4;
	opacity: 0.8;
	/*background:#000;*/
	-moz-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
}
#loginbox label.error {
	color: #FB3A3A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	margin: 4px 0 5px 5px;
	padding: 0;
	text-align: right;
	width: 120px;
}
#login {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 650px;
	height: 445px;
	background: #dededd;
	opacity: 0.8;
	-moz-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
}
#login label.error {
	color: #FB3A3A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	margin: 4px 0 5px 5px;
	padding: 0;
	text-align: right;
	width: 120px;
}
#logincreate {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 650px;
	height: 640px;
	background: #dededd;
	opacity: 0.8;
	/*background:#000;*/
	-moz-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
}
#logincreate label.error {
	color: #FB3A3A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	margin: 4px 0 5px 5px;
	padding: 0;
	text-align: right;
	width: 120px;
}
#create {
}
#create p {
	margin: 0pt;
	padding: 8pt 8pt 8pt 8pt;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12pt;
	text-align: justify;
	color: #222222;
}
.align-left {
	float: left;
	margin: 0 0 5px 5px;
}
.align-right {
	float: right;
	margin: 0 0 5px 5px;
}
.align-centre {
	text-align: center;
	margin: 0 0 5px 5px;
}
p {
	margin: 0pt;
	padding: 8pt 8pt 8pt 8pt;
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
	color: #505050;
    font-weight: lighter;
}
pp {
	margin: 0pt;
	padding: 8pt 8pt 8pt 8pt;
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
	color: #333333;
}
p1 {
	margin: 0pt;
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 10pt;
    text-align: justify;
	color: #505050;
}
h1 {
	text-transform: uppercase;
	margin: 0pt;
	padding: 14pt;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24pt;
	text-align: justify;
	color: #505050;
}
h2 {
	margin: 0pt;
	padding: 6pt;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18pt;
	text-align: justify;
	color: #505050;
}
h3 {
	margin: 0pt;
	padding: 6pt;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #505050;
}
h4 {
	margin: 0pt;
	padding: 6pt;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #ffffff;
}
.css-header {
    background-color: #286fc2;
    background-image: linear-gradient(to bottom right, #286fc2 , #4F85C4);
}
#nav {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	/* background: #1a134a; */
	position: relative;
}
#nav p {
	font-weight: bold;
	text-align: center;
}
#nav a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a134a;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0;
}
#footer {
	width: 100%;
	height: 200px;
	position: inherit;
	bottom: 1%;
	border-top: 1px solid grey;
	/*	background: #6bab00;*/
	background: #EFEFEF;
	color: #e9e9e9;
}
#footer p {
	margin: 0pt;
	padding: 8pt;
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 11pt;
	text-align: right;
	color: #838383;
}
#images {
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}
#tldform p {
	margin: 0;
	padding: 0;
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
}
.btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #5E8EC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #5E8EC7;
	box-shadow: inset 0px 1px 0px 0px #5E8EC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5E8EC7), color-stop(1, #0057BF) );
	background: -moz-linear-gradient( center top, #5E8EC7 5%, #0057BF 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E8EC7', endColorstr='##0057BF');
	background-color: #5E8EC7;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #1D70A7;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	width: 300px;
	text-decoration: none;
	text-align: center;
}
.btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057BF), color-stop(1, #5E8EC7) );
	background: -moz-linear-gradient( center top, #19162B 5%, #5E8EC7 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0057BF', endColorstr='#5E8EC7');
	background-color: #0057BF;
}
.btnDarkBlue {
	-moz-box-shadow: inset 0px 1px 0px 0px #484173;
	-webkit-box-shadow: inset 0px 1px 0px 0px #484173;
	box-shadow: inset 0px 1px 0px 0px #484173;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #484173), color-stop(1, #262242) );
	background: -moz-linear-gradient( center top, #484173 5%, #262242 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#484173', endColorstr='#262242');
	background-color: #484173;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #4A4C4F;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	height: 45px;
	width: 300px;
	text-decoration: none;
	text-align: center;
}
.btnDarkBlue:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #262242), color-stop(1, #484173) );
	background: -moz-linear-gradient( center top, #19162B 5%, #484173 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#262242', endColorstr='#484173');
	background-color: #262242;
}
.btn:disabled {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #f5f5f5) );
	background: -moz-linear-gradient( center top, #bfbfbf 5%, #f5f5f5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#f5f5f5');
	background-color: #bfbfbf;
	border: 1px solid #a7a7a7;
}
.btn:active {
	position: relative;
	top: 1px;
}
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}
#sortable li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	height: 1.5em;
}
html>body #sortable li {
	height: 1.5em;
	line-height: 1.2em;
}
.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}
.inline {
	display: inline-block;
	height: 20px;
	font-size: 10px;
	vertical-align:middle;
	padding: 5px;
	border: none;
}
.joint {
	display: inline-block;
	vertical-align: bottom;
    width: 30px;
    height: 30px;
    background-image: url(../images/joint.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.readonly {
	
}

.readonly input {
    background-color: transparent;
    border: 0px solid;
}

.edit {
	
}

.edit input {
    background-color: white;
    border: 1px solid;
}

#overlay-confirm {
	background-color: rgba(255, 255, 255, 0.75);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 20000;
	display: none;
}

.confirm-dialog {
    background-color: rgba(255, 255, 255, 0.98);
    margin:250px 400px;
    border: 1px solid #EBEBEB;
    -moz-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
	box-shadow: 0px 3px 6px 0px rgba(119, 119, 119, 1);
}

.confirm-message {
    margin:30px 20px;
}

#overlay-all {
	background-color: rgba(235, 235, 235, 1);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 20000;
	display: none;
}

#uploadimageModal {
	background-color: rgba(235, 235, 235, 1);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 20000;
	display: none;
}

#overlay-all-fittings {
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
	z-index: 20000;
	display: none;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
}

#overlay-all-confirm-loadtype {
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
    top: 20%; right: 15%; bottom: 20%; left: 15%;
	z-index: 21000;
	display: none;
    padding-left: 5%;
    padding-right: 5%;
	overflow: auto;
	border: 1px solid lightgray;
    border-radius: 3px;
}

#overlay-all-confirm, #overlay-all-quit, #overlay-all-cadconfirm {
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
    top: 20%; right: 20%; bottom: 20%; left: 20%;
	z-index: 22000;
	display: none;
    padding-left: 5%;
    padding-right: 5%;
	overflow: auto;
	border: 1px solid lightgray;
    border-radius: 3px;
}

#overlay-all-quit {
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
    top: 20%; right: 20%; bottom: 20%; left: 20%;
	z-index: 99000;
	display: none;
    padding-left: 5%;
    padding-right: 5%;
	overflow: auto;
	border: 1px solid lightgray;
    border-radius: 3px;
}

#overlay-all-dalimsg {
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
    top: 30%; right: 30%; bottom: 30%; left: 30%;
	z-index: 20000;
	display: none;
    padding-left: 5%;
    padding-right: 5%;
	overflow: auto;
	border: 1px solid lightgray;
    border-radius: 3px;
}

#overlay-all-assigndali, #overlay-all-autoassigndali {
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
    top: 20%; right: 15%; bottom: 20%; left: 15%;
	z-index: 20000;
	display: none;
    padding-left: 5%;
    padding-right: 5%;
	overflow: auto;
	border: 1px solid lightgray;
    border-radius: 3px;
}

#progress {
	background-image: url('../gears.gif'); background-repeat: no-repeat; background-position: center 60%;
	background-color: #eee;
	opacity: 1;
	width: 30%;
	min-width: 350px;
	height: 380px;
	position: fixed;
	top: 25%; right: 33%;

	z-index: 20001;
}


table#holder {
    border: 5px dashed #CCC;
    width:55%;
	text-align: center;
	margin-left:auto; 
    margin-right:auto;
    font-family:Verdana;
}

table#holder td {
	color: #fff;
}
#byte_content {
    margin: 5px 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
	text-align: left;
	font-size: 12px;
}
#byte_range {
	margin-top: 5px;
}

.radiocontainer {
    display: table;  
    width: 500px;
}

.radiocontainer div {
    display: table-cell; 
    text-align: left;
}

span.question {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #1a134a;
	line-height: 16px;
	color: White;
	font-size: 13px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
span.question:hover {
	background-color: #6F6F70;
	color: White;
}
div.tooltip {
	background-color: #1a134a;
	color: White;
	position: absolute;
	left: 25px;
	top: -25px;
	width: 550px;
	border-radius: 5px;
	padding: 10px;
	z-index: 10000;
}
div.tooltip:before {
	border-color: transparent #1a134a transparent transparent;
	border-right: 6px solid #1a134a;
	border-style: solid;
	border-width: 6px 6px 6px 0px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	left: -6px;
}
.ui-dialog-titlebar-close{
    display: none;
}

.datatable {
	background-color: #FFFFFF;
}

.datatable th {
    background-color: #DFDFDF;
}

.datatable tr:nth-child(even) {
    background-color: #F5F5F5;
}

.datatable p {
    font-size: 13px;
	padding: 2pt 4pt 2pt 4pt;
}

input[type="radio"] + label {
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 12pt;
    font-weight: lighter;
}
input[type="radio"]:checked+label {
	font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 12pt;
	font-weight: 600;
}
.radio_item {
	display: none;
}
.label_item {
	opacity: 0.4;
}
.radio_item:checked + label {
	opacity: 1;
}
label {
	cursor: pointer;
}
.underline {
	text-decoration: underline;
}



.upload-area{
    width: 50%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 120px;
    height: 120px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size{
    font-size:11px;
    font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-weight: lighter;
}
.name{
    font-size:11px;
    font: 100% Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-weight: lighter;
}


#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 80px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #0057BF;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #00214F;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 25px;
}

.filterCct option {
    background-color: rgb(233,241,249);
}

.filterCct option[value="null"] {
    background-color: rgb(255,255,255);
}

#btnFixedMinimised {
  background-color: rgba(255,255,255,0.83);
  padding: 10px;
  border: 1px solid #7675B3;
  width: 112px;
  float: right;
  position: fixed;
  top: 150px;
  right: 4px;
  overflow: auto;    
  box-shadow: 3px 3px 5px #BDBDBD;
  -webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

#btnFixedMinimised p {
    color: #FFF;
    font: 14px arial;
    text-align: right;
    padding: 0px;
}

#btnFixed {
  background-color: rgba(255,255,255,0.83);
  padding: 10px;
  border: 1px solid #7675B3;
  width: 112px;
  float: right;
  position: fixed;
  top: 150px;
  right: 4px;
  overflow: auto;    
  box-shadow: 3px 3px 5px #BDBDBD;
  -webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

#btnFixed p {
    color: #FFF;
    font: 14px arial;
    text-align: right;
    padding: 0px;
}

#cctFixed {
	z-index: 30000;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border: 1px solid #7675B3;
	width: 1080px;
	height: 200px;
	float: right;
	position: fixed;
	top: 150px;
	right: 150px;
	overflow: auto;    
	box-shadow: 3px 3px 5px #BDBDBD;
	-webkit-border-top-left-radius: 3px;
	  -moz-border-radius-topleft: 3px;
	  border-top-left-radius: 3px;
	  -webkit-border-top-right-radius: 3px;
	  -moz-border-radius-topright: 3px;
	  border-top-right-radius: 3px;
	  -webkit-border-bottom-right-radius: 3px;
	  -moz-border-radius-bottomright: 3px;
	  border-bottom-right-radius: 3px;
	  -webkit-border-bottom-left-radius: 3px;
	  -moz-border-radius-bottomleft: 3px;
	  border-bottom-left-radius: 3px;
}

input {
    padding:6px;
}

select {
    padding:6px;
}

#projectrequirements label.error {
	color: #FB3A3A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	margin: 4px 0 5px 5px;
	padding: 0;
	text-align: right;
	width: 120px;
}

#fittingForm label.error {
	color: #FB3A3A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	margin: 4px 0 5px 5px;
	padding: 0;
	text-align: right;
	width: 120px;
}

#driverForm label.error {
	color: #FB3A3A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 10pt;
	margin: 4px 0 5px 5px;
	padding: 0;
	text-align: right;
	width: 120px;
}

.brands {
    width: 200px;
    height: 60px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.brands img {
    position: absolute;
    margin: auto; 
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}