@media only screen and (min-width: 1366px) {
    .center-login {
        margin-left: 16% !important;
    }
    .float-nuevo {
        position: absolute;
        
        top: 95% !important;
        margin-bottom: 0 !important;
        z-index: 997;
        max-height: 10px !important;
    }
}

@media screen and (min-width: 1920px) {
    .center-login {
        margin-left: 16% !important;
    }
    .float-nuevo {
        position: absolute;
        
        top: 90% !important;
        margin-bottom: 0 !important;
        z-index: 997;
        max-height: 10px !important;
    }
}

.backgroundLogin {
    /* background-color: #77150c */
    background: rgba(243, 155, 23, 0.51);
    background: -moz-linear-gradient(left, rgba(243, 155, 23, 0.51) 0%, rgba(119, 21, 12, 0.69) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 155, 23, 0.51)), color-stop(100%, rgba(119, 21, 12, 0.69)));
    background: -webkit-linear-gradient(left, rgba(243, 155, 23, 0.51) 0%, rgba(119, 21, 12, 0.69) 100%);
    background: -o-linear-gradient(left, rgba(243, 155, 23, 0.51) 0%, rgba(119, 21, 12, 0.69) 100%);
    background: -ms-linear-gradient(left, rgba(243, 155, 23, 0.51) 0%, rgba(119, 21, 12, 0.69) 100%);
    background: linear-gradient(to right, rgba(243, 155, 23, 0.51) 0%, rgba(119, 21, 12, 0.69) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f39b17', endColorstr='#77150c', GradientType=1);
    /* background: rgba(243, 155, 23, 0.79);
    background: -moz-linear-gradient(left, rgba(243, 155, 23, 0.79) 0%, rgba(119, 21, 12, 0.93) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 155, 23, 0.79)), color-stop(100%, rgba(119, 21, 12, 0.93)));
    background: -webkit-linear-gradient(left, rgba(243, 155, 23, 0.79) 0%, rgba(119, 21, 12, 0.93) 100%);
    background: -o-linear-gradient(left, rgba(243, 155, 23, 0.79) 0%, rgba(119, 21, 12, 0.93) 100%);
    background: -ms-linear-gradient(left, rgba(243, 155, 23, 0.79) 0%, rgba(119, 21, 12, 0.93) 100%);
    background: linear-gradient(to right, rgba(243, 155, 23, 0.79) 0%, rgba(119, 21, 12, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f39b17', endColorstr='#77150c', GradientType=1); */
}

.padding-menu {
    padding-left: 300px;
}

@media only screen and (max-width: 992px) {
    .padding-menu {
        padding-left: 300px;
    }
}

.logout {
    background-color: #a9675c;
    color: #fff !important;
}

.logout:hover {
    background-color: #e4b27d !important;
    color: #fff !important;
}

.padding-p {
    margin-bottom: -10px;
    padding-top: 17px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.background-round {
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .18);
}

.mt-5 {
    margin-top: 5% !important;
}

.right-align {
    text-align: right;
}

.sombra-card {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(61, 61, 61, 0.48);
    -moz-box-shadow: 0px 0px 15px 2px rgba(61, 61, 61, 0.48);
    box-shadow: 0px 0px 15px 2px rgba(61, 61, 61, 0.48);
}


/* .btn-table {
    margin-left: 2%;
    padding: 2px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} */

.btn-table {
    margin-left: 2%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
}

.btn-table-edit {
    background-color: #00bcd4 !important;
}

.btn-table-del {
    background-color: #f44336 !important;
}

.btn-table-assign {
    background-color: #4caf50 !important;
}

.btn-table-aut {
    background-color: #d2aa18 !important;
}

/* .btn-table-edit{
    background-color: #a5b5c1 !important;
}
.btn-table-del{
    background-color: #cc7a74 !important;
}
.btn-table-assign{
    background-color: #00bcd4 !important;
} */

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 80% !important;
    border-radius: 0;
    will-change: bottom, opacity;
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.table .td-actions .btn {
    margin: 0;
    padding: 5px;
}

.btn.btn-sm {
    border-radius: 3px !important;
}

.btn.btn-just-icon.btn-sm {
    margin-left: 2%;
    height: 30px;
    min-width: 30px;
    width: 30px;
}

.btn.btn-just-icon {
    font-size: 24px;
    height: 41px;
    min-width: 41px;
    width: 41px;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    line-height: 41px;
}

.btn .material-icons {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: -2.2em;
    margin-bottom: -1em;
    font-size: 1.1rem;
    vertical-align: middle;
}

.previewpic {
    max-height: 100px;
    max-width: 150px;
    padding: 0px;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.5);
}

#limg {
    display: inline-block;
    padding: 10px;
    background: #607D8B;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 1);
}

#limg>#pimg {
    display: none;
}

p.mymsg {
    margin-top: 100px;
}

p {
    font-size: 20px;
    color: #2196f3;
}

.card-info,
.card__meta a {
    color: #3299BB !important;
    display: inline-flex;
    vertical-align: middle;
    line-height: 2;
    font-size: 1rem;
}

.card__meta i.small {
    font-size: 1.5rem;
}

.card .card-content .card-title {
    line-height: 34px;
}

.card__date {
    background: #08c;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 13px;
    font-weight: bold;
    padding-top: 7px;
}

.card__date__day {
    display: block;
    font-size: 14px;
}

.card__date__month {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

.card .card-content .card-title {
    color: #0D8080 !important;
    line-height: 18px;
}

.card .card-title {
    font-size: 18px;
    font-weight: 400;
}

.card .card-content p {
    color: #1E1E1E;
    font-size: 13px;
}

.collapsible {
    background: #fff;
}

.card-row {
    margin-bottom: 4px;
    margin-top: 4px;
}

.card-action i {
    vertical-align: text-bottom;
    font-size: 21px;
}

.txtCalifiaciones{
    border: 1px solid #9e9e9e !important;
    margin: 0 0 0 0 !important; 
    height: 1.5rem !important;
    width: 20% !important;
    text-align: center;
}


.txtObservacionesCalifiaciones{
    min-width: 250% !important;
    border: 1px solid #9e9e9e !important;
    margin: 0 0 0 0 !important; 
    height: 1.5rem !important;
    width: 20% !important;
    text-align: center;
}
.prueba{
    border: 1px solid #9e9e9e !important;
}

.positionNotificacion {
    position: relative;
    cursor: pointer;
  }
  .iconNotificacion {
    position: relative;
    width: 56px;
  }
.badgeNotificacion {
    position: absolute;
    top: -16px;
    right: -18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    height: 38px;
    padding: 1px 10px 0 10px;
    border: 3px solid #f4fdff;
    border-radius: 500px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 1;
    transition: transform 0.15s, background-color 0.5s;
  }

