﻿#photosOuterDiv {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}

#photosHeaderDiv {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: lightgray;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#photosHdrT {
    width: 100% !important;
}

.photosHdrT {
    width: 100% !important;
}

#photosHdrT td {
    padding-right: 5px;
    padding-left: 5px;
}

#photosHdrLblTD {
    font-size: 16px;
    font-weight: bold;
}

.photosHdrLblTD {
    font-size: 16px;
    font-weight: bold;
}

#photosRoomSel {
    margin-left: 10px;
}

.photosHdrBtn {
    text-align: right;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.photosValidationSp {
    color: red;
}

#photosCloseBtnTD {
    text-align: right !important;
}

.photosCloseBtnTD {
    text-align: right !important;
}

.photoBtn {
    margin: 10px;
}



#fileI {
    display: none;
}

#photoListDiv {
    padding: 10px;
    padding-top: 80px;
    width: 100%;
    float: left;
}

#photoRoomsDiv {
    padding: 5px;
    width: 100%;
    float: left;
}

#photoRoomDiv {
    width: 100%;
    float: left;
}

.photoDiv {
    padding: 2px;
    margin: 5px;
    float: left;
}

.selectedPhotoDiv {
    border: 5px solid blue !important;
}

.unselectedPhotoDiv {
    border: 5px solid transparent !important;
}

.photoImg {
    border: 2px solid gray;
    touch-action: manipulation;
}

.photosViewBtn {
    margin-right: 10px;
}

.photosDelBtn {
    /* text-align: right;
    float: right; */
}

#photoOuterDiv {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}

#photoHeaderDiv {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: lightgray;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#photoHdrSpan {
    margin-right: 50px;
    font-size: 16px;
    font-weight: bold;
}


.photoHdrBtn {
    text-align: left;
    float: left;
    margin-left: 10px;
}


.photoHdrRightBtn {
    text-align: right;
    float: right;
    margin-right: 10px;
}


#photoDescDiv {
    display: inline-block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#photoDescL {
    font-weight: bold;
}

#photoImgDiv {
    display: inline-block;
    float: left;
    width: 70%;
}

#addVideoDiv {
    padding: 10px;
}

#videoFileI {
    display: none;
}

#videoListDiv {
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.videoDiv {
    padding: 5px;
    float: left;
    height: 200px;
}

.videoImg {
    border: 2px solid gray;
}

#photoDescTA {
    width: 800px;
}

.photoTitleI {
    color: black;
}

.photoTitleI {
    color: black;
}

#currentPhotoTitleI {
    width: 500px;
}

.photoRoomKnownSel {
    background: white;
}

.photoRoomUnknownSel {
    background: palegreen;
}

@media print {
    #photoHeaderDiv {
        display: none;
    }
}