    .pl10{
        padding-left:10px !important;
    }
    .pr10{
        padding-right:10px !important;
    }
    .pt5{
        padding-top:5px !important;
        
    }
    .pb5{
        padding-bottom:5px !important;
    }
    .tbtns{
        width:100%;
        height:32px;
        border:1px solid #ddd;
        border-radius:15px;
        font-weight:bold;
        cursor:pointer;
    }
    .tbtnl{
        float:left;
        width:33.33%;
        height:32px;
        text-align:center;
        border-right:1px solid #ddd;
        line-height:32px;
        border-radius: 15px 0px 0px 15px;
    }
    .tbtnm{
        float:left;
        width:33.33%;
        height:32px;
        text-align:center;
        border-right:1px solid #ddd;
        line-height:32px;
    }
    .tbtnr{
        float:left;
        width:33.33%;
        height:32px;
        text-align:center;
        line-height:32px;
        border-radius: 0px 15px 15px 0px;
    }
    .tabactive{
        background-color:#AD5251 !important;
        border-color:#AD5251 !important;
        color:#fff;
    }
.pbar{
    width:100%;
    height: 10px;
    background: #70787C;
}
.parrow{
	margin-left: 5px;
	margin-right: 5px;
   	 width: 0;
    	height: 0;
    	border-left: 4px solid transparent;
    	border-right: 4px solid transparent;
    	border-top: 6px solid #fff;
    	display: inline-block;
    	top: -22px;
    	position: relative;
    	line-height: 20px;
    	cursor: pointer;
}
.parrow:hover{
    	border-left: 4px solid transparent;
    	border-right: 4px solid transparent;
    	border-top: 6px solid #000;
    	display: inline-block;
}
.rgbox{
    width:10%;
    height:100%;
    float:left;
}
.rga{
        background:#a50026;
}
.rgb{
        background:#d73027;
}
.rgc{
        background:#f46d43;
}
.rgd{
        background:#fdae61;
}
.rge{
        background:#fee08b;
}
.rgf{
        background:#006837;
}
.rgg{
        background:#d9ef8b;
}
.rgh{
        background:#a6d96a;
}
.rgi{
        background:#66bd63;
}
.rgj{
        background:#1a9850;
} 
.no-margins {
    margin: 0 !important;
}
.hidden{
        display:none;
}
.scl{
    color:#000 !important;
}
.scl:hover{
    color:#AD5251 !important;
}
    @media (max-width: 760px) {
    .hide-column {
      display: none;
    }
    }
    @media (max-width: 760px) {
    .sectable {
      font-size: 11px !important;
    }
    }
.fwrow{
    padding-right:50px !important;
    padding-left:50px !important;
}
    @media (max-width: 760px) {
    .fwrow{
    padding-right:0px !important;
    padding-left:0px !important;
}
        
    }