﻿
/* FIREFOX */
input[type=number] {
    -moz-appearance: textfield;
}

/* CHROME */
::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


/* Property grid  */

#sidepanel {
    float: left;
    margin: 0;
    width: 375px;
    background-color: #e6e5e0;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 10px;
    /*background-image:url(../base/images/owner_logo.png);
    background-repeat:no-repeat;
    background-position:top;*/
    position:relative;
    z-index:150;
}

#propertygrid {
    float: none;
    width: 360px;
    /*padding-left:10px;*/
}

#propertygrid table{

}

#propertygrid .category {
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    background: #7d7e80;
    color: #fff;
    padding-left: 14px;
    width: 307px;
}

#propertygrid tr {
    height: 15px;
}

#propertygrid p {
    margin: 0;
    padding-left: 9px;
    width: 169px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform:uppercase;
}

#propertygrid input, #propertygrid select {
    float: left;
    margin: 0;
    font-size: 11px;
}

#propertygrid input {
        width: 132px;
    }

#propertygrid select {
    width: 136px;
    height:20px;
}

#propertygrid a {
    padding: 0 20px 0 20px;
    height: 20px;
    float: left;
    color: #7d7e80;
    border: 1px solid #7d7e80;
    text-transform:uppercase;
    background: white;
    text-align: center;
    line-height:20px;
    cursor: pointer;
}


/*.valid {
    width:140px;
}*/

#propertygrid .critical {
    background: orange;
}

#propertygrid .error {
    background: red;
}

#propertygrid .valid {
}

/* CE recupero progetti */
#propertygrid .check {
    float: right;   
    margin-left: 4px;
    cursor: pointer;
    margin-top: 2px;
}

/*
.propertygrid_box
{
    padding:0;
}

.propertygrid_box table tr td:nth-child(2)
{
    height:18px;
    width:155px;
}
*/

.box table tr td:nth-child(2) {
    height: 18px;
    width: 155px;    
}
/* CE recupero progetti */


/* EDITOR MULTIVALUE ----------- */

#editorBox {
    position: fixed;
    font-family: arial;
    font-size: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

#editorBox #dialogBoxHeader {
    background: #685659;
    color: #fff;
    border-bottom: 1px solid #999;
    padding: 5px 20px 5px 20px;
}

#editorBox #dialogBoxHeader h2 {
    color: #fff;
    margin: 4px 0 4px 0;
    font-size: 13px;
}

#editorBox:target {
    opacity: 1;
    pointer-events: auto;
}

#editorBox #dialogBoxFooter {
    padding: 8px 20px 8px 20px;
    background: #F1F1F1;
    border-top: 1px solid #999;
}

#editorBox .ok, #editorBox .close, #editorBox .cancel {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

#editorBox .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 10px;
}

#editorBox .ok, #editorBox .cancel {
    /*width: 80px;*/
    width: 180px;
    float: right;
    margin-left: 20px;
    /*min-height: 20px;*/
    /*font-size: 120%;*/
}

#editorBox .ok:hover {
    background: #685659;
}

#editorBox .close:hover, #dialogBox .cancel:hover {
    background: #D4482D;
}

#editorBox .clear {
    float: none;
    clear: both;
}

#propertygrid .btneditor {
    margin: 0;
    width: 200px;
    height: 18px;
}


/* EDITOR MULTIVALUE FINE ------ */

#btn_callback {
    background-color: #7d7e80;
    color:white;
    width: 321px;
    margin: 0 0 5px 0px;
    font-weight: bold;
    height: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    padding: 0;
}
