﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}




a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    height: 202px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding-right:3px;
    padding-left:3px;
    /*padding: 0px 12px;
    margin: 1px 8px 8px 8px;*/
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


menuPrincipal
{
    background-color: Gray;
    color: Black;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    padding-top: 0px;
    padding-bottom: 0px;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    /*padding: 2px 4px 8px 4px;*/
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 59px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.controleNumerico
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8px;
    color: #000000; /*#000066;*/
    border-top: 1px solid #5F8CBF;
    border-right: 1px solid #4876AA;
    border-bottom: 1px solid #2F5B8E;
    border-left: 1px solid #006699;
    text-indent: 1px;
    text-align: right;
}

.modalPopup
{
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    background-color: White;
    padding: 5px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.modalBox
{
    background-color: #fFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #3a4f63;
    padding: 3px;
}

.caption, table caption
{
    background-color: #4b6c9e;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    border: 0;
    border-bottom: solid 1px #737373;
    white-space: nowrap;
    text-align: center;
}

.button-link
{
    padding: 2px 15px;
    background-color: #5D7B9D;
    color: White;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.button-link:hover
{
    background-color: #356094;
    border: solid 1px #2A4E77;
    text-decoration: underline;
}
.button-link:active
{
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: #2E5481;
    border: solid 1px #203E5F;
}

/*Estilos dos Grids*/
.gridHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.gridFooterStyle
{
    background-color: #F4F4F4;
    color: black;
}

.gridPagerStyle
{
    background-color: white;
    color: Black;
    text-align: right;
}

.gridSelectedRowStyle
{
    background-color: #CC3333;
    font-weight: bold;
    color: white;
}

.gridSortedAscendingCellStyle
{
    background-color: #F7F7F7;
}

.gridSortedAscendingHeaderStyle
{
    background-color: #4B4B4B;
}

.gridSortedDescendingCellStyle
{
    background-color: #E5E5E5;
}

.gridSortedDescendingHeaderStyle
{
    background-color: #242121;
}

.AjaxLoader
{
    font-family: @Arial Unicode MS;
    font-style: normal;
    font-size: 10px;
}

.CelulaNomeCampoFormulario
{
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    color: Black;
    }

.CelulaCampoFormulario
{
    text-align: left;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
}

.TituloTelas
{
    font-style: normal;
    font-size: 22px;
    color: #000099;
    font-family: Arial;
    text-align: center;
}


/********
GridView
********/
.fortd .grid1 th.txtgreen2
{
    color: #009315;
}
.fortd .grid1 th.txtblue2
{
    color: #326BD2;
}
.backGround02
{
    background: #f9f9f9;
}
.grid1
{
    border-left: 1px solid #d4d4d4 !important;
    border-right: 1px solid #d4d4d4 !important;
    border-top: 1px solid #d4d4d4 !important;
    margin: 0;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: 0px !important;
}
.grid1 th
{
    background: url(../imagens/thbg.png) repeat-x bottom;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 10px 10px;
    border: 0px !important;
}
.grid1 td
{
    border: 0px !important;
    border-bottom: 1px solid #d4d4d4 !important;
    color: #666;
    padding: 6px 10px 6px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}
.grid1 td a
{
    font-size: 10px;
    font-weight: bold;
    color: #3c94dc;
    text-decoration: underline;
}
.grid1 td a:hover
{
    color: #333;
}
/***************
End of GridView
**************/

.controleLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-indent: 5px;
    text-align: left;
}

.texto_negrito
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #22529A;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
}

.texto_negrito_no_align
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #22529A;
    line-height: 18px;
    font-weight: bold;
}
.controle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000; /*#000066;*/
    text-indent: 1px;
    text-align: left;
    padding: 4px;
    border: 1px solid #C9C9C9;
    outline: 0;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    margin-left: 0px;
}
fieldset
{
    margin: 0em 0px;
    padding: 0px 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    /*padding: 1px 3px 7px 3px;*/
}


/*Formulários*/
#main .form ul
{
}
#main .form ul li
{
    float: left;
    clear: left;
    width: 100%;
}
#main .form ul li input
{
}
#main .form ul li label
{
}
#main .form ul li .error
{
    color: red;
}
#main .form ul li span
{
    display: block;
}
#main .form ul li input, #main form ul li textarea, #main form ul li select
{
}
#main .form ul li select
{
    width: auto;
}
#main .form ul li textarea
{
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
}
#main .form ul li input:hover, #main form ul li textarea:hover, #main form ul li select:hover, #main .form ul li input:focus, #main form ul li textarea:focus, #main form ul li select:focus
{
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
#main .form ul li label
{
    margin-left: 10px;
    color: #999999;
    font-size: 13px;
    margin-bottom: 5px;
}
#main .form ul .submit input
{
    width: auto;
    padding: 9px 15px;
    background: #035992;
    border: 0;
    font-size: 14px;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}


.ui-dialog { position: absolute ; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em !important; position: relative !important; }
.ui-dialog .ui-dialog-title { float: left !important; margin: .1em 16px .1em 0 !important; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute !important; right: .3em !important; top: 50% !important; width: 19px !important; margin: -10px 0 0 0 !important; padding: 1px !important; height: 18px !important; }
.ui-dialog .ui-dialog-titlebar-close span { display: block !important; margin: 1px !important; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0 !important; }
.ui-dialog .ui-dialog-content { position: relative !important; border: 0 !important; padding: .5em 1em !important; background: white !important; overflow: auto !important; zoom: 1 !important; }
.ui-dialog .ui-dialog-buttonpane { text-align: left !important; border-width: 1px 0 0 0 !important; background-image: none !important; margin: .5em 0 0 0 !important; padding: .3em 1em .5em .4em !important; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right !important; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0 !important; cursor: pointer !important; }
.ui-dialog .ui-resizable-se { width: 14px !important; height: 14px !important; right: 3px !important; bottom: 3px !important; }
.ui-draggable .ui-dialog-titlebar { cursor: move !important; }


.badge.status-aguardando-conferencia {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #d4d4d4 !important;
    white-space: normal !important;
}

.badge.status-em-conferencia {
    background-color: cornflowerblue !important;
    color: #fff !important;
    white-space: normal !important;
}

.badge.status-concluida-sucesso {
    background-color: seagreen !important;
    color: #fff !important;
    white-space: normal !important;
}

.badge.status-divergencia-cancelada {
    background-color: red !important;
    color: #fff !important;
    white-space: normal !important;
}

.m-1 {
    margin: 0.5rem 0.5rem; 
}

.mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}