.haduken{
    position: fixed;
    z-index: 99999999;
    left:50%;
    top:50%;
    margin-left: -97px;
    margin-top: -59px;
}
h3{
    margin-top: 0;
    padding-top: 0;
}

#boxlogin{
    background: #fff;
    width: 700px;
    border: 1px solid #ccc;
    height: 280px;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 8px 1px #858585;
    box-shadow: 2px 2px 8px 1px #858585;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    margin-top: -130px;

}
#boxlogin .logoempresa{

    background: url(../img/logo_empresa.png) center center no-repeat;

}
.bodylogin{
    background:url(../img/Infopack.png) 1% -10% no-repeat #d5dde7 ;
    background-size: 150px;
}
.bodycontent{

    margin-top: 165px;
}
.bodycontent_sem_botoes {

    /*margin-top: 140px;*/
}
.loginfields{
    background: #E3E1E6;
    padding: 5px;
    text-align: center;
}

/*label:first-child {

    width: 180px;
    text-align: right; 
}*/

.topnavigation{

    padding: 0px 15px 0px 15px;
    z-index: 99999999;
}

.subnav {
    left: 0;
    top: 80px;
    padding:10px 15px 10px 10px;
    z-index: 2;
    background: url(../img/bg_subnav.png);
    position: fixed;
    border-bottom: 1px solid #E3E1E6;

}
.notify-infoplace{
    position: fixed;
    z-index: 99;
    width: 250px;
    top: 100px;
    right: 10px;
    margin: 0 auto;
    display: none;
    font-size: 12px;
}
.notify-infoplace-center{
    position: fixed;
    z-index: 99;
    width: 50%;
    top: 0px;
    margin-left:24%;
    display: none;
}
.notify-infoplace h4.alert-heading{
    margin-bottom: 5px;
}
.pull-right{
    margin-left: 5px;
}

.blind{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998 !important;
    opacity:0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    color: #000;
}
.loadingdados{
    color: #000;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    z-index: 9999 !important;
    position: fixed;
    opacity:0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);

}
.alert-block{

    width: 500px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -250px;
    z-index: 9999;

}

.confirmar a {

    color: #ffffff;
}

#enviarfoto{
    z-index: 999;
    position:relative;
    margin-top: -550px;
    padding: 3px;
    text-align: center;
    margin: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.thumbnails a {
    text-decoration: none;
}

#enviarfoto:hover{
    background: #f6f5f5;

}
.form-float{
    float: left;
    margin-right: 20px;
}

label{
    font-size: 11px;
    margin-left: 1px;
    text-transform: uppercase;
    color: #768ba6;    
}
[type=checkbox]{
    margin-top: 2px;
    padding: 80px;
}

.control-group{
    margin-bottom: 70px;
}

.container{
    width: 100%;
}



fieldset{
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

fieldset legend{

    height: auto;
    width: auto;
    min-width: 80px;
    font-size: 14px;
    text-transform: uppercase;
    color: #595959;
    display: block;
    background: #f7f7f7;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    text-align: center;
    padding: 0;
    border: 1px solid #ccc;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 14px;

}
#criterios p{
    line-height: 40px;
}

.criterios {
    border-left: 3px solid #ccc;
    padding-left: 5px;
}

.ui-dialog-buttonpane{
    background: #f5f5f6;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.ui-dialog{

    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.ui-dialog legend{

    display: block;
    border-bottom: 1px solid  #f5f5f6;
    padding: 5px;
    text-transform: uppercase;
    color: #848485;


}
.control-group fieldset{
    display: inline;
    margin: 0;
    float: left;

}
div.error{
    text-align: right;
    color: red;
    font-size: 10px;

}
input.error{
    border: 1px solid #ffe5e5;
    background: url(../img/alert.png) center right no-repeat #fff6f6;

}
input.error:focus{
    outline:none;
    border-color:#ff6262;
    box-shadow:0 0 3px #ff6262;
}
select.error{
    border: 1px solid #ffe5e5;
    background: url(../img/alert.png) center right no-repeat #FFF6F6;       
}
select.error:focus{
    outline:none;
    border-color:#ff6262;
    box-shadow:0 0 3px #ff6262;
}
input[type="checkbox"].error~span {
    color: red;

}
div.error2{
    text-align: right;
    color: red;
    font-size: 10px;

}
input.error2{
    border: 1px solid #ffe5e5;
    background: url(../img/alert.png) center right no-repeat #fff6f6;

}
input.error2:focus{
    outline:none;
    border-color:#ff6262;
    box-shadow:0 0 3px #ff6262;
}
select.error2{
    border: 1px solid #ffe5e5;
    background: url(../img/alert.png) center right no-repeat #FFF6F6;       
}
select.error2:focus{
    outline:none;
    border-color:#ff6262;
    box-shadow:0 0 3px #ff6262;
}
input[type="checkbox"].error2~span {
    color: red;

}
legend{
    font-size: 16px;
    color: #595959;
    font-weight: bold;
    text-transform: uppercase;
    display: block;

}
.menulateral ul{
    background: #fff;
    text-transform: uppercase;
}
.totalerrors {
    display: none;
}

placeholder {
    /*color: #aaa;*/
    color: #999999;
}
pre{
    font-weight: normal;
    position: relative;
    z-index: 999;
}
.gp_div_modulo{
    display:table;
    margin-bottom: 30px;
    width:100%;
}
.gp_div_modulo fieldset{
    width:95%;
}
.gp_div_menu{
    display:table;
    margin: 20px 0;
    width:100%;
}
.gp_div_menu fieldset{
    width:95%;
}
.gp_div_menu ul{
    list-style-type: none;
}
.gp_div_menu .gp_semacesso{
    padding-left: 20px;
    color: red;
    text-decoration: none;
    background: url(../img/cross.png) no-repeat;
}
.gp_div_menu .gp_comacesso{
    padding-left: 20px;
    color: green;
    text-decoration: none;
    background: url(../img/accept.png) no-repeat;
}
.gp_div_menu .up_semacesso{
    padding-left: 20px;
    color: red;
    text-decoration: none;
    background: url(../img/user_remove.png) no-repeat;
}
.gp_div_menu .up_comacesso{
    padding-left: 20px;
    color: green;
    text-decoration: none;
    background: url(../img/user_accept.png) no-repeat;
}
.gp_div_menu .up_indacesso{
    padding-left: 20px;
    color: gray;
    text-decoration: none;
    background: url(../img/user.png) no-repeat;
}
.gp_div_menu a:hover{
    background-color: #E7F4F9;
}
.Find   {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
         font-style: normal;
         background : #FFF url('../img/pesquisar.gif') no-repeat;
         font-weight: bold; color: #000000;
         text-decoration: none; text-align: center;
         background-position: 0 !important;
        }

.corLegendas{
    width: 100%;
    clear: both;
    display: block;
}
.corLegendas .legenda{
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 2px;
}

.corLegendas .azul{
    background: blue;
}
.legendaVerde {
    background:#33cc33;
}

.legendaVermelha {
    background:#cc3333;
}

.coreslegendas{
    font-size: 10px;
    width: auto;
    margin: 0 auto;
    clear: both;
}
.coreslegendas .quadro {
    float: left;
    margin: 0px;
}
.coreslegendas .cor{
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border: 0px solid #E3E1E6;
    -webkit-box-shadow: 1px 1px 2px #000000;
    -moz-box-shadow:    1px 1px 2px #000000;
    box-shadow:         1px 1px 2px #000000;

}
.coreslegendas .legenda{
    width: 80px;
    text-align: center;

}
#gridtable2_processing {

    color: #009933;
    display: inline-block;
    border: 1px solid green;
    left: 50%;
    position: absolute;
    padding: 5px;
    background: #ccffcc;
}






/*****/
/** LEGENDAS CONTAS A RECEBER **/
.cr-legendas {
    text-align: center;
}
.cr-legendas .em-carteira, tr.em-carteira td {
    background: #76c043 !important;
}
.cr-legendas .em-cobranca, tr.em-cobranca td{
    background: #FFFEE0 !important;
}
.cr-legendas .protestado, tr.protestado td{
    background: #FFE9C9 !important;
}
.cr-legendas .liquidado-parcial, tr.liquidado-parcial td{
    background: #E8FCEE !important;
}
.cr-legendas .liquidado, tr.liquidado td{
    background: #CAE3D1 !important;
}
.cr-legendas .dp-juridico, tr.dp-juridico td{
    background: #CCB7A7 !important;
}
.cr-legendas .cancelado, tr.cancelado td{
    background: #FCD9D9 !important;
}
/** LEGENDAS CONTAS A RECEBER **/
/*****/




/*****/
/** LEGENDAS CONTAS A RECEBER **/
.cp-legendas {
    text-align: center;
}
.cp-legendas .em-carteira{
    background: #76c043;
}
.cp-legendas .em-cobranca{
    background: #FFFEE0;
}
.cp-legendas .protestado{
    background: #FFE9C9;
}
.cp-legendas .liquidado-parcial{
    background: #E8FCEE;
}
.cp-legendas .liquidado{
    background: #CAE3D1;
}
.cp-legendas .dp-juridico{
    background: #CCB7A7;
}
.cp-legendas .cancelado{
    background: #FCD9D9;
}
/** LEGENDAS CONTAS A RECEBER **/
/*****/




/*.navbar-inverse .navbar-inner {
    background: #6eb23e !important;
}
.navbar-inverse .navbar-inner .module-selected {
    background: #125c6d !important;
}

.navbar-inverse .navbar-inner a,.navbar-inverse .navbar-inner li a {
    color: white;
}*/
		
.icon_compras::before {
font-family: 'FontAwesome';
        content: "\f0f2";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}

.icon_procura::before {
font-family: 'FontAwesome';
        content: "\f00e";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
		
.icon_caixa::before {
font-family: 'FontAwesome';
        content: "\f09d";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_entrega::before {
font-family: 'FontAwesome';
        content: "\f018";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_estoque::before {
font-family: 'FontAwesome';
        content: "\f1b3";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_dp::before {
font-family: 'FontAwesome';
        content: "\f0c0";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_vendas::before {
font-family: 'FontAwesome';
        content: "\f0d6";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_financeiro::before {
font-family: 'FontAwesome';
        content: "\f155";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_gerencial::before {
font-family: 'FontAwesome';
        content: "\f201";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_sistema::before {
font-family: 'FontAwesome';
        content: "\f085";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
.icon_cte::before {
font-family: 'FontAwesome';
        content: "\f0d1";
        display:block;
        font-size: 26px;
        padding: 5px;
        color:#FFFB00 !important;
}
    [type="text"],select,textarea {
        text-transform: uppercase;    
    }
    label {
        font-weight: bold;
        color:#000000;
        font-size: 12px;
    }