.overlay,
.lightbox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100000;
    display: none;
}

.floatWindow{
    padding: 0; 
    border: 2px solid rgb(0, 0, 0); 
    background-color: rgb(255, 255, 255); 
    display: none;
}

.floatWindow > div.titulo{
    background-color: orange; 
    float: left; 
    width: 100%; 
    height: 40px; 
    color: rgb(255, 255, 255); 
    font-weight: bold; 
    padding-top: 10px;
    padding-bottom: 10px;
}

.floatWindow > div.titulo > div > span.bt_close{
    width: 20px; 
    text-align: center; 
    float: right; 
    cursor: pointer;
}

.floatWindow > div.conteudo{
    padding: 0px; 
    height: 100%;
    overflow: auto;
    padding-top: 35px;
}

.forceMiddle{
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: relative;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th{
    font-family: arial;
    font-size: 8pt;
    text-align: left;
}

.imgUnit{
    height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.imgUnit:hover{background: #FFCC55;}
.imgUnit:after{
    content: "+";
    font-size: 75px;
    text-align: center;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    cursor: pointer;
    color: #88BB55;
}
.imgUnit.prv:after{display: none;}
.imgUnit > div{
    width: 100%;
    height: 100%;
    border: 2px solid #888888;
    background: #EFEFEF;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.imgUnit > div > input[type='file'],
.imgUnit > div > input[type='text']{
    visibility: hidden;
}
.imgUnit > div > div.btRm{
    display: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: #DD5500;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.imgUnit.prv > div > div.btRm{display: block;}
.lightbox > img{visibility: hidden}
.lightbox > div.close{
    height: 40px;
    width: 100%;
    text-align: center;
    background: #DDAA00;
    font-weight: bold;
    cursor: pointer;
    position: absolute; 
    bottom: 0;
    line-height: 2.5;
}
.chosenBox{border: 1px solid #aaa;}
.chosenBox .chosen-choices,
.chosenBox .chosen-container{
    border: 0 !important;
    min-height: 100%;
    height: 100% !important;
}
.chosen-choices {overflow-y: auto !important;}
.chosenBox .chosen-container{width: 100% !important;}

.header {}
.tabHeader .tab{
    border: thin solid #888888;
    border-bottom-width: 0px;
    padding: 15px;
    background: #DDDDDD;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.tabHeader .tab.active{
    background: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.tabBody{
    border: thin solid #888888;
    margin-top: -2px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-itm{
    position: relative;
    border: thin solid #000000;
    margin: 7.5px 0;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.list-itm > *{clear: both;}
.list-itm > a.rm-itm{
    position: relative;
    display: inline-block;
    width: auto;
    height: 30px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    padding: 5px 15px;
}

.erro_form_border{border-color: #FF0000; border-width: 2px;}

.erro_form {
    background-color: red;
    padding: 5px;
    color: #fff;
}

table.titRow{
    border-bottom: 2px solid;
}

table.titRow tr.title{
    background: EEEEEE;
    cursor: pointer;
}

table.titRow tr.title::after{
    position: absolute;
    right: 30px;
    content: '\2BC6';
}

/*table.titRow tr.title + tr{display: none}
table.titRow tr.title + tr > td{background: #EEE;}*/

table.titRow tr.title.active + tr{display: table-row;}
table.titRow tr.title.active::after{content: '\2BC8';}