﻿.RoomHeader {
    padding: 1%;
    background-color: #97CEFC;
}

    .RoomHeader div {
        display: inline-block;
        vertical-align: top;
    }

.LocationSelectionContainer {
    vertical-align: top;
}

.RoomActionsRadioButtons {
    float: right;
}

.datepickerContainer {
    float: right;
    margin: 0 1em 0 0;
}

.PhotoButtonContainer {
    width: 11%;
    float: right;
}

.SubHeaderLabel {
    font-size: 1.2em;
}

#sleepsTime {
    padding-left: 24px;
}

.ChildHeadShot {
    display: inline-block;
    width: 45%;
    padding-top: 0.25em;
    vertical-align: top;
    text-align: center;
    padding-right: 5px;
}

    .ChildHeadShot img {
        max-height: 10em;
        max-width: 100%;
    }

.DescriptionTextBox {
    width: 100%;
    min-height: 100px;
}

.RoomsDateDiv {
    margin: auto 0;
    border: 1px solid black;
}

#datepicker {
    width: 5em;
    margin: 0;
    font-size: 1em;
}

#datepickerContainer {
    margin: 20px;
}

.Content {
    padding: 1%;
}

/*Popups*/

#AlertPopup {
    width: 50%;
    height: 10em;
}

#Notice {
    text-align: center;
    padding-top: 60px;
}

#SignOutBtn {
    text-align: center;
}

.PropertyHeader {
    padding: 10px 0px;
    font-weight: bold;
}

.PropertyDetail {
    padding-bottom: 10px;
}

.PopupHeaderLabel {
    font-size: 2em;
    vertical-align: bottom;
}

.PopupContent {
    display: block;
    overflow: auto;
    min-height: 50px;
    overflow-y: auto;
    width: 100%;
}

#Loading div {
    display: block;
    margin: 10% auto;
    z-index: 9999999;
    height: 60px;
    width: 60px;
}

#Loading img {
    height: 60px;
    width: 60px;
}

.ClosePopUp {
    display: inline-block;
    cursor: pointer;
    float: right;
    vertical-align: top;
    width: 2em;
    height: 2em;
    background-size: contain;
    background-image: url('../Content/Images/SquareCloseIcon.png');
    background-repeat: no-repeat;
}

.CloseBtn {
    display: inline-block;
    cursor: pointer;
    float: right;
    vertical-align: top;
}

/*Photos*/

#SelectedPhoto {
    max-height: 500px;
    max-width: 100%;
}

#PhotoTaggingChildListTable {
    margin: 0px 10px;
}

    #PhotoTaggingChildListTable input {
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */

        @media(max-width: 800px) {
            -ms-transform: scale(2); /* IE */
            -moz-transform: scale(2); /* FF */
            -webkit-transform: scale(2); /* Safari and Chrome */
            -o-transform: scale(2); /* Opera */
            margin: 1em;
        }

        @media(max-width: 1800px) {
            -ms-transform: scale(3); /* IE */
            -moz-transform: scale(3); /* FF */
            -webkit-transform: scale(3); /* Safari and Chrome */
            -o-transform: scale(3); /* Opera */
            margin: 1em;
        }
    }

    #PhotoTaggingChildListTable td {
        margin: 0 10px;
        border-bottom: 1px solid #565656;
    }

#RotateBtn {
    display: inline-block;
    padding-left: 20px;
    padding-top: 0px;
    vertical-align: top;
}

    #RotateBtn img {
        width: 3em;
    }
