﻿
.legenddiv {
    background-color: transparent;
    margin-left: 50px;
    padding-left: 15px;
    border: solid;
    border-width: 1px;
}



#tabs {
    padding: 0;
    border: 0;
 }

.btn-default {
    background-color: #ebebeb;
    color: #333;
    border-color: #adadad;
    font-weight:normal;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        background-color: #FFF;
        color: #333;
        border-color: #adadad;
        font-weight: bold;
    }

body .galleria-fullscreen {
    display: none;
}


/***************************/
/* Webcam */
/***************************/

.webcam p {
    margin: 10px 0;
    font-size: 18px;
}

.webcam span {
    display: block;
    /*color: #787878; /* gray */
    color: #000000; /* black */
}


.dateclass {
    font-size: 12px;
}

#dateStart {
    text-align: center;
    font-size: 14px;
    margin-left: 8px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.archivebtntextsize {
    text-align: center;
    font-size: 14px;
    color:black;
    
}

.cambuttons {
    margin-top: 8px;
}

/***************************/
/* Media Queries */
/***************************/

@media only screen and (min-width: 1200px) {
    .webcam span {
        float: right;
        display: inline;
    }
}


@media only screen and (max-width: 320px) {
    archivebtntextsize {
        padding-left: 0px;
    }

    #CameraButton {
        padding-left: 5px;
    }

    #ArchiveButton {
        padding-left: 7px;
    }
}

@media only screen and (max-width: 460px) {
    .archivebtntextsize {
        font-size: 10px;
        text-align: center;
        padding-left: 3px;
        height: 33px;
    }

    #dateStart {
        font-size: 10px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 8px;
        height: 33px;
    }

    #CameraButton {
        font-size: 10px;
        padding-left: 5px;
        height: 33px;
    }

    #ArchiveButton {
        font-size: 10px;
        padding-left: 7px;
        height: 33px;
    }
}

@media only screen and (max-width: 355px) {
    .archivebtntextsize {
        font-size: 10px;
        text-align: center;
        padding-left: 3px;
    }
}


.galleria-theme-azur .galleria-info {
    opacity: 0.0 !important;
    bottom: 0 !important;
}




