@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

b {
    font-weight: 400;
}

a {
    text-decoration: none !important;
}


.btn-primary {
    background-color:#9B9B9B;
    border-color: #777
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus
.btn-primary:active:focus{
    background-color: #9e1b31 !important;
    border:solid 1px #731424 !important;
}

#header {
    background-color: #9e1b31;
    z-index: 1;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
}
#header_bar {
    text-align: right;
    color:#D0D0D0
}
#header_bar i{

}
#header-user {
    display:inline-block;
    position:relative;
    top:10px;
}

#toggle {
    float:left;
    font-size: 30px;
    text-align: center;
    color:#D0D0D0;
    display:inline-block;
    padding:10px;
}
#brand {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    height:52px;
    width:140px;
    padding-left:20px;
    position:relative;
    top:5px;
    background-image: url(coco-logo-blanco.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#logout {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    height:62px;
    color:#D0D0D0;
    width:62px;
}
#logout:hover {
    color:#FFF;
}
#menu {
    position:absolute;
    width:0;
    height:4000px;
    transition: width ease .3s;
    background-color:#F2F2F2;
    box-sizing: border-box;
    overflow-y:auto;
    border:0;
    float:left;
}

#menu.open {
    z-index: 999;
    width:220px;
    border-right:solid 1px #888;
}

.menu-category {
    display:block;
    padding:12px 4px;
    background-color: #0a7387;
    color:#FFF;
    font-weight: 400;
    border-top:solid 1px #086071;
    position:relative;
}
.menu-category {
    background-color: #B7B7B7;
    color:#FFF;
    border-top:solid 1px #999;
}
.menu-category:hover,
.menu-category:active,
.menu-category:visited{
    color:#FFF;
}
.menu-item {
    display:block;
    padding:5px;
    color:#676767;
}
.menu-item:hover{
    cursor:pointer;
    color:#9e1b31;
}

.menu-item.active {
    background-color: #bcc8d6;
    color:#444;
    font-weight: bold;
}

#menu.open + #content {
    padding-left:220px;

}

#content {
    width:100%;
    padding:0;
    transition: padding .3s;
    overflow-y: auto;
    background-color:#FAFAFA;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.2);
}

#content-container {
    width:100%;
    height:100%;
    padding:0;
    transition: padding .3s;
    overflow-y: auto;
    background-color:#FAFAFA;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.2);
    position:relative;
}

@media (min-width: 954px) {
    #toggle {
        display:none;
    }
    #menu {
        width:220px;
        border-right:solid 1px #888;
    }
    #content {
        padding-left:220px;
    }
}

.overlay .bg {
    background:rgba(150,150,150,.5)
}

.overlay i {
    font-size:30px;
    color:rgb(234,24,57);
}

label {
    font-weight: 400;
}

.list-Estados .button-view {  display:none; }
.list-Municipios .button-view { display:none; }

.FieldPicturePreview {
    max-width:250px;
    padding:7px;
}
.FieldPicturePreview img {
    width:100%;
    margin:0 auto;
}

.form-group.Text div.value {
    white-space: pre-wrap;
}
#info-etapa {
    white-space: pre-wrap;
}

select.ListFilter {
    max-width:100px;
    margin-left:5px;
}

.inicio {
    padding:20px;
}

.inicio h1 {
    font-size:18px;
    text-align: center;
}
.inicio h2 {
    font-size:16px;
    text-align: center;
}
.inicio table {
    margin:0 auto;
}

.inicio table td {

}

.inicio table .center {
    text-align: center;
}

.inicio td.filtrar_juicios.activa:hover {
    cursor: pointer;
    background-color:#ACE;
}

.inicio .table-totales th,
.inicio .table-totales td{
    text-align: center;
}

.table-striped tr:nth-child(odd) td{
    background-color:#F6F6F6;
}

.view-record label {
    width: 100%;
    padding-top: 6px;
}

.view-record .form-control {
    border-bottom:0;
}
.form-control.display {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 0;
}
.view-record h3 {
    border-bottom:solid 1px #333;
}

.tab-menu-dropdown-item {
    padding:4px 7px;
}
.tab-menu-dropdown-item:hover {
    background-color:#F0F0F0;
}

.semaforo .luz.rojo {
    color: #b1280d;
}
.semaforo .luz.naranja {
    color: #b15318;
}
.semaforo .luz.amarillo {
    color: #ddae47;
}
.semaforo .luz.verde {
    color: #507e32;
}

.config-spec {
    page-break-before: always;
}

table.specs {
    margin-top:20px;
    width:100%;
}
table.specs th {
    border:solid 1px #777;
    padding:1px;
    font-weight: bold;
    font-size:13px;
    width:25%;
}
table.specs th.etapa {
    font-size:16px;
}
table.specs td {
    border:solid 1px #777;
    padding:1px;
    font-size:13px;
}
.comentario {
    padding:7px;
}
.comentario .info {
    font-size:11px;
    color:#999;
}
.comentario .txt {
    padding:7px 0;
}
.comentario .txt:before {
    display: none;
}
.comentario .actions {
    text-align: right;
    border-bottom:solid 1px #CCC;
}



.view-record .section-collapse,
.view-form .section-collapse {
    margin:0 auto;
}

.section-collapse .section-header {
    background-color:#9e1b31;
    border:solid 1px #7a1525;
    padding:7px 0;
    margin:0;
}

.section-collapse .section-header h3 {
    color:#FFF;
    font-size:16px;
    border-bottom:none;
    margin:0;
    padding:0;
}

.section-collapse .row-inner {
    padding:0 15px;
}
.section-collapse .row-border {
    border:solid 1px #CCC;
    border-top:0;
    padding:10px 0;
}

.record-tabs {
    margin-top:20px;
}

.chart .bc-wrapper {
    display:inline-block;
    position: relative;
    top:1px;
}

.form-group.activo i.fa-circle,
.list-cell.Juicios-activo i.fa-circle{
    color: #4052e0;
}

.list-Dictamen_de_vivienda .fa-info-circle {
    margin:7px;
}

.record-Dictamen_de_vivienda .button-back,
.record-Dictamen_de_vivienda .button-edit{
    display:none;
}

.form-Dictamen_de_vivienda .form-group.field-estatus_vivienda {
    display:none;
}

.record-Proceso_masivo .form-group.errores .value{
   white-space: pre-line;
}


.button-default.xlsx{
    background:none;
    color:#999;
    border:0;
    margin:0;
    padding:2px;
    font-size:11px;
}
.button-default.xlsx:hover {
    color:#4052e0;
}

.more-info {
    margin:15px 0;
}
.more-info ul {
    list-style: none;
    margin:0;
    padding:0;
}
.more-info .more {
    font-size:14px;
    color:#4052e0;
    cursor: pointer;
}
.more-info i {
    color:#4052e0;
    font-size:12px;
    margin-right:5px;
}
.more-info .details {
    padding:10px;
    border:solid 1px #CCC;
    margin:10px 0;
    display:none;
}


#revision-panel-1 {
    position:absolute;
    height:100%;
    width:25%;
    overflow-y: scroll;
}
#revision-panel-2 {
    position:absolute;
    background:#333;
    color:#FFF;
    left:25%;
    height:100%;
    width:75%;
}
#revision-info {

}

#revision-select-archivos {
    border-left: solid 1px #CCC;
    padding:7px;
}
#revision-visor {
    height:100%;
    background:#F0F0F0;
    overflow-y: scroll;
}
#revision-dictamen {
    position:absolute;
    bottom:0;
    width:100%;
    padding:10px;
    background:#333;
}
#revision-info table {
    width:100%;
    font-size: 12px;
}
#revision-info table th {
    background:#CCC;
    padding:3px;
    width:40%;
}
#revision-info table th.tbl-section{
    background:#999;
    color:#FFF;
}
#revision-info table td {
    padding:3px;
    border-bottom:solid 1px #CCC;
}

.verificar-sat {
    position:relative;
    display: inline-block;
    top:3px;
}
.verificar-sat:hover {
    color:#3c763d;
}