body {
   padding: 0 15px;
}
.jumbotron{
    padding-top: 10px;
    padding-bottom: 10px;
}
#map-canvas {
height: 297px;
margin: 0px;
padding: 0px
}
.link-action{
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: 0 2px;

}
.link-action-dup-concepto{
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: -8px;
}
.btn{
  margin: 20px 0;
}
#loading-content{
  background: url('../images/icon_loading.gif');
  width: 64px;
  height: 64px;
  position: fixed;
  left: 50%;
  top:40%;
  z-index: 10000;
  display: none;
}
.pager-box{
  text-align: center;
}
#filter-box{
    padding: 15px;
}
#search-form{
    float: left;
    width: 60%;
}
#search-form #form div{
    width: 140px;
    float: left;
    margin-right: 10px;
}
.search-form-full-width{
   width: 100% !important; 
}
#search-form .form-control{
    height: 35px;
}
#search-form label{
    display: none;
}
#search-form .btn,
.export-box .btn{
    margin: 0;
}
.export-box{
    float: right;
}
#search-form #form div{
    margin: 8px 5px;
}


.login-form .login-field-icon {
    color: #BFC9CA;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
}
.bottom-line{
    border-bottom: 1px solid #BFC9CA;
    margin-bottom: 10px;
}
#search-form.form-contratistas #form div{
    width: 220px;
}
#form_roles label{
    margin-right: 20px;
}
.navbar{
    margin-bottom: 12px;
    position: relative;
}
.navbar.collapsed {
    overflow: hidden;
}
@media(min-width: 767px) {
    .navbar.collapsed {
        height: 68px;
    }
}
.toggle-button {
    position: absolute;
}
.display-none-mobile {
    display: block;
}

.principal-div {
    overflow:hidden;
    text-align: center;
    margin:auto;
    color: #fff;
}
.blue-color-head {
    background-color: #428bca;
    height: auto;
    margin: 1px;
    display:inline-table;
}
.status-total {
    width: 19%;
}

.expand:hover {
    cursor: pointer;
}
#filter-box .filter-form-rluminarias {
    float: left;
    width: 80%;
}
.margin-space {
    margin-bottom: 5px;
}
.margin-space .form-control{
    height: 35px;
}
.btn, .search-buttons {
    margin: 0;
}
@media (max-width: 767px) {
    .display-none-mobile {
        display: none;
    }
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,1); /*dim the background*/
}

.btn-metricas{
    margin: 0px;
}

.data-metricas{
    font-size: 14px;
}

.modal-backdrop.in {
	opacity: 0;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
   background: white;
}
.logout .glyphicon-log-out{
    color: #ffffff;
    position: relative;
    top: 18px;
}

.top-controlls .glyphicon{
    font-size: 13px;
     margin: 0px 3px;
}

body, label, p, div{
    font-size: 13px;
}

h4, .h4{
    font-size: 20px;
}

.cheklist-table tr{
    width: 100%;
}

.cheklist .btn, .insumos .btn{
     margin: 0px;
}
/*
.modal-body #checklistForm div > div{
    width: 100%;
    /*display: inline-block;
    padding: 0px 10px;
}*/


.modal-title{
    font-size: 16px;
    line-height: 16px;
}

.modal-body{
    padding: 5px 24px;
}

#filter-box h4 .glyphicon{
    font-size: 14px;
    margin-right: 10px;
}

.ui-sortable-helper{
    width: 100% !important;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.data-ch .ch-container-insumos{
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.data-ch .ch-container-insumos .alert-success{
    margin: 0;
     border-radius: 0;
}

.data-ch td div .insumos-container{
    margin-top: 20px;
}

a:hover, a:focus {
    color: #ffc300;
    text-decoration: none;
}
.active-item, .option-active, .contiene-flag-insumo-1{
    color: #00a65a !important
}

.move{
    cursor: move;
}

.ui-sortable-disabled{
    cursor: auto;
}

/*concpetos home*/
.conceptos-home .panel-primary{
    border: 0px solid red;

}
.conceptos-home #filter-box{
    padding: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.conceptos-home .nav-tabs{
    border-bottom: 2px solid #428bca;
}

.conceptos-home .nav-tabs > li.active > a, .conceptos-home .nav-tabs > li.active > a:hover, .conceptos-home .nav-tabs > li.active > a:focus{
    border-color : #428bca #428bca transparent;
}

.nav-tabs > li.active > a {
    color: #ffc300;
}

/*reconversiones*/
.col-md-3 .panel-group .panel{
    overflow: initial;
}
.panel-title > .panel-disabled{
   color: #e8e6e6;
}

.col-md-3 .panel-title{
    font-size: 12px;
}
.col-md-3 .list-group-item{
    padding: 5px;
}
.col-md-3 .list-group{
    margin-top: 10px;
}
/*usuarios/list/agregar*/
#ocultarCuadrilla{
    display: none;
}

#mostrarCuadrilla{
    display: block;
}

/*INICIA MENU COLLAPSE*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 600px;
    width: 0;
    height: 100%;
    margin-right: -600px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}
.toggled > #sidebar-wrapper{
    padding: 0px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 600px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-right : 250px;
    }

    #wrapper.toggled {
        padding-right : 0;
    }

    #sidebar-wrapper {
        width: 600px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
        overflow: hidden;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.menuPaquetesDisponibles{
     margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding: 0px 10px 0px 10px;
}


/*Borde para view de lamparas, luminarias*/
#borderViewFotos {
    border-bottom:1px solid #666;
}

/*Gift Autocomplete*/
.ui-autocomplete-loading {
    background: white url('../images/autocomplete.gif') right center no-repeat;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.ui-autocomplete li:hover{
     background-color: #EBE1E1;
}

/*TERMINA MENU COLLAPSE*/

/*detalleconcepto.html.twig*/
.title-semana{
    background: #000;
    color: #fff;
}
.no-padding {
    padding: 0;
}
.simple-margin-left {
    margin-right: 5px !important;
}
#semanas-data-table{
    overflow: auto;
}

.large.tooltip-inner {
    max-width: 500px;
    width: 500px;
}

#fixTableSemanas{
    width: 1800px;
}
#semanas-data-table > table > thead > tr > td, #cuadrillas-data-table > table > thead > tr > td{
    height: 60px;
}
#semanas-data-table > table > tbody > tr > td, #cuadrillas-data-table > table > tbody > tr > td{
    height: 90px;
}

#semanas-data-table, #cuadrillas-data-table{
    background: #ffffff;
    padding: 0px;
}

.smoll.tooltip-inner {
    max-width: 50px;
    width: 50px;
}

/*modal full-width*/
.modal-dialog-full {
  width: 98%;
  height: 90%;
  padding: 0;
}

.modal-content-full {
  height: 90%;
  border-radius: 0;
  width: 98%;
}
.modal-body-full{
    height: 90%;
}
.modal-body-full div {
    background: none;
}

a.asignacion-fisica-completa, a.asignacion-concepto-libre-completa {
    color: #00a65a;
}
.ui-helper-hidden-accessible{
    display: none;
}

.paquete-original{
    border-color: #46C926;
    padding: 15px;
}

.paquete-copia{
    border-color: #428bca;
    padding: 15px;
}
.not-zebra tr:nth-child(even) {
    background: #fff;
}
.not-zebra tr:hover {
    background-color: #eaeaea !important;
}
.not-zebra tr:nth-child(even) {
    background: #fff;
}
.row-semana {
    background-color: #eaeaea !important;
}
.row-cuadrilla {
    background-color: #CCC !important;
}
.row-concepto {
    background-color: #999 !important;
    color: #fff;
}
.blank-row-single {
    height: 10px !important; /* Overwrite any previous rules */
    background-color: #FFFFFF;
    border: none !important;
    width: 100% !important;
}
.blank-row-double {
    height: 25px !important; /* Overwrite any previous rules */
    background-color: #FFFFFF;
    border: none !important;
    width: 100% !important;
}
.blank-row-triple {
    height: 40px !important; /* Overwrite any previous rules */
    background-color: #FFFFFF;
    border: none !important;
    width: 100% !important;
}
.link-style {
    cursor: pointer;
}
.modal-lg {
    width: 900px !important;
}
.modal-content {
    width: 100%;
}
.label-notification {
    font-size: 12px !important;
    font-weight: 700 !important;
    background-color: #d9534f !important;
}
.container-modal {
    width: 100% !important;
}

/**
*    ===========================================
*    Estilos para el soporte pdf de estimaciones
*    ===========================================
**/
.soporte-info p {
    color: #6a9cd0 !important;
    font-size: 12px;
    line-height: 12px;
}
.no-padding-laterals {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-margin-laterals {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.list-concepto-detalle {
    border-top: 1px solid #999;
}
.list-concepto-detalle ul {
    border-bottom: 1px solid #999;
    font-size: 12px;
}
.custom-btn-submit {
    border: none!important;
    width: 16px;
    padding: 0;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.almacen-valor {
    text-align: left;
    width: 350px;
}
#map-canvas {
    height: 500px;
}
.color-orange {
    color: #e46511 !important;
}
.color-green {
    color: #659900 !important;
}
.color-yellow {
    color: #ffcc00 !important;
}
.color-purple {
    color: #3276b1 !important;
}
.center-full {
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -10%); 
}
.logo-error-page {
    width: 300px;
    margin-bottom: 60px;
}
.simple-margin-left {
    margin-left: 10px;
}

/*Linea detalle Orden Trabajo*/
.lineOrdenTrabajo {
    border-bottom: 1px solid #666;
}

#map_canvas {
    width: 100%;
    height: 400px;
}
a.view-map {
    color: #ffcc00;
    font-size: 14px;
}
a.view-map:hover {
    color: #e46511;
}
/*Link to top page*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display:none;
    z-index:99;
}

/* Configuraciones Globales */
.config-global{
    width: 50%;
    align-content: center;
    margin-left: 25%;
    border-color: black;
    
}
.config-global-save{
    margin-left: 88%;
}

.panel-primary > .panel-heading {
    color: white;
    background-color: black;
}

/* Asignación De Conceptos*/
#header-fixed { 
    position: fixed; 
    top: 0px; display: none;
    background-color: #b1b1b1;
    width: 96.68%;
}

.proyeccion-insumos-tipo{
  text-align: center;
  width: 9%;
}

.proyeccion-insumos-grupo{
  text-align: center;
  width: 8%;
}

.pos-relative{
    position: relative;
    padding-top: 80px;
}

.pos-absolute{
    position: absolute;
    top: 0;
    padding: 0 15px;
    width: 100%;
}

.total-list {
    margin: 0;
    background-color: #428bca;
}
.total-list li, .total-list li:first-child {
    padding: 15px;
    border-right: 1px solid white;
    width: calc(100% / 6 - 10px);
}

.table-checklist-history-edition .checklist-modal-history-style {
    background: #CEECF5;
}

.total-list li:nth-child(3) {
    width: calc(100% / 5  - 10px);
}
@media(max-width: 1024px){
    .total-list li, .total-list li:first-child, .total-list li:nth-child(3){
        width: calc(100% / 3 - 10px);
    }
}

@media(min-width: 1025px){
    .total-list li{
        width: calc(100% / 7 - 10px);
    }
    .total-list li:nth-child(3), .total-list li:nth-child(6){
        width: calc(100% / 5 - 10px);
    }
}

.hide-in-mobile {
    display: none !important;
}
@media(min-width: 767px) {
    .show-in-mobile {
        display: none !important;
    }

    .hide-in-mobile {
        display: inline-block !important;
    }
}
.was-rejected,
.was-rejected > td {
    background-color: lightblue !important;
}
.was-rejected-lighter,
.was-rejected-lighter > td {
    background-color: rgb(221, 235, 247) !important;
}
.was-rejected-yellow,
.was-rejected-yellow > td {
    background-color: rgb(255, 242, 204) !important;
}

.was-rejected-gray,
.was-rejected-gray > td {
    background-color: #cccccc !important;
}

.modal-xl {
    width: 95% !important;
}

.display-none {
    display: none;
}


.row-blue {
    background-color: #00FFFF;
    color: #222222;
}

.information-circle, .circle-color{
        display: inline-block;
        cursor: pointer;
    }
    .circle_green { 
        width:1%;
        padding:10px 11px;
        border:1px solid #000000;
        border-radius:25px;
        background-color:#A9F5A9;
    }
    .circle_orange { 
        width:1%;
        padding:10px 11px;
        border:1px solid #000000;
        border-radius:25px;
        background-color:#FAAC58;
    }
    .circle_red { 
        width:1%;
        padding:10px 11px;
        border:1px solid #000000;
        border-radius:25px;
        background-color:#F5A9A9;
    }
    .circle_purple { 
        width:1%;
        padding:10px 11px;
        border:1px solid #000000;
        border-radius:25px;
        background-color:#8181F7;
    }

    .circle_gray { 
        width:1%;
        padding:10px 11px;
        border:1px solid #000000;
        border-radius:25px;
        background-color:#B1B1B1;
    }

    .js-filter-problems:hover {
        cursor: pointer; 
    }