body
{
    /*font-size:13px;*/
}
a, a:hover 
{
    color:#cf0068;
}

@font-face { 
    font-family: "The Sans Bold";
    src: url("../fonts/TheSans_B2_700_.eot");
    src: url("../fonts/TheSans_B2_700_.eot?#iefix") format("embedded-opentype"), 
         url("../fonts/TheSans_B2_700_.woff") format("woff"), 
         url("../fonts/TheSans_B2_700_.svg#TheSans_B2_700_") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: "The Sans Light";
    src: url("../fonts/TheSans_B2_200_.eot");
    src: url("../fonts/TheSans_B2_200_.eot?#iefix") format("embedded-opentype"), 
         url("../fonts/TheSans_B2_200_.woff") format("woff"), 
         url("../fonts/TheSans_B2_200_.svg#TheSans_B2_200_") format("svg");
    font-weight: normal;
    font-style: normal;
}

#container-content
{
    background-color: #f8f8f8;
    /*
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    */
}

/** header *************************************/

header {
	/*
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    */
    height: 90px;
    background-color: #f8f8f8;
}
header h1{
	font-size:28px;
	margin-top:40px;
}
@media (max-width: 768px)
{
    header h1{
        font-size:22px;
    }
}
header h1 a, header h1 a:hover
{
	color:inherit;
	text-decoration: inherit;
}
.bold-unige-title
{
    font-family: The Sans Bold;
    text-transform: uppercase;
}
.light-unige-title
{
    font-family: The Sans Light;
    text-transform: uppercase;
}
#top_unige_logo
{
    width:200px;
    height:90px;
    background-color: #cf0063;
    background-image: url("../img/design/logo-corner.png");
    background-position: 177px 51px;
    background-repeat: no-repeat;
}
#top_unige_logo img
{
    margin:14px 0 0 18px;
}
@media (min-width: 410px)
{
	#page-title-clearfix
	{
		display:none;
	}
}
@media (max-width: 410px)
{
	header h1{
        margin-top:5px;
        margin-left:5px;
        margin-bottom:0px;
        white-space: nowrap;
    }
}
/** top menus *************************************/
#menus
{
	margin-top:10px;
	margin-bottom:10px;
}
.navbar
{
	margin:0px 10px;
	min-height:20px;
	border-left:none;
	border-right:none;
	border-radius:0px;
}
@media (max-width: 1200px) {
    .navbar
    {
        font-size:0.9em;
    }
}
@media (max-width: 768px) /* navbar collapses at 768px */
{
    .navbar
    {
        font-size:1em;
    }
}

.navbar > .container-fluid
{
	padding-left:0px;
}
.navbar-nav > li > a
{
	padding:10px 10px;
	line-height:15px;
}
.navbar-default
{
	border-color:#bbb;
}
.navbar-default .navbar-nav > li > a 
{
	color:#444;
}
.navbar-default .navbar-nav > li > a:hover 
{
	background-color:#cf0063;
	color:#fff;
}
#admin_menu
{
	border-top:none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
  color: #fff;
  text-decoration-line: none;
  text-decoration-style: solid;
  background-color:#cf0063;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover 
{
    background-color: #e7e7e7;
    color: #555;
}
/** page content *************************************/
#content
{
	padding:10px;
}
.unige-topnav {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 1000;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
}
.unige-topnav span {
    color: #FFFFFF;
    font-size: 1.2em;
    position: relative;
    left: 10px;
    bottom: 0px;
    margin: 8px 0px 0px 0px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.unige-topnav:hover span {
    margin-top: 4px;
}
/** footer *************************************/
footer
{
	margin:10px 0px;
}
footer a
{
	color:#aaa;
}

/******************************************************/
/** page contents *************************************/
/******************************************************/

#date_navigate
{
    margin:-20px auto 20px auto;
    padding:5px 5px 5px 20px;
    width:510px;
    /*height:30px;*/
    /*text-align:center;*/
    background-color:#fff;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    border-left: solid 1px #bbb;
    
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius:3px;
            border-bottom-left-radius: 3px;
}
@media (max-width: 600px) {
    #date_navigate{
        width:100%;
    }
}

/** events list *************************************/
.events_day_date
{
    background-color: #cf0063;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 10px 15px 10px 0px;
    padding: 10px;
}

.event_box
{
	border:solid 1px #888;
	background-color:#fff;
    padding: 10px;
    border-radius:3px;
    margin-bottom:10px;
    /*min-height:200px;*/
    min-height:170px;
}
@media (max-width: 1200px) {
    .event_box{
        /*min-height:220px;*/
        min-height:190px;
    }
    .list-with-deadlines .event_box{
        /*min-height:250px;*/
        min-height:210px;
    }
}
@media (max-width: 992px) {
    .event_box{
        min-height:0px;
    }
    .list-with-deadlines .event_box{
        min-height:0px;
    }
}

.event_box_meta
{
	padding: 5px 0px;
}
.event_box_category
{
	text-transform:uppercase;
	font-size: 0.9em;
}
.iconed-meta {
    padding-left:1.3em;
    text-indent:-0.7em;
}
.event_box_title {
    font-size: 1.2em;
    /*font-weight: bold;*/
    margin: 0 0 10px;
}
/*
.event_box_title a
{
	color:#cf0063;
}
*/
.event_box_tags a
{
	color:#337ab7;
}
.today_childevents
{
	margin:10px 0px;
    font-weight: bold;
}
.childevents
{
    padding:5px 5px 0px 5px;
}
/*
.childevents a
{
	color:#cf0063;
}
*/
/** deadlines lists *************************************/
.events_deadlines_zone
{
    padding-top:60px;
    /*background-color:orange;*/
}
.events_deadlines_list
{
    width:100%;
    min-width:208px;
    background:#fff;
    padding:5px;
}
.events_deadlines_list h3
{
    font-size:1.4em;
    margin:0px;
    padding-bottom:10px;
    border-bottom:solid 1px #bbb;
}
.deadline_event_date
{
    font-size:0.9em;
    font-weight:bold;
    text-align:center;
    padding:3px 0px;
    background-color:#dfdfdf;
    border-bottom:solid 1px #bbb;
}
.deadline_event
{
    border-bottom:solid 1px #bbb;
    padding:4px 0px;
    /*text-align:justify;*/
}
.deadline_event:last-child
{
	border-bottom:none;
}
#xs_events_deadlines_toggle_link
{
	display:inline-block;
	text-indent:-0.7em;
	padding-left:20px;
}
#xs_events_deadlines_chevron
{
	font-size:1.1em;
}
#xs_events_deadlines_list
{
	background-color:#fff;
	padding:5px;
}
#xs_events_deadlines_list > .deadline_event_date
{
	font-size:1em;
    background-color:inherit;
    text-align:left;
    padding:3px 0px;
    border-bottom:none;
}
.xs-event-deadline
{
	padding:5px;
}
.xs-event-deadline a
{
	color:#cf0069;
}
/** event view *************************************/
.event_view_content
{
    background-color:#fff;
    padding:20px;
    border: solid 1px #e8e8e8;
}
/*
.event_view_content a
{
	color:#cf0063;
}
*/
.event_view_content p
{
	margin-top:10px;
}
#event-view-vertical-pic-sm-separator
{
	display:none;
}
@media (max-width: 550px) {
	#event-view-vertical-pic-sm-separator
	{
		display:block;
		clear:both;
	}
}
.event_view_content .child-event
{
	border:solid 1px #888;
	padding:5px;
	margin-bottom:10px;
	border-radius:3px;
}
.event_view_content .child-event-today
{
	background-color:#FFEFF6;
}
#attachments_list td
{
	padding:3px 5px;
}
/** export form *************************************/
.export_form input[type=checkbox]
{
	margin:0px;
}
/*
.export_form a, .calendar_demo a, #export_url a
{
	color:#cf0063;
}
*/
.export_explanation
{
	padding:0px 0px 10px 10px;
    color:#444;
    font-style: italic;
}
.calendar_web_export_demo
{
	width:400px;
    margin:10px auto;
}
.calendar_demo
{
    padding:10px;
    border:solid 1px #ccc;
    background-color:#fff;
}
.calendar_demo .calendar_header
{
    padding:3px;
    text-align:center;
    background-color:#eee;
}
.calendar_demo .calendar_date
{
    text-align:center;
    margin-top:3px;
}
.calendar_demo .calendar_event
{
    margin:2px 0px;
    padding:3px;
    border:solid 1px #ccc;
}
#export_url
{
    background-color:#fff;
    padding:10px;
}
/** Terms of use *************************************/
#terms_of_use
{
	margin:10px;
}
#terms_of_use h3
{
	font-size:20px;
	font-weight:bold;
}
/*
#terms_of_use a
{
	color:#cf0063;
}
*/
#convention_text
{
    padding:10px;
    background-color:#F9EBE2;
    border:solid 1px #A8A5A5;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
}

/******************************************************/
/** Misc *************************************/
/******************************************************/
.error-message, .error
{
    color:#ff0000;
}

.bg-danger{
	color:red;
	background-color:#f2dede;
}
.bg-success{
	color:green;
	background-color:#dff0d8;
}
.success, #flashMessage.message
{
	color:green;
}
.error-message, .error
{
	color:red;
}
.flash-message, #flashMessage
{
	padding:15px;
}
