.loading-container {
    font-size: 15px;
    line-height: 12px;
    margin: auto;
}

.loading_img {
    width: 20px;
}

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

/*
#body-container {
    width: 1280px;
    position: relative;     
    margin: auto;
    background: #FFFFFF;
}
*/

/************************
 **       HEADER       **
 ************************/
.header-wrapper {
    background: #FAFAFA;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.header-container {
    max-width: 1280px; 
    margin: auto; 
    position: relative;  
    background: #333333;
}

/* BRAND & SLOGAN */
.logo-wrapper {
    background: #FFFFFF;
}

.logo-container {
    max-width: 1280px; 
    margin: auto; 
    position: relative;      
    padding-top: 20px;
    padding-bottom: 20px;    
}

.site-slogan {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 75px;
    color: #333333;    
}

.site-slogan-sm {
    font-size: 1.2rem;
}

.site-slogan-xs {
    font-size: 1.0rem;
    line-height: 2.0;  
}

/* SLIDESHOW */
.carousel-indicators {
    text-align: right;
    width: 75%;
}

.carousel-indicators .active,
.carousel-indicators li:hover {
    background-color: #2abbed;    
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #2abbed;    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 5px;
}

.carousel-indicators .active {
    margin: 5px;
}

.carousel-info-box {
    background-color: rgba(255, 255, 255, 0.85);
    border-left: 5px solid #2abbed;
    bottom: 0;
    margin-bottom: 2.5%;
    font-size: 1.2rem;
    left: 2.5%;
    max-width: 500px;
    padding: 15px;
    position: absolute;
    min-width: 5%;
}

.carousel-link {
    cursor: pointer;
}

/* NAVIGATION */
nav {    
    background-color: #FFFFFF;
    font-family: 'Unica One', cursive;
    font-size: 1.2rem;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;    
}

.nav > li > a {
    padding: 10px;
}

.nav-container {
    max-width: 1280px; 
    margin: auto; 
    position: relative;      
}

.navbar {
    color: #333333;     
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;    
    margin: 0;
    z-index: 999;
}

.navbar-collapse {
    padding: 0px;
    max-height: none;
}

.navbar-nav > li > a {
    color: inherit;
    height: 100px;
    display: table-cell;
    vertical-align: middle;  
    text-align: left;
    line-height: 1.15;
    width: 75pt; /*90pt;*/
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #2ABBED; 
    background: none; 
    /*
    color: #FFFFFF;
    background-color: #333333;  
    */
}

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

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
    color: #2ABBED; 
    background: none;     
}

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

.navbar-nav > .dropdown > a .caret {
    border-bottom-color: #333333;
    border-top-color: #333333;
    display: none;
}

.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: #FFFFFF;
    border-top-color: #FFFFFF;  
}

.navbar-toggle {
    background-color: #F2F2F2;
    margin-right: 8px;
}

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

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

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

.navbar-nav > li > .dropdown-menu {
    margin: -1px 0px 0px -1px;    
}

.dropdown-menu {
    font-size: 1.3rem;    
    background-color: #333333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-menu > li > a {
   color: #FFFFFF;   
   padding: 10px 10px;
   border-left: 5px solid #333333;   
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
   border-left: 5px solid #FFFFFF;
   color: #FFFFFF; 
   background: #333333;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse .dropdown-menu {
    float: none;
}

.navbar-collapse .dropdown-submenu .dropdown-menu {
    left: 0;
    margin-left: 0;
    padding: 0;
}

.navbar-collapse .nav-menu-level-1,
.navbar-collapse .nav-menu-level-2 {
    text-align: center;
    list-style: none;
    background: none;
    border: none;
}

.navbar-collapse .nav-menu-level-2 {
    position: relative;
    margin-bottom: 10px;
}

.navbar-collapse .nav-menu-level-1 > li {
    border-top: 1px solid #FFFFFF;
}

.navbar-collapse .nav-menu-level-1 > li > a,
.navbar-collapse .nav-menu-level-2 > li > a {
    display: block;
    color: #333333;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-collapse .nav-menu-level-2 > li > a {
    line-height: 1.0;
    text-transform: capitalize;
}

.navbar-collapse .nav-menu-level-1 > li > a:hover,
.navbar-collapse .nav-menu-level-1 > li > a:focus, 
.navbar-collapse .nav-menu-level-2 > li > a:hover,
.navbar-collapse .nav-menu-level-2 > li > a:focus {
    color: #2abbed;
    text-decoration: none;
}

.navbar-collapse .navbar-languages {
    border-top: 1px solid #F2F2F2;
    float: none;
    text-align: center;
}

.navbar-collapse .navbar-languages li { 
    float: none;
    display: inline-block;
}

.dropdown-menu > li > a {
   color: #333333;   
   padding: 10px 10px;
   border-left: none;   
}

.navbar-collapse .dropdown-menu > li > a:hover,
.navbar-collapse .dropdown-menu > li > a:focus {
   border-left: none;
   color: #2ABBED; 
   background: none;
}

.navbar-collapse .navbar-languages li {
    margin-right: 10px;
    margin-left: 10px;
}

/* LANGUAGES */
.navbar-languages {
    list-style: outside none none;
    float: right;
    margin: 0;
    font-weight: bold;
}

.navbar-languages::after {
    clear: both;
}

.navbar-languages > li {
    display: block;
    position: relative;
    float: left;
}

.navbar-languages > li > a {
    color: #808080;
    display: table-cell;
    vertical-align: middle;  
    text-align: center;
    font-size: 1.0rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    height: 100px;
}

.navbar-languages > li > a:hover,
.navbar-languages > li > a:focus,
.navbar-languages-active {
    color: #2ABBED !important;
}

.navbar-languages > li + li {
    margin-left: 10px;
}

/********************
 **      MAIN      **
 ********************/
main {
    min-height: 300px;
    /*padding: 0px 70px;*/
    background: #FFFFFF;
}

.section-container {
    margin: auto;
    max-width: 1280px;
    position: relative;   
    padding-top: 50px;
    padding-bottom: 50px;  
}

.section-even {
    background: #FFFFFF;
}

.section-odd {
    background: #FAFAFA;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;    
}

/* HOME */
.about-us-container .img-responsive {
    margin-bottom: 20px;
    width: 100%;
}

.about-us-container p {
    margin-bottom: 20px;
}

.about-us-container h5 {
    margin: 0px;
}

.news-container {
    border: 1px solid #F2F2F2;
    background-color: #FAFAFA;    
    position: relative;   
    margin-bottom: 20px;    
}

.news-container:hover {
    background-color: #FFFFFF;    
}

.news-container .img-responsive {
    margin-left: -15px;
}

.news-image {
    width: 100%; 
    height: 100%; 
    min-height: 175px;
    background-size: cover;
    background-position: center;
}

.news-image-padding {
    padding-left: 0px;
}

.news-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-container h2 {
    line-height: 1.3; 
    max-height: 4.4rem;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-container h6 {
    margin-bottom: 10px;
}

.news-container p {
    line-height: 1.3; 
    max-height: 1.5rem;
    overflow: hidden;
}

.news-container h5 {
    margin: 0px;
}

.events-container {
    border: 1px solid #F2F2F2;
    background-color: #FAFAFA;   
    padding: 15px;
}

.events-container:hover {
    background-color: #FFFFFF;    
}

.events-container:last-of-type {
    margin-bottom: 20px;
}

.events-container:first-of-type {
    border-top: 1px solid #F2F2F2;
}    

.events-container h2 {
    font-size: 1.6rem;
    line-height: 1.15;
    margin: 0;
    max-height: 3.75rem;
    overflow: hidden;
    text-align: left;
}

.events-left-content h6 {
    margin: 0;
    line-height: 1.15;    
}

.events-month {
    background-color: #EF476A;
    text-align: center;
    font-family: 'Unica One', cursive;
    font-size: 1.3rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.events-day {
    background-color: #FFFFFF;    
    text-align: center;
    font-family: 'Unica One', cursive;
    font-size: 4.0rem;
    color: #333333;    
}

.infrastructures-container {
    border: 1px solid #F2F2F2;
    background-color: #FAFAFA;   
    padding: 15px;
    margin-bottom: 20px;
}

.infrastructures-container:hover {
    background-color: #FFFFFF;      
}

.infrastructures-container h2 {
    font-size: 1.6rem;
    line-height: 1.15;
    margin: 0;
}

/* COURSES */

.content-courses .content-cell {
    margin-bottom: 30px;
    background: #FAFAFA;
    border: 1px solid #F2F2F2;
}

.content-courses .content-cell-row {
    padding: 25px;
}

.content-courses .content-cell-row:first-child {
    border-bottom: 1px solid #F2F2F2;
}

.content-courses h2 {
    margin: 0;
}

/* GALLERIES */

.content-galleries .content-cell {
    margin-bottom: 30px;
    background: #FAFAFA;
    border: 1px solid #F2F2F2;
}

.content-galleries .content-cell-row {
    padding: 25px;
}

.content-galleries .content-cell-row:first-child {
    border-bottom: 1px solid #F2F2F2;
}

.content-galleries h2 {
    margin: 0;
}

/* CONTENT */

.content-filter-container {
    background-color: #fafafa;
    border: 1px solid #f2f2f2;    
    padding: 25px;
    margin: 0px;
}

.content-filter-container * {
    list-style: outside none none;  
    font-size: 1.25rem;
    line-height: 1.5;
}

.content-filter-container > li {
    margin-bottom: 10px;
}

.content-filter-container > li > a {
    font-size: 1.3rem;     
}

.content-filter-container li a,
.content-list-container li a {
    color: initial;  
}

.content-filter-container li a:hover,
.content-filter-container li a:focus,
.content-filter-container li .active,
.content-list-container li a:hover,
.content-list-container li a:focus,
.content-list-container li .active{
    color: #2ABBED;  
    text-decoration: none;
}

.content-filter-container > li > ul {
   display: none;
}

.content-filter-container > li > ul > li {
    margin: 5px 0;
}

.content-list-container {
    margin: 0px;
}

.content-list-container * {
    list-style: outside none none;  
    font-size: 1.3rem;
    line-height: 1.75;
}

.content-list-container > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.content-list-container > li:last-of-type {
    border: none;
}

.content-rd p,
.content-laboratories p {
    margin-bottom: 30px;
}

.content-rd .thumbnail,
.content-laboratories .thumbnail {
    border: none;
    padding: 0px;
    text-decoration: none;
}

.gallery-img {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
}

.content-rd .thumbnail .gallery-img,
.content-laboratories .thumbnail .gallery-img {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
}

.content-rd .thumbnail h5,
.content-laboratories .thumbnail h5 {
    text-decoration: none;
    white-space: nowrap;
    width: 100%;                   
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-rd .people-profile-details .row,
.content-laboratories .people-profile-details .row {
    margin-left: 0px;
    margin-right: 0px;      
    padding: 20px;    
}

.content-rd p .link:hover,
.content-rd p .link:focus,
.content-laboratories p .link:hover,
.content-laboratories p .link:focus {
    color: #2ABBED;
}

.content-laboratories .laboratory-map {
    width: 100%;
    height: 250px;
    position: relative; 
}

/* PEOPLE */
.content-people p {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.people-profile-img {
    max-width: 182px;
    margin-bottom: 40px;
}

/*.people-profile-details .row {
    background: #FAFAFA;
    border-top: 1px solid #F2F2F2;    
    border-bottom: 1px solid #F2F2F2;   
    margin-left: -50px;
    margin-right: -50px;      
    padding: 40px;
}*/

/* ONETABLE */
.onetable-container > .table > thead > tr > th, 
.onetable-container > .table > tbody > tr > th, 
.onetable-container > .table > tfoot > tr > th, 
.onetable-container > .table > thead > tr > td, 
.onetable-container > .table > tbody > tr > td, 
.onetable-container > .table > tfoot > tr > td,
.onetable-container > .one-bordered,
.onetable-container > .one-bordered thead:first-child tr:first-child > th:last-child, 
.onetable-container > .one-bordered thead:last-child tr:last-child > th:last-child,
.onetable-container > .one-bordered tbody:first-child tr:first-child > td:last-child,
.onetable-container > .one-bordered tbody:last-child tr:last-child > td:last-child,
.onetable-container > .one-bordered tfoot:last-child tr:last-child > td:last-child {
    margin: 0px;
    background: none;
    border: none;
    padding: 0px 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;     
}

.events-list .onetable-container > .table > thead > tr > th, 
.events-list .onetable-container > .table > tbody > tr > th, 
.events-list .onetable-container > .table > tfoot > tr > th, 
.events-list .onetable-container > .table > thead > tr > td, 
.events-list .onetable-container > .table > tbody > tr > td, 
.events-list .onetable-container > .table > tfoot > tr > td,
.events-list .onetable-container > .one-bordered,
.events-list .onetable-container > .one-bordered thead:first-child tr:first-child > th:last-child, 
.events-list .onetable-container > .one-bordered thead:last-child tr:last-child > th:last-child,
.events-list .onetable-container > .one-bordered tbody:first-child tr:first-child > td:last-child,
.events-list .onetable-container > .one-bordered tbody:last-child tr:last-child > td:last-child,
.events-list .onetable-container > .one-bordered tfoot:last-child tr:last-child > td:last-child {
    padding: 0px;
}

.onetable-container > .row {
    margin-top: -30px;
}

.events-list .onetable-container > .row:last-of-type {
    margin-top: 15px;
}

.onetable-container .pagination *,
.onetable-container .pagination-sm *{
    border: none;
    line-height: 1.0;
    font-size: 1.3rem;
}

.pagination > li > a, .pagination > li > span {
    color: #2abbed; 
}

.onetable-container .pagination > .active > a, 
.onetable-container .pagination-sm > .active > a, 
.onetable-container .pagination > .active > span, 
.onetable-container .pagination-sm > .active > span, 
.onetable-container .pagination > .active > a:hover, 
.onetable-container .pagination-sm > .active > a:hover, 
.onetable-container .pagination > .active > span:hover,
.onetable-container .pagination-sm > .active > span:hover,
.onetable-container .pagination > .active > a:focus, 
.onetable-container .pagination-sm > .active > a:focus,
.onetable-container .pagination > .active > span:focus,
.onetable-container .pagination-sm > .active > span:focus,
.onetable-container .pagination > li > a:hover, 
.onetable-container .pagination-sm > li > a:hover,
.onetable-container .pagination > li > span:hover,
.onetable-container .pagination-sm > li > span:hover, 
.onetable-container .pagination > li > a:focus, 
.onetable-container .pagination-sm > li > a:focus,
.onetable-container .pagination > li > span:focus,
.onetable-container .pagination-sm > li > span:focus{
    background: none;
    border: none;
    color: #808080;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

.table-hover > tbody >tr:hover {
    background: none;
}

/* CONTACTS */

#map-container {
    height: 340px;    
}

.contacts-form * {
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    border: none;
    box-shadow: none;
}

.contacts-form {
    background: #FAFAFA;
    margin: 40px 0px;
}

.contacts-form label {
    display: none;
}

.contacts-form .form-horizontal .form-group  { 
    margin: 0px;
    padding: 0px;          
}

.contacts-form .col-sm-10 {
    width: 100%;
    padding: 0px 15px;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.contacts-form .col-sm-10:last-child {
    border-bottom: 1px solid #f2f2f2;    
}

.contacts-form h1,
.contacts-form .contacts-button-submit,
.contacts-form input,
.contacts-form textarea {
    margin: 15px 0px;
    padding: 0 10px;
    background: #FAFAFA;
}

.contacts-form input:focus,
.contacts-form textarea:focus {
    background: #FFFFFF;
}

.contacts-form .help-block {
    font-size: 1.0rem;
    line-height: 2.0;
}

.contacts-form .form-control,
.contacts-form .input-sm,
.contacts-form input,
.contacts-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    color: #000000;  
    background: #FAFAFA;
}

.contacts-form .form-control:focus {
    border: none;
    box-shadow: none;     
}

.contacts-form .has-error .form-control {
    border: none;
    box-shadow: none;    
}

/**********************
 **      FOOTER      **
 **********************/
footer > .partnership {
    width: 100%;
    padding: 0px 70px;
    text-align: center;
}

footer > .partnership > h3 {
    margin-top: 30px;
}

footer > .partnership > .partnership-logo {
    height: 50px;
    margin: 40px;
}

footer > .copyright {
    width: 100%;
    text-align: center;    
    background-color: #333333;
    line-height: 5.0rem;    
}

footer > .copyright > a {
    font-family: 'Unica One', cursive;
    font-size: 1.3rem;
    color: #F2F2F2;
    text-transform: uppercase;  
    text-decoration: none;
}

footer > .copyright > a:hover {
    font-family: 'Unica One', cursive;
    font-size: 1.3rem;
    color: #F2F2F2;
    text-transform: uppercase;  
    text-decoration: none;
}


/************************
 **       COOKIES      **
 ************************/
#cookie-policy-container {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: auto;
    padding: 0.5rem 1.25rem;
    margin: 0;
    font-size: 0.85rem;
    display: none;
}

.cookie-policy-content {
    position: relative;
    z-index: 10000;   
    color: #fff;     
    text-align: left;    
}

.cookie-policy-background {
    position: absolute; 
    background: #000000;
    opacity: 0.85;
    filter: alpha(opacity=85);    
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    z-index: 9999;     
}

.cookie-policy-title {
    font-weight: bold;
    margin-right: 0.25rem;
}

.cookie-policy-description {
    margin-right: 0.25rem;
    color: #CCCCCC;
}

.cookie-policy-accept {
    font-weight: bold;
    color: #5bb75b;
    margin-right: 0.25rem;    
}
.cookie-policy-accept:hover,
.cookie-policy-accept:focus {
    color: #5bb75b;    
}
    
.cookie-policy-read-more {
    font-weight: bold;
    color: #5bc0de;   
    margin-right: 0.25rem;
}
.cookie-policy-read-more:hover,
.cookie-policy-read-more:focus {
    color: #5bc0de;    
}

#cookie-policy-close {
    position: absolute;
    top: 0;
    right: -1.0rem;
    cursor: pointer;
}

/*******************************
 **       MEDIA QUERIES       **
 *******************************/

@media (max-width: 450px) {
    .header_logo {
        background-size: 100%;
        background-position: center;
    }  
    
    .header_logo {
        width: 100%;
    }      
      
}

@media (max-width: 500px) {
    .header_button_facebook{
        display:none;    
    } 
    
    .header_button_twitter{
        display:none;    
    }
    
    .header_button_instagram{
        display:none;    
    }    
    
    .header_button_google_plus{
        display:none;    
    }     
}    


@media (min-width: 0px) and (max-width: 760px) {

    .menu_element {
        float: unset;
    }   
    
    .menu_separator{
        height: 5px;
    }
    
    .menu_cell_selected {
        padding: 17px 45px;        
    }
    
    .menu_li_element {
        margin-top: 0px;
    }    
}

/*******************************
 **       HEADERS & TEXT       **
 *******************************/
h1 {
    font-family: 'Lato', sans-serif;
    color: #2ABBED;
    font-size: 2.1rem;
    line-height: 1.4;
    margin: 0 0 40px;
    text-align: left;
}

h2 {
    font-family: 'Lato', sans-serif;
    color: #2ABBED;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0px 0px 30px;
    text-align: left;
}

h3 {
    font-family: 'Unica One', cursive;
    color: #333333;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0px 0px 20px;
    text-align: left;
}

h4 {
    font-family: 'Unica One', cursive;
    color: #808080;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0px 0px 20px;
    text-align: left;
}

h5 {
    font-family: 'Unica One', cursive;
    color: #2ABBED;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0px 0px 20px;
    text-align: left;
    text-transform: uppercase;
}

h6 {
    font-family: 'Unica One', cursive;
    color: #808080;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0px 0px 20px;
    text-align: left;
}

summary {
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 40px;
    text-align: center;
    text-align: left;
}

.more-info {
    margin: 30px 0px;
}

p {
    font-size: 1.3rem;
    line-height: 1.3;    
    text-align: left;
}

.back {
    margin: 20px 0px;
}

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


html { 
    font-size: 16px; 
}

body {
    padding: 0;
    color: #000000;	
    background: #FFFFFF;   
    font-family: 'Lato', sans-serif;
    font-size: 1.0rem;
    line-height: 1.25;
    height: 100%;
    overflow: auto;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;       
    position: relative;
}

a {
    text-decoration: none;
    color: #2abbed;
}

a:hover {
    color: #2abbed;    
    cursor: pointer;
}

a:focus {
    color: #2abbed;    
}

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

img {
    border-style: none;
}

.link {
    cursor: pointer;
    display: inline-block;    
}

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;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: inherit;
}

/************************
 **  MESSAGES & ERRORS **
 ************************/
#layout_messages_container {
    top: 15px;
    width: 90%;
    max-width: 600px;
    margin: auto;
    font-size: 1.3rem;
    font-weight: normal;
}

#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;
}