﻿body {
    /*background: linear-gradient(to top left, #ba571e, #c68555);*/
    /*font-family: "Lato", sans-serif;*/
    background-color: ghostwhite;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.LoginPanel {
    float: right;
}

.Login_CheckBoxStyle {
}

.Login_LoginButtonStyle {
}

.Panel {
    /*background-color: #f2f2f2;*/
    box-shadow: 5px 5px 5px #888888;
    border-color: #a8a8a8; /*black;*/
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*background-color: #c0bcd5;*/
}

.MessagesDisplayPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 550px;
    box-shadow: 5px 5px 5px #888888;
    /*background-color: #c0bcd5;*/
    border-color: #a8a8a8;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    /*padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;*/
    /*background-color: #c0bcd5;*/
}

.MessageDisplay {
    /*background-color: #e0dcc6;*/
    position: relative;
    height: 60%;
    overflow-y: scroll;
    margin: 5px;
}

.MessageTimestamp {
    font-size: 9px;
}

.MessageText {
    background-color: rgba(240,240,240,1);
    border-radius: 2px;
}

.DivMessage {
    /*background-color: #f2f2f2;*/
    box-shadow: 5px 5px 5px #888888;
    border-color: #a8a8a8; /*black;*/
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    /*background-color: #c0bcd5;*/
}

.NewMessagePanel {
    position: relative;
    /*background-color: #f2f2f2;*/
    /*box-shadow: 5px 5px 5px #888888;*/
    border-color: #a8a8a8; /*black;*/
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    /*padding-left: 2px;*/
    /*padding-top: 2px;
    padding-bottom: 2px;*/
    /*background-color: #c0bcd5;*/
    max-width: 100%;
    width: 100%;
    background-color: #c0c0c0;
}

    .NewMessagePanel .Buttons {
        left: 50%;
        transform: translate(-50%, -0%);
        position: relative;
    }

.NewMessageTextBox {
    position: relative;
    width: 98%;
    height: 100px;
}

.TextBox {
    font-family: Arial;
    font-size: medium;
    font-style: normal;
    font-display: auto;
    border-color: black;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Button {
    margin: 3px;
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: black;
    padding: 3px 10px 3px 10px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 5px;
    background-position-y: 3px;
    background-color: white;
    box-shadow: 5px 5px 5px #888888;
}

    .Button:hover {
        background-color: #e2e0dd;
    }
    /* depress effect on click */
    .Button:active, .Button:focus {
        margin: 3px;
        border: solid 1px;
        border-color: #039 #99f #99f #039;
        letter-spacing: normal;
    }

    .Button:disabled {
        margin: 3px;
        border: 1px solid #563d7c;
        border-radius: 5px;
        color: gray;
        padding: 3px 10px 3px 25px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position-x: 5px;
        background-position-y: 3px;
        background-color: ThreeDShadow;
    }

.Button_Toggled {
    margin: 5px;
    border: 3px solid black;
    border-radius: 5px;
    color: black;
    padding: 3px 10px 3px 10px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 5px;
    background-position-y: 3px;
    background-color: white;
    box-shadow: 5px 5px 5px #888888;
}

    .Button_Toggled:hover {
        background-color: #e2e0dd;
        border: 3px solid black;
        border-color: gray black black gray;
    }
    /* depress effect on click */
    .Button_Toggled:active, .Button_Toggled:focus {
        margin: 5px;
        border-color: black gray gray black;
        letter-spacing: normal;
    }

    .Button_Toggled:disabled {
        margin: 3px;
        border: 5px solid #139b9b;
        border-radius: 5px;
        color: white;
        padding: 3px 10px 3px 25px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position-x: 5px;
        background-position-y: 3px;
        background-color: ThreeDShadow;
    }

/*Begin Round Button*/

.Button_Round {
    margin: 3px;
    border: 1px solid #563d7c;
    border-radius: 25px;
    color: black;
    padding: 3px 10px 3px 10px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 5px;
    background-position-y: 3px;
    background-color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888888;
    height: 50px;
}

    .Button_Round:hover {
        background-color: #e2e0dd;
    }
    /* depress effect on click */
    .Button_Round:active, .Button_Round:focus {
        margin: 3px;
        border: solid 1px;
        border-color: #039 #99f #99f #039;
        letter-spacing: normal;
    }

    .Button_Round:disabled {
        margin: 3px;
        border: 1px solid #563d7c;
        border-radius: 5px;
        color: gray;
        padding: 3px 10px 3px 25px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position-x: 5px;
        background-position-y: 3px;
        background-color: ThreeDShadow;
    }

/*End Round Button*/

/*Begin Round Close Button*/

.Button_Close_Round {
    margin: 3px;
    border: 1px solid #563d7c;
    border-radius: 25px;
    color: black;
    padding: 3px 10px 3px 10px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 5px;
    background-position-y: 3px;
    background-color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888888;
    height: 25px;
    float: right;
    position: relative;
}

    .Button_Close_Round:hover {
        background-color: #e2e0dd;
    }
    /* depress effect on click */
    .Button_Close_Round:active, .Button_Close_Round:focus {
        margin: 3px;
        border: solid 1px;
        border-color: #039 #99f #99f #039;
        letter-spacing: normal;
    }

    .Button_Close_Round:disabled {
        margin: 3px;
        border: 1px solid #563d7c;
        border-radius: 5px;
        color: gray;
        padding: 3px 10px 3px 25px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position-x: 5px;
        background-position-y: 3px;
        background-color: ThreeDShadow;
    }

/*End Round Close Button*/

.MainScreen {
    position: fixed;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    /*height: 100%;*/
    overflow-y: scroll;
    /*background-color: #5F9EA030;*/
    /*background-color: rgba(95, 158, 160, 0.8);*/
    background-color: rgba(80, 80, 80, 0.1);
}

.PostContainer {
    position: absolute;
    /*top: 0px;
    bottom: 0px;*/
    left: 20%;
    right: 20%;
    /*height: 100%;*/
    /*overflow-y: scroll;*/
}

.NewPostPanel {
    position: relative;
    /*background-color: #f2f2f2;*/
    background-color: #c0c0c0;
    box-shadow: 5px 5px 5px #888888;
    /*border-color: black;*/
    border-color: #a8a8a8; /*#346767;*/
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*background-color: #c0bcd5;*/
    max-width: 100%;
    width: 100%;
}

    .NewPostPanel .Buttons {
        left: 50%;
        transform: translate(-50%, -0%);
        position: relative;
    }

.NewPostPanelDialog {
    background-color: white;
    box-shadow: 5px 5px 5px #888888;
    border-color: black;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    /*background-color: #c0bcd5;*/
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 1001;
}

    .NewPostPanelDialog .Buttons {
        left: 50%;
        transform: translate(-50%, -0%);
        position: relative;
    }

.Title {
    font-size: medium;
}

.NewPostTextBox {
    position: relative;
    width: 98%;
    height: 100px;
    background-color: rgba(240,240,240,1);
}

.PostsGridview {
    border: 0px;
    position: relative;
    width: 100%;
}

.DivPost {
    position: relative;
    background-color: #c0c0c0;
    /*background-color: #f2f2f2;*/
    box-shadow: 5px 5px 5px #888888;
    border-color: #a8a8a8; /*#346767;*/
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 0px;
    /*padding-top: 2px;*/
    padding-bottom: 2px;
    width: 100%;
    /*background-color: #c0bcd5;*/
    margin-bottom: 10px;
}

.DivPostHeader {
    /*background-color: #988a80;*/
    /*border-bottom: 3px solid black;*/
    box-shadow: 0px 10px 20px 0px #888888;
    border-bottom: 3px solid #a8a8a8;
    background-color: ghostwhite;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.PostProfileIcon {
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.PostProfileName {
    font-family: Arial;
    font-size: 20px;
}

.PostTimestamp {
    font-family: Arial;
    font-size: 9px;
    cursor: pointer;
}

.PostMessage {
    font-family: Arial;
    font-size: 15px;
    text-align: start;
}

.DivPostMessage {
    /*border-color: black;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;*/
    vertical-align: top;
    /*background-color: lightgray;*/
    margin: 5px;
    left: 5px;
    right: 5px;
    padding: 5px;
    background-color: rgba(240,240,240,1);
    color: black;
    border-radius: 5px;
}


.DivPostButtons {
    /*border-color: black;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;*/
    margin: 5px;
}

    .DivPostButtons .Buttons {
        left: 50%;
        transform: translate(-50%, -0%);
        position: relative;
    }

.Hidden {
    display: none;
}

.ReplyIFrame {
    background-color: white;
    border: none;
}

.Dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 1002;
    background-color: white;
    border: solid 1px #000;
}

.DialogBackgroud {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*background-color: Gray;*/
    filter: alpha(Opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

/*.CenteredPanel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 1001;*/
/*background-color: #fff;*/
/*border: solid 1px #000;*/
/*background-color: #fff;
    border: solid 1px #000;
    background-color: #fff;
    border: solid 1px #000;
    background-color: #f2f2f2;
     box-shadow: 5px 5px 5px #888888;*/
/*border-color: #a8a8a8;*/ /*black;*/
/*border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}*/
.CenteredPanel {
    position: relative;
    padding: 10px;
    z-index: 1001;
    border: solid 1px #000;
    border-color: #a8a8a8;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 582px;
}


.ProfileContainer {
    position: relative;
}

.ProfilePicturesContainer {
    /*border: 5px solid red;*/
    position: relative;
    height: 30%;
}

.ProfilePictureContainer {
    position: relative;
    border: 5px solid #a8a8a8; /*black;*/
    border-radius: 75px;
    min-height: 100px;
    width: 100px;
    z-index: 1001;
    /*The following was for a background and profile pic*/
    /*top: 125px;*/
    /*left: 25px;*/
}


/*.ProfilePictureContainer {
    position: absolute;
    border: 5px solid black;
    border-radius: 5px;*/
/*height: 10%;
    width: 10%;*/
/*top: 20%;*/
/*min-height: 100px;
    width: 100px;
    z-index: 1001;
    top: 325px;
    left: 25px;
}*/

.ProfileBackgroundPictureContainer {
    background-image: url("../Images/Landscape_Icon_800x493.png");
    background-repeat: no-repeat;
    height: 250px;
    width: 800px;
    cursor: pointer;
    border: 5px solid #a8a8a8; /*black;*/
    border-radius: 5px;
}


/*.ProfileBackgroundPictureContainer {*/
/*position: absolute;*/
/*background-image: url("../Images/Landscape_Icon_800x493.png");
    background-repeat: no-repeat;
    height: 450px;
    width: 800px;*/
/*z-index: 1000;*/
/*cursor: pointer;
    border: 5px solid black;
}*/

.ProfileBackgroundPicture {
    position: relative;
    /*border-left: 3px solid #c0bcd5;*/
    width: 100%;
    height: 100%;
    border: 5px solid red;
    /*z-index: 1001;*/
}

.ProfileContent {
    position: absolute;
    top: 325px;
}

/*.ProfileDescriptionContainer {*/
/*background-color: #d0cfb6;*/
/*border: 1px solid #766161;
    width: 100%;
}*/

.ProfileDescriptionContainer {
    border: 1px solid #a8a8a8;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}


.ProfileDescription {
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #151515;
    /*background-color: #111;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.sideNavTitle {
    font-size: 30px;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 0;
    /*right: 10px;
            margin-left: 10px;*/
}

.ActiveTab {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 3px solid #a8a8a8;*/
    border-top: 3px solid #a8a8a8;
    border-left: 3px solid #a8a8a8;
    border-right: 3px solid #a8a8a8;
    border-bottom: 3px solid #c0c0c0;
    /*border-left: 3px solid black;
    border-top: 3px solid black;
    border-right: 3px solid black;*/
    background-color: #c0c0c0;
    color: black;
    /*border-bottom: 1px solid white;*/
    /*border-bottom: 3px solid #c0bcd5;*/
}

.Tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: ghostwhite;
    /*border-radius: 5px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 3px solid #a8a8a8;
}

/* Style the tab content */
.TabContent {
    background-color: #c0c0c0;
    color: black;
    display: none;
    padding: 6px 12px;
    border-radius: 5px;
    min-height: 400px;
    /*border: 3px solid black;*/
    border-top-left-radius: 0px;
    border-top: 1px solid #a8a8a8;
    border-left: 3px solid #a8a8a8;
    border-right: 3px solid #a8a8a8;
    border-bottom: 3px solid #a8a8a8;
}

.DivNewMessageSearch {
    height: 500px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/*.DivSearch {
    position: relative;
    box-shadow: 5px 5px 5px #888888;
    border-color: white;
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    margin-bottom: 10px;
}*/
.DivSearch {
    position: relative;
    background-color: #c0c0c0;
    /*background-color: #f2f2f2;*/
    box-shadow: 5px 5px 5px #888888;
    border-color: #a8a8a8; /*#346767;*/
    border-radius: 5px;
    border-style: Solid;
    border-width: 3px;
    padding-left: 0px;
    /*padding-top: 2px;*/
    padding-bottom: 2px;
    width: 100%;
    /*background-color: #c0bcd5;*/
    margin-bottom: 10px;
}

.CloseButton {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.ButtonDeleteAttachment {
    position: relative;
    float: right;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-radius: 25px;
    height: 25px;
    width: 25px;
}

.Slider_Main {
    height: 30px;
    width: 300px;
    border: 1px solid gray;
    margin-left: 15px;
    margin-right: 15px;
}

.Slider_Line {
    vertical-align: central;
    position: relative;
    top: 50%;
    /*transform: translate(-0%, -50%);*/
    height: 2px;
    width: 100%;
    background-color: black;
    border-width: 1px;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-right-color: gray;
    border-bottom-color: gray;
}

.Slider_Handle {
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
    height: 10px;
    width: 20px;
    border-radius: 10px;
    border: 1px solid black;
    background-color: white;
}
