.fluid-container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    text-align: left;
}
ul{
    list-style-type: none;
    text-decoration: none;
    padding: 0;
}
.topBar{
    background-color: #eceff4;
    height:40px;
    padding: 10px 0 0 10px;
}
.title {
    float: left;
    font-weight: 600;
}
.breadcrumb{
    float: right;
    background-color: transparent !important;
    padding: 0 !important;
}
.dropdown{
    width: 170px;
    height: 26px;
    margin-left: 10px;
}
.filterBar{
    padding:25px 10px;
    background-color: white;
}
.filterlabel {
    margin-left: 10px;
}
.filtertxtbox {
    padding-left: 5px;
    margin-right: 5px;
    min-width: 199px;
}
.disabled {
    padding: 10px;
    border: 1px solid #b5b5b5;
    cursor: pointer;
    background-color: transparent;
    font-weight: 600;
}
.btnFilter{
    background-color: #f39c12;
    color: white;
    padding: 3px 20px;
    border: 1px solid #b97201;
}
.filterBoxContainer {
    padding-left: 0;
    margin-top: 10px;
}
.filterBoxContainer li, .filterItem{
    display: inline;
    text-decoration: none;
}
.counterRow {
    padding-top: 10px;
    padding-bottom: 10px;
}
    .counterRow .col-sm-3 {
        padding-top: 5px;   
        padding-bottom: 5px;
    }
.counterBox{
    background-color: white;
    float: left;
    width: 100%;
    background-image: linear-gradient(to bottom right, white, #e6e6e6);
}

.counterBox .imageColouredBox{
    height: 100px;
    width: 100px;
    float: left;
    text-align: center;
    padding: 27px 0;
    font-size: 35px;
    color: white;
    float: left;
}
#colorbox1 {
    background-color: #00c0ef;
}
#colorbox2 {
    background-color: #d95235;
}
#colorbox3 {
    background-color: #03a559;
}
#colorbox4 {
    background-color: #f59b13;
}
#colorbox5 {
    background-color: #5084a5;
}
#colorbox6 {
    background-color: #ee8d45;
}
#colorbox7 {
    background-color: #54ac42;
}
.stats{
    float: left;
    padding: 10px;
    text-align: left;
    font-weight: 600;
}
    .stats label {
        padding-top: 20px;
    }
.chartsContainer {
    border: 1px solid #dadada;
}
.chartRow .dateSpan {
    margin-left: 10px;
    font-size: 12px;
    color: #bdbdbd;
}
.sectionHeading {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px; 
}
.profiles {
    border: 1px solid #dadada;
    width: 100%;
    height: auto;
    text-align: center;
	overflow: hidden;
}
.profileImgDiv img {
        margin-top: 25px;
        margin-bottom: 6px;
        border-radius: 50%;
        position: relative;
        width: 70px;
        height: 70px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
.profileDetail ul{
    list-style-type: none;
}
.profileDetail li {
    padding: 2px 0;
}
.profileDetail .pCity, .pNumber{
    font-weight: 600;
}
.tstatus {
    float: left;
    padding: 17px;
}
    .tstatus li {
        margin: 10px;
    }
.gridRow {
    background-color: #fbfbfb; 
}
.gridRow table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
    .gridRow th {
        height: 40px;
        padding-left: 8px;
        background-image: linear-gradient(to bottom, white, #e6e6e6);
    }
.gridRow td, th {
  border: 1px solid #dddddd;
  padding: 8px;
}

.gridRow tr:nth-child(odd) {
  background-color: #dddddd;
}
    .gridRow button {
        width: 100px;
        color: white;
    }
.orangeStatus {
    background-color: #fb9d00fc;
    border: 1px solid #d28b0a;
}
.greeStatus {
    background-color: #1dc51d;
    border: 1px solid #0c9c0c;
}
@media only screen and (max-width:768px) 
{
    .tstatus {
        float: none;
    }
    .filterlabel{
        margin-top: 15px;
    }
}