/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/01/2016, 18:05:59
    Author     : j.jean.g.v
*/
html, body{
    margin:0;
    padding:0;
    height:100%;
    /*background-color: #f8f8f8;*/    

}
* html   {
    height: 100%;  /*hack para IE6 que trata height como min-height*/ 
}
.container{    
    min-height: 100%;     
    position:relative;    
    /*margin-bottom: 20px;*/
    /*border: 1px solid orangered;*/ 
}


.container-fluid {    
    min-height: 100%;
    padding: 0;
    margin: 0;
    position:relative;
    /*    border: 1px solid orangered; */
}

.container_margin{  
    min-height: 100%;
    height: 100%;    

    /*    margin-bottom: -99999px;
        padding-bottom: 99999px;*/
    background-color: #f8f8f8;   
    /*border: 2px solid red;*/
}

.head{              
    /*background-image: url("imagens/fundo.jpg");*/
    /*background-repeat: repeat;*/
    /*margin-bottom: 0px;*/
    /*border-bottom: 3px solid #ffd700;*/   
    /*    padding-left: 10%;*/
    /*background: #337ab7;*/
    background-color: #23527c;
}

div[role='main']{
    border: 0px solid gainsboro;         
}

.footer {
    position: absolute;
    bottom:0;	                
    width: 100%;
    background-color: #23527c; 
    margin-top: 50px;
}
.footer a{
    color: white;
}

.background_blue{
    background: #134894;
}
.background_green{
    background: green;
}
.background_white{
    background: white;
}
.green{
    color: green;
}
.primaray{
    color: #337ab7;
}
.blue{
    color: #134894;
}
.orangered{
    color: orangered;
}
.yellow{
    color: #ffd700;
}
.whiter{
    color: white;
}
.ouro{
    color: #ffd700;
}
.red{
    color: #f00;
}
.gray{
    color: #999999;
}
.curso_mao{
    cursor: pointer
}

.sombra-2 {text-shadow: #000 -1px 1px}

.icon_img{
    width: 50px;
    height: 50px;
}

.error{
    border: 1px solid red;
    box-shadow: 2px 2px 1px red;
}

.has-error-table{
    border-color: #a94442 !important; 
    color: #a94442
}

.block_linha{
    display: block;
}

.text-error{
    color: red;   
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.bold{
    font-weight: bold;   
}

.icon_loader{
    background-image:  url(imagens/loader.gif);
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: right;
}


.success-tooltip + .tooltip > .tooltip-inner {background-color: #00cc00;}
.success-tooltip + .tooltip > .tooltip-arrow { border-bottom-color: #00cc00; }

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }

.jquery-waiting-base-container {
    position: absolute;
    left: 0px;
    top:0px;
    margin:0px;
    width: 100%;
    height: 100%;
    display:block;
    z-index: 9999997;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    background: white;
    background-image: url("imagens/default.gif");
    background-repeat: no-repeat;
    background-position:50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.top-buffer { margin-top:20px; }
.bottom-buffer { margin-bottom: 20px; }

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/******bs-callout*****/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-ouro {
    border-left-color: #ffd700;
}
.bs-callout-ouro h4 {
    color: #ffd700;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/******bs-callout*****/

.mt-30{
    margin-top: 30px;
}
.border-top{
    border-top: 1px solid #333333;
}

.fz-10{
    font-size: 10px;
}
.fz-12{
    font-size: 12px;
}

.has-feedback-left input.form-control {
    padding-left: 30px;
    padding-right: 0px;
}

.form-horizontal .has-feedback-left .form-control-feedback {
    left: 0px;
}