/*
Css main idoc
*/
/* 
    Created on : 30/05/2016, 16:15:55
    Author     : junior
*/

#corpo{
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    
}
.shadow{
    -webkit-box-shadow: 0px 0px 3px 0px rgb(37, 43, 47);
-moz-box-shadow: 0px 0px 3px 0px rgb(37, 43, 47);
box-shadow: 0px 0px 3px 0px rgb(37, 43, 47);
}
.corpoPrint {
    padding-top: 20px;
    background: #E4E6E8;
    width: 100%;
    display: table;
    height: 600px;
}
body{
    background: url(../images/background-s3.jpg) top center no-repeat;
    background-size: cover;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-attachment: fixed;
}

.box-table{
    display: table;
}
.combo .box{
    min-height: 200px;
    background: #FFF;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        color: #444;
    padding: 10px;
    position: relative;
}
.semcadastro{
    margin: 30px;
    font-size: 25px;
}
.info{
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px
}
.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-add{
    position: absolute;
    right: 10px;
    top: 5px;
}

h3{
    color: #000;
}
.titlePage {
    color: #547b9c;
    font-size: 21px;
    font-weight: bold;
}
.titlePageWarning{
    color: #880000;
}
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}
#site{
    height: 100%;
    width: 100%;
}
.loading{
    display: none;
    width: 100%;
    height: 100%;
    background: #0088bb;
    opacity: 0;
    position: fixed;
    top:0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 100;
}
.loading div{
    top: 50%;
    position: relative;
    color: white;
    font-size: 19px;
    margin: 0 auto;
    width: 149px;
}
.loadingText{
    top: 20px;
    margin-left: 11px;
}
.breadcrumb>.active a{
   color: #777;
}
.breadcrumb{
   margin: 0 16px 20px 16px;
}

.pag-configuracoes .info-box{
    cursor: pointer;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 20px;
    
}
.label-title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.required{
    color: #880000;
   
}
.info-box:hover i{
    opacity: 1;
}
.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger {
    color: #fff !important
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 28px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2)
}
.info-box-icon i{
        margin-top: 20px;
        opacity: 0.5;
            transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}
.info-box-desc {
    display: block;
    
    font-size: 12px
}
.progress-description,.info-box-text {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red {
    background-color: #dd4b39 !important
}

.bg-yellow {
    background-color: #f39c12 !important
}

.bg-aqua {
    background-color: #00c0ef !important
}

.bg-blue {
    background-color: #0073b7 !important
}

.bg-light-blue,.label-primary,.modal-primary .modal-body {
    background-color: #3c8dbc !important
}

.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body {
    background-color: #00a65a !important
}

.bg-navy {
    background-color: #001f3f !important
}

.bg-teal {
    background-color: #39cccc !important
}

.bg-olive {
    background-color: #3d9970 !important
}

.bg-lime {
    background-color: #01ff70 !important
}

.bg-orange {
    background-color: #ff851b !important
}

.bg-fuchsia {
    background-color: #f012be !important
}

.bg-purple {
    background-color: #605ca8 !important
}

.bg-maroon {
    background-color: #d81b60 !important
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important
}

.bg-black-active {
    background-color: #000 !important
}

.bg-red-active,.modal-danger .modal-header,.modal-danger .modal-footer {
    background-color: #d33724 !important
}

.bg-yellow-active,.modal-warning .modal-header,.modal-warning .modal-footer {
    background-color: #db8b0b !important
}

.bg-aqua-active,.modal-info .modal-header,.modal-info .modal-footer {
    background-color: #00a7d0 !important
}

