
.main-content .page-content {
    padding: 0;
}

.dashboardSummery{
	/*margin-top: 20px;*/
	/*padding: 0px 20px;*/
	background: #f0f0f0;
	height: 100%;
}
.dashboardSummery .header-summary{
	    background: #fff;
    padding: 4px 10px;
    /*text-align: center;*/
    font-size: 20px;
    /* vertical-align: middle; */
    /* position: fixed; */
    /* z-index: 1; */
    /* width: 100%; */
}
.dashboardSummery .header-summary span{
	vertical-align: middle;
    cursor: pointer;
}
.bg-primary{
	background: #009688;
	font-size: 25px;
}
.bg-accenty{
	background: #FF5252;
	font-size: 18px;
}
.bg-warning{
	background: #F2B53F;
	font-size: 18px;
}
.bg-danger{
	background: #C62828;
	font-size: 25px;
}
.color-primary{
	color: #009688
}
.color-accenty{
	color: #FF5252
}
.color-warning{
	color: #F2B53F
}
.color-danger{
	color: #C62828
}
.bg-active{
	background: #009688;
	/*font-size: 25px;*/
}
.bg-inactive{
	background: #FF5252;
	/*font-size: 18px;*/
}
.bg-delay{
	background: #F2B53F;
	/*font-size: 18px;*/
}
.bg-shutdown{
	background: #C62828;
	/*font-size: 25px;*/
}
.color-active{
	color: #009688
}
.color-inactive{
	color: #FF5252
}
.color-delay{
	color: #F2B53F
}
.color-shutdown{
	color: #C62828
}


.dashboardSummery .counts-sec .circle-icon {
      width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*background: #009688;*/
    color: #fff;
    text-align: center;
    font-weight: 700;
    /*font-size: 25px;*/
    vertical-align: middle;
        margin-top: 5px;
        /*margin-left: 15px;*/
}
.dashboardSummery .counts-sec h2{
margin: 0;
    /*color: #009688;*/
}
.dashboardSummery .counts-sec p{
margin: 0;
    color: rgba(0,0,0,0.87);
    font-size: 12px;
    font-weight: 600;
}
.dashboardSummery .counts-sec .site-count {
	/*border: 1px solid #ccc;*/
    padding: 15px 5px 15px 15px;
    text-align: center;
    background:rgb(255,255,255);
        -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
/*-webkit-box-shadow: -1px -1px 2px 1px rgba(184,184,184,1);#009688
-moz-box-shadow: -1px -1px 2px 1px rgba(184,184,184,1);
box-shadow: -1px -1px 2px 1px rgba(184,184,184,1);*/
}
.dashboardSummery .counts-sec  .site-count h3 {
	margin:0px;
}
.dashboardSummery .commonCss{
	padding: 0px 15px 10px 15px;
	margin: 0;
}
.dashboardSummery .chart-sec{
	margin: 0px;
	/*margin-top: 15px;*/
}
.dashboardSummery .chart-sec .span6{
	 background:rgb(255,255,255);
        -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.06);
}
.dashboardSummery .chart-sec .highcharts-container{
	/*height: 300px !important;*/
}
.dashboardSummery .chart-sec .statusElement {
	margin: 0px 10px;
	background: #fff;
}
.dashboardSummery .chart-sec .statusElement li.statusHead{
	background: #009688;
	list-style:none;
    /* float:left; */
    padding: 25px 10px;
    border-bottom: 1px solid #eee;
    font-size:14px;
    color: #fff;
}
.dashboardSummery .chart-sec .statusElement li {
    list-style:none;
    /* float:left; */
    padding: 25px 10px;
    border-bottom: 1px solid #eee;
    font-size:14px;
    color: #7b7b7b;
}
.dashboardSummery .chart-sec .statusElement li span {
	float: right;
}
.dashboardSummery .chart-sec .status-sec {
	padding: 0px 20px;
    background: #fff;
}
.dashboardSummery .chart-sec .status-type{
	    padding: 9px 12px;
    background: #fff;
        margin-left: 0;
    margin-bottom: 10px;
        border: 1px groove rgba(165, 165, 165, 0.15);
}
.dashboardSummery .chart-sec .status-type:last-child{
    /*margin-bottom: 0px;*/
}
.dashboardSummery .chart-sec .status-sec .title{
	    /* text-align: center; */
    padding: 10px;
    font-size: 16px;
    color: #d4d2d2;
    /* font-weight: 600; */
    border-bottom: 1px groove rgba(179, 179, 179, 0.15);
}

.dashboardSummery .chart-sec .circle-icon {
      width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*background: #009688;*/
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
        margin-top: 5px;
        margin-left: 15px;
}
.dashboardSummery .chart-sec h2{
margin: 0;
    /*color: #009688;*/
}
.dashboardSummery .chart-sec p{
margin: 0;
    color: #7b7b7b;
}
nav {
     z-index: 1;
    position: relative;
    /*background: #fff;*/
    float: right;
    right: 0;
}
nav::after {
  content: "";
  display: block;
  clear: both;
}
hgroup {
  float:left;
  margin: 2px 2px 2px 10px;
}
.aside {
  position: absolute;
  width: 325px;
  /*height: 100%;*/
  background: #f0f0f0;
  right: 0;
  top: 0;
      border: 1px solid rgba(0, 0, 0, 0.15);
    /*padding: 0px 15px;*/
  display: none;
  z-index: 1;
  -webkit-box-shadow: -9px 0px 24px -12px rgba(168,166,168,1);
-moz-box-shadow: -9px 0px 24px -12px rgba(168,166,168,1);
box-shadow: -9px 0px 24px -12px rgba(168,166,168,1);
}
.aside::before {
  content: "";
  display: block;
  /*height: 67px;*/
}
.aside a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  border-bottom: 1px solid #414141;
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: right;
  
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
width: 15px;
    margin: 2px 0;
    position: relative;
    border-top: 2px solid #009688;
    display: block;
    right: 0;
    color:#009688;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
    display: block;
    color:#009688;
    background: #009688;
    height: 2px;
    right: 0;
    width: 20px;
    position: absolute;
    top: -6px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
  top: 2px;
}
.toggle-bar1 {
width: 15px;
    margin: 2px 0;
    position: relative;
    border-top: 2px solid #009688;
    display: block;
    right: 0;
    top:4px;
    color:#009688;
}
.toggle-bar1::after {
	content: "";
    display: block;
    color:#009688;
    background: #009688;
    height: 2px;
    right: 0;
    width: 20px;
    position: absolute;
    top: -6px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar1::after {
  top: 2px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.aside .date-select .dayInterval .btn-intervel{
	    padding: 5px 22px;
    /*border-radius: 3px;*/
    outline: none;
    background: #009688;
    border: none;
    font-size: 13px;
        margin: 0px 5px;
        color: #fff;
}
.aside .date-select .dayInterval .btn-intervel.active{
    background: #5f5f5f;
}
.aside .date-select .fromTo{
	    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.aside .date-select .fromTo .form-field-1{
	text-align: left;
}
.aside .list-type {
        border: 1px solid #ccc;
    /* padding: 0px; */
    margin-top: 10px;
    margin-left: 0px;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.aside .list-type:last-child{
    margin-bottom: 15px;
}
.aside .list-type .category .head {    background: #009688;
    padding: 2px 10px;
    border-radius-top-left: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;}
.aside .list-type .category .head p{
       font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 2px; 
}
.aside .selection {
    margin: 0;
        padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    background: #fff;
 }
 .aside .selection .selectAll {
    /*padding: 5px 20px;*/
        font-size: 13px;
    padding: 10px;
 }
 .aside .selection .span6 span {
font-size: 15px;
 }
.aside .search .input-append{
        /*padding: 5px 12px;*/
        margin-bottom: 0px;
}
.aside .search .textbox{
        /* padding: 5px 5px; */
    width: 70%;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    height: 20px;
}
.aside .search .btn{
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    height: 30px;
}
.aside .caterogy-list {
        max-height: 150px;
    overflow-y: scroll;
    margin-bottom: 9px;
    margin: 0;
    background: #fff;
}
.aside .caterogy-list ul{
    list-style-type: none;
    margin: 0 0 10px 5px;
}
.aside .caterogy-list ul li{
    font-size: 12px;
    padding: 0px 5px;
}
.aside textarea, input[type="text"]{
        border-color: rgba(105, 105, 105, 0.15);
}
.aside  input[type=checkbox]{
        width: 18px;
    height: 12px;
    margin:0px;
    opacity: 1;
    position: relative;
}
.aside  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
    text-align: center;
    font-size: 14px;
    /*margin-left: 15px;*/

}

.aside  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.aside ::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
/*.aside > div{
    padding: 0px;
}*/
.datepicker.datepicker-dropdown.dropdown-menu.test{
    left :1121.7px !important;
}
.datepicker-dropdown.test:before {
    left:70px !important;
}
.datepicker-dropdown.test:after {
    left: 70px !important;
}
/*datepicker datepicker-dropdown dropdown-menu test*/
.aside .title{
     padding: 5px;
    background: #f0f0f0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.aside .title .btn-submit{
        padding: 5px 22px;
    /* border-radius: 3px; */
    outline: none;
    width: 35%;
    background: #4bd212;
    border: none;
    font-size: 15px;
    /*margin: 0px 15px;*/
    border-radius: 5px;
    color: #fff;
}
.aside .title .btn-submit:hover{
   background: #41b311;  
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #ccc;
}
ul.tabs li{
    color: #222;
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
}
ul.tabs li:hover{
     background: #646465;
    color: #fff;
}
ul.tabs li.current{
       background: #555556;
    color: #fff;
}

.select-content{
    display: none;
}

.select-content.current{
    display: inherit;
}
