﻿/* VoxVote custom css */
body {
    font-size: 12px;
}

@media screen and (device-width:1240px) {
    /* on small screens no min height*/
    div#mainContent {
        min-height: 550px;
    }
}
/* bootstrap can't yet vertical align, and .vert is not allowed, so use .vcenter */

td.vcenter, .table tbody > tr > td.vcenter {
    vertical-align: middle;
}

.small-link {
    font-size: smaller;
    color: lightskyblue;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* create a black button for all create actions*/
.btn-create {
    color: #EDEBEB;
    background-color: #404040;
    border-color: #202020;
}

    .btn-create:hover, .btn-create:focus, .btn-create:active, .btn-create.active, .open .dropdown-toggle.btn-create {
        color: #ffffff;
        background-color: #202020;
        border-color: #000;
    }

    .btn-create:active, .btn-create.active, .open .dropdown-toggle.btn-create {
        background-image: none;
    }

    .btn-create.disabled, .btn-create[disabled], fieldset[disabled] .btn-create, .btn-create.disabled:hover, .btn-create[disabled]:hover, fieldset[disabled] .btn-create:hover, .btn-create.disabled:focus, .btn-create[disabled]:focus, fieldset[disabled] .btn-create:focus, .btn-create.disabled:active, .btn-create[disabled]:active, fieldset[disabled] .btn-create:active, .btn-create.disabled.active, .btn-create[disabled].active, fieldset[disabled] .btn-create.active {
        background-color: #C0C0C0;
        border-color: #878181;
    }

td .btn {
    min-width: 75px;
    margin-right: 5px;
}


/* fixes: */

/* sort icons in table  */
td ul.fa-icons li {
    width: 20px;
}

/* alert boxes, less space / size */
.alert {
    padding: 5px;
    margin-bottom: 5px;
}

/* _layoutLive */



.copyright {
    background: #ffffff;
    border-top: solid 2px #eee;
}

    .copyright p {
        color: inherit;
    }


/*#commonloader {
    background: url("/assets/img/newloader.gif") repeat scroll 0 0 transparent;
    height: 156px;
    left: 50%;
    margin-left: -75px;
    margin-top: -58px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: 999;
}*/

/* VideoPlayer with start/stop/refresh - default 'all browsers' and @media query for smaller screen/beamers */

body#live div.container {
    max-width: 95%;
}


.navigation .glyphicon {
    font-size: 3.0em;
}

.navigation .glyphicon-circle-arrow-left {
    margin-left: -40px;
}


#player.bs-glyphicons {
    overflow: visible;
    margin-bottom: 5px;
}


    #player.bs-glyphicons li {
        float: right;
        height: 66px; /* inherit */
        width: 66px;
        padding: 3px;
    }

    #player.bs-glyphicons a:hover {
        text-decoration: none;
    }


@media screen and (device-width:800px) {
    #chart {
        height: 300px;
    }

    .navigation .glyphicon {
        font-size: 2em;
    }

    .navigation .glyphicon-circle-arrow-left {
        margin-left: -20px;
    }

    #player.bs-glyphicons li {
        float: right;
        height: inherit;
        width: 50px;
    }

    .bs-glyphicons .glyphicon {
        display: block;
        font-size: 13px;
        margin: 2px auto 5px;
    }

    .bs-glyphicons a {
        font-size: 8px;
        text-align: center;
    }
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


span.onair {
    background: url("/assets/img/voxvote_on_air.gif") no-repeat 50% 50% transparent;
    padding: 5px 72px 5px 0px;
    color: green;
    font-weight: bold;
}

.onair-inline {
    width: 15px;
    height: 15px;
}

.inpWeight input[name='Weight'] {
    width: 60px;
}


.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}



.inpScore {
    width: 150px !important;
}

.splive {
    color: forestgreen;
    font-size: 12px;
    font-weight: bold;
}

#messagepicker {
    width: 200px;
}


/* http://stackoverflow.com/questions/7301989/need-to-remove-href-values-when-printing-in-chrome */
@media print {
    a[href]:after {
        content: none !important;
    }
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 2px 1px;
}



/* opentext and WordCloud*/
#openText {
    text-align: center;
}

.open, #webTicker li {
    font-size: 250%;
    color: #777;
}

.result {
    margin: 5px;
    border-bottom: 1px solid #E1F4FB;
    text-align: left;
}

th.result {
    color: #C0C0C0;
}

.noresult {
    margin: 50px;
    min-height: 300px;
}


.dataTables_length select {
    border: 1px solid #ddd;
    padding: 3px;
}

#tableFreq td {
    border-bottom: 1px solid #ddd;
    padding: 3px;
    text-align: left;
}

#tableFreq td {
    font-size: 200%;
    color: #C0C0C0;
}

#tableFreq pre {
    padding-top: 8px;
    font-size: 110%;
    line-height: 95%;
    color: #808080;
    white-space: pre-wrap;
    word-break: inherit;
}


#dvimgImageURL {
    padding: 0px;
    
}

.vox-thumb, #dvimgImageURL img {
    width: 100%;
    border-style: inset;
}

.vox-thumb {
    width: 150px;
}


/*
.boxshadow, #dvimgImageURL {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
    margin-top: 5px;
}

    

.boxshadow::after, #dvimgImageURL::after {
    content: '';
    position: absolute;
    z-index: -1; 
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    width: 97%;
    left: 3%;
    bottom: 0;
}
*/
.qtypeslide {
    background-color: #eee;
}

/* lightbox - img click */

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}


.feature {
    padding-bottom: 20px;
    border-bottom: solid 2px #eee;
    margin-bottom: 20px; 
    background-color: #f5f5f5;
}

/* quiz podium */
.podium {
    vertical-align: bottom;
}

.name {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.tile {
    border: 2px solid gray;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}

.bronze {
    height: 100px;
    font-size: 120px;
    line-height: 100px;
    background-color: #AD8A56;
}

.silver {
    height: 200px;
    font-size: 160px;
    line-height: 175px;
    background-color: silver;
}

.gold {
    height: 300px;
    font-size: 250px;
    line-height: 200px;
    background-color: #C9B037;
}

.stroke {
    -webkit-text-stroke: 1px black;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.bronze-names {
    height: 300px;
    vertical-align: bottom;
    display: table-cell;
    width: 46%;
}

.silver-names {
    height: 200px;
    vertical-align: bottom;
    display: table-cell;
    width: 17%;
}

.gold-names {
    height: 100px;
    vertical-align: bottom;
    display: table-cell;
    width: 50%;
}

.score {
    font-size: 30px;
    color: #fafafa;
}

.podium p {
    color: whitesmoke;
    font-size: larger;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* anchors with i image icon, make a special background */
a[role=button] i {
    color: #5ea4c5;
    margin-right: 5px;
}
/* but overwrite the green buttons*/
a.live i, a.btn-u-yellow i, a.btn-u-blue i, a.btn-sm btn-success i {
    color: white;
}


/* Tombola */
#tombolaResult {
    font-size: 25px;
    font-weight: bold;
    z-index: 14;
    position: absolute;
    padding: 5px;
}


/* pdf export */

.rowpdf {
    page-break-after: always;
    margin-top:50px;
    position: relative;
}

.pdfstats {
    margin-top: 10px;
}


.pdfheader {
    color: #808080;
    font-size: 20px;
    font-family: Tahoma;
    font-weight:bold;
}

.pdfTitle {
    line-height: 46px;
    letter-spacing: -2px;
    margin: 5px 50px 0px 50px;
    font-family: Open Sans, sans-serif;
    font-size: 36px;
    color: #202020;
}

.pdfInstruction {
    letter-spacing: -2px;
    font-family: Open Sans, sans-serif;
    margin: 0px 50px 0px 50px;
    font-size: 22px;
    color: #333;
}




