@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Advent+Pro:400,500,600,700");

html {
    font-size: 1em;
    background: white;
}

body {
    color: #5d5f65;
    width: auto;
    background-color: white !important;
    font-family: Lato;
    font-weight: 400;
    line-height: 1.3;
    transition: max-width 0.35s ease-out, max-height 0.35s ease-out;
}

html,
body {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b334a;
    font-weight: 600;
}

h1,
h2,
h3 {
    font-family: Lato;
}

h1 {
    line-height: 0.8;
    margin: 0.77em 0;
}

p {
    line-height: 1.5;
    margin-bottom: 1.5em;
}

a {
    color: #212226;
    text-decoration: none;
}

a:hover {
    color: #2b334a;
    text-decoration: none;
}

.celama-link {
    color: #174b6f !important;
}

head {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 150;
    color: #333;
    background: rgba(255, 255, 255, 0.25);
}

head::before {
    display: none;
}

head:hover {
    background: rgba(255, 255, 255, 0.5);
    color: red;
}

#main {
    padding-bottom: 50px;
    background-color: white;
}

#celama-container {
    max-width: 1170px;
    width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-go-back-button {
    text-align: right;
}

@media (min-width: 75em) {
    #celama-container {
        width: auto;
    }
}

sidebar {
    background: white;
    width: 309px;
}

sidebar h2 {
    font-family: Lato;
    font-size: 1.250em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #384850;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
}

sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: white;
}

sidebar .active-sidebar-option {
    background-color: white !important;
}

sidebar .active-sidebar-option a {
    color: #90351f;
    background-color: transparent;
}

sidebar .active-sidebar-option {
    border-left: 4px solid #90351f;
    color: #90351f;
    background-color: white;
}

sidebar ul li {
    width: 309px;
    height: 69px;
    background-color: white;
    border-bottom: 0.5px #ededed solid;
    cursor: pointer !important;
}

sidebar ul li::after {
    content: none;
}

sidebar ul li:hover {
    border-left: 4px solid #90351f;
    color: #90351f;
    background-color: white;
}

sidebar ul li:hover a {
    color: #90351f;
    background-color: transparent;
    padding-left: 10px;
}

sidebar ul li a {
    display: block;
    width: 300px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #455962;
    padding-top: 26px;
    background-color: white;
    margin-left: 15px;
    margin-right: 10px;
}

#container-no-sidebar {
    max-width: 1170px;
    width: 950px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 75em) {
    #container-no-sidebar {
        width: auto;
    }
}

#content {
    width: 100%;
    border-left: 1px solid #ededed;
    padding-left: 20px;
    padding-top: 20px;
}

#box-go-top {
    width: 113px;
    height: 90px;
    display: none;
    position: fixed;
    top: 50%;
    right: 2%;
    cursor: pointer;
}

#content #box-go-top {
    right: 10% !important;
}

@media (min-width: 1250px) {
    #box-go-top {
        right: 2%;
    }
}

@media (min-width: 1350px) {
    #box-go-top {
        right: 2%;
    }
}

@media (min-width: 1450px) {
    #box-go-top {
        right: 2%;
    }
}

@media (min-width: 1550px) {
    #box-go-top {
        right: 2%;
    }
}

@media (min-width: 1650px) {
    #box-go-top {
        right: 2%;
    }
}

@media (min-width: 1750px) {
    #box-go-top {
        right: 2%;
    }
}

@media (min-width: 1800px) {
    #box-go-top {
        right: 2%;
    }
}

#box-go-top #go-top {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#box-go-top #go-top img {
    padding: 0 23px 25px 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#text-go-top {
    height: 25px;
    font-family: Lato;
    font-size: 0.750em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    color: #485E67;
    margin-left: 8px;
}

.box-list .box {
    min-height: 145px;
    border-radius: 4px;
    background-color: white;
    margin-left: 10px;
    margin-right: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    position: relative;
}

.box-list .box .title {
    font-family: Lato;
    font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin-left: 20px;
    margin-top: 15px;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
}

.box-list .box .title a {
    color: #485E67;
}

.box-list .box .description {
    font-family: Lato;
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #6c7e87;
    display: inline-block;
    margin: 2px 0 20px 20px;
}

.box-list .box-button {
    height: 25px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    margin-top: 10px;
    color: white;
    border-radius: 3px;
    background-color: #384850;
    padding: 5px 10px 30px 10px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.accordion .box-button:hover {
    background-color: #263035;
}

@media (min-width: 75em) {
    .box-list .box-button {
        padding: 5px 30px 30px 30px;
    }
}

.accordion {
    position: relative;
    display: inline-block;
    width: 100%;
}

.accordion .ui-accordion-header-icon {
    display: none !important;
}

.accordion .box-accordion {
    border: 0;
    background-color: #f9f9f9;
    overflow-x: hidden !important;
    position: relative;
    margin-right: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.accordion .box-accordion .information-message {
    margin-top: 0 !important;
}

.accordion .info {
    display: inline-block;
    text-decoration: none !important;
    font-size: 1em;
    color: #90351f !important;
    font-family: arial;
    font-weight: bold;
}

.accordion .info::after {
    display: inline-block;
    content: "";
    border: 3px solid #90351f;
    width: 22px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    right: 57px;
    top: 4px;
}

.accordion .info::after:hover {
    opacity: 0.8;
}

.accordion .info:hover {
    opacity: 0.8;
    color: #90351f;
}

.accordion .title-accordion {
    border-left: 5px solid white !important;
    height: fit-content;
    height: -moz-fit-content;
    margin-right: 10px !important;
    position: relative !important;
    border: 1px solid #eeeeee !important;
    background-color: white !important;
    font-family: Lato;
    font-size: 1.2em !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.7px;
    text-align: left;
    color: #384850;
    padding-left: 25.9px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.accordion .title-accordion small {
    font-family: Lato;
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #6c7e87;
    max-width: 300px;
    display: inline-block;
}

@media (min-width: 75em) {
    .accordion .title-accordion small {
        max-width: 0;
        display: inline;
    }
}

.accordion .group-activity-title {
    height: 19px;
    font-family: Lato;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #485E67;
    margin-left: 4em;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.accordion .group-activity-title:first-child {
    margin-top: 5px !important;
}

.accordion .group-activity-title {
    height: 19px;
    font-family: Lato;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #485E67;
    margin-left: 4em;
    text-transform: uppercase;
}

.accordion .type-activity {
    height: 19px;
    font-family: Lato;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #384850;
    margin-left: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.accordion .first-type {
    margin-top: 0 !important;
}

.accordion .box-activity {
    min-height: 145px;
    border-radius: 4px;
    background-color: white;
    margin-left: 10px;
    margin-right: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    position: relative;
}

.accordion .img-activity {
    width: 118px;
    height: 118px;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 13px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: absolute;
}

.accordion .title-activity {
    font-family: Lato;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    margin-left: 145px;
    margin-top: 15px;
    padding-right: 164px;
    display: inline-block;
    width: 100%;
}

.accordion .title-activity a {
    color: #485E67;
}

.accordion .box-activity .inscription-activity {
    font-family: Lato;
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #6c7e87;
    display: inline-block;
    margin: 2px 0 20px 145px;
}

.accordion .inscription-button-activity {
    height: 25px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    margin-top: 10px;
    color: white;
    border-radius: 3px;
    background-color: #384850;
    padding: 5px 10px 30px 10px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.accordion .inscription-button-activity:hover {
    background-color: #263035;
}

@media (min-width: 75em) {
    .accordion .inscription-button-activity {
        padding: 5px 30px 30px 30px;
    }
}

.accordion .inscription-button-activity.registered {
    background-color: #5ca63c;
}

.accordion .inscription-button-activity.registered:hover {
    background-color: #5ca63c !important;
}

.accordion .title-accordion-active-arrow {
    float: right;
    position: relative;
    display: inline-block;
    top: 20px;
    right: 15px;
}

.accordion h3 {
    padding: 0;
    margin: 0;
    padding-right: 50px;
    display: inline-block;
}

.accordion .title-accordion-inactive-arrow {
    float: right;
    position: relative;
    display: inline-block;
    top: 25px;
    right: 15px;
}

.accordion .dull-orange-border {
    border-left: 5px solid #384850 !important;
}

.accordion .accordion-arrow {
    background-image: url("/static/base/images/arrow-active2.png");
    width: 21px;
    height: 12px;
    margin-top: -12px;
    float: right;
    position: relative;
    top: 20px;
    right: 20px;
}

.accordion .arrow-inactive div {
    background: url("/static/base/images/arrow-copy2.png");
    width: 12px;
    height: 20px;
    margin-top: -20px;
    position: relative;
    top: 25px;
}

.box-accordion {
    border-left: 5px solid #384850 !important;
}

.box-accordion .input-fake {
    width: 315px;
}

@media (min-width: 75em) {
    .box-accordion .input-fake {
        width: 365px;
    }
}

.input-fake {
    color: #485E67;
    /*border: 1px #7d7d7d solid;*/
    padding: 2px 0;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    width: 276px;
}

@media (min-width: 75em) {
    .input-fake {
        width: 395px;
    }
}

.input-fake-long {
    color: #485E67;
    /*border: 1px #7d7d7d solid;*/
    padding: 2px 0;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    width: 790px;
}

.input-fake-textarea {
    border: 1px #7d7d7d solid;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 0 20px;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 790px;
}

.action-buttons {
    position: relative;
    top: -5px;
    float: right;
}

.action-buttons a {
    margin: 0 5px 0 5px;
    display: inline-block;
}

.action-buttons a:hover {
    opacity: 0.5;
}

.action-buttons a img {
    height: 24px;
    width: 24px;
}

.ui-dialog {
    z-index: 10002 !important;
    max-width: 1100px;
}

.ui-dialog-over-modal {
    z-index: 10004 !important;
}

.bulk_dialog .ui-dialog-content p {
    font-family: Lato;
    font-weight: bold;
    text-align: center;
}

.bulk_dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.bulk_dialog .ui-dialog-buttonpane .ui-dialog-buttonset .go_back {
    border-radius: 3px;
    background-color: #384850;
    padding: 0.5em 1em;
    font-size: 0.875em;
    font-family: Lato;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-right: 2.46em;
}

.modal-header {
    margin-bottom: 20px;
}

.modal-delete {
    max-width: 500px;
}

.modal-delete button,
.modal-delete input {
    border: 0;
}

.blocker.current {
    z-index: 10002 !important;
}

.blocker .modal {
    z-index: 10003 !important;
}

.tab-container {
    max-width: 100%;
}

.tab-container table {
    width: 100%;
    font-size: 14px;
}

.tab-container table tr td {
    height: 45px;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
}

.tab-container .dataTables_info {
    font-family: Lato;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #6c7e87 !important;
}

.tab-container label {
    height: 16px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #6c7e87;
}

.tab-container select {
    height: 35px;
    background-color: white;
    border: 1px solid #bdc1cc;
}

.tab-container input {
    background-color: white;
    border: 1px solid #bdc1cc;
    padding-left: 10px;
    height: 20px;
}

.tab-container input[id='id_report_date'] {
    width: 150px;
    height: 35px;
}

.tab-container input[type='submit'] {
    width: 150px;
    height: 35px !important;
    background-color: #384850;
    color: white;
    border-radius: 3px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    border: 0;
    margin-left: 1em;
    margin-top: 1px;
}

@media (min-width: 75em) {
    .tab-container table {
        font-size: 14px;
    }
}

.ui-widget * { outline: none; }

.ui-widget-header {
    background: white !important;
}

.ui-state-active {
    background-color: white !important;
    border: 1px solid #c5c5c5 !important;
    border-bottom-width: 0 !important;
}

.title-activity a {
    color: #485E67;
}

.inputs-form,
.datepicker {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #bdc1cc;
}

.primary-button {
    background-color: #384850;
    color: white;
    width: 276px;
    height: 44px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    border: 0;
    border-radius: 3px;
}

.danger-button {
    background-color: #90351f;
    color: white;
    width: 276px;
    height: 44px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    border: 0;
    border-radius: 3px;
}

.form-info-message {
    margin-top: -15px;
    background-color: lightcyan;
    margin-bottom: 8px;
    padding: 6px;
    border: solid 1px #384850;
    font-family: Lato;
    font-size: 1.000em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.django-ckeditor-widget {
    margin: 10px 0 20px 0;
    width: 100%;
}

.cke_editable[contenteditable="false"] {
    background-color: #f8f8f8 !important;
}

.last-child {
    margin-left: 25px;
}

.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.required_field {
    color: red;
}

.search_results {
    border-bottom: 0.5px #6c7e87 solid;
    margin-bottom: 15px;
}

.search_results h3 {
    margin: 0;
}

.form-search-engines {
    margin-left: 0;
    width: 309px;
}

.form-search-engines .additional_filter_separator {
    margin-bottom: 2em;
}

.form-search-engines .additional_filter_separator input {
    margin: 0;
    width: 1em;
    height: 1em;
}

.form-search-engines .additional_filter_separator span {
    font-size: 0.5em;
    font-family: Lato;
    margin-top: 0.2em;
    margin-left: 0.2em;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
}

.form-search-engines label {
    width: auto;
    height: 16px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #455962;
    margin-bottom: 0;
    margin-left: 15px;
}

.form-search-engines input {
    margin-top: 10px;
    margin-bottom: 18px;
    width: 235px;
    height: 40px;
    background-color: white;
    border: 1px solid #bdc1cc;
    padding-left: 10px;
    margin-left: 15px;
}

.form-search-engines input[type='submit'] {
    border: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    background: url("/static/base/images/ico-search.png") center no-repeat;
    background-size: 30px 30px;
    margin-left: 5px;
}

.text-over-form {
    display: block;
    margin-bottom: 10px;
}

.celama-form {
    max-width: 1170px;
    margin-right: 10px;
}

@media (min-width: 75em) {
    .celama-form {
        width: auto;
    }
}

.celama-form fieldset {
    border: 1px solid #ededed;
    width: -moz-available;
    width: -webkit-fill-available;
}

.celama-form fieldset legend {
    font-family: Lato;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #485E67;
}

.celama-form input[type='text'],
.celama-form input[type='url'],
.celama-form input[type='number'],
.celama-form input[type='password'],
.celama-form input[type='email'],
.celama-form input[type='radio'],
.celama-form input[type='checkbox'],
.celama-form select {
    margin-top: 10px;
    margin-bottom: 18px;
    width: 100%;
    height: 40px;
    background-color: white;
    border: 1px solid #bdc1cc;
    padding-left: 10px;
}


.celama-form input[type='radio'] {
    width: auto;
    height: fit-content;
    height: -moz-fit-content;
    transform: scale(2);
    margin-left: 10px;
    margin-bottom: 0;
}

.celama-form input[type='radio']:last-child {
    margin-bottom: 20px;
}

.celama-form input[type='checkbox'] {
    width: auto;
    height: auto;
    transform: scale(2);
    margin-left: 10px;
    margin-top: 10px;
}

.celama-form input[type='checkbox']:last-child {
    margin-bottom: 20px;
}

.celama-form .radiobuttons label {
    width: 300px;
    text-align: left;
    position: relative;
    top: -2px;
    left: 10px;
}

.celama-form .radiobuttons label span {
    position: relative;
    top: 4px;
    left: 3px;
}

.celama-form .radiobuttons label.last {
    margin-bottom: 20px !important;
}

.celama-form .horizontal input[type='text'],
.celama-form .horizontal input[type='url'],
.celama-form .horizontal input[type='number'],
.celama-form .horizontal input[type='password'],
.celama-form .horizontal input[type='email'],
.celama-form .horizontal select {
    width: 276px;
}

@media (min-width: 75em) {
    .celama-form .horizontal input[type='text'],
    .celama-form .horizontal input[type='url'],
    .celama-form .horizontal input[type='number'],
    .celama-form .horizontal input[type='password'],
    .celama-form .horizontal input[type='email'],
    .celama-form .horizontal select {
        width: 395px;
    }
}

.celama-form label {
    width: auto;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #6c7e87;
    margin-bottom: 0;
    display: block;
    height: fit-content;
    height: -moz-fit-content;
}

.celama-form label span {
    color: red;
}

.celama-form .center-submit {
    text-align: center;
}

.sidebar-submit input[type='submit'],
.celama-form input[type='submit'] {
    width: 280px;
    background-color: #384850;
    color: white;
    border-radius: 3px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    border: 0;
    display: inline-block;
    padding: 10px 3em;
    margin: 30px 0;
}

.sidebar-submit {
    text-align: center;
}

.sidebar-submit .button-cancel {
    margin: -20px 0 0 0 !important;
    width: 280px !important;
}

#celama-container > form {
    display: flex;
    width: 100%;
}

.celama-form label img {
    margin-top: 10px;
    cursor: pointer;
}

.celama-form .identity-type-select {
    display: inline-block !important;
    width: 80px !important;
}

.celama-form .nif-input {
    display: inline-block !important;
    width: 310px !important;
}

.celama-form h3 {
    margin: 0 0 10px 0;
}

.celama-form .modal-opener {
    border-radius: 3px;
    background-color: #384850;
    padding: 0.7em 3em 0.7em 3em;
    font-size: 0.875em;
    font-family: Lato;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    border: none;
    margin-left: 2.6em;
}

.celama-form .table-preview-wrapper .table-preview {
    margin-top: 2em;
}

.celama-form .table-preview-wrapper .table-preview colgroup col.first {
    width: 70%;
}

.celama-form .table-preview-wrapper .table-preview colgroup col.second {
    width: 15%;
}

.celama-form .table-preview-wrapper .table-preview colgroup col.third {
    width: 15%;
}

.celama-form .table-preview-wrapper .table-preview th {
    font-family: Lato;
    text-align: left;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    font-weight: bold;
    font-size: 0.875em;
    color: #6c7e87;
    text-transform: uppercase;
}

.celama-form .table-preview-wrapper .table-preview tr {
    border-bottom: 1px solid lightgray;
    font-family: Lato;
    height: 30px;
    color: #6c7e87;
}

.celama-form .table-preview-wrapper .table-preview tr:hover {
    background-color: rgba(51, 121, 183, 0.1);
}

.celama-form .table-preview-wrapper .table-preview tr td {
    padding: 0.6em 0;
}

.celama-form .table-preview-wrapper .table-preview tr td .edit_field {
    display: block;
    margin: 0 auto;
    background-image: url("../images/editar.svg");
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 28px;
    transition: 0.5s;
    background-position: center;
}

.celama-form .table-preview-wrapper .table-preview tr td .edit_field:hover {
    opacity: 0.5;
}

.celama-form .table-preview-wrapper .table-preview tr td .remove_field {
    display: block;
    margin: 0 auto;
    height: 28px;
    background-image: url("../images/ico-eliminar.svg");
    border: none;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    transition: 0.5s;
    background-position: center;
}

.celama-form .table-preview-wrapper .table-preview tr td .remove_field:hover {
    opacity: 0.5;
}

.celama-form .table-preview-wrapper .table-preview tr:first-child {
    padding: 0;
}

label .info {
    position: relative;
    left: 1em;
    text-decoration: none;
    font-size: 1.5em;
    color: #90351f !important;
    text-transform: none;
    font-family: arial;
    font-weight: bold;
}

label .info:after {
    content: "";
    border: 3px solid #90351f;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -1px;
}

.file-upload-button {
    background-color: #384850 !important;
    height: auto !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    margin-right: 10px !important;
    margin-left: 5px !important;
    margin-bottom: 25px !important;
    margin-top: 10px !important;
    width: auto;
    cursor: pointer;
}

.file-upload-button-disabled {
    background-color: lightgray !important;
    cursor: default !important;
}

fieldset legend {
    margin-bottom: 10px;
}

.delete-filters {
    margin: 0 0 20px 0 !important;
    display: inline-block;
    border: 1px solid lightgrey;
    padding: 5px 10px;
    border-radius: 4px;
    color: #4b4b4b;
    font-size: 12px !important;
    font-weight: bold !important;
    background: white;
    font-family: 'Open Sans', 'Helvetica', sans-serif !important;
}

.registered {
    background-color: #5ca63c !important;
}

.information-message {
    width: 400px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
}

.information-message i {
    color: #CDCCCC;
    display: block;
    width: 68px;
    margin: 0 auto;
}

.information-message p {
    width: auto;
    font-family: Lato;
    font-size: 1.000em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #6c7e87;
}

.information-message div {
    margin: 0 auto;
    width: 380px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #96ABB5;
}

.information-message div:hover {
    border: 1px solid #384850;
}

.information-message div a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    color: #95AAB4;
    padding-top: 10px;
}

.information-message div a:hover {
    color: #384850;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    list-style: none;
}

.pagination li a {
    width: 17px;
    height: 15px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: 0.9px;
    color: #325b6e;
    margin-right: 5px;
    padding: 5px;
}

.pagination li a:hover {
    border-bottom: 2px solid #485E67;
}

.pagination .active-pagination {
    border: 1px solid #6c7e87;
    border-radius: 2px;
}

.pagination .arrow-pagination {
    color: #485E67;
}

.error-message-page {
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.error-message-page i {
    display: flex;
    justify-content: center;
}

.error-message-page p {
    text-align: center;
}

.modified-previous-next {
    width: 210px;
    float: right;
}

.modified-previous-next a {
    border: solid 1px #6c7e87;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    outline: none;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    cursor: pointer;
}

.modified-previous-next a:hover {
    background-color: #f3f3f3;
}

.modified-previous-next a:last-child {
    margin-left: 20px;
}

@-moz-document url-prefix() {
    #footer-third-section {
        width: 260px !important;
    }
    .modified-previous-next {
        width: 225px !important;
    }
}

#delete-modal .button-confirmation {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}

.button-confirmation .button {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

#delete-modal p {
    font-family: Lato;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

#delete-modal button {
    border-radius: 3px;
    background-color: #384850;
    padding: 1em 3em 1em 3em;
    font-size: 0.875em;
    font-family: Lato;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

#delete-modal form input {
    border-radius: 3px;
    background-color: #a94442;
    font-size: 0.875em;
    padding: 1em 3em 1em 3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.detail {
    margin-top: 20px;
    background-color: #ffffff;
    padding-left: 1em;
    padding-bottom: 1em;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.detail h1 {
    text-transform: uppercase;
    font-family: Lato;
    margin: 0;
    padding: 0.67em 0;
    font-size: 1.25em;
}

.detail .info {
    margin-top: 0;
    font-size: 0.8em;
    letter-spacing: 0.8px;
    color: gray;
    font-weight: normal;
    position: relative;
    bottom: 10px;
}

.detail .description {
    font-size: 1em;
    font-weight: normal;
    padding-right: 1em;
}

.hover-text {
    top: 0;
    display: none;
    position: absolute;
    width: auto;
    min-width: 144px;
    text-align: center;
    z-index: 1999999 !important;
    background-color: #78909c;
    margin: 0 1em;
    font-size: 0.8em;
    border-radius: 5px;
    padding: 10px;
    color: #fff !important;
    font-size: 1em;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.msg {
    padding-top: 10.9px;
    padding-bottom: 9.9px;
    padding-left: 1em;
    padding-right: 1em;
    font-family: Lato;
    background-repeat: no-repeat;
    background-position: 97% 42%;
    border-radius: 6px;
    margin-bottom: 10px !important;
}

.close-msg {
    float: right;
    position: relative;
    top: -12px;
    right: -8px;
    color: inherit !important;
}

.msg.success {
    color: #66bd2b;
    background-color: #f1ffe2;
    border: 1px solid #66bd2b;
}

.msg.error {
    color: #d05143;
    background-color: #ffdcda;
    border: 1px solid #ef4836;
}

.msg.warning {
    color: #8a6d3b;
    background-color: #e8ddcc;
    border: 1px solid #8a6d3b;
    margin: 20px 25px 0 30px;
}

.msg.main {
    color: white;
    background-color: rgba(69, 91, 89, 0.8);
    border: 1px solid rgba(56, 74, 72, 0.8);
    margin: 20px 25px 0 30px;
}

.msg.info {
    color: #455b59;
    background-color: #cae2e8;
    border: 1px solid #455b59;
    margin: 20px 25px 0 30px;
}

.msgtext {
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.errorlist {
    list-style: none;
    padding: 0;
}

.errorlist li {
    color: #ef4836;
    padding-top: 10.9px;
    padding-bottom: 9.9px;
    padding-left: 1em;
    font-family: Lato;
    background-color: #ffdcda;
    border: 1px solid #ef4836;
    border-radius: 4px;
}

.error-message {
    color: #ef4836;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding-top: 10.9px;
    padding-bottom: 9.9px;
    padding-left: 1em;
    font-family: Lato;
    background-color: #ffdcda;
    border: 1px solid #ef4836;
    border-radius: 4px;
}

@media (min-width: 75em) {
    .error-message {
        width: 100%;
    }
}

@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf");
}

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

.more-info-up,
.more-info-down {
    color: #485E67;
    margin-bottom: 40px !important;
    display: inline-block;
}

.text-small {
    font-size: 0.8em;
    color: gray;
}

.loading {
    display: inline;
    width: 40px;
    margin-bottom: -22px;
}

.loading2 {
    display: inline;
    width: 40px;
    margin-bottom: -15px;
    margin-right: 10px;
}

.custom-blocker {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 999999;
    opacity: 0.5;
}

.fa-button {
    font-size: 25px !important;
    color: #384850;
    margin-top: 5px;
}

.fa-button-small {
    font-size: 18px !important;
    color: #384850;
}

.fa-danger {
    color: #a94442 !important;
}

.fa-disabled {
    color: gray !important;
    cursor: default;
}

.fa-primary {
    color: #384850 !important;
}

.fa-success {
    color: #3c763d !important;
}

.fa-warning-color {
    color: #8a6d3b !important;
}

.button.button-primary {
    background-color: #384850;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block !important;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
    width: auto;
}

.button.button-success {
    background-color: #376e39;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block !important;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: -10px;
    width: auto;
}

.button.button-clear {
    background-color: #a42b27;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block !important;
    margin-top: 50px;
    margin-right: 25px;
    margin-bottom: -10px;
    top: -47px;
    position: relative;
}

.button.button-danger {
    background-color: #a42b27;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block !important;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: -10px;
    width: auto;
}

.disable-button {
    background: lightgrey !important;
    cursor: default !important;
}

.button.button-cancel {
    background-color: #a42b27;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block !important;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 280px;
    margin-left: 10px;
    text-align: center;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    cursor: pointer;
}

.main-actions {
    display: inline-block;
    float: right;
    margin: 10px;
}

.email-copy {
    cursor: pointer;
}

input:disabled,
select:disabled {
    background-color: #f8f8f8 !important;
    cursor: default;
}

input[type="submit"]:disabled {
    background-color: lightgrey !important;
    cursor: not-allowed !important;
}

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

.open-login {
    cursor: pointer;
}

.toggle-widget {
    width: 50px;
    height: 29px;
    display: inline-block;
    cursor: pointer;
}

.toggle-on-widget {
    background-image: url("/static/base/images/on2.png");
}

.toggle-off-widget {
    background-image: url("/static/base/images/off.png");
}

.delete-filters:after {
    content: "\f00d";
    font-size: 15px;
    position: relative;
    left: 6px;
    top: 0;
    margin-right: 5px;
    color: #676767;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.delete-filters:hover {
    background: #fbfbfb;
}

.row {
    width: 100%;
}

.col-md-4 {
    width: 33%;
    display: inline-block;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.badge-light {
    color: white;
    background-color: #28545f;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #b58c5c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #6b583f transparent transparent transparent;
}

.important-text {
    font-weight: bold;
    color: #174b6f !important;
    font-size: 20px !important;
}

.important-text.danger {
    color: #7D2F1B !important;
}

.clearable-file-input label {
    display: inline-block;
}

.clearable-file-input input {
    height: 8px !important;
    width: 8px !important;
    margin-right: 5px !important;
}

.after-checkbox {
    position: relative;
    left: 32px;
    top: -3px;
}

.nowrap {
    white-space: nowrap !important;
}

.tr-danger {
    background-color:  #ffc3c8 !important;
}

.register-warning {
    margin-top: 20px;
    color: darkred;
    font-weight: bold;
    font-size: 14px;
}

.conditions_agreement > p:first-child {
    margin-top: 0;
}