.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}


/*
header {
    background-color: #7765df;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}
*/

.header {
    overflow: hidden;
    background-color: #6596df;
    padding: 10px 5px;
}

.header a {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 1px;
}

.header a.logo {
    font-size: 20px;
    font-weight: bolder;
}

.header a:hover {
    background-color: #456ba5;
    color: rgb(207, 207, 207);
}

.header a.active {
    background-color: dodgerblue;
    color: rgb(0, 0, 0);
}

.header-right {
    float: right;
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

.botonActivo {
    background-color: #4CAF50;
    border: none;
    color: white !important;
    border-radius: 5px;
    ;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
}

.botonAuditoriaCerrada {
    background-color: #920404;
    border: none;
    color: white !important;
    border-radius: 5px;
    ;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
}

.botonArchivado {
    background-color: #8d7219;
    border: none;
    color: white !important;
    border-radius: 5px;
    ;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
}

.botonParalizado {
    background-color: #494947;
    border: none;
    color: white !important;
    border-radius: 5px;
    ;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
}

.botonParalizadoGrande {
    background-color: #494947;
    border: none;
    color: white !important;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px 1px;
    cursor: pointer;
}

.botondescargaPDF {
    background-color: #333333;
    border: none;
    color: white !important;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
    float: right;
    position: inherit;
    font-weight: 550;
}

.botondescargaPDF>a {
    color: white !important;
    font-weight: 550;
}

.botondescargaPDF:hover {
    color: white !important;
    background-color: #080808;
    font-weight: 600;
}

.botonActivoGrande {
    background-color: #4CAF50;
    border: none;
    color: white !important;
    border-radius: 5px;
    ;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px 1px;
    cursor: pointer;
}

.botonAzulGrande {
    background-color: #1AA7EC;
    border: none;
    color: white !important;
    border-radius: 5px;
    ;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
}

footer {
    background-color: #6596df;
    color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer-help {
    float: right;
    margin-right: 2rem;
    margin-top: -80px;
    font-size: 16px;
}

.footer-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.footer-help a {
    color: #fff;
}

legend {
    color: #15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top: 1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color: #15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right: 2rem;
    margin-top: -80px;
    font-size: 16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0, 0, 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0, 0, 0.54);
}

.asc:after {
    content: " \2193";
}

.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required>label {
    font-weight: bold;
}

.required>label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height: 150px;
    background: none;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.over-etiquetas {
    height: 120px;
    width: 100%;
    overflow-y: scroll;
}

.fields-etiquetas {
    padding: 0.2rem 0.3rem;
    font-size: 0.875rem;
    text-align: left;
    padding-bottom: 0.5rem;
}

.checkbox {
    padding-right: 15px;
}

.checkbox-juicios {
    padding-right: 15px;
    display: inline-block;
}

.checkbox-etiquetas {
    padding-right: 15px;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}

.view .numbers .subheader,
.view .dates .subheader {
    color: #747474;
}

.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top: 1.2rem;
    border-bottom: 1px solid #eee;
}


/** Notices and Errors **/

.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0, 0, 0.74);
    padding: 5px;
}

.cake-error .cake-stack-trace {
    margin-top: 10px;
}

.cake-stack-trace code {
    background: inherit;
    border: 0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color: #fff;
    text-decoration: underline;
}

.checks {
    padding: 30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}

.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

.table-tutorial tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    text-align: left;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover,
.form button:focus {
    background: #BE840B;
    box-shadow: none;
}

.botonetiquetas[type="submit"] {
    float: left;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 5%;
}

.botonetiquetas:hover,
.botonetiquetas:focus {
    background: #124e02;
    border: 1px solid #0b2b03;
    box-shadow: none;
}

.botonetiquetas {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5%;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    bottom: 0;
    text-align: center;
    text-decoration: dashed;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    font-size: small;
    background: #186904;
    border: 1px solid #186904;
    color: #fff;
    transition: background-color 300ms ease-out
}

.container .etiquetas-holder {
    justify-content: flex-end;
    flex-direction: column;
    height: 219px;
    display: flex;
}

button {
    background: #E09B26;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.hidden {
    height: 0;
}

.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #000000;
    border: none;
    text-align: left;
}

.vertical-table tr {
    background-color: #c5c5c5;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: left;
}

.vertical-table-ancho th {
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #000000;
    border: none;
    text-align: left;
}

.vertical-table-ancho tr {
    background-color: #c5c5c5;
}

.vertical-table-ancho {
    vertical-align: middle;
}

.vertical-table-ancho td {
    text-align: right;
}

.content {
    padding: 2rem;
}


/* Use 'one true layout' methods to get equal height columns */

.container {
    overflow: hidden;
    min-height: 92%;
    /* full height almost always */
}


/* Force equal height by overflowing */

/* .content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
} */

@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.juicios-auditorias {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.content h3 {
    color: #184c52;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #184c52;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #10393d;
}

.content .related h4 {
    color: #184c52;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    /* word-break: break-all; */
}


/*estilos del header*/

.navbar-brand {
    height: 72px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.6;
    float: left;
}

.nav::after,
.navbar-collapse::after,
.navbar-header::after,
.navbar::after,
.pager::after,
.panel-body::after,
.row::after {
    clear: both;
}

.img-responsive-brand {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    max-width: 100%;
    margin-left: 15%;
    margin-top: 5%;
}

.alert {
    margin-top: 1rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger,
.alert-success ::after,
 ::before {
    box-sizing: border-box;
}

.alert-link {
    font-weight: 700;
    color: #062c33;
}

.btn-dark {
    margin-top: 1rem;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    /*  white-space: nowrap; */
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-dark:hover(.btn-dark) {
    color: #fff;
    background-color: #25282b !important;
    border-color: #1a1c1f;
}

.btn-dark-alert {
    margin-top: 1rem;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-dark-alert:hover(.btn-dark-alert) {
    color: #fff;
    background-color: #25282b !important;
    border-color: #1a1c1f;
}

.btn-success {
    margin-top: 1rem;
    color: #fff;
    background-color: #037c1d !important;
    border-color: #016e19 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-success:hover(.btn-success) {
    color: #fff;
    background-color: #006115 !important;
    border-color: #004e11 !important;
}

::placeholder {
    color: rgba(175, 105, 0, 0.70);
    opacity: 0, 70;
}

 :-ms-input-placeholder {
    color: rgba(175, 105, 0, 0.70);
}

 ::-ms-input-placeholder {
    color: rgba(175, 105, 0, 0.70);
}

.display-bloque-consulta {
    display: inline-block;
}

.busqueda-juicios {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div2 {
    grid-area: 1 / 1 / 2 / 3;
    padding: 10px;
}

.div3 {
    grid-area: 1 / 4 / 2 / 6;
    padding: 10px;
}

.div4 {
    grid-area: 2 / 1 / 3 / 3;
    padding: 10px;
}

.div5 {
    grid-area: 2 / 4 / 3 / 6;
    padding: 10px;
}


/* multiselect */


/* @charset "UTF-8"; */

.ms-offscreen {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: auto!important;
    top: auto!important
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.ms-choice {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 38px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff !important;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.ms-choice>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px
}

.ms-choice>span.placeholder {
    color: #999
}

.ms-choice>div.icon-close {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: 16px
}

.ms-choice>div.icon-close:before {
    content: '×';
    color: #888;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -14px
}

.ms-choice>div.icon-close:hover:before {
    color: #333
}

.ms-choice>div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px
}

.ms-choice>div.icon-caret.open {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.ms-drop {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px
}

.ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 2px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
    box-sizing: border-box
}

.ms-search input {
    width: 100%;
    height: auto!important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0
}

.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: .25rem 8px
}

.ms-drop ul>li .disabled {
    font-weight: normal!important;
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: default
}

.ms-drop ul>li.multiple {
    display: block;
    float: left
}

.ms-drop ul>li.group {
    clear: both
}

.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ms-drop ul>li label {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer
}

.ms-drop ul>li label.optgroup {
    font-weight: bold
}

.ms-drop ul>li.hide-radio {
    padding: 0
}

.ms-drop ul>li.hide-radio:focus,
.ms-drop ul>li.hide-radio:hover {
    background-color: #f8f9fa
}

.ms-drop ul>li.hide-radio.selected {
    color: #fff;
    background-color: #f5d48e
}

.ms-drop ul>li.hide-radio label {
    margin-bottom: 0;
    padding: 5px 8px
}

.ms-drop ul>li.hide-radio input {
    display: none
}

.ms-drop ul>li.option-level-1 label {
    padding-left: 28px
}

.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.ms-drop .ms-no-results {
    display: none
}

 ::after.date>select {
    display: inline-block;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    height: 34px;
    padding: 6px 12px;
    width: 33.3%;
    font-size: 14px;
    line-height: 1.42857143;
}

.datetime>.date>select {
    display: inline-block;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    height: 34px;
    padding: 6px 12px;
    width: 20%;
    font-size: 14px;
    line-height: 1.42857143;
}