.bg-color
{
	background-color: rgb(42,42,42);
	color: #ffffff;
}

.photo-upoload-close-reveal-modal {
    cursor: pointer;
    font-size: 2rem;
    position: absolute;
	right: 0.125rem;
	height:35px;
}

.photoUploadBtn
{
    background-color: #CB2028; 
    color: #ffffff;
    /*font-size:1.5vh;  */
    text-align:center; 
    font-weight: bold;
    cursor: pointer;
}

.photoUploadbtnDisabled
{
    background-color: gray !important; 
}

.photo_upload_label {
    font-size:100%;
}

#upload_popup_title{
    font-size:100%;
}

.photoUploadBtn {
    font-size:100%;
}

@media only screen and (max-width: 1200px) {
    
    .photo_upload_label{
        font-size:85%;
    }
    
    #upload_popup_title{
        font-size: 85%;
    }
    
    .photoUploadBtn{
        font-size:85%;
    }
}