.warning {
    border: 1px solid #c00 !important;
}
.msg-alerta {
    color: #c00;
    padding: 5px 0;
}
.sublabel {
    font-weight: 500;
    font-size: 13px;
}


.site-logo {
    padding: 10px 0;
}
.default-logo img {
    width: 50%;
    min-width: 200px;
}
.sticky .sticky-logo img {
    width: 50%;
}
.topbar .topmenu.lang a:hover{
    color: #000;     
}
.dd-menu > li {
    margin-top: 2px;
}

.site-footer{
    background-color: #f7f7f7;
    color: #898989;    
}
.content {
    padding: 0px 0;
    /* min-height: 400px; */
}
.slides h2{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #222121;
    color: #ffffff;
    font-family: arial;
}

.header-info-col a {
    color: #fff;
}
.header-info-col i {
    margin-right: 4px;
}
.dd-menu {
    margin-top: 8px;
}

.content-block{	
    padding-top: 40px;
}


.widget_volunteer_form .link {
    margin-top: 20px;
}
.widget_volunteer_form .link a:hover {
    color: #898989;
}
.widget_volunteer_form .chk {
    margin-right: 6px;
    -ms-transform: scale(1.4); 
    -moz-transform: scale(1.4); 
    -webkit-transform: scale(1.4); 
    -o-transform: scale(1.4);   
}
.widget_volunteer_form .data {
    margin-bottom: 20px;
}
.widget_volunteer_form p {
    font-size: 16px !important;
}

.widget_volunteer_form.quest_list {
    float: left;
    width: 100%;
}
.widget_volunteer_form.quest_list .quest_item {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: -5px;
}

.gallery-grid-item .media-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cause-item .media-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*.gallery-grid-item .magnific-video:nth-child(4n+1) {
    clear: both;
}*/

.gallery-grid-item .grid-item-content {
    min-height: 115px;
}

.description p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}


.isotope.gallery-items li {
        opacity: 0;
        /*width: 0;
        height: 0;*/
        transform: translate(0px, 0px) scale(0.5, 0.5);
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope.gallery-items li {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope.gallery-items li {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

ul.pagination {
    float: right;
}

.table>thead>tr>th {
    font-weight: 600;
    color: #333;
}
.table .ibox-icon {
    display: inline-block;
    font-size: 18px;
}

.cause-item p.cat {
    margin-top: -12px;
    color: #b7b7b7;
}

.btn-small {
    padding: 3px 16px !important;
    font-size: 10px !important;
}

.selec_exercise_categ {
    display: none;
}

.btn_selected {
    display: none;
    cursor: default;
}
.btn_unselect {
    display: none;
}
.btn-mini {
    padding: 6px 12px;
    font-size: 11px;
}


.alert-mini {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.floating {
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(150,150,150,0.1);
    width: 75%;        
}

.current label {
    color: #333;
    margin-right: 5px;
}

.loading {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/graphic-loader.gif');
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 10%;    
    display: none;
}
.loading.mini {        
    width: 30px;
    height: 30px;
    display: none;
    margin: 0;
    margin-bottom: -10px;
    margin-left: 10px;
}

.site-logo {
    width: 22%;
}


.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;   
}

#modal_agree .modal-dialog {
    width: 800px;
}
#modal_survey .modal-dialog {
    width: 800px;
}

.modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}

.modal-backdrop {
    display: none !important;
}
.survey .modal-backdrop {
    display: block !important;
}
.survey_form .form-group .col-md-12 {
    padding-bottom: 10px;
}
.survey_form .form-group .radio input[type=radio] {
    margin-left: 0;
}

ul.subcateg-filter {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    width: 100%;
}

.pagination-video {
    width: 300px;
    margin: 0 auto;
    float: none !important;
    display: block;        
}


@media only screen and (max-width: 800px) {
    
    #modal_agree .modal-dialog {
        width: auto;
    }
    #modal_survey .modal-dialog {
        width: auto;
    }
}
.flexslider .slides > li {
    display: block;
    -webkit-backface-visibility: visible;
}
@media only screen and (max-width: 992px)
{
.dd-menu {
    top: 70px!important;

}
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none!important;
    background-color: none!important;
    background: none!important;

}


/* Forms */

.forms {
    margin-top: 50px;
    font-family:"Lato", sans-serif;
}
.forms h6 {
    font-family:"Lato", sans-serif;
}
.forms .title {
    text-align: center;
    margin-bottom: 25px;
}
.forms .title p {
    text-align: left;
    font-size: 16px !important;
    line-height: 16px;
}
.forms .survey_other_text {
    margin-top: 25px;    
}
.forms .survey_other_text p {
    text-align: left;
    font-size: 16px !important;
}
.forms .widget {
    margin-top: 20px;
}
.forms .btn {
    margin-bottom: 30px;
    margin-top: 20px;
}
.forms .msg-alert {
    color: #c00;
    margin-bottom: 30px;
}
.forms #confirm_survey p {
    text-align: left;
    font-size: 16px !important;
}

.forms .form-control.warning {
    border: 1px solid #c00 !important;
}
.forms .txt-warning p {
    color: #c00 !important;
}
.forms .form-control {
        border: 1px solid #ccc !important;
}
.forms h6.intro  {
        padding-bottom: 0px;
        display: inline-block;
        border: none;
}
.forms h6.intro p {
        font-weight: 600;        
}
.forms h6 p {
        font-weight: 500;
}
.forms .form {
        margin-top: 30px;
        margin-bottom: 30px;
}
.forms .caption {
        padding: 15px;
        color: #42b8d4 !important;
        font-size: 16px;
        background-color: #fff;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
        font-weight: 600;
}

.forms .checkbox label, .forms .radio label {
        padding-left: 20px;
}
.forms .radio label {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: -22px !important;
        margin-bottom: 20px !important;
}
.forms.no-edit input,.forms.no-edit select,.forms.no-edit textarea,.forms.no-edit label {
        pointer-events: none;
}
.forms .f-specify {
        margin-bottom: 20px;
}

.forms table {
        margin-top: 25px;
        margin-bottom: 25px;
        background-color: #fff;
        width: 100%;       
}
.forms table td {
        padding: 15px 10px 0px 10px;
        border-top: 1px solid #ddd;
}
.forms table td.head {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 5px;
        min-width: 100px;
        font-weight: 600;
}
.forms table td.head.short {
        min-width: 50px;        
}
.forms table .radio input {
        margin-left: -8px;
        margin-top: -18px;
}
.forms table .checkbox label, .forms .radio label {
        padding-left: 8px;
}
a:hover, a:active, a:focus {
    color: #42b8d4;
}
.btn-row
{
 float: right;
margin-right: 20px;
}
button.dt-button, div.dt-button, a.dt-button {
    border: 1px solid #42b8d4!important;
    color: white!important;
    background-color: #42b8d4!important;
    background-image: none!important;
    filter: none!important;
}


/* Security
----------------------------------------*/

.sec_token {
    text-align: center;
    padding: 0 !important;
    font-size: 16px;
}

.login-box.sec-login {
    width: 400px;
}

@media (max-width: 600px) {
    .login-box.sec-login {
        width: auto;
    }
}
