/* 
    Document   : local
    Created on : Feb 25, 2013, 8:44:32 PM
    Author     : roberto
    Description:
        Purpose of the stylesheet follows.
*/


/*

    This is only for EXTERNAL SHARING Outside App

*/

/*
*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************

Mobile vs. Non-Mobile

*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************
*/
html {
  /*scroll-behavior: smooth;*/
}
.touch {
    height:60px;
}
.nontouch {
    height:60px;
}
form {margin: 0px 0px 0px 0px; }
.iosx-visible {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : portrait)     
     { 
        .iosx-visible {
            margin-top:20px;
            margin-bottom:0px;
            margin-left:0px;
            margin-right:0px;
        }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

@media all and (max-width:320px)  
{
    .newroompost {
        width:95%;
        min-width:50%;
        max-width:95%;
        padding:5px;        
    }
   .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;        
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 15px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .inline {
        display:inline;
    }
    
    .chatwidth {
        width: 250px;
    }
    .chatwidth2 {
        width: 200px;
    }
    .chatwidth2e {
        width: 290px;
    }
    .commentwidth
    {
        width: 250px;
    }
    .dataentry
    {
        width: 250px;
    }
    .menubutton{
        height:40px;
    }
    .bannerheight{
        height:50px;
        line-height:50px;
    }
    .nonmobile {
        display:none;
    }
    .formobile {
        display:block;
    }
    .poweruser {
        display:none;
    }
    .innerpage {
        /*background-color:white;*/
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:10px;
        padding-right:10px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 90%;
        height: auto;
        padding-top:8px;
        padding-bottom:8px;
        padding-left:20px;
        padding-right:20px;
    }
    .tilearea {
        width: 310px;
    }
    .tilewidth {
        width: 120px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:100px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    .youtube {
        width:100%;
        height:250px;
    }
    .iconmenu {
        height:80px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:50px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:35px;
        width:auto;
        position:relative;
        top:12px;
    }
    .icon30 {
        height:30px;
        width:auto;
        position:relative;
        top:8px;
    }
    .icon25 {
        height:25px;
        width:auto;
        position:relative;
        top:5px;
    }
    .icon20 {
        height:20px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon15 {
        height:15px;
        width:auto;
        position:relative;
        top:0px;
    }
    .icon12 {
        height:12px;
        width:auto;
        position:relative;
        top:0px;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:50px;width:50px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:15px;
        width:120px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding:3px;
        margin-bottom:3px;
    }
    .roombutton {
        display:inline-block;
        height:65px;
        width:42px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:50px;
        width:150px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 30px;
    }
    .roomselectbutton {
        height: 70px;
    }
    .roomdiscoverbutton {
        height: 120px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:24px;
        font-family: "Helvetica Neue","Raleway", helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:yellow;
    }
    .roomlistbox {
        width:130px;
        height:180px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:200px;
        height:250px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistbox {
        width:200px;
        height:250px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistboxtop {
        width:100%;
        height:45px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:130px;
        height:200px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:130px;
    }
    .chatlistphoto {
        width:auto;
        height:50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }
    .messagewidth {
        width: 98%;
    }
    .dataentry {
        width:150px;
        margin:0;
        padding:10px;
    }
    .fileboxwidth {
        width: 300px;
    }
    .fileboxheight {
        height: 130px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}

@media all and (min-width:321px)  
{
    .newroompost {
        width:95%;
        min-width:50%;
        max-width:95%;
        padding:5px;        
    }
   .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;        
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 15px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .inline {
        display:inline;
    }
    
    .chatwidth {
        width: 250px;
    }
    .chatwidth2 {
        width: 200px;
    }
    .chatwidth2e {
        width: 290px;
    }
    .commentwidth
    {
        width: 90%;
    }
    .menubutton{
        height:40px;
    }
    .bannerheight{
        height:50px;
        line-height:50px;
    }
    .nonmobile {
        display:none;
    }
    .formobile {
        display:block;
    }
    .poweruser {
        display:none;
    }
    .innerpage {
        /*background-color:white;*/
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:10px;
        padding-right:10px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 85%;
        height: auto;
        padding-top:8px;
        padding-bottom:8px;
        padding-left:20px;
        padding-right:20px;
    }
    .tilearea {
        width: 320px;
    }
    .tilewidth {
        width: 125px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:125px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
    }
    .youtube {
        width:100%;
        height:300px;
        
    }
    .iconmenu {
        height:80px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:55px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:40px;
        width:auto;
        position:relative;
        top:12px;
    }
    .icon30 {
        height:35px;
        width:auto;
        position:relative;
        top:8px;
    }
    .icon25 {
        height:30px;
        width:auto;
        position:relative;
        top:5px;
    }
    .icon20 {
        height:25px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon15 {
        height:20px;
        width:auto;
        position:relative;
        top:0px;
    }
    .icon12 {
        height:15px;
        width:auto;
        position:relative;
        top:0px;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:50px;width:50px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:35px;
        width:160px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding:0px;
        margin-bottom:3px;
    }
    .roombutton {
        display:inline-block;
        height:50px;
        width:50px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:50px;
        width:150px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 25px;
    }
    .roomselectbutton {
        height: 65px;
    }
    .roomdiscoverbutton {
        height: 120px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:24px;
        font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:yellow;
    }
    .roomlistbox {
        width:130px;
        height:200px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:140px;
        height:250px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistbox {
        width:140px;
        height:250px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistboxtop {
        width:100%;
        height:35px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:130px;
        height:180px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:130px;
    }
    .chatlistphoto {
        width:auto;
        height:50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }
    .messagewidth {
        width: 98%;
    }
    .dataentry {
        width:250px;
        margin:0;
        padding:5px;
    }
    .fileboxwidth {
        width: 300px;
    }
    .fileboxheight {
        height: 130px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}

@media all and (min-width:414px)  
{
    .newroompost {
        width:95%;
        min-width:50%;
        max-width:95%;
        padding:5px;        
    }
   .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;        
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 15px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .inline {
        display:inline;
    }
    
    .chatwidth {
        width: 90%;
    }
    .chatwidth2 {
        width: 80%;
        max-width:280px;
    }
    .chatwidth2e {
        width: 90%;
        max-width:380px;
    }
    .commentwidth
    {
        width: 90%;
    }
    .menubutton{
        height:40px;
    }
    .bannerheight{
        height:50px;
        line-height:50px;
    }
    .nonmobile {
        display:none;
    }
    .formobile {
        display:block;
    }
    .poweruser {
        display:none;
    }
    .innerpage {
        /*background-color:white;*/
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:10px;
        padding-right:10px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 85%;
        height: auto;
        padding-top:8px;
        padding-bottom:8px;
        padding-left:20px;
        padding-right:20px;
    }
    .tilearea {
        width: 320px;
    }
    .tilewidth {
        width: 125px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:125px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
    }
    .youtube {
        width:100%;
        height:300px;
        
    }
    .iconmenu {
        height:80px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:55px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:40px;
        width:auto;
        position:relative;
        top:12px;
    }
    .icon30 {
        height:35px;
        width:auto;
        position:relative;
        top:8px;
    }
    .icon25 {
        height:30px;
        width:auto;
        position:relative;
        top:5px;
    }
    .icon20 {
        height:25px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon15 {
        height:20px;
        width:auto;
        position:relative;
        top:0px;
    }
    .icon12 {
        height:15px;
        width:auto;
        position:relative;
        top:0px;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:50px;width:50px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:35px;
        width:160px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding:0px;
        margin-bottom:3px;
    }
    .roombutton {
        display:inline-block;
        height:50px;
        width:50px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:50px;
        width:150px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 25px;
    }
    .roomselectbutton {
        height: 65px;
    }
    .roomdiscoverbutton {
        height: 120px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:24px;
        font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:yellow;
    }
    .roomlistbox {
        width:130px;
        height:200px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:140px;
        height:230px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistbox {
        width:140px;
        height:250px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistboxtop {
        width:100%;
        height:35px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:130px;
        height:180px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:130px;
    }
    .chatlistphoto {
        width:auto;
        height:50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }
    .messagewidth {
        width: 98%;
    }
    .dataentry {
        width:250px;
        margin:0;
        padding:5px;
    }
    .fileboxwidth {
        width: 300px;
    }
    .fileboxheight {
        height: 130px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}

@media all and (min-width: 600px )  
{
    .newroompost {
        width:100%;
        padding:5px;        
    }
   .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;        
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 15px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .inline {
        display:inline;
    }
    
    .chatwidth {
        width: 85%;
    }
    .chatwidth2 {
        width: 100%;
        max-width:400px;
    }
    .chatwidth2e {
        width: 100%;
        max-width:400px;
    }
    .commentwidth
    {
        width: 90%;
    }
    .menubutton{
        height:50px;
    }
    .bannerheight{
        height:50px;
        line-height:50px;
    }
    .nonmobile {
        display:none;
    }
    .formobile {
        display:block;
    }
    .poweruser {
        display:none;
    }
    .innerpage {
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:20px;
        padding-right:20px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 500px;
        height: auto;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
    }
    .tilearea {
        width: 500px;
    }
    .tilewidth {
        width: 200px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:180px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    .youtube {
        width:100%;
        max-width:800px;
        height:400px;
    }
    .iconmenu {
        height:80px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:60px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:45px;
        width:auto;
        position:relative;
        top:12px;
    }
    .icon30 {
        height:40px;
        width:auto;
        position:relative;
        top:8px;
    }
    .icon25 {
        height:35px;
        width:auto;
        position:relative;
        top:5px;
    }
    .icon20 {
        height:30px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon15 {
        height:25px;
        width:auto;
        position:relative;
        top:0px;
    }
    .icon12 {
        height:18px;
        width:auto;
        position:relative;
        top:0px;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:50px;width:70px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:40px;
        width:150px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding-left:10px;
        padding-right:10px;
        margin-bottom:3px;
    }
    .roombutton {
        display:inline-block;
        height:65px;
        width:52px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:50px;
        width:150px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 15px;
    }
    .roomselectbutton {
        height: 70px;
    }
    .roomdiscoverbutton {
        height: 120px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:24px;
        font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:lightcyan;
    }
    .roomlistbox {
        width:130px;
        height:160px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:150px;
        height:220px;
    }
    .chatlistbox {
        width:150px;
        height:270px;
    }
    .chatlistboxtop {
        width:100%;
        height:25px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:130px;
        height:180px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:130px;
    }
    .chatlistphoto {
        width:auto;
        height:50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
    }
    .messagewidth {
        width: 98%;
    }
    .dataentry {
        width:300px;
        margin:0;
        padding:5px;
    }
    .fileboxwidth {
        width: 300px;
    }
    .fileboxheight {
        height: 300px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}
@media all and (min-width: 1200px )  
{
    .newroompost {
        width:100%;
        padding:5px;        
    }
    .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;        
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 14px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .inline {
        display:inline;
    }
    
    .chatwidth {
        width: 85%;
    }
    .chatwidth2 {
        width: 100%;
        max-width:330px;
    }
    .chatwidth2e {
        width: 100%;
        max-width:400px;
    }
    .commentwidth
    {
        width: 85%;
    }
    .dataentry
    {
        width: 300px;
    }
    .menubutton{
        height:30px;
    }
    .bannerheight{
        height:50px;
        line-height:40px;
    }
    .nonmobile {
        display:inline;
    }
    .formobile {
        display:none;
    }
    .poweruser {
        display:inline;
    }
    .innerpage {
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:20px;
        padding-right:20px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 600px;
        height: auto;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
    }
    .tilearea {
        width: 700px;
    }
    .tilewidth {
        width: 250px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:180px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    .youtube {
        width:100%;
        max-width:800px;
        height:400px;
    }
    .iconmenu {
        height:120px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:50px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:35px;
        width:auto;
        position:relative;
        top:12px;
        cursor:pointer;
        }
    .icon30 {
        height:30px;
        width:auto;
        position:relative;
        top:8px;
        cursor:pointer;
    }
    .icon25 {
        height:25px;
        width:auto;
        position:relative;
        top:5px;
        cursor:pointer;
    }
    .icon20 {
        height:20px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .icon15 {
        height:15px;
        width:auto;
        position:relative;
        top:0px;
        cursor:pointer;
    }
    .icon12 {
        height:12px;
        width:auto;
        position:relative;
        top:0px;
        cursor:pointer;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:50px;width:60px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:30px;
        width:200px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding-left:10px;
        padding-right:10px;
        margin-bottom:3px;
    }
    .roombutton {
        display:inline-block;
        height:65px;
        width:45px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:50px;
        width:150px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 15px;
    }
    .roomselectbutton {
        height: 65px;
    }
    .roomdiscoverbutton {
        height: 120px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:24px;
        font-family: "Helvetica Neue","Raleway", Helvetica Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:skyblue;
    }
    .roomlistbox {
        width:130px;
        height:180px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:150px;
        height:220px;
    }
    .chatlistbox {
        width:150px;
        height:250px;
    }
    .chatlistboxtop {
        width:100%;
        height:30px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:130px;
        height:180px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:150px;
    }
    .chatlistphoto {
        width:auto;
        height:70px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
    }
    .messagewidth {
        width: 800px;
    }
    .dataentry {
        width:800px;
        margin:0;
        padding:5px;
    }
    .fileboxwidth {
        width: 250px;
    }
    .fileboxheight {
        height: 130px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}

@media all and (min-width: 1400px )  
{
    .newroompost {
        width:100%;
        padding:5px;        
    }
    .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;       
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 14px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .chatwidth {
        width: 80%;
    }
    .chatwidth2 {
        width: 80%;
        max-width:350px;
    }
    .chatwidth2e {
        width: 100%;
        max-width:400px;
    }
    .commentwidth
    {
        width: 85%;
    }
    .dataentry
    {
        width: 400px;
        border-color:gray;
    }
    .menubutton{
        height:40px;
    }
    .bannerheight{
        height:55px;
        line-height:40px;
    }
    .nonmobile {
        display:inline;
    }
    .formobile {
        display:none;
    }
    .poweruser {
        display:inline;
    }
    .innerpage {
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:20px;
        padding-right:20px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 700px;
        height: auto;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
    }
    .tilearea {
        width: 1000px;
    }
    .tilewidth {
        width: 270px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:190px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    
    
    .youtube {
        width:100%;
        max-width:800px;
        height:400px;
    }
    .iconmenu {
        height:120px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:60px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:40px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon30 {
        height:35px;
        width:auto;
        position:relative;
        top:10px;
        cursor:pointer;
    }
    .icon25 {
        height:30px;
        width:auto;
        position:relative;
        top:8px;
        cursor:pointer;
    }
    .icon20 {
        height:25px;
        width:auto;
        position:relative;
        top:5px;
        cursor:pointer;
    }
    .icon15 {
        height:20px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .icon12 {
        height:15px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:70px;width:60px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:40px;
        width:300px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding:10px;
        margin-bottom:3px;
    }
    .roombutton {
        display:inline-block;
        height:70px;
        width:50px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:50px;
        width:150px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 25px;
    }
    .roomselectbutton {
        height: 95px;
    }
    .roomdiscoverbutton {
        height: 129px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:24px;
        font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:skyblue;
    }
    .roomlistbox {
        width:150px;
        height:240px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:150px;
        height:230px;
    }
    .chatlistbox {
        width:150px;
        height:270px;
    }
    .chatlistboxtop {
        width:100%;
        height:30px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:150px;
        height:200px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:150px;
    }
    .chatlistphoto {
        width:auto;
        height:70px;
        border-radius: 35px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
    }
    .messagewidth {
        width: 1000px;
    }
    .dataentry {
        width:500px;
        margin:0;
        padding:5px;
    }
    .fileboxwidth {
        width: 260px;
    }
    .fileboxheight {
        height: 170px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}
@media all and (min-width: 1600px )  
{
    .newroompost {
        width:100%;
        padding:5px;        
    }
    .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;       
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 14px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .chatwidth {
        width: 70%;
    }
    .chatwidth2 {
        width: 70%;
        max-width:800px;
    }
    .chatwidth2e {
        width: 90%;
        max-width:1000px;
    }
    .commentwidth
    {
        width: 90%;
    }
    .dataentry
    {
        width: 500px;
        border-color:gray;
    }
    .menubutton{
        height:50px;
    }
    .bannerheight{
        height:60px;
        line-height:40px;
    }
    .nonmobile {
        display:inline;
    }
    .formobile {
        display:none;
    }
    .poweruser {
        display:inline;
    }
    .innerpage {
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:20px;
        padding-right:20px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 700px;
        height: auto;
        padding:10px;
    }
    .tilearea {
        width: 1200px;
    }
    .tilewidth {
        width: 320px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:220px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    .youtube {
        width:100%;
        max-width:800px;
        height:400px;
    }
    .iconmenu {
        height:120px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:60px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:45px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon30 {
        height:40px;
        width:auto;
        position:relative;
        top:10px;
        cursor:pointer;
    }
    .icon25 {
        height:35px;
        width:auto;
        position:relative;
        top:8px;
        cursor:pointer;
    }
    .icon20 {
        height:25px;
        width:auto;
        position:relative;
        top:5px;
        cursor:pointer;
    }
    .icon15 {
        height:20px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .icon12 {
        height:15px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:90px;width:90px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:60px;
        width:250px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding-left:20px;
        padding-right:20px;
        padding-top: 10px;
        padding-bottom:5px;
        margin-bottom:5px;
    }
    .roombutton {
        display:inline-block;
        height:90px;
        width:60px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:80px;
        width:250px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 25px;
    }
    .roomselectbutton {
        height: 110px;
    }
    .roomdiscoverbutton {
        height: 140px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:26px;
        font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:skyblue;
    }
    .roomlistbox {
        width:170px;
        height:300px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:180px;
        height:280px;
    }
    .chatlistbox {
        width:180px;
        height:320px;
    }
    .chatlistboxtop {
        width:100%;
        height:45px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:170px;
        height:270px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:180px;
    }
    .chatlistphoto {
        width:auto;
        height:106px;
        border-radius:53px;
    }
    .messagewidth {
        width: 1000px;
    }
    .dataentry {
        width:900px;
        margin:0;
        padding:7px;
    }
    .fileboxwidth {
        width: 270px;
    }
    .fileboxheight {
        height: 180px;
    }
    .circular {
            border:1px solid lightgray;
            width:70px;
            height: 70px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:100px;
            height: 100px;
            overflow:hidden;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;

    }
}
@media all and (min-width: 1900px )  
{
    .newroompost {
        width:100%;
        padding:5px;        
    }
    .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;       
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 14px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .chatwidth {
        width: 80%;
    }
    .chatwidth2 {
        width: 80%;
        max-width:1000px;
    }
    .chatwidth2e {
        width: 80%;
        max-width:1000px;
    }
    .commentwidth
    {
        width: 90%;
    }
    .dataentry
    {
        width: 600px;
        border-color:gray;
    }
    .menubutton{
        height:50px;
    }
    .bannerheight{
        height:60px;
        line-height:40px;
    }   
    .nonmobile {
        display:inline;
    }
    .formobile {
        display:none;
    }
    .poweruser {
        display:inline;
    }
    .innerpage {
        overflow:scroll;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:20px;
        padding-right:20px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 800px;
        height: auto;
        padding:15px;
    }
    .tilearea {
        width: 1200px;
    }
    .tilewidth {
        width: 380px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:220px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    .youtube {
        width:100%;
        max-width:800px;
        height:400px;
    }
    .iconmenu {
        height:120px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:60px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:45px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon30 {
        height:40px;
        width:auto;
        position:relative;
        top:10px;
        cursor:pointer;
    }
    .icon25 {
        height:35px;
        width:auto;
        position:relative;
        top:8px;
        cursor:pointer;
    }
    .icon20 {
        height:25px;
        width:auto;
        position:relative;
        top:5px;
        cursor:pointer;
    }
    .icon15 {
        height:20px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .icon12 {
        height:15px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:90px;width:90px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:60px;
        width:300px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding-left:20px;
        padding-right:20px;
        padding-top: 10px;
        padding-bottom:5px;
        margin-bottom:5px;
    }
    .roombutton {
        display:inline-block;
        height:90px;
        width:80px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:80px;
        width:250px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 30px;
    }
    .roomselectbutton {
        height: 180px;
    }
    .roomdiscoverbutton {
        height: 160px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:30px;
        font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .devicelevel {
        background-color:skyblue;
    }
    .roomlistbox {
        width:170px;
        height:300px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:200px;
        height:300px;
    }
    .chatlistbox {
        width:200px;
        height:375px;
    }
    .chatlistboxtop {
        width:100%;
        height:55px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:170px;
        height:300px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:200px;
    }
    .chatlistphoto {
        width:auto;
        height:90px;
        border-radius:45px;
    }
    .messagewidth {
        width: 1000px;
    }
    .dataentry {
        width:700px;
        margin:0;
        padding:10px;
    }
    .fileboxwidth {
        width: 320px;
    }
    .fileboxheight {
        height: 220px;
    }
    .circular {
            border:1px solid lightgray;
            width:80px;
            height: 80px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:150px;
            height: 150px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:150px;
            height: 150px;
            overflow:hidden;
            border-radius: 75px;
            -webkit-border-radius: 75px;
            -moz-border-radius: 75px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:80px;
            height: 80px;
            border-radius: 40px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;

    }
}
@media all and (min-width: 2500px )  
{
    .newroompost {
        width:100%;
        padding:5px;        
    }
    .share {
        width:60%;
        margin:auto;
        border-color:darkgray;
        border-style:solid;
        border-width:1px;
        border-collapse:collapse;       
    }
    .subcontainer3 {
        background-color: whitesmoke;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
        font-size: 14px;
        box-shadow: 1px 1px 1px #888888;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .forbig {
        display:inline-block;
    }
    
    .chatwidth {
        width: 80%;
    }
    .chatwidth2 {
        width: 80%;
        max-width:1000px;
    }
    .chatwidth2e {
        width: 80%;
        max-width:1000px;
    }
    .commentwidth
    {
        width: 90%;
    }
    .dataentry
    {
        width: 900px;
        border-color:gray;
    }
    .menubutton{
        height:70px;
    }
    .bannerheight{
        height:85px;
        line-height:40px;
    }
    .nonmobile {
        display:inline;
    }
    .formobile {
        display:none;
    }
    .poweruser {
        display:inline;
    }
    .innerpage {
        overflow:scroll;
        padding-top:20px;
        padding-bottom:20px;
        padding-left:40px;
        padding-right:40px;
        border-color: lightgray;
        border-width: 1px;
        border-style: solid;
        margin:0;
    }
    .bubblesize {
        width: auto;
        max-width: 900px;
        height: auto;
        padding:25px;
    }
    .tilearea {
        width: 1600px;
    }
    .tilewidth {
        width: 525px;
    }
    .tileimage {
        position:relative;
        top:3px;
        width:350px;
        height:auto;
        padding-top:0;
        padding-right:2px;
        padding-bottom:0px;
        margin:0;
        cursor:pointer;
   }
    .youtube {
        width:100%;
        max-width:800px;
        height:400px;
    }
    .iconmenu {
        height:120px;
        width:auto;
        position:relative;
        top:3px;
    }
    .icon50 {
        height:250px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon35 {
        height:50px;
        width:auto;
        position:relative;
        top:15px;
        cursor:pointer;
    }
    .icon30 {
        height:45px;
        width:auto;
        position:relative;
        top:10px;
        cursor:pointer;
    }
    .icon25 {
        height:40px;
        width:auto;
        position:relative;
        top:8px;
        cursor:pointer;
    }
    .icon20 {
        height:30px;
        width:auto;
        position:relative;
        top:5px;
        cursor:pointer;
    }
    .icon15 {
        height:25px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .icon12 {
        height:18px;
        width:auto;
        position:relative;
        top:3px;
        cursor:pointer;
    }
    .chatbutton {
        cursor:pointer;
        display:inline-block;
        height:90px;width:90px;
        text-align:center;
        color:gray;        
        vertical-align:top;
    }
    .recentbutton {
        cursor:pointer;
        display:inline-block;
        height:90px;
        width:350px;
        max-width:90%;
        text-align:left;
        color:gray;
        padding-left:30px;
        padding-right:30px;
        padding-top: 20px;
        padding-bottom:15px;
        margin-bottom:10px;
    }
    .roombutton {
        display:inline-block;
        height:90px;
        width:85px;
        text-align:center;
        color:white;
        cursor:pointer;        
    }
    .doclibbutton {
        display:inline-block;
        height:80px;
        width:250px;
        text-align:center;
        cursor:pointer;        
        vertical-align:top;
    }
    .roomselectbutton1 {
        height: 50px;
    }
    .roomselectbutton {
        height: 250px;
    }
    .roomdiscoverbutton {
        height: 200px;
    }
    .avatar1 {
    }
    .avatar2 {
    }
    .roomposttitle {
        font-size:35px;
        font-family: Helvetica,"Helvetica Neue","Raleway", Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0.1px;
    }
    .devicelevel {
        background-color:skyblue;
    }
    .roomlistbox {
        width:170px;
        height:300px;
        -webkit-font-smoothing: antialiased;
    }
    .stdlistbox {
        width:300px;
        height:400px;
    }
    .chatlistbox {
        width:250px;
        height:470px;
    }
    .chatlistboxtop {
        width:100%;
        height:65px;
        -webkit-font-smoothing: antialiased;
    }
    .chatselectbox {
        width:250px;
        height:400px;
        -webkit-font-smoothing: antialiased;
    }
    .chatlistphoto1 {
        width:auto;
        height:280px;
    }
    .chatlistphoto {
        width:auto;
        height:190px;
        border-radius:95px;
    }
    .messagewidth {
        width: 2000px;
    }
    .dataentry {
        width:1000px;
        margin:0;
        padding:10px;
    }
    .fileboxwidth {
        width: 350px;
    }
    .fileboxheight {
        height: 300px;
    }
    .circular {
            border:1px solid lightgray;
            width:50px;
            height: 50px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

    }
    .circular2 {
            border:1px solid lightgray;
            width:200px;
            height: 200px;
            overflow:hidden;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
    }
    .circular3 {
            border:1px solid lightgray;
            width:200px;
            height: 200px;
            overflow:hidden;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
    }
    .circular4 {
            border:1px solid lightgray;
            width:200px;
            height: 200px;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;

    }
}

/***************************
****************************
****************************

FONT SPECIFIC MEDIA QUERIES

****************************
****************************
****************************/



/* This Targets Phones up to Iphone 5 */

@media all 
{
    .mainfont {
        font-family: Helvetica, Arial, sans-serif;        
        font-size: 16px;
        /*letter-spacing: 0.3px;*/
        font-weight:normal;
        -webkit-font-smoothing: antialiased;

    }
    .sidebarfont {
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        font-size: 13px;
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:0px;
        font-size:13px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }

    .pagetitle {
        font-size: 24px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 20px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:17px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:15px;
        font-weight: 200;
        font-family:  "Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 12px;
        font-weight: 200;
        font-family:  "Raleway", Helvetica, Arial, sans-serif;        
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}
/* This Targets Phones up to Iphone 6plus(s) */

@media all and (min-width: 375px) and (max-width: 414px ) 
{
    .mainfont {
        font-family:  Helvetica, Arial, sans-serif;        
        font-size: 16px;
        /*letter-spacing: 0.3px;*/
        font-weight:400;
        -webkit-font-smoothing: antialiased;

    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 15px;
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:0px;
        font-size:15px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }

    .pagetitle {
        font-size: 26px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 20px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:17px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:17px;
        font-weight: 200;
        font-family: "Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 13px;
        font-weight: 200;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }

}


/* This targets Tablets - Android - Samsung Low Res */
@media (min-width: 430px) and (max-width:768px) and
       (-webkit-min-device-pixel-ratio: 1.0)
{
    .mainfont {
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        font-size: 20px;
        /*letter-spacing: 0.3px;*/
        font-weight: normal;
        -webkit-font-smoothing: antialiased;

    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 15px;
        /*letter-spacing: 0.6px;*/
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:14px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:normal;
        /*letter-spacing: 1px;*/
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle {
        font-size: 40px;
        font-weight: normal;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 30px;
        font-weight: normal;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.7px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:25px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:20px;
        font-weight: normal;
        font-family:  "Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext {
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}
/* This targets Tablets - Android - Samsung */
@media (min-width: 430px) and (max-width:768px) and
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-width: 600px) and (max-width:768px) and 
       (min-resolution: 144dpi)
{
    .mainfont {
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        font-size: 16px;
        /*letter-spacing: 0.3px;*/
        font-weight: normal;
        -webkit-font-smoothing: antialiased;

    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 15px;
        /*letter-spacing: 0.6px;*/
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:14px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:200;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle {
        font-size: 40px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1.2px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 30px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:20px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:18px;
        font-weight: 200;
        font-family:  "Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.0px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext {
        font-size: 13px;
        font-weight: 200;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}



/* This targets Tablets - Retina also Android Nexus */
@media (min-width: 600px) and (max-width:768px) and
       (-webkit-min-device-pixel-ratio: 2),
       (min-width: 600px) and (max-width:768px) and 
       (min-resolution: 192dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 16px;
        /*letter-spacing: 0.3px;*/
        font-weight: normal;
        -webkit-font-smoothing: antialiased;

    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 14px;
        /*letter-spacing: 0.6px;*/
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:13px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        /*letter-spacing: 1px;*/
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle {
        font-size: 30px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:16px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:13px;
        font-weight: 400;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        /*letter-spacing: 0.5px;*/
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 22px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext {
        font-size: 11px;
        font-weight: 200;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 9px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}
/* Target Iphone 6plus and Samsing S5/S6 */
@media screen and (min-width: 360px) and (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
    (min-width: 360px) and (max-width: 450px) and (min-resolution: 432dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 16px;
        letter-spacing: 0.3px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;

    }
    .sidebarfont {
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        font-size: 14px;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:0px;
        font-size:14px;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }

    .pagetitle {
        font-size: 24px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 20px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:17px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:15px;
        font-weight: 500;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.0px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 12px;
        font-weight: 200;
        letter-spacing: 0.0px;
        -webkit-font-smoothing: antialiased;
    }    
    .smalltext2 {
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}



/* This targets Retina Mac */

@media all and (min-width: 769px)  and (max-resolution: 288dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 13px;
        letter-spacing: 0.2px; 
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }
    .sidebarfont {
        font-family:  Usual, "Helvetica", Helvetica, Arial, sans-serif;        
        font-size: 13px;
        letter-spacing: 0.6px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:13px;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 1px;
         -webkit-font-smoothing: antialiased;
   }
    .pagetitle {
        font-size: 26px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1.2px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 22px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:17px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:13px;
        font-weight: 500;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 11px;
        font-weight: 400;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 10px;
        font-weight: 400;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
        /*letter-spacing: 0.4px;*/
        -webkit-font-smoothing: antialiased;
    }
}

/* This targets Hi Res  */
@media all and (min-width: 1400px) and (max-resolution: 288dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 14px;
        letter-spacing: 0.0px;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
    }
    .sidebarfont {
        font-family:  Usual, "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:14px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 0px;
         -webkit-font-smoothing: antialiased;
   }
    .pagetitle {
        font-size: 28px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 23px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:18px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:14px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}

@media all and (min-width: 1600px) and (max-resolution: 288dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 16px;
        letter-spacing: 0.0px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 16px;
        letter-spacing: 0.6px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:14px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 1px;
         -webkit-font-smoothing: antialiased;
   }
    .pagetitle {
        font-size: 35px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1.2px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 25px;
        font-weight: 100;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:20px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:16px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}
@media all and (min-width: 1900px) and (max-resolution: 288dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 20px;
        letter-spacing: 0.0px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 18px;
        letter-spacing: 0.6px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:16px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 1px;
         -webkit-font-smoothing: antialiased;
   }
    .pagetitle {
        font-size: 45px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1.2px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 25px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:23px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:20px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }

}

@media all and (min-width: 2500px) and (max-resolution: 288dpi)
{
    .mainfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 20px;
        letter-spacing: 0.0px;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
    }
    .sidebarfont {
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        font-size: 20px;
        letter-spacing: 0.6px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    .tiletitle {
        padding-top:2px;
        padding-bottom:5px;
        font-size:25px;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: black;
        font-weight:100;
        letter-spacing: 1px;
         -webkit-font-smoothing: antialiased;
   }
    .pagetitle {
        font-size: 40px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1.2px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2 {
        font-size: 30px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle2a {
        font-size:28px;
        font-weight: 300;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }
    .pagetitle3 {
        font-size:24px;
        font-weight: 200;
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
        color: #58585B;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
    }

    .smalltext {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
    .smalltext2 {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.4px;
        -webkit-font-smoothing: antialiased;
    }
}


/*
*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************

SIZE SPECIFIC

*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************
*/


/**************************************************/


@media all and (max-width: 320px )  
{
}

@media all and (min-width:321px) 
{
}
@media all and (min-width: 750px) 
{
}

@media all and (min-width: 1101px) 
{
}

@media all and (min-width: 1200px)
{
}

@media all and (min-width: 1400px)  
{
}
@media all and (min-width: 1600px)  
{
}
@media all and (min-width: 2500px)  
{
}

/*
root { 
    display: block;
}
html {
    height: 100%;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
}

body
 {
    margin:0px;
    padding:0px;
    overflow:auto;
        font-family:  "Helvetica", Helvetica, Arial, sans-serif;        
    height: 100%;
    width: 100%
}
*/
form {
    display: inline;
}

textarea { 
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
    color: black;; 
}

iframe { 
        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
    color: black;
    border-width: 0px;
    border-collapse: collapse;
}

.appbody {
    background-color: #E5E5E5;
    margin-left: 30px;
    margin-right: 30px;

        font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */    
}

.select {
  -webkit-user-select: text;  /* Chrome all / Safari all */
  -moz-user-select: text;     /* Firefox all */
  -ms-user-select: text;      /* IE 10+ */
  user-select: text;          /* Likely future */      
}


.loginbody {
    margin-left: 30%;
    margin-right:30%;
    background-color: whitesmoke;
    font-size: 15px;

    font-family: sans-serif;
}

.chatwindow {
    color:black;
    background-color:#E5E5E5;    
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0;
    overflow-y: scroll;
    overflow-x: hidden;
    border-width:0px;
    
}
.feedpanel {
    /*
    background-image: url('../img/background-fabric.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
    */
    
}
.mainviewtop {
    height:100%;
}

.chatother {
    font-weight: normal;
    color: black;
    /*
    letter-spacing: 0.3px;
    */
}
.chatself {
    font-weight: normal;
    color: steelblue;
    /*
    letter-spacing: 0.3px;
    */
}
.chatselftext {
    font-weight: bold;
    color: black;
}
.chatothertext {
    color: black;
}

.newmsgbody {
    background-color: whitesmoke;
    margin-left: 30px;
    margin-right: 30px;

    font-family: sans-serif;
}
.webbody {
    background-color: #ececec;
    font-size: 14px;

    font-family:  "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
}
.consolebody {
    background-color:#E5E5E5;
    margin-left: 0px;
    margin-right: 0px;
    padding:0;
}
.button1 {
    padding: 5px;
    font-size: 15px;
}
.blackandwhite { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}


a img {
    border: 0;
}

/*

READ MESSAGE - SMARTPHONE
 
*/
.signup {
    width: 25%;
    
}
.signup2 {
    width: 80%;
    
}

.shadowbox {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background-color: gold;
    box-shadow: 2px 2px 2px #888888;
    width: 98%;
    
}



#right-arrow {
   width: 0;
   height: 0;
   border-left: 20px solid red;
   border-top: 20px solid transparent;
   border-bottom: 30px solid transparent;
   opacity: 0.10;
}

textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}





.avatar {
    height: 200px;
    overflow: hidden;
    width: auto;
}
.avatarsmall {
    height: 100px;
    width: auto;
}
.floater {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.messagescontent {
}
.firsttime {
}
.sidebar {
    padding:0px;
    margin:0;
    /*
    background-color:#313131;
    width: 150px;
    width: 200px;
    */
    background-color:whitesmoke;
}
.sidebaralerts {
    padding-left:15px;
}
.sidebaralerts2 {
    padding-left:15px;
}
.hidemessage {
    display: inline;
}
.action {
    display: none;
}
.makeaction {
    display: none;
}
.actionarea {
    display: inline;
    
}
.chatactionarea {
    display: inline;
    
}
.ui-menu { 
    width: 250px; 
    font-family: Helvetica,'Helvetica Neue', "Helvetica Neue" , Arial, sans-serif;        
    /* font-size: 15px; */
    font-weight: 400;
    box-shadow: 1px 1px 1px #888888;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:0px;
    color: black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    
}

.floaterleft {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.replybox {
    display: inline;
    background-color: lightsteelblue; /*#587058;  Green */
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 10px;
    /* box-shadow: 2px 2px 2px #888888; */
   
}
.statustitle {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    margin: 5px;
}



/*

READ MESSAGE - SMARTPHONE
 
*/



.viewimage{
    width: 321px;
    height: 245px;
}
.viewlogofullsize{
    width: 488px;
    height: 150px;
}
.viewlogosmall{
    width: 488px;
    height: 50px;
}

.footer {
    font-size: 10px;
    font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
    display: block;
    background-color: black;
    color: white;
    padding: 10px;
}


.adminbody {
    background-color: #ececec;
    
    
    font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;        
    background-repeat: repeat-x;
}
.margined {
    margin-left: 10px;
    margin-right: 10px;
}

/*

General Window

*/

.divbutton_d {
    padding-left: 15px;
    padding-right: 15px;
}
.divbutton_t {
    padding-left: 10px;
    padding-right: 10px;
}

.lockhomeicon {
    height: 23px;
    margin-right: 10px;
}
.settingsicon {
    height: 23px;
    float: right;
    margin-right: 10px;
}
.loginicon {
    float: left;
    height: 20px;
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 1px;
    color: black;
    background-color: #F1F0E5;
    font-size: 15px;
    border-radius: 5px;
}

.bannerflush {
    display: block;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 1px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0px;
    
    box-shadow: 1px 1px 1px #888888;
    /*width: 100%;*/
    /*
    background-color: darkslategray; 
    background-color: #676cac; 
    background-color: lightslategray;
    */
    background-color: whitesmoke;

    /* background-color: #587498; steelblue;*/ 
    /* background-color: #587493; */
    color: black;
    
}

.bannerflushfixed {
    display: block;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 1px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0px;
    
    box-shadow: 1px 1px 1px #888888;
    /*width: 100%;*/
    /*
    background-color: darkslategray; 
    background-color: #676cac; 
    background-color: lightslategray;
    */
    background-color: whitesmoke;

    /* background-color: #587498; steelblue;*/ 
    /* background-color: #587493; */
    color: black;
    position:fixed;
    
}

.banner {
    display: block;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 98%;
    
    /* background-color: #587498; steelblue;*/ 
    background-color: #587493;
    color: white;
    /*box-shadow: 2px 2px 2px #888888;*/
    
}
.stdtext {
    margin: 5px;
    padding: 5px;
    font-size: 13px;
}

.buttonicon {
    height: 15px;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2px;
    margin-top: 0px;
    margin-bottom:0px;
    overflow: hidden;
    position: relative;
    top: 3px;
    left: 0px;
    display: inline;
}

.divbutton {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 20px;
    font-size: 13px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
/*
    box-shadow: 2px 2px 2px #888888;
*/
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.divbutton2 {
    display: inline-block;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    /*
    box-shadow: 2px 2px 2px #888888;
    */
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.divbutton3 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color:gray;
    border-width:1px;
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20px;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 1px;

    white-space: nowrap;

    font-family: "Helvetica Neue","Raleway",Helvetica, arial, sans-serif;

}
    


.divbuttonsidebar {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 13px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 20px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    font-weight:200;
    font-family: "Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    /*
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    */
}

.divbuttonsidebar_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    /*background-color:#a1a1a4;*/
    background-color:gray;
}
.divbuttonsidebar_unsel {
    color: white;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4*/
    background-color: transparent;
    
}

.divbuttontext_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    background-color:#A7A9AB;
}
.divbuttontext_unsel {
    color: black;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4   #58585B*/
    background-color:whitesmoke;
    
}

.divbuttonlike {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}

.divbuttonlike0 {
    background-color: transparent;
    overflow: hidden !important;
    
}
.divbuttonlike1 {
    background-color: transparent;
    padding-right:10px;
    overflow: hidden !important;
}

.divbuttonlike_sel {
   color: gray;
    
}
.divbuttonlike_unsel {
    color: white;
}


.divbuttontilebar {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 20px;
    font-size: 24px;
    cursor: pointer;
    line-height: 150%;
    font-weight:200;
     letter-spacing: 1px;
   
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}

.divbuttontilebar2 {
    display:inline-block;
    text-decoration: none;
    color:white;
    background-color:#68809f;
    border-width: 1px;
    border-color: gray;
    max-width: 90%;
    width:290px;
    min-width: 30%;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:0;
    padding:7px;   
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align:center;
    cursor: pointer;
}


.divbuttontilebar_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    background-color:gray;
}
.divbuttontilebar_unsel {
    color:black;
    /*color: #58585B;*/
    background-color: whitesmoke;
    
}


.divbutton4 {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 20px;
    font-size: 13px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}

.divbuttonshare {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 10px;
    font-size: 11px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Helvetica Neue","Raleway", Helvetica, Arial, sans-serif;
}

.divbutton5 {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.divbutton6 {
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 0px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20px;
    cursor: pointer;
    line-height: 150%;
    
    overflow-x: scroll;
    white-space: nowrap;
    
    background-color: #21313F;
    color:white;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.divbuttonchat {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-color:gray;
    border-width:1px;
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20px;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 1px;

    white-space: nowrap;
    background-color:gold;

    font-family: "Helvetica Neue","Raleway",Helvetica, arial, sans-serif;

}
.divbuttonchatupload {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-color:gray;
    border-width:1px;
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20px;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 1px;

    white-space: nowrap;
    background-color:#49a942;
    color:white;

    font-family: "Helvetica Neue","Raleway",Helvetica, arial, sans-serif;

}


.divbutton_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    background-color: gray;
}

.divbutton_unsel {
    color: black;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4*/
    background-color: whitesmoke;
    
}

.divbutton2_unsel {
    color: black;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4*/
    background-color: whitesmoke;
    
}
.divbutton2_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    background-color: gray;
}

.divbutton3_unsel {
    color: black;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4*/
    background-color: whitesmoke;
    
}
.divbutton3_sel {
    color: gray;
    /*    background-color:#a0b0e9;*/
    background-color:white;
}
.divbutton4_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    background-color:gray;
}
.divbutton4_unsel {
    color: black;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4*/
    background-color: whitesmoke;
    
}
.divbutton5_sel {
    color: white;
    /*    background-color:#a0b0e9;*/
    background-color:gray;
}
.divbutton5_unsel {
    color: steelblue;
    /* background-color:#F1F0E5; */
    /*background-color:#D4D4D4*/
    background-color: whitesmoke;
    
}

.divitem_sel {
    font-weight: bold;
    /*
    color: steelblue;
    */
    
}
.divitem_unsel {
    font-weight: normal;
}


.dataicon {
    width: 25px;
    height: 25px;
}

.unsel {
    color: black;
    background-color: white;
}    
.sel {
    color: white;
    background-color: darkgrey;
}    

/*

Address Book

*/

div.addressbookcontent {
    /* background-color: ivory; */
    cursor: pointer;
}
table.addressbook {
    /*
    box-shadow: 2px 2px 2px #888888;
    */
    padding: 2px;
}

tr.addressbook {
    border: 1px;
    border-style: solid;
    }

tr.addressbooktitle {
    background-color: #9CAFC4;
    /* background-color: #587498; steelblue;*/
    color: white;
    border: 1px;
    border-style: solid;
    }
    

.newmsgtable {
    padding: 0px;
    margin: 0px;
    display: inline;
}

table.comments {
    float:center;
    margin: auto;
    align: center;
    
}
.commentarea {
    float:center;
}
/*

SendMessage

*/


div.messagescontent {
    /* background-color: ivory; */
    cursor:pointer;
}

.msgthread {
    background-color: white; 
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    padding: 5px;
    box-shadow: 2px 2px 2px #888888;
    
}

div.advertising {
    font-family: sans-serif;
}

span.thismessage {
    
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}

tr.msgsource {
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
   
} 
tr.content {
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    /* background-color: #FFFFCC; */
   
} 

.altmessage {
    background-color: white; 
    border: 1px;
    border-style: solid;
    width: 250px;
}

.thismessage {
    background-color: white; 
    padding: 10px;
    box-shadow: 2px 2px 2px #888888;
    }

table.smsg {
    width: 100%;
    
}

.accountinfo {
    width: 100%;
    border-style: solid;
    border: 1px;
    
}
/*

Data Entry Windows

*/
.accountinforow {
    border-style: solid;
    border: 1px;
    
}

.labelimportant{
    color: #CC0033;
}

td.labelrequired{
    text-align: right;
    /*background-color: #6687dd; */
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    padding-right:20px;
    padding-left: 5px;
    /* background-color: #ececec; */
    /*color: #CC0033;*/
    color: black;
    font-weight: bold;
}
td.label{
    text-align: right;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    padding-right:20px;
    padding-left: 5px;
    color: black;
    font-weight: bold;
}
td.labeldummy{
    text-align: right;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    padding-right:20px;
    padding-left: 5px;
    color: white;
}
td.labelw{
    text-align: right;
    background-color: white;
    border-color: white;
    padding-right:20px;
    padding-left: 5px;
    color: black;
    font-weight: bold;
}
td.labeldummyw{
    text-align: right;
    background-color: whites;
    border-color: white;
    padding-right:20px;
    padding-left: 5px;
    color: white;
}

div.labelrequired{
    text-align: left;
    /* background-color: #ececec; */
    color: #CC0033;
}
div.label{
    text-align: left;
}


td.dataarea{
    text-align: left;
    padding:5px;
    margin-top:2px;
    margin-bottom:10px;
}
/*

Message List

*/


/*

MESSAGES DETAIL

*/


table.messages {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: lightgray;
    border-spacing: 0px;
    padding: 0px;
    border-collapse: separate;
}

tbody.messages {
    
}

tr.messages {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: darkgray;
    border-spacing: 0px;
    
}



.messageinfo {
    border: 1px;
    border-collapse: separate;
    display: block;
    background-color: #9CAFC4;
    color: white;
    box-shadow: 2px 2px 2px #888888;
    padding: 10px;
    margin: 5px;
    width:50%;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-collapse:collapse;
    
}

tr.messagesreply {
    background-color: #E8EEF7;
    border: 1px;
    border-style: solid;
}
tr.messagestitle {
    /* background-color: #587498; steelblue;*/
    /* background-color: #9CAFC4; */
    background-color: whitesmoke;
    color: darkgray;
    border: 1px;
    border-style: solid;
    border-color: black;
    padding-top:5px;
    padding-bottom:5px;
}
tr.messagestitleold {
    background-color: #FECA40;
    border: 1px;
    border-style: solid;
}
.gridcelltitle {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    overflow:hidden;
}
.gridcell {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    overflow:hidden !important;
    -ms-overflow-style: none;
}
.gridcell2 {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    overflow:hidden !important;
    -ms-overflow-style: none;
}
.gridcellout {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    background-color:whitesmoke;
    -ms-overflow-style: none;
}
.gridcellroomy {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top;
    overflow:hidden !important;
    -ms-overflow-style: none;
}


.gridhidden {
    display: none;
    
}

.messages_sel {
    background-color: whitesmoke;
}
.messages_unsel {
    background-color: white;
}

td.messages3 {
    text-decoration: none;
    width: 100px;
    vertical-align: top;
}
td.messages7 {
}
td.messages8 {
    width:100px;
    max-width:100px;
}
td.messages10 {
    text-decoration: none;
    width: 100px;
}
td.messagesMsg {
    width: 70%;
    max-width:90%;
    /*
    min-width:310px;
    */
    overflow: scroll;
    word-wrap: break-word;     
}
td.messagesTIMESTAMP {
    text-decoration: none;
    width: 130px;
    vertical-align: top;
}

.settings {
    margin-top: 10px;
    margin-bottom: 10px;
}



.alert {
    background-color:#E86850; /* burnt red; */
    color: white;
    margin:0;
    height: 30px;
    padding-top: 0px;
    padding-bottom:0px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
               
}
.alertfired {
    background-color:#E86850; /* burnt red; */
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}
.noalert {
    background-color:#DF9496; /* burnt red; */
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}


table.monitor {
    border-collapse:collapse;
}

tr.monitortitle {
    background-color: #FECA40;
    border: 1px;
    border-style: solid;
    }
tr.monitorrow {
    background-color: white;
    border: 1px;
    border-style: solid;
    }

.statusmessage {
    background-color:#EE5757;                
                
}

.expand {
    color: firebrick;
}
.read {
    color: dodgerblue;
}

.ptrial {
    font-size: 12px;
    width: 300px;
}
.trialtable {
    font-size: 15px;
    width: 600px;
    background-color: white;
}
.trialtitle {
    background-color: black;
    color: white;
    width: 600px;
}
.trialfooter {
    background-color: firebrick;
    color: white;
    width: 600px;
}

div.staffcontent {
    /* background-color: ivory; */
    cursor: pointer;
}


table.stdlist {
    /*box-shadow: 2px 2px 2px #888888;*/
    padding: 3px;
}

tr.stdlistrow {
    border: 1px;
    border-style: solid;
    }

tr.stdlisttitle {
    background-color: #9CAFC4;
    color: white;
    border: 1px;
    border-style: solid;
    padding: 3px;
    }
    
    
.iframe_response {
    border: 0;
    font-size: 13px;
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}
.maincontainer1head {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 300px;
    margin-top: 30px;
    /*
    box-shadow: 2px 2px 2px #888888;
    */
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.subcontainer1 {
    background-color: whitesmoke;
    margin-top: 0;
    margin-bottom: 20px;
    /*
    padding-left:70px;
    padding-right:70px;
    */
    padding-top: 20px;
    padding-bottom: 20px;
    /*
    box-shadow: 2px 2px 2px #888888;
    */
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:20px;
}
.subcontainer6 {
    background-color: whitesmoke;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:20px;
    padding-right:20px;
}
.maincontainer2head {
    background-color: whitesmoke;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 2px #888888;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.maincontainer3head {
    margin:0px;
    padding:0px;
    background-color: #E5E5E5;
}
.subcontainer2 {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 1000px;
    margin-top: 10px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 2px #888888;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}


.subcontainer4 {
    background-color: whitesmoke;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 100px;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subcontainer5 {
    background-color: whitesmoke;
    width: 450px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 100px;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


input {
    
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 
    box-shadow: none;
    border-color: gray;
    padding:5px;
    height: 25px;
    font-size:14px;
    margin-top:3px;
    background-color: white;
    
}

.inputline {
    
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: lightgray;
    padding:5px;
    height: 25px;
    font-size:14px;
    margin-top:3px;
    background-color: transparent;
    
}


::-webkit-input-placeholder {
   color:  #9CAFC4;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9CAFC4;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9CAFC4;
}

:-ms-input-placeholder {  
   color: #9CAFC4;
}

textarea {
    
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    border-color: gray;
    
    
}


.input-prompt {
  padding-top:3px;
  position: absolute;
  font-style: italic;
  color: #aaa;
  margin: 0.2em 0 0 0.5em;
  
}

.fade {
    opacity: 0.5;
}

.stdicon_nopad {
    position: relative;
    top: 3px;
    height: 15px;
    width: auto;
}
.stdicon2_nopad {
    position: relative;
    top: 8px;
    height: 25px;
    width: auto;
}
.bannertitle {
    font-size: 24px;
    font-weight: 100;
    font-family: "Lucinda Console","Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
    color: white;
}
.gridstdborder {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: lightgray;
    border-style: solid;
    border-spacing: 0px;
    border-collapse: collapse;
    
}
.gridnoborder {
    border-width: 0px;
    border-color: lightgray;
    border-style: solid;
    border-spacing: 0px;
    border-collapse: collapse;
    
}

.shadow {
    box-shadow: 2px 2px 2px  lightgray;
    /*box-shadow: -2px 0px 2px  lightgray;*/

}

.shadowtop {
    box-shadow: 2px -2px 2px  lightgray;
    /*box-shadow: -2px 0px 2px  lightgray;*/

}


.feedpost {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    vertical-align: top;
}


.unread {
    font-weight: bold;
}   
   


.divbuttoncolor3_sel {
    color: white;
    background-color:gray;
}

.divbuttoncolor3_unsel {
    background-color: whitesmoke;
    color: black;
}


.divbuttoncolor1_sel {
    color: white;
    background-color:chocolate;
}

.divbuttoncolor1_unsel {
    background-color: salmon;
    color: white;
}



.divbuttoncolor2_sel {
    color: black;
    background-color:lightseagreen;
}

.divbuttoncolor2_unsel {
    background-color: paleturquoise;
    color: black;
}

.tipbubble {
    width: auto;
    max-width: 500px;
    height: auto;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:15px;
    background: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.bubble {
    position: relative;
    background: whitesmoke;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    word-wrap:break-word;
}


.bubblemsg {
    position: relative;
    width: auto;
    max-width: 400px;
    height: auto;
    padding: 15px;
    background: #E5E0CC;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.bubblemsg:after {
    content: "";
    position: absolute;
    top: -18px;
    left: 40px;
    border-style: solid;
    border-width: 0 15px 20px;
    /*
    border-color: #f0f0e4 transparent;
    */
    border-color: #E5E0CC transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.centercontent {
    text-align:center;
}

.mailheader {
    padding: 10px;
    font-size:13px;
    font-family: "Segoe UI","Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}

select {
    background-color:white;
    font-family: "Helvetica";
    font-size: 13px;
}

.textbody {
    white-space: nowrap;
}

.tileview {
    /*
    background-color:#313131;
    */
    /*
    background-color:#E5E5E5;
    */
    background-color:white;
    overflow:scroll;
    width:100%;
    /*
    background-image: url('../img/background-rocks.jpg');
    */
}
.tileview {
    /*
    background-color:#313131;
    */
    /*
    background-color:#E5E5E5;
    */
    background-color:whitesmoke;
    overflow:scroll;
    width:100%;
    /*
    background-image: url('../img/background-rocks.jpg');
    */
}
.roomsview {
    overflow:scroll;
    width:100%;
}
.notificationsview {
    overflow:scroll;
    width:100%;
}

.divtile {
    background-color:transparent;
    vertical-align:top;
    text-align:center;
    margin:auto;
    padding-top:10px;
    display:inline-block;
    font-family:"Helvetica Neue","Raleway","Helvetica", san-serif;
    color: black;
}

.divtile2 {
    background-color:white;
    vertical-align:top;
    text-align:center;
    margin:auto;
    padding-top: 10px;
    display:inline-block;
    height:100%;
    font-family:"Helvetica Neue","Raleway","Helvetica", san-serif;
    color: black;
    border: 0px solid;
    width:250px;
    
}

.divlist {
    text-align:left;
    display:inline-block;
}
.featureheadsidebar {
    color: black;
    font-weight:200;
    font-family:"Helvetica Neue","Raleway","Helvetica", san-serif;
}
    
.mainview {
    overflow:scroll;
    width: 100%;
    -webkit-overflow-scrolling:touch;    
    background-color:#E5E5E5;
    
}

.desaturate { 

-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);


}


.alertrow {
    /*
    width:100%;
    */
    padding:0px;
    /*
    background-color: #9CAFC4;
    */
    color: black;
    font-size:12px;
    font-weight:500;
    font-family:helvetica, arial;    
}
.aboutarea {
    width:100%;
    color:black;
    margin:0;
    padding:0;
    background-color:whitesmoke;
    font-family:"Helvetica Neue","Raleway",helvetica;    
}
.abouttext {
    padding-left:40px;
    padding-right:40px;
    margin:0;
    color:black;
    text-align:left;
    background-color:white; 
}

.showmessage {
    padding:0px;
    margin-top:3px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    color:black;
    background-color:white;
    width:100%;
    overflow:visible;
}
#loading-div-background {
        display:none;
        position:fixed;
        top:0;
        left:0;
        background:black;
        width:100%;
        height:100%;
}
#loading-div {
         width: 300px;
         height: 200px;
         background-color: #0c0b0b;
         text-align:center;
         position:absolute;
         left: 50%;
         top: 50%;
         margin-left:-150px;
         margin-top: -100px;
}
.loginbody {
    background-color:#E5E5E5;
    margin-left: 0px;
    margin-right: 0px;
    padding:0;
    font-size:13px;
}


.sidetab {
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    cursor:pointer;

}

.toptab {
    /*
    background-color:#00A0E3;
    */
    background-color:#E5E5E5;
    border: 0px solid gray;
    border-bottom-width:0;
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
    padding-bottom:3px;
    margin-bottom:5px;
    margin-left:0;
    margin-right:0;
    height: 25px;
    width: 100px;
    color: black;
    font-size:11px;
    cursor:pointer;
    display: inline;
    text-align:center;
    }

.divbuttontextblock {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.divbuttontext {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color:gray;
    border-width:1px;
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 20px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 1px;

    white-space: nowrap;

    font-family: "Helvetica Neue","Raleway",Helvetica, arial, sans-serif;
}
.divbuttontext2 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color:gray;
    border-width:1px;
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 1px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 20px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 1px;

    white-space: nowrap;

    font-family: "Helvetica Neue","Raleway",Helvetica, arial, sans-serif;
}
.divbuttontextonly {
    border-color:transparent;
    border-width:0px;
    display: inline;
    text-decoration: none;
    outline: 0px solid #99999a;
    border: 0px solid #99999a;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 20px;
    font-size: 12px;
    font-weight: 200;
    cursor: pointer;
    line-height: 150%;
    letter-spacing: 1px;
    background-color:transparent;

    white-space: nowrap;

    font-family: "Helvetica Neue","Raleway",Helvetica, arial, sans-serif;
}

    .divhighlight_unsel {
        color: #2AB573;
        font-size:18px;
        font-weight:300;
        
    }
    .divhighlight_sel {
        color:firebrick;
        font-size:22px;
        font-weight:bold;
    }
    .foregroundcolor {
        padding-top:20px;
    }
    .backgroundcolor {
        padding-top:20px;
    }
    .login {
        width: 250px;
    }
    .showmore {
        color:#00A0E3;
        cursor:pointer;
    }

    .rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    .roundedtop {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    }

    .feedphotochat {
        width:90%;
        max-width:400px;
        min-width:100px;
        min-height:150px;
        background:url(../img/loading-blue.gif);
        background-size:100px;
        background-repeat:no-repeat;
        cursor:pointer;
    }
    .feedslideshowchat {
        width:90%;
        max-width:400px;
        min-width:100px;
        min-height:150px;
        background:url(../img/loading-blue.gif);
        background-size:100px;
        background-repeat:no-repeat;
        cursor:pointer;
    }
        
    #chatwindow .chatcontent img {
        /*display: none;*/

    }    
    .chatcontent {
        
        /*z-index: 100;*/
        /*-webkit-user-select: normal;*/  /* Chrome all / Safari all */
        /* -moz-user-select: normal;  */   /* Firefox all */
        /* -ms-user-select: normal; */     /* IE 10+ */
         
         /*user-select: all;    */      /* Likely future */           
    }
        
    .emoji_img {
        width:30px;
        height:30px;
        }
    .slideshow {
        max-width:100%;
        cursor:pointer;
        max-height:200px;
    }
        
    .roomphoto {
        min-width:100px;
        min-height:150px;
        /*background:url(../img/loading.gif);*/
        background-size:100px;
        background-repeat:no-repeat;
        opacity:1.0;
        }
    .roomalbum {
        min-width:100px;
        min-height:150px;
        background:url(../img/loading-blue.gif);
        background-size:100px;
        background-repeat:no-repeat;
        }
    .roomalbumtitle {
        text-align:center;
        font-size:18px;
        }
        
    .animate_button_right {
        -webkit-animation-duration: 3s;
        -webkit-animation-name: slideinright;
        -moz-animation-duration: 3s;
        -moz-animation-name: slideinright;
    }
    .animate_button_left {
        -webkit-animation-duration: 3s;
        -webkit-animation-name: slideinleft;
        -moz-animation-duration: 3s;
        -moz-animation-name: slideinleft;
    }
    @-webkit-keyframes slideinright {
        from {
            margin-right:300%;
            margin-top:0%;
        }
        to {
            margin-right:0%;
            margin-top:0%;
        }
    }
    @-moz-keyframes slideinright {
        from {
            margin-right:300%;
            margin-top:0%;
        }
        to {
            margin-right:0%;
            margin-top:0%;
        }
    }
    @-webkit-keyframes slideinleft {
        from {
            margin-left:300%;
            margin-top:0%;
        }
        to {
            margin-right:0%;
            margin-top:0%;
        }
    }
    @-moz-keyframes slideinleft {
        from {
            margin-left:300%;
            margin-top:0%;
        }
        to {
            margin-right:0%;
            margin-top:0%;
        }
    }
    
    .ball {
        margin:auto;
        text-align:center;
        display:inline-block;
        font-size: 15px;
        font-weight:bold;
        font-family:"Helvetica Nueue",helvetica;
        border-width:1px;
        border-color:black;
        height:30px;
        width:30px;
        margin:0px;
        padding-top:17px;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:3px;
        border-radius: 40px;
        border-style: solid;
    }
    
/*
.alertify-logs {
    top: 10px;
    right: 10px;
}
*/
.multiselected {
    background-color:#c8c8c8;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: lightgray;
    border-style: solid;
    border-spacing: 0px;
    border-collapse: collapse;
}

 .my-container {
    position: relative;
    background: #5C97FF;
    overflow: hidden;
}
/* You could use :after - it doesn't really matter */
.my-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('http://placekitten.com/1500/1000');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


.circularprice {
    width: auto;
    width:100px;
    height: 100px;
    background-color:firebrick;
    color:white;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align:center;
    vertical-align:middle;
}

/* @group Blink */

/*
.blink {
    -webkit-animation: blink 1.2s linear infinite;
    -moz-animation: blink 1.2s linear infinite;
    -ms-animation: blink 1.2s linear infinite;
    -o-animation: blink 1.2s linear infinite;
    animation: blink 1.2s linear infinite;
}
*/
.blink {
    -webkit-animation: blink 1.2s linear 1;
    -moz-animation: blink 1.2s linear 1;
    -ms-animation: blink 1.2s linear 1;
    -o-animation: blink 1.2s linear 1;
    animation: blink 1.2s linear 1;
}

.blinklong {
    -webkit-animation: blink 1.2s linear 5;
    -moz-animation: blink 1.2s linear 5;
    -ms-animation: blink 1.2s linear 5;
    -o-animation: blink 1.2s linear 5;
    animation: blink 1.2s linear 5;
}


@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

/* @end */


    .toptile {
        background-color: white;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    /* Tab Menu */

    
    .tabwrapper {
        position:relative;
        margin:0;
        overflow:hidden;
	padding:5px;
  	height:150px;
        max-width:100%;
    }
    
    .tabwrappertall {
        position:relative;
        margin:0;
        overflow:hidden;
	padding:5px;
  	height:300px;
        max-width:100%;
    }
    

    .tablist {
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        margin:0px;
        
    }
    .tablisttall {
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        margin:0px;
        
    }

    .tablist li{
        display:table-cell;
        position:relative;
        text-align:center;
        cursor:grab;
        cursor:-webkit-grab;
        color:black;
        background-color:#E5E5E5;
        vertical-align:middle;
        margin:0;
    }

    .scroller {
      text-align:center;
      cursor:pointer;
      display:inline;
      padding:7px;
      padding-top:11px;
      white-space:no-wrap;
      vertical-align:middle;
      background-color:white;
    }

    .scroller-right{
      /*float:right;*/
    }

    .scroller-left {
      /*float:left;*/
    }
iframe {
    border: 0;
    line-height: 0;
    display:block;
    background-color:white;
    font-family: "Helvetica Neue","Raleway", Arial, Helvetica, sans-serif;
}

.hidemobile {
    display:none;
}
.hidenonmobile {
    display:none;
}
tr.alternating:nth-child(even) {
    background-color:whitesmoke;
}
tr.alternating:nth-child(odd) {
    background-color:white;
}
    
a:link {
    color:#67809F;
}

a:visited {
    color:#67809F;
}

a:active {
    color:#67809F;
}



.tabs-style-tzoid {
	max-width: 1200px;
}

.tabs-style-tzoid nav {
	padding: 0 1em;
}

.tabs-style-tzoid nav ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li a {
	padding: 0 1.5em 0 0.3em;
	color: #0d9564;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media screen and (max-width: 54em) {
	.tabs-style-tzoid nav ul li a {
		padding: 0 0.5em 0 0.3em;
	}
}

.tabs-style-tzoid nav ul li:hover,
.tabs-style-tzoid nav ul li:focus {
	color: #fff;
}

.tabs-style-tzoid nav ul li.tab-current,
.tabs-style-tzoid nav ul li.tab-current:hover {
	color: #2CC185;
}

.tabs-style-tzoid nav ul li span {
	font-weight: 500;
	font-size: 0.75em;
}

.tabs-style-tzoid nav ul li::after {
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	outline: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #3e4749;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
	content: '';
	-webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
	transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current::after,
.tabs-style-tzoid .content-wrap {
	background: #fff;
	box-shadow: none;
}

/* Default tab style */

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* Nav */
.tabs nav {
	text-align: left;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: left;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	justify-content: left;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: left;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav span {
	vertical-align: middle;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: left;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.25em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav span {
		display: none;
	}
	.tabs nav:before {
		margin-right: 0;
	}
}


.beaconcontainer {
}
.beaconcontainer .beacon {
    border: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-animation-name: beacon;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes beacon {
    0% {
    border: 5px solid;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0;
    }
    100% {
        border-color: rgba(163, 163, 163, 0);
        border-radius: 35px;
        -webkit-border-radius: 35px;
        left: 9px;
        padding: 21px;
        top: 7px;
    }
}

