﻿
.jumbotron {
    background-color: whitesmoke ;/*#fbfbfb;*/ /*whitesmoke;*/ /*rgba(0,0,0,.03);*/
    padding: 2rem 2rem;
}


label {
    font-weight: 700;
}

.embed-responsive-16by9::before {
    padding-top: 0px;
}

.embed-responsive {
    position: relative;
    display: block;
    /* width: 100%; */
}

#loadingBackground {
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: Gray;
    filter: alpha(opacity=1);
    opacity: 0.19;
}

#loading {
    z-index: 1001;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    text-align: center;
}

#loading #loadingImg {
    z-index: 1002;
    background-image: url( '../img/uploading.gif' );
    background-repeat: no-repeat;
    background-position: left;
    border: 1px solid #002B60;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 15px 6px 20px !important;
    background-color: #006DB7;
    margin-top: 15px;
}

