html, input, textarea, select, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    color: #000E3B;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
    font-size: 20px;
	line-height: 24px;
}


body
{
	background-color:#C1C5CD;
	background-image:url('../images/bg.png');
	background-size:cover;
	background-position:center center;
}

.err
{
	border:1px solid red;
}

.errsame
{
	background-image:url('/templates/dior/images/alert.png');
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
}

.pdfpage
{
	background-color:#ffffff;
	background-image:none;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


ul
{
	list-style-type:none;
}

ol
{
	margin-left:15px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    min-height: 100%;
}



.container
{
	width:100%;
	max-width:1006px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}

.rightcontainer
{
	width:100%;
	margin:0 auto;
	padding-left:260px;
	padding-right:10px;
	position:relative;
}

#content
{
	padding:10px 0 20px;
	clear:both;
}


#logo
{
	display:block;
	margin:0 auto 20px;
	width:240px;
}

h1
{
	text-align:center;
	font-size:28px;
	line-height:36px;
	font-weight:600;
}

#modelstab
{

}

#modelstab td
{
	background-color:#ffffff !important;
	color:#00133F !important;
	border-bottom:1px solid #00133F !important;
	padding:3px 6px;
}

.modelstabholding
{
	float:right;
	width:320px;
	border:1px solid #00133F;
	background-color:#ffffff;
	padding:10px;
	border-radius:5px;
	margin-top:10px;
	min-height:330px;
}

.dholder
{
	height:300px;
	overflow:auto;
	margin-bottom:13px;
	padding-right:3px;
}

#selmodelsholder
{
	float:left;
	width:300px;
	height:337px;
	overflow:auto;
	margin-left:20px;
	padding-right:3px;
	margin-top:20px;
}

#modelstab a
{
	float:right;
	width:28px;
	height:28px;
	background-image:url('/templates/dior/images/not.png');
	display:block;
	background-repeat:none;
	background-size:22px 22px;
	background-position:center;
}

#modelfilter
{
	float:left;
	width:200px;
	margin-top:20px;
}

#selmodelstab
{
	margin-top:0;
	margin-right:10px;
}

#selmodelstab td.active, #selmodelstab td:hover
{
	cursor:pointer !important;
	background-color:#ffffff !important;
	color:#00133F !important;
	border-bottom:1px solid #00133F;
}

#selmodelstab td
{
	padding:3px 6px;
}

#selmodelstab tr td:nth-child(1),#selmodelstab tr td:nth-child(2)
{
	display:none;
}


.deleteimage
{
	background-image:url('/templates/dior/images/not.png');
	background-repeat:no-repeat;
	background-size:contain;
	width:20px;	
	height:20px;
	position:absolute;
	top:-10px;
	right:0;
	cursor:pointer;
}

.imageswithcolors a 
{
	position:relative;
}

.imageswithcolors a
{
	cursor:pointer;
}

.imageswithcolors a span
{
	position:absolute;
	width:100%;
	bottom:0;
	background-color:#00133F;
	color:#ffffff;
	text-align:center;
	font-size:11px;
	line-height:16px;
}

.colorholder
{
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:5px;
}

.cntholder
{
	font-weight: 600;
	float:right;
	padding-top:20px;
}

.cntholder span
{
	font-weight: 600;
}

.subhead
{
	background-image:url('../images/ngu.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right center;
	line-height:30px;
	font-size:20px;
	width:150px;
	margin:0 auto 40px;
}

#pid
{
	text-align:left;
	font-size:13px;
}

.exportholder label
{
	color:#000000 !important;
	text-align:left;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.maintable tr.partsrow
{
	background-color:#eeeeee;
}

.addpart
{
	margin-right:10px;
	font-size:12px;
	position:absolute;
	right:10px;
	margin-top:-4px;
}

.vish
{
	visibility:hidden;
	position:absolute;
	left:-9999px;
}

.statusholder
{
	text-decoration:underline
}

.linkable
{
	width:140px;
	text-align:center;
}

.linkable a
{
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	text-decoration:underline;
}

p
{
	font-weight:400;
	text-align:center;
}

.bluebutton
{
	color:#ffffff;
	background-color:#00133F;
	border-radius:4px;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	display:inline-block;
	padding:10px 30px;
}

a.bluebutton:hover
{
	background-color:#E0A92D;
}

.whitebutton
{
	color:#000E3B;
	background-color:#FFFFFF;
	border-radius:4px;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	display:inline-block;
	padding:10px 30px;
}

a.whitebutton:hover
{
	background-color:#E0A92D;
}

.redbutton
{
	color:#FFFFFF;
	background-color:#D90D21;
	border-radius:4px;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	display:inline-block;
	padding:10px 30px;
	float:right;
}

.errormsg
{
	color:#D90D21;
	font-weight:bold;
	background-image:url('/templates/dior/images/alert.png');
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	font-size:14px;
	display:none;
	line-height:16px !important;
}

.okmsg
{
	color:darkgreen;
	font-weight:bold;
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	border:2px solid darkgreen;
	border-radius:5px;
	background-color:#ffffff;
	font-size:14px;
	line-height:16px !important;
}

.alertmsg
{
	color:#D90D21;
	font-weight:bold;
	background-image:url('/templates/dior/images/alert.png');
	background-size:40px;
	background-position:right center;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:10px;
	padding-left:20px;
	border:2px solid #D90D21;
	border-radius:5px;
	background-color:#ffffff;
	font-size:14px;
	line-height:16px !important;
}

.hidden
{
	opacity:0;
}

input.redbutton
{
	color:#FFFFFF;
	background-color:#D90D21 !important;
	cursor:pointer;
	border-radius:4px;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	display:block;
	padding:10px 30px;
	float:right;
}

.redbutton:hover
{
	background-color:#E0A92D !important;
}

.deleteblock
{
	float:left;
	position:absolute;
	margin-top:-40px;
}

.ordersdeleteblock
{
	position:absolute;
	margin-top:-126px;
	right:10px;
}

.center
{
	margin:0 auto;
}

#header
{
	margin-top:10px;
}

#header a.bluebutton:nth-child(2)
{
	float:right;
}

.contact-form-holder
{
	border:2px solid #00133F;
	background-color:#EBECF0;
	padding:30px;
	width:100%;
	max-width:700px;
	margin:5px auto;
	display:block;
	border-radius:20px;
}

.login-form-holder
{
	border:2px solid #00133F;
	background-color:#EBECF0;
	padding:30px;
	width:100%;
	max-width:500px;
	margin:5px auto;
	display:block;
	border-radius:20px;
}

.grayforms input
{
	background-color:#D7D7D7;
	width:100%;
	border:2px solid #4C4C4C;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	border-radius:4px;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:400;
}

.grayforms textarea
{
	background-color:#D7D7D7;
	width:100%;
	border:2px solid #4C4C4C;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	border-radius:15px;
	margin-top:5px;
	margin-bottom:15px;
	font-weight:400;
}

.grayforms a.bluebutton
{
	margin:0 auto;
	display:block;
	max-width:180px;
	text-align:center;
}

.smalltext
{
	font-size:14px;
	padding-bottom:10px;
	text-align:center;
}

.smalltext a
{
	font-size:14px;
}


.logoholder
{
	background-color:#ffffff;
	border:1px solid #00133F; 
}

.logoholder img
{
	width:55%;
	margin:15px auto;
	display:block;
}

.clearfix
{
	clear:both;
}

.maintable tr td.barholder
{
	padding:1px !important;
	text-align:center;
	vertical-align:middle;
	background-image:url('/templates/dior/images/barcode.png');
	background-repeat:no-repeat;
	background-size:94%;
	background-position:center center;
	min-width:22px;
}

.maintable tr td.pdfholder
{
	padding:1px !important;
	text-align:center;
	vertical-align:middle;
	background-image:url('/templates/dior/images/pdf.png');
	background-repeat:no-repeat;
	background-size:50%;
	background-position:center center;
	min-width:22px;
}

.maintable tr td.notesholder
{
	padding:1px !important;
	text-align:center;
	vertical-align:middle;
	background-image:url('/templates/dior/images/clone.svg');
	background-repeat:no-repeat;
	background-size:40%;
	background-position:center center;
	min-width:22px;
}

/* dashboard */

.plusicon
{

	background-size:contain;
	background-repeat:no-repeat;
	background-position:right center;
}


.maintable
{
	background-color:#00133F;
	margin-top:20px;
	border-spacing: 1px 1px 1px 1px;
	border-collapse: collapse;
	width:100%;
}

.maintable thead tr th, .maintable thead tr:hover th
{
	color:#ffffff;
	background-color:#00133F;
	border-right: 1px solid #FFFFFF;
	text-align:left;
}

tr.nothoverable td
{
	background-color:#ffffff !important;
}

.bordertop td
{
	border-top:1px solid #00133f !important;
}

.sortable thead tr:first-child th, .sortable thead th:hover td
{
	padding-right:20px;
	background-image:url('../images/filter.png');
	background-size:10px;
	background-position:95% center;
	background-repeat:no-repeat;
}

.clickable td, .enterable
{	
	cursor:pointer;
}


.hovered
{
	width:100% !important;
	background-color:#aaaaaa;
	height:1px !important;
	max-height:1px !important;
	padding:0 !important;
	line-height:0 !important;
}

.ui-sortable-helper
{
	width:100% !important;
}

.userfail td
{
	opacity:0.5;
}

.ui-sortable-helper td:nth-child(2)
{
	background-color:#00133F !important;
	color:#ffffff !important;
	min-width:500px;
}

.sort
{
	width:40px;
	background-image:url('/templates/dior/images/move.png') !important;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:28px;
}

.maintable tr
{
	background-color:#ffffff;
}

.maintable tr:hover td
{
	background-color:#E3B242;
}

.maintable tr td, .maintable tr th 
{
	padding:5px;
	font-size:13px;
	line-height:18px;
	border: 1px solid #00133F;
}

.searchholder
{
	border:2px solid #00133F;
	border-radius:5px;
	margin-top:20px;
}

.searchholder input
{
	margin:5px 30px;
	border-style:none;
	background:transparent;
	font-size:26px;
	line-height:40px;
	width:80%;
}

.lupa
{
	background-image:url('../images/lupa.png');
	background-size:28px;
	background-position:center center;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	display:block;
	float:right;
	border-left:2px solid #00133F;
}

tr.dropable td
{
	position:relative;
}
a.del
{
	display:block;
	right:-20px;
	top:0;
	position:absolute;
	background-image:url('/templates/dior/images/delete.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	width:15px;
	height:20px;
}

/* sidebar */

.sidebar
{
	position:absolute;
	top:0;
	left:0;
	width:240px;
	background-color:#00133F;
	min-height:100%;
	z-index:100;
}

.sidebar a:hover
{
	color:#E3B242;
}

.parentc
{
	padding-left:0 !important;
	border-bottom:2px solid #ffffff;
	font-size:19px !important;
}

.cblock a
{
	display:block;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	padding-top:6px;
	padding-bottom:6px;
	text-decoration:none;
	font-weight:400;
	padding-left:10px;
	font-size:17px;
	position:relative;
}

.cblock span
{
	color:#ffffff;
	font-weight:400;
	font-size:17px;
}

.cblock span:hover
{
	color:#E3B242;
	cursor:pointer;
}

.opened ~ .cblock2
{
	display:block;
}

span.hascfilter
{
	background-image:url('../images/filter.png');
	background-size:10px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	width:20px;
	height:20px;
	cursor:pointer;
	right:0;
	top:25%;
}

.opened span.hascfilter
{
	background-image:url('../images/filter-opened.png');
}

.cblock2 
{
	display:none;
}
.cblock2 a
{
	display:block;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	font-weight:400;
	padding-left:30px;
	font-size:15px;
}

.cblock2 span
{
	font-size:15px;
	font-weight:400;
}

.filterholder
{
	padding:20px;
}

.leftblock
{
	margin-bottom:30px;
}

.leftblock a
{
	display:block;
	color:#ffffff;
	border-bottom:2px solid #ffffff;
	background-image:url('../images/filter.png');
	background-size:10px;
	background-position:95% center;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:5px;
	text-decoration:none;
	font-weight:400;
}


.absolute
{
	position:absolute;
}

a.reset
{
	display:block;
	color:#ffffff;
	background-image:url('../images/refresh.png');
	background-size:24px;
	background-position:right center;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:400;
	text-decoration:underline;
}

.checkholder
{
	border:1px solid #ffffff;
	padding:10px;
}

.sidebar *
{
	color:#fffff !important;
}


.checks
{
	width:20px;
	height:20px;
	
}

/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.checkbox {
  vertical-align: top;
  margin: 0px 3px 0px 0;
  width: 17px;
  height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox + label {
  cursor: pointer;
  margin-bottom:5px;
  display:block;
  font-size:16px;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 29px; /* оставляем слева от label место под псевдочекбокс */
  color:#ffffff;
  font-weight:400;
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #E3B242;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 12px;
  height: 12px;
  border:2px solid #00133F;
  background: #00133F;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {
  background: #E3B242;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
	  background-color:#D90D21;
	  border:2px solid #00133F;
}
/* Показываем получение фокуса. */
.checkbox:focus + label:before {
  
}

.whiteholder label
{
	color:#000e3b !important;
	width:auto !important;
	text-align:left !important;
}

.whiteholder input
{
	width:auto !important;
	text-align:left !important;
}

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}


#clientname
{
	position:absolute;
	opacity:0;
	margin-top:-20px;
	max-width:400px;
}

#result li
{
	list-style-type:none;
	float:left;
}

#result li a
{
	display:block;
	background-color:#ffffff;
	border:1px solid #00133F;
	padding:1px 3px;
	min-width:30px;
	margin-right:10px;
	margin-top:10px;
	font-size:13px;
	cursor:pointer;
	text-align:center;
}

#result li a.active
{
	background-color:#e3b242;
}

#result li a:hover
{
	background-color:#e3b242;
}




#resultall li
{
	list-style-type:none;
	float:right;
}

#resultall li a
{
	display:block;
	background-color:#ffffff;
	border:1px solid #00133F;
	padding:1px 3px;
	min-width:30px;
	margin-left:10px;
	margin-top:10px;
	font-size:13px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}

#resultall li a.active
{
	background-color:#e3b242;
}

#resultall li a:hover
{
	background-color:#e3b242;
}

.noactive *
{
	color:#dddddd;
}

.attributestable select
{
	width:100%;
}

/* ftable */

.ftable
{
	background-color:#00133F;
	margin-top:20px;
	margin-bottom:20px;
	border-spacing: 1px 1px 1px 1px;
	border-collapse: collapse;
	width:100%;
}

.ftable tr td:nth-child(1)
{
	color:#ffffff;
	background-color:#00133F;
	border-bottom: 1px solid #FFFFFF;
	padding-right:20px;
	line-height:30px;
	width:25% !important;
	font-size:15px;
}

.ftable tr
{
	background-color:#ffffff;
}


.ftable tr td
{
	padding:8px;
	line-height:20px;
	border: 1px solid #00133F;
	width:25%;
	text-align:center;
}

.changedable .fitems
{
	cursor:hand;
	cursor:pointer;
}
.fitems
{

	background-size:34px;
	background-position:center center;
	background-repeat:no-repeat;
}

.changedable .fitems:hover
{
	background-color:#e3b242;
}

.ftable input
{
	text-align:center;
	font-weight:500;
	width:90%;
}

.ftable textarea
{
	width:100%;
	height:48px;
}

#notesholder
{
	width:75%;
}

.ok
{
	background-image:url('/templates/dior/images/ok.png');
}

.not
{
	background-image:url('/templates/dior/images/not.png');
}

.nottested:after
{
	content:'not tested';
}

/* select table */

.selecttable
{
	background-color:#00133F;
	margin-top:20px;
	margin-bottom:20px;
	border-spacing: 1px 1px 1px 1px;
	border-collapse: collapse;
	width:100%;
}

.selecttable tr
{
	background-color:#ffffff;
}


.selecttable tr td
{
	padding:8px;
	line-height:20px;
	border: 1px solid #00133F;
	width:30%;
	text-align:center;
}

/* edit table */

.edittable
{
	background-color:#00133F;
	margin-top:20px;
	margin-bottom:20px;
	border-spacing: 1px 1px 1px 1px;
	border-collapse: collapse;
	width:100%;
}

.edittable tr td:nth-child(2n-1)
{
	color:#ffffff;
	background-color:#00133F;
	border-bottom: 1px solid #FFFFFF;
	padding-right:20px;
	line-height:30px;
	width:20% !important;
	font-size:15px;
	text-align:left;
}

.edittable tr
{
	background-color:#ffffff;
}


.edittable tr td
{
	padding:8px;
	line-height:20px;
	border: 1px solid #00133F;
	width:30%;
	text-align:center;
}

.edittable tr td input
{
	width:100%;
	text-align:center;
}

.edittable tr td select
{
	width:100%;
	text-align:center;
}

#modelfilter select
{
	width:100%;
	text-align:center;
	border:1px solid #00133F;
	margin-bottom:10px;
}

.bolder
{
	font-weight:600;
	text-align:left !important;
}

h3
{
	font-weight:600;
	border-bottom:2px solid #00133F;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-top:20px;
	float:left;
	text-transform:uppercase
}

.uploadphoto
{
	width:100px;
	clear:both;
	height:100px;
	display:block;
	border:1px solid #00133F;
	background-image:url('../images/plus.png');
	background-size:80%;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:20px;
}

.imagesholder
{
	clear:both;
}

.imagesholder li
{
	float:left;
	list-style-type:none;
	position:relative;
}

.imagesholder li a
{
	display:block;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #00133F;
	width:100px;
	margin-right:20px;
	height:100px;
}

.miniimages li a
{
	width:60px;
	height:60px;
}

.printpdf
{
	width:100px;
	clear:both;
	height:40px;
	display:inline-block;
	background-image:url('../images/print-pdf.png');
    background-size: 90px auto;
 	background-position: -55px 0;
	background-repeat:no-repeat;
	margin-top:20p;
}

.imeihead
{
	float:left;
	margin:30px 50px;
	font-weight:600;
}	

.imeihead input
{
	background:transparent;
	border-style:none;
	font-weight:500;
}

.rightholder
{
	text-align:right;
	margin-top:50px;
	clear:both;
}


.smalltable
{
	background-color:#00133F;
	margin-top:20px;
	border-spacing: 1px 1px 1px 1px;
	border-collapse: collapse;
	min-width:247px;
	max-width:400px;
	float:left;
	clear:both;
}

.pdfpage #noteholder
{
	max-width:100%;
}

.pdfpage #noteholder *
{
	font-size:18px !important;
	padding:8px 10px;
}

#hidenotes td
{
	text-align:center !important;
}

.smalltable tr:first-child td, .smalltable tr:first-child:hover td
{
	color:#ffffff;
	background-color:#00133F !important;
	cursor:pointer;
	text-align:center;
	line-height:24px;
}

.smalltable tr
{
	background-color:#ffffff;
}


.smalltable tr td
{
	padding:3px;
	font-size:12px;
	line-height:16px;
	border: 1px solid #00133F;
}

.arert-holder
{
	display:block;
	width:100%;
	background-color:#ffffff;
	clear:both;
	border:2px solid #00133F;
	padding:5px;
}

.alert-danger *
{
	color:red;
	line-height:30px;
}

#submitlogin
{
	display:none;
}

/* dashboard */

#dashlist ul
{
	width:100%;
}

#dashlist li
{
	width:33%;
	float:left;
	text-align:center;
}

.dashicons
{
	width:50%;
	background-size:contain;
	background-position:center center;
	height:110px;
	margin:40px auto 10px;
	background-repeat:no-repeat;
}

#dorders
{
	background-image:url('/templates/dior/images/devices-icon.png');
}

#dmodels
{
	background-image:url('/templates/dior/images/models-icon.png');
}


#dcolors
{
	background-image:url('/templates/dior/images/colors-icon.png');
}


#dusers
{
	background-image:url('/templates/dior/images/users-icon.png');
}

#dfitems
{
	background-image:url('/templates/dior/images/functions-icon.png');
}

#dmemory
{
	background-image:url('/templates/dior/images/memory-icon.png');
}


#dashlist a
{
	width:80%;
}

/* killing 300ms touch delay */

html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}


/* dialog styles */

.ui-widget-header,
.ui-state-default,
{
  background: #CCCCCC;
  border: 1px solid #B8B8B8;
  color: #000;
  font-weight: bold;
}
/* custom style for modal content*/

#overlaycreate, #statuswindow, #parameterswindow, #overlayselmodel,#overlayextra
{
	display:none;
}

.custom-ui-widget {
  background: #FFFFFF;
  font-size: 1em;
  border:1px solid #00133F;
  z-index:9999;
  padding:5px;
}

.model-ui-widget {
  background: #00133F;
  font-size: 1em;
  border:1px solid #00133F;
  z-index:9999;
  padding:10px;
  position:absolute !important;
  top:200px !important;
}

.model-ui-widget .ui-dialog-titlebar
{
	background:#ffffff;
}

.selmodhold
{
	background-color:#ffffff;
  	border:1px solid #00133F;
	border-radius:5px;
	padding:10px;
	float:left;
	margin-top:10px;
}

.ui-dialog-titlebar {
  background: #cccccc;
  border:1px solid #aaaaaa;
}

.ui-dialog-title
{
  font-weight:bold;
  padding:5px;
  font-size:15px;
}

.ui-dialog-titlebar-close
{
	background-image:url('/templates/dior/images/close.png');
	background-size:contain;
	background-repeat:no-repeat;
	float:right;
	width:24px;
	height:24px;
	padding:3px;
	cursor:pointer;
}

.bodyoverlay
{
	margin-top:5px;
}

.ui-dialog-titlebar-close .ui-button-text
{
	display:none;
}

.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.5;
    z-index: 1000 !important;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;   
}

.addsupertable tr
{
	display:none;
}

.addsupertable tr:nth-child(1),.addsupertable tr:nth-child(2),.addsupertable tr:nth-child(3),.addsupertable tr:nth-child(4),.addsupertable tr:nth-child(5)
{
	display:table;
}

#topatab td
{
	width:16.6% !important;
}

.status-7 td
{
	background-color:#CCFFCC;
}

.status-8 td
{
	background-color:#FF3300;
}

.left-header
{
	float:left;
	position:absolute;
}

.lefth2
{
	font-weight:500;
	min-width:90px;
	padding-top:5px;
}


#loading
{
    position:   fixed;
	display:none;
    z-index:    99999;
    top:        0;
    left:       0;
    height:     70px;
    width:      100%;
    background-image:url('/templates/dior/images/loading.gif');
	background-size:50px;
	background-position:center center;
    background-repeat:no-repeat;
	background-color:#00133f;
	border-bottom:1px solid #ffffff;
}

.hidden-text, .hidden-dropdown
{
	display:none;
}

/* svg */

svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}


/* form */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal	{ display: none; }
input::-ms-clear	{ display: none; }

button,
input[type='submit']
{
	border: none;
	background-color: transparent;
}
