html ,body {
    font-family: 'Ubuntu';
    color: #fff;
    text-decoration: none;
    background-color: #F5F2ED;
}

p { font-family: 'Ubuntu';line-height: 130%;}

strong,b{font-weight: bold; font-weight: 700;}
h1 { font-size:42px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:13.5px; }
h6 { font-size:11px; }

fieldset { padding:5px; border:1px solid #DDD; margin-top:10px; }
legend { font-size:13px; color:#666; font-style:italic; margin:0px; }
label { cursor:pointer; }
.obrigatorio { font-style:italic; font-size:10px; }

a { color:inherit; text-decoration:none; }
a:hover { color:inherit; text-decoration:none;}

.hidden{display: none;}
.minusculo{text-transform: lowercase;}

.overlay {
    position: fixed;z-index: 1000;width: 100%;height: 100%;
    background-color: #000;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    top: 0px;
}
.loader {
    position: fixed;z-index: 2000;width: 100%;height: 100%;
    background-image: url("../img/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
    top: 0px;
}

.loader .texto{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
}

.left {float: left}
.right {float: right}
.cls {clear: both}


/* success, notice and error boxes { */
.error, .notice, .success { margin-bottom:10px; padding:6px; border:2px solid #ddd; }
.error a, .notice a, .success a { text-decoration:underline; }
.error { border-color:#fbc2c4; color:#8a1f11; background-color:#fbe3e4; }
.notice { border-color:#ffd324; color:#514721; background-color:#fff6bf; }
.sucess2{background-color: #05A8CA;padding: 5px;border: 1px solid #ffffff;font-size: 16px;font-weight: bold;}
.error2{background-color: #F7A922;padding: 5px;border: 1px solid #ffffff;font-size: 16px;font-weight: bold;}
/* } success, notice and error boxes */



.modal-x { 
    height: 100%;
    position: absolute; left: 50%; z-index: 2500; background-color:#EEEEEE; border: 2px solid #888;
    color: #B13124; background-color: #F5F2ED; display: none; overflow-y: auto;top: 0;
}



.editor p{
    margin-bottom: 8px;display: block;
}


.editor ul li{
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 5px;
}

.editor ol li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

.editor a{
    color: #1268BD;
}



.jqGrid-Basico {width: 100%;border-collapse:collapse;position: relative}
.jqGrid-Basico thead tr  {height: 18px;padding: 8px 7px;border: 1px solid #999999}
.jqGrid-Basico th, .jqGrid-Basico td  {min-height: 18px;padding: 28px 7px;border-bottom: 2px solid #fff}
.jqGrid-Basico .resultGrid tr  { cursor: pointer}
.jqGrid-Basico .resultGrid tr:hover  { background-color: #e9e8dd}
