
html {
    margin-top: 34px !important;
}

* html body {
    margin-top: 32px !important;
}

@media screen and ( max-width: 782px ) {
    html {
        margin-top: 46px !important;
    }
    * html body {
        margin-top: 46px !important;
    }
}

.error {
    padding-top: 18px;
    color: red;
}

body, input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus, .page #fbuilder .codepeoplecalculatedfield, .post_nav > span a, .color_2, .cmsmasters_archive_type .cmsmasters_archive_item_date_wrap:before, .img_placeholder:before, .cmsmasters_notice .notice_close, .cmsmasters_comment_item .cmsmasters_comment_item_date, .cmsmasters_wrap_pagination ul li, .cmsmasters_wrap_pagination ul li a, .cmsmasters_comments > a, .cmsmasters_likes > a, .cmsmasters_comments > a:hover, .cmsmasters_likes > a:hover, textarea:focus, select, option{
    /*color: #777 !important;*/
    color: #6384A1 !important;
}

.row input, select {
    margin-left: 10px !important;
    margin-bottom: 12px !important;
}

/* INICIA - MODIFICACIONES USABILIDAD 2018 */

.ui-datepicker .ui-datepicker-title {
    margin: 0 0em !important;
    line-height: 0.5em !important;
    text-align: left !important;
    width: 100% !important;
}

#ui-datepicker-div>div>div>select.ui-datepicker-month {
    height: 38px !important;
}

#ui-datepicker-div>div>div>select.ui-datepicker-year {
    height: 38px !important;
}

#ui-datepicker-div>div>a.ui-datepicker-prev.ui-corner-all {
    visibility: hidden !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 10px !important;
    visibility: hidden !important;
}

#ui-datepicker-div {
    left: 0px !important;
    top: 280px !important;
}
/* FIN - MODIFICACIONES USABILIDAD 2018 */

#login-box .form-input {
    margin-bottom: 8px;
    border-radius: 5px;
    height: 50px !important;
}


#login-box .button {
    background: #F8BA34;
    width: 200px;
    color: white;
    display: block;
    margin: 10px auto;
    padding: 0 33px;
    position: relative;
    text-align: center;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 49px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.spacer-sm-sm{
    padding-top: 10px !important;
}

.spacer-sm{
    padding-top: 20px !important;
}

.spacer-md{
    padding-top: 35px !important;
}

body > div.swal2-container.swal2-center.swal2-fade.swal2-shown > div > div.swal2-actions > button.swal2-confirm.swal2-styled{
    background-color: #212121 !important;
    line-height: 39px !important;
    text-transform: uppercase !important;
    font-family: 'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif !important;
    padding: 0 33px !important;
    text-align: center !important;
    border-width: 0 !important;
    border-style: solid !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    color: white !important;
}

.input-success{
    color: green !important;
    border: 1px solid green !important;
    border-radius: 4px !important;
}

.link-redirect{
    color:#989898 !important;
    font-weight:bold !important;
}

ul li, ol li {
    padding: 0px 0px;
}
