﻿

.selectedrow {
    background-color: rgb(01, 169, 193);
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.imghead {
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 5px;
    border: none 0px transparent;
}
.botonhead {
    width: 138px;
    height: 58px;
    border: 1px solid #000;
   margin-left:1px;
    border-radius: 5px;
    background-color: rgb(02, 116, 149);
    color: White;
    border: none 0px transparent;
    font-size: 13px;
    font-family: Arial;
    text-align: center;
    display: inline-block; 
    position: absolute;
}

    .botonhead:hover {
        background-color: rgb(01, 169, 193);
        color: white;
        font-weight: bold;
    }
.lblhead {
    font-family: Arial;
    color: white;
    text-align: right;
    text-decoration-color: white;
    background-color: rgb(05, 31, 52);
    font-size: medium;
    height: 30px;
    font-weight: bold;
    border-radius: 60px;
    position: relative;
}
.btniimg {
    width: 138px;
    height: 58px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: rgb(02, 116, 149);
    color: White;
    border: none 0px transparent;
    font-size: 13px;
    font-family: Arial;
    text-align: center;
    display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
    position: absolute;
}
.lblresutado {
    font-family: Arial;
    color: rgb(05, 31, 52);
    text-align: center;
    text-decoration-color: rgb(05, 31, 52);
    font-size: medium;
    height: 30px;
    font-weight: bold;
}


.textboxMuti {
    width: 300px;
    height: 200px;
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 5px;
    font-family: Arial;
}

.mdlBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.pnlBackGround {
    position: fixed;
    top: 10%;
    left: 10px;
    width: 650px;
    height: 220px;
    text-align: center;
    background-color: White;
    border-radius: 5px;
}

.pnlBackGroundGrid {
    position: fixed;
    top: 10%;
    left: 10px;
    width: 705px;
    height: 303px;
    text-align: center;
    background-color: White;
    border-radius: 5px;
}

.bg-info-Massy {
    background-color: #fff !important;
  
}


.bg-Menu-Massy {
    background-color: #fff !important;
    border-bottom: solid rgba(217,217,217,.6) 1px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,75,120,.7);
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(7,187,255,.8);
    }
    .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(7,187,255,.8);
    }

h1, h2, h3, h4 {
    color: rgba(0,75,120,.9);
}

.col-form-label, .form-label, .modal-title {
    color: rgba(0,75,120,.9);
}

thead th  {
    color: rgba(0,75,120,.9);
}

table th {
    color: rgba(0,75,120,.9);
}

footer {
    color: rgba(0,75,120,.9);
}
/* Corrige conflicto entre el modal y el menu, y el select2 jquery */
.modal {
    z-index: 100000 !important;
}

.select2-container--open {
    z-index: 9999999 !important;
}

.btn-Navy-Azul {
    /* Azul Navy*/
    background-color: #004B78;
    border-color: #004B78;
    color: whitesmoke;
}

    .btn-Navy-Azul:hover {
        /* Azul Navy*/
        color: whitesmoke;
        background-color: #005E95;
    }


.btn-primary {
    /*  Azul Claro*/
    background-color: #00AEEF;
    border-color: #00AEEF;
    color: whitesmoke;
}

    .btn-primary:hover {
        /*  Azul Claro*/
        color: whitesmoke;
        background-color: #07BBFF;
    }

