/*=========> Admin Css <===========*/
/*=========> copyright Robarov <===========*/

*{
/* all fonts to a uniform size, including form fields,headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

body{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 76%; /* relative fonts; 76% ~ 12pt */
	line-height: 1.5em;
	color:#333;
	background:#BDBDBD;
}

.hide{
/* When you want to hide your elements use this. (NOT display:none;) search engine friendlyness ;) */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}


/*=========> Main Headings, Paragraphs<===========*/
#content h1, #content h2, h3, h4, h5{
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1{
	font-size:1.7em;
	margin: 10px 0 2px 0;
	padding-bottom:3px;
	border-bottom: 1px solid #666;
	clear: both;
}
#content h2, #sidebar h2{
	font-size:1.4em;
	margin:0 0 .6em 0;
}
h3{
	font-weight:normal;
	font-size:1.2em;
	margin: 0 0 .6em 0;
}
p{margin:0.6em 0;}
hr { display: none; }

/*=========> Linkadelics <===========*/
a{color:#24acf1;}
a:hover { color: #0281c1; }
th a:hover{
	color:#fff;
	background:#24acf1;
}
#nav a{text-decoration:none;}
td a:hover{background:none;}

/*=========> Special stuff <===========*/

span.error {color: red;}
#content .error ul{margin:0px;padding-left:22px;}
.error li{background: url('../i/err-arrow.gif') 0 50% no-repeat;}
div.error{
	background:#ffddd8;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
	padding: 5px 10px;
	margin:0 0 20px 0;
	color:#e00000;
}
.error li{
	background: url('../i/err-arrow.gif') 0 50% no-repeat;
}
.error h3 {
	background: url('../i/error.gif') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}

.attention span a .buttonicon{
    margin-top: 3px;
    margin-right:4px;
}

.attention{
	border-top: 1px solid #ffbc2c;
	border-bottom: 1px solid #ffbc2c;
	background: #fff4b6;
	padding: 5px 10px;
	margin-top: 10px;
}

.alert{
	border-top: 1px solid #850f00;
	border-bottom: 1px solid #850f00;
	background: #dd2c1e;
        color:#fff;
	padding: 5px 10px;
}
.alert li {
            list-style: disc;
}
.alert a{

        color:#fff;
}

.attention h3 {
	background: url('../i/attention.gif') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}
.attention p {margin: 5px 5px 2px 0px;}

.attention ul {list-style:circle;}

.information span{
    margin-top: 3px;
    margin-right:4px;
}

.information img{
    width:16px;
    height:16px;
    float:left;
    margin-top: 3px;
}

.information{
	border-top: 1px solid #7cc0dd;
	border-bottom: 1px solid #7cc0dd;
	background: #f1ffff;
	padding: 5px 10px;
  width:100%;
}
.information h3 {
	background: url('../i/icon-info.png') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}
.information p {
  margin: 0px 5px 2px 25px;
}

p.success {
	margin: 5px 0px 30px 0px;
	padding: 5px 10px 5px 32px;
	background: #CFFFB6 url("../i/thanks.gif") 10px 50% no-repeat;
	color:#267a21;
	border-top: 1px solid #267a21;
	border-bottom: 1px solid #267a21;
}
p.error {
	margin: 5px 0px 2px 0px;
	padding: 5px 10px 5px 32px;
	background: #ffddd8;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
	color:#e00000;
}

.extra-buttons {
	margin: 0 0 10px 0;
}
.extra-buttons a {
	text-decoration: underline;
}

.extra-buttons img { vertical-align: middle; }

p a.senditem {
	font-size: 0.9em;
	height: 23px;
	line-height: 25px;
	text-align: center;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	color: #000;
	margin: 20px 0 5px 5px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}

p a.senditem:hover{
	color:#0066CC;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}


#crumb{
	font-size:0.9em;
	margin:4px 0 1em 0;
}

/*=========> Tables<===========*/
table.mdata{
	clear:both;
	margin:0.8em 0;
	border:1px solid #D9D9D9;
	border-right:none;
	width:100%;
	text-align:left;
	border-collapse: collapse;
}
table.mdata td.date{
	width:170px;
}
table.mdata td.center{text-align:center;}
table.mdata th,
.stats > h2 {
	height:24px;
	line-height: 14px;
	font-weight:bold;
	background:#d4d4d4 url('../i/bg-tbl.png') left top repeat-x;
}

.stats {
  width: 220px;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
}

#content .stats > h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px 3px 10px;
  margin: 0;
}

#content .stats .sparks {
  padding: 10px 0;
  text-align: center;
}

table.mdata th.icon{width:20px;}
table.mdata th.date{width:200px;}
table.mdata th.move{width:60px;}
table.mdata th a{
	color:#000;
	text-decoration:underline;
}

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}
table.mdata th, table.mdata td{
	padding:4px 10px 3px 10px;
	border-right:1px solid #D9D9D9;
}
table.mdata tr.odd{background:#edf3fe;}
table.mdata tr.open {
  /*border: 1px solid #B7D274;*/
  background: #DEECBE;
  color: #687e34;
}
table.mdata tr.open td{
  border-right: 1px solid #B7D274;
}
table.mdata tr.error{background:#feeded;}
table.mdata tr.odderror{background:#fbc5c6;}
/*table.mdata tr.sendeven{background:#d6ffd1;}
table.mdata tr.sendodd{background:#a7cca2;}
table.mdata tr.busyeven{background:#fbfccb;}
table.mdata tr.busyodd{background:#fff4b6;}*/

.greenbox {
  display: block;
  float: left;
  height: 12px;
  width: 12px;
  border: 1px solid #D9D9D9;
  margin-right: 10px;
  background: #e3ffbe;
  padding: 2px;
}

table.mdata tr:hover{
	background:#9cf;
  color: #333;

}
table.mdata tr:hover td {
  	border-right:1px solid #D9D9D9;
}
table.mdata td img, table.mdata th img{vertical-align:middle;}

/*=========> Lists : ol ul dl <===========*/
ol,#content ul, sidebar ul{	margin:1em 0 1.3em 30px;}
ul{list-style-type:none;}
#content li, #sidebar li{margin:0.3em 0;padding:0 0 0 16px;}
dt{margin:0.4em 0 0 0;}
dd{	margin:0.3em 0 0.8em 0;}

#sidebar li{background:transparent url('../i/bullet.gif') 0 .2em no-repeat;}

/*=========> Images <===========*/
a img{border:none;}

/*=========> Acronym & Abbreviations <===========*/
acronym, abbr{cursor:help;}
acronym:hover, abbr:hover{
	border:0;
	border-top:1px dotted #666;
}
a acronym, a abbr{border:0 !important;}

/*=========> Container <===========*/
#container{
  min-width: 900px;
	background:#FFF;
	margin:0 20px;
	padding:0 30px;
}

/*=========> Header <===========*/
#hdr{
	position:relative;
	margin:0 -30px;
	background:#353535 url('../i/bg-hdr.gif') 0 0 repeat-x;
	height:125px;
	color:#efefef;
}
#hdr h2{
	background:transparent url('../i/profile-logo.png') 0 50% no-repeat;
	width:219px;
	height:90px;
	margin-left:20px;
}

#hdr h2 a{
	background:transparent url('../i/profile-logo.png') 0 50% no-repeat;
	display:block;
	width:200px;
	height:90px;
	float:left; /* fix IE5 */
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}
#hdr h2 a:hover{background:transparent url('../i/profile-logo.png') 0 50% no-repeat;}
#hdr div{
	position:absolute;
	top:36px;
	right:10px;
}

#switch {
  display: inline;
}

#hdr div p {
  display: inline;
}

#current-center {
  cursor: pointer;
  font-weight: bold;
}

#switch img,
#current-center img {
  vertical-align: middle;
}

/*=========> Navigation <===========*/
#nav{
	position:absolute;
	top:91px;
	left:0px;
	height:32px;
	border-right: 1px solid #fff;
}
#nav li{
	float:left;
	display:inline;
	padding:0px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
}
#nav li a{
	display:block;
	padding:0 10px;
	float:left;
	height:32px;
	line-height:32px;
	color:#333;
}
#nav li a:hover, #nav a.active{
	background:transparent;
	color:#24acf1;
}
/*=========> Content <===========*/
#content{
	width:70%;
	float:left;
	margin-bottom:30px;
}

/*=========> Sidebar <===========*/
#sidebar {
	float:left;
	width:30%;
	background:#fff;
	margin-bottom:30px;
}
#sidebar .box {
	margin: 10px 0 10px 30px;
	background: transparent url(../i/dotted.gif) top left repeat-x;
	padding: 7px 0 0 0;
	clear:both;
}

#sidebar .box.bottom{
        padding: 0 0 7px 0;
	background: transparent url(../i/dotted.gif) bottom left repeat-x;
}

#sidebar form fieldset {
	background: none;
}
#sidebar form label {
	display: block;
}

#sidebar a.newitem {
	display: block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	color: #000;
	margin: 10px 0 10px 30px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}

#sidebar a.newitem:hover{
	color:#0066CC;
	border: 1px solid #999;
}
/*=========> Forms <===========*/
form small, legend, form h3, td em {color: #999;}
td em { font-style: normal; }
td { vertical-align: text-top; }
input.focus, textarea.focus, select.focus, input:focus, textarea:focus, select:focus { background: #ffc; }
input, textarea, select {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	background:#edf3fe;
}
fieldset{
	border:none;
	background: transparent url('../i/dotted.gif') top left repeat-x;
	width:100%;
	float:left;
	margin:0px;
	padding:10px 0 20px 0;
}
.buttons{
/* 	background: transparent url('../i/dotted.gif') top left repeat-x; */
	clear:both;
	height: 40px;
	float: none;
	width:100%;
/* 	padding-top:20px; */
}
.buttons input, .buttons a.print, input.btn {margin-left:118px;}
input#submit, .submit, #submit_cancel, #submit_save, #submit_confirm, .buttons a.print, input.btn, .buttons a.btn  {
	background:#efefef url('../i/bg-hdr.gif') 0 -91px repeat-x;
	padding: 5px 10px;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
	width: auto;
}
.buttons .print, .buttons .btn {
    background: url(../i/print.gif) 0 0 no-repeat; padding-left: 24px;
    color: #000;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
}

#submit_cancel, #submit_confirm { background: url(../i/cancelconfirm.gif) 0 0 no-repeat; padding-left: 24px; }
#submit_confirm { background-position: 0 -60px; }

form div {
    float: left;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
    z-index: 20;
}
form div#date{
	float:left;
	width:auto;
	position:relative;
	z-index:20;
	margin:0 0 10px 0;
}

form div#date.hasDatepicker {
  clear: both;
  margin-left: 117px;
}

form div#date.hasDatepicker .ui-datepicker {
  margin-left: 0;
}

form div#date div.ui-datepicker {
  width: 17em;
}

form div#date .ui-datepicker-header,
form div#date .ui-datepicker-title {
  width: auto;
  float: none;
}
form #appointment-time p {
  margin: 0 0 10px 10px;
  float: left;
  width: 300px;
}

form #appointment-time label {
  float: left;
  width: 140px;
  margin: 0 0 0 10px;
}

fieldset.multi-lng{height:auto;margin-top:20px;}
form br{display:none;}
form div input, form div select{
	width:180px;
}
form div textarea{height:100px;width:70%;overflow:auto;}
form div.area, fieldset.multi-lng div.area{min-height:110px;float:none;width:auto;clear:both;z-index:10;}
* html fieldset.multi-lng div.area{float:left;}
form fieldset.multi-lng p{
	position:absolute;
	left:118px;
	top:-28px;
}
form div label{
	float:left;
	width:110px;
	text-align:right;
	margin-right:2px;
}
form div.cr, form div.cr_model, form div.cr_type {
	clear:both;
	width:100%;
	display:inline;
}

form div.cr p{margin-left:118px;}
form div.cr label {
	float:none;
	width:250px;
	text-align:left;
	margin-left:118px;
	display:block;
}

form div.cr_model label {
	float:none;
	width:180px;
	text-align:left;
	margin-left:150px;
	display:block;
}
form div.cr_type label{
	float:none;
	width:180px;
	text-align:left;
	margin-left:182px;
	display:block;
}

form div.cr label .opt, form .cr_model input, form .cr_type input {
	margin-right:2px;
	background:transparent;
}


form div.cr{
	clear:both;
	width:100%;
}
form div.cr p{margin-left:118px;}
form div.cr label{
	float:none;
	width:180px;
	text-align:left;
	margin-left:118px;
	display:block;
}
form div.cr label
{
    display: block;
    float: none;
    margin-left: 118px;
    text-align: left;
    width: auto;
}
input.opt{width:20px;}
small{clear:both;margin-left:118px;display:block;}
fieldset.multi-lng{
	background:none;
}
fieldset.multi-lng h3{
	display:none;
}
fieldset.multi-lng p a {
	margin:0;
	display: block;
	width:30px;
	text-align:center;
	float: left;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
	font-size:x-small;
	text-decoration:none;
	color:#000;
}
fieldset.multi-lng p a:hover, fieldset.multi-lng p a.active {
	color:#24acf1;
	background-color:transparent;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}

form .area label{clear:both;}
form .date select{width:auto;margin:0 5px;}
.date a{background:transparent;}
.date a img {
    left: 305px;
    position: absolute;
    top: 2px;
}
#find_address{
	width:350px;
	height: 20px;
}

table, td {
    text-align: left;
    vertical-align: top;
}
td {
    padding: 0 10px;
}
form table div.cr label {
    margin-left: 0;
}
/*=========> Upload <===========*/
form div.upload{
	clear:both;
	height:auto;
	width:100%;
}
iframe{
	margin-top:30px;
	width:100%;}

/*=========> Albums <===========*/
#content #album {
	width: 100%;
	margin: 0px;
	clear: both;
	overflow: hidden;
}
#content #album li {
	float: left;
	display: inline;
	padding: 0px;
	background: transparent;
	margin: 0 14px 12px 0;
}
#album img {
	display: block;
	padding: 3px;
	background: #fff;
	width: 180px;
	height: 135px;
	border: 1px solid #ddd;
}

.controls a {
	padding: 5px;
}

#album p {text-align: center;}
#album p img {
	padding: 0px;
	display: inline;
	border: 0px;
	width: 12px;
	height: 11px;
}

/*=========> Footer <===========*/
#footer{
	clear:both;
	padding-top:20px;
	margin:0 -30px;
	height:65px;
	heigh\t:45px;
	line-height:65px;
	background:#353535 url('../i/bg-ftr.gif') 0 0 repeat-x;
	color:#efefef;
}
#robalogo{
	background:transparent url('../i/ftr-robarov.gif') 0 0 no-repeat;
	width:107px;
	height:19px;
	margin:0 0 25px 20px;
}
#robalogo a{
	background:transparent url('../i/ftr-robarov.gif') 0 0 no-repeat;
	width:107px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	float:left;
}
#robalogo a:hover{background:transparent url('../i/ftr-robarov.gif') 0 0 no-repeat;}

/* Calendar */

#basis {
	display: inline;
	position: relative;
}
#calender {
	border:3px solid #ddd;
	padding: 10px;
	z-index: 20;
	width: 200px;
	background: #fff;
	margin:auto;
	margin-left:118px;
}
* html #calender{margin-left:59px;}
#control {
	margin: 0px 0px 5px;
	text-align: center;
}

#calender .controlPlus {
	padding:0 5px;
	color: #333;
	text-decoration: none;
}
#calender table {
	table-layout: fixed;
	font-size: 11px;
	width: 100%;
	empty-cells: show;
}
#calender .weekdays td {
	padding: 1px 5px 1px 1px;
	color: #333;
	text-align: center;
}
#calender .week td {
	border:1px solid #fff;
	padding:1px 4px 1px 0;
	cursor: pointer;
	text-align: center;
}
#calender .week .today {background-color: #9CF;}
#calender .week .holiday {font-weight: bold;}
#calender .week .hoverEle {
	border:1px solid #666;
	color: #000;
	background-color: #9CF;
}
.cat label, .cat input {
	background: none;
	width: auto;
	display: inline;
	float: left;
	clear: none;
	margin: 0px;
}
.cat input {
	width: auto;
	padding: 0px;
	margin-right: 5px;
}
.cat label{font-weight: bold;color:#24acf1;}
.cat li label {font-weight: normal;color:#333;}
.cat div {margin: 0px;}

#content form div ul {
	float: left;
	width: auto;
	position: relative;
	z-index: 20;
	margin: 0px;
}
#content form div li {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form #item-geographic-map div{
	float: none;
	width: auto;
	z-index: auto;
	margin: auto;
}

/* OPENINGSUREN */
#content .hours {
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
#content .hours ul {
	background:#efefef url('../i/bg-hdr.gif') 0 -91px repeat-x;
	border-bottom: 1px solid #d9d9d9;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 120px;
}
#content .hours li {
	background: none;
	float: left;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 40px;
}
#content .hours dl {
	background: url(../i/bg-hours.gif);
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .hours dt {
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	float: left;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	width: 110px;
}
#content .hours dd {
	border-bottom: 1px solid #d9d9d9;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding-left: 120px;
	position: relative;

}
#content .hours dd span {
	background: #9cf;
	display: block;
	height: 11px;
	position: absolute;
	text-indent: -999em;
	top: 7px;
	overflow: hidden;
}


#workinghours div.cr, #available-workinghours div.cr {
	width: 150px;
	float: left;
	clear: none;
}
#workinghours div.cr label, #available-workinghours div.cr label {
	margin: 0;
	width: auto;

}
#workinghours .buttons input, #available-workinghours .buttons input {
	margin: 0;
}

#cancel-message {
  padding: 10px;
  font-style: italic;
}

#email-details > table {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
}

#email-details tr > td {
  padding: 3px 20px;
  border-bottom: 1px solid #ccc;
}

#email-details td.title {
  font-weight: bold;
}

#message-content {
  margin-top: 75px;
}

#dates .ui-datepicker {
  margin-left: 0;
}

#dates .ui-datepicker .ui-state-highlight a {
  background: #FCEFA1;
}

.event-wrapper {
  position: absolute;
  background: #FCEFA1;
  border: 1px solid #B7D274;
}

#sidebar .event-wrapper li {
  background-image: none;
  padding: 0;
  margin: 0;
}

.event-wrapper span {
  font-weight: bold;
}

#dialog-content {
  display: none;
}

#agenda-legend,
#agenda-legend ul {
  width: 100%;
  clear: both;
  height: 40px;
  display: block;
  padding: 0;
  margin: 0;
}

#agenda-legend ul li {
  display: inline;
  clear: none;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 10px 20px 20px 0;
  padding-left: 0;
}

#agenda-legend ul li span {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  width: 12px;
  height: 12px;
  background: #DEECBE;
  border: 1px solid #687e34;
}

#agenda-legend ul li span.legend-color-red {
  background: #e0bbbd;
  border: 1px solid #984847;
}

#agenda-legend ul li span.legend-color-blue {
  background: #68A1E5;
  border: 1px solid #1B62C0;
}

#agenda-legend ul li span.legend-color-yellow {
  background: #FCEFA1;
  border: 1px solid #80763c;
}

#agenda-legend ul li span.legend-color-purple {
  background: #bfcbe2;
  border: 1px solid #41618f;
}

#agenda-legend ul li span.legend-color-pink {
  background: #e4b3df;
  border: 1px solid #903d88;
}

#tbl_boxes tr td {
  border-bottom: 1px solid #D9D9D9;
}

.disabled label,
.disabled small {
  color: #ccc;
}

.disabled input {
  background: #ddd;
}

.right{
    float:right;
}

.left{
    float:left;
}

#syncinfo {
    padding: 10px;
    width: 455px;
    display: block;
}

#appointment-data {
    width: 100%;
}

.tyre{
  background-color:#AAF2BF;
  border: 1px solid #5BC27A;
  padding:10px;
  margin-right: 20px;
  width:320px;
  float:left;
}


.addTyre:hover{
  background: url(../i/add_huge.png) no-repeat center #f2f1f3;
  border: 1px dashed #C7C7C7;
  margin-right: 20px;
}

.addTyre{
  background: url(../i/add_huge.png) no-repeat center #f7f6f8;
  border: 1px dashed #C7C7C7;
  height:235px;
  width:340px;
  margin-right: 20px;
}


.addTyre p{
  font-size: 22px;
  color:#949395;
  margin: 150px 0 0 0;
  text-align: center;
}

#pickup-panel{
  width: 100%;
  height: 100%;
}

#calendar-loader{
    width: 100%;
    height: 100%;
    left:0px;
    background: url(../i/loader.gif) no-repeat scroll center center #fff;
    opacity: 0.8;
    filter:alpha(opacity=80);
    position: absolute;
    z-index: 99999;
}

.day{
  padding:5px 10px 5px 10px;
  background-color:#f7f6f8;
  border: 1px dashed #C7C7C7;
  margin-right:10px !important;
  float:left;
  width:auto;
  clear:none !important;
}


.day label {
  width: auto;
}

.day select{
  width:60px;
  float:left;
}

.day div{
  float:left !important;
  clear:none !important;
  width:auto;
  margin-bottom:0px !important;
}

.day .daysegment{
  height:auto;
  clear:both !important;
  width:200px;
}

.btn-add{
  background: url(../i/add_huge.png) no-repeat center #f7f6f8;
  border: 1px dashed #C7C7C7;
  margin-right: 20px;
  height:150px;
  width:340px;
}

.btn-add:hover{
  background: url(../i/add_huge.png) no-repeat center #f2f1f3;
  border: 1px dashed #C7C7C7;
  margin-right: 20px;
}

.fs-new{
  background-color:#AAF2BF;
  border: 1px solid #5BC27A;
  height:130px;
  width:320px;
  padding:10px;
  margin-right: 20px;
  float:left;
}

.fs-new p{
  font-size: 18px;
}

.archive{
  background-color:#F1F2BF;
  border: 1px solid #C7C983;
}

.tyre-table{
  width:23%;
  margin-right: 15px;
}

.tyre-collection{
  width: 100%;
}

#accordionTriggerTyres {
  text-align: center;
  width:100%;
  color:#fff;
  padding: 6px 0;
  cursor: pointer;
	background-color:#0044CC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	display:block;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
  background-image: linear-gradient(to bottom, #0088CC, #0044CC);
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

#accordionTriggerTyres:hover {
  background-image: linear-gradient(to bottom, #0044CC, #0088CC);
	background-color:#0044CC;
}

.fullWidth {
  width : 100%;
}

#content ul.info-list {
    margin:0px;
}

.info-list li {
    background: url("../i/bullet.gif") no-repeat scroll 0 0.2em rgba(0, 0, 0, 0);
}

.half-transparent {
    opacity:0.5;
}

/*** bootstrap functionalities ***/

.lead {
    font-size: 21px;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: none;
    text-decoration: none;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.sidebar-icon {
  margin-right: 10px;
  vertical-align: middle;
}



/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.clickable {
  cursor: pointer;
}
.dropzone.clickable .message {
  cursor: pointer;
}
.dropzone.clickable * {
  cursor: default;
}
.dropzone .message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.started .message {
  display: none;
}
.dropzone .preview,
.dropzone-previews .preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .preview .details,
.dropzone-previews .preview .details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .preview .details .filename,
.dropzone-previews .preview .details .filename {
  overflow: hidden;
  height: 100%;
  float: none;
  position: inherit;
  width: auto;
}
.dropzone .preview .details img,
.dropzone-previews .preview .details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .preview .details .size,
.dropzone-previews .preview .details .size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.dropzone .preview.error .error-mark,
.dropzone-previews .preview.error .error-mark {
  display: block;
}
.dropzone .preview.success .success-mark,
.dropzone-previews .preview.success .success-mark {
  display: block;
}
.dropzone .preview:hover .details img,
.dropzone-previews .preview:hover .details img {
  display: none;
}
.dropzone .preview:hover .success-mark,
.dropzone-previews .preview:hover .success-mark,
.dropzone .preview:hover .error-mark,
.dropzone-previews .preview:hover .error-mark {
  display: none;
}
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark,
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
  color: #8cc657;
}
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
  color: #ee162d;
}
.dropzone .preview .progress,
.dropzone-previews .preview .progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
  width: auto;
}
.dropzone .preview .progress .upload,
.dropzone-previews .preview .progress .upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .preview.processing .progress,
.dropzone-previews .preview.processing .progress {
  display: block;
}
.dropzone .preview .error-message,
.dropzone-previews .preview .error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .preview:hover.error .error-message,
.dropzone-previews .preview:hover.error .error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .default.message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../i/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .default.message {
    background-image: url("../i/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .default.message span {
  display: none;
}
.dropzone.square .default.message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.drag-hover .message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.dropzone.started .message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.dropzone .preview,
.dropzone-previews .preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
  width: auto;
}
.dropzone .preview .details img,
.dropzone-previews .preview .details img {
  width: 100px;
  height: 100px;
}
.dropzone .preview.image-preview:hover .details img,
.dropzone-previews .preview.image-preview:hover .details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.dropzone .preview.success .success-mark,
.dropzone-previews .preview.success .success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .preview.error .error-mark,
.dropzone-previews .preview.error .error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .preview.error .progress .upload,
.dropzone-previews .preview.error .progress .upload {
  background: #ee1e2d;
}
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark,
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../i/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .preview .error-mark,
  .dropzone-previews .preview .error-mark,
  .dropzone .preview .success-mark,
  .dropzone-previews .preview .success-mark {
    background-image: url("../i/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .preview .error-mark span,
.dropzone-previews .preview .error-mark span,
.dropzone .preview .success-mark span,
.dropzone-previews .preview .success-mark span {
  display: none;
}
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
  background-position: -268px -123px;
}
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
  background-position: -268px -163px;
}
.dropzone .preview .progress .upload,
.dropzone-previews .preview .progress .upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../i/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .preview .progress .upload,
  .dropzone-previews .preview .progress .upload {
    background-image: url("../i/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .preview.success .progress,
.dropzone-previews .preview.success .progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .preview .error-message,
.dropzone-previews .preview .error-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .preview:hover.error .error-message,
.dropzone-previews .preview:hover.error .error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
.dropzone input{
    display: none;
}




form div.crop{
}
.crop p{
    float: left;
    margin-right: 8px;
    text-align: right;
    width: 110px;
}
.cr.crop label{
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    padding: 0;
    display: block;
}
#crop-content{
    background: #9CF;
    float: left;
    width: 200px;
    height: 100px;
}
.cr.crop .opt {
    margin: 5px 0 0 5px;
    width: 10px;
    height: 10px;
}
.cr.crop .alignCenter{
    top: 50%;
    left: 50%;
}
.cr.crop .alignTop{
    top: 0%;
    left: 50%;
}
.cr.crop .alignTopRight{
    top: 0%;
    left: 100%;
}
.cr.crop .alignTopLeft{
    top: 0%;
    left: 0%;
}
.cr.crop .alignAlignBottom{
    top: 99%;
    left: 50%;
}
.cr.crop .alignBottomRight{
    top: 99%;
    left: 100%;
}
.cr.crop .alignBottomLeft{
    top: 99%;
    left: 0%;
}
.cr.crop .alignLeft{
    top: 50%;
    left: 0%;
}
.cr.crop .alignRight{
    top: 50%;
    left: 100%;
}

body.mceContentBody{
    background: white;
    color: black;
}
#image-wrap{
    float: left;
    margin: 0 0 20px 0;
    position: relative;
    display: inline;
}
#image-map-img{
    float: left;
}
#image-map{
    float: left;
    background: gold;
}

.dropzone .message {
	position: absolute;
	text-align: center;
	top: 45%;
}

.dropzone .message h1 {
	border: none !important;
	font-size: 35px !important;
}