/* GENERIC */
.half {
	width:50%;
}
.full {
    width: 100% !important;
}
.width90 {
    width: 90% !important;
}
.width80 {
    width: 80% !important;    
}
.width70 {
    width: 70% !important;    
}
.width60 {
    width: 60% !important;    
}
.width40 {
    width: 40% !important;    
}
.width30 {
    width: 30% !important;
}
.width20 {
    width: 20% !important;    
}
.width10 {
    width: 10% !important;    
}
.width48 {
    width: 48% !important;
}
.width98 {
    width:98% !important;
}
.width23 {
    width:23% !important;
}
.height100 {
    height: 100% !important;
}
.height50 {
    height:50% !important;
}
.left {
	float:left;
}
.right {
	float:right;
}
.one-fifth {
    width: 20%;
}
.two-fifth {
    width: 40%;
}
.three-fifth {
    width: 60%;
}
.four-fifth {
    width: 80%;
}
.five-fifth {
    width: 100%;
}
.one-fourth {
    width: 25% !important;
}
.one_third {
    width: 33.3%;    
}
.two_third {
    width: 66.6%;    
}
.three_third {
    width: 99.9%;    
}
.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
    border: 0 !important;
}
.bottom_last {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.noborder {
	border:none !important;
}
.nobackground {
    background: none !important;
}
.border_right {
	border-right: 1px solid #e1e1e1 !important;
}
.border_left {
	border-left: 1px solid #ffffff !important;
}
.fixed_width {
	width: 980px;
    max-width:980px;
	margin: 0 auto;
}
.bigfont {
	font-size: 22px !important;
}
.font_ninety {
    font-size: .9em !important;
}
.font_eighty {
    font-size: .8em !important;    
}
.font_seventy {
    font-size: .7em !important;       
}
.font_seventy_med {
    font-size: .75em !important;       
}
.font_sixty {
    font-size: .6em !important;
}
.margin-right {
    margin-right: 3%;
}
.nomargen {
    margin-right: 0;
}
.nopadding {
    padding: 0 !important;
}
.padd1 {
    padding:1em !important;
}
.padd2 {
    padding:.5em !important;
}
.linehei-custom {
    line-height:1.5 !important;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.block {
    display: block !important;
}
.table {
    display: table !important;
}
.table-cell {
    display: table-cell !important;
}
.table-row {
    display: table-row !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-top {
    vertical-align: top !important;    
}
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
.fnone {
    float: none !important;
}
.clear {
    clear: both !important;
}
.pointer {
    cursor: pointer !important;
}
.txtleft {
    text-align: left !important;
}
.txtright {
    text-align: right !important;
}
.txtcenter {
    text-align: center !important;
}
.bold {
    font-weight: bold !important;
}
.italic {
    font-style:italic;
}
.normal {
    font-weight: normal !important;
}
.lightblue {
    color: #09c !important;
}
.darkblue {
    color: #024 !important;
}
.lightgrey {
    color: #999 !important;    
}
.green {
    color: #688C00;
}
.white {
    color: #fff !important;
}
.red {
    color: #8C0000;
}
.no-decoration {
    text-decoration: none !important;
}
.no-list-type {
	list-style-type:none;
}
.no-color {
    color: inherit;
}
.hover:hover {
    background: #D9F0F7 !important;
}
.h50 {
    height: 50% !important;
}
.h100 {
    height: 100% !important;    
}
.gradient {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.box-sizing {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
.margin_centered {
    margin: 0 auto !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.button_change{
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    color: #002244;
    cursor: pointer;
    font-size: 0.7em;
    margin: 0;
    margin-top: 8px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    display: inline-block;
}
.button_change:hover {
    background-color: #09c;
    color: #fff;
    box-shadow: 0 0 4px #c6c6c6;
}
.button_download_pdf {
    -moz-box-sizing: border-box;
    background: url("/Themes/CLCWebMemberMario/Styles/img/download_pdf.png") no-repeat scroll center center transparent;
    height: 74px;
    line-height: 74px;
    padding: 0 70px 0 8px;
    width: 233px;
    margin: 10px auto !important;
}
.button_download_pdf:hover {
    background: url("/Themes/CLCWebMemberMario/Styles/img/download_pdf_hover.png") no-repeat scroll center center transparent;
}
.text_ajaxbusy {
    padding-top: 20px;
}
@font-face {
    font-family: 'stamped';
    src: url('fonts/Top_Secret-webfont.eot');
    src: url('fonts/Top_Secret-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Top_Secret-webfont.woff') format('woff'),
         url('fonts/Top_Secret-webfont.ttf') format('truetype'),
         url('fonts/Top_Secret-webfont.svg#Top_Secret') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* END OF GENERIC */

/* LOADING */
#ajaxBusy {
    background: none repeat scroll 0 0 white;
    display: block;
    float: right;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}
#ajaxBusy div {
    width: 100%;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -16px;
    position: absolute;
	background:url("/Themes/CLCWebMemberMario/Styles/img/loading.gif") no-repeat center center;
}
/* END OF LOADING */

/*LOADING DASHBOARD MENU*/
#please-wait {
	background:url("/Themes/CLCWebMemberMario/Styles/img/loading.gif") no-repeat center center rgb(255,255,255);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}
/*END OF LOADING DASHBOARD MENU*/


/********************** MESSAGES Y ALERTS ************************/
.message_open {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    box-shadow: 0 0 4px #333333;
    height: auto;
    left: 50% !important;
    margin-left: -320px;
    margin-top: -100px;
    top: 50% !important;
    width: 640px;
}
.message_closed {
    transition: all 0.2s ease 0s;
    margin: 0 5px;
}
.messages {
    height: 100%;
    width: 78px;
    background-color: #024 !important;
}
.message_alert {
    border-right: 5px solid #FFBF00;
    border-bottom: 3px solid #fff;
    /*background: url("/Themes/CLCWebMemberMario/Styles/img/icon_messages_tabs.png") no-repeat scroll center 20px #002244;*/
    background-color: #024 !important;
    color: #FFBF00;

}
.message_info {
    border-right: 5px solid #09c;
    border-bottom: 3px solid #fff;
    /*background: url("/Media/Default/icons/message_info.png") no-repeat scroll center 20px #002244;*/
    background-color: #024 !important;
    color: #09c;
}
.message_offers {
    border-right: 5px solid #FF8000;
    border-bottom: 3px solid #fff;
    /*background: url("/Media/Default/icons/message_offer.png") no-repeat scroll center 20px #002244;*/
    background-color: #024 !important;
    color: #FF8000;
}
.message_test {
    border-right: 5px solid #FF8000;
    border-bottom: 3px solid #fff;
    /*background: url("/Media/Default/icons/message_offer.png") no-repeat scroll center 20px #002244;*/
    background-color: #024 !important;
    color: #FF8000;
}
.messages_content {
    padding: 0 20px !important;
    width: 517px;
}
dd h3 {
    border-bottom: 1px dotted #333333;
    font-size: 1.1em !important;
    padding-top: 30px !important;
    padding-left: 8px;
}
dd p {
    padding-top: 20px;
    padding-left: 8px;
}
.message_icons_container {
    height: 00px;
}
.dashboard_alert {
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
}
.close_button {
    background: url("/Media/Default/icons/close_button.png") no-repeat scroll center center;
    width: 35px;
    height: 35px;
    z-index: 10;
    top: -15px;
    right: -15px;    
}
.muestra_icono_mensaje {
    background: url("/Media/Default/icons/bg_icon_hasmessage.jpg") no-repeat scroll center center;
    width: 60px;
    height: 50px;
}
/**************** EN OF MESSAGES Y ALERT ********************/


/* PAGINA ESTATICA CHOICE, FLEXIBILITY, BENEFITS */
 .table_choice_cell_left {
    background-color: #E2E2E2;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #fff;
}
 .table_choice_cell_right {
    background-color: #e98001;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
}