﻿/*Upload images*/


/*Notificaciones*/
#dNotificaciones {
    overflow: auto;
    min-height: 108px;
    max-height: 340px;
    width: auto;
}
.notifications-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 9px;
    overflow: hidden;
}

.notifications-dropdown .dropdown-menu-header {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 6px;
    background: #e74c3c;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 6px;
}

.notifications-dropdown .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 350px;
    white-space: inherit;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    .notifications-dropdown .dropdown-item:last-child {
        border-bottom: none;
    }

    .notifications-dropdown .dropdown-item small {
        color: #6f6f6f;
    }

.notifications-dropdown a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-left: 8px;
}

.notifications-dropdown img {
    border-radius: 100px;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 2px solid #e74c3c;
}

.notifications-dropdown-footer {
    text-align: center;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #e2e2e2;
    text-transform: uppercase;
}

/*personalizar menú*/
.activemenuSelect, .menuSelect {
    background-color: #1a89ca;
}

#nav-content {
    background-color: #00589c;
}

.bg-dark {
    background-color: #00589c !important;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
    color: #9198b7 !important;
}

.nav-link.active {
    color: white !important;
    text-decoration: underline;
}

    .nav-link.active:focus, .nav-link.active:hover {
        color: #9198b7 !important;
        text-decoration: underline;
    }

.sTabs:focus, .sTabs:hover {
    color: white !important;
}
/*fin menú*/

/*parte para modificar ellipse modal*/
.modal-full {
    min-width: 99%;
    margin: 5px;
}

/* fondo de modal para ajaxtoolkit */
.modal-background {
    background-color: #545859 !important;
    filter: alpha(opacity :30);
    opacity: 0.3;
}

/*fin modificar el modal*/

select {
    cursor: pointer;
}

/*.table .thead-light th {
    color: #284c79;
    background-color: #2492ff;
    border-color: #dee2e6;
}*/

/*.card-header {
    color: white !important;
    background-color: #1a89ca !important;
    border-color: #00589c !important;
}*/

#clothing-nav .nav-link.active, .sTabs .nav-link.active {
    color: #007bff !important;
    text-decoration: underline;
}

.perfilCard {
    right: 5px;
    z-index: 9998;
    position: fixed;
}

.table thead th, .table tbody td {
    text-align: center !important;
}

.tableRD thead th, .tableRD tbody td {
    text-align: left !important;
}

.table-hover tbody td {
    cursor: pointer;
}

.lblBold {
    font-weight: bold;
}

hr {
    border-top: 1px solid rgb(0, 0, 0);
}

.centrarGrid td, .centrarGrid td, .centrarGrid th {
    text-align: center;
}

body {
    color: #484748;
}

/* 
  ##Device = Desktops
  ##Screen = 1420px to higher resolution desktops
*/

@media (min-width: 1420px) {
    .bajarContainer {
        margin-top: 150px;
    }

   /* main {
        margin-top: -150px;
    }*/

    #menuMobile {
        margin-top: 44px !important;
    }

    #dNote {
        width: 40% !important;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .bajarContainer {
        margin-top: 140px;
    }

   /* main {
        margin-top: -140px;
    }*/

    #menuMobile {
        margin-top: 75px !important;
    }

    #dNote {
        width: 40% !important;
    }

    .perfilCard {
        margin-top: -10px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .bajarContainer {
        margin-top: 130px;
    }

    /*main {
        margin-top: -130px;
    }*/

    #menuMobile {
        margin-top: 60px !important;
    }

    #dNote {
        width: 40% !important;
    }

    .perfilCard {
        margin-top: -15px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .bajarContainer {
        margin-top: 100px;
    }

  /*  main {
        margin-top: -100px;
    }*/

    #menuMobile {
        margin-top: 46px !important;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .bajarContainer {
        margin-top: 115px;
    }

   /* main {
        margin-top: -115px;
    }*/

    #dNote {
        width: 60% !important;
    }

    .perfilCard {
        margin-top: -14px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .bajarContainer {
        margin-top: 90px;
    }
/*
    main {
        margin-top: -90px;
    }

    main {
        margin-top: -90px;
    }*/

    .nav-item {
        font-size: 11px !important;
    }

    #menuMobile {
        margin-top: 32px !important;
    }

    .navbar-toggler, .navbar-brand {
        font-size: 14px !important;
    }

    #dNote {
        width: 100% !important;
    }

    .perfilCard {
        margin-top: -11px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .bajarContainer {
        margin-top: 90px;
    }
/*
    main {
        margin-top: -90px;
    }*/

    #menuMobile {
        margin-top: 22px !important;
    }

    .navbar-toggler, .navbar-brand {
        font-size: 14px !important;
    }

    #dNotificaciones {
        overflow: auto;
        min-height: 160px;
        max-height: 350px;
        width: auto;
    }
}

@media (min-width: 0px) and (max-width: 319px) {
    .bajarContainer {
        margin-top: 100px;
    }

   /* main {
        margin-top: -100px;
    }*/

    #menuMobile {
        margin-top: 29px !important;
    }

    .navbar-toggler, .navbar-brand {
        font-size: 14px !important;
    }

    #dNotificaciones {
        overflow: auto;
        min-height: 160px;
        max-height: 350px;
        width: 255px;
    }
}



/***********************************************************Radio***********************************************************/

.dRadio label {
    display: inline-block;
    cursor: pointer;
    color: #243a51 !important;
    position: relative;
    padding: 5px 20px 5px 20px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .dRadio label:hover {
        background: #dee2e6 !important;
        color: black
    }

    .dRadio label:before, .dRadio label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 15px;
        border-radius: 50%;
        background: none
    }

.dRadio input[type="radio"] {
    display: none
}

    .dRadio input[type="radio"]:checked + label:before {
        display: none
    }

    .dRadio input[type="radio"]:checked + label {
        padding: 5px 15px;
        background: #2492ff !important;
        border-radius: 2px;
        color: #fff !important;
        margin-right: 5px;
        font-size: 14px
    }

.dRadio label:before {
    border-radius: 3px
}

.dRadio input[type="checkbox"] {
    display: none
}

    .dRadio input[type="checkbox"]:checked + label:before {
        display: none
    }

    .dRadio input[type="checkbox"]:checked + label {
        background: #243a51 !important;
        color: #fff;
        padding: 5px 15px
    }

/*************************************************************************************/
.hidden {
    display: none;
}

.question-response-rows-number {
    cursor: pointer;
}

    .question-response-rows-number:hover {
        background-color: #e9ecef;
    }