body.sm * :not(i) {
    font-family: "clan" !important;
}

.menu.principal {
    border-radius: 0;
    padding: 7px;
}

img.resultadoImage {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 200px;
    padding: 3px 10px 10px 10px;
}

div.richContent {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 400px
    overflow: auto;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo {
    background-image: url('logo.png');
    display: block;
    height: 75px;
    background-repeat: no-repeat;
}

.ui.grid {
    margin-top: 0;
    margin-bottom: 0;
}

div.wicket-modal div.w_content_3 {
    border: none;
}

div.wicket-modal div.w_content_2 {
    padding: 10px;
}

div.wicket-modal div.w_caption {
    height: 2.5em;
}

div.wicket-modal h3.w_captionText {
    margin-left: 10px;
}

.imagen {
    display: inline-block;
    margin-right: 5px;
    height: 220px;
    width: 175px;
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 5px;
}

.imagen .remove {
    text-align: right;
}

.lugarTable {
    border-bottom: 1px solid #ddd;
}

.lugarTable img {
    max-height: 100px;
    border: 1px solid #ddd;
}

.lugarTable td textarea {
    height: 100px;
}

textarea.paso.small {
    height: 65px;
    min-height: 65px;
}

textarea.paso.big {
    height: 100px;
    min-height: 100px;
}

.imagenPaso {
    max-height: 100px;
    border: 1px solid #ddd;
}

.iconoCategoria {
    max-height: 60px;
    border: 1px solid #ddd;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

.flex-column {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-1 {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
}

.flex-2 {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex: 2 !important;
    flex: 2 !important;
}

.flex-column-1 {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 1px;
}

.flex-column-2 {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex: 2;
    flex: 2;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 1px;
}

.flex-column-3 {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex: 3;
    flex: 3;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 1px;
}

.child-1 {
    -webkit-flex: 1 !important;
    flex: 1 1 0 !important;
}

.referenciaPregunta {
    font-style: italic;
}

.row:hover {
    background-color: #e8e8e8;
}

.operativoList {
    height: 150px;
    overflow-y: auto;
}

.operativoRow:hover {
    background-color: #e8e8e8;
}

.headingNode {
    font-weight: bold;
    font-color: black;
}

.respuestaSelected {
    border-radius: 0.01px;
    background: #f2ffef !important;
}

.list .item .respuesta {
    padding-left: 7px !important;
}

.respuesta .header {
    font-weight: 500 !important;
}

.ui.fixed.table {
    table-layout: fixed;
}

.ui.table input {
    text-align: right;
}

.totalNumber {
    text-align: right !important;
    font-weight: bold;
}

.fiscalizacionAbierta {
}

.numberColumn {
    display: block;
    text-align: right;
}

.leftPanel {
    background: none;
}

.rightPanel {
    background: #fff;
}

.teal.button:hover {
    background: #000000 !important;
    color: #22AAE2 !important;
}

.teal.button:focus {
    background: #000000 !important;
    color: #22AAE2 !important;
}

.blue.button:hover {
    background: #000000 !important;
    color: #22AAE2 !important;
}

.blue.button:focus {
    background: #000000 !important;
    color: #22AAE2 !important;
}

.blue.button {
    background: #22AAE2 !important;
    color: #FFFFFF !important;
}

.teal.button {
    background: #0D5A73 !important;
    color: #FFFFFF !important;
}

.cancel.button {
    background: #22AAE2 !important;
    color: #FFFFFF !important;
}

.cancel.button:hover {
    background: #000000 !important;
    color: #22AAE2 !important;
}

.cancel.button:focus {
    background: #000000 !important;
    color: #22AAE2 !important;
}

a {
    background: 0 0;
    color: #4183C4;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

div.lineaGris {
    width: 100%;
    height: 5.0px;
    border-bottom: 1.0px solid #CCCCCC;
    padding: 9px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.derecha_35 {
    float: right;
    width: 35%;
}

.izquierda_65 {
    float: left;
    width: 65%;
}

.derecha {
    float: right;
    width: 50%;
}

.izquierda {
    float: left;
    width: 50%;
}

.ui.table thead th {
    text-align: center;
    vertical-align: top;
}

body {
    padding-top: 28px;
}

.ui.tabular.menu + .attached:not(.top).segment,
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
    overflow-x: auto;
}

.ui.menu .active.item {
    background-color: #d9d9d9;
    font-weight: 600;
    font-size: 15px;
}

.ui.menu .active.item:hover {
    background-color: #e6e6e6;
    font-weight: 600;
    font-size: 15px;
}

.ui.menu a.item:hover {
    background: #f2f2f2;
    font-weight: 600;
    font-size: 15px;
}

.ui.menu .link.item:hover {
    background: #e6e6e6;
}

.ui.menu .link.blackHover:hover {
    font-weight: 600;
    font-size: 15px;
}

.ui.table {
    border: 2px solid rgba(34, 36, 38, .15);
}

.anchoColumna_8 {
    width: 8%;
}

.anchoColumna_5 {
    width: 5%;
}


.sm-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    margin-bottom: 0;
    max-width: 1180px;
}


.sm-row-small {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 940px;
}

.aire {
    padding-top: 65px;
}

.divTablaOverflow {
    overflow-x: auto !important;
}

.inner-iframe {
    border: solid;
    border-color: #d4d4d5;
    border-width: 1px;
}

.columnasAltas .item {
    margin: 10px !important;
}

.columnasAltas .item > i.icon {
    float: left !important;
}

.dimmed.dimmable > .ui.animating.dimmer, .dimmed.dimmable > .ui.visible.dimmer, .ui.active.dimmer {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ui.modal, .ui.active.modal {
    margin: 0 auto !important;
    top: auto !important;
    left: auto !important;
    transform-origin: center !important;
    transition: all ease .5s;
    position: absolute !important;
}

.dimmed.dimmable > .ui.modals.dimmer.visible {
    display: flex !important;
}

body.dimmable.dimmed > .dimmer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modals.dimmer .ui.scrolling.modal {
    margin-top: 20% !important;
}

.filterLabelSolo {
    align-self: center;
    margin-inline: .8rem;
}

span.goto > span > em > span {
    font-weight: bold;
    font-size: 1.1em;
}

.sortLink {
    cursor: pointer !important;
    color: #4183C4;
}

.sortLink:hover {
    color: black;
}