div.container-sidebar1 div#sidebar1 {
    display: none;
    clear: both;
}

div#sidebar1 {
    background-color: #E00A0A;
    border-radius: 5px;
    float: left;
    margin-left: -24%;
    padding: 1%;
    width: 22%;
}

div#main.sidebar1 {
    margin-left: 0.5%;
    margin-right: 25%;
    overflow: hidden;
}

.subinfoside {
    color: #000000;
    background-color: #ffffff;
    border-color: #ECECEC;
    margin-top: 20px;
    padding-top: 10px;
}

.subinfoespec {
    max-height: 584px;
}

.col-md-2x, .col-md-3x {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.icon-alert {
    color: #CC0000;
}

.icon-warning {
    color: #f7ecb5;
}

.icon-blue {
    color: #0000aa;
}

.icon-info {
    color: #337ab7;
}

.icon-danger {
    color: #d9534f;
}

body {
    font-size: 14px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.dest-default {
    background-color: #777;
}

.dest-default[href]:hover,
.dest-default[href]:focus {
    background-color: #5e5e5e;
}

.dest-primary {
    background-color: #337ab7;
}

.dest-primary[href]:hover,
.dest-primary[href]:focus {
    background-color: #286090;
}

.dest-success {
    background-color: #5cb85c;
}

.dest-success[href]:hover,
.dest-success[href]:focus {
    background-color: #449d44;
}

.dest-info {
    background-color: #5bc0de;
}

.dest-info[href]:hover,
.dest-info[href]:focus {
    background-color: #31b0d5;
}

.dest-warning {
    background-color: #f0ad4e;
}

.dest-warning[href]:hover,
.dest-warning[href]:focus {
    background-color: #ec971f;
}

.dest-danger {
    background-color: #d9534f;
}

.dest-danger[href]:hover,
.dest-danger[href]:focus {
    background-color: #c9302c;
}

#modal-table-concilia {
    width:100%;
}

#tbl_concilia > tbody > tr > td {
   padding-bottom: 1px;
}

#buttonbar button {
    min-width: 80px;
    max-width: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#modal-relacionar .modal-dialog {
    overflow-y: initial !important;
}

#modal-relacionar .modal-body {
    height: 450px;
    overflow-y: auto !important;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

.left5 { margin-left:5px; }
.left7 { margin-left:7px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }
.left17 { margin-left:17px; }
.left30 { margin-left:30px; }

.right5 { margin-right:5px; }
.right7 { margin-right:7px; }
.right10 { margin-right:10px; }
.right15 { margin-right:15px; }
.right17 { margin-right:17px; }
.right30 { margin-right:30px; }

.btn-act {
    margin-top: 15px;
    margin-left: 5px;
}

.btn-clear {
    clear: both;
}

.form-cep {
    width: 100px;
}

.container-site {
    margin-top: 15px;
    margin-left: 5px;
    width: 98%;
    clear: both;
}

.box-info-cert {
    /*z-index: 3000;*/
    padding: 5px;
    margin-bottom: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    border		: 1px solid #B1C6DD;
    border-radius	: 7px;
    background-color: #E9EDF3;
    background: -moz-linear-gradient(100% 100% 90deg, #DEE5ED, #FFFFFF);
    background: -webkit-linear-gradient(#DEE5ED, #FFFFFF);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DEE5ED');
    color		: #2E6E9E;
    text-shadow: 2px 2px 2px #CECFED;
    box-shadow: 2px 2px 3px #888;
}
