/*
dimgray = #696969
whitesmoke = #F5F5F5
aliceblue = #F0F8FF
lightgray = #D3D3D3
gainsboro = #DCDCDC
*/



/*
@font-face {
        font-family: TitilliumText;
        src: url(fonts/TitilliumMaps29L-800wt.otf);
}
*/


html, body {
        background-color: #FFFFFF;
        border: 0;
        /*behavior: url(csshover.htc);*/
        color: #444444;
        font-family: "Titillium Web", "Open Sans", "Trebuchet MS", "Segoe UI" !important;
        font-size: 12px;
        padding: 0;
        margin: 0;
}


a:link, 
a:visited, 
a:active { text-decoration: none; }
a:hover { color: red; }


.wrapper {
        /*hack for IE6*/
        height: auto !important;
        height: 100%;

        margin: 0 auto -4em;        
        min-height: 100%;
}

.footer, .push {
        height: 4em;
}




div#login {
        font-size: 13px;
        position: absolute;
        right: 20px;
        top: 100px;
}

div#login .txt {
        max-width: 140px;
}
 
div#login .lbl {
        display: inline-block;
        line-height: 21px;
        padding: 0 5px 0 0;
        text-align: right;
        vertical-align: top;
        width: 100px; /* Width of labels */
}
div#login ul {
        margin: 0;
        padding: 0;
}
div#login li {
        list-style: none;
        padding: 2px;
        margin: 0;
}




div#user-container {
        position: absolute;
        top: 15px;
        right: 20px;
        text-align: right;
}
        

div#contents {
        margin: 0 auto;
        padding: 0 0;
}

div#menu {
        position: absolute;
        top: 85px;
        left: 0;
}      


div#progress-wrapper {
        margin: 0 auto;
        width: 30%;
}
div#progress {
        position: absolute;
        text-align: center;
        top: 20px;
        width: 30%;
        z-index: 2;

        /*-webkit-border-radius: 3px 3px 3px 3px;*/
        /*-moz-border-radius: 3px 3px 3px 3px;*/
        border-radius: 3px 3px 3px 3px;
}
.progress-error {
        background-color: #fe9b9b;
        border: solid 4px #800000;
}
.progress-info {
        background-color: #FFFFCC;
        border: solid 4px #FFCC66;
}
.progress-success {
        background-color: #dcffe3;
        border: solid 4px #11a903;
}





#header-info { 
        width: 100%; 
        height: 80px; 
        background-image: url(../imagens/fundo_topo_cinza.jpg);
}



.tooltip {
        background-color: #000;
        border: 1px solid #fff;
        padding: 10px 15px;
        width: 300px;
        display: none;
        color:#fff;
        text-align: left;
        font-size: 12px;

        /* outline radius for mozilla/firefox only */
        /*-moz-box-shadow: 0 0 10px #000;*/
        /*-webkit-box-shadow: 0 0 10px #000;*/
        box-shadow: 0 0 10px #000;
}




.txt {
        /*background: #FFFFFF url('../imagens/topfade.gif') repeat-x scroll center top;*/
        background-color: #FFFFFF;
        border: 1px solid #AAAAAA;
        color: #555555;
        margin: 0;
        padding: 4px;
        vertical-align: middle;
        /*-webkit-border-radius: 3px 3px 3px 3px;*/
        /*-moz-border-radius: 3px 3px 3px 3px;*/
        border-radius: 3px 3px 3px 3px;
}

.txt-edit {
        background: #E0F0FF url('../imagens/topfade.gif') repeat-x scroll center top;
        border: 2px solid #4C6680;
        color: #404040;
        padding: 3px;
}

.txt-required {
        background-color: #FFD5D5;
        border: 2px solid #CC3300;
        padding: 3px;
}

.txt:disabled {
    background-color: #f2f2f2;
    color: #666666;
}

.modal-background {
        /*background: rgb(0, 0, 0) transparent;*/
        /* RGBa with 0.7 opacity */
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 99999;
}






.campos-chk{
        /*font-family: "Open Sans", "Trebuchet MS";*/
        font-size: 12px;
        color: #696969;
        /*text-align: left;*/
}




.lbl {
        vertical-align: middle;
        /*font-family: "Open Sans", "Trebuchet MS";*/
        font-size: 14px;
}
.obrigatorio {
        /*font-family: "Open Sans", "Trebuchet MS";*/
        font-size: 14px;
        font-weight: bold;
}








p, h1, form, button {
        border:0; 
        margin:0; 
        padding:0;
}














.pagination {
        border: 1px solid #AAAAAA;
        padding: 6px 0 6px 0;
        border-radius: 3px;
}

.pagination a {
        /*border: 1px solid #AAAAAA;*/
        padding: 6px;
}
.pagination a:first-child, .pagination span.active:first-child { 
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-left: -1px;
}
.paginagion a:last-child, .pagination span.active:last-child { 
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-right: -1px;
}

.pagination a[disabled] {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
}

.pagination span.active { 
        border: 1px solid dimgray;
        padding: 6px;
        z-index: 2;
        color: black;
        cursor: default;
        background-color: #cecece; /*#337ab7;*/
}
















/* ----------- My Form ----------- */
.myform {
}

/* ----------- stylized ----------- */
#stylized {
        border: solid 0 darkgray; /*#b7ddf2;*/
        background: white; /*#ebf4fb;*/
        margin: 0 auto;
        width: 90%;
        height: auto;
        padding: 0;
        z-index: 1;
}

#stylized .title {
        background-color: #F5F5F5;
        border-top: solid 1px #696969;
        color: #696969;
        height: 50px;
        padding: 5px 10px 0 10px;
        text-align: left;
}

#stylized .title h1 {
        font-size: 14pt;
        font-weight: bold;
        margin-bottom: 0;
}

#stylized .title p {
        color: #666666;
        font-size: 11px;
        font-style: italic;
        /*margin-bottom: 30px;
        border-bottom: solid 1px darkgray; /*#b7ddf2;
        padding-bottom: 10px;*/
}




#stylized label {
        display: inline-block;
        line-height: 25px;
        padding: 0 5px 0 0;
        text-align: right;
        vertical-align: top;
        width: 182px; /* Width of labels */
}

#stylized .checkbox {
        line-height: 25px;
        padding: 0 5px 0 0;
        text-align: right;
        vertical-align: top;
        width: 182px; /* Width of labels */
}        


#stylized .field{
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 200px;
        margin: 2px 0 20px 10px;
}

#stylized button{
        clear: both;
        margin-left: 150px;
        width: 125px;
        height: 31px;
        background: #666666 url(img/button.png) no-repeat;
        text-align: center;
        line-height: 31px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        /*-webkit-border-radius: 3px 3px 3px 3px;*/
        /*-moz-border-radius: 3px 3px 3px 3px;*/
        border-radius: 3px 3px 3px 3px;
       
}

#stylized ul {
        margin: 0;
        padding: 0;
}
#stylized li {
        line-height: 25px;
        list-style: none;
        padding: 2px;
        margin: 0;
}



#buttons-container {
        background-color: #F5F5F5;
        border-bottom: darkgray 1px solid;
        padding: 5px 10px;
        text-align: right;
        width: 100%;
        height: 33px;
}

.btn, .lnk-btn {
        background: #cecece;
        border: solid 1px darkgray;
        /*font-family: "Open Sans", "Trebuchet MS";*/
        font-size: 12px;
        text-align: center;
        width: 75px;

        /*-webkit-border-radius: 3px 3px 3px 3px;*/
        /*-moz-border-radius: 3px 3px 3px 3px;*/
        border-radius: 3px 3px 3px 3px;
}
.btn {
        height: 32px;
}
.lnk-btn {
        display: inline-block;
        line-height: 32px;
}
.btn:hover, .lnk-btn:hover {
        background: #F5F5F5;
        text-decoration: none;
}
a:link.lnk-btn, 
a:visited.lnk-btn, 
a:active.lnk-btn,
a:hover.lnk-btn { 
        text-decoration: none; 
        color: black; 

}




.img-btn {
        /*font-family: "Open Sans", "Trebuchet MS";*/
        font-size: 12px;
        clear: both;
}
.img-btn:hover {
}





.pnl-info {
        background: #ffffcc;
        border : #ffcc66 10px solid;
        color: #060F40;
        font-size: 10pt;       
        padding: 15px 15px 15px 15px;
        /*width: 60%;*/
        
        /* rounded corners
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        */

        /* shadow */
        /*-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
        /*-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);     
}



.progress {
        display: block;
        position: absolute;
        padding: 2px 3px;
}
.container {
        border: 1px solid #808080;
        border-width: 1px 0;
}
.header {
        background: url( "imagens/back.png" ) repeat-x 0 0;
        border-color: #808080 #808080 #ccc;
        border-style: solid;
        border-width: 0 1px 1px;
        padding: 0 10px;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.9;
        /*font-family: "Open Sans", "Trebuchet MS";*/
}
.body {
        background-color: #f2f2f2;
        border-color: #808080;
        border-style: solid;
        border-width: 0 1px;
        padding: 10px;
}





.last-update-left {
        border-left: 1px dotted #696969;
        /*width: auto;*/
}

.last-update-right {
        border-right: 1px dotted #696969;
        /*width: auto;*/
}

.last-update-left-right {
        border-left: 1px dotted #696969;
        border-right: 1px dotted #696969;
        /*width: auto;*/
}




.row-edit {
        /*-webkit-border-radius: 3px 3px 3px 3px;*/
        /*-moz-border-radius: 3px 3px 3px 3px;*/
        border-radius: 3px 3px 3px 3px;
}




.site-aliases {
        padding: 0 0 0 30px; 
        font-size: smaller;
}





#dialog .msg {
        margin: 30px 10px;
        text-align: center;
        font-size: 13px;
}




.autocomplete-highlight {
        /*
        background-color: #ffe45c;
        color: #363636;
        */
        color: Red;
}



.highlight-row {
        background-color: #99ccff !important;
}






/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba( 0, 0, 0, 0.8 ) url('../images/gif/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
        overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
        display: block;
}























select option:nth-child(odd) {
        color: #696969;
        background: #f5f5f5;
}
select option:nth-child(even) {
        color: #696969;
        background: white;
}









.grid-ws td, .grid-ws th {
        height: 50px;
}






.text-right {
        text-align: right;
        padding-right: 3px;
        height: 30px;
}