/* 
    Created on : 25/Fev/2015, 15:00:53
    Author     : Ricardo
*/


.layer {
    display:none;
    padding-right:0px !important;
    padding-left:0px !important; /*devido a um padding que é adicionado automaticamente numa condição*/
    /*top: 58px;*/
}
/*
.layer {
    display:none;
    position: absolute;
    overflow: auto;
}
*/

.layer .breadcrumb{
    width:100%;
    background:#172D44;
    font-family:'Dosis';
    font-size:14px;
    color:white;
    padding:25px 15px; /*padding:22px 15px;*/
    border-radius:0px;
}

.contentLayer{
    padding-top:0px !important;
    padding-bottom:60px !important;
}

.pageLayer{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    min-height:100%;
    z-index:101;
    background:transparent;
}

.backLayer{
    position:fixed;
    z-index:100;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(247, 247, 247, 1);
    border: 3px solid #2A3F54;
}

.layer .closeLayer{
    position: fixed;
    z-index: 102;
    cursor: pointer;
    height: auto;
    padding: 7px 0px;
    right: 22px;
    top: 11px;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 6px rgb(42, 63, 84);
}

.closeLayer:hover{
    color: #73879C;
}

.layer .modal-dialog{
    min-height: 100%;
}

.modal-backdrop{
    opacity:1 !important;
    background:#F7F7F7 !important;
}

#layerProcesso .modal-backdrop{
    opacity:0.5 !important;
    background:black !important;
}

.layer .modal-content{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


/*lg*/
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

}

/* xs */
@media (max-width: 767px) {

}

/* XS Portrait */
@media (max-width: 479px) {

}