﻿.loginforgotpassword {
    color: rgb(255, 216, 0);
    font-size: 18px;
}

.loginforgotpassword span {
    color: black;
    font-size: 15px;
    font-family: sans-serif;
}

.labeldata {
    font-weight: normal;
}

.labeldatadiv {
    font-weight: normal;
    padding-top: 5px;
}

.warning {
    color: red;
    font-style: italic;
    font-weight: normal;
}

.validation-summary-valid.validationMsg {
    display: none;
}

.validationMsg ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.validationMsg ul li {
    text-align: left;
}

.headerTitle {
    white-space: nowrap;
}

#filterddldiv select {
    margin-bottom: 0px;
}

.textWithoutEditor {
    padding-top: 6px;
}

.dl-horizontal dt,
.dl-horizontal dd {
    padding-top: 8px;
}

.navbar>.sponsorIcon {
    float: right;
}

.datepicker.dropdown-menu {
    z-index: 2051 !important;
}

#dtFechaCancelacion input {
    max-width: 150px;
}

#cargandoMensajeContainer {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    width: 200px;
    height: 100px;
    margin-top: -50px;
    color: white;
    background-color: #1ab394;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 3000;
}

#cargandoMensajeContainer>div {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -10px;
    width: 120px;
}

#loading-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #676a6c;
    opacity: .5;
    z-index: 2500;
}

.inmodal .modal-header {
    padding: 10px;
}

#modelContainerDetail hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .cancelarCertificado .modal-dialog {
        width: 700px;
    }
}

.show-grid-less [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.show-grid-less {
    margin: 15px 0;
}

.ibox-content-less.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}

.ibox.collapsed .ibox-content-less {
    display: none;
}

.ibox-content-less {
    background-color: #ffffff;
    color: inherit;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.chat-view .ibox-content-less {
    padding: 0;
}

.article .ibox-content-less {
    padding: 40px;
}

.skin-1 .ibox-content-less {
    border-width: 1px;
}

.skin-1 .ibox-content-less:last-child {
    border-style: solid solid solid solid;
}

.skin-2 .ibox-content-less {
    background: rgba(255, 255, 255, 0.4);
    border: none !important;
}

.skin-2 .ibox-content-less {
    border-width: 1px;
}

.skin-2 ibox-content-less:last-child {
    border-style: solid solid solid solid;
}

.skin-3 .ibox-content-less {
    border-width: 1px;
}

.skin-3 .ibox-content-less:last-child {
    border-style: solid solid solid solid;
}

.ibox-content-less h1,
.ibox-content-less h2,
.ibox-content-less h3,
.ibox-content-less h4,
.ibox-content-less h5 {
    margin-top: 5px;
}

.not-single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}

.modal-border {
    background: #f8fafb;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.labelsPadding {
    padding-top: 7px;
}

/*Fix Show submenus menu Lateral minimizado*/

#side-menu .nav-second-level .nav-label {
    display: inline-block;
}

#side-menu .nav-second-level {
    min-width: 207px;
}

.marginDateTime-Dosificacion {
    padding-left: 15px;
    padding-right: 15px;
}

.input-validation-error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.itemProducto {
    min-height: 350px;
}

.table-td-hover .td-hover:hover {
    background-color: lavender;
}

.field-validation-error {
    color: red;
    font-style: italic;
}

.note-editor {
    min-height: 100px;
}

.gray-bg,
.bg-muted {
    background-color: #f3f3f4;
}

.drop-down-container {
    position: relative;
}

.drop-down {
    position: absolute;
}

.btn-default-larg {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    min-width: 130px;
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    height: 100%;
    padding: 0px;
}

.dz-preview .dz-filename {
    background-color: #FFFFFF;
}

@media screen and (min-width: 767px) {
    .table-responsive {
        width: 100%;
    }
}

.expandir-fondo {
    margin-bottom: 200px;
}

footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    right: 0;
}

div.input-validation-error>.chosen-container-single .chosen-single {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.dropdown-menu {
    min-width: unset
}

.btn .caret {
    margin-left: 5px;
}

#thumbwrap {
    position: relative;
}

.thumb span {
    position: absolute;
    visibility: hidden;
}

.thumb:hover,
.thumb:hover span {
    visibility: visible;
    top: 0;
    left: 100px;
    z-index: 1;
}

img.firma {
    border: 2px solid green;
    width: 300px;
}

.pace .pace-progress {
    height: 4px;
}

[v-cloak] {
    display: none;
}
