/*-----------------------------------------*/
/*             LOGIN PAGE STARTS           */
/*-----------------------------------------*/
.login-page,
.login-page body {
    height: 100%;
}
.login-box {
    width: 450px;
    position: relative;
    z-index: 1;
    margin: 30px auto;
}
.login-logo {
    display: block;
}
.login-logo img {
    width: 100%;
}
.login-box-title {
	color: #2E2E3A;
	font-family: 'Poppins-SemiBold';
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.login-box ::placeholder {
  	color: #C5CDDB !important;
  	opacity: 1;
}
.top.image-wrap {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.top.image-wrap .red-image {
    height: 500px;
}
.bottom.image-wrap {
	position: absolute;
    left: 0;
    z-index: 0;
    bottom: 0;
}
.bottom.image-wrap .blue-image {
    height: 458px;
}
@media(max-width: 1199px) {
	.login-box {
    	width: 380px;
	}
	.login-box .login-box-title {
	    font-size: 34px;
	}
	.top.image-wrap .red-image {
    	width: 320px;
    	height: 320px;
	}
	.bottom.image-wrap .blue-image {
    	height: 350px;
	}
	.desc-text {
		font-size: 14px;
	}
}
@media(max-width: 991px) {
	.login-box {
    	width: 370px;
	}
	.login-box .login-box-title {
    	font-size: 30px;
    	margin-top: 20px;
    	margin-bottom: 30px;
	}
	.top.image-wrap .red-image {
    	height: 240px;
    	width: 240px;
	}
	.bottom.image-wrap .blue-image {
    	height: 270px;
	}
	.desc-text {
		font-size: 12px;
	}
}
@media(max-width: 767px) {
	.login-box {
    	width: 320px;
	}
	.login-box .login-box-title {
	    font-size: 26px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.desc-text {
		font-size: 10px;
	}
}
@media(max-width: 575px) {
	.login-box {
    	width: 250px;
	}
	.login-box .login-box-title {
    	font-size: 20px;
    	margin-top: 15px;
    	margin-bottom: 15px;
	}
	.top.image-wrap .red-image {
    	height: 180px;
    	width: 180px;
	}
	.bottom.image-wrap .blue-image {
    	height: 180px;
	}
}
@media(max-width: 374px) {
	.top.image-wrap .red-image {
    	height: 150px;
    	width: 150px;
	}
	.bottom.image-wrap .blue-image {
    	height: 150px;
	}
}
/*-----------------------------------------*/
/*             LOGIN PAGE ENDS             */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*             HEADER STARTS               */
/*-----------------------------------------*/
.logo img {
	width: 190px;
}
.logo img {
	padding-top: 15px;
    padding-bottom: 15px;
}
.user-img-dropdown {
	display: table-cell;
    vertical-align: middle;
}
.user-dropdown {
	display: table;
    padding-left: 15px;
    padding-right: 25px;
    margin-right: -16px;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100%;
}
.user-dropdown a {
	display: table;
}
.main-header {
	padding: 0 16px;
    border-bottom: 1px solid #E1E1E9;
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.user-dropdown .dropdown {
	display: table-cell;
    vertical-align: middle;
}
.user-dropdown .user-dtl {
	font-size: 12px;
    color: #9697A0;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 160px;
}
.user-dropdown .down-caret {
	display: table-cell;
    vertical-align: middle;
    color: #91919B;
    font-size: 18px;
    padding-left: 14px;
}
.main-header .dropdown-menu.show {
	right: 0;
    left: auto;
}
.main-header .dropdown-menu .user-header {
	height: 175px;
    padding: 10px;
    text-align: center;
    background-color: #103B77 !important;
    border-bottom: 1px solid #ccc;
}
.main-header .dropdown-menu {
	padding: 0;
	margin-top: 0;
	width: 270px;
	background-color: #fff !important;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	border: none !important;
	overflow: hidden;
}
.main-header .dropdown-menu li {
	border-bottom: 1px solid #E1E1E9;
	display: block;
}
.main-header .dropdown-menu li:last-child {
	border-bottom: none;
}
.main-header .dropdown-menu li a {
	padding: 7px 14px;
	color: #36404F;
	font-size: 15px;
	width: 100%;
}
.main-header .dropdown-menu li a .fa {
	padding-right: 9px;
}
.user-header img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}
.img-circle {
	border-radius: 50%;
}
.user-header p {
    z-index: 5;
    font-size: 17px;
    margin-top: 10px;
    color: #fff;
}
.user-header p small {
    display: block;
    font-size: 12px;
}
.m10 {
	margin: 10px;
}
.user-dropdown .user-name {
	font-family: 'Poppins-SemiBold';
	font-size: 14px;
	font-weight: bold;
	color: #1D1D29;
	margin-bottom: 2px;
	font-weight: normal;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 160px;
}
.user-dropdown img {
	display: inline-block;
}
.user-img-dropdown img {
	margin-right: 7px;
	float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.main-header .dropdown-menu li:hover {
	background-color: #103B77;
}
.main-header .dropdown-menu li:hover a {
	color: #fff;
}
.logout-link {
	font-family: 'Poppins-SemiBold';
	font-size: 16px;
	color: #1D1D29;
	padding: 19px 0;
}
.logout-link .fa {
	font-size: 25px;
}
.logout-link * {
	vertical-align: middle;
}
@media(max-width: 1199px) {
	.logo img,
	.user-dropdown {
		padding-top: 12px;
	    padding-bottom: 12px;
	}
	.main-header .dropdown-menu li a {
		font-size: 13px;
		padding: 5px 12px;
	}
	.main-header .dropdown-menu li a .fa {
		padding-right: 7px;
	}
	.logout-link {
		padding: 15px 0;
	}
}
@media(max-width: 767px) {
	.logo img {
		width: 180px;
	}
	.logo img,
	.user-dropdown {
		padding-top: 10px;
	    padding-bottom: 10px;
	}
	.hidden-xs {
	    display: none!important;
	}
	.user-img-dropdown img {
		margin-right: 0;
	}
	.user-dropdown {
	    padding-right: 15px;
	}
	.main-header .dropdown-menu li a {
		font-size: 12px;
		padding: 3px 10px;
	}
	.main-header .dropdown-menu li a .fa {
		padding-right: 5px;
	}
	.main-header .dropdown-menu {
		width: auto;
	}
	.logout-link {
		padding: 12px 0;
	}
}
/*-----------------------------------------*/
/*             HEADER ENDS                 */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*            LEFTMENU STARTS              */
/*-----------------------------------------*/
.main-sidebar {
	position: fixed;
	background-color: #fff;
    left: 0;
    top: 68px;
    bottom: 0;
    width: 55px;
    z-index: 810;
    padding-top: 40px;
    border-right: 1px solid #E1E1E9;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.sideBarOpen .main-sidebar {
	/*width: 320px;*/
	width: 290px;
}
.main-sidebar .toggle-menu {
	position: absolute;
    z-index: 9999;
    top: 0px;
    right: 0px;
    background-color: #fff;
    background-image: none;
    padding: 12px 18px;
    color: #92929D;
}
.main-sidebar .toggle-menu:hover {
	background-color: #17366E;
	color: #fff;
}
.main-sidebar .toggle-menu img {
	width: 20px;
}
.main-sidebar-scroll {
	height: 100%;
	position: relative;
    overflow: auto;
	overflow-x: hidden;
}
.main-sidebar-scroll-in {
	padding-bottom: 15px;
}
.main-sidebar-menu {
    list-style: none;
    margin: 0px;
    padding: 0;
    position: relative;
}
.main-sidebar-menu > li {
	position: relative;
}
.main-sidebar-menu > li > a {
    padding: 15px 40px 15px 55px;
    display: block;
}
.main-sidebar-menu > li > a > img {
	width: 25px;
	height: 25px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.main-sidebar-menu > li > a > span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Poppins-Regular';
    color: #17366E;
    font-size: 15px;
}
.main-sidebar-menu > li > a > span:hover {
	color: #000 !important;
}
.main-sidebar-menu > li.header > a > span {
	color: #A2A2A8 !important;
	font-size: 17px;
	cursor: default;
}
.main-sidebar-menu > li.active > a:after {
	display: none;
}
.sideBarOpen .main-sidebar-menu > li.active > a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #17366E;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    margin: 0;
    position: absolute;
}
.main-sidebar-menu > li.active > a {
    background-color: #F1F1F1;
}
.sideBarOpen .main-sidebar-menu > li.active > a {
    background-color: transparent;
}
@media(max-width: 1199px) {
	.main-sidebar {
		width: 50px;
		top: 61px;
	}
	.sideBarOpen .main-sidebar {
    	width: 241px;
	}
	.main-sidebar .toggle-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-sidebar-scroll-in {
		padding-bottom: 13px;
	}
	.main-sidebar-menu > li > a {
    	padding: 13px 30px 13px 45px;
    }
	.main-sidebar-menu > li > a > span {
	    font-size: 13px;
	}
	.main-sidebar-menu > li > a > img {
	    width: 23px;
	    height: 23px;
	    left: 13px;
	}
	.main-sidebar-menu > li.header > a > span {
		font-size: 14px;
	}
	.sideBarOpen .main-sidebar-menu > li.active > a:after {
	    right: 10px;
	}
}
@media(max-width: 991px) {
	.main-sidebar .toggle-menu {
    	padding: 14px 17px;
	}
	.main-sidebar .toggle-menu img {
    	width: 15px;
	}
	.main-sidebar-scroll-in {
		padding-bottom: 10px;
	}
	.main-sidebar-menu > li > a {
	    padding: 10px 30px 10px 45px;
	}
	.main-sidebar-menu > li > a > img {
	    width: 20px;
	    height: 20px;
	}
}
@media(max-width: 767px) {
	.main-sidebar {
    	width: 40px;
    	top: 56px;
    	padding-top: 36px;
	}
	.sideBarOpen .main-sidebar {
    	width: 220px;
	}
	.main-sidebar .toggle-menu {
	    padding: 12px;
	}
	.main-sidebar-menu > li > a {
    	padding: 10px 40px 10px 40px;
	}
	.main-sidebar-menu > li > a > img {
    	width: 20px;
    	height: 20px;
    	left: 10px;
	}
	.main-sidebar-menu > li > a > span {
    	font-size: 12px;
	}
	.main-sidebar-menu > li.header > a > span {
		font-size: 13px;
	}
}
/*-----------------------------------------*/
/*            LEFTMENU ENDS                */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*            WORKARE START                */
/*-----------------------------------------*/
.workarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 68px;
    padding-left: 55px;
    position: relative;
}
.sideBarOpen .workarea {
	/*padding-left: 320px;*/
	padding-left: 290px;
}
.hideSideBar .workarea {
	padding-left: 0 !important;
}
@media(max-width: 1199px) {
	.workarea {
		padding-top: 61px;
    	padding-left: 50px;
	}
	.sideBarOpen .workarea {
		padding-left: 241px;
	}
}
@media(max-width: 767px) {
	.workarea,
	.sideBarOpen .workarea {
    	padding-left: 40px;
    	padding-top: 56px;
	}
}
/*-----------------------------------------*/
/*            WORKARE ENDS                 */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*             DASHBOARD STARTS            */
/*-----------------------------------------*/
.inline-block {
	display: inline-block;
}
.box-panel {
	min-height: 950px;
}
.box-content {
	padding-left: 170px;
    padding-right: 170px;
    padding-bottom: 68px;
   	padding-top: 0;
}
.new-list-block {
	display: table;
    padding-top: 39px;
    padding-bottom: 39px;
}
.icon-content {
	display: table-cell;
	vertical-align: middle;
}
.icon-content img {
	margin-right: 17px;
}
.new-list-block h2 {
	font-family: 'Poppins-SemiBold';
	font-size: 31px;
}
.dash-po-con {
	position: relative;
	background-color: #FFFFFF;
	height: 161px;
	height: 130px;
	margin-bottom: 20px;
	transition: all 0.7s;
	border-radius: 5px;
}
.dash-img-con {
	position: absolute;
    top: 27px;
    top: 20px;
    left: 20px;
    width: 109px;
    height: 109px;
    width: 90px;
    height: 90px;
	background-color: #EFF6FE;
	display: inline-block;
	border-radius: 7px;
}
.dash-dtl-con h1 {
	font-family: 'Poppins-SemiBold';
	font-size: 22px;
	color: #1A3A6B;
	display: table-cell;
	vertical-align: middle;
}
.dash-dtl-con {
	display: table;
    padding-left: 148px;
    width: 100%;
    height: 100%;
}
.dash-dtl-inn {
	display: table-cell;
    vertical-align: middle;
    padding-right: 83px;
}
.dash-right-ar {
	display: inline-block;
}
.dash-right-ar-inn {
	display: table;
}
.dash-right-ar-inn img {
	display: table-cell;
	vertical-align: middle;
}
.dash-dtl-title {
	display: inline-block;
}
.dash-dtl-img {
	display: inline-block;
    padding-right: 35px;
    position: absolute;
    top: 42%;
    top: 38%;
    right: 0;
}
.dash-img-con .dash-img-ouic {
	position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.add-new-img {
	position: absolute;
    top: 6%;
    left: 11%;
    transform: translate(-50%,-50%);
    transform: translate(-50%,-50%) scale(0.8);
}
.add-new-pg .new-block,
.add-new-pg .dash-po-con {
	margin-right: 25px;
}
.ex-list-pg .dash-po-con,
.ex-list-pg .list-block {
	margin-left: 25px;
}
.dash-po-con .dash-dtl-img img {
	position: relative;
	top: 0;
	left: 0;
	transition: all 1s;
}
.dash-po-con:hover .dash-dtl-img img {
	left: 15px;
}
.dash-po-con:hover {
    box-shadow: 3px 3px 9px rgba(0,0,0,0.1);
}
.dash-po-con a {
	color: #1A3A6B;
	display: block;
	height: 100%;
}
.disp-no {
	display: none;
}
@media(max-width: 1550px) {
	.dash-dtl-con h1 {
	    font-size: 20px;
	}
	.box-content {
	    padding-left: 80px;
	    padding-right: 80px;
	}
	.new-list-block h2 {
	    font-size: 29px;
	}
}
@media(max-width: 1199px) {
	.box-content {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.dash-po-con .dash-dtl-img img {
	    width: 32px;
	}
	.add-new-pg .new-block,
	.add-new-pg .dash-po-con {
		margin-right: 0;
	}
	.ex-list-pg .dash-po-con,
	.ex-list-pg .list-block {
		margin-left: 0;
	}
	.dash-img-con {
	    width: 95px;
	    height: 95px;
	}
	.dash-dtl-con {
	    padding-left: 132px;
	}
	.dash-dtl-img {
	    padding-right: 25px;
	}
	.new-list-block {
	    padding-top: 33px;
	    padding-bottom: 33px;
	}
	.new-list-block h2 {
	 	   font-size: 27px;
	}
	.dash-dtl-inn {
	    padding-right: 62px;
	}
}
@media(max-width: 991px) {
	.dash-img-con .dash-img-ouic {
	    height: 30px;
	}
	.dash-img-con {
		top: 18px;
	    left: 13px;
	    width: 70px;
	    height: 70px;
	}
	.add-new-img img {
		height: 33px;
	}
	.dash-dtl-con {
	    padding-left: 92px;
	}
	.dash-dtl-con h1 {
	    font-size: 14px;
	}
	.dash-dtl-inn {
	    padding-right: 37px;
	}
	.dash-po-con .dash-dtl-img img {
	    width: 25px;
	}
	.dash-po-con:hover .dash-dtl-img img {
		left: 5px;
	}
	.dash-po-con {
	    height: 104px;
	    margin-bottom: 15px;
	}
	.dash-dtl-img {
	    padding-right: 10px;
	}
	.new-list-block h2 {
	    font-size: 19px;
	}
	.icon-content img {
		margin-right: 9px;
	    width: 18px;
	}
	.box-content {
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-bottom: 15px;
	}
	.add-new-pg .dash-po-con,
	.add-new-pg .new-list-block {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.add-new-pg .new-list-block,
	.ex-list-pg .new-list-block {
	    padding-top: 25px;
	    padding-bottom: 25px;
	    margin-bottom: 0;
	}
	.new-list-block h2 {
		margin-bottom: 0;
	}
	.dash-img-con .utility-meter {
		height: 16px;
	}
}
@media(max-width: 767px) {
	.dash-po-con {
		height: 80px;
	}
	.dash-dtl-con {
		padding-left: 80px;
	}
	.dash-img-con {
		height: 56px;
		width: 56px;
		top: 12px;
		left: 12px;
	}
	.add-new-img img {
		height: 25px;
	}
	.add-new-pg .new-list-block,
	.ex-list-pg .new-list-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/*-----------------------------------------*/
/*             DASHBOARD ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          CONTENT HEADER STARTS          */
/*-----------------------------------------*/
.content-header {
	padding: 20px 0 20px 15px;
}
.content-header::after {
	content: "";
	display: block;
	clear: both;
}
@media(max-width: 1199px) {
	.content-header {
		padding: 15px 0;
	}
}
@media(max-width: 991px) {
	.content-header {
		padding: 10px 0;
	}
}
@media(max-width: 767px) {
	.content-header {
		padding: 5px 0px;
	}
}
/*-----------------------------------------*/
/*          CONTENT HEADER ENDS            */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          FILTER BAR STARTS              */
/*-----------------------------------------*/
.filter-bar-container {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clear-filter {
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.filter-bar {
	display: block;
	padding-left: 44px;
	position: relative;
	overflow: visible;
}
.filter-bar .filter-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #92929C;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 15px;
	background-color: #fff;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 44px;
	overflow: hidden;
	height: 100%;
}
.filter-bar .filter-icon .fa {
	top: calc(50% - 5px);
	position: relative;
	transform: translateY(-50%);
}
.filter-bar .filter-bar-in {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.filter-bar .filter-bar-in::after {
	content: "";
	display: block;
	clear: both;
}
.filter-bar .filter-bar-in .filter-option {
	float: left;
}
.filter-bar .filter-bar-in .filter-option.pull-right {
	float: right;
}
.filter-bar .bootstrap-select {
	background: none;
}
.filter-bar .filter-option-control:not(.bootstrap-select) {
	background: #fff;
	border-left: 1px solid #F1F1F1 !important;
}
.filter-bar .bootstrap-select .dropdown-toggle {
	background-color: #fff;
	border: none !important;
	border-radius: 0;
	font-size: 13px;
	border-left: 1px solid #F1F1F1 !important;
	font-family: 'Poppins-SemiBold';
}
.filter-bar .bootstrap-select .dropdown-menu {
	border: none !important;
}
.filter-bar .bootstrap-select .dropdown-menu li {
	padding-left: 10px;
	padding-right: 10px;
}
.filter-bar .bootstrap-select .dropdown-item {
	border-top: 1px solid #F1F1F1;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
}
.filter-bar .bootstrap-select .dropdown-item.active,
.filter-bar .bootstrap-select .dropdown-item:hover {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	width: auto;
}
.filter-bar .control-label {
	font-family: 'Poppins-SemiBold';
	margin: 0;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 10px;
    line-height: 1.4;
}
.filter-bar input.form-control {
	padding-left: 5px;
	padding-right: 5px;
	color: #212529;
	display: inline-block;
	height: 36px;
	vertical-align: top;
	font-size: 13px;
}
.filter-bar .control-width {
	width: 130px;
}
.filter-bar .control-outlet {
	width: 100px;
}
.filter-bar .control-outlet-big {
	width: 200px;
}
.filter-bar .control-stall {
	width: 90px;
}
.filter-bar .control-status {
	width: 101px;
}
.filter-bar .control-date {
	width: 101px;
}
@media(max-width: 1199px) {
	.filter-bar {
		padding-left: 35px;
	}
	.filter-bar input.form-control {
		height: 32px;
		padding: 5px 8px;
	}
	.filter-bar .filter-icon {
		line-height: 22px;
		font-size: 14px;
		width: 35px;
		padding: 5px 12px;
	}
	.filter-bar .control-label {
		padding-top: 7px;
		padding-left: 8px;
	}
}
@media(max-width: 991px) {
	.filter-bar-container {
		float: none;
	}
	.filter-bar {
		padding-left: 37px;
	}
	.filter-bar input.form-control {
		height: 30px;
		padding: 3px 6px;
	}
	.filter-bar .filter-icon {
		line-height: 20px;
		padding: 5px 12px;
		width: 37px;
	}
	.filter-bar .control-label {
		padding-left: 6px;
	}
	.filter-bar .bootstrap-select .dropdown-toggle {
		height: 30px;
		line-height: 24px;
	}
	.clear-filter {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media(max-width: 767px) {
	.filter-bar .filter-icon {
		border-right: none !important;
	}
	.filter-bar .filter-icon .fa {
		top: calc(50% - 7px);
	}
	.filter-bar input.form-control {
		height: 28px;
	}
	.filter-bar .bootstrap-select .dropdown-toggle {
		height: 28px;
		line-height: 24px;
	}
	.filter-bar .filter-bar-in .filter-option,
	.filter-bar .control-width:not(.control-date) {
		width: 100%;
	}
	.filter-bar .control-label {
		padding-top: 6px;
	}
	.filter-bar .control-label.label-date {
		width: 115px;
	}
	.filter-bar .filter-bar-in .filter-option .bootstrap-select .dropdown-toggle,
	.filter-bar .filter-bar-in .filter-option .filter-option-control:not(.bootstrap-select) {
		border-bottom: 1px solid #F1F1F1 !important;
	}
	.filter-bar .filter-bar-in .filter-option:last-child .bootstrap-select .dropdown-toggle,
	.filter-bar .filter-bar-in .filter-option:last-child .filter-option-control:not(.bootstrap-select) {
		border-bottom: none !important;
	}
}
@media(max-width: 575px) {
	.filter-bar .control-label.label-date,
	.filter-bar .control-width.control-date {
		width: 100%;
	}
	.d-block-575 {
		display: block !important;
	}
	.p-0-575 {
		padding-top: 0 !important;
	}
	.filter-bar .control-label {
		padding-left: 6px !important;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.width50-lg {
		width: 50% !important;
	}
	.width100-lg {
		width: 100% !important;
	}
	.width33-lg {
		width: 33.33333333% !important;
	}
	.filter-bar .bootstrap-select.border-bottom-lg .dropdown-toggle,
	.filter-bar .filter-option-control.border-bottom-lg:not(.bootstrap-select) {
		border-bottom: 1px solid #f1f1f1 !important;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.width33-md {
		width: 33.33333333% !important;
	}
	.width50-md {
		width: 50% !important;
	}
	.width100-md {
		width: 100% !important;
	}
	.filter-bar .bootstrap-select.border-bottom-md .dropdown-toggle,
	.filter-bar .filter-option-control.border-bottom-md:not(.bootstrap-select) {
		border-bottom: 1px solid #f1f1f1 !important;
	}
}
@media(min-width: 576px) and (max-width: 767px) {
	.width33-sm {
		width: 33.33333333% !important;
	}
	.width50-md {
		width: 50% !important;
	}
}

/*-----------------------------------------*/
/*          FILTER BAR ENDS                */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*       STALL SUCCESS MODAL STARTS        */
/*-----------------------------------------*/
.stall-success-modal {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	border-radius: 15px;
}
.stall-success-modal > div {
	background-color: #fff;
	border-radius: 15px;
	max-width: 450px;
	margin: 150px auto;
	padding: 50px;
}
.stall-success-modal .msg {
	font-size: 18px;
	margin-bottom: 40px;
}
@media(max-width: 1199px) {
	.stall-success-modal {
		border-radius: 12px;
	}
	.stall-success-modal > div {
		border-radius: 12px;
		max-width: 400px;
		margin: 120px auto;
		padding: 40px;
	}
	.stall-success-modal .msg {
		font-size: 16px;
		margin-bottom: 30px;
	}
}
@media(max-width: 991px) {
	.stall-success-modal {
		border-radius: 10px;
	}
	.stall-success-modal > div {
		border-radius: 10px;
		max-width: 350px;
		margin: 100px auto;
		padding: 30px;
	}
	.stall-success-modal .msg {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.stall-success-modal {
		border-radius: 8px;
	}
	.stall-success-modal > div {
		border-radius: 8px;
		max-width: 300px;
		margin: 80px auto;
		padding: 20px;
	}
	.stall-success-modal .msg {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
/*-----------------------------------------*/
/*          STALL SUCCESS MODAL ENDS       */
/*-----------------------------------------*/
@media(min-width: 1200px) {
	.filter-bar .control-label.label-2line-lg {
		width: 63px;
		padding-top: 4px;
		line-height: 1.2;
		padding-left: 6px;
	}
	.filter-bar .control-label.label-2line-lg.width-lg {
		width: 83px;
	}
}

/*-----------------------------------------*/
/*          SIGNATURE MODAL STARTS         */
/*-----------------------------------------*/
.signature-modal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width: 460px;
    border: none;
}
.signature-modal .modal-content {
	width: 460px !important;
	height: 300px !important;
	background-color: #ccc;
	border: none;
}
.signature-modal .modal-body {
	padding: 5px;
}
.signature-modal .btn-container {
	padding-top: 2.5px;
}
.signature-modal .sigPad {
	width: 450px !important;
	height: 260px !important;
}
.signature-modal .sig {
	width: 450px !important;
	height: 260px !important;
	border: none !important;
	background-color: #fff;
}
.signature-modal canvas {
	width: 450px !important;
	height: 260px !important;
}
.signature-modal .btn {
	border-radius: 3px;
	padding: 0 10px;
}
@media(max-width: 768px) {
  	.signature-modal .modal-dialog {
    	min-height: calc(100vh - 20px);
  	}
}
/*-----------------------------------------*/
/*          SIGNATURE MODAL ENDS           */
/*-----------------------------------------*/
.signature-close {
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    background: #1745A7;
    color: #fff !important;
    text-shadow: none;
    opacity: 1;
    font-size: 20px;
    text-transform: lowercase;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
/*-----------------------------------------*/
/*     STALL APPLICATION TAB2 START        */
/*-----------------------------------------*/
.radio-checkbox-box.gd-radio-checkbox-box input:disabled ~ .lbl span {
    opacity: 0.7;
    cursor: default;
}
.radio-checkbox-box.gd-radio-checkbox-box input:disabled ~ .lbl {
    cursor: default;
    opacity: 0.7;
}
.text-justify-content-center {
	justify-content: center;
}
.noguaranto-confirm-title {
	position: absolute;
	top: 6px;
}
@media(max-width: 767px){
	.noguaranto-confirm-title {
		font-size: 22px;
	}
}
.opertating-hours-label {
	padding: 12px 0px;
}
.form-group.has-error-starttime .form-control{
	border-color: #f00 !important;
}
/*-----------------------------------------*/
/*     STALL APPLICATION TAB2 END          */
/*-----------------------------------------*/

.input-td.has-error-waiver label.error {
    color: #f00 !important;
    font-size: 12px;
    margin: 0;
}
.input-td.has-error-waiver .form-control {
	border-color: #f00 !important;
}
.option-disable-container .bootstrap-select .dropdown-menu li.disabled a {
	background-color: #e9ecef;
    opacity: 0.8;
}
.option-disable-container .bootstrap-select .dropdown-menu li.disabled a:hover {
	color: #212529;
}