/* Common */
@import 'provariables';

.radius-4{
	border-radius: 4px;
}
.f-100{
	font-weight: 100;
}
.c-blue{
	color: $color-blue;
}
.c-red{
	color: $color-danger;
}
.c-white {
    color: #fff !important;
}
.w-80{
	width: 80%;
}


// Gandhi Uitility
.label-grey {
    background-color: #959595 !important;
    border-color: #959595;
    box-shadow: none;
    color: #fff;
}
.bg-e8e8e8{background:#e8e8e8;}
.bg-e5e5e5{background-color:#e5e5e5;}
.bg-666666{background:#666666 !important;}
.bg-f7f7f7{background:#f7f7f7;}
.h-74vh{height:78vh;display:block;}
.b-b-blue{border-bottom: 1px dashed #0085b6;}
.t-50{top:50px !important;}
.b-l-none{border-left: none !important;}
.pos-static{position:static !important}
.b-radius-none{border-radius:0px !important;}
.l-h-0{line-height:0px !important;}
.border-none{border:none;}
.m-w-250{min-width:250px !important;}
.light-green{background:#eceddf !important;}
.light-grey-bg{background:#b5b5b5 !important;}
.h-40-rem{height:40rem !important;}
.m-h-58{max-height: 58% !important;}


