﻿* {
    outline: none;
}

a {
    cursor: pointer;
}

.inline_block {
    display: inline-block !important;
}

.box_shadow_none {
    box-shadow: none !important;
}

/*
.campos_titulos {
    display: block;
    font: 700 12px 'SF-Pro', sans-serif !important;
}
    */

a,
select,
label[for],
button,
.pointer {
    cursor: pointer !important;
}

.label_inside_inline_block label,
.label_inside_inline_block span {
    display: inline-block;
}

.label_inside_margin_left_5px label,
.label_inside_margin_left_5px span {
    margin-left: 5px;
}



/*=======================================================================
	font-size
 ========================================================================*/

.font-size20px {
    font-size: 20px;
}





/*=======================================================================
	position
 ========================================================================*/
.position_relative {
    position: relative;
}



/*=======================================================================
	align
 ========================================================================*/
.align_top {
    vertical-align: top;
}

.align_bottom {
    vertical-align: bottom;
}

.align_middle,
.texto_middle {
    vertical-align: middle !important;
}

.center,
.center-align {
    text-align: center !important;
}

.right-align {
    text-align: right !important;
}


/*=======================================================================
	border
 ========================================================================*/
.border_radius_10px {
    border-radius: 10px;
}

.no_border_left {
    border-left: none !important;
}

.no_border_right {
    border-right: none !important;
}

.no_border_bottom {
    border-bottom: none !important;
}



/*=======================================================================
	select
 ========================================================================*/
.cursor_pointer,
.cursor_pointer input,
.cursor_pointer label {
    cursor: pointer !important;
}

select {
    cursor: pointer;
}



/*=======================================================================
	bold
 ========================================================================*/
.bold400 {
    font-weight: 400;
}

.bold500 {
    font-weight: 500;
}

.bold600 {
    font-weight: 600;
}



/*=======================================================================
	line-height
 ========================================================================*/
.line_height_30px {
    line-height: 30px;
}



/*=======================================================================
	height
 ========================================================================*/
.height_30px {
    height: 30px;
}

.height_35 {
    height: 35px;
    vertical-align: middle;
}

.height_50px {
    height: 50px !important;
}

.height_80px {
    height: 80px !important;
}

.height_100px {
    height: 100px !important;
}

.min_height_35px {
    min-height: 35px;
}



/*=======================================================================
	width
 ========================================================================*/
.width_100px {
    width: 100px;
}

.min-width-155px {
    min-width: 155px;
}

.min-width-200px {
    min-width: 200px;
}



/*=======================================================================
	margin
 ========================================================================*/
.before_no_margin:before {
    margin: 0px !important;
}

.margin_top_10px {
    margin-top: 10px;
}

.margin_top_15px {
    margin-top: 15px;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-top-50px {
    margin-top: 50px;
}

.margin_right_5px {
    margin-right: 5px;
}

.margin_left_5px {
    margin-left: 5px;
}

.margin_left_15px {
    margin-left: 15px;
}

.margin_left_40px {
    margin-left: 40px;
}

.margin_bottom_10px {
    margin-bottom: 10px !important;
}

.margin_bottom_15px {
    margin-bottom: 15px !important;
}

.margin_bottom_0px {
    margin-bottom: 0px !important;
}



/*=======================================================================
	padding
 ========================================================================*/
.padding-left_0px {
    padding-left: 0px !important
}

.padding_0px {
    padding: 0px !important
}


/*=======================================================================
	Mensagens sucesso / erro / etc
 ========================================================================*/

.msg_success {
    text-align: left;
    background: #D4F684 url('../img/icons/aviso-sucesso.png') 7px 15px no-repeat;
    border: 1px solid #739f1d;
    display: block;
    padding: 15px 10px 10px 40px;
    margin: 6px 0;
    color: #000;
    font: 600 12px/1.6 'Open Sans', sans-serif;
}

.msg_success_short {
    background-color: #D4F684;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid #739f1d;
    color: #000;
    font-size: 11px;
}

.msg_warning {
    text-align: left;
    background: #FEFFC8 url('../img/icons/aviso-alert.png') 7px 15px no-repeat;
    border: 1px solid #F1AA2D;
    display: block;
    padding: 15px 10px 10px 40px;
    margin: 6px 0;
    color: #000;
    font: 600 12px/1.6 'Open Sans', sans-serif;
}

.msg_warning_short {
    background-color: #FEFFC8;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid #F1AA2D;
    color: #000;
    font-size: 11px;
}

.msg_erro {
    text-align: left;
    background: #F5D9D9 url('../img/icons/aviso-erro.png') 7px 15px no-repeat;
    border: 1px solid #D68989;
    display: block;
    padding: 15px 10px 10px 40px;
    margin: 6px 0;
    color: #000;
    font: 600 12px/1.6 'Open Sans', sans-serif;
}





/*=======================================================================
	ToolTip
 ========================================================================*/
.RadToolTip_MetroTouch {
    /*background: rgba(0, 0, 0, 0.07) !important;
    box-shadow: inset rgba(0, 0, 0, 0.12) 0 0 4px, rgba(255, 255, 255, 0.3) 0 0 1px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;*/
    padding: 11px !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.RadToolTip .rtWrapperContent {
    text-align: center;
}

/*
.RadToolTip_MetroTouch h6 {
    font: 700 15px/1.6 'Open Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
*/

div.RadToolTip table.rtWrapper td.rtWrapperContent {
    padding: 20px !important;
}


.RadToolTip_MetroTouch.rtVisibleCallout .rtCallout.rtCalloutTopRight,
.RadToolTip_MetroTouch.rtVisibleCallout .rtCallout.rtCalloutTopCenter,
.RadToolTip_MetroTouch.rtVisibleCallout .rtCallout.rtCalloutTopLeft {
    margin-top: 0px !important;
}


@media only screen and (max-width: 400px) {
    .RadToolTip.responsive .rtWrapperContent {
        width: 250px
    }
}

@media only screen and (max-width: 600px) {
    .RadToolTip.responsive .rtWrapperContent {
        width: 450px
    }
}

@media only screen and (min-width: 601px) {
    .RadToolTip.responsive .rtWrapperContent {
        width: 500px
    }
}


/*=======================================================================
	autocomplete dos friends no suggest club
 ========================================================================*/
.racSlide {
    z-index: 99999 !important;
}



/*=======================================================================
	RadScheduler
 ========================================================================*/
.rsContentScrollArea {
    z-index: 0;
}



/*=======================================================================
	month links activities
 ========================================================================*/
.links_month_activities {
    word-spacing: 10px;
    text-align: center;
}

.links_month_activities a {
    display: inline-block;
    background-color: #eee;
    border: 1px solid white;
    box-shadow: 0px 0px 10px #888888;
    margin-right: 20px;
}


.links_month_activities a:last-child {
    margin-right: 0px;
}


.links_month_activities a span:first-child {
    font-size: 10px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    background: none;
    overflow: hidden;
    padding: 0px;
    background-color: #aaa;
}

.links_month_activities a.active span:first-child {
    background-color: darkorange;
}


.links_month_activities a:hover span:first-child {
    background-color: #039be5;
}

.links_month_activities a span:last-child {
    line-height: 40px;
    width: 60px;
    color: #787878;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}



@media only screen and (max-width: 800px) {

    .links_month_activities a span:last-child {
        line-height: 40px;
        width: 60px;
        font-size: 21px;
    }
}


@media only screen and (max-width: 700px) {

    .links_month_activities {
        word-spacing: 5px;
    }

    .links_month_activities a span:last-child {
        line-height: 40px;
        width: 60px;
        font-size: 21px;
    }
}

@media only screen and (max-width: 650px) {

    .links_month_activities {
        word-spacing: 5px;
    }

    .links_month_activities a span:last-child {
        line-height: 30px;
        width: 50px;
        font-size: 18px;
    }
}


@media only screen and (max-width: 550px) {

    .links_month_activities {
        word-spacing: 3px;
    }

    .links_month_activities a span:last-child {
        line-height: 18px;
        width: 38px;
        font-size: 12px;
        font-weight: 400;
    }
}


@media only screen and (max-width: 450px) {

    .links_month_activities {
        word-spacing: 1px;
    }

    .links_month_activities a span:last-child {
        line-height: 13px;
        width: 34px;
        font-size: 10px;
        font-weight: 400;
    }
}



/*=======================================================================
	slider da materialize
 ========================================================================*/

.slider .slides li img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slider .slides li .caption {
    width: inherit;
}

.slider .slides li .caption.top_left {
    top: 8%;
    left: 5%;
}

.slider .slides li .caption.top_center {
    top: 8%;
    left: 0;
    right: 0;
    text-align: center;
}

.slider .slides li .caption.top_right {
    top: 8%;
    right: 5%;
    left: inherit;
    text-align: right;
}

.slider .slides li .caption.bottom_left {
    bottom: 8%;
    left: 5%;
    top: inherit;
}

.slider .slides li .caption.bottom_center {
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
    top: inherit;
}

.slider .slides li .caption.bottom_right {
    bottom: 8%;
    right: 5%;
    left: inherit;
    top: inherit;
    text-align: right;
}




/*=======================================================================
	mytitle
 ========================================================================*/


*[mytitle]:hover:after {
    content: attr(mytitle);
    padding: 4px 8px;
    color: #fff;
    position: absolute;
    margin-top: 23px;
    white-space: nowrap;
    z-index: 999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: var(--accent-color);
    line-height: 18px;
    font: 500 12px/1.6 'Open Sans', sans-serif !important;
    text-shadow: none;
}


*[mytitle-black]:hover:after {
    content: attr(mytitle-black);
    padding: 4px 8px;
    color: #fff;
    position: absolute;
    margin-top: 23px;
    white-space: nowrap;
    z-index: 999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #000;
    line-height: 18px;
    font: 500 12px/1.6 'Open Sans', sans-serif !important;
    text-shadow: none;
}