.dashboardSidebar {

  height:910px;
  position: relative;
  float: left;
  width: 20%;
}
.db-nav{
  width:90%; 
  padding:0 5%; 
  margin-top:80px; 
  color:#fff;
}
.db-bottomButton{
  width:90%; 
  height:100px; 
  position: absolute; 
  left:0px; right:0px; 
  margin:0px auto; 
  bottom:20px;
}
.dashboardCOntent {
  float: left;
  width: 75%;
  padding: 60px 0 60px 30px;
}

.dashboardCOntent .RDoptions{width: 280px;}
.dashboardSidebar .sw-button {
    float: none;
    margin: 0px;
    width: 100%;
}
.sw-button {
    width: 49%;
    height: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    background-color: #3a96ba;
    font-size: 16px;
}
.universalSetting, .numeric {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dashboardCOntent .RDoptions {
    background-color: #ededed;
   /* clear: both; margin: 1% 0;*/
}

.dashboardCOntent .valuerating{
  width:48px; height:18px;
}

.dashboardCOntent .valuerating .startspan{
  width:18px; padding:0px; height:18px;
}
.dashboardCOntent .valuerating img{
  width:80%; margin:2px 2px 0;
}

.dashboardCOntent .valuerating .starvalue{
  width:30px; font-size:10px; line-height:19px;
}
.dashboardTitle{
  width: 100%; height: 25px;
  line-height: 24px;
  margin: 10px 0;
  text-transform:uppercase;
}
.dashboardTitle .dashboardbaricons{
  float: left; margin-right: 10px;
}
.dashboardTitle span{
  font-weight: bold;
}
.DashboardAnchor{
  padding:5px 0 5px 38px;
}
.DashboardAnchor:hover{
  color: #d20001; background-color: #fff;
}
.db-active{color: #d20001; background-color: #fff;}
.BottomSliderOption{
  clear: both;
  width: 100%; height: auto;
  overflow: hidden;
  border-top: 1px solid #cecece;
  /*background-color: yellow;*/
}
.blueLeft{
  width: 20%; /*height: 324px;*/
  background-color: #3a96ba;
  display: table;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  float: left;
}

.sliderWrapper{
  width:100%; 
  position:absolute; 
  right:-20%; top:0px; 
}
.db-slider{
  width: 98%; padding: 20px 0;
  display: inline-block !important;
}
.db-slider .RDoptions{
  width: 22.2%;
  padding: 0px; margin: 0 1%;
}
.backslide, .nextslide{
  width: 38px; height: 38px;
  position: absolute; z-index: 5;
  cursor: pointer;
  border: 1px solid #d20001;
  background-color: rgba(58,150,187,0.8);
}
.backslide{
  top: 0px; bottom: 0px;
  left: 20%; margin: auto;
  border-left: none;
  margin-left: -1px;
  background-image: url(../images/back.png);
}
.nextslide{
  top: 0px; bottom: 0px;
  right: 0px; margin: auto;
  border-right: none;
  background-image: url(../images/next.png);
}

.responsive-dashboard{
  display: none;
}


@media only screen 
  and (min-width: 981px) 
  and (max-width: 1239px)
    {
.dashboardCOntent .table{width:100%;}
.dr-panel-right{width: 100%; position: relative;top: 30px;}
    }

@media only screen 
  and (min-width: 320px) 
  and (max-width: 1180px)
    {
      .aboutus-hos{width: 100%;float: none;}

.dashboardSidebar {
    

    display: none;

  }
.dr-panel-left
{width:100%;

}

.dr-panel-right
{width:90%;
position: relative;
top: 60px;
    
}

  .dashboardCOntent {
  
    margin-top: 20px;
    width: 90%;

}

.dashboardCOntent .RDoptions {

        width: 300px;
    margin-left: 50px;
}
.responsive-dashboard{
  display: block;
}


}



@media only screen 
  and (min-width: 320px) 
  and (max-width: 980px)
    {

.dashboardCOntent .RDoptions {
    width: 300px;
  
    margin: 0px auto 20px;
    float: none;
    clear: both;
}


}

@media only screen and (max-width: 520px) and (min-width: 320px)
{ 
.dashboardCOntent {margin-top: 0px;}

}



@media (max-width: 320px) 
and (min-width: 200px)
{
  .dr-panel-right
   {
    width: 90%;
  }


.dr-panel-right [type="checkbox"]:checked + label{padding-left: 25px;}
.daytime_container input{width: 34px;}
  }