
.video_cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-color: #d9e6ed;
}

.video_cover:hover{
    opacity: .8;
}


.div_global_default_form_image_thumbnail{
    width: 200px;
    height: 200px;
    border: 1px #ccc solid;
}

.div_global_default_form_image_thumbnail_message{
    display: none;
}


.page_number
{
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: #c1d6e0 1px solid;
    text-align: center;
    margin-right: 10px;
    font-size: 13px;
    font-family: aller_regular;
    background-color: #d9e6ed;
    color: #1e7ba5;
    display: inline-block;
    float: none;

}

.page_number:hover{
    background-color: #c1d6e0;    
}

.page_number_selected{
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: #ccc 1px solid;
    text-align: center;
    margin-right: 10px;
    font-size: 13px;
    font-family: aller_regular;
    background-color: #165370;
    color: #fff;
    display: inline-block;
    float: none;

}

.page_number_line{
    /*border-top: 1px solid #C1D6E0;
    width: 100%;
    padding: 20px;
	
    display: block;
    margin-left: auto;
    margin-right: auto;*/
    border-top: 1px solid #C1D6E0;
    display: flex;
    width: 100%;
    align-items:-webkit-center;
    align-items: center;
    justify-content: center;
    /*margin: 30px 0px 30px;*/
    margin: 0 auto;
    padding-top: 8px;

    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row /* works with row or column */;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 8px;
	
    text-align: center;
}

/*calendar*/
.ui-datepicker{
    background-color: #fff;
    border: 1px solid #c1d6e0;
    margin: 5px 0 0 -5px;
    font-size: 12px;
    color: #1e7ba5;
    padding: 0px;
    display: none;
    max-width: 250px;
    height: 230px;
    /*
     *width: 16%;
     padding: 20px;
     width: 250px;
    height: 250px;*/
    overflow: hidden;
}



td{
    width:20px;
    height: 20px;
}



.ui-datepicker-header{
    width: 100%;
    margin: 15px 0;
}

.ui-datepicker-calendar{
    margin: 0 15px;
    margin-right: 20px;
}


.ui-state-default{

    width:10px;
    height: 10px;
    border: 0px solid #c1d6e0;
    text-decoration: none;
    padding: 5px 7.5px;
    line-height: 10px;
    text-align: center;
}



.ui-state-default:hover{
    background-color: #1e7ba5;
    color:#fff;
}



.ui-datepicker-title{
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: aller_regular;
    text-align: center;
}



.ui-datepicker-prev{
    float: left;
    cursor: pointer;
    padding-left: 20px;
    font-family: aller_bold;
}



.ui-datepicker-next{
    float: right;
    cursor: pointer;
    padding-right: 20px;
    font-family: aller_bold;
}


.ui-datepicker-next:hover, .ui-datepicker-prev:hover{
    text-decoration: underline;
}

a{
    color:#1e7ba5;
}

/* subscription */

.div_subscriptions_package{
    width: 30%;
    background-color: rgba(189, 209, 218, 0.3);
    margin-left: -1px;
    margin-right: 10px;

}

.div_subscriptions_package_price{
    width: 100%;
    border: 1px solid #c1d6e0;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    color: #165370;
    font-family: aller_regular;
}

.div_subscriptions_package_description{
    width: 100%;
    height: 250px;
    border: 1px solid #c1d6e0;
    margin-top: -1px;
    font-size: 13px;
	padding: 20px;
	line-height: 26px;
	color: #165370;
	text-align: center;
}

.div_subscription_title_package{
    font-family: aller_bold;
    text-transform: uppercase;
}

.div_subscriptions_package_action{
    width: 100%;
    height: 70px;
    border: 1px solid #c1d6e0;
    margin-top: -1px;
}

.div_subscriptions_package_action_button{
    background-color: #165370;
}

.div_subscriptions_package_action_button.selected{
    background-color: #1e7ba5;
}

.div_subscriptions_package_action_button,
.div_subscriptions_package_action_button_text{
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
	font-family: aller_light;
	text-transform: uppercase;
}

.div_admin_area_container,
.div_admin_typologies_container
{
    width: 220px;
    margin-left: 25px;
    margin-top: 30px;
}

.div_admin_typologies_item,
.div_admin_typologies_item_sub
{
    font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #c1d6e0;;
	margin-bottom: 10px;
	width: 220px;
	margin-right: 20px;
}