body {
    background-color: #dcdee1;
    font-size: 14px;
    margin-top: 4em;
    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;
}
.navbar {
    min-height: 60px;
    border-radius: 0;
    margin: 0;
    border-top-color: yellow;
    border-top-width: 5px;
}
.navbar-brand img {
    z-index: -999;
}
.item {
    border: 10px solid #fbff9a;
}
.yellow-box-info {
    background-color: #fbff9a;
    border-top-left-radius: 20px;
}
.yellow-box-choir-name {
    margin-bottom: 0;
    color: #ff0085;
}
.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-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: white;
    background-size: 25%;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
}
.aboutDiv {
    text-align: justify;
}
.editable{
    background: #eaeaea
}
.titleHead {
    background-color: white;
}
.ocfHeaderText {
    color: white;
    margin-top: 13px;
    margin-left: 5px;
}


.choirInfo {
    background-color: rgb(251, 255, 213);
    color: #5e5e5e;
    /*background-image: url("../img/background.png");*/
    /*background-repeat: no-repeat;*/
}
.choir-photos-align-bottom {
    vertical-align: text-bottom;
}
.specialPrize {
    color: #ff0085;
}
.specialPrizeWinner {
    font-weight: bold;
}
.grandPrixWinnerDiv {
    font-size: 18px;
    margin-bottom: 5px;
}
.img-thumbnail {
    border-color: #ff0085;
}
.choirName {
    margin-bottom: 5px;
    padding-bottom: 8px;
    color: black;
    font-size: 22px;
    border-bottom: 2px dashed #ff0085;
}
.results thead {
    font-size: 14px;
}
.results tbody {
    font-size: 14px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.table tr td:nth-child(3), .table tr td:nth-child(4), .table tr td:nth-child(5), .table tr td:nth-child(6), .table tr td:nth-child(7) {
    text-align: center;
}

.choirGalleryWrapper {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ff0085;
    border-radius: 4px;
}
.choirGallery {
    background-color: #fff;
    margin: 2px;
}
.choirGallery .col-md-2{
    padding: 3px;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.conductor {
    color: #ff0085;
    font-size: 16px;
}
.conductor-margin {
    margin: 0;
}
.glyphicon {
    color: #ff0085;
}
.carousel-glyph {
    color: #fff;
}
.choirGlyph {
    font-size: 50px;
}
.notesGlyphs {
    font-size: 45px;
}
.compositions-table > tbody > tr > td {
    vertical-align: middle;
}
.participants ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-position: inside;
}
.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-margin {
    margin: 0;
}
.ocfLogo {
    height: 40px;
    float: left;
    margin-top: -10px;
    margin-right: 5px;
}
#btnSubmit {
    margin-left: 1em;
}

#editMessage {
    font-style: italic;
    color: #ff0085;
}
.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;
}

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;
}

#btnEdit {
    margin-bottom: 2em;
}

.carouselContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    background-color: #dcdee1;
    background-image: none;
}
.carousel-choir-place {
    font-size: 80%;
	font-style: italic;
}
.background-none {
    background: none;
}

.homeContentContainer {
    padding-top: 15px;
    padding-left: 40px;
    background-size: 190px;
    background-color: white;
    background-image: url("../img/background-rotated.png");
    background-position: bottom;
    background-size: 30%;
}

.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 #dcdee1;
}
.carousel-indicators .active {
    background-color: #ff0085;
    border: none;
}

@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: 600px) {
    .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: yellow;
        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;
    }
}


#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%;
    }
}