body {
    background-color: #ebedee;
    font-family: "Ariel", sans-serif;
}
.pbBody td {
    padding:10px;
    width:200px;
    border: 2px solid black;
    background: white;
}
 .slds .slds-badge {
    //float:left;
    margin-right:100px;
    margin-top:80px;
    margin-bottom:20px;
    text-align: center;   
    //font-weight:bold;
    font-size: 13px;
    color: white;
    background-color: #C10933; 
    text-transform: none;
}
.slds-badge {
    //float:left;
    margin-right:100px;
    margin-top:80px;
    margin-bottom:20px;
    text-align: center;   
    //font-weight:bold;
    font-size: 13px;
    color: white;
    background-color: #C10933; 
    text-transform: none;
}
#main { 
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 250px;  /* must be same height as the footer */
}
a.export, a.export:visited {
    text-decoration: none;
    color:#000;
    background-color:#ddd;
    border: 1px solid #ccc;
    padding:8px;
}
a.export:hover {
    text-decoration: none;
}
a.communityButton:hover {
    text-decoration: none;
    color:white;
}
a.switchToDesktop:hover {
    text-decoration: none;
    color: white;
}
.custPopup{
    background-color: white;
    border-width: 2px;
    border-style: solid;
    z-index: 9999;
    left: 50%;
    padding:10px;
    padding-bottom:0px;
    position: absolute;
    /* These are the 3 css properties you will need to change so the popup 
    displays in the center of the screen. First set the width. Then set 
    margin-left to negative half of what the width is. You can add 
    the height property for a fixed size pop up if you want.*/
    width: 550px;
    height: 600px;
    margin-left: -250px;
    top:100px;
    overflow: scroll;
}

.custPopupCaseComment {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    z-index: 9999;
    left: 38%;
    padding: 10px;
    padding-bottom: 0px;
    position: absolute;
    width: 900px;
    height: 650px;
    margin-left: -250px;
    top: 100px;
    overflow: scroll;
}
.popupBackground{
    background-color:black;
    opacity: 0.20;
    filter: alpha(opacity = 20);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
 .footer {
    height: 100px; 
    width:100%;
    position: absolute;
    left: 30%;
    bottom: 0; 
}
#rcornersSide {
    border-radius: 25px;
    border: 2px solid #800000;
    padding: 20px; 
    width: 200px;
    height: 128px;    
}
#rcornersVideo {
    border-radius: 25px;
    border: 2px solid #800000;
    padding: 20px; 
    width: 565px;
    height: 320px;    
}
#mainHome { 
    width: 900px;
    margin: 0 auto;
}
#sidebar    {
    height: 400px;
    float: right;
}
#page-wrap  {
    width: 300px;
    height: 400px;
}
#message1 {
    float:left;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:40px;
}
#message2 {
    padding-top:20px;
    padding-bottom:20px;
}
 html, body {height: 100%;}

#wrap {min-height: 100%;}

#footer {
     background:#595959;
    width:100%;
    position: relative;
    margin-top: -250px; /* negative value of footer height */
    min-height: 250px;
    clear:both;
    margin-left: 0px;
    margin-right: 0px; 
} 

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}

.foot_cont { height: 218px; margin: 0 auto; width:1200px; }
.foot_col { float: left; width: 220px; margin: 45px 40px 0 0; }
.last_col  { margin-right: 0px; width: 240px; }
.foot_col h3 { color: #FFFFFF; font-size: 18px; font-weight: bold;}
.foot_col h3 a { color: #FFFFFF; font-size: 18px; text-decoration: none; font-weight: bold;}
.foot_col h3 a:hover  { color: #E0B7B7; }
.foot_col ul {  list-style:none; padding-left:0; }
.foot_col ul li { padding: 4px 0 4px 0px; color: #f1f3f8; font-size: 18px; }
.foot_col ul li a { color: #f1f3f8; font-size: 14px; text-decoration: none; }
.foot_col ul li a:hover  { color: #E0B7B7; }
.foot_col p { color: #f1f3f8; margin-top: 10px; font-size: 10px; }

.slds select {
    margin-top:0px;
    border: 1px solid #111;
    background-color: #879198;
    width: auto;
    padding: 5px;
    font-size: 14px;
    color: white;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 130px; text-align-last:center;
    
}
.slds .dataTable select {
    
    width: 50px;
    
}
.filters {
    background-color: #c0c5c7;
    padding-top:8px;
    height: 70px;
    //margin-left: 50px;
}
.filters select {
    margin-right: 5px;
}
.filters a {
            
    //border: 1px solid #111;
    background-color: #879198;
    width: auto;
    padding: 8px;
    font-size: 14px;
    color: white;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 30px;
    min-width:100px;
        }

#main {
    width:900px;
}/*
@media(min-width:1500px){
  #main { 
    width: 1300px;
    }
}*/
.slds .communityButton {
    //color:#000;background-color:#ddd;
    color:white;background-color:#C10933;
    border: 1px solid #ccc;padding:8px;
    border-radius: 10px;
    font: inherit;
}
        a.communityButton:link{
          color:white;
          text-decoration: none;
        }
        a.communityButton:visited{
          color:white;
          text-decoration: none;
        }
        a.communityButton:hover{
          color:white;
          text-decoration: none;
        }
        a.communityButton:focus{
          color:white;
          text-decoration: none;
        }
        a.communityButton:active{
          color:white;
          text-decoration: none;
        }
.slds .selectAccountMessage {
    background-color:#C10933;
    color:white;
    width: 760px;
    padding: 25px;
    margin: 25px;
    margin-top:0px; 
}

.slds .badgeMessage{
    background-color:#C10933;
    color:white;
    width:780px;
    padding:25px;
}

.slds .slds-grid--pull-padded {
     margin-right: 0px;
     margin-left: 0px; 
}

.screen-only {
    display: block;
}

.mobile-only {
    display: none; 
}

.dataTable {
    width:900px;
}

@media screen and (max-width: 768px) {

    .screen-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .dataTable {
        width:90%;
        margin-left:5%;
    }
}
        
.slds .switchToDesktop {
    background-color:#C10933; 
    width:80%;
    text-transform: uppercase;
    //margin-top:15px;
    //margin-right:10px;
    color:white;
    border: 1px solid #ccc;padding:8px;
    border-radius: 10px;
    font: inherit;
    margin-top:60px;
    margin-bottom:60px;
}
.mobileHeader {
    font-size:20px;
    margin:35px;
}
