/* Show error messages in red */
/*@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-Regular.ttf');
}*/
.error { color: red; }
.success { color: green; }
html, body{
padding: 0px;
margin: 0px;
_width: 100%;
_height: 100%;
}

body{
background: url("/img/bgMain.png");
font-family: sans-serif;
}
body.logIn{
background: #f4f4f4 !important;
}
.logoMain {
    margin: 13px 10px;
    max-width: 140px;
    width: 100%;
}
.logoStart {
    margin-bottom: 10px;
    max-width: 300px;
    width: 100%;
}
img {
    width: 100%;
}
a {
    color: rgba(204, 0, 0, 1) !important;
    text-decoration: none;
}
h2 {
    font-size: 26px;
    font-weight: normal;
     margin: 0;
}
h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
h4, .innerMachinePartItems ul li {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 6px 5px 5px;
    list-style-type: none;
}
.ajax-loader {
  width: 15px;
}
.input-categ-desc {
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
}
#edit-schem > input, #edit-photo > input, #edit-ts > input, #edit-doc > input, #edit-media > input {
    box-sizing: border-box;
    padding: 8px;
    width: 81.1%;
}
#logForm{
max-width: 300px;
padding: 20px;
box-sizing: border-box;
box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.3);
margin: 5% auto 0;
background: #ffffff;
}
.component-items > ul {
    list-style-type: none;
    padding: 10px 15px;
}
.component-items > ul li {
    padding: 3px 0;
}
.un, .pw {
    color: #c80000;
    font-family: fontawesome;
    font-weight: lighter;
    position: relative;
}
.un:before {
    background: #f4f4f4 none repeat scroll 0 0;
    border-right: 1px solid #cdcdcd;
    content: "\f007";
    font-size: 20px;
    font-weight: lighter;
    left: 1px;
    padding: 8px 12px;
    position: absolute;
    top: 11px;
    width: 15px;
}
.pw:before {
    background: #f4f4f4 none repeat scroll 0 0;
    border-right: 1px solid #cdcdcd;
    content: "\f023";
    font-size: 20px;
    font-weight: lighter;
    left: 1px;
    padding: 8px 12px;
    position: absolute;
    top: 11px;
    width: 15px;
}

.login-input {
    width: 100%;
}
.login-input > input {
    box-sizing: border-box;
    height: 40px;
    margin-top: 10px;
    padding: 8px 8px 8px 45px;
    width: 100%;
}
.login-button input {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #c80000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bolder;
    margin-top: 15px;
    padding: 9px 20px;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.login-button input:hover {
    background: #c80000 none repeat scroll 0 0;
    border-color: #c80000;
    color: #fff !important;
}


/* TOPBAR*/
#topBar {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    height: 50px;
    left: 0;
    margin-top: 0 !important;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.adminBar {
    position: absolute;
    right: 60px;
    top: 25px;
    font-size: 14px;
    width: 167px;
}
.win-os .adminBar{
width: 170px;
}
.adminBar a, .adminBar p {
    display: inline;
}
.adminBar p {
    border-right: 1px solid #cecece;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 3px;
}
#logOutBtn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
    color: #c80000;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 6px 17px 5px;
    text-decoration: none;
    position: relative;
}
#logOutBtn:before {
    content: "\f013";
    font-family: fontawesome;
    font-size: 19px;
    font-weight: 100;
    left: 9px;
    position: absolute;
    top: 3px;
    color: #c80000;
}
/* NAVIGATION */
nav {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #dfdfdf;
    box-sizing: border-box;
    float: left;
    height: 100%;
    overflow-y: auto;
    padding-top: 71px;
    position: fixed;
    top: 0;
    width: 180px;
    z-index: 10;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li{
list-style-type: none;
}
nav ul li a {
    border-bottom: 1px solid #e1e1e1;
    color: #434343 !important;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 20px 0 20px 48px !important;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    font-weight: bold;
}
#home:before {
    content: "\f015";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
    color: #c80000;
}
#schem:before {
    content: "\f126";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
        color: #c80000;
}
#photos:before {
    content: "\f03e";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
        color: #c80000;
}
#bom:before {
    content: "\f022";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
        color: #c80000;
}
#ts:before {
    content: "\f14a";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
        color: #c80000;
}
#doc:before {
    content: "\f0ea";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
        color: #c80000;
}
#vid:before {
    content: "\f008";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 13px;
    padding-top: 30px;
    position: absolute;
    top: -14px;
        color: #c80000;
}

/* CONTENT */
#content {
    box-sizing: border-box;
    padding-left: 180px;
    padding-top: 71px;
    height: 100%;
    font-size: 15px;
}
#content > div, .innerContent, .adminbody, .innerAdminbody{
height: 100%;
/* overflow: hidden; */
}
#upload-wrapper {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: #3D91A2;
	padding: 50px;
	border-radius: 10px;
}
#upload-wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 1px dotted #DDD;
}
#upload-wrapper input[type=file] {
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
}
#upload-wrapper #submit-btn {
	border: none;
	padding: 10px;
	background: #61BAE4;
	border-radius: 5px;
	color: #FFF;
}
#output{
	padding: 5px;
	font-size: 12px;
}

/* prograss bar */
.progressbox {
	border: 1px solid #CAF2FF;
	padding: 1px;
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
.progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #CAF2FF;
	width:1%;
}
.statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;
}

/* HOME */
#startImg  img {
    border: 7px solid #fafafa;
    box-shadow: 0 1px 6px rgba(51, 51, 51, 0.7);
    display: block;
    margin: 0 auto;
    max-width: 775px;
}

.innerContent {
    margin: 70px 40px 5px;
}

/* ADMINBODY - EDIT ITEMS */
.innerAdminbody-bar {
    padding: 0 45px 0 220px;
        box-sizing: border-box;
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
border-bottom: 1px solid #cecece;
height: 39px !important;
    position: fixed;
    top: 71px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
.innerAdminbody-bar h2 {
    color: #313131;
    font-size: 16px;
    padding: 12px 0 0;
}
.innerAdminbody-bar-left {
    float: left;
    _width: 38%;
    width: auto;
    margin-right: 2%;
}
.innerAdminbody-bar-right {
    float: right;
    max-width: 562px;
    width: 60%;
}

.innerAdminbody-bar-right-schem-spots, .innerAdminbody-bar-right-photos-spots{
    float: right;
    max-width: 662px;
    width: 60%;
}
.innerAdminbody-bar-btns {
    position: absolute;
    right: 20px;
    top: 0;
}
.pageControl {
    color: #313131 !important;
    float: left;
    font-size: 13px;
    max-width: 78px;
    width: 100%;
    border-left: 1px solid #cecece;
    padding: 6px 20px;
}
#zControls{
color: #313131 !important;
font-size: 13px;
    float: left;
    max-width: 320px;
    width: 100%;
}
.zControls-left {
    border-right: 1px solid #cecece;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 5px 12px;
}
.zControls-right {
    border-right: 1px solid #cecece;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 5px 12px;
}
.zControls-left > span,
.zControls-right > span {
    position: relative;
    top: -2px;
}
#zControls button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 29px;
	cursor: pointer;
}
.innerPageControl span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
    width: 33px;
    text-align: center;
}
.innerPageControl span a{
position: relative;
font-size: 0px;
}
.innerPageControl span span {
    border: none;
    background: none;
    border-radius: 0;
    height: auto;
    width: auto;
    position: relative;
}
.span-for-btn.span-for-next {
    margin-right: 0 !important;
}
.span-for-btn.span-for-prev a:before {
    content:  "\f060";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 3px;
    color: #c80000;
}
.span-for-btn.span-for-next a:before {
    content:  "\f061";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 3px;
    color: #c80000;
}
.span-for-btn.span-for-prev span:before {
    content:  "\f060";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 3px;
    color: #ccc;
}
.span-for-btn.span-for-next span:before {
    content:  "\f061";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 3px;
    color: #ccc;
}
#toggleHotspots.on:before {
    content:  "\f06e";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: -1px;
    color: #c80000;
}
#toggleHotspots.off:before {
    content:   "\f070";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: -1px;
    color: #c80000;
}
#plus:before {
    content:  "\f067";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 1px;
    color: #c80000;
}
#minus:before {
    content:  "\f068";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 1px;
    color: #c80000;
}
#addMachine, .addMachinePart, .addMachinePhoto, .addBom, .exportMachine, .addDoc, .addMedia, .addSchem, .addPhoto, .backupSystem {
    border: 1px solid #cecece;
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 4px 20px 5px;
    position: relative;
    top: 11px;
    background: #fff !important;
    border-radius: 3px;
}
.addDoc, .addMedia, .exportMachine, .addSchem, .addPhoto, .backupSystem, .addBom{
top: 8px;
}

#addMachine:before, .addMachinePart:before, .addMachinePhoto:before, .addBom:before, .exportMachine:before, .addDoc:before, .addMedia:before, .addSchem:before, .addPhoto:before, .backupSystem:before {
    content:  "\f067";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    right: 0;
    position: relative;
    top: 3px;
    color: #c80000;
}
.selectDropDown:before {
    content:  "\f0de";
    font-family: fontawesome;
    font-size: 28px;
    font-weight: 100;
    position: absolute;
    right: 37px;
    top: -12px;
    color: #fff;
}
.selectDropDown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 0;
    position: absolute;
    right: 41px;
    top: 42px;
    width: 250px;
    display: none;
    text-align: left;
}
.selectDropDown span, .confMenu a {
    display: block;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    background: #fff;
    color: #000 !important;
}
.selectDropDown span:hover, .confMenu a:hover{
background: #f7f7f7;
}

.triangle-left {
    border-bottom: 15px solid #dedede;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    position: absolute;
    right: 3px;
    top: 28px;
    width: 0;
    z-index: 10000;
    display: none;
}

.inner-triangle {
    position: relative;
    top: 2px;
    left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
}
.confMenu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 0;
    position: absolute;
    right: 0px;
    top: 42px;
    width: 190px;
    display: none;
}
.span-for-btn {
    float: left;
    margin-right: 8px;
}
.span-for-btn .ui-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #c80000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 9px 17px;
}
.span-for-delete-btn, .span-for-edit-btn, .span-for-uploadimg-btn, .span-for-uploadvideo-btn, .span-for-download-btn {
    border: 1px solid #cecece;
    cursor: pointer;
    display: block;
    padding: 4px 0;
    _pointer-events: none;
    position: relative;
    width: 55px !important;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background: #fff;
}
.span-for-delete-btn:before {
    color: #c80000;
    content: "\f014";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 20px;
    position: relative;
    top: 0px;
}
.span-for-uploadimg-btn:before {
    color: #c80000;
    content:  "\f1c5";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 19px;
    position: relative;
    top: 0px;
}
.span-for-uploadvideo-btn:before {
    color: #c80000;
    content:  "\f1c8";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 19px;
    position: relative;
    cursor: pointer;
    top: 0px;
}
.span-for-edit-btn:before {
    color: #c80000;
    content:  "\f040";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 20px;
    position: relative;
    top: 0px;
}
.delete-btn, .download-btn, .edit-btn, .span-for-uploadimg-btn .upload-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    left: 0;
    pointer-events: auto;
    position: absolute;
    text-indent: -999px;
    top: 0;
    width: 55px;
}
.span-for-upload-btn {
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #c80000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 4px 0 4px 20px;
    pointer-events: none;
    position: relative;
    width: 125px !important;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
}
.span-for-upload-btn:before {
    color: #c80000;
    content: "\f093";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: -10px;
    position: relative;
    top: 0px;
}
.span-for-upload-btn > button, .span-for-upload-btn > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    left: 0;
    pointer-events: auto;
    position: absolute;
    text-indent: -999px;
    font-size: 0px;
    top: 0;
    width: 125px;
}
.span-for-download-btn {
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #c80000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 3px 0 2px 20px;
    pointer-events: none;
    position: relative;
    width: 55px !important;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
}
.span-for-download-btn:before {
    color: #c80000;
    content: "\f019";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: -3px;
    position: relative;
    top: 1px;
}
.span-for-download-btn > button, .span-for-download-btn > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    left: 0;
    pointer-events: auto;
    position: absolute;
    text-indent: -999px;
    font-size: 0px;
    top: 0;
    width: 125px;
}
.span-for-restore-btn {
    border: 1px solid #cecece;
    cursor: pointer;
    display: block;
    padding: 4px 0;
    _pointer-events: none;
    position: relative;
    width: 55px !important;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background: #fff;
}
.span-for-restore-btn:before {
    color: #c80000;
    content: "\f0e2";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 20px;
    position: relative;
    top: 0px;
}
.ui-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
    color: #c80000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 9px 17px;
}
.directionSpot:before {
    content:  "\f0d8";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
  position: absolute;
    right: 8px;
    top: 3px;
    color: #21b4e2;
}
.innerMachinePart, .innerMachinePartItem {
    padding: 6px;
    position: relative;
}
.machinePart {
    background: #fff;
    border: 1px solid #dedede;
    margin: 15px 0;
    position: relative;
}
.innerMachinePartItems {
    position: relative;
    border-top: 1px solid #cecece;
    width: 100%;
    overflow-x: auto;
}
.machinePartItem{
border-bottom: 1px solid #cecece;
}
.parts-input, .partsItem-input {
    box-sizing: border-box;
    font-size: 13px;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
	background: #fff;
	border: 1px solid f1f1f1;
	border-radius: 3px;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
	color: #c80000;
	font-size: 13px;
	padding: 8px;
}

.btn.btn-save input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
    color: #c80000;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: lighter;
    padding: 4px 18px 5px;
    position: relative;
    top: 1px;
	border-radius: 3px;
}

.editMachineParts {
    position: absolute;
    right: 15px;
    top: -2px;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.hover .editMachineParts{
opacity: 1;
}
/* HOME */

.createNewMachine {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.4);
    float: left;
    margin-right: 2%;
    max-width: 320px;
    padding: 10px;
    position: relative;
}
.placeholderForMachine {
    position: relative;
    z-index: 100;
}
.previewUpload {
    position: absolute;
    z-index: 101;
    max-width: 320px;
}
#admin-Home input[name="datei"] {
    height: 264px;
    max-width: 320px !important;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 200;
	cursor: pointer;
}
#admin-Home .createNewMachine .partsItem-input {
    float: left;
    margin-right: 0 !important;
    margin-top: 5px;
    width: 75%;
}
#admin-Home .createNewMachine .btn.btn-save{
    width: 20%;
    margin-left: 5%;
    margin-top: 5px;
    float: left;
}
.createNewMachine h4 {
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
    padding: 6px 5px 5px 0;
}

/* DRAG & DROP */
.draggable-arrow, .draggable, .hotspot {
	background: rgba(242,242,242,0.9);
	background: -moz-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,242,242,0.9)), color-stop(47%, rgba(232,232,232,0.9)), color-stop(100%, rgba(224,224,224,0.9)));
	background: -webkit-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: -o-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: linear-gradient(to right, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0', GradientType=1 );
    border: 2px solid #21b4e2;
    border-radius: 100%;
    height: 15px;
    margin: 0px 10px 0px 0;
    padding: 5px;
    width: 15px;
    position: absolute;
    cursor: pointer;
    _transform: translate(10%, 10%);
}
.draggableArea .arrow {
    width: 50px;
}
.inactiveZoom{
pointer-events: none;
}
.activeItem{
pointer-events: auto !important;
}
.hotspot{
margin: 0px !important;
}
.activeItem{
background: #74e8f3 none repeat scroll 0 0;
}
.draggable, .draggable-arrow{
position: relative;
z-index: 1000000;
float: left;
}
.draggable.arrow{
background: none !important;
border: none !important;
}
.draggable.arrow:before{
content: "\f178";
    color: yellow;
 font-family: fontawesome;
    font-size: 60px;
    font-weight: 100;
    left: -10px;
    position: relative;
    top: -20px;
}
.draggable.arrow-left:before{
content: "\f177";
    color: yellow;
 font-family: fontawesome;
    font-size: 60px;
    font-weight: 100;
    left: -10px;
    position: relative;
    top: -20px;
}
.draggable.arrow .partsItem-input{
display: none;
}
.draggable.arrow .infoModal.schematicInfoModal {
    height: 54px;
    left: 44px;
    top: 19px;
    width: 84px;
}
.arrow .schematicInfoModal .btn.btn-save {
    margin-top: 0 !important;
}
.draggableArea .draggable, .draggableArea .draggable-arrow {
    cursor: move;
}
.draggableArea{
float: left;
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
padding-top: 4px;
}
.draggableArea span {
    color: #313131 !important;
    font-size: 13px;
    padding: 9px 14px 12px;
}
#droppable {
    background: #fff none repeat scroll 0 0;
    margin: 10px;
    padding: 0.5em;
    max-width: 100%;
    width: auto;
    position: relative;
    overflow: hidden;
}
.componentRight #droppable {
    margin: 0 !important;
    padding: 10px !important;
}
.infoModal{
display: none;
}
.infoModal.schematicInfoModal {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dedede;
    box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 93px;
    left: 20px;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 200px;
    z-index: 1000;
}
.directionSpot .infoModal.schematicInfoModal {
    height: 140px;
}
.directionSpot .partsItem-input.schematicItemText {
    margin-bottom: 5px;
}
.schematicInfoModal .btn.btn-save {
    display: block;
    margin-top: 5px !important;
}
#panzoomArea img, #panzoomArea embed{max-width: 1500px; width: 100% !important;}

.component-items, .innerComponent {
    background: #fff;
    border: 1px solid #dedede;
    margin: 15px;
    position: relative;
}
.innerComponentHead {
    border-bottom: 1px solid #dedede;
    padding: 0.5em;
}
.innerComponentBody {
    padding: 0.5em;
    max-width: 500px;
}
#comp-bom a:before {
    color: #c80000;
    content: "\f022";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: -10px;
    padding-top: 30px;
    position: relative;
    top: 2px;
}
#comp-boms a:after {
    color: #666;
    content: "\f022";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: -10px;
    padding-top: 30px;
    position: relative;
    top: 2px;
}
#comp-vid a:before {
    color: #c80000;
    content: "\f1c8";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: -10px;
    padding-top: 30px;
    position: relative;
    top: 2px;
}
#comp-photos a:before {
    color: #c80000;
    content: "\f1c5";;
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: -10px;
    padding-top: 30px;
    position: relative;
    top: 2px;
}
#comp-schem label.selectlabel:before {
    color: #c80000;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 0px;
    position: absolute;
    top: 8px;
}
#comp-schem a {
    display: block;
    line-height: 23px;
    padding: 6px 20px;
    position: relative;
}
#comp-schem a:before {
    color: #c80000;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 100;
    left: 0px;
    position: absolute;
    top: 6px;
}

#comp-schem select {
    border: medium none;
    color: #c80000 !important;
    font-size: 15px;
    margin-left: 22px;
    padding: 0;
	background: transparent !important;
}
#comp-schem label.selectlabel:after {
display: none;
}
#comp-schem label{
margin: 0px;
}
#comp-bom a, #comp-photos a, #comp-vid a{
    padding-left: 10px;
    position: relative;
}


/* DIALOGS */
.ui-dialog {
    background: #fff none repeat scroll 0 0 !important;
    box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.4);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 96% !important;
    max-width: 600px;

}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    pointer-events: none !important;
}
.ui-dialog-titlebar {
    border-bottom: 1px solid #dedede;
    padding: 10px 15px !important;
    background: #f9f9f9;
}
.ui-dialog-buttonpane {
    border-top: 1px solid #dedede;
	padding: 0 15px !important;
	    background: #f9f9f9;
}
.ui-dialog .ui-dialog-title {
    color: #c80000;
}
.ui-dialog-content {
    box-sizing: border-box;
    font-weight: lighter;
    min-height: 80px !important;
    padding-top: 20px !important;
}
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog input {
    margin-bottom: 8px;
}
.floatUpload span {
    float: left;
    margin-right: 5px;
}
.span-for-upload-text {
    color: #717171;
    font-size: 15px;
    padding-top: 10px;
}

label.selectlabel {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.componentLeft label.selectlabel {
max-width: 300px;
}
.bomTable label.selectlabel {
margin-bottom: 0px;
}
.component-items  ul {
    list-style-type: none;
    padding: 5px 0px 0px;
}
.component-items  ul li {
    padding: 3px 0;
}
.innerComponentHead {
    border-bottom: 1px solid #dedede;
    padding: 0.5em;
}
.innerComponentBody {
    padding: 0.5em;
    _max-width: 500px;
}
.component-items li {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #dedede;
    box-sizing: border-box;
    float: left;
    margin: 0 1.5% 10px;
    padding: 5px 10px !important;
    width: 47%;
}
#comp-vid, #comp-bom {
    padding: 11px 10px !important;
}
label.selectlabel:after {
    color: #c80000;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    height: 45px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 5px;
}
.selectlabel select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    color: #737373 !important;
    cursor: pointer;
    height: 36px;
    padding: 8px;
    width: 100%;
}
.selectlabel select:focus{

}
.schemaSelect option {
    padding: 5px;
}
#edit-comp input, #edit-comp textarea, #upload_bom_line input, #upload_bom_line textarea {
    box-sizing: border-box;
    float: left;
    margin-left: 3%;
    padding: 7px;
    resize: none;
    width: 57%;
        background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}
#edit-comp input[type="checkbox"], #upload_bom_line input[type="checkbox"] {
    width: auto !important;
}

#edit-comp label, #upload_bom_line fieldset label {
    float: left;
    width: 40%;
}
fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cecece currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 15px;
}
.closePdf{
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 4px 20px 5px;
    position: relative;
    display: none;
    top: 8px;
}
.closePdf:after {
    color: #c80000;
    content: "\f060";
    font-family: fontawesome;
    font-size: 17px;
    font-weight: 100;
    position: relative;
    right: 0;
    top: 3px;
}
embed {
    height: calc(100% - 110px);
    position: fixed;
    top: 110px;
    width: calc(100% - 180px);
}
.vidObjOuter{
display: none;
width: 100%;
height: 100%;
position: fixed;
background: rgba(0 ,0, 0, .3);
top: 0;
left: 0;
bottom: 0;
right: 0;
 z-index: 1000000000;
}
.vidObj{
    left: 50%;
    max-width: 720px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    position: relative;

}
video{
height: auto;
width: 100%;
max-width: 720px;
}
table{
border-collapse: collapse;
width: 100%;
}
.docTable, .mediaTable, .schemTable, .photoTable, .tsTable {
    border: 1px solid #dedede;
    border-bottom: none;
    display: table;
    margin: 30px 1%;
    width: 98%;
}
.docTable thead, .mediaTable thead, .schemTable thead, .photoTable thead{
display: table-row-group !important;
cursor: pointer;
}
.docTable tbody, .mediaTable tbody, .schemTable tbody, .photoTable tbody, #getBomURL .innerMachinePartItems {
    display: none;
}
.docTable thead th, .mediaTable thead th, .schemTable thead th, .photoTable thead th{
position: relative;
}
.theadArrow {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    border-radius: 3px;
    padding: 2px 1px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 4px;
    width: 20px;
        transition: 0.3s ease;
        box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.7);
}
#getBomURL .theadArrow {
    right: 9px;
    top: 8px;
}
.theadArrow:after{
    color: #c80000;
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.openTbody .theadArrow:after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.openTbody .theadArrow{
 transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -o-transform: rotate(180deg);
}

td, th {
    border: 1px solid #cecece;
    font-size: 15px;
    padding: 8px;
    text-align: left;
}
th {
    border-top: medium none;
}
td:first-child, th:first-child{
border-left: none;
}
.tsTable td:first-child, .tsTable th:first-child {
    width: 90%;
}
.tsTable td:last-child, .tsTable th:last-child, .exportTable td:last-child, .exportTable th:last-child, .photoTable td:last-child, .photoTable th:last-child, .docTable td:last-child, .docTable th:last-child,
.schemTable td:last-child, .schemTable th:last-child, .mediaTable td:last-child, .mediaTable th:last-child{
    min-width: 260px;
    width: 10%;
}

td:last-child, th:last-child{
border-right: none;
}

tr:nth-child(odd){background: #fff;}
tr:nth-child(even){background: #f7f7f7;}

_#panzoomArea {
  _transform-origin: 0 0 !important;
}

#addMachinePartDirectionFormActive{
position: relative;
}

.hot-spot, .dir-spot, .arr-spot {
  width: 20px;
  height: 20px;
  background: rgba(242,242,242,0.9);
	background: -moz-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,242,242,0.9)), color-stop(47%, rgba(232,232,232,0.9)), color-stop(100%, rgba(224,224,224,0.9)));
	background: -webkit-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: -o-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	background: linear-gradient(to right, rgba(242,242,242,0.9) 0%, rgba(232,232,232,0.9) 47%, rgba(224,224,224,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0', GradientType=1 );
    border: 2px solid #21b4e2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, 10%);
  z-index: 1;
  cursor: pointer;
}
.dir-spot.up:before {
    content:  "\f0d8";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
  position: absolute;
    right: 5px;
    top: 1px;
    color: #21b4e2;
}
.dir-spot.right:before {
    content:  "\f0da";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
  position: absolute;
    right: 6px;
    top: 2px;
    color: #21b4e2;
}
.dir-spot.down:before {
    content:  "\f0d7";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
  position: absolute;
    right: 5px;
    bottom: 0px;
    color: #21b4e2;
}
.dir-spot.left:before {
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
  position: absolute;
    left: 6px;
    top: 2px;
    color: #21b4e2;
}
.arr-spot{
background: none !important;
border: none !important;
}
.arr-spot.right:before{
content: "\f178";
    color: yellow;
 font-family: fontawesome;
    font-size: 60px;
    font-weight: 100;
    left: -10px;
    position: relative;
    top: -20px;
}
.arr-spot.left:before{
content: "\f177";
    color: yellow;
 font-family: fontawesome;
    font-size: 60px;
    font-weight: 100;
    left: -10px;
    position: relative;
    top: -20px;
}
.innerAdminbody-bar-comp .innerAdminbody-bar-right{
    float: right;
    max-width: 290px;
    width: 60%;
}
#innerArea, #innerArea-comp{
  width: 100%;
  max-width: 1500px;
  height: 100%;
  //max-height: 682px;
  position: relative;
  }
  .hot-spot > div, .dir-spot > div , .arr-spot > div {
        background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dedede;
    box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: auto;
    left: 16px;
    position: relative;
    padding: 10px;
    top: 16px;
    width: 200px;
    z-index: 1;
    display: none;
}
.hot-spot > div.openModalBottom,
.dir-spot > div.openModalBottom{
top: auto !important;
bottom: 145px !important;
}
.hotspotInfoModal-footer .hotspotLink {
    float: none !important;
    height: 25px;
    margin-bottom: 0 !important;
}
.arr-spot > div {
    height: 55px;
    left: 40px;
    top: -50px;
    width: 81px;
}
.arr-spot .hotspotLink {
    margin-top: 0 !important;
}
.arrspotInfoModal .hotspotInfoModal-headline {
    display: none;
}
.arr-spot .hotspotInfoModal-footer {
    border-top: medium none;
    font-size: 14px;
    padding-bottom: 0;
}
.hot-spot.activeItem, .dir-spot.activeItem {
    background: #74e8f3 !important;
    z-index: 100000;
}
.hotspotLink{
float: left;
}
.hotspotInfoModal-bom, .hotspotInfoModal-comp, .hotspotInfoModal-next{
position: relative;
}
.hotspotInfoModal-bom:before {
    content: "\f022";
    font-family: fontawesome;
    font-size: 26px;
    font-weight: 100;
    left: 0px;
    padding-top: 30px;
    position: relative;
    top: 10px;
        color: #c80000;
}
.hotspotInfoModal-comp:before {
    content: "\f1ea";
    font-family: fontawesome;
    font-size: 26px;
    font-weight: 100;
    left: 0px;
    padding-top: 30px;
    position: relative;
    top: 10px;
        color: #c80000;
}
.hotspotInfoModal-next:before {
    content: "\f126";
    font-family: fontawesome;
    font-size: 26px;
    font-weight: 100;
    left: 5px;
    padding-top: 30px;
    position: relative;
    top: 10px;
        color: #c80000;
}
.photoBody .hotspotInfoModal-next:before{
    content: "";
    font-family: fontawesome;
    font-size: 26px;
    font-weight: 100;
    left: 5px;
    padding-top: 30px;
    position: relative;
    top: 10px;
        color: #c80000;
}
.hotspotInfoModal-headline {
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}
.hotspotInfoModal-footer {
    font-size: 14px;
    border-top: 1px solid #cecece;
    padding-bottom: 10px;
}
.hotspotLink {
    display: block;
    float: left;
    height: 40px;
    margin: 10px 5px 10px 0;
    width: 40px !important;
}

#dialog-form, .visibleWhenChecked{
display: none;
}

.visibleWhenChecked.showAdditionalInfos {
    display: block;
}

/* BOM */
.activeListItem{
background: yellow !important;
}
.innerAdminbody-bar-right-inner_zero{
    border-left: 1px solid #cecece;
    display: block;
    float: left;
    height: 39px;
    text-align: center;
    width: 15% !important;
    box-sizing: border-box;
}
.innerAdminbody-bar-right-bom .innerAdminbody-bar-right-inner_zero,
.innerAdminbody-bar-right-media .innerAdminbody-bar-right-inner_zero,
.innerAdminbody-bar-right-export .innerAdminbody-bar-right-inner_zero,
.innerAdminbody-bar-right-schem .innerAdminbody-bar-right-inner_zero,
.innerAdminbody-bar-right-photos .innerAdminbody-bar-right-inner_zero{
visibility: hidden;
}
.innerAdminbody-bar-right-ts .innerAdminbody-bar-right-inner_second{
visibility: hidden;
float: left !important;
}
.innerAdminbody-bar-settings .innerAdminbody-bar-right-inner_zero,
.innerAdminbody-bar-settings .innerAdminbody-bar-right-inner_first,
.innerAdminbody-bar-settings .innerAdminbody-bar-right-inner_second{
visibility: hidden;
}
.innerAdminbody-bar-right-inner_first {
    display: block;
    float: left;
    width: 70% !important;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    height: 39px;
    box-sizing: border-box;
}
.innerAdminbody-bar-right-inner_second {
    border-right: 1px solid #cecece;
    display: block;
    float: right;
    height: 39px;
    text-align: center;
    width: 15% !important;
    min-width: 82px;
    box-sizing: border-box;
}
.searchHolder {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    height: 39px;
}
.searchHolder #search_field {
    box-sizing: border-box;
    height: 30px;
    margin: 4px 3% 3px;
    width: 94%;
}
.innerAdminbody-bar-right-inner_first #search_field {
    box-sizing: border-box;
    height: 30px;
    margin: 4px 3% 3px;
    width: 94%;
}
#search_field {
    height: 23px;
    margin-top: 4px;
    width: 100%;
}

/* COMP */

.componentWrapper.componentLeft {
    float: left;
    width: 50%;
}
.componentWrapper.componentRight {
    float: left;
    width: 50%;
}
.componentLeft h3 {
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
border-bottom: 1px solid #cecece;
    color: #313131;
    font-size: 16px;
    padding: 10px 10px 8px;
}

.componentRight .innerComponentBody {
    max-width: none !important;
}

/* WICHTIG: Wieder einblenden - nur draussen wegen Meeting!!! */
#progressbox2{
display: none;
}

.item_nr, .schem_locator, .comp_sheet {
    min-width: 120px;
    width: 10%;
}
.description {
    min-width: 400px;
    width: 43%;
}
.part_nr {
    min-width: 120px;
    width: 17%;
}
.options {
    min-width: 260px;
    width: 10% !important;
}

/* SETTINGS START*/
.settings-part {
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
    margin: 10px 1%;
    padding: 20px 0;
    width: 98%;
}
.settings-part-btns {
    box-sizing: border-box;
    margin: 10px 1%;
    padding: 20px 0;
    width: 98%;
}
.settings-part label {
    display: block;
    float: left;
    margin-top: 18px;
    max-width: 160px;
    width: 50%;
}
.settings-part input {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    max-width: 300px;
    padding: 8px;
    width: 50%;
}
.settings-part > ul {
    background: infobackground none repeat scroll 0 0;
    border: 1px solid buttonshadow;
    box-sizing: border-box;
    max-width: 480px;
    padding: 20px;
    width: 100%;
	border-radius: 3px;
}
.floatLabel {
    float: left;
     margin-top: 10px;
    max-width: 260px;
    width: 50%;
}
.floatLabel  input {
    display: inline-block;
    float: none;
    padding: 0 !important;
    text-align: left !important;
    width: 19px;
}
.floatLabel  label {
    display: inline;
    float: none;
}
.for-appearance {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dedede;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    padding: 5px 8px;
    width: 382px;
}

.chooseItem {
    float: left;
    width: 180px;
}
.bsp-div {
    float: left;
    width: 180px;
}
.bsp-div .selectlabel::after {
    top: -4px;
}
.bsp-div > input {
    box-sizing: border-box;
    margin: 0 0 0px;
    padding: 7px !important;
    width: 100%;
}
/* SETTINGS END*/
