body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
    color: #4f4f4f;
    background: #eeeeee url('/static_collected/images/bg.png') repeat-x;
}

body#tinymce {
    background: #fff;
}

body > header {
    min-height: 112px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    color: #56575a;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    color: #616265;
    margin-bottom: 16px;
}

h3.underlined {
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
}

h3.colored {
    font-size: 16px;
    font-weight: 400;
    padding: 2px 0;
    background: #0098d9;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
}

h4 {
    font-size: 16px;
}

hr {
    border-top: 1px solid #d0d0d0;
}

hr.bold {
    border-top: 10px solid #0098d9;
}

a {
    color: #ffa126;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0098d9;
    text-decoration: none;
}

a.alternate {
    color: #0098d9;
}

a.alternate:hover, a.alternate:focus {
    color: #ffa126;
}

.panel-title a:hover,
.panel-title a:focus {
    color: #ffa126;
}

iframe {
    border: 0;
}

ul.blue-dots {
    padding-left: 17px;
}

ul.blue-dots li {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAUElEQVQYV2O88ub7/+BNDxk+/frLAAJ8bMwMa/3kGXREOBnBAkDAqD7vxn+YApggSOHNJA2EIskZV//DJJHp5xnaJJpElJuwWYUuBrcXn2IAKt0mCD8aM28AAAAASUVORK5CYII=");
}

@media print {
    .container {
        /* suppress responsiveness when printing page */
        max-width: none !important;
        width: 100%;
    }
}

.datepicker.dropdown-menu {
    z-index: 1001 !important;
}

.fancybox-title-float-wrap .child {
    font-weight: 400;
}

.tooltip-inner {
    background: #fff;
    color: #444;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
    bottom: 1px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
    left: 1px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    top: 1px;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
    right: 1px;
}

.pager li > a,
.pager li > span {
    border-radius: 0;
    border-color: #ffa126;
}

.pager li.disabled > a,
.pager li.disabled > a:hover,
.pager li.disabled > a:focus {
    border-color: #ddd;
}

.pager li > a:hover,
.pager li > a:focus {
    background: #fff;
    border-color: #0098d9;
}

#cookiesDiv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px 0 5px;
    z-index: 1000;
    border-top: 10px solid #c0c0c0;
    font-size: 14px;
}

#cookiesDiv p {
    text-align: center;
}

#welcome-box {
    margin-top: -120px;
    z-index: 100;
}

#welcome-box > .row {
    margin: 0 0 20px;
    background: #fff;
}

#welcome-box .content.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

@media (max-width: 768px) {
    #welcome-box .col-xs-12 {
        height: auto;
    }
}


#welcome-box a.read-more {
    margin-top: 0;
}

.action-btn-container {
    text-align: center;
    padding: 0;
}

.action-btn-container a {
    padding: 5px 17px;
    display: block;
    color: #fff;
    font-size: 16px;
}

.action-btn-container.dark {
    background: #616365;
}

.action-btn-container.ta,
.page-title.ta {
    background: #2fa2b4;
}

.section-with-bg.ta {
    border-color: #2fa2b4;
}

.action-btn-container.et,
.page-title.et {
    background: #92b13c;
}

.section-with-bg.et {
    border-color: #92b13c;
}

.action-btn-container.ai,
.page-title.ai {
    background: #7cacdc;
}

.section-with-bg.ai {
    border-color: #7cacdc;
}

.section-with-bg.eufar-blue {
    border-color: #0098d9;
}

.action-btn-container.welcome-to-eufar,
.page-title.welcome-to-eufar {
    background: #2fa2b4;
}


.section-with-bg.welcome-to-eufar {
    border-color: #2fa2b4;
}

.action-btn-container.eufar-facilities,
.page-title.eufar-facilities {
    background: #92b13c;
}

.section-with-bg.eufar-facilities {
    border-color: #92b13c;
}

.action-btn-container.eufar-activities,
.page-title.eufar-activities {
    background: #7cacdc;
}

.section-with-bg.eufar-activities {
    border-color: #7cacdc;
}

#welcome-box .welcome-to-eufar a::after,
#quick-links .welcome-to-eufar a::after {
    content: 'Welcome to EUFAR';
}

#welcome-box .eufar-facilities a::after,
#quick-links .eufar-facilities a::after {
    content: 'EUFAR Facilities';
}

#welcome-box .eufar-activities a::after,
#quick-links .eufar-activities a::after {
    content: 'EUFAR Activities';
}

@media (max-width:600px) {
    #welcome-box .welcome-to-eufar a::after {
        content: 'Welcome';
    }

    #welcome-box .eufar-facilities a::after {
        content: 'Facilities';
    }

    #welcome-box .eufar-activities a::after {
        content: 'Activities';
    }
}

@media (max-width:600px) {

    #quick-links .welcome-to-eufar a::after {
        content: 'Welcome';
    }

    #quick-links .eufar-facilities a::after {
        content: 'Facilities';
    }

    #quick-links .eufar-activities a::after {
        content: 'Activities';
    }
}

@media (max-width:992px) {
    #quick-links .eufar-newsletter {
        margin-left: 35px !important;
        margin-top: 25px;
        margin-right: 35px !important;
    }
}

p.see-also {
    font-weight: 300;
    font-size: 24px;
    padding-left: 25px;
    padding-top: 10px;
}

.section-with-bg.ta,
.section-with-bg.et,
.section-with-bg.ai,
.section-with-bg.welcome-to-eufar,
.section-with-bg.eufar-activities,
.section-with-bg.eufar-facilities,
.section-with-bg.margin-bottom {
    margin-bottom: 25px;
}

#welcome-box h1 {
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 300;
    color: #505050;
    margin-top: 0;
    margin-bottom: 0;
}

#welcome-box .subtitle {
    font-family: 'Cinzel', serif;
    font-size: 23px;
    line-height: 28px;
    color: #ffa126;
    margin-bottom: 0;
}

#welcome-box p {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}

@media (min-width:992px) and (max-width: 1200px) {
    #welcome-box .subtitle {
        font-size: 21px;
    }
    #welcome-box p {
        font-size: 20px;
    }
}

span.read-more,
a.read-more {
    content: '...';
    display: block;
    color: #ffa126;
    font-size: 32px;
    line-height: 6px;
    height: 20px;
    font-weight: 600;
    text-align: center;
}

span.read-more:hover,
a.read-more:hover {
    text-decoration: none;
    color: #0098d9;
}

@media (max-width: 768px) {
    #welcome-box {
        margin-top: -110px;
    }
}

.eufar-text-left {
    text-align: left;
}

.eufar-text-right {
    text-align: right;
}

.eufar-text-center {
    text-align: center;
}

.eufar-text-justify {
    text-align: justify;
}

/* margin and padding styles */
.margin-top-0 {
    margin-top: 0px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-35 {
    margin-top: 35px
}

.margin-right-0 {
    margin-right: 0px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-15 {
    margin-right: 15px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-right-25 {
    margin-right: 25px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-right-35 {
    margin-right: 35px
}

.margin-bottom-0 {
    margin-bottom: 0px
}

.margin-bottom-0-i {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.nowrap {
    white-space: nowrap;
}

/*
* Achievements and testimonials box styles
*/

#achievements > .row {
    margin: 0;
    background: #fff;
}

#achievements {
    margin-bottom: 20px;
}

#achievements h2 {
    color: #56575a;
    font-weight: 300;
    font-size: 24px;
    margin-top: 12px;
}

#achievements h4 {
    color: #5d5d61;
}

#achievements h4 a {
    color: #0098d9;
}

#achievements h4 a:hover {
    color: #ffa126;
}

#achievements p {
    font-size: 12px;
}

.box-heading {
    height: 10px;
    background: #c0c0c0;
}

.box-heading.eufar-blue {
    background: #0098d9;
}

/*
* Publications box styles
*/

#publications > .row {
    margin: 0;
    background: #fff;
}

#publications {
    margin-bottom: 20px;
}

#publications h2 {
    color: #56575a;
    font-weight: 300;
    font-size: 24px;
    margin-top: 12px;
}

#publications h2 a,
#achievements h2 a {
    color: inherit;
}

#publications h2 a:hover,
#achievements h2 a:hover {
    color: #ffa126;
}

#publications h4, #publications_stories h4 {
    margin-top: 0;
    color: #56575a;
    font-size: 17px;
}

#publications h4 a, , #publications_stories h4 a {
    color: #0098d9;
}

#publications h4 a:hover, #publications_stories h4 a:hover {
    color: #ffa126;
}

#publications .image-container, #publications_stories .image-container {
    width: 40%;
    float: left;
    margin: 0 15px 15px 0;
    max-width: 150px;
}

#publications .image-container img, #publications_stories .image-container img {
    box-shadow: 0 0 5px #bbb;
}

#publications p {
    font-size: 12px;
}

#publications .more-links a, #publications_stories .more-links a {
    text-transform: uppercase;
    color: #ffa126;
    font-weight: 600;
}

#publications .more-links a:hover, #publications_stories .more-links a:hover {
    color: #0098d9;
}

@media (min-width:992px)  {
    #publications_stories .image-container {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
@media (max-width:768px)  {
    #publications_stories .image-container {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        width:auto;
    }
}
/*
* Print styles
*/

@media print {
    /* display all tab panes */
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }

    /* hide urls added after "a" tags by bootstrap */
    a[href]:after {
        content: none !important;
    }

    /* hide "print", "matrix view", etc. icons */
    .icon-link {
        display: none;
    }

    /* add borders to cells */
    table.table-striped th,
    table.table-striped td {
        border: 1px solid #eee !important;
    }

    table.table-striped th {
        font-weight: 700 !important;
        border-bottom-width: 3px !important;
    }
    /*

    h2 {
        font-size: 16px;
    }

    h3, h4 {
        font-size: 14px;
    }

    body {
        font-size: 10px;
    }
    */

    .nav-tabs .badge {
        color: #000;
    }

}

/*
* Center row in Bootstrap 3
*/

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    vertical-align: top;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*
* Additional styles for bootstrap tabs
*/

.tab-content-bordered {
    padding: 1px 10px 10px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li > a {
    margin-bottom: 1px;
    background: #f1f1f1;
    margin-right: 5px;
    border-bottom: 1px solid #ddd;
    text-shadow: 0 0 1px #fff;
}

/* Bootstrap buttons overwrites */
.btn {
    margin-bottom: 3px;
}

.btn.btn-xs {
    font-size: 13px;
}

/* bit of padding for content displayed in tinymce rich text editor */
body#tinymce.mce-content-body {
    padding: 10px;
}

table.no-borders td:first-child {
    padding-left: 0px;
}

table.no-borders.table > tbody > tr > td,
table.no-borders.table > thead > tr > th {
    border: 0px none;
}

table.no-borders.table > thead > tr > th {
    padding: 0;
}

.icon-link {
    font-size: 20px;
    color: #666;
}

.icon-link:hover {
    color: #666;
}

/*!
* CSS definitions for UI Components
*/

/* sliderbox (based on bootstrap carousel) */
.newsbox > .carousel > .carousel-control.left,
.newsbox > .carousel > .carousel-control.right {
    background-image: none;
    left: auto;
    right: -8%;
}

.newsbox > .carousel > .newsbox-carousel-inner {
  width: 90%;
  /*TODO change to nonstatic value*/
  height: 300px;
}


/* horizontal panel (based on bootstrap panel)*/
.panel-horizontal {
    position: relative;
}


.panel-horizontal > .panel-horizontal-heading { /* from bootstrap-theme-min.css */
    position: absolute;
    background-image: none;
    background-repeat: repeat-x;
    width: 14%;
    color: white;
    background-color: black;
    border-color: black;
    border-top-right-radius: 0;
    height: 100%;
}

/*
* Messages styles
*/

.alert-debug {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/*
* Header styles
*/

#vignette {
    height: 80px;
    background: url('/static_collected/images/vignette.png') no-repeat;
}

#vignette h1 {
    font-size: 28px;
    margin-top: 30px;
    margin-left: 100px;
    font-family: 'Cinzel', serif;
    color: #616265;
    text-align: center;
}

#vignette .current_eufar_main_menu {
    margin-top: 27px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: red;
    font-weight: bold;
    text-align: center;
    border: 1px solid red;
    margin-bottom: 10px;
    padding: 5px;
}

@media (max-width: 992px) {
    #vignette h1 {
        margin-left: 100px;
    }
}

@media (max-width: 768px) {
    #vignette h1 {
        margin-left: 100px;
        font-size: 20px;
    }
}

#main_nav {
    z-index: 1000;
    margin-bottom: 0;
}

#main_nav .dropdown-menu {
    left: 14px;
}

#main_nav .dropdown-main-menu  {
    left: 14px !important;
}

#main_nav .user_box .dropdown-menu {
    left: auto;
}

#main_nav .dropdown .active span,
.navbar-inverse .navbar-nav>.open>a span,
.navbar-inverse .navbar-nav>.open>a:hover span,
.navbar-inverse .navbar-nav>.open>a:focus span {
    padding-bottom: 6px;
    border-bottom: 5px solid #ffa126;
}

#main_nav.navbar {
    min-height: 0;
    border: 0;
    border-radius: 0;
    background-color: #616266;
	font-weight: 300;
	font-size: 16px;
}

#main_nav .navbar-nav > li > a {
    color: #eeeeee;
    text-transform: uppercase;
}

#main_nav .navbar-nav > li > span {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

#main_nav .navbar-nav > li > a,
#main_nav .navbar-nav > li > span {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 0;
    margin-bottom: 0;
}

#main_nav .navbar-nav > li > a.btn {
    padding: 6px 10px 4px;
}

#main_nav .navbar-collapse {
    padding-left: 0;
    padding-right: 15px;
}

#main_nav .navbar-nav {
    padding-left: 15px;
}

#main_nav.navbar-fixed-top .navbar-nav {
    margin-left: 0;
    padding-left: 15px;
}

#main_nav.navbar-fixed-top .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

#main_nav .navbar-brand {
    display: none;
    width: 50px;
    height: 50px;
    background: url('/static_collected/images/eufar-symbol.png') no-repeat;
    background-size: 80%;
    background-position: center;
}

#main_nav.navbar-fixed-top .navbar-brand {
    display: block;
}

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

@media (min-width: 768px) and (max-width: 992px) {
    #main_nav .nav > li > a,
    #main_nav .nav > li > span {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
}

.user_box .username {
    margin-right: 2px;
    text-transform: none;
}

#main_nav .user_box.navbar-right > li > a {
    font-weight: 400;
    color: #ffa126;
}

/*
* New full-width slider (carousel) styles
* TODO: remove styles related to old home page slider
*/
#main-carousel {
    margin-bottom: 20px;
}

#main-carousel .carousel-inner .item {
    height: 230px;
    background-position: center center;
    background-size: auto 230px;
    background-repeat: no-repeat;
    z-index: 1;
}

#main-carousel .row,
#main-carousel .col-sm-12,
#main-carousel .carousel-inner .container,
#main-carousel .carousel-inner .col-sm-12 {
    height: 100%;
}

#main-carousel .carousel-inner .container,
#main-carousel .carousel-inner .col-sm-12 {
    z-index: -100;
}

#main-carousel .controls .container {
    height: 230px;
    margin-top: -230px;
}

#main-carousel .carousel-caption {
    min-width: 200px;
    background: #616266;
    right: 40px;
    left: 40px;
    padding: 20px 20px 15px 20px;
    text-align: left;
    margin-bottom: 100px;
    text-shadow: none;
}

#main-carousel .carousel-caption h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 17px;
}

#main-carousel .carousel-caption p {
    color: #eeeeee;
    font-size: 15px;
	line-height: 17px;
    margin-bottom: 0;
	font-weight: 300;
}

#main-carousel .carousel-caption p:after {
    content: '...';
    display: block;
    color: #ff8f00;
    font-size: 32px;
    line-height: 10px;
    text-align: center;
    font-weight: 400;
}

#main-carousel a:hover .carousel-caption p:after {
    color: #0098d9;
}

#main-carousel a:hover .read-more {
    color: #0098d9;
}

#main-carousel .carousel-caption p {
    display: none;
}

#main-carousel .carousel-caption {
    left: 40px;
    padding: 15px;
}

#main-carousel .carousel-caption h4 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #main-carousel .carousel-caption {
        width: 450px;
        left: auto;
    }
    #main-carousel .carousel-inner .item {
        height: 250px;
        background-size: auto 250px;
    }
    #main-carousel .controls .container {
        height: 250px;
        margin-top: -250px;
    }
}

@media (min-width: 992px) {
    #main-carousel .carousel-inner .item {
        height: 325px;
        background-size: auto 325px;
    }
    #main-carousel .controls .container {
        height: 325px;
        margin-top: -325px;
    }
    #main-carousel .carousel-caption {
        padding: 20px 20px 20px 20px;
    }
    #main-carousel .carousel-caption p {
        display: block;
    }
    #main-carousel .carousel-caption h4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    #main-carousel .carousel-inner .item {
        height: 395px;
        background-size: auto 395px;
    }
    #main-carousel .controls .container {
        height: 395px;
        margin-top: -395px;
    }
}

/* Carousel controls */
#main-carousel .carousel-control {
    z-index: 10;
    height: 80px;
    width: 40px;
    visibility: visible;
    opacity: 1;
    top: 30%;
    font-size: 60px;
    background: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#main-carousel .carousel-control .glyphicon {
    margin: 0;
}

#main-carousel .carousel-control.left {
    left: -10px;
}

#main-carousel .carousel-control.right {
    right: -10px;
}

#main-carousel .carousel-control.left span,
#main-carousel .carousel-control.right span {
    top: 18px;
}

#main-carousel .carousel-control.left span {
    left: 6px;
}

#main-carousel .carousel-control.right span {
    right: 6px;
}

/* crispy forms*/

.clearablefileinput {
    background: none !important;
    height: auto !important;
    border: none !important;
    padding-left: 0 !important;
    padding-top: 10px !important;
}

/* Indicators */

#main-carousel .carousel-indicators {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    right: 0;
    top: 115px;
    left: auto;
    bottom: auto;
}

#main-carousel .carousel-indicators li {
    border-width: 1px;
    border-color: #fff;
    width: 10px;
    height: 10px;
}

#main-carousel .carousel-indicators .active {
    margin: 1px;
    width: 10px;
    height: 10px;
    background-color: #ffa126;
}

@media (min-width: 768px) {
    #main-carousel .carousel-indicators {
        top: 155px;
        width: 220px;
        margin: 0 15px;
    }
}

@media (min-width: 992px) {
    #main-carousel .carousel-indicators {
        top: 230px;
        width: 293px;
    }
}

@media (min-width: 1200px) {
    #main-carousel .carousel-indicators {
        top: 300px;
        width: 360px;
    }
}

/* END New full-width slider (carousel) styles */

/*
* Carousel's controls styles
*/

.carousel-control {
    width: 30px;
    z-index: 10;
    visibility: hidden;
}

.carousel:hover .carousel-control, .panel:hover .carousel-control {
    visibility: visible;
}

/*
* Home page carousel's slide description styles
*/

#myCarousel .carousel-caption {
    color: #333;
    text-shadow: 0;
    left: 50%;
    right: 10px;
    bottom: 10px;
    padding: 0;
}

#myCarousel .carousel-caption h4, #myCarousel .carousel-caption p {
    padding: 6px;
    background-color: #fff;
    text-shadow: none;
}

#myCarousel .carousel-caption a {
    color: #000;
}

#myCarousel .carousel-caption p {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1200px) {
    #myCarousel .carousel-caption h4 {
        font-size: 14px;
    }

    #myCarousel .carousel-caption p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    #myCarousel .carousel-caption h4 {
        font-size: 12px;
    }

    #myCarousel .carousel-caption p {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    #myCarousel .carousel-caption p {
        display: none;
    }
}

/*
* Home page carousel's slide indicators styles
*/

#myCarousel {
    margin-bottom: 30px;
}

#myCarousel .carousel-indicators {
    bottom: -35px;
}

#myCarousel .carousel-indicators .active {
    background-color: #3276b1;
}

#myCarousel .carousel-indicators li {
    border-color: #3276b1;
}

/*
* Common news and events box styles
*/

.sliderbox .carousel-control {
    background: #c0c0c0;
    width: 15px;
    opacity: 1;
    text-shadow: none;
}

.sliderbox .carousel-control .glyphicon {
    font-size: 14px;
}

.sliderbox .carousel-control .glyphicon-chevron-right {
    margin-right: -15px;
}

@media (max-width: 768px) {
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 0;
    }
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        left: -8px;
    }
}

#welcome_box .panel {
    margin-bottom: 0;
    border: 0;
}

#welcome_box .panel, #welcome_box .panel-heading,
#news .panel, #news .panel-heading,
#upcoming_events .panel, #upcoming_events .panel-heading,
#research_stories .panel, #research_stories .panel-heading,
#publications_stories .panel, #publications_stories .panel-heading{
    border-radius: 0;
}

#welcome_box .panel,
#news .panel,
#upcoming_events .panel,
#research_stories .panel,
#publications_stories .panel  {
    border: 0;
}

#welcome_box .panel:hover .box-heading,
#news .panel:hover .box-heading,
#upcoming_events .panel:hover .box-heading,
#research_stories .panel:hover .box-heading,
#publications_stories .panel:hover .box-heading {
    background: #fff;
}

#welcome_box .panel-heading,
#news .panel-heading,
#upcoming_events .panel-heading,
#research_stories .panel-heading,
#publications_stories .panel-heading {
    background: #fff;
    color: #706f72;
    position: relative;
    padding-top: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border: 0;
}

@media (max-width: 1200px) {
    #upcoming_events .panel-heading {
        padding-left: 20px;
        padding-right: 20px;
    }
}


#welcome_box .panel-heading h2,
#news .panel-heading h2,
#upcoming_events .panel-heading h2,
#research_stories .panel-heading h2,
#publications_stories .panel-heading h2  {
    font-size: 24px;
    font-weight: 300;
    color: #616265;
}

#welcome_box .panel-subtitle a,
#news .panel-subtitle a,
#upcoming_events .panel-subtitle a,
#research_stories .panel-subtitle a,
#publications_stories .panel-subtitle a {
    color: #ffa126;
}

#welcome_box .panel-body,
#news .panel-body,
#upcoming_events .panel-body,
#research_stories .panel-body,
#publications_stories .panel-body {
    overflow-y: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

#news .panel-body,
#research_stories .panel-body,
#publications_stories .panel-body {
    height: auto;
}

@media (min-width: 1200px) {
    #research_stories .panel-body,
    #publications_stories .panel-body {
        min-height: 370px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #research_stories .panel-body,
    #publications_stories .panel-body {
        min-height: 330px;
    }
}

#upcoming_events .panel-body {
    height: 230px;
}

@media (max-width: 992px) {
    #upcoming_events .panel-body {
        height: auto;
    }
}

#welcome_box .panel-body a.read-more,
#news .panel-body a.read-more,
#publications_stories .panel-body a.read-more,
#research_stories .panel-body a.read-more{
    margin-bottom: 15px;
}

#welcome_box .categories button,
#news .categories button,
#upcoming_events .categories button,
#research_stories .categories button,
#publications_stories .categories button {
    background-color: #fff;
    color: #ffa126;
    font-size: 18px;
    font-weight: 300;
}

#news .categories .glyphicon,
#upcoming_events .categories .glyphicon,
#research_stories .categories .glyphicon,
#publications_stories .categories .glyphicon {
    font-size: 14px;
    top: 3px;
    margin-left: 7px;
}

#news .categories .dropdown-toggle,
#upcoming_events .categories .dropdown-toggle,
#research_stories .categories .dropdown-toggle,
#publications_stories .categories .dropdown-toggle {
    box-shadow: none !important;
}

/*
#news .categories.open .dropdown-toggle,
#upcoming_events .categories.open .dropdown-toggle {
    background: #f5f5f5;
}
*/

#news .categories button:hover,
#upcoming_events .categories button:hover,
#research_stories .categories button:hover,
#publications_stories .categories button:hover {
    /*color: #fff;*/
}

#upcoming_events .title a {
    color: #0098d9;
}

#upcoming_events .title a:hover {
    color: #ffa126;
}

/*
* News box carousel styles
*/

#welcome_box .sbItem h4,
#news .sbItem h4,
#research_stories .sbItem h4,
#publications_stories .sbItem h4
{
    margin-top: 3px;
}

#news .sbItem h4 a,
#research_stories .sbItem h4 a
#publications_stories .sbItem h4 a
{
    color: #0098d9;
}

#news .sbItem h4 a:hover,
#research_stories .sbItem h4 a:hover {
    color: #ffa126;
    text-decoration: none;
}

#welcome_box .panel-body,
#news .panel-body,
#research_stories .panel-body,
#publications_stories .panel-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#news .article-image,
#research_stories .article-image,
.publications-image {
    margin-bottom: 5px;
}

#news .article-image {
    border-top: 10px solid #0098d9;
}

#news p,
#research_stories p {
    font-size: 15px;
}
#publications_stories p  {
    font-size: 15px;
}

#news .excerpt,
#research_stories .excerpt {
    height: 65px;
    overflow: hidden;
    color: #4f4f4f;
}

#publications_stories .excerpt {
    height: 65px;
    overflow: hidden;
    color: #4f4f4f;
}


#news .date,
#research_stories .date,
#publications_stories .date {
    margin: 0;
    color: #8b8b8b;
}

#publications_stories .more-links {
    margin-bottom: 15px
}
/*
* Upcoming events block styles
*/

#upcoming_events {
    margin-top: -90px;
    z-index: 100;
}

#upcoming_events .event {
    border-top: 1px solid #cdd2d6;
    padding-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #upcoming_events .event {
        padding-top: 8px;
        margin-bottom: 5px;
    }
}

#upcoming_events .event p {
    margin-bottom: 0;
}

#upcoming_events .event .title {
    font-size: 15px;
    color: #616265;
    line-height: 1.2;
}

#upcoming_events .event .excerpt {
    font-size: 15px;
    height: 42px; /* jquery.dotdotdot.js takes care of reducing amount of text to match height */
    overflow: hidden;
    color: #4f4f4f;
}
@media (min-width: 992px) and (max-width: 1200px) {
    #upcoming_events .event .excerpt {
        font-size: 14px;
        line-height: 1.2;
        height: 34px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #publications_stories .excerpt {
        height: 108px;
    }
}
#upcoming_events .event .time {
    color: #8b8a8a;
    font-size: 13px;
    font-weight: 600;
    /*margin-top: -3px;*/
}

#upcoming_events .event_date {
    padding-left: 0;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 992px) {
    #upcoming_events .event_date {
        text-align: left ;

    }
}

#upcoming_events .day {
    color: #ffa126;
    margin-bottom: 8px;
}

#upcoming_events .month {
    color: #00afd8;
}

#upcoming_events .month span {
    border-top: 1px solid #cdd2d6;
    padding-top: 3px;
}

/*@media (min-width: 768px) and (max-width: 1200px) {*/
    /*#upcoming_events .day {*/
        /*margin-bottom: 2px;*/
        /*line-height: 1.2;*/
    /*}*/
    /*#upcoming_events .month span {*/
        /*padding-top: 1px;*/
    /*}*/
/*}*/

#upcoming_events .details {
    padding: 0;
}

#upcoming_events .panel-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#upcoming_events .carousel-inner {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 0;
}

@media (min-width:992px) and (max-width: 992px) {
    #upcoming_events .categories button {
        padding-left: 0;
        padding-right: 0;
    }

    #upcoming_events .categories {
        display: none;
    }

    #upcoming_events .event .title {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    #upcoming_events {
        margin-top: 0;
    }

    #upcoming_events .categories {
        display: block;
    }
    #upcoming_events .panel-body {
        padding-left: 25px;
        padding-right:25px;
    }
    #upcoming_events .panel-heading {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*
* Home page newsletter block
*/

#newsletter {
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0;
    background: url('/static_collected/images/newsletter.png') no-repeat;
    background-position: left center;
    min-height: 90px;
}

#newsletter a {
    color: #666;
}

/*
* Publication articles styles
*/

.publication-article-image {
    float: left;
    width: 120px;
    margin: 0 10px 10px 0;
}

/*
* Articles list styles (Weblog/Entries)
*/
#articles_list .header,
#articles_list .body {
    padding-left: 0px;
    padding-right: 0px;
    margin: 7px 7px;
}

#articles_list .header {
    background-color: #0098d9;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}

#articles_list .body {
    padding-top: 15px;
    padding-bottom: 15px;
}

#articles_list .cell-media,
#articles_list .cell-excerpt,
#articles_list .cell-dates
{
    padding-left:8px;
    padding-right:8px;
}

#articles_list .body.gray {
    background-color: #efefef;
}

#articles_list .body .event_date {
    font-size: 18px;
}

#articles_list .header .cell-dates {
    font-size: 15px;
}

#articles_list .article-img-responsive {
    width: 100%;
    height: auto;
}

#articles_list .excerpt-title {
    font-size: 18px;
}

#articles_list .excerpt {
    margin-top: 15px;
}

#articles_list .dates-in-excerpt {
    margin-top: 15px;
    margin-bottom: 0px;
    font-style: italic;
}

#articles_list .author {
    margin-top: 0px;
    font-style: italic;
}

/* show dates in excerpt for all sizes
@media (min-width: 1200px) {
    #articles_list .dates-in-excerpt {
        display: none;
    }
    #articles_list .author {
        margin-top: 15px;
    }
}*/
#articles_list .author {
    margin-top: 15px;
}

/*
@media (max-width: 1200px) {
    #articles_list .cell-dates {
        display: none;
    }
}
*/
/*disable cell dates for all sizes*/
#articles_list .cell-dates {
    display: none;
}

@media (max-width: 768px) {
    #articles_list .excerpt-title {
        margin-top: 15px;
        font-size: 20px;
    }
    #articles_list .header .cell-excerpt-article {
        text-align: center;
    }
    #articles_list .header .event_date {
        display: none;
    }
}

@media (min-width: 1200px) {
    #articles_list .header .cell-media,
    #articles_list .header .cell-excerpt {
        vertical-align: middle;
        height:42px;
        line-height:42px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    #articles_list .header .cell-media,
    #articles_list .header .cell-excerpt {
        vertical-align: middle;
        height:30px;
        line-height:30px;
    }
}

/*
* Entry list styles
*/

.entry-image img {
    max-width: 100%;
}

/*
* Single entry styles
*/

#subheader .article-header {
    position: relative;
}

#subheader .article-header-image {
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
}

#subheader .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 15px;
    padding: 15px;
    background: #333;
    color: #fff;
}

.hentry {
    margin-top: 20px;
}

.entry-content img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    #subheader .article-title {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    #subheader .article-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #subheader .article-title {
        font-size: 12px;
        padding: 5px;
        margin: 5px;
    }
}

/*
* Video block in single entry sidebar
*/

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* Entry gallery in single entry sidebar
*/

.entry-gallery .panel-heading {
    display: none;
}

.entry-gallery .box-heading {
    display: none;
}

.entry-gallery .panel {
    margin-bottom: 0;
    border: 0;
}

.entry-gallery .sbItem p {
    padding: 0 20px;
}

.entry-gallery .panel-body {
    padding: 0;
}

/*
* Featured entries sidebar block styles
*/

.entries-featured {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: -20px;
}

.entries-featured .entry {
    min-height: 250px;
}

.entries-featured .entry-image {
    height: 135px;
    background-position: center center;
    background-size: auto 133px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}
/*
* Back to top button styles
*/

.btn-back-to-top {
    display: block;
    width: 123px;
    margin: 20px auto;
    background: #f1f1f1;
    color: #6d6e72;
    border: 1px solid #d2d5d8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.btn-back-to-top:hover {
    text-decoration: none;
    color: #ffa126;
}

.btn-back-to-top i {
    font-size: 16px;
    padding: 8px 4px 8px 8px;
}

.btn-back-to-top span {
    border-left: 1px solid #d2d5d8;
    padding: 8px;
}

/*
* Bar above sitemap styles
*/

#sitemap-bar {
    background: #e7e8ea;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

#sitemap-bar a {
    color: #56575a;
}

#sitemap-bar a:hover {
    color: #ffa126;
}

#sitemap-bar ul {
    line-height: 36px;
    margin: 7px 0;
}

#sitemap-bar ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

#sitemap-bar ul li {
    border-left: 1px solid #cacaca;
    padding: 0 10px;
}

/*
* Sitemap styles
*/

#sitemap {
    padding: 20px 0 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #cdcdcd;
}

#sitemap .list-unstyled {
    height: 190px;
    border-right: 1px solid #cdcdcd;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
}

#sitemap .list-unstyled strong {
    color: #56575a;
}

#sitemap .list-unstyled a,
#sitemap .funding-received {
    color: #888;
}

#sitemap .list-unstyled a:hover {
    color: #ffa126;
}

#sitemap .funding-received {
    padding-top: 10px;
    font-size: 12px;
}

@media (max-width: 768px) {
    #sitemap .list-unstyled {
        min-height: 190px;
        height: auto;
    }
}

/*
* Home page footer styles
*/

#footer {
    background: #f5f5f5;
    font-size: 12px;
    line-height: 20px;
    color: #888;
    padding: 5px 0 10px 0;
}

#footer .row > div {
    margin-top: 5px;
}

#footer ul {
    margin-bottom: 0;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #ffa126;
}

/*
* Quick links styles
*/

#quick-links {
    margin: 0;
}

@media (max-width: 767px) {
    #quick-links > div {
        margin-top: 10px;
    }
    #quick-links > div:first-child {
        margin-top: 0;
    }
}


#quick-links .action-btn-container a {
    padding: 5px 17px;
    font-size: 16px;
    line-height: 1.2;
}

#blurb > .row {
    margin: 20px 0 0;
}

#blurb {
    font-weight: 300;
    font-size: 27px;
    font-style: italic;
    color: #56575a;
    padding: 0 25px;
}

/*
* Social media box styles
*/

#newsletter-and-social-box > .row {
    margin: 0;
}

#social-media {
    color: #56575a;
    font-weight: 600;
}

#social-media a {
    display: block;
}

#social-media i {
    color: #8c8c8c;
    font-size: 24px;
    padding: 0 5px;
}

#social-media i:hover {
    color: #ffa126;
}

#newsletter-box hr {
    border-color: #d3d3d3;
}

#newsletter-box img {
    margin-bottom: 10px;
}

#newsletter-box a {
    /*color: #6a6a6a;*/
}

/*
* User list styles
*/

.users {
    font-size: 13px;
}

.table .endless_container td {
    border: 0;
    padding-left: 0;
}

.table .endless_container td:first-child {
    padding-top: 25px;
}

.users thead {
    background: #0098d9;
    color: #eee;
    font-size: 16px;
    line-height: 18px;
}

.users th {
    font-weight: normal;
}

.users.table-condensed > thead > tr > th {
    padding: 0 5px;
}

.users.table > tbody > tr > td {
    border: 0;
}

.users.table > tbody > tr.endless_container > td,
.users.table > tbody > tr > td.no-results {
    background-color: #fff;
}

.users.table .author a {
    color: #000;
}

.users.table .input-group-addon {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #ffa126;
    padding-left: 7px;
    padding-right: 7px;
}

.users.table .input-group-addon:hover{
    color: #0098d9;
}


/*
* User detail page styles
*/

.user-details > div {
    margin-bottom: 20px;
}

.user-details th {
    text-align: center;
    background: #0098d9;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.user-details .section-header {
    text-align: center;
    background: #0098d9;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

.user-details td {
    padding: 4px 0 4px 20px;
    color: #3f4a53;
    font-size: 13px;
}

.user-details td {
    width: 47%;
}

.user-details td:first-child {
    width: auto;
}

.user-details tr:nth-child(2n+1) {
    background: #eee;
}

.user-details .glyphicon-print {
    float: right;
}

/*
* User edit page styles
*/

fieldset.collapsible legend.has-error {
    color: #A94442;
}

fieldset.collapsible legend:hover {
    cursor: pointer;
}

fieldset.collapsible legend:after {
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    line-height: 30px;
    content: "+";
    float: left;
    padding-right: 10px;
}

fieldset.collapsible legend.expanded:after {
    content: "-";
}

/*
* Multiple selector (`FilteredSelectMultiple`) styles
*/
.selector .selector-available input {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 5px 6px !important;
    margin-top: 0 !important;
    color: #333 !important;
    background-color: #fff !important;
}
.selector {
    width: 100% !important;
}

.selector-available, .selector-chosen {
    width: 47%;
}

.selector ul.selector-chooser {
    width: 6%;
    margin-left: 0;
    margin-right: 0;
}

.selector-chooser li a {
    margin: 0 auto;
}

.selector .selector-available h2,
.selector .selector-chosen h2 {
    font-size: 14px;
    font-weight: 400 !important;
    background: none;
    color: #333 !important;
    margin: 0;
    border-radius: 5px 5px 0 0;
    background: #f8f8f8 !important;
    border: 1px solid #ccc !important;
    padding: 8px !important;
    line-height: normal !important;
}

.selector .selector-chosen h2 {
    background: #c2c2c2 !important;
    color: white !important;
}

.selector select, .selector input {
    background: #fff;
}

.selector select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-size: 14px;
}

.selector .selector-chosen .filtered {
    height: 288px !important;
    border-top-width: 0;
}

.selector .selector-filter {
    padding: 0;
    border: 1px solid #ccc !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    color: #666 !important;
}

.selector .selector-filter label {
    display: none;
}

.selector .selector-filter input {
    width: 100%;
    border: 0;
    font-size: 14px;
    padding: 3px 5px;
}


@media (max-width: 1200px) {
    .selector-available, .selector-chosen {
        width: 352px !important;
    }
    .selector .selector-filter input {
        width: 345px !important;
    }
    .selector select {
        width: 352px !important;
    }
}

@media (max-width: 992px) {
    .selector {
        width: 100% !important;
        /*border: 1px solid #ccc !important;*/
        padding: 15px !important;
        /*border-radius: 5px !important;*/
        background-color: #f5f5f5;
        margin-bottom: 20px !important;
    }
    .selector-available, .selector-chosen {
        width: 100% !important;
    }
    .selector .selector-filter input {
        width: 100% !important;
    }
    .selector select {
        width: 100% !important;
    }
    a.active.selector-chooseall,
    a.selector-clearall {
        /*background: none !important;*/
        /*padding: 0 !important;*/
        /*transform: rotate(90deg);*/
    }
    .selector ul.selector-chooser {
        margin-top: 0px !important;
        margin-left: 22px !important;
        width: 100% !important;
        background: none !important;
        height: 30px !important;
        position: relative;
        left: -50%;
    }
    .selector-chooser li {
        float: right;
        transform: rotate(90deg);
    }
}



.dropdown-menu > li > a.hidden-menu-elements {
    color: darkgrey;
}

/* ResearcherID badge display css fix */
.prototip .tooltip {
    opacity: 1;
}


/*
  EUFAR AIBSL Activities Styles
 */

.eufar_aibsl_activities .item {
    margin-bottom: 10px;
}

.eufar_aibsl_activities .item p {
    font-size: 16px; text-align: justify;
}

.eufar_aibsl_activities .item ul {
    padding-left: 18px;
    font-size: 16px;
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD+WDajAAAAW0lEQVQYV2NkAIKe06/+z778juHT778MfKzMDKm6QgwlpmKMjCCJ3rOvGRgYQcqg4D8DQ7GxKAOj+rwb/0E60AHIBEbJmVeB6rAD/Drx2onXtbjsA4kjewBDHQAiJzBIBW/87AAAAABJRU5ErkJggg==');
}

.eufar_aibsl_activities .item ul.alt {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAa0lEQVQYV2NkAIIPT67+Z3u6k4H15VEGlveXGf4I6jL8Frdm+CXtziAgo83ICFLAeWMGA0gROgAp+q6RwcD47WQfWBEuAFb0e1Pwf5AVuADIasb/C9X+41QBlSDOJKLcRJTviAonQo4GyQMAaENItjBP6yEAAAAASUVORK5CYII=');
}

.eufar_aibsl_activities .item li {
    padding-left: 6px;
    padding-bottom: 10px;
}

.eufar_aibsl_activities #icon-bar {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: white;
    height: auto;
}

.eufar_aibsl_activities #bar {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: white;
    height: auto;
}

.eufar_aibsl_activities .section-with-bg-icon-bar {
    background: #fff;
    margin-top: -7%;
    padding-left: 16%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.eufar_aibsl_activities .section-with-bg-bar {
    background: #fff;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .eufar_aibsl_activities .section-with-bg-bar {
        background: #fff;
        border-top: 10px solid #c0c0c0;
        padding: 25px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .main_menu .item_access-to-research-aircraft-instruments {
        white-space: nowrap !important;
    }
}

/*
* Help pages styles
*/

.sidebar-help-index {
    margin: 0 0 20px 20px;
    padding: 0 15px;
    background-color: #F8F8F8;
    border: 1px solid #E7E7E7;
    max-width: 25%;
    min-width: 200px;
}

.sidebar-help-index ul {
    font-size: 13px;
}

/*
* Operator details styles
*/

#operator-details td {
    border: 0;
}

#operator-details h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

#operator-details td:first-child {
    font-weight: 700;
    padding-left: 0;
}

#operator-details .identification td:first-child {
    width: 100px;
}

#operator-details .facilities td:first-child {
    width: 220px;
}

/*
* General details page styles
*/

.details-general .table td, .details-general-event .table td {
    border: 0;
}

.details-general h3, .details-general-event h3,
h3.alt {
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}

h3.user-detail{
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: 30px;
    color: #333;
    font-weight:600;
}
.user-detail-in{
    color: #333;
    font-size: 21px;
}
.details-general td:first-child {
    font-weight: 700;
    padding-left: 0;
    width: 220px;
}

.details-general-event td:first-child {
    padding-left: 0;
    width: 50%;
}

.details-general .table td .list-unstyled, .details-general-event .table td .list-unstyled{
    margin-bottom: 0;
}

.application-details strong {
    display: inline-block;
    margin-top: 10px;
}

.application-details h3 + strong {
    margin-top: 0;
}

.application-details h3 {
    border-bottom: 1px solid #eee;
}

.application-details small {
    color: #666;
}


/*
* Operators and Aircraft list styles
*/

.operators-aircraft-list .item {
    height: 360px;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #eee;
    position: relative;
}

.operators-aircraft-list .img-responsive {
    margin-bottom: 15px;
}

.operators-aircraft-list .assets-count {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15px;
}

/*
* Matrix view styles
*/

.matrix-view .item {
    height: 360px;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #eee;
    position: relative;
}

.matrix-view .img-responsive {
    margin-bottom: 15px;
}

/*
* Partners page styles
*/
.partners {
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

.partners .logo {
    margin-right: 30px;
    float: left;
    border-radius: 5px;
}

.partners .logo img {
    width: 200px;
}

.partners .logo .short-name {
    margin-top: 15px;
    text-align: center;
}

.partners .partners-description{
    margin-left: 200px;
    line-height: 24px;
}

.partners .partners-description ul {
   list-style: none;
}

@media print {
    .partners-table thead th:first-child {
        width: 38%;
    }

    .partners-table .url {
        word-break: break-all;
    }
}

/*
* Stripped table general CSS
*/
.stripped-general thead {
    background: #0098d9;
    color: #fff;
}

.stripped-general th {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

.stripped-general.table > tbody > tr > td {
    border: 0;
    padding: 4px 0 4px 10px;
    color: #3f4a53;
    font-size: 13px;
}

.stripped-general.table > tbody > tr.endless_container > td,
.stripped-general.table > tbody > tr > td.no-results {
    background-color: #fff;
}

.stripped-general ul.list-unstyled {
    margin-bottom: 0;
}

@media print {
    .stripped-general th, .stripped-general td {
        font-weight: normal !important;
        font-size: 10px !important;
    }
}

/* chart legend */
#chart .legend-text-0, #chart .legend-circle {
    display: none;
}

.aircraft-details .table-condensed > tbody > tr > td {
    padding: 1px;
}

/*
* Search form styles
*/

#search-form #div_id_models, #search-form label {
    display: none;
}

#search-form #div_id_models {
    margin-bottom: 10px;
}

#search-form #div_id_models > label {
    height: 0;
}

#search-form #div_id_models .checkbox {
    width: 200px;
    margin: 2px 0 8px;
    float: left;
    font-weight: 400;
}

/*
* Search autocomplete styles
*/

.ac-results {
    left: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.ac-result {
    display: block;
    padding: 6px 10px 7px;
    border-bottom: 1px solid #eee;
    color: #999;
    font-size: 15px;
}

.ac-result:hover {
    color: #444;
    text-decoration: none;
}

/*
* Documents search form styles
*/

#documents-search-form #div_id_title .controls {
    width: 66.6%;
}

@media (max-width: 768px) {
    #documents-search-form #div_id_title .controls {
        width: 100%;
    }
}

/*
* Events search form styles
*/

#events-search-form #div_id_title .controls {
    width: 66.6%;
}

@media (max-width: 768px) {
    #events-search-form #div_id_title .controls {
        width: 100%;
    }
}

/*
* Badges
*/

.badge{
    background-color: white;
    color: black;
}

/*
* Photo gallery styles
*/

.galleries-list .photo-gallery {
    float: left;
    margin: 0 30px 0 0;
}

.gallery-photos-sample {
    /*width: 201px;*/
}

.gallery-photos-sample .gallery-photo {
    float: left;
}

.gallery-detail .gallery-photo {
    float: left;
    margin: 0 10px 0 0;
}

.photo-gallery .thumbnail {
    text-align: center;
    border-color: #fff;
}

.gallery-photos-sample {
    display: inline-block;
}

.photo-detail .in-galleries {
    line-height: 95px;
}

.photo-detail .no-prev-image,
.photo-detail .no-next-image {
    width: 110px;
}

.asteriskField:before {
    content: '\00a0';
}

.asteriskField {
    color: red;
}

/*
* Project comments styles
*/

.comment {
    padding-left: 15px;
    border-left: 8px solid;
    border-color: #eee;
}

.comment.admin {
    border-color: #63c1ff;
}

.comment.applicant {
    border-color: #aaa;
}

.comment.reviewer, .comment.aircraft-or-instrument-operator {
    border-color: #ff9a8a;
}

.comment.eufar-expert {
    border-color: #b4f2ea;
}

.comment.scientific-reviewer {
    border-color: #d0ffb1;
}

.comment.ugsp-member {
    border-color: #fad3a6;
}

.comment.other {
    border-color: #8e8e8e;
}

/*
* Project action board styles
*/

.btn-action {
    /*margin: 0 6px 6px 0;*/
    width: 200px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    white-space: normal;
    text-align: center;
}
.btn-action-narrow {
    /*margin: 0 6px 6px 0;*/
    width: 200px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    white-space: normal;
    text-align: center;
}

.btn-margin {
    margin: 0 9px 10px 0;
    float: left;
}

.application-details {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.application-details h2{
    text-align: center;
}

.application-details fieldset{
    border: 1px solid lightgrey;
    border-radius: 2px;
    padding: 0 20px;
}

.application-details fieldset legend {
    margin-bottom: 0;
    border: none;
    width: auto;
}

/*
* Custom bootstrap panel styles
*/

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media print {
    .panel-group-custom .panel-collapse {
        height: auto !important;
        display: block;
    }
}

.panel-group-custom .panel-heading a:hover,
.panel-group-custom .panel-heading a:focus {
    text-decoration: none;
}

.panel-group-custom .panel-heading ul {
    font-weight: 400;
    font-size: 14px;
}

.panel-group-custom .panel-heading ul li:first-child {
    width: 120px;
}

.panel-group-custom a span.glyphicon:before {
    content: '';
}

.panel-group-custom a.collapsed span.glyphicon:before {
    content: '';
}

.document-calls{
    border: 1px solid cornflowerblue;
    padding: 4px;
    border-radius: 4px;
    width: 30px;
    text-align: center;
}

.list-unstyled.more-bottom-margin li {
    margin-bottom: 5px;
}

.tab-pane {
    border: 1px solid #ddd;
    border-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.tab-pane h3:first-child {
    margin-top: 0;
}

/*
* Form styles
*/

.form-control {
    border-radius: 0;
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #6d6f72;
    font-style: italic;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 25px;
    padding: 3px 12px;
}

.form-control:focus {
    border-color: #f7b55d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control {
    padding-top: 0;
}

input[type="number"].form-control {
    padding-top: 0;
}

.form-group {
    margin-bottom: 30px;
}

.form-horizontal .form-group {
    margin-top: 25px;
}

.form-group label {
    font-size: 14px;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline, .has-error .checkbox-inline {
    color: #ed1c24;
}

/* Prevent color change of field labels and help texts... */
.has-error .control-label {
    color: #4f4f4f;
}

.has-error .help-block {
    color: #737373;
}
/* ... unless they are an error */
.has-error .help-block strong {
    color: #ed1c24;
}


.has-error .form-control {
    border-color: #ee5157;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
* Bootstrap buttons styles overwrites
*/
.btn {
    border-radius: 0;
    font-size: 16px;
}

.btn-default  {
    border: 1px solid #f9a12b;
    color: #ffa126;
}

.btn-default:hover {
    color: #0098d9;
    border-color: #0098d9;
    background: #fff;
}

.btn-default.disabled, .btn-default[disabled] {
    color: #aaa;
}

.btn-primary {
    /*font-size: 18px;*/
    border: 1px solid #f9a12b;
    background: #f9a12b;
}

.btn-primary:hover {
    background: #0098d9;
    border-color: #0098d9;
}

.btn-primary.disabled, .btn-primary[disabled],
.btn-primary.disabled:hover {
    border: 1px solid #f9b858;
    background: #f9b858;
}

.btn-primary.disabled.rel-tooltip {
    pointer-events: auto;
}

/*
* Bootstrap message styles overwrites
*/

.alert {
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

form .alert {
    margin-bottom: 30px;
}

.alert > ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.alert-danger {
    border-color: #f14d55;
    background-color: #fce1e6;
    color: #ed1c24;
}

.alert-success {
    border-color: #37b876;
    background-color: #dcefe3;
    color: #00a651;
}

/*
* Bootstrap breadcrumbs styles overwrites
*/

.breadcrumb {
    background-color: inherit;
    margin-bottom: 0;
    padding: 0 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #8b8b8b;
}

.breadcrumb a {
    color: #8b8b8b;
}

.breadcrumb > li + li:before {
    content: '>';
    color: #8b8b8b;
}

.breadcrumb>li+li.active:before {
    color: #ffa126;
}

.breadcrumb > .active {
    color: #ffa126;
    text-transform: none;
}

.breadcrumb .icon-link {
    margin-top: -4px;
}

.breadcrumb .icon-link-qmark {
    padding-left: 10px;
    border: 1px solid #d0cece;
    padding-right: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
    font-weight: bold;
    margin-top: -6px;
}

.breadcrumb .popover-content {
    color:black;
    text-transform: none;
}

.breadcrumb li.pull-right:before {
    content: '';
}

/*
* New page layouts
*/

.page-title {
    margin: 40px 0 10px;
    font-family: 'Cinzel', serif;
    display: inline-block;
    background: #616265;
    padding: 15px 25px 10px;
    color: #fff;
    font-size: 30px;
}

.section-with-bg {
    background: #fff;
    border-top: 10px solid #c0c0c0;
    padding: 25px;
    margin-top: 10px;
}

@media print {
    .page-title {
        margin-top: 0;
    }

    .section-with-bg {
        border: 0;
        padding-top: 0;
    }
}

.section-with-bg.row {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
}

/*
* Bootstrap tables styles overwrites
*/

.table > thead > tr > th {
    border-bottom: 0;
}

.table tbody {
    /*font-size: 13px;*/
    color: #3f4a53;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #eee;
}

.table-striped.inversed > tbody > tr:nth-child(odd) > td,
.table-striped.inversed > tbody > tr:nth-child(odd) > th {
    background-color: #eee;
}

.table-striped.inversed > tbody > tr:nth-child(even) > td,
.table-striped.inversed > tbody > tr:nth-child(even) > th {
    background-color: #fff;
}

.table-condensed > thead > tr > th {
    padding: 0 5px;
    vertical-align: middle;
}


.form-horizontal input[type="submit"].btn {
    margin-bottom: 25px;
}

/*
* Operators list logo placeholder
*/

.logo-placeholder {
    height: 100px;
    line-height: 100px;
    width: 218px;
    background: #fff;
    border: 1px solid #eee;
    text-transform: uppercase;
    font-size: 28px;
    color: #ccc;
}

.logo-placeholder:hover {
    color: #ccc;
}

@media (min-width: 768px) {
    .logo-placeholder {
        height: 86px;
        line-height: 86px;
    }
}

@media (min-width: 1200px) {
    .logo-placeholder {
        height: 100px;
        line-height: 100px;
    }
}


/*
* "Story" (welcome to EUFAR, etc.) tabs styles
*/

.story .col-xs-3,
.story .col-sm-3 {
    padding-left: 0;
    padding-right: 20px;
}

.story > div {
    background: url('/static_collected/images/story-arrow.png') no-repeat 100% 80%;
}

.story-tab {
    font: 15px 'Cinzel', serif;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 15px 15px 8px;
    margin-top: 10px;
    color: #616265;
    display: block;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .story {
        margin-bottom: 10px;
    }

    .story .col-sm-3 {
        padding: 0;
    }

    .story-tab {
        border-radius: 0;
    }
}

.story-tab.active {
    color: #fff;
}

.story-tab.active.welcome-to-eufar {
    background: #2fa2b4;
}

.story-tab.active.ta {
    background: #2fa2b4;
}

.story-tab.active.et {
    background: #92b13c;
}

.story-tab.active.ai {
    background: #7cacdc;
}

.story-tab.active.eufar-facilities {
    background: #92b13c;
}

.story-tab.active.eufar-activities {
    background: #7cacdc;

}
/*
* Informational pages (welcome to EUFAR, etc.) styles
*/

.info-page-content .section-with-bg td:first-child {
    padding-right: 50px;
}

.info-page-content .image img {
    margin-bottom: 5px;
}

.info-page-content .image p {
    padding: 0 5px;
    margin-bottom: 0;
}

/*
*  Governance - Eb Members  - presentation page styles
*/
.repr_eb_members .img-responsive{
    max-width: 130px;
}

.repr_eb_members .photo-div{
    margin-bottom: 20px;
    max-width: 145px;
}

.repr_eb_members .col-centered {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
}

@media (max-width: 400px) {
    .repr_eb_members .col-centered {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .repr_eb_members .img-responsive {
        max-width: 137px;
    }
}

/*
*  Governance -  GA Representatives - presentation page styles
*/
.ga-representatives-tb {
    max-width: 600px;
}

.row.ga-representatives-tb-header {
    border-bottom: 1px solid #777;
    color: #0098d9;
    font-weight: bold;
}

.row.ga-representatives-tb-country {
    border-bottom: 1px solid #777;
    padding-top: 0.4em;
}

.ga-representatives-tb-member-column {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.ga-representatives-tb-member-header {
    margin-bottom: 0.5em;
}

.ga-representatives-tb-member-row {
    border-bottom: 1px solid #bbb;
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
}

.ga-representatives-tb-name {
    margin: 0 0 0.4em;
}

@media (max-width: 768px) {
    .ga-representatives-tb-member-header {
        border-bottom: 1px dashed #bbb;
        padding-bottom: 0.2em;
        width: auto;
    }
    .ga-representatives-tb-member-column {
        border-bottom: 1px dashed #bbb;
        padding-bottom: 0.2em;
        margin-bottom: 0.7em;
        width: auto;
    }
    .ga-representatives-tb {
        max-width: 400px;
    }
    .row.ga-representatives-tb-header {
        padding-bottom: 0.4em;
    }
}
.ga-representatives .sec2-row-separator {
    border: 0 dashed #b4b4b4;
    border-top-width: 1px;
    margin-top: 0.5em;
    margin-bottom: 1.1em;
}

.ga-representatives .sec3-row-separator {
    border: 0 dashed #b4b4b4;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 1em;
}

.ga-representatives h2 {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: center;
}

.ga-representatives .description{
    margin-bottom: 1.3em;
}


/*
*  Governance - Executive board members modal window styles
*/
.governance .modal-body {
    padding: 15px 15px 0px 15px;
}

.governance .modal-content {
    border-radius: 0px;
}

.governance .modal-title {
    font-size: 1.7em;
    margin-left: 0;
}

.governance .modal-header-no-border {
    border-bottom: none;
}

.governance .modal-header .photo-col {
    max-width: 180px;
}

.governance .modal-header .name-title-col {
    padding-left: 0;
}

.governance .modal-header .close-button-div {
/*    height: 0.8em;*/
}

.governance .modal-header .name-title-without-photo-col {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .governance .modal-title {
        font-size: 1.2em;
        margin-left: 0;
    }
}

/*
*  Shared Subjects styles
*/
.shared_subjects-notification-tb .notifications_subheader {
    vertical-align: bottom;
    font-weight: bold;
    color: #f9a12b
}

.shared_subjects-notification-tb .notifications_subheader2 {
    vertical-align: bottom;
    color: #f9a12b
}

.shared_subjects-notification-tb p {
    margin: 0
}

.shared_subjects-notification-preview h3 {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold
}

.shared_subjects-notification-preview a {
    text-decoration: underline;
}

.shared_subjects-notification-preview td {
    padding: 2px
}

.shared_subjects-notification-preview img {
    vertical-align: baseline
}
.shared_subjects-notification-tb .btn-link {
    color: #ffa126;
    text-decoration: none;

}
.shared_subjects-notification-tb .btn-link:hover {
    color: #357ebd;
    text-decoration: none;
}
.shared_subjects-notification-tb .row_bg_white:hover>td  {
    background-color: white;
}
.shared_subjects-notification-tb .row_bg_gray:hover>td  {
    background-color: #f0f0f0;
}
.shared_subjects-notification-tb .row_bg_gray  {
    background-color: #f0f0f0;
}

.shared_subjects-documents-tb .document_row {
    padding-top: 7px;
    padding-bottom: 10px;
}

.shared_subjects-documents-tb p {
    margin: 0;
    padding: 0;
}

.shared_subjects .document_filename{
    font-style: italic;
    color: #aaa;
    font-size: 15px;
}

.shared_subjects .document_title {
    font-size: 16px;
}

.shared_subjects .notificationlog_tb td {
    padding: 4px 10px 4px 10px !important;
}

/* BEGIN changelog */
#changelog-details #infobox  {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#changelog-details #infobox #ib-col1,
#changelog-details #infobox #ib-col2,
#changelog-details #infobox #ib-col3{
    padding-left: 0;
}

#changelog-details .cl-media-panel {
    background-color:#eeeeee;
    padding-top:15px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#changelog-details .cl-media-panel h4 {
    margin-bottom: 20px
}
/* END changelog*/

/*
    articles_user_panel styles
*/

#articles_user_panel #article-form #id_start_publication_picker,
#articles_user_panel #article-form #id_end_publication_picker,
#articles_user_panel #article-form #id_event_start_date_picker {
    max-width: 200px;
}

#articles_user_panel #article-form #id_start_publication_picker .input-group-addon,
#articles_user_panel #article-form #id_end_publication_picker .input-group-addon,
#articles_user_panel #article-form #id_event_start_date_picker .input-group-addon {
    padding: 3px;
}

#articles_user_panel #article-form .media-fset div[id*='DELETE'] div[class='controls'] {
    display: inline;
    margin-left: 10px;
}

#articles_user_panel #article-form .media-fset input[id*='clear_id'] {
    margin-left: 10px;
}

#articles_user_panel #article-form .media-fset .form-group {
    margin-bottom: 25px;
}

#articles_user_panel #article-form .media-fset .header {
    font-style: italic;
}

#articles_user_panel #article-form .media-fset hr {
    margin: 10px 0;
}

@media (max-width: 768px) {
    #articles_user_panel #article-form .media-fset .form-control{
        margin: 10px 0;
    }
}


#articles_user_panel #article-form th {
    width:120px;
    padding:2px;
}

#articles_user_panel #article-form td {
    padding:2px;
}

#articles_user_panel #article-form .errorlist {
    color: red;
}

/* Collapse content to one column */
@media (max-width: 767px) {
    .info-page-content .section-with-bg td:first-child {
        padding-right: 0;
    }

    .info-page-content .section-with-bg td {
        float: left;
    }

    .info-page-content .section-with-bg td:nth-child(2) {
        clear: left;
    }


    /* hacks to always place image at the top of content block */
    .info-page-content .section-with-bg tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .info-page-content .section-with-bg td {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .info-page-content .section-with-bg td.image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    /* center image */
    .info-page-content td.image {
        width: 100% !important;
        text-align: center;
    }
}

/* TA application form input help buttons */
.btn-input-help {
    padding: 0 8px 1px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-weight: 700;
}

.btn-form-buttons-help {
    padding: 6px 11px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-weight: 700;
}

#ta_application_form .input-group-btn {
    vertical-align: top;
}

.popover .popover-content {
    font-size: 12px;
}

/* Manage ET-VO applications filter form styles */
.form-inline.filter-form {
    margin-bottom: 25px;
}

.form-inline.filter-form .btn {
    font-size: 15px;
    padding: 1px 8px;
    margin: 0;
}


/* alternative pager styles */
.pager-alt .previous > a,
.pager-alt .next > a {
    float: none;
    margin: 0 20px;
}

.pager-alt .previous > a {
    margin: 0 20px 0 0;
}

.pager-alt .next > a {
    margin: 0 0 0 20px;
}

.pager-alt .all > a {
    margin: 0 0 0 20px;
}

@media (max-width: 768px) {
    .pager.pager-rwd li {
        display: block;
    }

    .pager-rwd.pager-alt .previous > a {
        margin: 0 0 0 0;
        width: 80%;
        padding: 10px 0;
    }

    .pager-rwd.pager-alt .next > a {
        margin: 8px 0 0 0;
        width: 80%;
        padding: 10px 0;
    }

    .pager-rwd.pager-alt .all > a {
        margin: 25px 0 0 0;
        width: 20%;
        padding: 5px 0;
    }
}

/* Table of content */
#toc-container {
    min-width: 200px;
    background: #f9f9f9;
    border: 1px solid #cbcbcb;
    /*border-radius: 4px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    padding: 0 8px 0 10px;
    position: relative;
    width: auto;
    margin-bottom: 35px;
}

#toc-container p {
    margin-left: 5px;
    margin-bottom: 5px;
}

#toc-container h4 {
    margin-top: 7px;
}

#toc-container-toggle-icon {
    padding: 5px 8px;
    width: 28px;
    height: 22px;
    font-size: 11px;
    border: 1px solid #d2d2d2;
    background-color: white;
    background-image: linear-gradient(white, #ddd);
    margin-top: 5px;
    cursor: pointer;
}

#toc-container-toggle-icon:hover {
    background-color: #eee;
    background-image: linear-gradient(white, white)
}

#toc-container-list {
    overflow: hidden;
    margin-bottom: 10px
}

/* Personal Card Preview */
.personal-card-preview .modal-content {
    border-radius: 0px;
    box-shadow: 0 3px 10px rgba(0,0,0,.5);
}

.personal-card-preview .modal-body {
    padding: 15px 15px 0px 15px;
}

.personal-card-preview .modal-content {
    border-radius: 0px;
}

.personal-card-preview .modal-title {
    font-size: 1.7em;
    margin-left: 0;
}

.personal-card-preview .modal-header-no-border {
    border-bottom: none;
}

.personal-card-preview .modal-header .photo-col {
    max-width: 180px;
}

.personal-card-preview .modal-header .name-title-col {
    padding-left: 0;
}

.personal-card-preview .modal-header .close-button-div {
/*    height: 0.8em;*/
}

.personal-card-preview .modal-header .name-title-without-photo-col {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .personal-card-preview .modal-title {
        font-size: 1.2em;
        margin-left: 0;
    }
}

/* BEGIN  events_registration - regevent */
#events_registration_regform #id_event_start_date_picker,
#events_registration_regform #id_event_end_date_picker,
#events_registration_regform #id_start_publication_picker,
#events_registration_regform #id_end_publication_picker,
#events_registration_regform #id_call_start_date_picker,
#events_registration_regform #id_call_end_date_picker

{
    max-width: 200px;
}

#events_registration_regform #id_event_start_date_picker .input-group-addon,
#events_registration_regform #id_event_end_date_picker .input-group-addon,
#events_registration_regform #id_start_publication_picker .input-group-addon,
#events_registration_regform #id_end_publication_picker .input-group-addon,
#events_registration_regform #id_call_start_date_picker .input-group-addon,
#events_registration_regform #id_call_end_date_picker .input-group-addon
{
    padding: 3px;
}

#events_registration_regform div[id*="DELETE"] div[class="controls"] {
    display: inline;
    margin-left: 10px;
}

.events_registration-documents-tb .document_row {
    padding-top: 7px;
    padding-bottom: 10px;
}

.events_registration-documents-tb p {
    margin: 0;
    padding: 0;
}

.events_registration .document_filename{
    font-style: italic;
    color: #aaa;
    font-size: 15px;
}

.events_registration .document_title {
    font-size: 16px;
}

#events_registration_regform #document .order input,
#events_registration_regform #image .order input,
#events_registration_regform #video .order input {
    padding: 1px;
    text-align: center;
}

#events_registration_regform #document .file p.file {
    line-height: 1.5em;
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #6d6f72;
    padding: 5px 10px;
}

#events_registration_regform #document .file p {
    width: 100%;
}

#events_registration_regform #document .file label {
   margin-bottom:0;
}


#events_registration_regform #document hr{
    margin-top: 5px;
    margin-bottom: 15px;
}


/* END events_registration - regevent */

/* Option buttons in table */
.table-option-buttons {
    padding-top: 5px;
    white-space: nowrap;
}

.table-option-buttons i {
    /* <i> is Font Awesome 5 container */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.table-option-buttons .tooltip.in {
    opacity: 1;
    white-space: normal;
}

.table-option-buttons .fas, .far {
    font-size: 1.20em;
}

/* newsletter checkbox when registert to a event */
/*.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}*/
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}



/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

