.loading {
    position:absolute;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 105px;
    height: 85px;
    padding: 20px;
    background-color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.loading_img {
    width: 20px;
}

#ui-datepicker-div { display: none; }

#body_container {
    /*width: 984px;*/
    width: 1024px;
    min-height: 800px;
    position: relative;     
    margin: auto;
    padding: 20px 20px 0px;
    /*margin-top: 20px;*/
    background: #231F20;
}

/*****************************
 **       MAINTENANCE       **
 *****************************/

.maintenance_dark_body {
    padding: 0;
    color: #FFFFFF;	
    background: #000000;   
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    overflow: auto;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;       
    position: relative;
}

.maintenance_dark_container {
    width: 984px;   
    margin: auto;
    text-align: center;
}

.maintenance_dark_title {
    color: #95C94A;
    font-family: 'Oswald', sans-serif; 
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
}

.maintenance_container {
    width: 984px;   
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    background: #231F20;
}

.maintenance_content {
    width: 100%;
    min-height: 100px;
    background: #FFFFFF;
    text-align: center;
    padding: 20px 0px;
}

.maintenance_title {
    color: #95C94A;
    font-family: 'Oswald', sans-serif; 
    font-size: 30px;
    line-height: 90px;
    text-transform: uppercase;
}

/************************
 **       HEADER       **
 ************************/

header {
    padding: 0px 30px;  
    background-color: #FFFFFF;
}

.brand {
    margin: 10px 0px;
    width: 150px;
    cursor: pointer;  
    float: left;
}

.navbar {
    margin: 20px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    float: right;
}

.navbar-nav {
    font-family: 'Droid Sans', sans-serif;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-nav > li > a {
    color: #231F20;
    background-color: #EEEEEE;    
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: #95C94A;       
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: #95C94A;    
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover, 
.navbar-nav > li.dropdown.open > .dropdown-toggle,
.navbar-nav > li.dropdown.active > .dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #95C94A !important;  
}

.navbar-nav > .dropdown > a .caret {
    border-bottom-color: #231F20;
    border-top-color: #231F20;    
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret,
.navbar-nav > li.active > a .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;    
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
    border-bottom-color: #231F20;
    border-top-color: #231F20;
}

.navbar-toggle {
    background-color: #EEEEEE;
}

.navbar-toggle .icon-bar {
    background-color: #231F20;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #95C94A;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #FFFFFF;
}

.nav > li + li {
    margin-left: 5px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 5px;    
}
.dropdown-menu {
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.dropdown-menu > li > a {
   color: #231F20;   
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
   color: #231F20;   
   background-color: #EEEEEE;   
}

.header-social-container {
    margin-top: 16px;
    text-align: right;
}

.social-item { }

.header-social-container > .social-item + .social-item {
    margin-left: 5px;
}

.social-image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;   
    width: 24px;
}

/*************************
 **      SLIDESHOW      **
 *************************/
.slideshow_container {
    width: 100%;
    height: 296px;  
    position: relative; 
    top: 0px;
    left: 0px;   
}

.slideshow_image {  
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slideshow_text {
    position: absolute;
    width: 360px;
    height: 90px;  
    bottom: 36px;
    right: 20px;
    z-index: 101;
    color: #FFFFFF;
    font-family: 'Droid Sans', sans-serif;        
    font-size: 14px;
    line-height: 20px; 
    padding: 10px;    
}

.slideshow_text_link {
}

.slideshow_text_link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.slideshow_text_title {
    width: 100%;
    overflow: hidden;
    font-size: 22px;
    line-height: 30px;
    height: 30px;
}

.slideshow_text_description {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.slideshow_transparency {
    position: absolute;
    width: 360px;
    height: 90px;    
    bottom: 36px;
    right: 20px;
    background: #231F20;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 100;    
}

#slideshow_image_buttons {
    bottom: 10px;
    right: 20px;
    position: absolute;
    /*text-align: center;*/
    /*width: 100%;*/
    z-index: 101;
    /*padding: 2px;*/
}

#slideshow_image_buttons_transparency {
    bottom: 10px;
    right: 20px;
    position: absolute;
    z-index: 100;
    background: #231F20;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;    
    padding: 2px;
}

.slideshow_image_button {
    float: left;    
}

.slideshow_image_button:hover {
    cursor: pointer;
    background-image: url("../images/public/slider-on.png");  
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;   
}

.slideshow_image_button_unselected {
    background-image: url("../images/public/slider-off.png");  
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    cursor: pointer;   
}

.slideshow_image_button_selected {
    background-image: url("../images/public/slider-on.png");  
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;    
}

/************************
 **     LANGUAGES      **
 ************************/
.languages_container {
    position: absolute;
    top: 112px;
    right: 70px;
    z-index: 2;
    width: 74px;
}

/************************
 **      CONTENT       **
 ************************/

.main_container {
    width: 100%;
    min-height: 600px;
    margin: auto;    
    padding: 30px;
    background-color: #FFFFFF;      
}

.main_left_container {
    float: left;
    width: 75%;    
    margin-bottom: 20px;
}

.main_right_container {
    float: left;
    width: 25%;   
}

.main_right_content {
    margin-bottom: 30px;   
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.main_right_title {
    color: #231F20;
    font-family: 'Oswald', sans-serif; 
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;    
}

.main_right_link {
    color: #95C94A;
    font-family: 'Open Sans',sans-serif; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	    
}

.main_right_link:hover {
    cursor: pointer;
    text-decoration: underline
}

.main_right_title_agenda {
    background-image: url("../images/public/calendar.png");
    background-position: -11px -11px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-left: 35px;
    line-height: 20px;
}

.main_right_title_link {
    float: left;
}

.main_right_title_link:hover {
    cursor: pointer;
    text-decoration: underline; 
}

.main_separator {
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    /*background-color: #231F20;*/
    border-top: 1px solid #EEEEEE;
}

.main_small_block_separator {
    width: 95px;
    height: 5px;
    background-color: #95C94A;
    margin-bottom: 10px;
}

#main {
    width: 100%;
    padding-right: 30px;
    text-align: left;
}

#main_side {}

.main_title {
    color: #231F20;
    font-family: 'Oswald', sans-serif; 
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;    
    width: 100%;      
}

.main_title_center {
    text-align: center;
}

.main_sub_title {
    color: #231F20;
    font-family: 'Oswald', sans-serif; 
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;    
    width: 100%;     
}

.main_title_center {
    text-align: center;
}

.main_title_small {
    color: #95C94A;
    font-family: 'Open Sans', sans-serif;       
}

.main_title_small_link {
    float: left;
}

.main_title_small_link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.main_title_tag {
    font-style: italic;
    font-size: 12px;
}

.main_description {
    font-size: 15px;
    line-height: 22px; 
    margin-bottom: 20px;      
}

.main_details_content {
   height: 40px;
   overflow: hidden;
   margin-bottom: 10px; 
}

.main_content {
    width: 100%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.main_content_image {
    float: left;
    margin: 5px 10px 5px 0px;
    max-width: 150px;
}

.main_content_left {
    width: 700px;
    height: 365px;
    padding-right: 15px;
    overflow: auto;
    float: left;
}

.main_content_right {
    width: 350px;
    height: 365px;
    padding-left: 15px;
    overflow: hidden;
    float: left;
}

.main_toggle_content_container {
    margin-top: 20px;
}

.main_toggle_content_left {
    float: left;
}

.main_toggle_content_right {
    float: right;
}

.main_info_content_container {
    margin-bottom: 20px;
}

.main_info_content_left {
    float: left;
    width: 20%;
    color: #95C94A;
    font-family: 'Droid Sans',sans-serif;
    font-weight: bold;    
}

.main_info_content_right {
    float: left;
    width: 80%;
}

.main_datetime_content {
    font-size: 14px;
    color: #999999; 
    margin-bottom: 10px;
}

.main_date {
    background-image: url("../images/public/date.png");
    background-position: -5px -5px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-left: 25px;
    line-height: 20px;
}

/********************
 **      FILES     **
 ********************/

#generic_link {
    color: #95C94A;
}

#generic_link:hover {
    color: #C11927;
    text-decoration: underline;
    cursor: pointer;
}

.generic_file_container {
    margin-top: 20px;
}

.generic_file_content {
    background-position: 0 9px;
    background-repeat: no-repeat;
    padding: 5px 20px;
}

.generic_file_title {
    color: #95C94A;
    float: left;    
}

.generic_file_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.generic_file_size {
    font-size: 12px;
    line-height: 14px;
}

.generic_file_description {}

/************************
 **      GALLERIES     **
 ************************/

.galleries_thumbnail_content {
    float: left;
    width: 135px;
    height: 100px;
    margin: 10px;
}

.galleries_thumbnail {
    width: 125px;
    height: 90px;
    background-position: center;
    background-size: 125px;
    background-repeat: no-repeat;
}

.galleries_image {
    max-width: 800px;
    max-height: 600px;
}

.galleries_slick_image {
    height: 150px;
    margin: 0px 4px;
}

.galleries_slick_loader {
    background-image: url("../images/private/ajax-loader.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: auto;
}

.slick-prev:before, .slick-next:before {
    color: #231f20;
}

/*********************
 **      LOGOS      **
 *********************/

.logos_container {
    width: 100%;
    margin: auto;    
    background-color: #231F20;  
    padding: 24px;
    position: relative;
}

.logos_text {
    color: #F2F2F2;
    font-size: 12px;
    line-height: 60px;
    text-align: center;    
}

.logos_rss {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../images/public/rss.png");
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

.logos_disclaimer {
    color: #F2F2F2;
    font-size: 9px;
    line-height: 9px;
    text-align: right;
    margin-right: 60px;
}

.logos_content {
    width: 100%;
    text-align: center;
}

.logos_image {
    display: inline-block;
    height: 100px;
    margin: 0px 15px;
    width: 100px;    
}

.logos_image:hover {
    cursor: pointer;
}

/********************
 **      HOME      **
 ********************/
.home_information_content {
   max-height: 45px;
   overflow: hidden;
}

/****************************
 **      INSTITUTIONS      **
 ****************************/

.institutions_row_container {
    position: relative;
}

.institutions_row_container_separator {
    width: 100%;
    height: 1px;
    /*border-top: 1px solid #231F20;*/
    border-top: 1px solid #EEEEEE;
    margin: 25px 0px;
}

.institutions_left_content {
    float: left;
    width: 25%;
}

.institutions_right_content {
    float: left;
    width: 60%;    
}

.institutions_members_container {
    float: left;
    width: 20%;
    margin: 0 15px;
    text-align: center;
}

.institutions_members_left_content {
    float: left;
    width: 30%;
}

.institutions_members_right_content {
    float: left;
    width: 70%; 
    text-align: left;
}

.institutions_list_image {
    max-width: 135px;
    max-height: 50px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #231F20;
    padding: 5px;	
}

.institutions_list_image:hover {
    cursor: pointer;    
}

.institutions_list_institution {
    line-height: 20px;  
    font-weight: bold;
}

.institutions_list_institution:hover {
    cursor: pointer;
    text-decoration: underline; 
}

.institutions_list_country {
}

.institutions_description {
    margin-bottom: 20px;
}

.institutions_description_image {
    float: left;
    margin: 5px 10px 10px 0;
    max-width: 150px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #231F20;
    padding: 5px;	
}

.institutions_member_image {
    max-width: 100%;
    min-height: 125px;
    max-height: 125px;
    overflow: hidden;
}

.institutions_member_name {
    /*font-weight: bold;*/
}

.institutions_member_item {

}

.institutions_member_highlight {
    color: #95C94A;
}

/****************************
 **      COMPETITIONS      **
 ****************************/

.competitions_row_container {
    margin-bottom: 5px;
}

.competitions_row_left_content {
    float: left;
    width: 25%;
}

.competitions_row_right_content {
    float: left;
    width: 75%;
}

.competitions_image {
    float: left;
    margin: 3px 10px 10px 0px;
    max-width: 150px;
}

/**********************
 **      FOOTER      **
 **********************/
.footer_separator {
    width: 100%;
    height: 5px;
    background-color: #95C94A;
    position: relative;
    margin: 20px 0px;    
}

.footer_container {
    width: 984px;
    margin: auto;    
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.footer_container_text {
    
}

.footer_container_text:hover {
    cursor: pointer;
}

/***********************
 **      BUTTONS      **
 ***********************/

.simpleButton {
    margin: 2px 5px 2px 5px;
    padding: 2px 10px 2px 10px;
    background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    color: #666666;
    cursor: pointer;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.simpleButton:hover {
    background-color: #cccccc;
    color: #0089B7;
}

/****************************
 **      COMPETITIONS      **
 ****************************/
.competitions_poster {
    width: 150px;
    margin-bottom: 10px;
    cursor: pointer;
}

/************************
 **      CALENDAR      **
 ************************/
#calendar_container {
    background-color: #EEEEEE;
    color: #231F20;
    width: 100%;
}

.div-table {
    display: table;
    text-align: center;
    width: 100%;
}

.div-table-caption {
    display: table-caption;
    color: #FFFFFF;
}

.calendar_selector {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #95C94A;
    cursor: pointer;
}

.calendar_selector_left {
    position: absolute;
    background-image: url("../images/public/calendar-left-arrow.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;   
    top: 0;
    left: 0;
}

.calendar_selector_right {
    position: absolute;    
    background-image: url("../images/public/calendar-right-arrow.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;    
    top: 0;
    right: 0;    
}

.calendar_month {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #95C94A;
    vertical-align: middle;    
    position: relative;
}

.div-table-row {
    display: table-row;
}

.div-table-col {
    display: table-cell;
    height: 30px; 
    /*width: 30px;*/
    vertical-align: middle;
}

.div-table-col-bold {
    font-weight: bold;
}

.div-table-col-today-highlight {
    background-color: #95C94A;
    color: #FFFFFF;
}

.div-table-col-other-highlight {
    background-color: #231F20;
    color: #FFFFFF;
    cursor: pointer;
}

.div-table-col-today-other-highlight {
    color: #95C94A;
}

.calendar-left-stepper {
    float: left;
    border: 1px solid #333333;
    padding: 5px; cursor:pointer;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px; 
    -moz-border-radius-topleft: 15px; 
    border-top-left-radius: 15px; 
    width: 30px;
    text-align: left;
}

.calendar-central-stepper {
    float: left;
    border: 1px solid #333333;
    padding: 5px;
    cursor: pointer;
    width: 40px;
    text-align: center;
}

.calendar-right-stepper {
    float: left; 
    border: 1px solid #333333;
    padding: 5px;
    cursor: pointer;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px; 
    width:30px;
    text-align: right;
}
 
.calendar-popup {
    position: relative; 
    left: 90px; 
    background: #FFFFFF;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
    padding: 5px; 
    width: 250px;
}

.div-table-col-info {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    padding: 10px;
    width: 200px;
    height: 200px;
    font-size: 12px;
    -webkit-box-shadow:  0px 0px 4px 0px #231F20;
    box-shadow:  0px 0px 4px 0px #231F20;
}

.calendar_info_container {
    position: relative;
}

.calendar_info_content {
    overflow: auto;
    height: 180px;
    padding-right: 5px;
}

.calendar_info_title {
    margin-top: 5px;
}

.calendar_info_item {
    color: #95C94A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	
}

.calendar_info_item:hover{
    cursor: pointer;
    text-decoration: underline;    
}

.calendar_info_header {
    font-weight: bold;
}

.calendar_info_close {
    position: absolute;
    top: -5px;
    right: -5px;
    background-image: url("../images/public/close.png");
    width: 16px;
    height: 16px;
    cursor: pointer;	
}

/************************
 **      CONTACTS      **
 ************************/
.contacts_map {
    width: 100%;
    height: 325px;
    margin-bottom: 10px;
}

.contacts_left_content {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.contacts_right_content {
    float: left;
    width: 50%;
    padding-left: 10px; 
}

/**********************
 **      SEARCH      **
 **********************/
.search_container {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 40px;
    width: 221px;
}

.search_content {
    position: relative;
}

.search_logo {
    background-image: url("../images/public/magnifying.png");    
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;     
    top: 6px;
    right: 6px;
}

.search_input {
    border: medium none;
    height: 28px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 179px;
    padding: 0px 6px;
}

/**************************
 **      NEWSLETTER      **
 **************************/
.newsletter_text {
    margin-bottom: 5px;
}

.newsletter_submit_container {
    border-left: 5px solid #95C94A;
    width: 194px;
    height: 30px;
    background-color: #FFFFFF;
    position: relative;
}

.newsletter_submit_logo {
    background-image: url("../images/public/newsletter.png"); 
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;     
    top: 1px;
    right: 1px;
}

.newsletter_submit_input {
    position: absolute; 
    width: 139px;
    height: 20px;     
    top: 5px;
    left: 11px;   
    border: none;
    background: none;
}


/***************
 **   LISTS   **
 ***************/
.list_link {
    text-decoration: none;
    color: #95C94A;
}

.list_link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.list_summary {
    height: 40px;
    overflow: hidden;
}

/******************
 **   SPONSORS   **
 ******************/
.sponsors_image {
    max-width: 100px;
    max-height: 100px;    
    display: inline-block;
    margin: 10px;
}

.sponsors_image_link {
    cursor: pointer;
}

.sponsors_content {
    text-align: center;
}

/*************************
 **   SOCIAL NETWORKS   **
 *************************/
.share_container {
}

.share_container > button + button {
    margin-left: 5px;
}

.facebook {
    background-image: url("../images/public/facebook.jpg");
    width: 150px;
    height: 56px;     
    margin: auto;
    cursor: pointer;    
}


/************************
 **   DEFAULT CONFIGS  **
 ************************/
* {
    margin: 0; padding: 0;
} 

body {
    padding: 0;
    color: #231F20;	
    background: #999999;   
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    overflow: auto;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;       
    position: relative;
}

a {
    text-decoration: none;
    color: #95C94A;
}

a:hover {
    color: #95C94A;
    text-decoration: underline;
    cursor: pointer;
}

:active { outline: none; }
:focus { outline: none; }

img {
	border-style: none;
}

.link {
    cursor: pointer;
}

input, select, textarea {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;    
    color: #231F20;
    /*border: none;*/
}

ol {
    padding-left: 30px;
}

ul {
    margin-left: 20px;
}

/************************
 **     OVERRIDES      **
 ************************/
.ui-dialog {
    line-height: 12px !important;
}

.ui-button {
    line-height: 12px !important;
/*    padding: 7px !important;*/
}

.ui-button-text {
    line-height: 8px !important;
    padding: 8px !important;
}

.ui-dialog-buttonpane {
    padding: 1px 10px 0px 0px !important;
}

.modal {
    overflow: auto;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #95C94A;
    border-color: #95C94A;
}

.btn-primary { 
  color: #ffffff; 
  background-color: #95C94A; 
  border-color: #7CAB3A; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #88B846; 
  border-color: #7CAB3A; 
} 

/************************
 **  MESSAGES & ERRORS **
 ************************/
#layout_messages_container {
    top: 15px;
    width: 600px;
    margin: auto;
}

#old_browser_warning {
    position:relative;
    top:0px;
    width:100%;
    height:80px;
    background-color:#fff;
    color: #000000;
    margin-top:0px;
    padding:4px;
    border-bottom:solid 4px #000066;
    z-index: 999;
}