/* Write your custom CSS here */

.navbar .logo-box img {
    max-width: 260px;
}

.small-sidebar .topmenu-outer {
    margin-left: 290px;
}

.recipe-list-item {
    border: 1px solid;
    padding: 10px;
}

.pos {
    background-color: #12AFCB;
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 22px;
    padding-left: 24px !important;
}

.pos:focus,
.pos:active {
    background-color: #0e7a8d;
}

.desc-vista-previa {
    color: #676767;
}

.template-list img {
    border: 1px solid #ccc;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.profile-image {
    position: relative;
    margin: 100px 20px 20px;
}

.itemdescripcion {
    font-size: 0.8em;
}

.hover-div-order {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.ui-state-default {
    background: none;
    position: relative;
}

.profile-image-container img {
    border: 1px solid #ccc;
    background-color: rgba(0, 0, 0, 0.1);
}

.resumen-pagina {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 400px;
}

.dropzone {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    background-color: #7a6fbe !important;
    color: white !important;
    font-size: 20px;
    min-height: auto !important;
}

.btn-ayuda {
    color: #fff !important;
}

.btn-ayuda:hover,
.btn-ayuda:visited,
.btn-ayuda:focus,
.btn-ayuda:active {
    background-color: #d9534f !important;
}

.banner-box {
    position: relative;
    width: 500px;
    height: 60px;
    float: left;
    display: table;
}