.content_notification{
    max-height: 300px;
    overflow-y: scroll;
    border-radius: 2px;
}

.item_notification{
    border: none;
    background: white;
    cursor: pointer;
}

.item_notification h5,  .item_notification > span{
     font-size: 10px;
}

.notification{
    background-color: red;
    padding: 2px 4px;
    border-radius: 6px;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.background{
    background-image: url('../images/fondos/fondo2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.background2{
    background-image: url('../images/fondos/fondo3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.panel_actions{
    background-color: rgba(0,42,62,.8);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
    padding-left: 10px;
    padding-right: 10px;
}

#contenedor_carga{
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#carga{
    border: 15px solid #ccc;
    border-top-color: #7a1fa0;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; 
    -webkit-animation: girar 1s linear infinite;
    -o-animation: girar 1s linear infinite;
    animation: girar 1s linear infinite; 
}

@keyframes girar{
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*ul.pagination 
{
    padding-left: 0;
    list-style: none;
    float: right;
    margin-right: 10px;
}

ul.pagination > li 
{
    display: inline-block;
    padding: 3px 10px;
    background-color: #fff;
    border: solid 1px #ccc;
}*/

.close{
    opacity: 1 !important;
    background-image: linear-gradient(to top, #40324a, #612e57, #871f52, #a8003d, #bc0515) !important;
    border-radius: 50px;
    padding: 0px 5px 2px 5px !important;
    margin: 1px !important;
    color: #ccc !important;
}

.obl{
    color: red !important;
}

.minor{
    color: #d2a400 !important;
}

ul.pagination > li.active > .page-link{
    background-image: linear-gradient(to top, #4a4267, #426da0, #009ece, #00cfe5, #00ffe2);
    color: #fff;
}

.custom-select{
    margin-bottom: 5px;
}


.tableFixHead { 
    overflow-y: auto;
    height: 350px; 
}

.tableFixHead thead th {
    position: sticky;
    z-index: 1;
    top: 0; 
}

/*th {
    background-color : #002a3e;
    color: #fff;
}*/

table.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.4);
    color: #fff;
    border-bottom: 0;
    box-shadow: inset 0 0 2px 2px #009ece;
    transition: .2s;
}

table.table-hover tbody tr:hover .hover_child {
    background-color: transparent;
}

.table td{
    padding: 3px 3px 0px 3px !important;/* top, right, buttom, left */
}

.table th{
    padding: 10px 3px 3px 3px !important;
}

.checkmark{
    margin: 0;
    padding: 0;
}


/*table tbody {
    background-color: #fff;
}*/

table tfoot{
    background-color: #002a3e;
}

table tfoot td{
    color: #fff;
    font-size: 12px;
}

td {
    font-size: 11px;
    /*color: #fff;*/
}

/*option:hover { color:yellow; background-color:red; }*/


.modal-xl {
    margin: 0 !important;
    max-width: 100% !important;
}

/*.modal-sm {
    max-width: 70% !important;
}*/

.btn{
    border:none !important;
    border-radius: 5px !important;
    width: 100%;
    margin-bottom: 5px;
}

.btn-danger{
    background-image: linear-gradient(to top, #40324a, #612e57, #871f52, #a8003d, #bc0515);
}

.btn-info{
    background-image: linear-gradient(to top, #4a4267, #426da0, #009ece, #00cfe5, #00ffe2);
}

.btn-success{
    background-image: linear-gradient(to top, #456742, #45803f, #439938, #40b32a, #3ccd07);
}

.btn-primary{        
    background-image: linear-gradient(to top, #40324a, #4d2f65, #592981, #631e9e, #6d05bc);
}

.btn-warning{
    background: rgb(190,89,26);
    background: linear-gradient(0deg, rgba(190,89,26,1) 0%, rgba(253,187,45,1) 100%);
}

.btn-secondary{
    background-image: linear-gradient(to top, #424f67, #58748a, #749baa, #96c3c9, #bfebe6);
}

.btn{
    color: #9f9f9f;
}

.btn-revision{
    background-color: #e41358;
    color: #fff;
}

.btn-bandeja{
    padding: 3px 6px 3px 6px !important;
    margin: 2px 2px 0px 0px;
}

.icon-warning{
    color: orange;
    font-size: 30px;
}

.icon-success{
    color: green;
    font-size: 30px;
}

.icon-danger{
    color: darkred;
    font-size: 30px;
}

.icon-info{
    color: blue;
    font-size: 30px;
}

.icon-orden{
    color: #3e5569;
    font-size: 30px;
}

.icon-on{
    color: lightblue;
    font-size: 30px;
}

.icon-off{
    color: #615f62;
    font-size: 30px;
}

.icon-primary{
    color: purple;
    font-size: 30px;
}

.modal-header{
    /*background-image: linear-gradient(to top, #e7e7e7, #ececec, #f2f2f2, #f7f7f7, #fdfdfd);*/
    border-radius: 8px 8px 0px 0px !important;
}

.modal-content{
    border-radius: 8px !important;
    /*background-image: linear-gradient(to top, #03191e, #052229, #052b35, #043541, #033f4e);*/
    /*background-color: #f4f4f4 !important;*/
}

.control-label{
    /*color: #1fc7b4;*/
}

.modal-title{
    /*color: #fff;*/
}

.card-title{
    /*color: #fff;*/
}


.formulario{
    /*background-color: #002a3e;*/
    padding-top: 20px;
    /*border-radius: 3px;*/
    /*-webkit-box-shadow: 6px 2px 43px 14px rgba(0,0,0,0.76);
    -moz-box-shadow: 6px 2px 43px 14px rgba(0,0,0,0.76);
    box-shadow: 6px 2px 43px 14px rgba(0,0,0,0.76);*/
}

.form-control{
    /*border:0;*/
    /*border-radius: 4px;*/
    /*border-bottom: solid 1px #bababa;*/
    /*box-shadow: inset 0 0 2px 2px #ccc;*/
    /*color: #1fc7b4;*/
    width: 100% !important;
    border-radius: 5px !important;
    border: solid 1px #bababa !important;  
}

.form-control:focus, .mail:focus{
    /*background-color: #002a3e;*/
    /*border:0;*/
    /*border: solid 2px #039ed3;*/
    /*color: #1fc7b4;*/
    border: none !important;
    box-shadow: inset 0 0 2px 2px #009ece !important;
}

.custom-control-label{
    /*color: #1fc7b4;*/
}

.sorting{
    width: 200px;
}

.full{
    width: 100%;
}

table th.resizing {
    cursor: col-resize;
}

.fondo-tab{
    background-color: rgba(204,204,204,.5);
}

.solicitud-2{
    background-color: rgba(89,41,129,.6);
}

.solicitud-3{
    background-color: rgba(228,19,88,.6);
}

.fondo-tr-visto{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #9f9d9d;
    color: #000;
    background-color: rgba(204,204,204,0);
}

.fondo-tr-noVistoCotizaciones{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #9f9d9d;
    color: #000;
    background-color: rgba(247,168,55,.6);
}

.fondo-tr-noVistoVobo{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #9f9d9d;
    color: #fff;
    background-color: rgba(0,42,62,.6);
}

.fondo-tr-noVistoOrdenes{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #9f9d9d;
    color: #fff;
    background-color: rgba(86,3,134,.6);
}

.logo-tab{
    width: 40px;
    height: 40px;
    border-radius: 150px;
}

.mail{
    border:none;
    width: 100%;
    padding: 6px;
    border-radius: 6px;
    border: solid 1px #ccc;
}

.dropdown-toggle::after {
    color: #fff;
}
        
.drop-whitout-arrow::after {
    display:none !important;
}

.select2-selection__choice  {
    background-image: linear-gradient(to top, #4a4267, #426da0, #009ece, #00cfe5, #00ffe2); !important;
    color: #fff !important;
    border: none !important;
    /*max-width: 120px !important;*/
}

.select2-selection__choice__remove{
    background-image: linear-gradient(to top, #4a4267, #426da0, #009ece, #00cfe5, #00ffe2); !important;
    color: #fff !important;
}

.select2-selection{
            
}

.sticky{
    position: sticky;
    left: 0;
    /*background: #f2f2f2;*/
    background: #2d3034;
}

tr:nth-child(2n) .sticky{
    /*background: #fff;*/
    background: #212529;
}

.sticky2{
    position: sticky !important;
    left: 0 !important;
    z-index: 1;
}

.sidebar-link{
    color: white !important;
}

.sidebar-icon{
    color: white !important;
}

.bg-pink {
    background-color: pink;
}

.bg-light-blue {
    background-color: lightblue;
}

.alert-revision {
    background: #373da7;
    color: #fff;
}

.alert-pink {
    background: pink;
    color: #f300be;
}

.fila_bandeja{
    border-bottom: solid 1px #9f9d9d;
}
