/*
Author: 		SoftWorks
Author URI: 	https://softworksbd.com
Author Email: 	info@softworksbd.com
Author Phone: 	+8809612779988, +8801701771820
*/

/* ======================
   Default css
   ====================== */

body {
	font-size: 14px;
	line-height: 21px;
	color: #626262;
	font-family: var(--primary-font-family);
	font-weight: normal;
	font-style: normal;
}
*::-moz-selection {
	background: #0078d7; 
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #0078d7; 
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #0078d7; 
	color: #fff;
	text-shadow: none;
}
h2, h2 a, h2 a:hover {
	color: #444444;
}
p {
	font-family: var(--primary-font-family);
	font-weight: 400;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--secondary-font-family);
}
h2 {
	font-size: 30px;
	line-height: 30px;
}
label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%;
}
select {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
	appearance: menulist !important;
}
button, input, select, textarea {
	font-size: inherit;
	line-height: inherit;
}
button, select {
	text-transform: none;
}
button, input, optgroup, select, textarea {
	color: inherit;
	margin: 0;
}

input[type="date"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
select, 
textarea {
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	box-shadow: none; 
	color: #626262;
	background-color: rgba(255, 255, 255, 1);
	border-color: #EBEBEB;
	font-family: var(--primary-font-family);
}

.margin-bottom {margin-bottom: 0;}
.margin-bottom0 {margin-bottom:0px;}

#Content {
	padding-top: 0px !important;
}
.text_align_center {text-align: center !important;}
.text_align_left {text-align: left !important;}
.text_align_right {text-align: right !important;}
.dt-center {text-align: center !important;}
.dt-left {text-align: left !important;}
.dt-right {text-align: right !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}

.red {
    color: #ff2121;
}

.ctm-nav ul {
    margin: 0px;
}

.margin0 {margin: 0px !important;}
.margin-t0 {margin-top: 0px !important;}
.margin-b0 {margin-bottom: 0px !important;}
.margin-r0 {margin-right: 0px !important;}
.margin-l0 {margin-left: 0px !important;}

.pull-left {float: left !important;}
.pull-right {float: right !important;}

.width-100 {
	width: 100%;
}

.popup_visible .custom-popup {
	transform: scale(1);
}
.custom-popup {
	background-color: rgba(0, 0, 0, 0.9);
	color: #777;
	padding: 15px;
	text-align: center !important;
}
.custom-popup.light {
	background-color: #f9f9f9;
}

/* ======================
   Header and Menu css
   ====================== */
.header {
	height: auto;
	padding: 0px 0px;
	background: #ffffff;
	-webkit-box-shadow: 0 -3px 11px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 -3px 11px rgba(50, 50, 50, 0.4);
	box-shadow: 0 -3px 11px rgba(50, 50, 50, 0.4);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header .column {
	margin: 0;
}
.logo_card {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}
.logo_card .logo {
	width: 40px;
	height: auto;
	padding: 5px 0px 0px 0px;
	float: left;
}
.logo_card .logo img {
	width: 100%;
}
.logo_card .logo_text {
	float: left;
	width: calc(100% - 65px);
	padding: 15px 0px 0px 10px;
	font-size: 25px;
	font-weight: 700;
}
.logo_card .logo_text a {
	color: #626262;
}
.logo_card .logo_text a:hover {
	text-decoration: none;
}

/* ======================
   Menu css
   ====================== */
.tp-mega-full {
	/* position: relative; */
	/* width: 100%; */
}
.tp-menu {
	/* min-height: 54px; 
	padding-top: 22px;*/
}
.tp-menu nav {
	float: right;
	padding-top: 10px;
}
.tp-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tp-menu ul li {
	float: left;
	margin-right: 2px;
	position: relative;
	border-right-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,.05);	
}
.tp-menu ul li:last-child {
	border: none;
}
.tp-menu ul li a {
	color: #444444;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	font-size: 15px;
}
.tp-menu ul li:hover > a,
.tp-menu ul li.active > a {
	color: #2991d6;
}

.tp-menu span.tp-angle {
  margin-left: 4px;
  margin-top: 0px;
  float: right;
}

/*submenu*/
.tp-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	/* left: 0; */
	width: 220px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tp-menu ul li ul.submenu.left_position {
  left: 0 !important;
}
.tp-menu ul li ul.submenu.right_position {
  right: 0 !important;
}
.tp-menu ul li:hover ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.tp-menu ul li ul.submenu li {
	float: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0;
}
.tp-menu ul li ul.submenu li a {
	padding: 10px 15px;
}

/*three level menu*/
.tp-menu ul li ul.submenu li ul.submenu {
	/* left: 100%; */
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.tp-menu ul li ul.submenu li ul.submenu.left_position {
  left: 100% !important;
}
.tp-menu ul li ul.submenu li ul.submenu.right_position {
  right: 100% !important;
}
.tp-menu ul li ul.submenu li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
}

/*mega-menu*/
.tp-menu ul li .mega-menu {
	position: absolute;
	top: 110%;
	left: 0;
	width: 500px;
	background: #fff;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9999;
}
.tp-menu ul li:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.tp-menu ul li .mega-menu ul {
	width: 50%;
	float: left;
}
.tp-menu ul li .mega-menu ul li {
	float: none;
	margin-right: 0;
}
.tp-menu ul li .mega-menu ul li a {
	padding: 10px 15px;
}
.tp-menu ul li .mega-menu ul li.mega-title {
	padding: 10px 15px;
	color: #444;
	font-weight: 700;
}

/*mega-menu full*/
.tp-menu ul li.tp-static {
	position: static;
}
.tp-menu ul li .mega-menu.mega-full {
	width: 100%;
}
.tp-menu ul li .mega-menu.mega-full ul {
	width: 25%;
}

/*mobile menu*/
.off-canvas-btn {
	float: right;
	position: relative;
	text-align: center;
	line-height: 1;
	margin: 20px 0px 0px 0px;
	display: none;
}
.off-canvas-btn i.fa {
	font-size: 18px;
	cursor: pointer;
	font-weight: 400;
	cursor: pointer;
}
.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99999;
}
.mobile-menu-wrapper.open {
	opacity: 1;
	visibility: visible;
}
.mobile-menu-wrapper .off-canvas-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.mobile-menu-wrapper .offcanvas-body {
	background-color: #333333;
	width: 300px;
	height: 100%;
	padding: 0px;
	position: relative;
	-webkit-transform: translateX(calc(-100% - 50px));
	-ms-transform: translateX(calc(-100% - 50px));
	transform: translateX(calc(-100% - 50px));
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.mobile-menu-wrapper.open .offcanvas-body {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.offcanvas-body .offcanvas-top {
	width: 100%;
	padding: 20px 20px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 15px;
}
.offcanvas-top .offcanvas-btn-close {
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
.mobile-navigation {}
.mobile-navigation nav {
    height: 100%; 
}
.mobile-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.mobile-menu li > a {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 18px;
    position: relative;
    display: inline-block;
	padding: 10px 10px 10px 20px;
	width: 100%;
}
.mobile-menu li > a:hover {
    color: #c0c0c0;
	text-decoration: none;
}
.mobile-menu li.has-children-menu.active > a {
    color: #ee3231;
}
.mobile-menu li.has-children-menu ul.dropdown,
.mobile-menu li.has-children-menu.active ul.dropdown,
.mobile-menu li ul.megamenu {
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,0.05);	
}
.mobile-menu li ul li {
    border: none;
}
.mobile-menu li ul li a {
	font-size: 14px;
	padding: 10px 10px 10px 20px;
	width: 100%;
}
.mobile-menu li.has-children-menu {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-menu li.has-children-menu .menu-expand {
	top: 10px;
	right: 20px;
	width: 14px;
	position: absolute;
	height: 20px;
	text-align: center;
	cursor: pointer;
}
.mobile-menu li.has-children-menu .menu-expand i {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #c0c0c0;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out; 
}
.mobile-menu li.has-children-menu .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #c0c0c0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; 
}
.mobile-menu li.has-children-menu.active > .menu-expand i:before {
   	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); 
}

@media (min-width: 768px) and (max-width: 991px) {
	.tp-menu {
		display: none;
	}
	.off-canvas-btn {
		display: block;
	}	
}
@media (max-width: 767px) {
	.tp-menu {
		display: none;
	}	
	.off-canvas-btn {
		display: block;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tp-menu {
		display: none;
	}	
	.off-canvas-btn {
		display: block;
	}
}

/*--------Panel Heading css-----------*/
.panel-heading {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 10px 10px 10px !important;
	background-color: #eeeeee !important;
	font-weight: bold;
	border: 1px solid #dddddd;
	color: #393939;
}
.nav-data-form {
	/* border: 1.5px solid #adadad; */
	padding: 15px;
	display: block;
	overflow: visible;
	background-color: #f9f9f9;
}

/*---------top_bar------------------*/
.top_bar {
	float: right;
}
.top_bar ul.top_navbar {
	padding: 0;
	margin: 0;
}
.top_bar ul.top_navbar li {
	float: left;
	border-right: 1px solid #ddd;
	padding: 1px 6px;
}
.top_bar ul.top_navbar li a {
	color: #2991d6;
}
.top_bar ul.top_navbar li:last-child {
	border-right: none;
}

/*--------Subheader css-----------*/
#Subheader {
	background-color: #2991d6;
	padding: 8px 0;
	position: relative;
	margin-bottom: 10px;
}
#Subheader .column {
	margin-bottom: 0;
}
#Subheader .title {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	font-family: var(--secondary-font-family);
	margin-bottom: 0;
}

/*--------Home Page css-----------*/
.home_page {}
.home_page .h_title {
	color: #fff;
	word-wrap: break-word;
	font-weight: 700;
	margin-bottom: 25px;
}
.home_page .h_p {
	color: #fff;
	line-height: 28px;
}

/*================
	Icon Button
  ================*/
a.saveIconBtn {
    background-color: #23d160;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(35, 209, 96) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}
a.saveIconBtn i {
    font-size: 14px;
    color: #fff;
}
a.saveIconBtn:hover {
    color: #fff;
    background-color: #22c65b;
}

a.editIconBtn {
    background-color: #d4c012;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(212, 192, 18) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}
a.editIconBtn i {
    font-size: 14px;
    color: #fff;
}
a.editIconBtn:hover {
    color: #fff;
    background-color: #a49a42;
}

a.deleteIconBtn {
    background-color: #ff3860;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(255, 56, 96) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}
a.deleteIconBtn i {
    font-size: 16px;
    color: #fff;
}
a.deleteIconBtn:hover {
    color: #fff;
    background-color: #ff2b56;
}

a.IconBtn1 {
    background-color: #d4c012;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(212, 192, 18) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}

a.IconBtn1 i {
    font-size: 14px;
    color: #fff;
}

a.IconBtn1:hover {
    color: #fff;
    background-color: #a49a42;
}

a.IconBtn2 {
    background-color: #00d1b2;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(0, 209, 178) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}

a.IconBtn2 i {
    font-size: 14px;
    color: #fff;
}

a.IconBtn2:hover {
    color: #fff;
    background-color: #a49a42;
}

a.IconBtn3 {
    background-color: #d4c012;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(212, 192, 18) 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}

a.IconBtn3 i {
    font-size: 14px;
    color: #fff;
}

a.IconBtn3:hover {
    color: #fff;
    background-color: #a49a42;
}

span.mapIcon {
    background-color: #d4c012;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: rgb(212, 192, 18) 0px 0px 10px 0px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    margin: 0px 5px;
}

span.mapIcon i {
    font-size: 14px;
    color: #fff;
}

span.mapIcon:hover {
    color: #fff;
    background-color: #a49a42;
}

/*---------button css------------------*/
a.button,
a.tp-button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    margin-bottom: 0;
}

.button-stroke a:hover.button .button_icon i,
.button-stroke a.button.button_theme:hover .button_icon i {
    color: #fff !important;
}

a.button .button_label {
    padding: 6px 20px;
}

a.button .button_icon {
    padding: 6px 12px;
}

/* Red */
a.button.button_red, a.tp-button.red {
	background-color: #e7432b;
	color: #fff;
}
.button-stroke a.button.button_red,
.button-stroke a.button.button_red .button_icon i,
.button-stroke a.tp-button.red {
	color: #e7432b;
	border-color: #e7432b;
}
.button-stroke a:hover.button.button_red,
.button-stroke a:hover.tp-button.red {
	background-color: #e7432b !important;
	color: #fff;
}

/* Blue */
a.button.button_blue, a.tp-button.blue {
	background-color: #2e96db;
	color: #fff;
}
.button-stroke a.button.button_blue,
.button-stroke a.button.button_blue .button_icon i,
.button-stroke a.tp-button.blue {
	color: #2e96db;
	border-color: #2e96db;
}
.button-stroke a:hover.button.button_blue,
.button-stroke a:hover.tp-button.blue {
	background-color: #2e96db !important;
	color: #fff;
}

/* Turquoise */
a.button.button_turquoise, a.tp-button.turquoise {
	background-color: #d4c012;
	color: #fff;
}
.button-stroke a.button.button_turquoise,
.button-stroke a.button.button_turquoise .button_icon i,
.button-stroke a.tp-button.turquoise {
	color: #d4c012;
	border-color: #d4c012;
}
.button-stroke a:hover.button.button_turquoise,
.button-stroke a:hover.tp-button.turquoise {
	background-color: #d4c012 !important;
	color: #fff;
}

/* Yellow */
a.button.button_yellow, a.tp-button.yellow {
	background-color: #c58b10;
	color: #fff;
}
.button-stroke a.button.button_yellow,
.button-stroke a.button.button_yellow .button_icon i,
.button-stroke a.tp-button.yellow {
	color: #c58b10;
	border-color: #c58b10;
}
.button-stroke a:hover.button.button_yellow,
.button-stroke a:hover.tp-button.yellow {
	background-color: #c58b10 !important;
	color: #ffffff !important;
}
.button-stroke a:hover.button.button_yellow .button_icon i {
    color: #fff !important;
}

/* Grey */
a.button.button_grey, a.tp-button.grey {
	background-color: #2991d6;
	color: #fff;
}
a.button.button_grey span i, a.tp-button.grey span i {
	color: #fff;
}
.button-stroke a.button.button_grey,
.button-stroke a.button.button_grey .button_icon i,
.button-stroke a.tp-button.grey {
	color: #8f8f8f;
	border-color: #0e82cf;
}
.button-stroke a:hover.button.button_grey,
.button-stroke a:hover.tp-button.grey {
	background-color: #2991d6 !important;
	color: #fff;
}

/* Navy */
a.button.button_navy, a.tp-button.navy {
	background-color: #3b5982;
	color: #fff;
}
.button-stroke a.button.button_navy,
.button-stroke a.button.button_navy .button_icon i,
.button-stroke a.tp-button.navy {
	color: #3b5982;
	border-color: #3b5982;
}
.button-stroke a:hover.button.button_navy,
.button-stroke a:hover.tp-button.navy {
	background-color: #3b5982 !important;
	color: #fff;
}

/* Orange */
a.button.button_orange, a.tp-button.orange {
	background-color: #ff8125;
	color: #fff;
}
.button-stroke a.button.button_orange,
.button-stroke a.button.button_orange .button_icon i,
.button-stroke a.tp-button.orange {
	color: #ff8125;
	border-color: #ff8125;
}
.button-stroke a:hover.button.button_orange,
.button-stroke a:hover.tp-button.orange {
	background-color: #ff8125 !important;
	color: #fff;
}

/* Green */
a.button.button_green, a.tp-button.green {
	background-color: #2991d6; 
	color: #fff;
}
.button-stroke a.button.button_green,
.button-stroke a.button.button_green .button_icon i,
.button-stroke a.tp-button.green {
	color: #0e82cf;
	border-color: #0e82cf;	
}
.button-stroke a:hover.button.button_green,
.button-stroke a:hover.tp-button.green {
	background-color: #2991d6 !important;	
	color: #fff;
}

/* Button darkgrey */
a.tp-button.darkgrey {
	background-color: transparent;
	color: #545454 !important;
	border-color: #545454;
}
a:hover.tp-button.darkgrey {
	background-color: #545454;
	color: #fff !important;
}

/* Button lightgrey */
a.tp-button.lightgrey {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
a:hover.tp-button.lightgrey {
	background-color: #fff;
	color: #545454 !important;
}
a.button, a.tp-button {
	background-color: #bbbbbb;
	color: #ffffff;
}

/*--------Login and Register-----------*/
.loginsignup-area {
	padding-top: 100px;
	padding-bottom: 100px;
	height: auto;
	font-size: 14px;
}
.signup_w {
	width: 400px;
}
.login_w {
	width: 400px;
}
.login {
	width: 400px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 15px 66px 5px rgba(217,217,217,0.8);
	-moz-box-shadow: 0px 15px 66px 5px rgba(217,217,217,0.8);
	box-shadow: 0px 15px 66px 5px rgba(217,217,217,0.8);
}
.login .form-group {
	margin-bottom: 20px;
	text-align: left;
}
.login .form-group label {
	color: #626262;
}
.login .form-group input {
	border-radius: 0px;
	border: 1px solid #dddddd;
	font-size: 14px;
	padding: 10px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}
.text-center {
	text-align: center;
}
.login .login-btn {
	width: 100%;
	text-transform: capitalize;
	font-size: 22px;
	padding: 10px 26px;
	border: 0px;
	margin-bottom: 15px;
	background: #2991d6;
	color: #ffffff;
	border-radius: 0px !important;
}
.loginsignup-area h3 {
	margin-bottom: 5px;
}
.loginsignup-area h3 a {
	color: #626262;
}
.loginsignup-area h3 a:hover {
	color: #2991d6;
}
.errorMsg {
	color: #e92c2c;
	text-align: left;
	background: #fdd;
	padding: 10px 10px;
	margin-bottom: 15px;
	border-radius: 3px;
}
.dnone {
	display: none;
}

/* ======================
   checkbox css
   ====================== */
.checkbox_group {
	margin-bottom: 15px;
	width: 100%;
}
.tw_checkbox span:before, 
.tw_checkbox span:after {
	content: "";
	display: inline-block;
	background: #fff;
	width: 0;
	height: 0.2rem;
	position: absolute;
	transform-origin: 0% 0%;
}
.tw_checkbox {
	position: relative;
	height: 2rem;
	display: flex;
	align-items: center;
}
.tw_checkbox input {
	display: none;
}
.tw_checkbox input:checked ~ span:before {
	width: 1rem;
	height: 0.15rem;
	transition: width 0.1s;
	transition-delay: 0.3s;
}
.tw_checkbox input:checked ~ span:after {
	width: 0.4rem;
	height: 0.15rem;
	transition: width 0.1s;
	transition-delay: 0.2s;
}
.tw_checkbox input:disabled ~ span {
	background: #ececec;
	border-color: #dcdcdc;
}
.tw_checkbox input:disabled ~ label {
	color: #a7a7a7;
}
.tw_checkbox input:disabled ~ label:hover {
	cursor: default;
}
.tw_checkbox label {
	padding-left: 2rem;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 0 !important;
	font-weight: bold !important;
}
.tw_checkbox span {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	transition: all 0.2s;
	z-index: 1;
	box-sizing: content-box;
}
.tw_checkbox span:before {
	transform: rotate(-55deg);
	top: 1rem;
	left: 0.37rem;
}
.tw_checkbox span:after {
	transform: rotate(35deg);
	bottom: 0.35rem;
	left: 0.2rem;
}
.tw_checkbox input:checked ~ span {
	background: #2991d6; 
	color: #ffffff;
	border-color: #2991d6;
}

/*--------form control css-----------*/

.form-group-ctm {
    width: 100%;
    background: #ffffff;
    padding: 2px 10px;
    margin-bottom: 15px;
	border: 1px solid #ddd;
    border-radius: 3px;
	position: relative;
}

.form-group-ctm .control-label-ctm {
    width: 100%;
    margin-bottom: 0px;
    display: block;
    font-weight: 700 !important;
    font-size: inherit;
    letter-spacing: 1px;
    color: #626262;
}

.control-label-ctm .red {
    color: #ff2121;
    float: right;
}

.form-group-ctm .form-control-ctm {
    width: 100%;
    border: 1px solid #ffffff !important;
    box-shadow: none;
    padding: 0px 3px 0px 0;
    margin: 0px;
}

.form-control-ctm option {
    width: 100%;
    border: 1px solid #ffffff !important;
    box-shadow: none;
    padding: 0px 3px 0px 3px;
    margin: 0px;
    background: #ffffff;
}

.input-group-icon-ctm {
	position: absolute;
	width: 21px;
	height: 21px;
	background-color: #00AABB;
	bottom: 11px;
	right: 11px;
	cursor: pointer;
}

.form-group-ctm input[type="date"]:focus,
.form-group-ctm input[type="email"]:focus,
.form-group-ctm input[type="number"]:focus,
.form-group-ctm input[type="password"]:focus,
.form-group-ctm input[type="search"]:focus,
.form-group-ctm input[type="tel"]:focus,
.form-group-ctm input[type="text"]:focus,
.form-group-ctm input[type="url"]:focus,
.form-group-ctm select:focus,
.form-group-ctm option:focus,
.form-group-ctm textarea:focus {
    border-color: none;
    color: #626262;
    background-color: #ffffff !important;
}

.form-group-ctm input::-webkit-input-placeholder {
    color: #a6a6a6;
}

.form-group-ctm input:-moz-placeholder {
    color: #a6a6a6;
}

.form-group-ctm input::-moz-placeholder {
    color: #a6a6a6;
}

.form-group-ctm input:-ms-input-placeholder {
    color: #a6a6a6;
}

.form-group-ctm textarea::-webkit-input-placeholder {
    color: #a6a6a6;
}

.form-group-ctm textarea:-moz-placeholder {
    color: #a6a6a6;
}

.form-group-ctm textarea::-moz-placeholder {
    color: #a6a6a6;
}

.form-group-ctm textarea:-ms-input-placeholder {
    color: #a6a6a6;
}

.form-group-ctm .disabled {
    background: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}

.form-group-ctm input.disabled:focus,
.form-group-ctm select.disabled:focus,
.form-group-ctm textarea.disabled:focus {
    background: #eeeeee !important;
    border: 1px solid #eeeeee !important;
}

.form-group-dataTable {
    background: #ffffff;
    border: 1px solid #ededed;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.form-group-dataTable input {
    width: 100%;
    border: 1px solid #ffffff !important;
    box-shadow: none;
    padding: 1px 3px 1px 3px;
    margin: 0px;
}

.form-group-dataTable input[type="date"]:focus,
.form-group-dataTable input[type="email"]:focus,
.form-group-dataTable input[type="number"]:focus,
.form-group-dataTable input[type="password"]:focus,
.form-group-dataTable input[type="search"]:focus,
.form-group-dataTable input[type="tel"]:focus,
.form-group-dataTable input[type="text"]:focus,
.form-group-dataTable input[type="url"]:focus,
.form-group-dataTable select:focus,
.form-group-dataTable option:focus,
.form-group-dataTable textarea:focus {
    border-color: none;
    color: #626262;
    background-color: #ffffff !important;
}

/*Datepicker icon*/
.datepicker-ctm {
    position: relative;
}
.datepicker-ctm .add-calendar {
    position: absolute;
    right: 11px;
    top: 33px;
}
.datepicker-ctm .add-calendar i {
    font-size: 20px;
    cursor: pointer;
    color: #adadad;
}

.form-group-ctm .form-control-ctm[disabled], 
.form-group-ctm .form-control-ctm[readonly],
.form-group-ctm input.form-control-ctm[disabled]:focus, 
.form-group-ctm input.form-control-ctm[readonly]:focus,
.form-group-ctm textarea.form-control-ctm[disabled]:focus, 
.form-group-ctm textarea.form-control-ctm[readonly]:focus,
.form-group-ctm select.form-control-ctm[disabled]:focus, 
.form-group-ctm select.form-control-ctm[readonly]:focus {
	/* background-color: #dcdcdc !important; */
	width: 100% !important;
	padding-left: 3px;
	padding-right: 3px;
}

/*start of chosen combo*/
.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0 !important;
}

.chosen-container-multi .search-field input {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    padding: 0px !important;
    background-image: none !important;
}

.chosen-container ul li {
    color: #626262 !important;
}

.chosen-container-multi .chosen-drop .result-selected {
    color: #ccc !important;
}

.chosen-container .highlighted {
    color: #ffffff !important;
}

/*end of chosen combo*/

.form-group-ctm .parsley-error:focus {
    border-color: #f53535 !important;
    box-shadow: none !important;
}

.form-group-ctm .parsley-error {
    border-color: inherit;
    color: inherit;
}

.form-group-ctm .parsley-error-list {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.form-group-ctm .parsley-error-list li {
    color: red;
}

.site-input-ctm {
    width: 150px;
    float: left;
    margin: 0 5px !important;
}

/*--------DataTable css-----------*/
th {
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9 !important;
	text-align: left;
}

td {
    border: 1px;
    border-style: solid;
    border-color: #d9d9d9 !important;
}

.datatable-input-ctm {
    width: 100%;
    box-shadow: none;
    padding: 3px 3px 3px 3px !important;
    margin: 0px;
}

input.datatable-input-ctm:focus {
    border-color: none;
    color: #626262;
    background-color: #ffffff !important;
}

.dataTables_length {
    float: left !important;
    margin-right: 10px;
}

.dataTables_length label {
    width: 100%;
    text-align: left;
    font-weight: 400;
}

.dataTables_length select {
    width: 52px !important;
    display: inline-block !important;
    padding: 3px 3px !important;
}

.dataTables_filter {
    float: right !important;
    text-align: right !important;
}

.dataTables_filter label {
    width: 100%;
    text-align: left;
    font-weight: 400;
}

.dataTables_filter input {
    margin-left: 0.5em !important;
    float: right !important;
    padding: 2px 3px !important;
    margin-bottom: 0px !important;
    width: 148px !important;
    height: 25px !important;
}

.dataTables_length select:focus,
.dataTables_filter input:focus {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #111 !important;
    border: 1px solid #ccc9c9 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 15px 15px 0 !important;
}
table th {
    color: #5f6d78;
}

table tr:hover td {
    background: none !important;
}

.row_selected {
    background-color: #2991d6 !important;
    color: #ffffff !important;
}
.dataTables_length label {
	width: 100%;
	text-align: left;
	font-weight: 400;
}
.dataTables_length select {
	width: 52px !important;
	display: inline-block !important;
	padding: 3px 3px !important;
}
.backgroundColorGray {
    background-color: #f2f5f7 !important;
	}

.backgroundColorGray .dataTables_length label,
.backgroundColorGray .dataTables_filter label {
    margin-bottom: 0 !important;
}

.backgroundColorGray table th {
    background: transparent;
    padding: 0px 10px !important;
}

.backgroundColorGray table th,
.backgroundColorGray table td {
    border: none !important;
}

.backgroundColorGray table.dataTable.no-footer {
    border-bottom: none;
}

.backgroundColorGray table tr:nth-child(2n) td {
    background: #ffffff !important;
}

.backgroundColorGray table tr td {
    background: #ffffff !important;
}

.backgroundColorGray table tr:hover td {
    background-color: #ffffff !important;
}

.backgroundColorGray table tr.group td {
    background-color: #ddd !important;
}

.tableTrBorderSpacing {
    border-collapse: separate !important;
    border-spacing: 0px 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2991d6 0%, #0e82cf 100%) !important;
    border: 1px solid #0e82cf !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2991d6 0%, #0e82cf 100%) !important;
    box-shadow: 0 0 3px #0e82cf inset !important;
    outline: medium none !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2991d6 0%, #0e82cf 100%) !important;
    border: 1px solid #0e82cf !important;
    color: #fff !important;
}

.backgroundColorGray table.tableTrBorderSpacing tr.row_selected td,
.backgroundColorGray table.tableTrBorderSpacing tr.row_selected td a,
.backgroundColorGray table.tableTrBorderSpacing tr.row_selected:hover td {
    background-color: #2991d6 !important;
    color: #ffffff;
}

/*---------start of Dashboard---------*/
.cmt-title {
    width:100%;
	text-align:left;
	font-size: 16px;
	text-transform: uppercase;
    line-height: 16px;
	margin-bottom:10px;
	margin-top:15px;
}
.cmt-counter-box,
a.cmt-counter-box {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
	border-color: rgba(0, 0, 0, 0.08);
    display: inline-block;
    margin-left: -5px;
    margin-top: 20px;
	padding:10px 10px;
    position: relative;
    text-align: center;
    width: 145px;
	transition: all 0.5s ease 0s;
}
.cmt-counter-box .count,
a.cmt-counter-box .count {
    width:100%;
	font-size:25px;
	padding:8px 0;
}
.cmt-counter-box .title,
a.cmt-counter-box .title {
    width:100%;
	font-size: 14px;
	text-transform: uppercase;
}
.cmt-counter-box:hover,
a.cmt-counter-box:hover,
.cmt-counter-box.active,
a.cmt-counter-box.active {
    background-color: #2991d6;
	color:#fff;
	text-decoration:none;
}

/*Counter-for dashboard*/
.bg1 {
    background-color: #2991d6;
}
.bg2 {
    background-color: #33b4ff;
}
.bg3 {
    background-color: #66C7FF;
}
.cmt_counter_box_total,
a.cmt_counter_box_total {
    display: inline-block;
    margin: 3px 3px 5px 3px;
	height: 164px;
    padding: 31px 10px;
    position: relative;
    text-align: center;
    width: 220px;
	transition: all 0.5s ease 0s;
	color:#fff;
	border-radius:2px;
}
.cmt_counter_box_total .title,
a.cmt_counter_box_total .title {
    width:100%;
	text-align:center;
	font-size: 14px;
	padding-top: 25px;
	text-transform: uppercase;
}
.cmt_counter_box_total .count,
a.cmt_counter_box_total .count {
    width:100%;
	font-size:25px;
	text-align:center;
	padding:20px 0 15px;
}

.cmt_counter_box_d,
a.cmt_counter_box_d {
    display: inline-block;
    margin: 3px 3px 5px 3px;
    padding:10px 10px;
    position: relative;
    text-align: center;
    width: 226px;
	transition: all 0.5s ease 0s;
	color:#fff;
	border-radius:2px;
}
.cmt_counter_box_d .count,
a.cmt_counter_box_d .count {
    width:100%;
	font-size:25px;
	text-align:left;
	padding:8px 0;
}
.cmt_counter_box_d .title,
a.cmt_counter_box_d .title {
    width:100%;
	text-align:left;
	font-size: 14px;
	text-transform: uppercase;
}
.cmt_counter_box_d .poitype_icon,
a.cmt_counter_box_d .poitype_icon{
	position: absolute;
	right:10px;
	bottom:0px;
	height: 50px;
    width:50px;
	opacity: 0.5;
	overflow:hidden;
}
.cmt_counter_box_d .poitype_icon img,
a.cmt_counter_box_d .poitype_icon img{
    width:100%;
	height:auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.cmt_counter_box_total,
	a.cmt_counter_box_total {
		width: 100%;
	}
}

/*highway road*/
.cmt_highway_road_box,
a.cmt_highway_road_box {
    display: inline-block;
    margin: 3px 3px 5px 3px;
    padding:10px 10px;
    position: relative;
    text-align: center;
    width: 305px;
	transition: all 0.5s ease 0s;
	color:#fff;
	border-radius:2px;
}
.cmt_highway_road_box .count,
a.cmt_highway_road_box .count {
    width:100%;
	font-size:25px;
	text-align:left;
	padding:8px 0;
}
.cmt_highway_road_box .title,
a.cmt_highway_road_box .title {
    width:100%;
	text-align:left;
	font-size: 14px;
	text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
	.cmt_highway_road_box,
	a.cmt_highway_road_box {
		width: 100%;
	}
}
/*rating*/
.cmt-rating-box,
a.cmt-rating-box {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
	border-color: rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 15px 10px 10px 10px;
    position: relative;
    text-align: center;
    width: 160px;
	transition: all 0.5s ease 0s;
	margin:3px;
}
.cmt-rating-box .count,
a.cmt-rating-box .count {
    width:100%;
	font-size:30px;
	text-align:center;
	padding: 13px 0;
}
.cmt-rating-box .rating,
a.cmt-rating-box .rating {
    width:100%;
	font-size:30px;
	text-align:center;
	padding: 5px 0px 15px 0px;
}
.cmt-rating-box .title,
a.cmt-rating-box .title {
    width:100%;
	text-align:center;
	font-size: 14px;
	text-transform: uppercase;
}
.cmt-rating-box .rating-icon ,
a.cmt-rating-box .rating-icon {
    margin: 0 auto;
    width: 85%;
}
.cmt-rating-box .rating-icon img,
a.cmt-rating-box .rating-icon img{
    width:100%;
}

/*Chart*/
.chart_box {
	border: 1px solid #eee;
    display: inline-block;
	width: 100%;
	border-radius:4px;
	overflow:hidden;
}
.chart_body {
	width: 100%;
	padding:10px;
}

/*--------end of Dashboard--------*/

/* Create a custom checkbox */
.checkbox-ctm {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-ctm input {
    position: absolute;
    opacity: 0;
}
.checkmark-ctm {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
}

/*.checkbox-ctm:hover input ~ .checkmark-ctm {
    background-color: #ccc;
}*/

.checkbox-ctm input:checked~.checkmark-ctm {
    background-color: #2991d6;
}

.checkmark-ctm:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-ctm input:checked~.checkmark-ctm:after {
    display: block;
}

.checkbox-ctm .checkmark-ctm:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end of custom checkbox */

/*-----btn-group-----*/
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group .btn + .btn, 
.btn-group .btn + .btn-group, 
.btn-group .btn-group + .btn, 
.btn-group .btn-group + .btn-group {
    margin-left: -5px;

}
.btn-group-vertical > .btn, .btn-group > .btn {
    float: left;
    position: relative;
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 6px !important;
    font-size: 18px !important;
    line-height: 1.33333 !important;
    padding: 10px 16px !important;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc !important;
    color: #333;
}
.btn-default.active{
	background-color: #00AEEF;
	border-color: #adadad;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/*carousel slider*/
.toilets-owlCarousel .owl-nav div {
    background-color: #03a9f4; 
    color: #fff;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    transition: all 0.5s ease 0s;
}
.toilets-owlCarousel div.owl-prev {
    left: auto;
    opacity: 1;
    left: 0px;
}
.toilets-owlCarousel div.owl-next {
    left: auto;
    opacity: 1;
    right: 0px;
}
.toilets-owlCarousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px; 
}
.toilets-owlCarousel .owl-dot {
    border: 1px solid #03a9f4;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    display: inline-block;
	border-radius:50%;
}
.toilets-owlCarousel .owl-dot.active {
    background-color: #03a9f4; 
}

.toilets-item {
	width: 70px;
	height: 70px;
	float: left;
	border: 1px solid #ddd;
	overflow: hidden;
}
.toilets-item img {
	width:100% !important;
	height:100% !important;
}

/*gallery popup*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

@media only screen and (min-width: 768px) {
	.mfp-container a.button:hover:after, 
	.mfp-container button:hover:after {
		width: 0px !important;
	}
}

img.gm-fullscreen-control {
	max-width: none !important;
}

.top_bar {
	float: right;
}
.top_bar ul.top_navbar {
	padding: 0;
	margin: 0;
}
.top_bar ul.top_navbar li {
	float: left;
	border-right: 1px solid #ddd;
	padding: 1px 6px;
}
.top_bar ul.top_navbar li a {
	color: #2991d6;
}
.top_bar ul.top_navbar li:last-child {
	border-right: none;
}
.panel-body {
    background: none repeat scroll 0 0 #fff !important;
    margin: 0;
    padding: 20px 10px 0px 10px;
    margin-bottom: 10px;
}
.rationalMedicine .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell !important;
}
.file-input-ajax-new .input-group{
    width: 100% !important;
}
.file-input-ajax-new .input-group .form-control {
    float: left;
    width: 75% !important;
}
.rationalMedicine .form-control {
    float: left;
    margin-bottom: 0;
    padding: 0px 0px;
    position: relative;
    width: 42%;
    z-index: 2;
}
.rationalMedicine .btn-default {
    /*display: none !important;*/
}
.hide{
    display: none !important;
}
.rationalMedicinedouble .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.rationalMedicinedouble .form-control {
    float: left;
    margin-bottom: 0;
    padding: 0px 0px;
    position: relative;
    width: 79%;
    z-index: 2;
}
.rationalMedicinedouble .btn-default {
    display: none !important;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 94%;
}
.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.nav-data {
	border: 1px solid #ddd;
	padding: 10px 5px;
	display: inline-block;
	width: 100%;
}

/*start of Segment Button */
ul.cmt_navList li > a {
	float:left;
	padding:7px 10px;
	margin-left: -5px;
	border-radius: 1px !important;
	border: 1px solid #ccc !important;
	background-color: #fff;
	color: #333;
}	
ul.cmt_navList li > a:hover {
	text-decoration:none;
}	
ul.cmt_navList li > a.nav-active {
	text-decoration:none;
	background:#00aeef;
	color:#fff;
}

.poi_info_card {
	margin-bottom: 15px;
	width: 100%;
}
.poi_info_card .poi_info {}
.poi_info_card .poi_info strong {
	margin-right: 5px;
}
.poi_info_card .poi_info span {}

/*--------Gritter Notice-----------*/
#gritter-notice-wrapper{	
	top:55px;	
	right:20px;
}
#lightCustomModal{	
	z-index: 21000 !important;
}
#lightCustomModal_background{	
	z-index: 21001 !important;
}
#lightCustomModal_wrapper{	
	z-index: 21001 !important;
}
#lightCustomModal h4{
	color:#0066B3 !important;
}
#lightCustomModal h4 {
	color: #0066B3 !important;
	font-size: 21px !important;
	line-height: 25px !important;
	letter-spacing: 0px !important;
	font-weight: 400 !important;
}

/*--------footer-----------*/
.footer {
	padding: 50px 0px 20px 0px;
	width: 100%;
	/* border-top: 1px solid #e8e8e8; */
}
.footer .column {
	margin-bottom: 0;
}
.footer .footer_logo {
	width: 190px;
	height: auto;
	overflow: hidden;
}
.footer .footer_logo img {
	width: 100%;
}
.footer_copy {
	width: 100%;
	margin-top: 25px;
}
.footer_copy .copyright {}
.footer_copy .copyright p {}





  .draggable-container {
	width: 100%;
	border-radius: 5px;
  }
  
  .shallow-draggable {
	padding: 13px;
	background-color: #e9ecef;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #adb5bd;
	margin-bottom: 8px;
  }
  
  .dragging {
	opacity: 0.5;
	transition: opacity 1s ease;
  }
  .shallow-draggable:hover{
	background-color: #2991d6;
	color: #f9f9f9;
  }

.card_item_list {
	width: 100%;
}
.card_item_list li {
	width: 100%;
	margin-bottom: 20px;
}
.card_item_list li:last-child {
	margin-bottom: 0px;
}
.card_item_list li strong {
	margin-right: 5px;
}
.water_source_count {
	text-align: center;
	font-weight: 700;
}
.sw_prev_btn,
.sw_next_btn {
	background: #2991d6;
	color: #fff;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 10px;
}
.sw_prev_btn {
	float: left;
}
.sw_next_btn {
	float: right;
}
.sw_prev_btn:hover,
.sw_next_btn:hover {
	text-decoration: none;
}
button.sw_prev_btn:disabled,
button.sw_prev_btn[disabled],
button.sw_next_btn:disabled,
button.sw_next_btn[disabled]{
  background-color: #cccccc;
  color: #666666;
}



