body {
    background: #b00000;
    font-size: 16px;
    margin-top: 3.5em;
    font-family: "Segoe UI", sans-serif;
}
nav li {
    font-size: 20px;
    margin-top: 5px;
}
table thead td {
    font-weight: bold;
    text-align: center;
}
table tbody td {
    vertical-align: middle;
}
#table_program {
    font-size: 0.9em;
}
#table_program tbody tr td {
    margin: 0;
    padding: 2px 7px 2px 7px;
}
.navbar-brand h2{
    padding-left: 1em;
    color: white;
}
.navbar-nav a {
    color: white;
}
/* activeOCF header btn needs to be changed from the bootstrap.css search: ocf */
.navbar-default .navbar-nav > .active > a {
    color: white;
}
/* carousel items style */
.item {
    border: 10px solid #252830;
}
/* carousel item choir info box */
.yellow-box-info {
    background-color: #252830;
    border-top-left-radius: 20px;
}
.yellow-box-choir-name {
    margin-bottom: 0;
    color: white;
}
.carousel-choir-place {
    color: #ff0808;
    font-size: 80%;
	font-style: italic;
}
.carousel-caption-bottom-right {
    bottom: 0;
    float: right;
    left: auto;
    right: 0;
    text-align: right;
    padding: 0 0 0 1em;
}
.navbar-inverse {
    background-color: #252830;
}
.heading {
    font-size: 20px;
}
.container {
    background-color: white;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
}
.aboutDiv {
    text-align: justify;
}
.editable{
    background: #eaeaea
}
.titleHead {
    background-color: white;
}
.ocfHeaderText {
    color: #b00000;
    margin-top: 13px;
    margin-left: 5px;
}
.choirInfo {
    background-color: #ffefed;
    color: #5e5e5e;
}
.choir-photos-align-bottom {
    vertical-align: text-bottom;
}
.img-thumbnail {
    border-color: #b00000;
}
.choirName {
    margin-bottom: 5px;
    padding-bottom: 8px;
    color: black;
    font-size: 22px;
	border-bottom: 1px solid #b00000;
}
.diplomaImg {
    border-color: #b00000;
    border-width: 1px;
}
.choirNameTwoRows {
    margin-top: 7px;
}
.choirGalleryWrapper {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #b00000;
    border-radius: 4px;
}
.choirGallery {
    background-color: #fff;
    margin: 2px;
}
.choirGallery .col-md-2{
    padding: 3px;
}
.conductor {
    color: #b00000;
    font-size: 16px;
}
.colorRed {
    color: #b00000;
}
.conductor-margin {
    margin: 0;
}
.glyphicon {
    color: #b00000;
}
.carousel-glyph {
    color: #fff;
}
.choirGlyph {
    font-size: 50px;
}
.notesGlyphs {
    font-size: 45px;
	color: #b00000;
}
.compositions-table > tbody > tr > td {
    vertical-align: middle;
}

.compositions-table {
    margin-bottom: 5em;
}

.participants-no-margin {
    margin-top: 0;
}
.vcenter {
    display: flex;
    align-items: flex-end;
}
.centered-td {
    vertical-align: middle;
    text-align: center;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.twoConductorsImgAbove {
    border-bottom: none;
}
.no-margin {
    margin: 0;
}
.ocfLogo {
    height: 40px;
    float: left;
    margin-top: -10px;
    margin-right: 5px;
}
#btnSubmit {
    margin-left: 1em;
}
.editedText {
	font-style: italic;
	color: #466ba8;
}
#editMessage {
    font-style: italic;
    color: #ff4b54;
}
.panel-footer {
    font-size: 12px;
}
.choirImg:hover {
    opacity: 0.7;
}
.item img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.item img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#btnEdit {
    margin-bottom: 2em;
}

.carouselContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    background-color: transparent;
    background-image: none;
}

.background-none {
    background: none;
}

.homeContentContainer {
    padding-left: 40px;
    background-color: white;
}

.no-margin-top {
	margin-top: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    background-color: white;
    border: 1px solid #faffef;
}
.carousel-indicators .active {
    background-color: #b00000;
    border: none;
}

a.programPdf img 	{
    border: 0 !important;
    margin: 30px -20px 10px 25px !important;
    padding: 0 !important;

    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);

    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;

    -moz-box-shadow:    0px 0px 7px 1px #555;
    -webkit-box-shadow: 0px 0px 7px 1px #555;
    box-shadow:         0px 0px 7px 1px #555;
}
a.programPdf img:hover	{
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
a.programPdf div {
    font: 13px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif !important;
    color: black !important;
    text-align: right  !important;
    margin: 0 45px 0 0 !important;
    padding: 0;
}
a:hover.programPdf div  {
    color: #00a6e4 !important;
}

@media screen and (max-width: 400px) {
    .participants ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-position: inside;
    }
}

/*@media screen and (max-width: 466px) {*/
    /*.choirGlyph {*/
        /*visibility: hidden;*/
    /*}*/
/*}*/

@media screen and (max-width: 768px) {
    .participants ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style-position: inside;
    }
}

@media screen and (min-width: 992px) {
    .navbar {
        height: 60px;
        border-radius: 0;
        margin: 0;
        border-top-color: white;
        border-top-width: 5px;
    }
    .participants ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-position: inside;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
@media (max-width: 992px) {
	body {
		margin-top: 4.3em;
		margin-left: 1em;
		margin-right: 1em;
	}
    .container {
		margin-right: auto;
		margin-left: auto;
		width: auto;
    }
}
.homeContentContainer {
    border: 1px solid #e3e3e3;
}
.choirContentContainer {
    border: 1px solid #e3e3e3;
}
.panel-footer {
    border: 1px solid #e3e3e3;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.specialPrize {
    color: #466ba8;
}
.specialPrizeOther {
    color: #b00000;
}
.grandPrixWinner {
	color: #b00000;
}
.specialPrizeWinner {
    font-weight: bold;
    color: black;
}
.grandPrixWinnerDiv {
    font-size: 18px;
    margin-bottom: 5px;
}

.clickableRow:hover td {
    background: #ddd;
    cursor: pointer;
}

th.verticalText {
    /* Something you can count on */
    height: 180px;
    white-space: nowrap;
}

th.verticalText > div {
    transform:
        /* Magic Numbers */

    rotate(270deg);
    width: 15px;
}
th.verticalText > div > span {
    padding: 5px 0;
}
.juryDiv {
    padding: 1em;
}