﻿
.form-buscador .form-control:focus {
    border: 2px solid #ff9764;
}

#sidebar {
    background-color: #2f4050;
    /*background-color: #22303d;*/
}

.bg-white-opacity50 {
    background-color: #ffffff50;
}

.msg-fin-session {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5rem;
    text-align: center;
    color: #fff;
    background-color: #000000e0;
    z-index: 3000;
}

.form-group-sm .input-group.bootstrap-touchspin .input-group-btn .btn {
    padding: 4px 10px;
}

/*tabs*/
.tab {
    overflow: hidden;
}
    .tab button {
        background: none;
        border-color: #dddddd;
        
        border-style: solid;
        border-width: 1px;
        color: #555555;
        cursor: default;
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        float: left;
        cursor: pointer;
        padding: 10px 25px;
        transition: 0.1s;
    }
        .tab button:hover {
            background-color: #ddd;
        }
        .tab button.active {
            background-color: #F9F9F9;
            border-top: 3px solid #2f4050 !important;
            border-bottom: 1px solid #f9f9f9 !important;
            font-weight: 600 !important;
            color: #2f4050 !important;
        }
.tabcontent {
    display: none;
    padding: 10px;
    background-color: #F9F9F9;
    border: 1px solid #e7eaec !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
















.panel-body {
    background-color: #F9F9F9;
    border: 1px solid #e7eaec !important;
    border-top: 0 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    /*height: 257px;*/
}
.nav-tabs > li > a {
    border-bottom: 1px solid #fff !important;
    font-weight: 100 !important;
    color: #555555 !important;
    border-top: 3px solid #ffffff !important;
    margin-bottom: -1px;
}
.nav-tabs > li.active {
    background-color: #F9F9F9;
}
    .nav-tabs > li.active > a {
        border-top: 3px solid #2f4050 !important;
        border-bottom: 1px solid #f9f9f9 !important;
        font-weight: 600 !important;
        color: #2f4050 !important;
    }

.has-error .input-group-addon {
    color: #333;
    background-color: #FFFFFF;
    border-color: #ed5565;
    box-shadow: #ed5565 0px 0px 0px 1px;
}

.bg-gradient-orange-2 {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,91,33,1) 50%)
}

.breadcrumb-container {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.row.wrapper {
  padding-top: 50px;
}

.modal-dialog .ui-draggable-handle {
    cursor: grab;
}

modal-dialog.ui-draggable-dragging .ui-draggable-handle {
    cursor: grabbing !important;
}

/* Modal centrada vertical
.modal {
    text-align: center;
    padding: 0 !important;
}
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/

.has-error {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}
    .has-error .form-control {
        box-shadow: #ed5565 0px 0px 0px 1px;
    }
    .has-error .glyphicon {
        margin-left: 5px;
    }

.text-truncate-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-4 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}

.expandable {
    position: fixed;
    top: 50px;
    left: 220px;
    overflow: hidden;
    background-color: #b5c1cd;
    width: initial;
    height: 0;
    /*border-bottom: 2px solid #ef5a2d;*/
    z-index: 11;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
    .expandable.expandable-in {
        padding: 20px;
        height: 150px !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    }

.item-proy {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #ffffff21;
    border-top: 1px solid #e7eaec;
}

.item-proy:hover {
    background-color: #b5c1cd;
}

.has-content .has-icon {
    position: absolute;
    z-index: 10;
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    text-align: center;
    pointer-events: none;
    margin: 10px 15px;
}

.has-content .form-control {
    padding: 6px 10px 6px 40px !important;
    border-radius: 5rem !important;
}


.form-control:focus, .single-line:focus {
    box-shadow: none !important;
}

.form-control.form-control-rounded {
    border-radius: 5rem !important;
    padding: 6px 17px !important;
}

.fondo-login {
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-repeat: round;
}

.loginColumns {
    /*position: absolute;*/
    /*right: 0;*/
    /*margin:0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    max-width: 980px;
    padding: 50px;
    background-color: #00000090;
}

.border-group {
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 18px;
    border-radius: 5px;
    /*background-color: white;*/
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}
    .border-group h5 {
        background-color: white;
        margin-top: -16px;
        display: table;
        padding: 0 5px;
        margin-bottom: 8px;
        border-radius: 5px;
    }

.ibox-content.sk-loading:after, .content.sk-loading:after{
    z-index:100;
}

.chosen-single {
    border: 1px solid #e5e6e7 !important;
    padding: 2px 12px 0px 12px !important;
    color: #555 !important;
    font-size: 12px !important;
}
.chosen-single div {
    top: -2px !important;
}
.chosen-disabled {
    opacity: 1 !important;
}
    .chosen-disabled .chosen-single, select:disabled {
        background-color: #eee !important;
        color: #999 !important;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:focus {
    outline: 0 -webkit-focus-ring-color;
}

.ibox {
    margin-bottom: 15px !important;
}

.modal-body {
    border-radius: 10px !important;
    background: #fff !important;
}
.modal-dialog .ibox-content {
    /*background: #f9f9f9 !important;*/
    background: #ffffff !important;
    border-width: 3px 0;
}
.usuarios .modal-dialog .ibox-content {
    border-color: #dcb435;
}
.proyectos .modal-dialog .ibox-content {
    border-color: #006AEA;
}
.programa .modal-dialog .ibox-content {
    border-color: #ff9764;
}
.operacion .modal-dialog .ibox-content {
    border-color: #00d500;
}
.terminacion .modal-dialog .ibox-content {
    border-color: #dc3545;
}
.modal-content {
    background-color: transparent;
    border-radius: 10px !important;
    border: 0 !important;
}


.swal-button {
    border: 1px solid #e7eaec;
    border-radius: 50px;
}

.sk-spinner {
    font-size: large;
}

.header-form-login {
    margin: -15px -20px 0 -20px;
    padding: 10px 40px;
}


.bg-white {
    background-color: #fff;
    color: #2f4050;
}

.bg-primary-green {
    background-color: #009A00;
    color: white;
}
.bg-gradient-green {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,154,0,1) 50%, rgba(0,154,0,1) 100%);
}

.bg-primary-orange {
    background-color: #ee5b21;
    color: white;
}
.text-primary-orange {
    color: #ee5b21;
}

.bg-gradient-orange {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,91,33,1) 50%, rgba(238,91,33,1) 100%);
}

.bg-gradient-red {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,53,69,1) 50%, rgba(220,53,69,1) 100%);
}

.bg-gradient-yellow {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(220 180 53) 50%, rgb(220 180 53) 100%);
}

.bg-primary-orange-dark {
    background-color: #ca5100;
    color: white;
}

.bg-primary-blue {
    background-color: #006AEA;
    color: white;
}
.bg-gradient-blue {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,106,234,1) 50%, rgba(0,106,234,1) 100%);
}

.bg-primary-blue-gray {
    background-color: #45586e;
    color: white;
}

.text-primary-blue-gray {
    color: #45586e;
}

.bg-primary-gray-dark {
    background-color: #393939;
    color: white;
}

.bg-primary-gray {
    background-color: #4b4b4b;
    color: white;
}

.bg-primary-gray-light {
    /*background-color: #c1c9d1;*/
    background: linear-gradient(180deg,#ffffff 0%, #c1c9d1 50%, #c1c9d1 100%);
}

.p-h-xxs {
    padding: 5px 0;
}
.p-t-xs {
    padding-top: 10px !important;
}
.p-r-xs {
    padding-right: 10px !important;
}
.p-b-xs {
    padding-bottom: 10px !important;
}
.p-l-xs {
    padding-left: 10px !important;
}


.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}

.btn-exito {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}
.text-exito {
    color: #1ab394;
}
.text-blue {
    color: #1c84c6;
}
.text-blue-2, .text-blue-2 td {
    color: #1c50c6 !important;
}
.text-success {
    color: #28a745 !important;
}
.close {
    opacity: 0.7;
    margin: 0 0 0 20px;
    padding: 0 5px !important;
}
.close:hover{
    opacity:1;
}
.fixed-nav .minimalize-styl-2 {
    margin: 0 !important;
    padding: 14px !important;
}

.d-inline-block {
    display: inline-block !important;
}

.nav-header {
    padding: 20px 25px !important;
}

.nav > li.li-header {
    border-left: 4px solid #2f4050;
}

    .nav > li.li-header.active {
        border-left: 4px solid #ee5b21;
        background: #293846;
    }

.table > tbody > tr > td {
    padding: 5px 20px 5px 8px !important;
    /*padding-right: 20px !important;*/
}

table > thead > tr > th,
table > tbody > tr > td {
    white-space: nowrap;
    vertical-align: middle !important;
}

table > tbody > tr > td {
    padding: 4px !important;
    color: #000 !important;
}

.html5buttons {
    display: none;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "" !important;
}

div.dataTables_scrollHead table.dataTable, div.dataTables_scrollBody table {
    /*width: 100% !important;*/
}

table.dataTable > tbody > tr > td:first-child {
    background-color: #f3f3f4;
}

.container-table {
    background-color: #F9F9F9;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    overflow: hidden;
}

.thead-table-style {
    background: linear-gradient(0deg, rgb(47 64 80) 0%, rgb(88 105 120) 100%);
    /*background: linear-gradient(0deg, rgb(41 56 70) 0%, rgb(47 64 80) 100%);*/
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(129 151 177) 1%, rgba(69,88,110,1) 50%);*/
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(41,56,70,1) 50%, rgba(41,56,70,1) 100%);*/
    /*background-color: #45586e;*/
    color: white;
    /*background-color: #F2F2F2;
    color: #2f4050;*/
    /*background-color: #F9F9F9;
    color: #2f4050;*/
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}


.thead-table-style-2 {
    /*background-color: #F2F2F2;*/
    background: linear-gradient(0deg, #ddd 0%, #fff 100%);
    color: #2f4050;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

div.dataTables_scrollBody table tbody tr td {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e7eaec !important;
}

.navbar-identidad {
    height: 51px !important;
    color: #a7b1c2;
    /*background: linear-gradient(0deg, rgb(88 105 120) 0%, rgb(47 64 80) 100%);*/
    background: linear-gradient(0deg, rgb(41 56 70) 0%, rgb(47 64 80) 100%);
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(129 151 177) 1%, rgba(69,88,110,1) 50%);*/
}

    .navbar-identidad .dropdown-menu > li > a {
        color: #505050;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #22303d !important;
}

.navbar-right {
    margin-right: 25px !important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

/* .nav.navbar-right > li > a {
    border-top: 3px solid #f3f3f4;
} */

body.fixed-nav #wrapper .navbar-static-side, body.fixed-nav #wrapper #page-wrapper {
    margin-top: 49px;
}

.nav.navbar-right > li > a:hover,
.nav.navbar-right > li > a:focus{
    /* border-top: 3px solid #1ABB9C; */
    background: #f3f3f4;
    color: #545454 !important;
}

.navbar-top-links li.dropdown:last-child  {
    margin-right: 20px;
}

.spinner-content > .sk-spinner {
    display: none;
}

.spinner-content.sk-loading {
    /*position: relative;*/
    opacity: .4;
}

    .spinner-content.sk-loading:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .spinner-content.sk-loading > .sk-spinner {
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        z-index: 2000;
    }

.tr-table {
    cursor: pointer !important;
}
    .tr-table td {
        vertical-align: middle !important;
        padding: 5px !important;
        white-space: nowrap;
    }
    .tr-table .option-table {
        display: none;
    }
    .tr-table:hover {
        /*background-color: #cfe2ff !important;*/
        background-color: rgba(0,106,234,0.1) !important;
    }
        .tr-table:hover .option-table {
            display: inline;
        }
        .tr-table:hover .tipo-factura, .tr-table:hover .option-none {
            display: none;
        }

.tr-table-selected {
    background-color: rgba(238,91,33,0.2) !important;
    /*background-color: #f8d7da !important;*/
    /*background-color: #e3a188 !important;*/
}

.tr-table-blue:hover {
    background-color: #4789FA !important;
}
    .tr-table-blue:hover td {
        color: white !important;
        font-weight: bold;
    }



.btn-size-circle {
    width: 32px;
    height: 32px;
}

.btn-default.focus, .btn-default:focus {
    background-color: white !important;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: #d4d4d4 !important;
}














.activeEstadoMenu {
    /* border-top: 3px solid #1ABB9C !important; */
    background: #f3f3f4;
    color: #545454 !important;
}

.lineaNavbar{
    height:35px;
    background-color: #2a3f54;
    border-bottom: 5px solid #1ABB9C;
}

.titulo-pagina{
    color: #1cb394;
}

.vertical-text {
	transform: rotate(-90deg);
    border-bottom: 5px solid red;
    position: absolute;
    top: 250px;
    left: -120px;
}

.text_cargar {
   border: dotted 3px lightgray;
   padding: 30px;
   border-radius: 4px;
   font-size: 16px;
}

.text_cargar:hover {
    background-color: #EDEDED;
	border-color: #1ABB9C !important;
    cursor: pointer;
    color: #1ABB9C;
}

.ERROR-DATO {
    background-color: #ffe9c6;
    border: 2px solid rgba(243,156,18,.88) !important;
}

.selec-fila {
    /*border-left: 3px solid #1abb9c;*/
    background-color: #d9dee4;
}

.fa-1_5x{
    font-size: 1.5em !important;
}
.popover{
    z-index: 100000;
}


.middle-box {
    padding-top: 100px;
}

.text-puntos-suspensivos {
    display: block;
    position: relative;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    white-space:nowrap;
}


.chosen-container {
    min-width:100% !important;
}


.tags {
    min-width:100% !important;
}



.sk-spinner-circle .sk-circle{
    width: 50px !important;
    height: 50px !important;
}



.bg-lightyellow {
    background-color: #fffcd6;
}

.table-condensed-2p>tbody>tr>td, .table-condensed-2p>tbody>tr>th, .table-condensed-2p>tfoot>tr>td, .table-condensed-2p>tfoot>tr>th, .table-condensed-2p>thead>tr>td, .table-condensed-2p>thead>tr>th {
    padding: 2px !important;
}





.inmodal .modal-header {
    padding: 15px !important;
    text-align: left !important;
}

.inmodal .modal-title {
    font-size: 24px !important;
    font-weight: 100 !important;
}

@media (min-width: 992px) {
    .modal-xl {
        position: relative !important;
        width: auto !important;
        margin: 30px auto !important;
    }
}

@media (max-width: 992px) {
    .modal-lg {
        position: relative !important;
        width: auto !important;
        margin: 10px !important;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        position: relative !important;
        width: auto !important;
        margin: 10px !important;
    }
}

@media (max-width: 1085px) {
    .navbar-fechas {
        display: none !important;
    }
}

@media (min-width: 425px) {
    .navbar-right {
        float: right !important;
        margin-right: 0 !important;
    }
}

/*@media (max-width: 425px) {
    .navbar-right {
        display: none;
    }
}*/

@media (max-width: 525px) {
    .navbar-perfil-nombre {
        display: none;
    }
    .navbar-right.dropdown.open .dropdown-menu {
        right: initial;
        left: -80px;
    }
}

