/*---------------------------------------------
			HEADER
----------------------------------------------*/
*, *::after, *::before {
	box-sizing: border-box;
}
#header_container {
	background: #ffffff;
	padding: 0px 15px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	position: relative;
	z-index: 3;
}
.hamburger_dd {
	position: relative;
	float: left;
}
.hamburger_dd .dropdown-menu {
	width: 236px;
	padding: 18px 25px;
}
.hamburger_dd .dropdown-menu a {
	display: block;
	font-size: 18px;
	color: #565659;
	line-height: 46px;
}
.hamburger_dd .dropdown-menu a i {
	color: #a1a1a1;
	margin-right: 16px;
}
.hamburger_dd .dropdown-menu a:hover {
	color: #F26327;
	text-decoration: none;
}
.hamburger_dd .dropdown-menu a:hover i {
	text-decoration: none;
	color: #F26327;
}
span.hamburger {
	width: 26px;
	height: 26px;
	float: left;
	display: block;
	margin: 20px 24px 0 0;
	cursor: pointer;
	font-size: 18px;
	color: #F26327;
}
a.w_logo {
	display: inline-block;
	padding: 8px 0;
	min-height: 63px;
	vertical-align: middle;
}
a.w_logo img {
	width: 108px;
	vertical-align: middle;
	margin-top: 10px;
}
/*---user dropdown---*/
.h_right_part {
	width: auto;
	float: right;
}
.user_dropdown {
	display: block;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 6px 0 6px 0;
}
.user_dropdown .user_pic {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 50px;
	height: 50px;
	float: left;
}
.user_dropdown .user_name {
	display: inline-block;
	line-height: 16px;
	color: #565659;
	min-width: 143px;
	padding: 7px 0 0 10px;
}
span.lang_b {
	display: inline-block;
	padding: 19px 12px 0 12px;
	color: white;
}
/*--------------------------------
PAGE CONTAINER
----------------------------------*/
#page_container {
	width: 100%;
	float: left;
	padding: 20px;
}
.content_white {
	width: 100%;
	float: left;
	border-radius: 3px;
	padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: white;
}
#page_container.left_box_open {
	padding-left: 324px;
}
/*----user profile---*/
.user_profile_b {
	width: 150px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
.user_profile_b img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.profile_top h1 {
	font-size: 36px;
	color: #565659;
	font-weight: normal;
	margin-bottom: 0px;
}
.profile_top h1.project_info_title {
	font-size: 32px;
}
.profile_top p.u_degi {
	font-size: 16px;
	font-weight: 500;
}
.profile_top p {
	font-size: 16px;
	margin: 4px 0 0 0;
}
.change_password {
	display: inline-block;
}
.change_password a {
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}
.change_password a span.lock_circle {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background: #F26327;
	display: inline-block;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.1);
	margin-bottom: 12px;
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 0;
}
.txt_right_al {
	text-align: right;
}
.de_conne_t {
	position: relative;
	top: -15px;
	text-align: right;
}
.p_info_rows {
	clear: both;
	width: 100%;
	float: left;
}
.p_info_rows dl {
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	clear: both;
	width: 100%;
	float: left;
}
.p_info_rows dl.gray_odd {
	background: #ebebeb;
}
.p_info_rows dl dt {
	width: 180px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: normal;
	color: #7f7f7f;
	line-height: 24px;
	padding: 5px 10px;
}
.p_info_rows dl dd {
	padding: 5px 10px 5px 34px;
	margin: 0 0 0 180px;
	line-height: 24px;
	color: #000000;
}
.p_info_rows dl dd:after, .p_info_rows dl dd:before {
	display: table;
	content: " ";
}
.p_info_rows input.input_white, .p_info_rows .select_white {
	border: 1px solid #d2d2d2;
	height: 24px;
	font-size: 16px;
	color: #000000;
	float: left;
}
.p_info_rows .select_white {
	line-height: 18px;
	background: #ffffff url(../img/dropdown_arrow.png) no-repeat right -4px;
}
.p_info_rows textarea.input_white_full {
	border: 1px solid #d2d2d2;
	color: #000000;
	font-size: 16px;
}
.close_icon_p {
	display: inline-block;
	font-size: 24px;
	position: relative;
	top: -10px;
}
.close_icon_p:hover {
	text-decoration: none;
	opacity: 0.5;
}

@media (max-width: 640px) {
	.p_info_rows dl dt {
		width: 100%;
		text-align: left;
	}
	.p_info_rows dl dd {
		margin: 0px;
		width: 100%;
		padding-left: 10px;
	}
	.user_dropdown .user_name {
		display: none;
	}
	.profile_top h1 {
		font-size: 27px;
		display: block;
	}
	.de_conne_t {
		top: 0px;
		margin-bottom: 8px;
	}
	.change_password {
		margin-top: 6px;
	}
	.user_dropdown {
		padding-right: 12px;
	}
	#content {
		min-width: 277px;
	}
}

@media (max-width: 480px) {
	.profile_top h1 {
		clear: both;
	}
	.toggle_switch {
		margin-left: -12px;
		margin-right: -10px;
	}
}
/*--------------------------------*/
.navbar {
	padding: 15px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: flex;
	align-items: stretch;
}
#sidebar {
	min-width: 281px;
	max-width: 281px;
	background: #565659;
	color: #fff;
	transition: all 0.3s;
	margin-right: 43px;
	position: relative;
	-webkit-box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.19);
	box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.19);
	z-index: 2;
}
#sidebar.active {
	margin-left: -281px;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #6d7fcc;
}
#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	background: #6d7fcc;
}
a[data-toggle="collapse"] {
	position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
	content: '\e259';
	display: block;
	position: absolute;
	right: 20px;
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
}
a[aria-expanded="true"]::before {
	content: '\e260';
}
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #6d7fcc;
}
ul.CTAs {
	padding: 20px;
}
ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
a.download {
	background: #fff;
	color: #7386D5;
}
a.article, a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	padding: 20px;
	min-height: 100vh;
	transition: all 0.3s;
	width: 100%;
}
#content.map_sec {
	padding: 0px;
	margin-left: -40px;
}
.iframe_sec {
	position: absolute;
	height: 100%;
	width: 100%;
}
#sidebarCollapse {
	background: #565659 url(../img/arrow_left.png) no-repeat 5px 6px;
	border: none;
	width: 47px;
	height: 47px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	right: -45px;
	top: 35px;
	outline: none;
	-webkit-box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.19);
	box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.19);
	z-index: 99;
}
#sidebar.active #sidebarCollapse {
	background: #565659 url(../img/arrow_left.png) no-repeat 5px -29px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
	#sidebar {
		margin-left: -281px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	#sidebarCollapse span {
		display: none;
	}
	#sidebar.active .sidebar_bot_action {
		left: 0 !important;
		transition: all 0.3s;
	}
	#sidebar .sidebar_bot_action {
		left: -281px;
	}
	#sidebar.active #sidebarCollapse {
		background: #565659 url(../img/arrow_left.png) no-repeat 5px 6px;
	}
	#sidebar #sidebarCollapse {
		background: #565659 url(../img/arrow_left.png) no-repeat 5px -29px;
	}
}
/* ---------------------------------------------------
    side bar content
----------------------------------------------------- */
.form_s_bar {
	width: 100%;
	padding: 25px;
	position: relative;
	z-index: 2;
	float: left;
}
.form_s_bar label {
	font-size: 12px;
	text-transform: uppercase;
	color: #eeeeee;
}
.form_s_bar .dark_select {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 24px;
	border: 1px solid #3b3b3f;
	outline: none;
	font-size: 15px;
	color: #5f6062;
	height: 31px;
	margin: 0px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #ffffff url(../img/dropdown_arrow.png) no-repeat right top;
	padding: 0 30px 0 10px;
}
/*---search bar---*/
.search_bar {
	display: block;
	background: #78787a;
	border-top: 1px solid #3b3b3f;
	border-bottom: 1px solid #3b3b3f;
	clear: both;
	position: relative;
	padding: 10px;
	overflow: hidden;
	z-index: 1;
}
.search_bar input[type="text"] {
	font-size: 14px;
	color: #565659;
	padding: 10px;
	height: 35px;
	border: none;
	margin: 0px;
	float: left;
	width: 85%;
	border-radius: 3px 0 0px 3px;
}
.searh_btn {
	display: block;
	width: 15%;
	background: #F26327;
	float: left;
	height: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	padding: 7px 0 0 0;
}
.searh_btn:hover {
	opacity: 0.8;
}
/*------------------------------------
CUSTOM CHECK BOX DESIGN
------------------------------------*/

.check_box_c {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.check_box_c input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #78787a;
}
/* On mouse-over, add a grey background color */
.check_box_c:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check_box_c input:checked ~ .checkmark {
	background-color: #F26327;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.check_box_c input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.check_box_c .checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*------------------------*/
.user_list_sec {
	width: 100%;
	float: left;
	height: 100%;
	max-height: 100%;
	padding-bottom: 80px;
	border-bottom: 1px solid #78787a;
}

@media (min-width:769px) and (max-width:927px) {
	.user_list_sec {
		text-align: left;
	}
}
.user_list_sec ul {
	padding: 0px;
	margin: 0px;
}
.user_list_container {
	position: absolute;
	height: 100%;
	padding-top: 300px;
	padding-bottom: 80px;
	width: 100%;
	top: 0px;
}
.user_list_container.user__sec_p {
	padding-top: 167px;
	padding-bottom: 80px;
}
.user_list_sec ul li {
	list-style: none;
	padding: 12px 15px 12px 17px;
	margin: 0px;
	border-bottom: 1px solid #78787a;
	position: relative;
}
.user_list_sec ul li:last-child {
	border-bottom: none;
}
.user_list_sec ul li label {
	font-size: 15px;
}
.user_list_sec ul li a.info_ic {
	width: 23px;
	height: 23px;
	display: block;
	float: right;
	opacity: 0.5;
	font-size: 20px;
	color: white;
}
.user_list_sec ul li a.info_ic:hover {
	text-decoration: none;
}
.user_list_sec ul li.active_li a.info_ic {
	opacity: 1;
}
.user_list_sec ul li.active_li label {
	color: white;
}
.edit_map_img {
	position: absolute;
	right: 50px;
	top: 7px;
}
.user_list_sec ul li label {
	color: #ffffff;
}
.sidebar_bot_action {
	position: fixed;
	background: #ffffff;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s;
	width: 281px;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0;
	color: #F26327;
	text-align: center;
	padding: 12px 30px 12px 32px;
}
.sidebar_bot_action i {
	margin-right: 10px;
}
.sidebar_bot_action:hover {
	color: #F26327;
	text-decoration: none;
	opacity: 0.9;
}
#sidebar.active .sidebar_bot_action {
	left: -281px;
	transition: all 0.3s;
}
.map_buttons {
	position: absolute;
	z-index: 1;
	right: 10px;
}
.map_buttons a {
	margin: 3px;
	background: white;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.38);
	color: #565659;
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.38);
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	font-size: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.map_buttons a:hover {
	text-decoration: none;
	color: #f26327;
}
span.dd_view {
	display: inline-block;
	position: relative;
}
.map_buttons .dropdown-menu {
	width: 37px;
	padding: 0px;
	min-width: 37px;
	border-radius: 0px;
	left: 2px;
	top: 35px;
}
.map_buttons .dropdown-menu a {
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	position: relative;
}
.map_buttons .dropdown-menu a span.ac_view {
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../img/map_select_ic.png) no-repeat left top;
	left: 0px;
	top: 0px;
}
/*------------PROJECT INFO PAGE---------------*/
.content_white .nav-tabs > li > a {
	font-size: 15px;
	min-width: 125px;
	text-align: center;
	background: #ebebeb;
	color: #565659;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 5px;
}
.content_white .nav-tabs > li {
	padding-top: 8px;
}
.content_white .nav-tabs > li.active a {
	background: white;
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_white .nav-tabs > li.active {
	padding-top: 0px;
}
/*--no off button--*/
.toggle_switch {
	display: inline-block;
	position: relative;
	float: right;
	margin-top: -7px;
}
.toggle_switch small {
	display: inline-block;
	font-size: 16px;
	position: relative;
	top: -14px;
	padding-right: 5px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height:28px;
}
.switch input {
	display: none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch input:checked + .slider {
	background-color: #4cd964;
}
.switch input:checked + .slider span.active_s {
	display: none;
	color: white;
	position: absolute;
	padding: 5px 0 0 7px;

}
span.active_s {
	display: none;
}
.switch input + .slider span.inactive_s {
	display: none;
	color: white;
	position: absolute;
	right: 0px;
	padding: 5px 7px 0 0px;
}
.switch input:checked + .slider span.inactive_s {
	display: none;
}
.switch input:focus + .slider {
	box-shadow: 0 0 1px #4cd964;
}
.switch input:checked + .slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.user_profile_b.map_img_p {
	width: 243px;
	height: auto;
	margin-bottom: 25px;
}
.profile_top h1 span.h_title_l {
	display: inline-block;
	min-width: 130px;
	text-align: right;
}

@media (min-width:320px) and (max-width: 880px) {
	.profile_top h1 span.h_title_l {
		min-width: 10px;
	}
	.content_white .nav-tabs {
		padding-top: 40px;
		position: relative;
	}
	.content_white .nav-tabs > li > a {
		min-width: 10px;
		padding-right: 6px;
		padding-left: 6px;
	}
	.toggle_switch {
		position: absolute;
		right: 0;
		bottom: 40px;
	}
	.user_profile_b.map_img_p {
		width: 100%;
	}
	.profile_top h1 span.h_title_l {
		min-width: 10px;
	}
}
.map_buttons a.eraser_ic {
	fill: #565659;
	position: relative;
	top: -1px;
	padding-top: 5px;
}
.map_buttons a.eraser_ic:hover {
	fill: #f26327
}
/*---------create project-----------------*/
.select_white {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 24px;
	border: 1px solid #8c8c8e;
	outline: none;
	font-size: 15px;
	color: #5f6062;
	height: 31px;
	margin: 0px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #ffffff url(../img/dropdown_arrow.png) no-repeat right top;
	padding: 0 30px 0 10px;
	outline: none;
	width: 200px;
}
.select_white:focus {
	outline: none;
	outline-offset: 0px;
}
input.input_white {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 24px;
	border: 1px solid #8c8c8e;
	outline: none;
	font-size: 15px;
	color: #5f6062;
	height: 31px;
	margin: 0px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	background: #ffffff;
	padding: 0 10px 0 10px;
	outline: none;
	min-width: 200px;
}
input.input_white.top_po {
	font-size: 32px;
	height: auto;
	width: 50%;
	border: 1px solid #d2d2d2;
	margin-top: -6px;
}
textarea.input_white_full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 24px;
	border: 1px solid #d2d2d2;
	outline: none;
	font-size: 15px;
	color: #5f6062;
	height: 81px;
	margin: 0px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	background: #ffffff;
	padding: 0 10px 0 10px;
	outline: none;
	width: 100%;
	resize: none;
}
.crete_project h1 span.h_title_l {
	width: 25%;
	min-width: 136px;
	font-size: 32px;
}
.change_password.extra_cl button.lock_circle {
	background: none;
	outline: none;
}
.btn_orange {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f26327;
	color: white;
	font-size: 14px;
	border: none;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	padding: 6px 20px;
	min-width: 120px;
	text-align: center;
	outline: none;
}
.change_password.extra_cl {
	top: -16px;
	position: relative;
	margin-bottom: -18px;
	margin-right: 10px;
}
.btn_orange:hover {
	opacity: 0.8;
}
/*-------------user list------------*/
.users_list {
	width: 100%;
	float: left;
}
.users_list .search_bar {
	background: none;
	border: none;
	padding: 0px 0 10px 0;
}
.users_list .search_bar input[type="text"] {
	border: 1px solid #ebebeb;
	width: 100%;
}
.users_list .search_bar .searh_btn {
	max-width: 39px;
	position: absolute;
	right: 0px;
}
ul.users_blocks {
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-height: 52vh;
}
ul.users_blocks li {
	border-bottom: 1px solid #ebebeb;
	padding: 10px;
	position: relative;
}
ul.users_blocks li:hover {
	background: #ebebeb;
}
ul.users_blocks li .row-fluid {
	display: flex;
	align-items: center;
}
.txt_r_pad_t {
	text-align: right;
	padding-top: 7px;
}
.menu_user_edit {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.menu_user_edit.open {
	z-index: 99999;
}
.menu_user_edit .dropdown-toggle {
	padding: 7px;
	position: relative;
	z-index: 9999;
}
.menu_user_edit .dropdown-menu {
	left: -140px;
	top: -10px;
	padding: 25px 13px 10px 13px;
	border: none;
}
.menu_user_edit .dropdown-menu a {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #565659;
	padding: 3px 0;
}
.menu_user_edit .dropdown-menu a:hover {
	text-decoration: none;
	color: #F26327;
}
.menu_user_edit .dropdown-menu a i {
	margin-right: 10px;
	width: 15px;
	height: 15px;
}
.menu_user_edit .dropdown-menu a i.icon_ic_clear_icon {
	font-size: 20px;
	float: left;
}
ul.users_blocks li img.user_pic {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
ul.users_blocks li .user_name_l {
	font-size: 16px;
	display: block;
	font-weight: 500;
	padding-top: 6px;
}
ul.users_blocks li .user_designation {
	font-size: 14px;
	display: block;
	font-weight: 500;
}
.bottom_add_user {
	background: #565659;
	padding: 13px 20px;
	position: relative;
	width: auto;
	left: 0px;
	border-radius: 0px 0 5px 5px;
	-moz-border-radius: 0px 0 5px 5px;
	-webkit-border-radius: 0px 0 5px 5px;
	-webkit-box-shadow: 0px -4px 3px 0px rgba(207,207,207,1);
	-moz-box-shadow: 0px -4px 3px 0px rgba(207,207,207,1);
	box-shadow: 0px -4px 3px 0px rgba(207,207,207,1);
	text-align: center;
	margin: 0 -19px -21px -19px;
	width: auto;
}
.button_action {
	display: inline-block;
	position: relative;
	top: -4px;
}
.bottom_add_user .form_s_bar {
	width: 233px;
	padding: 0px 7px;
	float: none;
	display: inline-block;
	text-align: left;
}
.content_white.position_box {
	position: relative;
}
.user_list_dropdown {
	background: white;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.59);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.59);
	max-width: 800px;
	width: 100%;
	position: absolute;
	margin: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 280px;
	overflow-y: auto;
}
.user_list_dropdown li {
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	float: left;
	width: 100%;
	padding: 3px 15px;
	line-height: 30px;
	font-size: 16px;
}
.user_list_dropdown li:hover {
	background: #f26327;
	color: white;
}
.us_list_right {
	float: right;
}
.add_user_btn {
	display: inline-block;
	padding: 4px 0 0 10px;
	float: left;
}
.add_user_btn a {
	display: inline-block;
	fill: #f26327;
	float: left;
	line-height: normal;
}
.user_list_dropdown li:hover .add_user_btn a {
	fill: white;
}
.us_list_right select {
	display: none;
	border: none;
	background: none;
	color: white;
	outline: none;
	margin-bottom: 0px;
	width: 120px;
}
.us_list_right select option {
	color: black;
}
.user_list_dropdown li:hover .us_list_right select {
	display: block;
	float: left;
}
.label_list_bottom {
	clear: both;
	font-size: 11px;
	padding: 10px 10px 10px 17px;
	position: fixed;
	bottom: 43px;
	display: block;
	border-top: 1px solid #78787a;
	background: #565659;
	width: 281px;
	-webkit-box-shadow: 0px -7px 5px -2px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px -7px 5px -2px rgba(0,0,0,0.28);
	box-shadow: 0px -7px 5px -2px rgba(0,0,0,0.28);
}
.label_list_bottom label {
	font-size: 14px;
}
.user_list_sec ul li a.user_group {
	width: 23px;
	height: 23px;
	display: block;
	float: right;
	opacity: 0.5;
	font-size: 20px;
	color: white;
	background: url(../img/ic_group_new.svg) no-repeat left top;
}
.user_list_sec ul li a.user_group:hover {
	text-decoration: none;
}
.user_list_sec ul li.active_li a.user_group {
	opacity: 1;
}
.user_list_sec ul li a.user_ind {
	width: 23px;
	height: 23px;
	display: block;
	float: right;
	opacity: 0.5;
	font-size: 20px;
	color: white;
	background: url(../img/ic_user_in.svg) no-repeat left top;
}
.user_list_sec ul li a.user_ind:hover {
	text-decoration: none;
}
.user_list_sec ul li.active_li a.user_ind {
	opacity: 1;
}

@media (min-width:320px) and (max-width:640px) {
	.crete_project h1 span.h_title_l {
		width: 100%;
		text-align: left;
	}
	input.input_white.top_po {
		width: 100%;
	}
	ul.users_blocks li .row-fluid {
		display: block;
	}
	ul.users_blocks li img.user_pic {
		float: none;
		margin: auto;
	}
	ul.users_blocks li {
		text-align: center;
	}
	.bottom_add_user .form_s_bar {
		width: 100%;
	}
	.form_s_bar .dark_select {
		width: 100%;
	}
	.content_white.position_box {
		position: static;
	}
}

@media (min-width:641px) and (max-width:768px) {
	ul.users_blocks li .row-fluid {
		display: block;
	}
}

@media (min-width:769px) and (max-width:927px) {
	.crete_project h1 span.h_title_l {
		text-align: left;
	}
	input.input_white.top_po {
		width: 100%;
	}
}
/*-------------------------------------------------------------
					intersection
--------------------------------------------------------------*/


.intersections_block {
	width: 100%;
	float: left;
}
.intersections_block .panel-heading .panel-title a {
	color: #5f6062;
	font-weight: normal;
	font-size: 16px;
}
.intersections_block .panel-heading .panel-title {
	min-height: 34px;
	line-height: 34px;
	font-size: 16px;
	margin: 0px
}
.intersections_block .panel.panel-default {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	float: left;
	padding: 0 0 0 10px;
}
.intersections_block .panel.panel-default:nth-child(even) {
	background-color: #f2f2f2
}
.intersections_block .panel-heading .panel-title a {
	background: url(../img/toggle_gray.svg) no-repeat left top;
	padding-left: 30px;
}
.intersections_block .panel-heading .panel-title.active_box a {
	background: url(../img/toggle_orange.svg) no-repeat left top;
	color: #f26327;
}
.intersections_block .panel-body {
	padding: 0 0 0 20px;
}
.panel.inner_panel {
	border-top: 1px solid #e5e5e5;
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
}
.intersections_block .panel.inner_panel:nth-child(even) {
	background-color: #f2f2f2
}
.intersections_block .panel.inner_panel {
	background: white;
}
a.lightbox {
	display: block;
}
.gray_bg_box {
	background: #f4f4f4;
	position:relative;
}
.gray_bg_box p {
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px
}
a.lightbox img {
	height: auto;
	margin: 0px;
	width: 100%;
	max-height: 200px;
}
/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}
/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
	background: red;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
/* Styles the close link, adds the slide down transition */

a.lightbox-close {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
	top: 0px;
}
.gallaryblock {
	width: 100%;
	height: auto;
}
.gallaryblock ul {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	float: left;
}
.gallaryblock li {
	width: 33.33%;
	float: left;
	list-style: none;
	padding: 0 15px;
	margin-bottom: 20px;
}
.photo_no {
	display: inline-block;
	margin-top: 15px;
}
.note_msg {
	position: absolute;
	bottom: 0px;
	z-index: 99;
	background: white;
	width: 100%;
	padding: 20px;
	text-align: center;
}
.profile_top h1.section_heading {
	padding-bottom: 10px;
	position: relative;
	clear: both;
}
.profile_top h1.section_heading.active_b:after {
	position: absolute;
	content: "";
	background: url(../img/dropdown_arrown.png) no-repeat right top !important;
	height: 24px;
	width: 24px;
	right: 0;
}
.profile_top h1.section_heading:after {
	position: absolute;
	content: "";
	background: url(../img/drop_down_u.png) no-repeat right top;
	height: 24px;
	width: 24px;
	right: 0;
	top: 7px;
}
.photo_de {
	border-bottom: 1px solid #dfdfe0;
	clear: both;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	margin-bottom: 16px;
}
.photo_de a.btn_outline {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #f16327;
	color: #f16327;
	font-size: 15px;
	display: inline-block;
	float: right;
	padding: 2px 10px 2px 5px;
	line-height: 36px;
	fill: #f16327;
}
.photo_de a.btn_outline span {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	float: left;
}
.photo_de a.btn_outline:hover {
	text-decoration: none;
	background: #f16327;
	color: white;
	fill: white;
}
.block_100 {
	width: 100%;
	float: left;
	padding-top: 15px;
}
.block_100 .form-control {
	width: 100%;
}
.modal-header .close span {
	font-size: 14px;
}
.btn_orange.wd_100 {
	width: 100%;
	padding: 10px 20px;
}

.delete_icon {
	display:inline-block;
	width:30px;
	height:30px;
	background:rgba(0,0,0, 0.6);
	padding:5px;
	position:absolute;
	right:0;
	z-index:2;
	fill:white;
}

.delete_icon a {	fill:white;}
.delete_icon a:hover {	fill:#f16327;}

/*top bar new css*/

.top_bar_new {
	border-bottom:1px solid #b4b4b4;
	clear:both;
	width:100%;
	float:left;
	padding:9px 0;
}

.btn_top_b {
	border-radius:3px;
	background:white;
	display:inline-block;
	padding:10px 15px;

	text-align:center;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.31);
	margin:0 3px 5px 3px;
	text-decoration:none;
	min-width:29%;
	max-width:144px;
}

.btn_top_b:hover,
.ac_btn_n {
	text-decoration:none;
	background:#f26327;
	color:white;
}

.btn_top_gray {
	border-radius:3px;
	background:#565659 url(../img/excel_icon.png) no-repeat 10px center;
	display:inline-block;
	padding:10px 15px 10px 25px;

	min-width:130px;
	text-align:center;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.31);
	margin:0 3px;
	color:white;
	text-decoration:none;
}

.btn_top_gray:hover {
	color:white;
	text-decoration:none;
	opacity:0.5;
}

a.remove_fliter {
	display:inline-block;
	color:#ff0000;
	text-decoration:none;
	background:url(../img/remove_fliter.png) no-repeat left center;
	padding:0 0 0 30px;
	background-size: 22px;
	margin-right:10px;
}

a.remove_fliter:hover {
	color:#ff0000;
}


/*top bar new css*/
@media (min-width: 320px) and (max-width: 767px) {
	.topbar-geography {padding-left: 19px;}


}


@media (min-width: 480px) and (max-width: 767px) {
	.gallaryblock li {
		width: 44%;
		margin: 10px;
	}
	a.lightbox img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.gallaryblock li {
		width: 100%;
		margin-bottom: 10px;
	}
	a.lightbox img {
		width: 100%;
		height: auto;
	}
	.intersections_block .panel-body {
		padding: 0;
	}
	.content_white .nav-tabs > li > a {
		font-size: 13px;
	}
	.intersections_block .panel-heading .panel-title {
		line-height: 25px;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	a.lightbox img {
		width: 100%;
		height: auto;
	}
}

.city_map_box {
	width: 100%;
	float: left;
	border-radius: 3px;
	padding: 20px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.heading_first {
	clear: both;
	padding-bottom: 20px;
}

.heading_first h1{
	font-size:18px;
	color:#5f6062;
	border-bottom:2px solid #5f6062;
	line-height:30px;
	display: inline-block;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: 500;}

.heading_first ul{
	list-style:none;
	padding:0px;
	display: block;
	margin: 0;
	clear: both;
}

.heading_first ul li {
	background: #ffffff;
	margin-bottom: 10px;
	min-height: 44px;
	line-height: 44px;
	border-radius:3px 0px 0px 3px;
}

.heading_first ul li strong {
	font-size: 16px;
	font-weight: normal;
	color: #5f6062;
	padding: 12px 0 0 0;
	position: relative;
	left: -14px;
	z-index: 1;
	display: inline-block;
}

.heading_first ul li span {
	/*background: #f26327;
      color: #ffffff;
      float: right;
      height: 44px;
      width: 44px;
      text-align: center;
      border-radius:0px 3px 3px 0px;*/
}

.heading_first ul li.bg_color {
	background: #f26327;
	margin-bottom: 10px;
	border-radius:3px;
}

.heading_first ul li.bg_color strong {
	color:#ffffff;
}

.heading_first ul li.bg_color span img {
	padding-right:0px;
}
.maping_pc {float:right;}
.maping_pc a {
	display: inline-block;;
	width: 22px;
	margin-left: 5px;
}
.maping_pc a:hover {
	opacity: 0.5;
}
.maping_pc a img {
	width: auto;
	max-width: 100%;
}

.heading_first ul li a.box_img {
	border:1px dashed #a1a1a1;
	background: #ece9e8;

	text-align:center;
	height:80px;
	line-height:72px;
	border-radius:3px;
	display:block;
}


a.fliter_app {
	display: inline-block;
	width: 22px;
	float:right;
}

a.fliter_app img {
	width: 22px;
}

a.fliter_app:hover {
	opacity: 0.6;
}



.heading_first ul li a.box_img img {
	width: 28px;
}

.heading_first ul li a.box_img:hover{
	background:#ffffff;
	border:1px dashed #ffffff;}


h1.combien_sec{
	padding-top:30px;}


.pt_25{
	padding-top:0px;}
.select__box {
	font-size: 16px;
	border: none;
	outline:none;
	width:220px;
	outline: none;
}

.section__left {
	clear: both;
}
.section__left h1 {
	border-bottom: 2px solid #7f8081;
	font-size: 15px;
	padding: 0 0 0 10px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

.section__left ul {
	padding: 0 15px 0 15px;
	list-style: none;
	margin: 0;
}

.section__left ul li {
	padding: 0px;
	margin: 0;
	display: block;
}
.section__left ul li ul  { padding-right: 0px;}
.section__left ul li ul li a { font-size: 14px !important; 	padding: 8px 10px 8px 10px !important;}

.section__left ul li a {
	display: block;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px 7px 5px 7px;
	font-size: 14px;
	margin: 0 0 5px 0;
	background: white;
	color: #F26327;
	fill:#F26327;
}

.section__left ul.pink__nav  li a {
	color: #ac4399;
	fill:#ac4399;
}

.section__left ul.blue__nav  li a {
	color: #0070b9;
	fill:#0070b9;
}



.section__left ul li a span {
	display: inline-block;
	width: 8px;
	margin-right: 8px;
}

.section__left ul li a:hover { opacity: 0.7; text-decoration:none;}


@media (min-width:320px) and (max-width:480px) {
	.heading_first ul li.bg_color strong img {padding-left: 58px;}
	.select__box {width:200px;}
	.heading_first h1{font-size:17px;}

}



/*----------------------------------------------------------------
CUSTOM CHECKBOX FOR QUERY Page
-----------------------------------------------------------------*/
.custom_checkbox_n {
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 44px;
}

/* Hide the browser's default checkbox */
.custom_checkbox_n input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.custom_checkbox_n .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	width: 100%;
	background-color:white;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.txt_no {
	position: absolute;
	height: 44px;
	width: 44px;
	text-align: center;
	right: 0;
	top: 0;
	z-index: 1;
	font-size: 16px;
	line-height: 44px;
	/*background: #f26327;*/
	background: #DEDEDE;
	border-radius: 3px;
	/*color: #white;*/
	color: #656568;
}

/* On mouse-over, add a grey background color */
.custom_checkbox_n:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox_n input:checked ~ .checkmark {
	background-color: #f26327;
}

.custom_checkbox_n input:checked ~ .checkmark+strong { color: white;}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox_n .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom_checkbox_n input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox_n .checkmark:after {
	/*left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
}

.topbar-geography{
	z-index: 1;
	position: absolute;
	padding-left: 309px;
	padding-right: 20px;
}

.query-map{
	margin-left: -22px;
	margin-top: 44px;
}

.section__left .tabs_top_gray {
	border-bottom: 2px solid #7f8081;
	width: 100%;
	margin: 10px 0 16px 0;
	height: 44px;
	padding: 0 10px;
}

.section__left .tabs_top_gray > ul {
	padding: 0px;
	margin: 0px;
	display: block;
	background: none;
}

.section__left .tabs_top_gray > ul >li {
	display: inline-block;
	padding:0px;
	margin: 0px;
	width: 49%;
	text-align: center;

}

.section__left .tabs_top_gray > ul >li> a {
	display: block;
	padding: 10px 10px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	color: white;
	background: none;
	margin: 0px;

}

.section__left .tabs_top_gray > ul >li> a:hover { opacity: 1;}

.section__left .tabs_top_gray > ul >li.acive_tab a,
.section__left .tabs_top_gray > ul >li.acive_tab a:hover {
	border: 2px solid #7f8081;
	border-bottom:2px solid #565659 !important;
}


.bottom_part_new {
	margin-left: -15px;
	margin-right: -15px;
}

.bottom_part_new h1,
.bottom_part_new .box__checkbot ul li  .check_box_c {
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
	color: #565659;
}

.bottom_part_new ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.bottom_part_new ul li {
	list-style: none;
	padding: 0px 0 7px 0;
	margin: 0px;
	display: block;
	font-size: 13px;
}
.bottom_part_new ul li .checkmark {
	background: #ece9e8;
}
.bottom_part_new ul li  .check_box_c {	font-size: 13px; font-weight: 400; color: #999999;}

.box__checkbot {padding: 10px 15px 0 15px; }

.box__checkbot ul {border-top: 1px solid #ebebeb; padding-top: 12px;}

.bottom_part_new .box__checkbot ul li  .check_box_c { padding-left: 24px; border-bottom: none;}
.bottom_part_new h1 {
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
}

.block__4 {
	width:33%;
	padding: 0 15px;
	float: left;
	display: inline-block;
}


.svg_a {
	display: inline-block;
	width: 24px;
	vertical-align: top;

	margin-right: 10px;
}

.svg_a_d {
	display: inline-block;
	width: 24px;
	padding: 3px;

	margin-right: 10px;
}

.bottom_part_new .box__checkbot ul li .check_box_c {
	padding-bottom: 0px;
	margin-bottom: 0;
	margin-top: 8px;

}

.lock_right {
	float: right;
	display: inline-block;
	position: relative;
	margin: -5px 11px 0 0;
}




@media (max-width: 768px) {
	.block__4  {
		width: 100%;
		padding-bottom: 20px;
	}

}

@media screen and (orientation:landscape)
and (min-device-width: 319px)
and (max-device-width: 823px) {
	.block__4  {
		width: 100%;
		padding-bottom: 20px;
	}

}



/*------------------------------------------------------
							NEW INTERFACE DESIGN
-------------------------------------------------------*/
.popup__new {
	background: white;
	border-radius: 3px;
	-moz-border-radius:3px;
	margin: 30px auto;
	max-width:816px;
	overflow: hidden;
}

.section_c_gray {
	background:#f4f4f4;
	border-radius: 3px;
	-moz-border-radius:3px;
	float: left;
	width: 100%;
	position: relative;
}

.section_c_gray h1 {
	font-size: 14px;
	color: #565659;
	font-weight:500;
	padding: 0px 0 0 12px;
	margin: 0px;
	border-bottom: 1px solid #c3c3c3;

}

ul.list__c {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0px;
	height: 300px;
	overflow: auto;
}


ul.list__c li {
	line-height: 30px;
	display:block;
	padding: 0 15px;

}
ul.list__c li a {
	display:block;

	color: #656568;
}


.new__active {
	background:#f2632720;
}

ul.list__c li.new__active a {
	font-weight: 500;
	color: #F26327;
}

.mid__arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	fill:#cccccc;
	top: 40%;
	right: -30px;
}

ul.list__c.only_msg {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ul.list__c.only_msg span {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
}


.add__c_sec {
	border-top: 1px solid #c3c3c3;
	padding:10px 15px;
}

.add__c_sec.users_list .search_bar .searh_btn {
	max-width: 35px;
	position: relative;
	width: 20%;
	float: right;
	color: white;
}

.p_body_full {
	margin-left: -15px;
	margin-right: -15px;
}



.add__c_sec.users_list .search_bar .searh_btn:hover {
	text-decoration: none;
}


.add__c_sec.users_list .search_bar .searh_btn i {
	color: white;
}

.add__c_sec.users_list .search_bar input[type="text"] {
	width: 80%;
}

/*========================================================
										DASHBOARD
======================================================*/
.main_dash_sec {

	padding:0px;
	margin-top: -20px;
}

.top_sec {
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding: 0px 30px;
	margin: 0 -20px;
}



.box_around {
	float: left;
	background: #f16326;
	width: 76px;
	height: 76px;
	border-radius: 100%;
	text-align: center;
	margin-right: 25px;
	display: inline-block;}


.box_around img {
	height: auto;
	padding-top: 14px;
	width: 65%;}

.float_left img{
	width:76px;
	height:76px;}


.head_1{
	padding-top:15px;}

.head_1 h1 {
	font-size:50px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #1f2a46;}

.head_1 p {
	padding: 0px;
	margin: 0px;
	color: #6a6968;
	font-size: 16px;
}


.box_1 {
	width: 22.5%;
	float: left;
	padding-top: 28px;}


.head_1.fts_p p {
	font-size: 24px;
	color: #000000;}

p.pt_fts {
	padding-top: 15px;}

.head_1.fts_p span {
	padding-left: 40px;
	color: #6a6968;
	font-size: 15px;}

.box_2 {
	width: 45%;
	float: left;
	padding-top: 28px;}

.border_left {
	border-left: 1px solid #cccccc;
	height: 130px;}



.ml_20 {
	margin-left: 20px;}




.tabel_sec {
	background: #ffffff;

	margin: 0px;
	border-radius:4px;}



ul.left_ul{
	padding:0px;
	margin:0px;
	list-style: none;
}


ul.left_ul li {
	float: left;
	padding-right: 50px;
	font-size: 24px;
	color: #000000;}



ul.left_ul li img{
	vertical-align: middle;
	width:21px;
}

ul.left_ul li span {
	display: block;
	padding-left: 30px;
	color: #737373;
	font-size: 13px;}


ul.right_ul{
	padding:0px;
	margin:0px;
	float:right;}

ul.right_ul li a.fliter_project {
	display: inline-block;
	font-size: 15px;
	background: url(../img/setting.png) no-repeat left top;
	background-size: 21px;
	color: #737373;
	padding: 0 0 0 25px;
	margin-top: 5px;
}

ul.right_ul li {
	display: inline-block;
	vertical-align: top;

}

ul.right_ul li a.fliter_apply {
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	background:#ffe9e0;
	border-radius: 3px;
	margin-top: 4px;
	margin-right: 8px;

	padding: 1px 7px 2px 8px;
}

ul.right_ul li a.fliter_apply:hover {
	text-decoration: none;
	opacity: 0.7;
}

ul.right_ul li a.fliter_apply span {
	display: inline-block;
	width: 8px;
	margin: 0 6px 0 0;
}





.float_left {
	float: left;
	margin-right: 25px;}

.pl_pr {
	padding: 12px 16px 9px 16px;
	clear: both;
	width: 100%;
	float: left;}

.project__list {
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.5px;
	min-width: 900px;
}

table.project__list , table.project__list th, table.project__list td {
	border: 1px solid #ebe9e8;
	border-collapse: collapse;
	border-left: none;}



table.project__list th, table.project__list td {
	text-align: center;
	padding: 19px 15px 16px 15px;}


table.project__list thead {
	text-transform: uppercase;
}

.img__half {
	width: 21px;
}


table.project__list th.wid,
table.project__list td.wid {
	width: 40%;
	text-align: left;}

.tex_col{
	color:#5f6062;}


.fts_tabel p {
	color: #f16326;
	padding: 0px;
	margin: 0px;
}


.section__table_l {
	display: inline-block;
}

.project__small_right {
	float: right;
	display: inline-block;
	padding-top: 4px;
}

.project__small_right img.graph {
	width: 32px;
	margin-right: 5px;
}

ul.right_ul li a.fliter_project::before {
	display: none;
}


.dropdown__fliter {
	position: relative;
	float: left;
}
.dropdown__fliter .dropdown-menu {
	width:255px;
	padding: 18px 25px;
	left: -100%;
}

.dropdown__fliter .dropdown-menu .select_white,
.dropdown__fliter .dropdown-menu .input_white {
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
}

.dropdown__fliter .dropdown-menu label {
	padding-bottom: 2px;
	padding-top: 5px;
}

.project__small_right img.gallery_small {
	width: 21px;
}

.p__info_i {
	width: 30px;
}

.active_p {
	display: inline-block;
	border-radius: 5px;
	background: #63d33c;
	color: white;
	padding: 2px 5px;
	font-size: 12px;
}

.table__res {
	overflow: auto;
	width: 100%;
}



table.project__list th.left_align, table.project__list td.left_align {text-align: left;}

.section__table_l a {
	display: block;
	font-size: 16px;
}
/*----------input animation----------------*/
.search__box {
	margin-top: 32px;
	max-width: 350px;
	width: 100%;
}

.group_in {
	position: relative;
	margin-bottom: 20px;
}

.group_in.search_full {
	width: 100%;
	margin-bottom: -1px;
}

.group_in input {
	font-size: 15px;
	padding: 10px 10px 20px 24px;
	display: block;
	width: 100%;
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px solid #c8c8c8;
	background: none;
	height: auto;
	border-radius: 0px;
}

.group_in input:focus,
.group_in input:focus:invalid:focus {
	outline: none;
	border-color:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* LABEL ======================================= */
.group_in label {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.group_in label i {
	font-size: 24px;
	float: left;
	position: relative;
	left: -8px;
}

.clear__re {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

.reload_btn {
	display: inline-block;
	padding: 5px 10px 5px 24px;
	background: url(../img/reload.png) no-repeat left center;
	background-size: 15px;

}
/* active state */
.group_in input:focus ~ label, .group_in input:valid ~ label {
	top:-20px;
	font-size:14px;
}
/* BOTTOM BARS ================================= */
.group_in .bar {
	position: relative;
	display: block;
	width: 100%;
}
.group_in .bar:before, .group_in .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background: #e26c3a;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.group_in .bar:before {
	left: 50%;
}
.group_in .bar:after {
	right: 50%;
}
/* active state */
.group_in input:focus ~ .bar:before, input:focus ~ .bar:after {
	width: 50%;
}
/* HIGHLIGHTER ================================== */
.group_in .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
/* active state */
.group_in input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;}

.group_in.search__box:before {
	content: "\e90e";
	font-family: 'icomoon';
	display: inline-block;
	position: absolute;
	top: 11px;
	color: #959493;
	font-size: 14px;}

a.search_close   {
	right: 0px;
	position: absolute;
	top: 18px;
	display: inline-block;
}
a.search_close i  {

	font-size: 14px;
}

a.search_close:hover {
	text-decoration: none;
}


.form_inline {
	width: 100%;
	display: block;
	float: left;
	max-width: 1260px;
}




/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from {
		background:#5264AE;
	}
	to {
		width: 0;
		background: transparent;
	}
}
@-moz-keyframes inputHighlighter {
	from {
		background:#5264AE;
	}
	to {
		width: 0;
		background: transparent;
	}
}
@keyframes inputHighlighter {
	from {
		background:#5264AE;
	}
	to {
		width: 0;
		background: transparent;
	}
}

@media (min-width:320px) and (max-width:640px) {

	.box_1,
	.box_2  { width: 100%;}

	.border_left {
		border: none;
	}

	.ml_20 { margin-left: 0px;}



}




@media (min-width:320px) and (max-width:575px) {

	.top_sec {padding: 0px 15px;}

	ul.left_ul li span { padding-left: 30px;font-size: 13px;}

	ul.left_ul li {padding-right: 2px;font-size: 16px;}

	.pl_pr {padding: 13px 20px 10px 7px;}

	ul.right_ul li a.fliter_project {margin-top: 15px;}

	ul.right_ul li a.fliter_apply {margin-top: 15px;}

	table.project__list th, table.project__list td { padding: 1px 10px 1px 10px;}


	.group_in.mb_left {float: none;}

	.form_inline.mb_mt { padding-top: 0px;}

	.form_wid.mb_float_nn {float:none;padding: 7px 0px;}

	select.select_white{ width: 100%;}

	.form_wid {width:100%;float: none;}

	.form_wid input.input_white {width:100%;}

	.form_wid.btn_tp { padding: 0px;}






}


@media (min-width:576px) and (max-width:767px) {

	ul.left_ul li {padding-right:10px;font-size: 20px;}

	head_1.fts_p span { padding-left: 1px;}

	.head_1 h1 {font-size: 24px;}

	.box_around img { padding-top: 10px;}

	.box_around { width: 60px;height: 60px;margin-right: 4px;}

	.box_1, .box_2 { width: 33%;}

	.head_1 p {font-size: 12px;line-height: normal;}

	.head_1.fts_p p {font-size: 14px;}

	.float_left { margin-right: 2px;}

	.head_1.fts_p span {padding-left: 8px;}

	.head_1 {padding-top: 5px;}

	.top_sec { padding: 0px 10px;}

	.float_left img {width: 60px;height: 60px;}

	.pl_pr {padding: 12px 10px 9px 10px;}

	table.project__list th, table.project__list td { padding: 19px 7px 16px 7px;}





	.group_in.mb_left {float: none;}

	.form_inline.mb_mt { padding-top: 0px;}

	.form_wid.mb_float_nn {float:none;padding: 7px 0px;}

	select.select_white{ width: 100%;}

	.form_wid {width:100%;float: none;}

	input.input_white {width:100%;}

	.form_wid.btn_tp { padding: 0px;}



}



@media (min-width:767px) and (max-width:990px) {

	.box_1,
	.box_2  { width: 33%;}

	.border_left {
		border: none;
	}
	.head_1.fts_p span { padding-left: 0px;}
	.ml_20 { margin-left: 0px;}




}





@media (min-width:768px) and (max-width:1302px) {


	.head_1 h1 { font-size: 36px;}

	.top_sec {  padding: 0px 10px;}

	.head_1 p {font-size: 14px;}

	table.project__list th, table.project__list td {padding: 19px 7px 16px 7px;}

	.box_1 { width:30%;}

	.box_2 { width:40%;}

	.box_around { width: 65px; height: 65px;margin-right: 20px;}

	.float_left img {width: 65px; height: 65px; }

	p.pt_fts { padding-top: 7px;}

	.head_1 { padding-top: 10px;}


}



@media (min-width:768px) and (max-width:1024px) {

	.group_in.mb_left {float: none;}

	.form_inline.mb_mt { padding-top: 0px;}









	.form_wid.btn_tp { margin-top: 0px;}




}



@media (min-width:1025px) and (max-width:1402px) {
	.form_wid.mb_float_nn {
		float: left;
		padding: 0px 6px 0px 8px;}

	input.input_white {
		min-width: 60px;}

	input, textarea, .uneditable-input {
		width: 150px;}

	.tabel_sec.mt_top {
		margin-top:150px;}

	.form_wid { padding: 0px 10px 0px 10px;}


}







a.add_fliter {
	display:inline-block;
	color:#f26327;
	text-decoration:none;
	background:url(../img/add_fliter.png) no-repeat left center;
	padding:0 0 0 30px;
	background-size: 22px;
	margin-right:10px;
}

a.add_fliter:hover {
	color:#f26327;
}


a.remove_fliter_n {
	display:inline-block;
	color:#f26327;
	text-decoration:none;
	background:url(../img/remove_flter_n.png) no-repeat left center;
	padding:0 0 0 30px;
	background-size: 22px;
	margin-right:10px;
}

a.remove_fliter_n:hover {
	color:#f26327;
}


.tabel_sec {
	background: #ffffff;
	border-radius: 4px;
	margin-top: 40px;
	clear:both;
	float: left;
	width:100%;
}

.group_in {
	position: relative;
	margin-bottom: 20px;
	float: left;}

.form_inline{
	padding-top:29px;}

.form_wid {
	float: left;
	padding: 0px 15px 0px 15px;}

.form_wid .select_white {
	width: 115px;
}

.form_wid.btn_tp {
	margin-top: 24px;}


.close_h_a {
	display: inline-block;
	float: right;
	color: #5f6062;
}

.heading_first ul li strong {
	font-size: 16px;
	font-weight: normal;
	color: #565659;
	padding: 12px 0 0 0;
	position: relative;
	left: -3px;
	z-index: 1;
	display: inline-block;
}