/*** PALETTE ********************************** PALETTE  ************************************************************** */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.palettediv{
    position: absolute;
    top: 53px;
    right:180px;
    z-index: 2;
    /* width:120px;
    height:142px; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* min-width: 186px; */
}
.palettebg{
    position: absolute;
    /* height:20px; */
    width:120px;
    height:185px;
    background: linear-gradient(#eaeaea, #d2d2d2);
    border: 1px solid white;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#palettebg{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    pointer-events: none;
}
#palettebgtop{
    position: relative;
    top: 1px;
    left: 1px;
    max-height:19px;
    border-style: hidden ;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: linear-gradient(#c3c3c3, #8a8a8a);
    
}
.palette_head{
    position: absolute;
    top:4px;
    align-content: center;
    width: 120px;
    height:19px;
    font-family: 'Gentona-Light', sans-serif;
    color: white;
    font-size: 10px;
    font-weight:600;
    text-align: center;
    text-shadow: 0.5px 0.5px #000000;
    user-select: none;
    cursor:pointer;
}
.palbut{
    position: absolute;   
    top:2px;
    left: 75px;
    width: 14px;
    height: 14px;
    color:white;
    background-color: #666666;
    border: none;
    margin: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#palplus{
    background-image:url(../icons/pal_plus.png);
    left:95px;
}
#palminus{
    background-image:url(../icons/pal_minus.png);
}
.palette{
    /* position: relative; */
    top:15px;
    /* left: 600; */
    /* right:100px; */
}
.palprop{
    position: absolute;
    top:26px;
    left:7px;
}
/*
#palprop_length{
    top:26px;
    left:7px;
}
#palprop_width{
    top:26px;
    left:93px;
}
#palprop_height{
    top:49px;
    left:7px;
}
#palprop_y{
    top:49px;
    left:93px;
}
#palprop_rotation{
    top:72px;
    left:7px;
}
#palprop_label{
    top:95px;
    left:7px;
}
*/
#palprop_roomarea{
    width: 55px;
}
#palpropblue_roomarea{
    width: 102px;
    font-family: 'Gentona-Light', sans-serif;
    color: black;
    font-size: 10px;
    font-weight:200;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#palpropinput_roomarea{
    width: 51px;
    left: 58px;
}
.palpropblue{
    position: absolute;
    width: 112px;
    height: 18px;
    border: none;
    margin: 0;
    /* padding: 2; */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    display:inline-block;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.palpropinput{
    position: absolute;
    /* position: relative; */
    top:2px;
    left: 20px;
    /* right:100px; */
    width: 34px;
    /* padding-left: 5px; */
    height: 12px;
    border: none;
    margin: 0;
    /* padding: 2; */
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	/* display:inline-block; */
	cursor:pointer;
    font-family: 'Gentona-Light', sans-serif;
    color: black;
    font-size: 10px;
    font-weight:600;
    text-align: right;
    outline:0;
}
.palinputenhed{
    position: absolute;
    /* position: relative; */
    top:2px;
    left: 54px;
    height: 14px;
    width: 19px;
    /* right:100px; */
    /* padding-left: 5px; */
    background-color: white;
    border: none;
    margin: 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	/* cursor:none; */
    font-family: 'Gentona-Light', sans-serif;
    color: black;
    font-size: 9px;
    font-weight:600;
    text-align: center;
    outline:0;
    line-height: 15px;
}
#palpropinput_label{
    width: 90px;
    height:14px;
    text-align: center;
    font-size: 9px;
    /* display:table-cell; */
    /* word-wrap:break-word;  */
}
#palprop_color{
    top:118px;
    left:7px;
    /* height:118px;
    overflow: hidden; */
}
.colorbtn{
    position: absolute;
    /* position: relative; */
    top:2px;
    left: 20px;
    /* right:100px; */
    width: 85px;
    padding-left: 5px;
    height: 12px;
    border: none;
    margin: 0;
    /* padding: 2; */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	/* display:inline-block; */
	cursor:pointer;
    outline:0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.colordropdown{
    position: absolute;
    overflow: hidden;
    height: 0px;
    top:18px;
    left: 2px;
    width: 103px;
    padding-left: 5px;
    /* padding-top: 3px; */
    border: none;
    margin: 0;
    /* padding: 2; */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	/* display:inline-block; */
	cursor:pointer;
    outline:0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.colpicker{
    /* top: 30px; */
    top:2px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin:0px;
    display: inline-block;
}
.trigger_blue{
    position: absolute;   
    width: 12px;
    height: 14px;
    background-color: #488097;
    top:2px;
    left: 65px;
    border: none;
    margin: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.trigger_up{
    position: absolute;   
    left: 66px;
    top:-2px;
    /* background-color: white; */
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    border-top: 5px solid transparent;    
    cursor:pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.trigger_down{
    position: absolute;   
    left: 66px;
    top:10px;
    /* background-color: white; */
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid white;    
    cursor:pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.palette_minimize{
    position: absolute;   
    right: 2px;
    top:2px;
    background-image:url(../icons/minimize16.png);
    filter: invert(100%);
    opacity: 0.5;
    height: 16px;
    width: 16px;
    cursor:pointer;
}
#palette_minimize{
    position: relative;   
    left: 103px;
    top: -16px;
    /* left: 160px;
    top: -143px; */
/* filter: invert(0%);
    opacity: 1; */
}
/* voxclose */
.palette_close{
    position: absolute;   
    right: 2px;
    top:2px;
    height: 16px;
    width: 16px;
    background-image:url(../icons/closebtnimg2.png);
    cursor:pointer;
}
#palette_close{
    position: relative;   
    left: 85px;
    top: -32px;
}
/* PAINT WALL */
.paintWallBg{
    position: absolute;
    width: 95px;
    height: 140px;
    left:8px;
    top:10px;
    padding: 5px;
    border-radius: 5px;
    background: #FFFFFF;
}
#floorPickerBg{
    height:95px;
}
.chooseFloor{
    position: absolute;
    width: 95px;
    left:8px;
    top:55px;
    padding: 5px;
    border-radius: 5px;
    background: #FFFFFF;
}
.showFloor{
    position: absolute;
    top:165px;
    left:6px;
    width:110px;
}
.checkboxText{
    font-family: 'Gentona-Light', sans-serif;
    font-weight:600;
    color: rgba(41,77,91,1);
    font-size: 12px;
    top: -3px;
    position: relative;
}
.picker{
    /* top: 30px; */
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin:0px;
    display: inline-block;
    cursor:pointer;
}
.color-field{
    border: 1px solid #9999;
    margin: 3px;
    width:27px;
}

.palprop span{
    font-weight: 600;
}
#monitordrop{
    /*
    position: absolute;
    top:26px;
    left:7px;
    width: 79px;
    height: 18px;
    border-radius: 3px;
    border-style: none;
    */
    position: absolute;
    top:2px;
    left: 20px;
    width: 89px;
    padding-left: 5px;
    height: 14px;
    border: none;
    margin: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
    font-family: 'Gentona-Light', sans-serif;
    text-align: center;
    color: black;
    font-size: 10px;
    font-weight:600;
    text-align: center;
    outline:0;
}