


.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1){
  border-bottom: #b6f423 4px solid;
}
.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){
  border-bottom: #82e2ea 4px solid;
}
.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){
  border-bottom: #f8b42c 4px solid;
}
.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){
  border-bottom: #fd594a 4px solid;
}
.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){
  border-bottom: #e8479d 4px solid;
}
.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6){
  border-bottom: #a12eeb 4px solid;
}
.nav li:hover:nth-child(8n+7), .nav li.active:nth-child(8n+7){
  border-bottom: #4785d9 4px solid;
}
.nav li:hover:nth-child(8n+8), .nav li.active:nth-child(8n+8){
  border-bottom: #2aed9a 4px solid;
}



.page-container {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
page-container {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
.sidebar-menu.fixed {
    height: 100%;
    background-color: #00ace7;
}
.sidebar-menu {
    z-index: 1;
    padding-top: 15px;
    height: 100%;
}
.panel{
    background-color: transparent;
    border:none;

}
.panel-default>.panel-heading {
    background-color: transparent;
    color: white;
    border-color: #44c4f0;
}
.page-container .main-content {
    display: table-cell;
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 0;
    vertical-align: top;
    width: 100%;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00ace7;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #34b0da;*/
}
.panel-collapse a{
    color:white;
}
.glyphicon{
    font-size:12px;
    margin-right: 5px;
}

.panel-collapse .table{
    margin-bottom: 6px;
}
.body-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
.left-main-sidebar{
    width: 100%;
    display: table-cell;
    position: relative;
    width: 260px;
    z-index: 1;
    height: 100%;
}

.block-percentage {
  position: relative;
}
.block-percentage.percentage-counter,
.percentage-widget.percentage-counter-block .percentage-upper,
.percentage-widget.percentage-progress-counter .percentage-upper{
  background: #fff;
  padding: 28px;
  line-height: 1;
  display: table;
  width: 100%;
  margin-bottom: 5px;
 border: 1px solid #dff0d8;
}
.block-percentage.percentage-counter .percentage-icon,
.block-percentage.percentage-counter .percentage-label,
.block-percentage.donecunter .percentage-upper .percentage-icon,
.block-percentage.donecunter .percentage-upper .percentage-label{
  display: table-cell;
  vertical-align: middle;
  padding: 18px;
}
.block-percentage.percentage-counter .percentage-icon,
.block-percentage.donecunter .percentage-upper .percentage-icon{
  width: 1%;
}
.block-percentage.percentage-counter .percentage-icon i,
.block-percentage.donecunter .percentage-upper .percentage-icon i{
  display: block;
  background: #68b828;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.block-percentage.percentage-counter .percentage-label .percentagenum,
.block-percentage.donecunter .percentage-upper .percentage-label .percentagenum {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: #3e3f3f;
}
.block-percentage.donecunter .percentage-upper.percentage-counter-pink .percentage-icon i {
  background-color: #ff6264;
  color: #fff;
}
.block-percentage.percentage-counter-block,
.block-percentage.percentage-counter-block,
.block-percentage.donecunter{
  color: #fff;
  background: #68b828;
  margin-bottom: 0px;
}
.block-percentage.donecunter .percentage-upper {
  margin: 0;
  border-spacing: 0;
  border: 0;
  background: #68b828;
}
.block-percentage.donecunter .percentage-upper .percentage-icon i {
  background: #68b828;
  font-size: 32px;
}
.block-percentage.donecunter .percentage-upper .percentage-label .percentagenum {
  color: #fff;
}
.block-percentage.donecunter .percentage-upper .percentage-label span {
  color: rgba(255, 255, 255, 0.7);
}
.block-percentage.donecunter .percentage-lower {
  padding: 11px 20px;
}
.block-percentage.donecunter .percentage-lower .border {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);

}
.percentagesBoxOne,.percentagesBoxOne .percentage-upper{
    background-color: #7e57c2 !important;
}
.percentagesBoxOne .percentage-upper .percentage-icon .linecons-heart{
    background-color: #ffffff !important;
    padding:15px;
    height:70px !important;
    width:70px !important;
}
.percentagesBoxOne .percentage-icon {
    height:100px !important;
    width:100px !important;
}
.percentagesBoxTwo,.percentagesBoxTwo .percentage-upper{
    background-color: #02779E !important;
}
.percentagesBoxTwo .percentage-upper .percentage-icon .linecons-heart{
    background-color: #ffffff !important;
    padding:15px;
    height:70px !important;
    width:70px !important;
}
.percentagesBoxTwo .percentage-icon {
    height:100px !important;
    width:100px !important;
}
.percentagesBoxThree,.percentagesBoxThree .percentage-upper{
    background-color: #50922d !important;
}
.percentagesBoxThree .percentage-upper .percentage-icon .linecons-heart{
    background-color: #ffffff !important;
    padding:15px;
    height:70px !important;
    width:70px !important;
}
.percentagesThree .percentage-icon {
    height:100px !important;
    width:100px !important;
}

/* Google Icons. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 48px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


  /* Graph/chart */
.boxx{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 4px !important;
    display: block;
    float: left;
    margin: 5px !important;
}
#chartbox{
    position: relative;
}
#chartbox #legendDiv{
    z-index: 150;
    position: absolute;
    right: 0;
    top: -5px;
}
#legendDiv ul{
    padding-bottom: 0;
    margin: 0;
    float: left;
    display: table;
}
ul.legendul li{
    list-style-type: none;
    display: table-cell;
}
.boxlabel{
    margin-top: 4px;
    float: left;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
}
.spiderDataTable *{
    font-family: Calibri,Helvetica,Arial,sans-serif;
}
.spiderDataTable {
    background-color: white;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.spiderDataTable thead{
    font-size: 13px;
}
.spiderDataTable .btn {
    color: #ffffff !important;
    display: inline-block;
    padding: 5px 9px;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    background-image: none!important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s!important;
    font: 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.spiderDataTable .btn-delete {
    background-color: #e42525 !important;
}
.spiderDataTable .btn-update {
    padding: 3px 5px;
    border-radius: 2px;
}
.spiderDataTable .dropdown-menu {
    min-width: 127px !important;
    background-color:#259a25;
    margin: 0px !important;
    padding: 0px;
}
.spiderDataTable .btn-group,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    background-color:#259a25;
}
.spiderDataTable .dropdown-menu>li {
    border-bottom: 0px;
}
.spiderDataTable .btn-danger:hover{
    background-color: #0d750d;
}
.form-group{
     font-family: Calibri,Helvetica,Arial,sans-serif;
}
.form-control {
    border: 1px solid #dfdfdf;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.datepicker{
    background-color: white !important;
    border: 1px solid #f1f1f1;
}
.text-success {
    color: #0aa699!important;
}
.bold {
    font-weight: bold;
}
.topstats .title {
    color: #37363e;
    font-weight: 600;
    font-size: 13px;
}
.topstats .title .fa {
    font-size: 15px;
    color: #000;
    margin-right: 4px;
    opacity: 0.4;
}
.fa {
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
topstats .diff b {
    font-weight: bold;
}
.color-down {
    color: #ef4836;
}
.color-up {
    color: #26a65b;
}
.topstats h3 {
    font-weight: bold;
    letter-spacing: -1px;
    line-height: normal;
    margin: 1px 0;
}
.panel .panel-heading .panel-title {
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.panel .panel-heading+.panel-body {
    padding: 0 5px 5px;
}
.panel .panel-body {
    position: relative;
    padding: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.stats-info ul {
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.stats-info ul li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.tabbody li,.tabbody li:hover:nth-child(n+1),.tabbody li.active:nth-child(n+1),.tabbody li:hover:nth-child(n+2), .tabbody li.active:nth-child(n+2){
    border-bottom: none;
}
.tabbody>li>a {
padding: 6px 15px;
}
.pannel-white{
    background-color: #fff;
    padding: 15px;
	overflow:auto;
}
.block-percentage{
	font-size:12px;
}
.row{
	margin-bottom:20px;
}
.tiles .tiles-body {
    padding: 19px 18px 15px 24px;
}
.text-white {
    color: #ffffff!important;
}
.m-t-40 {
    margin-top: 20px;
}
.widget-stats {
    padding-left: 0;
    display: inline-block;
}
.widget-stats .wrapper {
    margin: 5px 0 5px 0;
    border-right: 1px solid white;
    margin-right: 7px;
    padding-right: 7px;
}
.widget-stats .item-title {
    font-size: 12px;
}
.widget-stats .item-count {
    font-size: 15px;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.tiles .progress {
    width: 70%;
    margin-bottom: 15px;
}
.progress.progress-small {
    height: 4px;
}
.progress.transparent {
    background-color: rgba(0,0,0,0.18);
}
.progress.no-radius {
    border-radius: 0px;
}
.progress.no-radius .progress-bar {
    border-radius: 0px;
}
.progress-bar-success {
    background-color: #a5c6e8;
    background-image: none;
}
.tiles.block-one {
    color: white;
    background-color: #036DA3;
}
.tiles.block-two {
    color: white;
    background-color: #C34444;
}
.tiles.block-three {
    color: white;
    background-color: #275a73;
}
.tiles.block-four {
    color: white;
    background-color: #65ACE3;
}
.block-five {
    color: white;
    background-color: #4E9CB5;
}
.block-six {
    color: white;
    background-color: #AB526B;
}
.tiles {
    position: relative;
}
aa{
    color:#735f87;
}
.uppercase{
    text-transform: uppercase !important;
}
.font-bold{
    font-weight: bold;
}
.font-semibold{
    font-weight: 400;
}
.font-normal{
    font-weight:normal;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-0{
    margin-bottom: 0px;
}
.font-size-48{
    font-size: 48px;
}
.font-size-42{
    font-size: 42px;
}
.font-size-38{
    font-size: 38px;
}
.font-size-12{
    font-size: 12px;
}
.font-size-11{
    font-size: 11px;
}
.font-size-10{
    font-size: 10px;
}
.count-box{
    padding-top: 2px;
    text-align: center;
    color: white;
    padding: 5px 0;
}
.box-color-blue{
    background-color: #0473bb;
}
.box-color-green{
    background-color: #6eab3d;
}
.legend-position{
    position: relative;
}
.form-control{
    padding: 6px 8px;
    font-size: 12px;
}
table>thead>tr>th {
    border-bottom: 0;
    padding: 6px;
    background-color: #d9edf7;
}
.spinner{
    background-color: #6eab3d;
    color: white;
    padding: 6px;
}
.caret {
	color:white;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }
.checkbox-success{
    margin: 0px;
}
.alloation .table>thead>tr>th{
    padding-bottom: 0;
    padding-top: 8px;
}
.adv-search .row{
    margin-bottom: 5px;
}
.borderless td, .borderless th {
    border: none;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
