/*
* Template Name: Sublime - Web Application Admin Template
* Version: 1.0
* Author: Nyasha.
* Website: http://www.nyasha.me/
* Themeforest Portfolio: http://themeforest.net/user/iamnyasha/portfolio?ref=iamnyasha
*/


/* Table of Contents
*     [SECTION]...........[DESCRIPTION]
1.    Reset...............Set defaults
2.    Header..............Header element styles
3.    Sidebar.............Main sidebar
4.    Content Layout......App layout content (also contains Modal, Well, and list-group styles)
5.    Off Screen..........Off Screen styles
6.	   Alerts..............Custom bootstrap alert styles
7.	   Breadcrumbs.........Custom bootstrap breadcrumb styles
8.	   Pagination..........Custom bootstrap pagination styles
9.	Tables..............Custom bootstrap tables styles
10.	Panels..............Custom bootstrap panel styles
11.	Forms...............Custom bootstrap form styles
12.	Popover.............Custom bootstrap popover styles
13.	Tooltip.............Custom bootstrap tooltip styles
14.	Badge...............Custom bootstrap badge styles
15.   Presentation........Custom bootstrap <code> styles
16.	Dropdown............Custom bootstrap dropdown styles
17.	Progress-Bar........Custom bootstrap progress bar styles
18.	Buttons.............Custom bootstrap button styles
19.	Navbar..............Custom bootstrap Navbar styles
20.	Navs................Custom bootstrap navs styles
21.	Labels..............Custom bootstrap labels styles
22.	Carousel............Custom bootstrap carousel styles
23.	Chat Box............Mail, Chat box and chat widget styles
24.	Tasks...............Tasks page styles
25.	Timeline............Timeline page styles
26.	Catalog.......Catalog page styles
27.	Gallery.............Photo Gallery styles
28.	400_500.............404, 500, Signin, Signup and lockscreen page styles
29.	Widgets.............Widget styles
30.	Switchery...........Switchery iOS switches styles
31.	Sortable............Nestable and Sortable elements
32.	FuelUX..............FuelUX elements (Custom checkbox, custom radio boxes, form wizard, pill box, spinner styles)
33.	Charts..............Chart and map elements
34.	Utilities...........Helper classes (margins, paddings, borders, and resets)
35.	Color Scheme........Theme color palette
36.   Plugins........Theme plugin styles
Quickly jump to a desired section by doing (CMD/CTRL + F $[SECTION])
*/


/*
* $Reset
* Basic global styles
*/


/* Body reset */

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
	/*background: rgba(0, 0, 0, 0.07);*/
	padding: 5px 5px;
	border-radius: 3px;
	border: solid 1px #aaa;
	color: #555;
	/*box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);*/
	box-shadow: inset 0 2px 4px 0px hsla(0, 0%, 0%, 0.08);
}

textarea:focus,
input[type="text"]:focus,
,
input[type=tel]:focus,
input[type=email]:focus,
input[type="password"]:focus {
	/*box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15), 0px 0px 5px*/
	box-shadow: inset 0 2px 4px 0px hsla(0, 0%, 0%, 0.08), 0px 0px 5px rgba(50, 153, 255, 0.5);
	border: solid 1px #3299FF;
}

body {
	background: url("../img/login-bg.webp") no-repeat center center/cover rgba(0, 0, 0, 0) !important;
	/*color: #59595a;*/
	color: #000;
	/*line-height: 1.5;*/
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	html,
	body {
		height: 100%;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.1;
}

.bolder {
	font-weight: 800;
}


/* Links */

a {
	color: #59595a;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

a:visited,
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

[class^="ti-"].pull-right,
[class*=" ti-"].pull-right {
	line-height: inherit;
}


/* hr restyled*/

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #e3e6f3;
}


/* Images and avatars */

img {
	/*max-width: 100%;*/
	height: auto;
	border-style: solid;
	border-radius: 6px;
}

img {
	-ms-interpolation-mode: bicubic;
}

.img-rounded {
	border-radius: 2px;
}

.img-circle {
	border-radius: 50%;
}

.avatar {
	position: relative;
	display: inline-block;
	width: 100%;
}

.avatar-lg {
	width: 128px;
}

.avatar-md {
	width: 64px;
}

.avatar-sm {
	width: 32px;
}

.avatar-xs {
	width: 16px;
}

.bordered-avatar {
	border: 3px solid #fff;
	background-color: #eaecf6;
}


/* Remove contenteditable outlines */

[contenteditable],
[contenteditable]:hover,
[contenteditable]:active {
	outline: 0;
}

blockquote {
	padding: 10px;
	border: 0;
	font-size: 13px;
	float: left;
	display: block;
}

blockquote:before {
	color: #E2E4E9;
	font-family: Georgia, serif;
	/*content: "“";*/
	font-size: 40px;
	margin-right: 10px;
	float: left;
	line-height: 1;
}

blockquote p {
	display: inline-block;
	padding-left: 16%;
}

.pullquote {
	font-style: italic;
	display: block;
	float: left;
	font-size: 1.6em;
	width: 55%;
}

.pullquote:before {
	font-family: Georgia, serif;
	content: "“";
	font-style: normal;
	font-size: 40px;
	float: left;
	color: #E2E4E9;
}

.drop-cap {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	font-family: Georgia;
}

.drop-cap.boxed {
	padding: 10px;
	margin: 0 5px 5px 0;
	border-radius: 2px;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5;
}

ol.list-style-none,
ul.list-style-none {
	list-style: none;
	padding: 0;
}

.nav {
	padding: 0;
}

.pageload {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99999;
}

.pageload .loader {
	position: absolute;
	margin: -12px 0 0 -12px;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 24px;
}

.loader:after {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	display: block;
	z-index: 2000;
	border-radius: 24px;
	content: "";
	-webkit-animation: spinner 400ms linear infinite;
	-ms-animation: spinner 400ms linear infinite;
	animation: spinner 400ms linear infinite;
}

@ -webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate (360deg);
		transform: rotate (360deg);
	}
}

@ -ms-keyframes spinner {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate (360deg);
		transform: rotate (360deg);
	}
}

@ keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate (360deg);
		transform: rotate (360deg);
	}
}

@media print {
	.content-wrap {
		width: 100%;
	}
	.sidebar,
	.header,
	.no-print {
		display: none;
	}
}


/*
*
* $Header layout
*
* Core theme layout styles
*/


/* header element */

.header {
	min-height: 50px;
	z-index: 1000;
	border-radius: 0;
	border: 0;
	margin: 0;
	/* Branding */
}

.header li:hover,
.header li a:hover,
.header li a:active {
	background: transparent;
}

.header .brand {
	width: 210px;
	float: left;
}

.header .brand .navbar-brand {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
}

.header .brand .navbar-brand img {
	max-height: 35px;
	margin-right: 5px;
	margin-top: 5px;
	left: 6px;
	position: absolute;
}

.header .navbar-nav {
	margin: 0;
}

.header .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: 50px;
}

.header .navbar-nav>li>a:focus {
	background-color: transparent;
}

.header .header-avatar {
	width: 32px;
	margin-top: -6px;
}

.header>.nav>li>a>.badge {
	position: absolute;
	top: 8px;
	right: 2px;
	width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	padding: 0;
}

.header .header-search {
	position: relative;
}

.header .header-search input[type="submit"] {
	display: none;
	border-radius: 0;
	padding: 15px 16px;
	height: 28px;
	background: #15DB81 url(../img/toolbar_find.png) no-repeat center center;
	background-size: 22px auto;
}

.header .header-search.open input[type="submit"] {
	display: block
}

.header .header-search .search-container {
	top: 10px;
	width: 0;
	-webkit-transition: width 300ms;
	transition: width 300ms;
	position: absolute;
	left: 30px;
	z-index: 9999;
}

.header .header-search .search-container input[type="text"] {
	border-radius: 0;
}

.header .header-search .search-container .search {
	height: 30px;
	border: 0;
	padding: 0;
	text-indent: 10px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.header .header-search .toggle-search {
/* 	padding: 8px 15px !important;
margin: 10px 0;
width: 30px;
height: 30px;*/
}

.header .header-search.open>a {
	z-index: 1001;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.header .header-search.open .search-container {
	width: 300px;
}

.header .header-search.open .search-container .search {
	padding-right: 12px;
	width: 400px;
	left: -20px;
	background-color: #fff;
}

.header .notifications {
	position: relative;
}

.header .notifications .panel {
	border: 0;
}

.header .notifications .panel-heading {
	padding: 5px 15px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.header .notifications ul li a {
	font-size: 13px;
}

.header .notifications .panel-footer {
	padding: 5px 15px;
}

.header .notifications .panel-footer>a {
	font-size: 13px;
}

.header .notifications .m-body {
	display: block;
	overflow: hidden;
}

.header .notifications .time {
	display: block;
}

.header .notifications .label {
	font-size: 10px;
}

.header .notifications a:hover,
.header .notifications a:visited,
.header .notifications a:active {
	color: #59595a;
}

.horizontal-layout .brand {
	width: auto;
	background-color: transparent;
}

#user-detail-map-overlay {
	height: 88%;
	overflow-y: auto;
	border: 1px solid #1374C5;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 40px!important;
	width: 375px;
	color: #fff;
}

#user-detail-map-overlay .list-group-item {
	background: none;
	border: none;
	border-bottom: 1px solid #6ab5ef;
	border-radius: 0;
	height: auto;
	width: 375px;
}

#user-detail-map-overlay p {
	margin: 0;
}

td:focus {
	outline: -webkit-focus-ring-color auto 1px;
	font-weight: bold;
}

tr:hover td:focus {
	outline: -webkit-focus-ring-color auto 1px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.header {
		position: absolute;
		width: 100%;
		padding: 0 15px;
		/* Branding */
	}
	.header .brand {
		margin-left: -15px;
	}
	.header .brand .navbar-brand {
		width: 100%;
	}
	.header .header-avatar {
		float: left;
	}
	.header .notifications .dropdown-menu {
		min-width: 350px;
	}
	.app>header .dropdown-menu {
		border-top: 0;
		padding: 0;
		box-shadow: 0px 2px 5px rgba(88, 96, 114, 0.05);
		-webkit-animation-duration: 300ms;
		animation-duration: 300ms;
	}
}

@media ( max-width: 767px) {
	.header {
		width: 100%;
	}
	#tourlistTooltip {
		right: -29px !important;
	}
	#send_gsm_msg .modal-dialog {
		max-width: 300px;
	}
	.header.header-fixed {
		position: fixed;
		width: 100%;
		top: 0;
	}
	.header>.brand {
		width: 100%;
		text-align: center;
	}
	.header>.brand .navbar-brand {
		display: inline-block;
		float: none;
		text-align: center;
	}
	.header .notifications {
		margin-right: 10px;
	}
	.header .navbar-nav .open .dropdown-menu {
		position: absolute;
		margin-top: 0;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.header .navbar-collapse {
		width: 100%;
	}
	.header .off-right {
		position: absolute;
		right: 0;
		top: 0;
	}
	.header .off-left {
		position: absolute;
		left: 0;
		top: 0;
	}
	.header .navbar-toggle,
	.header .brand [data-toggle="offscreen"] {
		z-index: 999;
		padding: 10px 15px;
		margin-top: 8px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 2px;
	}
	.header .search-container {
		width: 100%;
		max-width: 220px;
	}
	.app>.header>.nav>li {
		float: left;
	}
	.app>.header>.navbar-nav {
		float: left;
	}
	.app>.header>.navbar-right {
		float: right;
	}
	.app>.header .dropdown-menu {
		position: fixed !important;
		top: 100px;
		left: 0;
		right: 0;
		border-radius: 0 !important;
	}
	.app>header .dropdown-menu {
		padding: 0;
		border-bottom: 1px solid #e3e6f3 !important;
		box-shadow: none !important;
		-webkit-animation-duration: 0ms;
		animation-duration: 0ms;
	}
}

.sidebar ul.nav {
	padding-bottom: 50px;
}

.viewusrinfo .form-group ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.viewusrinfo .form-group div {
	display: inline-block;
}

.viewusrinfo .form-group label {
	width: 150px;
}

#assign-property.form-group input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.widget.bg-danger .widget-body {
	height: 226px;
	overflow: auto;
	border-top: 1px solid #ccc;
}

.widget.bg-danger .widget-body blockquote {
	border-bottom: 1px solid #ccc;
	width: 100%;
	position: relative;
}


/*
* $Sidebar layout
*
* Core theme layout styles
*/


/* main sidebar */

.sidebar {
	width: 210px;
}

.sidebar .nav-title {
	font-size: 11px;
	padding: 25px 15px 0;
	letter-spacing: 1px;
}

.nav-item:hover {
	color: #fff!important;
}

.sidebar>footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* Menu links */

.main-navigation ul>li>a {
	display: block;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}

.main-navigation ul>li i {
	padding-right: 10px;
	min-width: 25px;
	text-align: center;
	font-size: 11px;
}

.main-navigation .nav>li>a:hover,
.main-navigation .nav>li>a:focus,
.main-navigation .nav .open>a,
.main-navigation .nav .open>a:hover,
.main-navigation .nav .open>a:focus {
	border-color: transparent;
	background-color: transparent;
}

.main-navigation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #cccccc;
}

/* Disable background highlighting on touch devices */

.touch li:hover,
.touch li:focus,
.touch a:hover,
.touch a:focus {
	background-color: transparent !important;
}


/* collapsible menu */

.app .sidebar ul>li {
	position: relative;
	display: block;
}

.app .sidebar ul>li:before,
.app .sidebar ul>li:after {
	content: " ";
	display: table;
}

.app .sidebar ul>li:after {
	clear: both;
}

.app .sidebar ul>li a {
	position: relative;
}

.app .sidebar ul>li.open>.dropdown-menu {
	display: block;
}

.app .sidebar ul>li.open>a .toggle-accordion:before {
	content: "\f107";
}

.app .sidebar ul>li>ul {
	position: relative;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}

.app .sidebar .nav>li .sub-menu {
	font-size: 12px;
}

.app .sidebar .nav>li>.sub-menu>li>a {
	padding: 8px 15px 8px 60px !important;
}

.app .sidebar .nav>li>.sub-menu>li>a+.sub-menu>li>a {
	padding: 8px 15px 8px 60px !important;
}

.app .sidebar .nav>li>.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
	padding: 8px 15px 8px 80px !important;
}

.app .sidebar .nav>li>.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
	padding: 8px 15px 8px 100px !important;
}

.app .sidebar li a .toggle-accordion {
	float: right;
	padding: 0;
	font-size: 8px;
	line-height: 20px;
	min-width: 25px !important;
}

.app .sidebar li a .toggle-accordion:before {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	content: "\f105";
}

@media screen and (min-width: 768px) {
	.app.small-menu {
/* Uncomment this if you want the layout to be scrollable with small menu
&.boxed > .header {
width: inherit;
}
& > .header {
position: fixed;
}
.wrapper {
position: relative;
}
.main-navigation {
position: relative;
overflow: visible;
}*/
}
.app.small-menu .brand {
	width: 70px;
}
.app.small-menu .navbar-brand {
	width: 100%;
	text-align: center;
}
.app.small-menu .navbar-brand span {
	display: none;
	visibility: hidden;
}
.app.small-menu .navbar-brand i {
	margin: 0;
}
.slimScrollDiv {
	overflow: visible !important;
}
.app.small-menu .sidebar {
	width: 70px;
}
.app.small-menu .sidebar .nav-title {
	text-align: center;
}
.app.small-menu .sidebar .main-navigation {
	overflow: visible;
}
.app.small-menu .sidebar .main-navigation>ul>li.open>.sub-menu {
	display: none !important;
}
.app.small-menu .sidebar .main-navigation>ul>li {
	position: relative;
	text-align: center;
}
.app.small-menu .sidebar .main-navigation>ul>li>a {
	padding: 11px;
}
.app.small-menu .sidebar .main-navigation>ul>li>a>span {
	display: none;
	visibility: hidden;
}
.app.small-menu .sidebar .main-navigation>ul>li i {
	display: block;
	padding: 0;
	min-width: 100%;
}
.app.small-menu .sidebar .main-navigation>ul>li:hover>.sub-menu {
	display: block !important;
}
.app.small-menu .sidebar .main-navigation .nav>li>a>.toggle-accordion {
	display: none;
}
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu {
	position: absolute;
	top: 0;
	left: 82%;
	/*border: 1px solid #e3e6f3;*/
	border-left: 0;
	background: #999;
	z-index: 1000;
	display: none !important;
	padding: 0;
	list-style: none;
	min-width: 180px;
}
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu>li.active,
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu>li>a:hover {
	/*background-color: #f1f2f9;*/
	background-color: #E9EBEF;
}
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu>li>a {
	margin: 0;
	padding: 3px 20px !important;
	width: 100%;
	font-size: 13px;
	color: #fff;
	text-align: left;
}
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu>li>a+.sub-menu>li>a {
	padding: 8px 15px 8px 30px !important;
}
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
	padding: 8px 15px 8px 40px !important;
}
.app.small-menu .sidebar .main-navigation .nav>li>.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a+.sub-menu>li>a {
	padding: 8px 15px 8px 50px !important;
}
}
/*sub-menu colors*/
.main-navigation > ul > li .sub-menu {
	background-color: #dedede;
	border: 1px solid #bfbfbf;

}


/* Sidebar sizes */

@media screen and (min-width: 768px) {
	.sidebar-300 {
		width: 300px;
	}
	.sidebar-250 {
		width: 250px;
	}
	.sidebar-400 {
		width: 400px;
	}
}

/*#UserEditUserForm .form-group.mappop div {
   width: 93%;
   float: left;
}

#UserEditUserForm .form-group.mappop img {
   float: right;
   margin: 3px 0 0;
   cursor: pointer;
   }*/

   .select-color .modal-dialog {
   	max-width: 440px;
   }

   @media screen and (min-width: 768px)and (max-width: 1040px) {
   	#nonFixedSample th {
   		font-size: 10px;
   	}
   	.nav li.dropdown .dropdown-menu {
   		background: #4F5061 !important;
   	}
   	.nav li.dropdown .dropdown-menu li,
   	.nav li.dropdown .dropdown-menu li a {
   		color: #fff;
   	}
   }

   @media ( max-width: 767px) {
   	.main-navigation {
   		position: relative;
   	}
   	.bluebox div {
   		border-bottom: 1px solid #fff;
   		padding-bottom: 10px;
   	}
   	.nav li.dropdown .dropdown-menu {
   		background: #4F5061 !important;
   	}
   	.nav li.dropdown .dropdown-menu li,
   	.nav li.dropdown .dropdown-menu li a {
   		color: #fff;
   	}
  /* #UserEditUserForm .form-group.mappop div {
      width: 88%;
      }*/
      #nonFixedSample th {
      	font-size: 9px;
      	vertical-align: top;
      }
      table.dataTable thead .sorting::after,
      table.dataTable thead .sorting_asc::after,
      table.dataTable thead .sorting_desc::after {
      	top: 28px !important;
      }
      .header .navbar-right {
      	width: 42px;
      }
      .header .navbar-right li a {
      	padding-top: 5px;
      	padding-bottom: 5px;
      }
      .app>.header .dropdown-menu {
      	top: 110px;
      }
      .main-content .content-wrap .wrapper {
      	padding: 15px 8px;
      }
      .app aside.offscreen-right .content-wrap {
      	position: relative;
      	height: 100%;
      }
      .app aside.offscreen-right .wrapper {
      	position: absolute;
      	top: 0;
      	right: 0;
      	bottom: 0;
      	left: 0;
      	overflow-x: hidden;
      	overflow-y: auto;
      }
      .sidebar-300,
      .sidebar-250,
      .sidebar-400 {
      	width: 100%;
      }
  }


/*
* $Content Layout
*
* Core theme layout styles
*/


/* main app area */

.main-content {
	/*background: #f1f4f9;*/
	background: #f7f7f7;
	width: 100%;
}

#rendetdata img {
	left: 50%;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

#nonFixedSample .btn {
	margin: 0px 2px;
}

#append_detail {
	min-height: 10px;
}

#append_detail .col-sm-4 label {
	float: left;
	width: 40%;
}

#append_detail .col-sm-4 div {
	text-align: left;
	float: left;
	margin-left: 5px;
}

.main-content .content-wrap .wrapper {
	padding: 15px;
}

.main-content .header .nav>li:active>a,
.main-content .header .nav>li.active>a {
	background-color: #f1f4f9;
	color: #59595a;
}

section.main-content>footer,
section.main-content>.fffix>footer,
aside>footer,
aside>.fffix>footer {
	min-height: 50px;
	padding: 0 15px;
}

section.main-content>footer p,
section.main-content>.fffix>footer p,
aside>footer p,
aside>.fffix>footer p {
	display: inline-table;
	margin: 19px 0;
	line-height: 1;
}

.layout .header {
	z-index: 997;
}

.equal-blocks {
	display: table;
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

.equal-blocks>.block {
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media screen and (min-width: 768px) {
	.container,
	.app {
		position: relative;
		height: 100%;
	}
	section .wrapper,
	aside .wrapper {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	section.main-content>footer,
	section.main-content>.fffix>footer,
	aside>footer,
	aside>.fffix>footer {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.app>.layout {
		height: 100%;
		padding-top: 50px;
		display: table;
		table-layout: fixed;
		width: 100%;
		overflow: hidden;
	}
	.app>.layout>section,
	.app>.layout>aside {
		height: 100%;
		position: relative;
		display: table-cell;
		vertical-align: top;
		float: none;
	}
	.app .header-fixed+.layout {
		padding-top: 50px;
	}
	.content-wrap {
		position: relative;
		height: 100%;
	}
	.header+.content-wrap .wrapper {
		top: 50px;
	}
	.slimscroll {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media ( max-width: 767px) {
	.app .layout {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.app .header-fixed+.layout {
		padding-top: 100px;
	}
	.main-content {
		overflow: hidden;
	}
	.main-content .header {
		padding: 0 15px;
	}
	.main-content .header>ul>li {
		display: block;
		float: left;
	}
	.main-content .header.header-fixed+.content-wrap {
		padding-top: 65px;
	}
	.main-content .header.header-fixed+.content-wrap.no-padding {
		padding-top: 50px;
	}
}


/* Chat panel */

.chat-sidebar .user {
	position: relative;
}

.chat-sidebar .user i {
	position: absolute;
	right: 0;
	top: 10px;
}

@media screen and (min-width: 768px) {
	.app aside.chat-sidebar {
		width: 300px;
		display: none;
	}
	.app aside.chat-sidebar .wrapper {
		-webkit-animation-duration: 500ms;
		animation-duration: 500ms;
	}
	.app.move-right .chat-sidebar {
		display: table-cell;
	}
	.app.move-right .chat-sidebar .slimScrollDiv,
	.app.move-right .chat-sidebar .slimscroll {
		height: 100% !important;
	}
}

.chat-user {
	display: block;
	clear: both;
	position: relative;
	cursor: pointer;
	margin: 5px;
	padding: 10px;
	border-radius: 2px;
}

.chat-user:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.chat-user p {
	margin: 0;
}

.chat-user .user-avatar {
	float: left;
	margin-right: 10px;
	position: relative;
}

.chat-user .user-avatar img {
	width: 35px;
}

.chat-user .user-avatar .status {
	position: absolute;
	right: 0;
	top: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin-top: -2px;
}

.chat-user .user-details {
	overflow: hidden;
}

.chat-user .user-details .user-department {
	display: block;
	color: #727274;
}

.chat-user .user-details .status {
	height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}


/* Loading wrapper */

.loader {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ti-caret:before {
	font-size: 10px !important;
}

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 0;
}


/* Layout options */

.fixed-scroll.boxed>.header {
	width: inherit;
}

.fixed-scroll>.header {
	position: fixed;
}

.fixed-scroll .wrapper {
	position: relative;
}

.fixed-scroll .main-navigation {
	position: relative;
	overflow: visible;
}

.boxed {
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width: 768px) {
	.boxed {
		width: 750px;
	}
}

@media ( min-width: 992px) {
	.boxed {
		width: 970px;
	}
}

@media ( min-width: 1200px) {
	.boxed {
		width: 1170px;
	}
}

.app.horizontal-layout>.header .brand {
	background-color: transparent;
}

@media ( max-width: 767px) {
	.app.horizontal-layout>.header .navbar-collapse .dropdown-menu {
		position: relative !important;
		top: auto;
		box-shadow: none;
	}
	.app.horizontal-layout .nav li:before,
	.app.horizontal-layout .nav li:after {
		content: " ";
		display: table;
	}
	.app.horizontal-layout .nav li:after {
		clear: both;
	}
}

.language-dropdown .flag {
	width: 16px;
	margin-top: -2px;
}

.right-menu .header-search .search-container {
	left: auto;
	right: 40px;
}

.right-menu .header-search .search-container .search {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.right-menu .header-search.open>a {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media screen and (min-width: 768px) {
	.right-menu .brand {
		float: right;
		margin-left: 0;
		margin-right: -15px;
	}
}

.right-menu.small-menu .brand {
	float: right;
}

.right-menu.small-menu .main-navigation>ul>li .sub-menu {
	border-left: 1px solid #e3e6f3 !important;
	border-right: 0 !important;
}

@media screen and (min-width: 768px) {
	.right-menu.small-menu .main-navigation>ul>li>.sub-menu {
		left: auto !important;
		right: 100% !important;
	}
	.right-menu .header .navbar-nav.navbar-right:last-child {
		margin-right: 0;
		margin-left: -15px;
	}
}

[data-animation] {
	visibility: hidden;
}

.animated {
	visibility: visible !important;
}

.visible {
	visibility: visible;
}

.arrow {
	position: absolute;
	height: 0;
	width: 0;
}

.arrow:after {
	border-width: 10px;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	display: block;
}

.arrow.left:after {
	border-left-color: #fff;
	border-right-width: 0;
	content: " ";
}

.arrow.left,
.arrow.right {
	top: 50%;
	margin-top: -10px;
}

.arrow.left {
	left: 0;
}

.arrow.right:after {
	border-right-color: #fff;
	border-left-width: 0;
	content: " ";
}

.arrow.right {
	right: 10px;
}

.fffix {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}


/*
* $Off Screen Menu
*
*/

@media ( max-width: 767px) {
	html,
	body {
		height: 100%;
	}
	.offscreen {
		overflow: hidden;
	}
	.app {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.app.move-right .main-content .fffix,
	.app.move-left .main-content .fffix {
		position: static;
	}
	.app.move-right>.header,
	.app.move-left>.header {
		z-index: 0;
	}
	.layout,
	.header {
		-webkit-backface-visibility: hidden;
		position: relative;
		width: 100%;
		-webkit-transition: -webkit-transform 300ms ease 0s;
		transition: transform 300ms ease 0s;
	}
	.layout:before,
	.layout:after {
		content: " ";
		display: table;
	}
	.layout:after {
		clear: both;
	}
	.offscreen-left {
		-webkit-backface-visibility: hidden;
		width: 280px;
		height: 100%;
		overflow: auto;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.offscreen-left * {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	.offscreen-right {
		-webkit-backface-visibility: hidden;
		width: 280px;
		height: 100%;
		overflow: auto;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.offscreen-right * {
		-webkit-backface-visibility: hidden;
	}
	.move-left>.layout,
	.move-left>.header {
		-webkit-transform: translate(280px, 0);
		-ms-transform: translate(280px, 0);
		transform: translate(280px, 0);
		-webkit-transform: translate3d(280px, 0, 0);
		-ms-transform: translate(280px, 0, 0);
		transform: translate3d(280px, 0, 0);
		-webkit-transition: -webkit-transform 300ms ease;
		transition: transform 300ms ease;
	}
	.move-right>.layout,
	.move-right>.header {
		-webkit-transform: translate(-280px, 0);
		-ms-transform: translate(-280px, 0);
		transform: translate(-280px, 0);
		-webkit-transform: translate3d(-280px, 0, 0);
		-ms-transform: translate(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
		-webkit-transition: -webkit-transform 300ms ease;
		transition: transform 300ms ease;
	}
	.offscreen>.layout {
		position: absolute;
		top: 0;
		bottom: 0;
		overflow: visible;
	}
	.no-csstransforms .offscreen-left {
		left: -280px;
	}
	.no-csstransforms .offscreen-right {
		right: -280px;
	}
	.no-csstransforms .move-right>.layout,
	.no-csstransforms .move-right>.header {
		right: 280px;
	}
	.no-csstransforms .move-left>.layout,
	.no-csstransforms .move-left>.header {
		left: 280px;
	}
	.move-left .exit-offscreen,
	.move-right .exit-offscreen {
		-webkit-backface-visibility: hidden;
		cursor: pointer;
		display: block;
		position: absolute;
		background: rgba(255, 255, 255, 0.1);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
}

.widget {
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
	background-color: #fff;
}

.widget .widget-header,
.widget .widget-body,
.widget .widget-footer {
	position: relative;
	padding: 15px;
	z-index: 995;
}

.widget .widget-header:before,
.widget .widget-body:before,
.widget .widget-footer:before,
.widget .widget-header:after,
.widget .widget-body:after,
.widget .widget-footer:after {
	content: " ";
	display: table;
}

.widget .widget-header:after,
.widget .widget-body:after,
.widget .widget-footer:after {
	clear: both;
}

.widget .widget-header {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.widget .widget-footer {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.dash-tile {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	min-height: 155px;
	/*outline: 1px solid #ccc;*/
	box-shadow: 0 0 0 1px #d4d4d4;
}

.dash-tile #critical_error {
	margin: 10px 0 0;
	display: inline-block;
}

.dash-tile .tile-title {
	text-transform: uppercase;
	font-size: 85%;
}

.dash-tile .tile-title.title-heading {
	width: 100%;
	position: relative;
}

.dash-tile .tile-title.title-heading:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	border-top: 1px solid rgba(133, 133, 133, 0.01);
}

.dash-tile .tile-stats {
	font-size: 24px;
	margin-top: 15px;
}

.dash-tile .tile-chart {
	width: 100%;
	position: absolute !important;
	bottom: 25px;
	left: 0;
	right: 0;
	height: 40px;
}

.dash-tile .tile-bottom {
	display: block;
	white-space: nowrap;
	margin-top: 1px;
}

.dash-tile .tile-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 80px;
	color: rgba(0, 0, 0, 0.1);
	line-height: 0;
	margin-top: -40px;
}


/*
*  Toggle $Accordion
*
*/

.accordion-header {
	color: #59595a;
	background-color: #ececec;
	height: 41px;
	padding: 11px 17px 0px 19px;
	cursor: pointer;
	margin-top: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.accordion-header:hover {
	color:#EC7801;
}

.accordion-header:active {
	color:#59595a;
}

.accordion dt,
.toggle dt {
	display: block;
	position: relative;
	text-decoration: none;
	background: #ffffff;
	border-radius: 2px;
	margin-bottom: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.accordion dt a,
.toggle dt a {
	color: #59595a;
	padding: 15px;
	display: block;
	font-weight: 400;
}

.accordion dt a:after,
.toggle dt a:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61a";
	position: absolute;
	right: 10px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #d1d5eb;
	color: #d1d5eb;
	border-radius: 50%;
	top: 50%;
	margin-top: -12px;
}

.accordion dt a.active:after,
.toggle dt a.active:after {
	content: "\e622";
}

.accordion dd,
.toggle dd {
	padding: 0 15px 15px;
}

.accordion dd a,
.toggle dd a {
	display: block;
}

.accordion dd,
.toggle dd {
	border-top: 0;
}

.accordion dd:last-of-type,
.toggle dd:last-of-type {
	position: relative;
}

#collapseKey, #collapseOne, .panel-collapse {
	border-width: 0px 1px 1px 1px;
	border-color: #cfcfcf;
	border-style: solid;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

/*#collapseOne {
	border-width: 0px 1px 1px 1px;
    border-color: #cfcfcf;
    border-style: solid;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
*/

/*
*  $Widgets
*
*/

.post .list-group-item,
.panel.post .panel-heading {
	border-color: #1AADD1;
}


/* Toggle */

.toggle-active {
	cursor: pointer;
}

.toggle-active.active {
	color: #daac16;
}


/* Circular icon */

.circle-icon {
	float: left;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}

.header .circle-icon {
	width: 32px;
	height: 32px;
	margin: 0;
	position: relative;
}

.header .circle-icon>i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	font-size: 12px;
}


/* Photo Post Widget */

.imgpost-heading,
.photobox-heading {
	position: relative;
	height: 150px;
	padding: 0;
}

.imgpost-heading .bxslider,
.photobox-heading .bxslider {
	margin: 0;
	padding: 0;
}

.imgpost-heading .bx-wrapper,
.photobox-heading .bx-wrapper,
.imgpost-heading .bx-viewport,
.photobox-heading .bx-viewport,
.imgpost-heading .bx-viewport,
.photobox-heading .bx-viewport,
.imgpost-heading .bxslider,
.photobox-heading .bxslider,
.imgpost-heading .bxslider li,
.photobox-heading .bxslider li {
	height: 100%;
}

.imgpost-heading .cover,
.photobox-heading .cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 4px 4px 0 0;
}


/* Photo Widget */

.photobox-heading {
	background: #ffffff url(../img/cover.jpg) no-repeat center center;
	background-size: cover;
}

.photobox {
	min-height: 150px;
	padding: 0;
	border: 0;
	position: relative;
	overflow: hidden;
}

.photobox .thumb {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	cursor: pointer;
}

.photobox .centered-hero {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -13px;
	color: #fff;
}

.photobox .centered-hero .title {
	color: #fff;
	font-size: 18px;
}

.photobox .photobox-body {
	padding: 15px;
	background-color: #fff;
	position: relative;
	bottom: 0;
}

.status-avatar {
	margin-top: -47px;
}

.post-media {
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.post-comments .avatar {
	max-width: 48px;
	border-radius: 50%;
}

.post-comments .comment {
	overflow: hidden;
}

.post-comments .comment-meta {
	margin-bottom: 5px;
}

.post-comments .comment-author a,
.post-comments .comment-meta a {
	color: #1a1a1a;
}

.user-meta {
	list-style: none;
	padding: 0;
}

.user-meta li {
	padding: 5px 0;
}


/*
* $Color Scheme
*
*/

.fc-event {
	border: 1px solid #4f5061;
	background-color: #4f5061;
	color: #fff;
}


/*
* Color Variant: Primary;
*
*/

.bg-primary {
	background-color: #1582dc;
	color: #ffffff;
}

.bg-primary a {
	color: #ffffff;
}

.bg-primary a:active,
.bg-primary a:focus,
.bg-primary a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}

.bg-primary .nav>li:hover>a,
.bg-primary .nav>li:focus>a,
.bg-primary .nav>li:active>a,
.bg-primary .nav>li.active>a,
.bg-primary .nav>li>a:hover,
.bg-primary .nav>li>a:focus {
	background-color: #ff9e59;
}


/*
* Color Variant: Default;
*
*/

.bg-default {
	background-color: #fff;
/*background-color: #eaecf6;
color: #59595a; */
}

.bg-default a {
	color: #59595a;
}

.bg-default a:active,
.bg-default a:focus,
.bg-default a:hover {
	color: #404040;
	text-decoration: none;
	outline: 0;
}

.bg-default .nav>li:hover>a,
.bg-default .nav>li:focus>a,
.bg-default .nav>li:active>a,
.bg-default .nav>li.active>a,
.bg-default .nav>li>a:hover,
.bg-default .nav>li>a:focus {
	background-color: #f1ebdf!important;
}


/*
* Color Variant: Warning;
*
*/

.bg-warning {
	background-color: #daac16;
	color: #ffffff;
}

.bg-warning a {
	color: #ffffff;
}

.bg-warning a:active,
.bg-warning a:focus,
.bg-warning a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}

.bg-warning .nav>li:hover>a,
.bg-warning .nav>li:focus>a,
.bg-warning .nav>li:active>a,
.bg-warning .nav>li.active>a,
.bg-warning .nav>li>a:hover,
.bg-warning .nav>li>a:focus {
	background-color: #cca115;
}


/*
* Color Variant: Success;
*
*/

.bg-success {
	background-color: #15db81;
	color: #ffffff;
}

.bg-success a {
	color: #ffffff;
}

.bg-success a:active,
.bg-success a:focus,
.bg-success a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}

.bg-success .nav>li:hover>a,
.bg-success .nav>li:focus>a,
.bg-success .nav>li:active>a,
.bg-success .nav>li.active>a,
.bg-success .nav>li>a:hover,
.bg-success .nav>li>a:focus {
	background-color: #14cd79;
}


/*
* Color Variant: Info;
*
*/

.bg-info {
	background-color: #15acdc;
	color: #ffffff;
}

.bg-info a {
	color: #ffffff;
}

.bg-info a:active,
.bg-info a:focus,
.bg-info a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}

.bg-info .nav>li:hover>a,
.bg-info .nav>li:focus>a,
.bg-info .nav>li:active>a,
.bg-info .nav>li.active>a,
.bg-info .nav>li>a:hover,
.bg-info .nav>li>a:focus {
	background-color: #14a1ce;
}


/*
* Color Variant: Danger;
*
*/

.bg-danger {
	background-color: #da3e16;
	color: #ffffff;
}

.bg-danger a {
	color: #ffffff;
}

.bg-danger a:active,
.bg-danger a:focus,
.bg-danger a:hover {
	color: #e6e6e6;
	text-decoration: none;
	outline: 0;
}

.bg-danger .nav>li:hover>a,
.bg-danger .nav>li:focus>a,
.bg-danger .nav>li:active>a,
.bg-danger .nav>li.active>a,
.bg-danger .nav>li>a:hover,
.bg-danger .nav>li>a:focus {
	background-color: #cc3a15;
}


/*
* Color Variant: White;
*
*/

.bg-white {
	background-color: #ffffff;
	color: #59595a;
}

.bg-white a {
	color: #59595a;
}

.bg-white a:active,
.bg-white a:focus,
.bg-white a:hover {
	color: #404040;
	text-decoration: none;
	outline: 0;
}

.bg-white .nav>li:hover>a,
.bg-white .nav>li:focus>a,
.bg-white .nav>li:active>a,
.bg-white .nav>li.active>a,
.bg-white .nav>li>a:hover,
.bg-white .nav>li>a:focus {
	background-color: #f7f7f7;
}

.bg-white .nav>li:hover>a,
.bg-white .nav>li:focus>a,
.bg-white .nav>li:active>a,
.bg-white .nav>li.active>a,
.bg-white .nav>li>a:hover,
.bg-white .nav>li>a:focus {
	background-color: rgba(0, 0, 0, 0.1);
}


/*
* Text Color Variant
*
*/

.text-primary,
.text-primary a {
	color: #1582dc;
}

.text-primary:focus,
.text-primary a:focus {
	color: #0e5996;
}

.text-default,
.text-default a {
	color: #eaecf6;
}

.text-default:focus,
.text-default a:focus {
	color: #b4bcdf;
}

.text-warning,
.text-warning a {
	color: #daac16;
}

.text-warning:focus,
.text-warning a:focus {
	color: #95750f;
}

.text-success,
.text-success a {
	color: #15db81;
}

.text-success:focus,
.text-success a:focus {
	color: #0e9558;
}

.text-info,
.text-info a {
	color: #15acdc;
}

.text-info:focus,
.text-info a:focus {
	color: #0e7596;
}

.text-white,
.text-white a {
	color: #ffffff;
}

.text-white:focus,
.text-white a:focus {
	color: #d9d9d9;
}

.text-danger,
.text-danger a {
	color: #da3e16;
}

.text-danger:focus,
.text-danger a:focus {
	color: #952a0f;
}

.text-muted,
.text-muted a {
	color: #b3b3b3;
}

.text-muted:focus,
.text-muted a:focus {
	color: #8c8c8c;
}

/*
* font awesome icon colors
Orange - #ff9e59
Blue - #049FFF
*/

.o-icon {
	color:#ff9e59;
}

/*
* Bootstrap $Badge
*
*/

.badge {
	cursor: pointer;
	font-size: 11px;
	font-weight: 400;
	padding: 3px 6px;
}

.badge.badge-top {
	position: relative;
	top: -10px;
}


/*
*  Bootstrap $Breadcrumb
*
*/

.breadcrumb {
	background-color: #f7f7f7!important;
	border-radius: 2px;
	margin-bottom: 0px;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	content: "\f105\00a0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/*
*  $Presentation styles
*
*/

pre {
	color: #59595a;
	background-color: #EFF2F5;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	font-size: 11px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}


/*
*  Bootstrap $Pagination
*
*/

.pagination {
	background-color: #f7f7f7;
	color: #000;
	margin: 5px 10px 0px 0px!important;
}

.div.dataTables_paginate ul.pagination {
	margin: 17px!important;
	white-space: nowrap;
	display:table;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #2f2f2f;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	/*background-color: #4f5061;*/
	background-color: #EC7801;
	border-color: #d1d5eb;
	color: #ffffff;
	transition: all 0.3s ease 0s;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border-color: #adadad;
	background-color: #ccc7c1;
	color: #ffffff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 2px 0 0 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0 2px 2px 0;
}


/*
* Bootstrap $Popover
*
*/

/*.popover {
   box-shadow: none;
}

.popover .popover-title {
   font-size: 13px;
   border-bottom: 1px solid #e3e6f3;
   background-color: #eaecf6;
   }*/

   .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:250px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
   .popover.top{margin-top:-10px}
   .popover.right{margin-left:10px}
   .popover.bottom{margin-top:10px}
   .popover.left{margin-left:-10px}
   .popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
   .popover-content{padding:9px 14px}
   .popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
   .popover>.arrow{border-width:11px}
   .popover>.arrow:after{content:"";border-width:10px}
   .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}
   .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}
   .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}
   .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}
   .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}
   .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}
   .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
   .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}





/*
* Bootstrap $Tooltip
*
*/

.tooltip-inner {
	border-radius: 3px;
	background-color: #4f5061;
	background: #4f5061;
	filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 4px);
	text-align:left;

}

.tooltip.top .tooltip-arrow {
	border-top-color: #4f5061;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #4f5061;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #4f5061;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #4f5061;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #4f5061;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #4f5061;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #4f5061;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #4f5061;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*
*  Modal
*
*/

.modal-header {
	min-height: 21.43px;
	padding: 15px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #dedede;
	cursor: move;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-body {
	position: relative;
	padding: 15px;
	background-color: #f7f7f7;
}

.modal-footer {
	padding: 12px;
	text-align: right;
	border-top: 1px solid #dedede;
	background-color: #f7f7f7;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 59px;

}

.footer-form {
	border-top: 1px solid #dedede;
	background-color: #e8e8e8;
	padding: 1px 12px 9px 13px;
	margin: 20px -15px -15px -15px;
}

.modal-content {
	border-radius: 4px;
	box-shadow: none;
}


/*
*  Well
*
*/

.well {
	border: 1px solid #e3e6f3;
	background-color: #eaecf6;
	border-radius: 2px;
	box-shadow: none;
}


/*
*  List group
*
*/

.list-group-item {
	border: 1px solid #e3e6f3;
}

a.list-group-item:hover,
a.list-group-item:focus {
	background-color: #fcfcfe;
}


/*
* Bootstrap $Tables
*
*/

.table {
	display: table;
	border-spacing: 0;
	width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}

.table>thead>tr>th {
	border-bottom: 1px solid #e3e6f3;
	cursor: default;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-color: #e3e6f3;
	cursor: default;
}

.thead-shift {
	background-color: #f7f7f7!important;
}


/*changed below from #eaeaf2 to #f5f5fa*/

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #fffaf2!important;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
	background-color: #fffaf2;
}
/*removes hover color in table when no data*/
.table-hover>tbody>tr.noHover:hover>td {
	background-color: white!important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
	background-color: #fafafc;
}


/*.table-bordered > thead > tr > th,*/

.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border-right: 0;
	border-bottom: 0;
	border-left: 0px solid #e3e6f3;
}

.table-bordered>thead>tr>th:first-child,
.table-bordered>tbody>tr>th:first-child,
.table-bordered>tfoot>tr>th:first-child,
.table-bordered>thead>tr>td:first-child,
.table-bordered>tbody>tr>td:first-child,
.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.table-bordered {
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	border-collapse: separate;
	background-color: #fff;
}

td {
	width: auto;
}

td.min {
	width: 1%;
	white-space: nowrap;
}

/* No More tables */

@media ( max-width: 767px) {
	/* Source:: http://elvery.net/demo/responsive-tables/#no-more-tables */
	/* Force table to not be like tables anymore */
	.no-more-tables table,
	.no-more-tables thead,
	.no-more-tables tbody,
	.no-more-tables th,
	.no-more-tables td,
	.no-more-tables tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.no-more-tables tr {
		border: 1px solid #ccc;
	}
	.no-more-tables td {
		/* Behave  like a "row" */
		border-top: 0 !important;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align: left;
	}
	.no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
/*
Label the data
*/
.no-more-tables td:before {
	content: attr(data-title);
}
}


/*
* Bootstrap $Panels
*
*/

.panel {
	top: -11px!important;
	box-shadow: none;
	border-radius: 2px;
	background-color: #f7f7f7!important;
	margin-bottom: 20px;
	background-color: #f7f7f7!important;
	border: 1px solid transparent;
}

.panel-heading {
	/*border-color: #eeeff8;*/
	border-color: #f7f7f7;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 12px;
}

.panel-heading.gray {
	background: #fcfcfc;
}

.panel-heading.gradient {
	background: #fcfcfc;
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #f7f7f7 100%);
}

.panel-footer {
	border-top: 1px solid #eeeff8;
	background-color: #fcfcfc;
}

.panel-group .panel {
	border-radius: 2px;
}


.panel-default {
	border-color: #f7f7f7;
	margin-top: -5px;
	background-color: #f7f7f7!important;
}

.panel-body { 
	background-color: #f7f7f7!important;
}

.panel-default>.panel-heading {
	color: #59595a;
	background-color: #f7f7f7;
	height: 62px;
	padding: 0px 0px 0px 19px;
	border:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #dcdff0;
}

.panel-default>.panel-heading a {
	/*color: #59595a;*/
	margin-left: 10px;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #dcdff0;
}

.panel-primary {
	border-color: #1582dc;
}

.panel-primary>.panel-heading {
	color: #ffffff;
	background-color: #1582dc;
	border-color: #1582dc;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #1582dc;
}

.panel-primary>.panel-heading a {
	color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #1582dc;
}

.panel-success {
	border-color: #15db81;
}

.panel-success>.panel-heading {
	color: #ffffff;
	background-color: #15db81;
	border-color: #15db81;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #15db81;
}

.panel-success>.panel-heading a {
	color: #ffffff;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #15db81;
}

.panel-warning {
	border-color: #daac16;
}

.panel-warning>.panel-heading {
	color: #ffffff;
	background-color: #daac16;
	border-color: #daac16;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #daac16;
}

.panel-warning>.panel-heading a {
	color: #ffffff;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #daac16;
}

.panel-danger {
	border-color: #da3e16;
}

.panel-danger>.panel-heading {
	color: #ffffff;
	background-color: #da3e16;
	border-color: #da3e16;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #da3e16;
}

.panel-danger>.panel-heading a {
	color: #ffffff;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #da3e16;
}

.panel-info {
	border-color: #15acdc;
}

.panel-info>.panel-heading {
	color: #ffffff;
	background-color: #15acdc;
	border-color: #15acdc;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #15acdc;
}

.panel-info>.panel-heading a {
	color: #ffffff;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #15acdc;
}

.heading-controls {
	float: right;
	display: inline-block;
}

.heading-controls a {
	border-radius: 2px;
	padding: 5px;
	font-size: 11px;
}


/*
* $Forms
*
*/


/* Resize textarea vertically */

textarea {
	resize: vertical;
}


/* Default placeholder text */

.form-control:-moz-placeholder {
	color: #a6a6a6;
}

.form-control::-moz-placeholder {
	color: #a6a6a6;
}

.form-control:-ms-input-placeholder {
	color: #a6a6a6;
}

.form-control::-webkit-input-placeholder {
	color: #a6a6a6;
}

.placeholder {
	color: #aaa;
}

.form-control {
/*border: 1px solid #e3e6f3;
border-radius: 2px;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
-webkit-appearance: none;*/
font-weight: 400;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}

.form-control:focus,
#focusedInput {
	/*box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(50, 153, 255, 0.5);*/
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(255, 158, 89, 0.5);
	/*border: solid 1px #3299FF;*/
	border: solid 1px #ff9e59;
	outline: 0;
/*border-color: #eaecf6;
background-color: #f1f2f9;
box-shadow: none;*/
/*sova orange #ff9e59 255, 158, 89*/
}

.no-resize {
	resize: none;
}

select.form-control {
	-webkit-appearance: menulist;
	cursor:pointer;
}

input[type="file"] {
	line-height: 1;
	margin-top: 5px;
}

label {
	font-weight: 600;
}

label.radio,
label.checkbox {
	padding-left: 20px;
}


/*
* Validation States
*
*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #15db81;
}

.has-success .form-control {
	border-color: #15db81;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #11ac66;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66f0b1;
}

.has-success .input-group-addon {
	color: #15db81;
	border-color: #15db81;
	background-color: #15db81;
}

.has-success .form-control-feedback {
	color: #15db81;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #daac16;
}

.has-warning .form-control {
	border-color: #daac16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #ac8711;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0cf66;
}

.has-warning .input-group-addon {
	color: #daac16;
	border-color: #daac16;
	background-color: #daac16;
}

.has-warning .form-control-feedback {
	color: #daac16;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #da3e16;
}

.has-error .form-control {
	border-color: #da3e16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #ac3111;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08266;
}

.has-error .input-group-addon {
	color: #da3e16;
	border-color: #da3e16;
	background-color: #da3e16;
}

.has-error .form-control-feedback {
	color: #da3e16;
}

.input-group-addon {
	background-color: #eaecf6;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
}

.input:focus {
	outline: none !important;
	border:1px solid red!important;
	box-shadow: 0 0 10px #719ECE!important;
}

/*
* Bootstrap $Dropdown
*
*/

.dropdown-menu {
	border-radius: 2px;
	border: 1px solid #dcdff0;
	z-index: 999;
	box-shadow: 1px;
}

.dropdown-menu>li>a {
	font-size: 13px;
	color: #59595a;
}

.dropdown-menu>li>a:hover {
	/*background: #dcdff0;*/ 
	background: #F1E9DF;
}

.dropdown-menu .divider {
	margin: 2px 0;
	height: 1px;
	background-color: #cacfe8;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #F1E9DF;
	color: #59595a;
}

.dropdown.open .dropdown-menu {
	display: block;
}

@media ( max-width: 767px) {
	.collapse-open {
		display: block;
	}
	.dropdown-menu.dropdown-menu {
		top: 100%;
		left: 0;
	}
}


/*
* $Progress-Bar styles
*
*/

.progress {
	overflow: hidden;
	margin-bottom: 15px;
	height: 20px;
	border-radius: 2px;
	/*background-color: #d0dbec;*/
	background-color: #ece2d0;
	box-shadow: none;
}

.progress-bar {
	box-shadow: none;
	/*background-color: #1582dc;*/
	background-color: #e39117;
	-webkit-transition: width 800ms ease;
	transition: width 800ms ease;
}

.progress-bar-success {
	/*background-color: #ff9e59;*/ 
	background-color: #15db81;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #15acdc;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #daac16;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #da3e16;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/* Progress bar sizing */

.progress-xs {
	height: 5px;
}

.progress-sm {
	height: 10px;
}

.progress-md {
	height: 15px;
}

.progress-lg {
	height: 25px;
}

/*bootstrap buttons*/

.btn-lg,
.btn-group-lg>.btn {
	padding: 15px 16px;
	border-radius: 50px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 7px 10px;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 3px 5px;
	font-size: 10px;
}
/*removes square outline on button after clicking*/
*:focus { 
	outline: 0 !important;
}

/*Common button settings*/
.btn {vertical-align: middle;text-align: center;cursor:pointer;background-color:transparent;border-radius:19px;height:34px;padding:4px 15px 4px 15px!important;margin:0px 5px 0px 5px; border-width:1px;background-image:none;text-decoration:none;line-height: 1}
.btn-nopad {vertical-align: middle;text-align: center;background-color:transparent;border-radius:19px;height:34px;padding:none;border-width:1px;background-image:none;text-decoration:none;}
.btn-dispatch {vertical-align: middle;text-align: center;background-color:transparent;border-radius:19px;height:34px;width:50px;padding:none;border-width:1px;background-image:none;text-decoration:none;}

/*Primary Button Style*/
.btn-primary{color: #fff;background-color:#ff9e59;border:none!important}
/*.btn-primary:hover {background:#ffad73 radial-gradient(circle, transparent 1%, #ffad73 1%) center/15000%;}*/
.btn-primary:hover {background:#ffad73; box-shadow: 0 0 0 1px #d4d4d4;}
.btn-primary:active {background-color:#ffbc8c;background-size: 100%;transition: background 0s;}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#c7c7c7;border-color:#919191}
.btn-primary.badge{color:#428bca;background-color:#fff}
a.btn-primary {color: #fff;padding-top:8px!important}



/*Outline Button Style*/
.btn-default{color:#ff9e59!important;border:1px solid #ff9e59!important;/*padding-top: 5px!important;*/}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ff9e59;background-color:#fbfbfb!important;border-color:#ff9e59!important}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-color:none}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
a.btn-default {padding-top:8px!important}

/*Clear Filter Button Style*/
.btn-boots{color:#ff9e59;border:1px solid #ff9e59;padding-top:5px;background-color:#fff}
.btn-boots:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ff9e59;border-color:#000}
.btn-boots:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-color:none}
.btn-boots.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.btn-boots .badge{color:#fff;background-color:#333}
a.btn-boots {padding-top:8px!important}

/*IR Task Button Style*/
.btn-ir{color:red;border:1px solid red;padding-top:5px;background-color:#fff}
.btn-ir:hover{color:#fff;background-color:red;border-color:#fff}
.btn-ir:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-color:none}
.btn-ir.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.btn-ir .badge{color:#fff;background-color:#333}

/*Search Filter Button Style*/
.btn.btn-primary.search {
	/*background: none repeat scroll 0 0 #3869BD;*/
	background: none repeat scroll 0 0 #1a73e8;
	/*border: 1px solid #4484f3 !important;*/
	border: none!important;
	color: #fff;
	margin-right: -8px;
	height: 33px;
}

.btn.btn-primary.search:hover {
	background: #4B78C3;
	box-shadow: 0 0 0 1px #d4d4d4;
}

/*Filter button style - used in modals and other areas*/
.filter_button {
    background: #3869BD;
    color: #fff;
}

.filter_button:hover {
    background: #4B78C3;
}

/*Gray style - used below profile image*/
.btn-gray {
	background-color: #e0e0e0;
	border: 1px solid #c1c1c1;
	border-radius: 15px;
	height: 30px;
	color: #fff;
}

/*Used as overlay for user profile pic*/
.btn-clrpic {
height: 30px;
width: 100px;
border-radius: 15px;
background-color: #e0e0e0;
border: 1px solid #c1c1c1;
color: #fff;
}
/*Warning Button Style*/
.btn-warning {
	color: #ffffff;
	background-color: #daac16;
	border-color: #daac16;
}

a.btn-warning {
	color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #c39a14;
	background-image: none;
	border-color: #c39a14;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #daac16;
	border-color: #daac16;
}

.btn-warning.btn-outline {
	background-color: transparent;
	color: #daac16;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.active {
	background-color: #daac16;
	color: #ffffff;
}


/*
*  Success Button Style
*
*/

.btn-success {
	color: #ffffff;
	background-color: #15db81;
	border-color: #15db81;
}

a.btn-success {
	color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #13c473;
	background-image: none;
	border-color: #13c473;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #15db81;
	border-color: #15db81;
}

.btn-success.btn-outline {
	background-color: transparent;
	color: #15db81;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline.active {
	background-color: #15db81;
	color: #ffffff;
}


/*
*  Info Button Style
*
*/

.btn-info {
	color: #ffffff;
	background-color: #15acdc;
	border-color: #15acdc;
}

a.btn-info {
	color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #139ac5;
	background-image: none;
	border-color: #139ac5;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #15acdc;
	border-color: #15acdc;
}

.btn-info.btn-outline {
	background-color: transparent;
	color: #15acdc;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active,
.btn-info.btn-outline.active {
	background-color: #15acdc;
	color: #ffffff;
}


/*
*  Danger Button Style
*
*/

.btn-danger {
	color: #ffffff;
	background-color: #da3e16;
	border-color: #da3e16;
}

a.btn-danger {
	color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c33714;
	background-image: none;
	border-color: #c33714;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #da3e16;
	border-color: #da3e16;
}

.btn-danger.btn-outline {
	background-color: transparent;
	color: #da3e16;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active {
	background-color: #da3e16;
	color: #ffffff;
}


/*
* $Navbar
*
*/

.navbar .navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

.navbar-nav.nav-tabs {
	background: transparent;
	border-radius: 0;
}

.navbar-nav.nav-tabs>li>a {
	margin: 0;
	border-radius: 0;
	padding: 16px 15px;
}

.navbar-inverse {
	border-color: #4f5061;
	background-color: #4f5061;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #484959;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #4f5061;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #444453;
}

.navbar-inverse .dropdown-menu {
	border-color: #4f5061;
}

@media ( max-width: 767px) {
	.navbar-collapse {
		padding: 0;
	}
	#nonFixedample td .btn {
		display: block;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
	}
	.login-bg {
		background: url("../img/login-bg.webp") no-repeat center center/cover rgba(0, 0, 0, 0) !important;
	}
}

@media ( max-width: 767px) {
	.navbar-form {
		padding-top: 0;
		padding-bottom: 0;
	}
	body {
		overflow: scroll !important;
	}
}


/*
* Bootstrap $Navs
*
*/


/* Pills */

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #1582dc;
}

.nav-pills>li>a {
	border-radius: 2px;
}


/* Tabs */

.nav-tabs {
	border-bottom: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #eaecf6;
}

.nav-tabs>li {
	margin: 0;
}

.nav-tabs>li>a {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid transparent;
	border-bottom: 0;
	margin-left: 1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #59595a;
	border: 1px solid #fff;
	border-bottom: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color: transparent;
	border-color: transparent;
	color: #383839;
}

.tabs-left .nav-tabs {
	float: left;
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0;
}

.tabs-left .nav-tabs>li {
	float: none;
}

.tabs-left .nav-tabs>li>a {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

.tabs-left .nav-tabs>li.active>a,
.tabs-left .nav-tabs>li.active>a:hover,
.tabs-left .nav-tabs>li.active>a:focus {
	color: #59595a;
}

.tabs-right .nav-tabs {
	float: right;
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
}

.tabs-right .nav-tabs>li {
	float: none;
}

.tabs-right .nav-tabs>li>a {
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

.tabs-right .nav-tabs>li.active>a,
.tabs-right .nav-tabs>li.active>a:hover,
.tabs-right .nav-tabs>li.active>a:focus {
	color: #59595a;
}

.box-tab {
	margin-bottom: 25px;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
}

.box-tab .tab-content {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
}

.box-tab.tabs-left .tab-content {
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
}

.box-tab.tabs-right .tab-content {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 2px;
}


/*
*  $Labels
*
*/

.label {
	line-height: inherit;
	font-weight: 400;
}

.label-default {
	background-color: #eaecf6;
	color: #59595a;
	border: 1px solid #e3e6f3;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #c6cce7;
}

.label-primary {
	background-color: #1582dc;
	color: #fff;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #1166ad;
}

.label-success {
	background-color: #15db81;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #11ac66;
}

.label-info {
	background-color: #15acdc;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #1188ad;
}

.label-warning {
	background-color: #daac16;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ac8711;
}

.label-danger {
	background-color: #da3e16;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #ac3111;
}

.label-info {
	background-color: #d08426;
}
/* corner ribbon to highlight beta or new features */

.ribbon {
	margin: 0;
	padding: 0;
	background: orange;
	color: white;
	padding: 1em 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: default;
	transform: translateX(50%) translateY(-20%) rotate(45deg);
	transform-origin: top left;
	z-index: 10;
}

.ribbon:before,
.ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 -1px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: orange;
}

.ribbon:before {
	right: 100%;
}

.ribbon:after {
	left: 100%;
}


/*end corner ribbon*/


/*
*  Bootstrap $Carousel
*
*/

.carousel-control {
	color: #59595a;
	text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
	background: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-family: FontAwesome;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
}

.carousel-control span,
.carousel-control i {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}

.carousel-indicators {
	bottom: 5px;
}

.carousel-indicators li {
	background-color: #eaecf6;
}

.carousel-indicators .active {
	background-color: #15db81;
}

#quote-carousel {
	width: 100%;
	position: relative;
	padding: 5px 60px;
}

#quote-carousel .carousel-control:hover {
	color: #59595a;
}


/*
*  $Chat Box
*
*/

.chat-box .panel {
	margin-bottom: 5px;
}

.chat-box .chatbox-user {
	margin-bottom: 35px;
}

.chat-box .chatbox-user .chat-time {
	display: block;
	text-align: right;
}

.chat-box .chatbox-user.right .chat-avatar img {
	float: right;
}

.chat-box .chat-avatar {
	width: 48px;
	display: block;
}

.chat-box .message {
	position: relative;
	margin-left: 60px;
}

.chat-box .message:before {
	content: "";
	position: absolute;
	left: 0;
	border-right: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 10px;
	margin-left: -6px;
}

.chat-box .panel-body {
	display: table;
	width: 100%;
}

.chat-box .chatbox-user.right .message {
	position: relative;
	margin-left: 0;
	margin-right: 60px;
}

.chat-box .chatbox-user.right .message .panel {
	background-color: #15db81;
	color: #fff;
}

.chat-box .chatbox-user.right .message .chat-time {
	text-align: left;
}

.chat-box .chatbox-user.right .message:before {
	left: 100%;
	margin-right: 6px;
	margin-left: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid #15db81;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.chat-box p {
	margin: 0;
}

@ -webkit-keyframes opacity {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0 .4;
		filter: alpha (opacity=40);
	}
}

.chat-box .typing {
	display: block;
}

.chat-box .typing:before,
.chat-box .typing:after {
	content: '';
}

.chat-box .typing>div,
.chat-box .typing:before,
.chat-box .typing:after {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-right: 5px;
}

.chat-box .typing>div,
.chat-box .typing:before,
.chat-box .typing:after {
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: opacity;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
}

.chat-box .typing>div {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

.chat-box .typing:after {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}

.mail-list {
	margin: 0 -1px;
}

.mail-list .list-group-item {
	border-radius: 0;
}

.mail-list .list-group-item:last-child {
	border-bottom: 0;
}


/*
* $Timeline styles
*
*/

.timeline {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: -15px;
}

.timeline:before {
	position: absolute;
	top: 35px;
	bottom: 15px;
	left: 50%;
	width: 4px;
	background: #1582dc;
	content: '';
	margin-left: -2px;
	border-radius: 2px;
}

.timeline .panel {
	position: relative;
}

.timeline-heading {
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 5px 15px;
	min-width: 80px;
	border-radius: 2px;
	background: #1582dc;
	color: #fff;
	text-align: center;
	position: relative;
	clear: both;
}

.timeline-panel {
	width: 50%;
	position: relative;
	clear: both;
}

.timeline-panel:before {
	position: absolute;
	top: 10px;
	margin: 2px 0 0 -6px;
	width: 12px;
	height: 12px;
	border: 2px solid #f1f4f9;
	border-radius: 50%;
	background: #1582dc;
	content: "";
}

.timeline-panel>.panel {
	border: 1px solid #c4d1df;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.timeline-panel>.panel:after {
	position: absolute;
	top: 11px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: " ";
	pointer-events: none;
}

.timeline-panel>.panel:before {
	position: absolute;
	top: 10px;
	right: 100%;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #c4d1df transparent transparent;
	content: " ";
	pointer-events: none;
}

.timeline-panel:nth-child(even) {
	float: right;
	padding-left: 20px;
	padding-right: 0;
}

.timeline-panel:nth-child(even):before {
	left: 0;
}

.timeline-panel:nth-child(even) .timeline-date {
	left: -190px;
	position: absolute;
	text-align: right;
	margin-top: 6px;
	width: 150px;
}

.timeline-panel:nth-child(odd) {
	float: left;
	padding-right: 20px;
	padding-left: 0;
}

.timeline-panel:nth-child(odd):before {
	right: 0;
	margin: 2px -6px 0 0;
}

.timeline-panel:nth-child(odd) .timeline-content {
	float: left;
	padding: 0 20px 0 0;
}

.timeline-panel:nth-child(odd) .timeline-date {
	right: -190px;
	text-align: left;
	position: absolute;
	margin-top: 8px;
	width: 150px;
}

.timeline-panel:nth-child(odd) .panel:after {
	left: 100%;
	border-color: transparent transparent transparent #ffffff;
}

.timeline-panel:nth-child(odd) .panel:before {
	left: 100%;
	border-color: transparent transparent transparent #c4d1df;
}


/*
* $Catalog
*
*/

.switcher {
	display: initial;
}

.switcher .feed {
	border-radius: 2px;
	overflow: hidden;
}

.switcher .thumb img {
	width: 100%;
}

.switcher .panel {
	position: relative;
	display: block;
	border: 0;
	overflow: hidden;
}


/* Grid view */

.view-grid .panel {
	min-height: 200px;
}

.grid__item::before {
	border:none!important;
	background-color: #f7f7f7
}

/* List view */

.view-list {
	margin: -15px 0 0;
}

.view-list .feed {
	margin: 0;
}

.view-list .switch-item {
	position: relative;
	width: 100%;
	padding: 0;
}

.view-list .switcher-content {
	padding: 0 15px;
}

.view-list .panel {
	margin-bottom: 1px;
	border-radius: 0;
	padding: 20px 0;
}

.view-list .panel-body {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.view-list .thumb {
	display: inline-block;
	margin-left: 15px;
	width: 120px;
}


/*
* Image $Gallery
*
*/

.superbox>ul {
	list-style: none;
	padding-left: 0;
}

.superbox>ul>li {
	display: block;
	border-radius: 2px;
	margin-bottom: 15px;
}

.superbox .gallery-description {
	display: block;
	background-color: #fff;
	padding: 15px;
	border-radius: 0 0 2px 2px;
}

.superbox .gallery-description .title {
	display: block;
	text-transform: uppercase;
}

.gallery-loader {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 999;
	height: 100%;
}

.portfolio-ajax {
	display: none;
	position: relative;
}

.portfolio-ajax .portfolio-container {
	padding-top: 50px;
	background-color: #fff;
}

.portfolio-ajax .porfolio-controls {
	background-color: #fff;
	height: 50px;
	z-index: 99999;
	padding: 15px;
}

.portfolio-ajax .porfolio-controls a {
	width: 33.3333%;
	display: block;
	float: left;
	vertical-align: middle;
}

.portfolio-ajax .porfolio-controls a.prev-portfolio-item {
	text-align: left;
}

.portfolio-ajax .porfolio-controls a.next-portfolio-item {
	text-align: right;
}

.portfolio-ajax .porfolio-controls a.close-view {
	text-align: center;
}

.portfolio-ajax .porfolio-controls a.disabled {
	color: #999999;
}

.portfolio-ajax .project-media {
	text-align: center;
	margin-bottom: 30px;
}

.portfolio-ajax .portfolio-content {
	padding: 15px;
}

.portfolio-ajax.loading .portfolio-container {
	opacity: 0;
	filter: alpha(opacity=0);
}

.portfolio-ajax.loaded .gallery-loader {
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

@media screen and (min-width: 768px) {
	.portfolio-ajax .portfolio-container {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.portfolio-ajax .porfolio-controls {
		height: 50px;
		width: 100%;
	}
}


/*
* $404_500, Signin, Signup and lockscreen styles
*
*/

html.lockscreen,
html.error-page,
html.error-page,
html.signin,
html.signup,
html.lockscreen body,
html.error-page body,
html.error-page body,
html.signin body,
html.signup body {
	height: 100%;
}

html.lockscreen label,
html.error-page label,
html.error-page label,
html.signin label,
html.signup label {
	position: inherit;
}

.center-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
}

.center-wrapper .center-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	float: none;
	z-index: 9999;
}

.error-number {
	font-size: 150px;
	line-height: 1;
	font-weight: 800;
}

.error-nav {
	padding: 0;
}

.error-nav li {
	display: inline;
	padding: 0 10px;
}

.error-nav li a {
	color: #fff;
}

.lockcode {
	max-width: 280px;
	display: block;
	margin: 0 auto;
}

.search .search-form {
	position: relative;
	margin: 25px auto;
	max-width: 250px;
}

.search .search-form .search-button {
	width: 34px;
	height: 100%;
	position: absolute;
	right: 0;
	overflow: hidden;
	background: transparent;
	border: none;
	outline: none;
	color: #59595a;
}

.search .search-form .form-control {
	width: 100%;
}

.switcher-dash-action {
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.switcher-dash-action li {
	width: 50%;
	float: left;
	text-align: center;
}

.switcher-dash-action li:first-child a {
	border-radius: 2px 0 0 0;
}

.switcher-dash-action li:last-child a {
	border-radius: 0 2px 0 0;
}

.switcher-dash-action li.active a {
	background: #FFF;
}

.switcher-dash-action li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #eaecf6;
	color: #59595a;
}

.lock-input {
	border-color: #fff;
}


/*
* $Plugins
*
*/


/*
* Select2
*
*/

.editable-input .select2-choice {
	line-height: 29px;
	height: auto;
}

.select2-container .select2-choice {
	background-image: none;
	border-radius: 2px;
	border: 1px solid #e3e6f3;
	color: #59595a;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #e3e6f3;
	border-radius: 0 0 2px 2px;
	background-image: none;
}

.select2-drop {
	color: #59595a;
	border: 1px solid #e3e6f3;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	box-shadow: none;
}

.select2-drop.select2-drop-above {
	border-top: 1px solid #e3e6f3;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	box-shadow: none;
}

.select2-drop-active {
	border: 1px solid #1582dc;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #1582dc;
}

.select2-drop-auto-width {
	border-top: 1px solid #e3e6f3;
}

.select2-container .select2-choice .select2-arrow {
	border-left: 1px solid #e3e6f3;
	border-radius: 0 2px 2px 0;
	background: transparent;
	background-image: none;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	border-right: 1px solid #e3e6f3;
	border-radius: 2px 0 0 2px;
}

.select2-search input {
	font-family: inherit;
	font-size: 13px;
	border: 1px solid #e3e6f3;
	background: none;
	margin-top: 5px;
	border-radius: 2px;
}

.select2-search:after {
	/*font-family: 'themify';*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 28px;
	/*content: "\e610";*/
	position: absolute;
	right: 15px;
	text-align: center;
	/*font-size: 12px;*/
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #1582dc;
	box-shadow: none;
}

.select2-dropdown-open .select2-choice {
	box-shadow: none;
	background-color: #e3e6f3;
	background-image: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #1582dc;
	box-shadow: none;
}

.select2-container-multi .select2-choices {
	border: 1px solid #1582dc;
	background-image: none;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #1582dc;
	box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
	font-family: inherit;
	color: #59595a;
}

.select2-default {
	color: #59595a !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	color: #59595a;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	box-shadow: none;
	background-color: #eaecf6;
	background-image: none;
}

.select2-search-choice-close {
	background: none;
	text-align: center;
}

.select2-search-choice-close:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e646";
	text-align: center;
	font-size: 10px;
	color: #59595a;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 100%;
}

.select2-container .select2-choice abbr {
	background: none;
	width: 24px;
	height: 100%;
	top: 0;
}

.select2-container .select2-choice .select2-arrow {
	width: 24px;
}

.select2-container .select2-choice .select2-arrow b {
	background: none;
	text-align: center;
}

.select2-container .select2-choice .select2-arrow b:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e64b";
	text-align: center;
	font-size: 10px;
	color: #59595a;
}

.select2-results li {
	border-radius: 2px;
}

.select2-results .select2-highlighted {
	background: #1582dc;
}


/*
* twitter typeahead
*
*/

.tt-dropdown-menu {
	width: 100%;
	box-shadow: none;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #e3e6f3;
	border-top: 0;
	margin-top: -1px;
}

.tt-suggestion.tt-is-under-cursor {
	background-color: #1582dc;
	background-image: none;
}


/*
* x-editable
*
*/

.editableform-loading {
	background: url('../img/loading.gif') center center no-repeat;
}

.editable-clear-x {
	background: none;
}

.editable-clear-x:hover {
	cursor: pointer;
}

.editable-clear-x:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e646";
	position: absolute;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}


/*
* Enjoyhint
*
*/

.enjoyhint_btn,
.enjoyhint_next_btn {
	border: 2px solid #15db81;
	color: #15db81;
}

.enjoyhint_btn:hover,
.enjoyhint_next_btn:hover {
	background-color: #15db81;
}


/*
* Superbox
*
*/

.superbox {
	font-size: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -10px;
}

.superbox .title {
	font-size: 13px;
}

.superbox .sub-title {
	font-size: 11px;
}

.superbox-list {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-radius: 2px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.superbox-list>img {
	border-radius: 2px 2px 0 0;
}

.superbox-img {
	max-width: 100%;
	width: 100%;
	cursor: pointer;
}

.superbox-show {
	text-align: center;
	position: relative;
	background: #4a4b5b;
	width: 100%;
	float: left;
	padding: 25px;
	display: none;
	margin-top: -5px;
}

.superbox-current-img {
	max-width: 100%;
}

.superbox-img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.superbox-float {
	float: left;
}

.superbox-close {
	opacity: 7;
	filter: alpha(opacity=700);
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../img/close.gif) no-repeat center center;
	width: 35px;
	height: 35px;
}

.superbox-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*
* Bootstrap tags input
*
*/

.bootstrap-tagsinput .tag {
	margin-bottom: 5px;
	display: inline-block;

}


/*
* Chosen Input Select
*
*/

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices,
.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 15px 15px!important;
	margin-bottom: 10px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	/*max-width: 100%;*/
	line-height: 22px;
	cursor: text;
	height: 200px;
	width: 100%;
}

.bootstrap-tagsinput input {
	border: 1px solid #ccc!important;
	padding-left: 5px!important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #e3e6f3;
	background-image: none;
}

.chosen-container .chosen-drop,
.chosen-container-single .chosen-search input[type=text] {
	border: 1px solid #e3e6f3;
}

.chosen-container .chosen-drop {
	border-top: 0;
	box-shadow: 0px 4px 5px rgba(88, 96, 114, 0.15);
	border-radius: 0 0 2px 2px;
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0;
}

.chosen-container-single .chosen-search input[type=text] {
	background: none;
}

.chosen-container-single .chosen-search:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e610";
	position: absolute;
	right: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}

.chosen-container-single .chosen-single div b {
	background: none;
}

.chosen-container-single .chosen-single div b:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e64b";
	position: absolute;
	right: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -12px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
	content: "\e648";
}

.chosen-container-single .chosen-single abbr {
	background: none;
	position: absolute;
	right: 30px;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	line-height: 24px;
}

.chosen-container-single .chosen-single abbr:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	content: "\e646";
	font-size: 12px;
	color: #e3e6f3;
}

.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected {
	background-color: #1582dc;
	background-image: none;
	color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: none;
	width: 16px;
	height: 16px;
	top: 2px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 16px;
	content: "\e646";
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	color: #59595a;
	top: 50%;
	margin-top: -8px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background-image: none;
	background-color: #eaecf6;
	border-color: #e3e6f3;
	box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	-webkit-font-smoothing: antialiased;
}

.center-block .chosen-container {
	display: block;
	margin: 0 auto;
}


/*
* Parsley Validation States
*
*/

.parsley-errors-list {
	list-style: none;
	padding: 0;
}

.parsley-success {
	border-color: #15db81;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.parsley-success:focus {
	border-color: #11ac66;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66f0b1;
}

.parsley-warning {
	border-color: #daac16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.parsley-warning:focus {
	border-color: #ac8711;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0cf66;
}

.parsley-error {
	border-color: #da3e16;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.parsley-error:focus {
	border-color: #ac3111;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08266;
}

.parsley-error-list {
	color: #a94442;
}


/*
*   Data tables
*
*/

.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.sorting_asc_disabled:after,
.sorting_desc_disabled:after {
	font-family: FontAwesome;
	float: right;
	color: #ddd;
}


/*removed below after implementing datatables 02-20-19*/


/*.sorting:after {
content: "\f0dc";
}*/


/*.sorting_asc:after,
.sorting_asc_disabled:after {
content: "\f0de";
color: #59595a;
}*/


/*.sorting_desc:after,
.sorting_desc_disabled:after {
content: "\f0dd";
color: #59595a;
}*/

table.dataTable.no-footer {
	border-bottom-color: #e3e6f3;
}

table.dataTable,
.editable-datatable,
table.dataTable .form-control {
	width: 100% !important;
}

.datatable-top,
table.dataTable {
	margin-bottom: 15px;
}

.datatable-top,
.datatable-bottom {
	display: table;
	width: 100%;
}

.datatable-bottom .pagination {
	margin-top: 5px!important;
}


/*
*   Stepy Wizard
*
*/

.stepy {
	width: 100%;
	display: block;
	background-color: #ffffff;
}

.stepy-header {
	background-color: #1582dc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid #1166ad;
}

.stepy-header li {
	background-color: transparent;
	position: relative;
	line-height: 1;
}

.stepy-header li:before {
	position: absolute;
	top: 1px;
	right: -14px;
	z-index: 9;
	display: block;
	border: 23px solid transparent;
	border-right: 0;
	border-left: 22px solid #1582dc;
	content: "";
}

.stepy-header li:after {
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 1;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 23px solid #1166ad;
	content: "";
}

.stepy-header li div {
	font-weight: 400;
	font-family: inherit;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 14px;
}

.stepy-header li span,
.stepy-header li.stepy-active div,
.stepy-header li.stepy-active span {
	color: #fff;
}

.stepy-header li.stepy-active div {
	font-weight: 800;
}

.stepy-step {
	background: transparent;
	width: 100%;
}

.stepy-step:before,
.stepy-step:after {
	content: " ";
	display: table;
}

.stepy-step:after {
	clear: both;
}

.stepy-step legend {
	border-radius: 2px;
	background-color: #4f5061;
	color: #fff;
	padding: 0 15px;
	font-size: 13px;
}


/*
*   Jstree
*
*/

.jstree-default .jstree-clicked,
.jstree-default .jstree-hovered {
	background: #e0effc;
	box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked {
	background: #e0effc;
	border-radius: 2px;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered,
.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered,
.jstree-default .jstree-wholerow-hovered,
.jstree-default-responsive .jstree-wholerow-hovered {
	background: #e0effc;
}

.jstree-default .jstree-node,
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
	border-radius: 2px;
}

.jstree-default .jstree-search {
	color: #da3e16;
}


/*
*   IonSLider
*
*/

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
	background: url(../img/sprite-skin-flat.png) repeat-x;
}

.irs-slider {
	background-position: 0 -90px;
}

.irs-from,
.irs-to,
.irs-single {
	background: #1582dc;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
	border-top-color: #1582dc;
}

.irs-min,
.irs-max {
	color: #59595a;
	background: #eaecf6;
}

.irs-line {
	border-radius: 2px;
}


/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/

.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0.5);
	width: 8px;
	height: 8px;
	margin: 5px;
}


/*
*
* JVectorMap
*
*/

.jvectormap-label {
	position: absolute;
	border-radius: 2px;
	color: white;
	font-family: inherit;
	font-size: smaller;
	/*padding: 3px;*/
	font-size: inherit;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
	position: absolute;
	left: 15px;
	color: white;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	padding: 5px 7px;
	border-radius: 2px;
	width: auto;
	height: auto;
	line-height: 1;
}

.jvectormap-zoomin {
	top: 15px;
}

.jvectormap-zoomout {
	top: 50px;
}


/*
*
* Image Crop
*
*/

.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
	right: -280px;
	padding: 5px;
	border: 1px solid #e3e6f3;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(88, 96, 114, 0.15);
}


/* The Javascript code will set the aspect ratio of the crop
area based on the size of the thumbnail preview,
specified here */

#preview-pane .preview-container {
	width: 250px;
	height: 170px;
	overflow: hidden;
}


/*
*
* Slimscroll
*
*/

.slimScrollBar {
	background-color: rgba(0, 0, 0, 0.2) !important;
	opacity: 1 !important;
	width: 7px !important;
}


/*
*
* Daterange Picker
*
*/

.daterangepicker {
	border-radius: 2px;
	font-size: 13px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin-top: -1px;
}

.daterangepicker .ranges .input-mini {
	background-color: transparent;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	color: #59595a;
}

.daterangepicker .calendar-date {
	border-radius: 2px;
	border: 1px solid #e3e6f3;
}

.daterangepicker td.available+td.start-date {
	border-radius: 2px 0 0 2px;
}

.daterangepicker td.in-range+td.end-date {
	border-radius: 0 2px 2px 0;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #eaecf6;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #1582dc;
	border-color: #1582dc;
	color: #fff;
}

.daterangepicker td,
.daterangepicker th {
	border-radius: 2px;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
	font-family: inherit;
}

.daterangepicker td.start-date.end-date {
	border-radius: 2px !important;
}


/*
*
* Date Picker
*
*/

.datepicker-dropdown {
	border-radius: 2px;
	font-size: 13px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 15px;
	z-index: 2000 !important;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
	background-image: none;
	background-color: #1582dc;
	border-color: #1582dc;
	color: #fff;
	text-shadow: none;
}

.datepicker td,
.datepicker th {
	border-radius: 2px;
	min-width: 30px;
	min-height: 30px;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
/*background-image: none;
background-color: #1582dc;
border-color: #1582dc;
color: #fff;
text-shadow: none;*/
}

.datepicker-orient-bottom.datepicker:after {
	top: initial;
	bottom: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-top: 6px solid #ffffff;
}


/*
*
* Medium Editor
*
*/

@ -webkit-keyframes pop-upwards {
	0% {
		-webkit-transform: translate3d(0.97, 0, 0, 1, 0, 12);
		transform: translate3d(0.97, 0, 0, 1, 0, 12);
		opacity: 0;
		filter: alpha(opacity=0);
	}
	20% {
		-webkit-transform: translate3d (0 .99, 0, 0, 1, 0, 2);
		transform: translate3d (0 .99, 0, 0, 1, 0, 2);
		opacity: 0 .7;
		filter: alpha (opacity=70);
	}
	40% {
		-webkit-transform: translate3d (1, 0, 0, 1, 0, -1);
		transform: translate3d (1, 0, 0, 1, 0, -1);
		opacity: 1;
		filter: alpha (opacity=100);
	}
	70% {
		-webkit-transform: translate3d (1, 0, 0, 1, 0, 0);
		transform: translate3d (1, 0, 0, 1, 0, 0);
		opacity: 1;
		filter: alpha (opacity=100);
	}
	100% {
		-webkit-transform: translate3d (1, 0, 0, 1, 0, 0);
		transform: translate3d (1, 0, 0, 1, 0, 0);
		opacity: 1;
		filter: alpha (opacity=100);
	}
}

@ keyframes pop-upwards {
	0% {
		-webkit-transform: translate3d(0.97, 0, 0, 1, 0, 12);
		transform: translate3d(0.97, 0, 0, 1, 0, 12);
		opacity: 0;
		filter: alpha(opacity=0);
	}
	20% {
		-webkit-transform: translate3d (0 .99, 0, 0, 1, 0, 2);
		transform: translate3d (0 .99, 0, 0, 1, 0, 2);
		opacity: 0 .7;
		filter: alpha (opacity=70);
	}
	40% {
		-webkit-transform: translate3d (1, 0, 0, 1, 0, -1);
		transform: translate3d (1, 0, 0, 1, 0, -1);
		opacity: 1;
		filter: alpha (opacity=100);
	}
	70% {
		-webkit-transform: translate3d (1, 0, 0, 1, 0, 0);
		transform: translate3d (1, 0, 0, 1, 0, 0);
		opacity: 1;
		filter: alpha (opacity=100);
	}
	100% {
		-webkit-transform: translate3d (1, 0, 0, 1, 0, 0);
		transform: translate3d (1, 0, 0, 1, 0, 0);
		opacity: 1;
		filter: alpha (opacity=100);
	}
}

.medium-toolbar-arrow-under:after {
	top: 50px;
	border-color: #4f5061 transparent transparent transparent;
}

.medium-toolbar-arrow-over:before {
	top: -8px;
	border-color: transparent transparent #4f5061 transparent;
}

.medium-editor-toolbar {
	background-color: #4f5061;
	border-radius: 2px;
	-webkit-transition: top 0.075s ease-out, left 0.075s ease-out;
	transition: top 0.075s ease-out, left 0.075s ease-out;
}

.medium-editor-toolbar li button {
	min-width: 50px;
	height: 50px;
	border: 0;
	border-right: 1px solid #565769;
	background-color: #4f5061;
	color: #fff;
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}

.medium-editor-toolbar li button:hover {
	background-color: #484959;
	color: #daac16;
}

.medium-editor-toolbar li .medium-editor-button-first {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.medium-editor-toolbar li .medium-editor-button-last {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.medium-editor-toolbar li .medium-editor-button-active {
	background-color: #58596c;
}

.medium-editor-toolbar-form-anchor {
	background: #4f5061;
	color: #59595a;
	border-radius: 2px;
}

.medium-editor-toolbar-form-anchor input {
	height: 50px;
	background: #4f5061;
	color: #ccc;
	border-radius: 2px 0 0 2px;
}

.medium-editor-toolbar-form-anchor a {
	color: #fff;
}

.medium-editor-toolbar-anchor-preview {
	background: #4f5061;
	color: #fff;
	border-radius: 2px;
}

.medium-editor-placeholder:after {
	color: #b3b3b1;
}


/*
*
* Bootstrap Slider
* http://www.eyecon.ro/bootstrap-slider/
*
*/

.slider.slider-horizontal {
	width: 100% !important;
}

.slider.slider-horizontal .slider-track {
	height: 5px;
}

.slider.slider-horizontal .slider-selection {
	background-image: none;
}

.slider-track {
	background-color: #d0dbec;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}

.slider-selection {
	position: absolute;
	background-color: #7f8bc8;
	border-radius: 2px;
	box-shadow: none;
}

.slider-handle {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #7f8bc8 0px 0px 0px 1px;
}

.slider.slider-horizontal .slider-handle {
	margin-top: -8px;
}


/* Slider Color Variants */

.slider-info .slider-selection {
	background-color: #15acdc;
}

.slider-info .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #15acdc 0px 0px 0px 1px;
}

.slider-primary .slider-selection {
	background-color: #1582dc;
}

.slider-primary .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #1582dc 0px 0px 0px 1px;
}

.slider-success .slider-selection {
	background-color: #15db81;
}

.slider-success .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #15db81 0px 0px 0px 1px;
}

.slider-warning .slider-selection {
	background-color: #daac16;
}

.slider-warning .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #daac16 0px 0px 0px 1px;
}

.slider-danger .slider-selection {
	background-color: #da3e16;
}

.slider-danger .slider-handle {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #da3e16 0px 0px 0px 1px;
}

.slider-striped .slider .slider-selection {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}


/*
*
* toastr
* https://github.com/CodeSeven/toastr
*
*/

.toast-message {
	background: #fff;
	color: #000;
	padding: 10px;
}

#toast-container>div {
	padding: 1px 1px 1px 50px !important;
}

.toast-top-full-width {
	top: 20px;
	padding: 20px;
}


/*
*
* Fullcalendar
* http://arshaw.com/fullcalendar
*
*/

.fc-icon {
	font-size: inherit;
}

.external-events {
	border-bottom: 1px solid #e3e6f3;
	padding: 0 5px 0 0;
}

.fc-event,
.external-event {
	border: transparent;
	/* default BORDER color */
	cursor: default;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
}

.external-events .external-event {
	cursor: pointer;
	display: inline-block;
	/*margin: 0 5px 10px 0;*/
	margin: 0px 0px 8px 9px;
	padding-top: 5px;
}

.external-event:hover {
	cursor: pointer;
}

a.fc-event,
.fc-event-draggable {
	cursor: pointer;
}

.fc-toolbar {
	display: none;
	visibility: hidden;
}

.fc-content {
	margin: 0 -1px;
}

.fc-event {
	cursor: default;
	line-height: inherit;
	padding: .2em .6em .3em;
}

.fc-event.bg-primary {
	color: #ffffff;
}

.fc-event.bg-default {
	color: #59595a;
}

.fc-event.bg-warning {
	color: #ffffff;
}

.fc-event.bg-success {
	color: #ffffff;
}

.fc-event.bg-info {
	color: #ffffff;
}

.fc-event.bg-danger {
	color: #ffffff;
}


/*
*
* Switchery
* http://abpetkov.github.io/switchery/
*
*/

.switchery {
	background-color: #f5f6fb !important;
	border: 1px solid #e3e6f3;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	vertical-align: middle;
	width: 50px;
}

.switchery>small {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 28px;
	position: absolute;
	top: 0;
	width: 28px;
}


/*
* FuelUX Pill
*
*/

.pillbox {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e3e6f3;
	border-radius: 2px;
	line-height: 1;
}

.pillbox ul {
	margin: 0;
	padding: 0;
}

.pillbox li {
	display: inline-block;
	margin: 2px;
	padding: 2px 4px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	white-space: nowrap;
	font-size: 12px;
}

.pillbox li:after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: relative;
	content: " \e646";
	font-size: 10px;
	margin-left: 10px;
}

.pillbox li.status-important {
	background-color: #da3e16;
}

.pillbox li.status-warning {
	background-color: #daac16;
}

.pillbox li.status-success {
	background-color: #15db81;
}

.pillbox li.status-info {
	background-color: #15acdc;
}


/*
* FuelUX Spinner
*
*/

.spinner .btn.disabled {
	cursor: not-allowed;
}


/*
* FuelUX Wizard
*
*/

.wizard {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eaecf6;
	background-color: #eaecf6;
	border-radius: 2px 2px 0;
}

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

.wizard ul li {
	position: relative;
	margin: 0;
	padding-left: 30px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	cursor: default;
	float: left;
	white-space: nowrap;
}

.wizard ul li:before {
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 9;
	display: block;
	border: 21px solid transparent;
	border-right: 0;
	border-left: 14px solid #eaecf6;
	content: "";
}

.wizard ul li:after {
	position: absolute;
	top: -1px;
	right: -15px;
	z-index: 1;
	display: block;
	border: 22px solid transparent;
	border-right: 0;
	border-left: 15px solid #cdd2ea;
	content: "";
}

.wizard ul li .badge {
	margin-right: 8px;
}

.wizard ul li.complete {
	background: #eaecf6;
}

.wizard ul li.complete .badge {
	background: #15db81;
}

.wizard ul li.complete:before {
	border-left: 14px solid #eaecf6;
}

.wizard ul li.complete:hover {
	background: #e7eff8;
	cursor: pointer;
}

.wizard ul li.complete:hover:before {
	border-left: 14px solid #e7eff8;
}

.wizard ul li.active {
	background: #fff;
	color: #1582dc;
}

.wizard ul li.active:before {
	border-left: 14px solid #fff;
	right: -14px;
}

.wizard ul li.active:after {
	right: -15px;
}

.wizard ul li:first-child {
	padding-left: 20px;
	border-radius: 2px 0 0;
}

.wizard ul.previous-disabled li.complete {
	cursor: default;
}

.wizard ul.previous-disabled li.complete:hover {
	background: #f3f4f5;
}

.wizard ul.previous-disabled li.complete:hover:before {
	border-left-color: #f3f4f5;
}

.wizard .actions {
	position: absolute;
	right: 0;
	float: right;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 37px;
}

.wizard .actions a {
	margin-right: 8px;
	font-size: 12px;
	line-height: 45px;
}

.step-content {
	padding: 15px;
}

.step-content .step-pane {
	display: none;
}

.step-content .active {
	display: block;
}

.step-content .active .btn-group .active {
	display: inline-block;
}


/*
* iCheck
*
*/

.icheckbox,
.iradio {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url(../img/minimal.png) no-repeat;
	border: none;
	cursor: pointer;
}

.icheckbox {
	background-position: 0 0;
}

.icheckbox.hover {
	background-position: -20px 0;
}

.icheckbox.checked {
	background-position: -40px 0;
}

.icheckbox.disabled {
	background-position: -60px 0;
	cursor: default;
}

.icheckbox.checked.disabled {
	background-position: -80px 0;
}

.iradio {
	background-position: -100px 0;
}

.iradio.hover {
	background-position: -120px 0;
}

.iradio.checked {
	background-position: -140px 0;
}

.iradio.disabled {
	background-position: -160px 0;
	cursor: default;
}

.iradio.checked.disabled {
	background-position: -180px 0;
}


/* HiDPI support */

@media ( -o-min-device-pixel-ratio: 5/4),
( -webkit-min-device-pixel-ratio: 1.25),
( min-resolution: 120dpi) {
	.icheckbox,
	.iradio {
		background-image: url(../img/minimal@2x.png);
		background-size: 200px 20px;
	}
}


/*
*  Various $Charts plugin styles
*
*/


/* Morris Tooltip */

.morris-hover {
	position: absolute;
	z-index: 1000;
}

.morris-hover.morris-default-style {
	border-radius: 2px;
	padding: 6px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0;
}


/* Sparkline Tooltip */

#jqstooltip {
	display: table;
	border-radius: 2px;
	padding: 15px;
}


/* Flot Charts */

#tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	border: 0;
	line-height: 1;
}

#tooltip:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
}


/* Pie Charts */

.piechart {
	position: relative;
	display: inline-block;
}

.piechart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.piechart>span {
	display: table;
	width: 100%;
	height: 100%;
}

.piechart>span>span {
	display: table-cell;
	vertical-align: middle;
}

.piechart .percent {
	display: block;
	font-size: 18px;
	position: relative;
}

.piechart .percent:after {
	content: '%';
	font-size: .5em;
	position: absolute;
	top: 0;
}


/* Chart dimensions */

.chart {
	border: 0;
	width: 100%;
	height: 200px;
}

.chart-legend.first {
	padding-top: 80px;
}


/*
*  Maps
*
*/

.map img,
#map img {
	max-width: none !important;
}

#map,
.map {
	width: 100%;
	height: 100%;
	background: transparent;
	min-height: 300px;
	position: relative;
}

#map {
	min-height: 250px;
}

#map .jvectormap-container {
	min-height: 300px;
}


/* Google Maps */

.gm-style-cc {
	display: none !important;
}

#map_canvas {
	width: 100%;
	height: 400px;
}


/*
#map_canvas {
height: 400px;
margin: 0 auto;
width: 700px !important;
}*/


/*
* $Sortable elements (Jquery Sortable)
*
*/

.sortable .list-group-item,
.handles .list-group-item {
	padding: 15px;
}

.connected,
.sortable,
.exclude,
.handles {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.connected li,
.sortable li,
.exclude li,
.handles li {
	border: 1px solid transparent;
}

.connected li:not (:last-child),
.sortable li:not (:last-child),
.exclude li:not (:last-child),
.handles li:not (:last-child) {
	margin-bottom: 1px;
	border: 1px solid transparent;
	border-radius: 2px;
}

.sortable>li,
.handles span {
	cursor: move;
}

.handles span {
	float: left;
}

#connected {
	overflow: hidden;
	margin: auto;
}

.connected {
	float: left;
}

.connected.no2 {
	float: right;
}

.sortable-placeholder {
	list-style: none;
	border: 1px dashed #ddd !important;
	min-height: 50px;
	width: 100%;
}


/*
* Nestable elements (Jquery Nestable)
*
*/

.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd-list .dd-list {
	padding-left: 30px;
}

.dd-collapsed .dd-list {
	display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px;
}

.dd-handle {
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #e3e6f3;
	background: #fff;
	border-radius: 2px;
}

.dd-handle:hover {
	color: #2ea8e5;
	background: #fff;
}

.dd-item>button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.dd-item>button:before {
	content: "+";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
	content: "-";
}

.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: transparent;
	border: 1px dashed #ddd;
}

.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
	margin-top: 0;
}

.dd-dragel .dd-handle {
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}


/**
* Nestable Extras
*/

#nestable-output,
#nestable2-output {
	width: 100%;
	background: #fff;
	font-size: 10px;
}

#nestable2 .dd-item>button:before {
	color: #fff;
}

@media only screen and (min-width: 700px) {
	.dd+.dd {
		margin-left: 2%;
	}
}

.dd-hover>.dd-handle {
	background: #2ea8e5 !important;
}


/**
* Nestable Draggable Handles
*/

.dd3-content {
	display: block;
	margin: 5px 0;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	border: 1px solid #e3e6f3;
	background: #ffffff;
	border-radius: 2px;
}

.dd3-content:hover {
	background: #fff;
}

.dd-dragel>.dd3-item>.dd3-content {
	margin: 0;
}

.dd3-item>button {
	margin-left: 40px;
}

.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 38px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #e3e6f3;
	background: #ffffff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.dd3-handle:before {
	content: '≡';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	font-size: 26px;
	font-weight: normal;
}

.dd3-handle:hover {
	background: #ddd;
}


/*
* $Utilities Classes
*
*/


/* p,m,b = padding,margin,border
* Directions
* t,b,r,l,n = top,bottom,right,left, negative
* Sizing
* xs,sm,md,df,lg = extra small(@xs),small(@sm),medium(@md),default(@df),large(@lg)
*/

.ptl {
	position: absolute;
	top: 0;
	left: 0;
}

.ptr {
	position: absolute;
	top: 0;
	right: 0;
}

.pbl {
	position: absolute;
	bottom: 0;
	left: 0;
}

.pbr {
	position: absolute;
	bottom: 0;
	right: 0;
}


/* Set background color to transparent */

.bg-none {
	background-color: transparent;
	box-shadow: none;
}

.shadow {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.no-shadow {
	box-shadow: none;
}


/* Margins */

.no-m {
	margin: 0 !important;
}

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

.mrn {
	margin-right: -15px;
}

.mln {
	margin-left: -15px;
}

.mbn {
	margin-bottom: -15px;
}

.ml0 {
	margin-left: 0;
}

.mr0 {
	margin-right: 0;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.m25 {
	margin: 25px;
}

.mr25 {
	margin-right: 25px;
}

.ml25 {
	margin-left: 25px;
}

.mt25 {
	margin-top: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.m20 {
	margin: 20px;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.m15 {
	margin: 15px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.m10 {
	margin: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.m5 {
	margin: 5px;
}

.mr5 {
	margin-right: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}


/* Padding space */

.no-p {
	padding: 0 !important;
}

.pl0 {
	padding-left: 0;
}

.pr0 {
	padding-right: 0;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

.p25 {
	padding: 25px;
}

.pr25 {
	padding-right: 25px;
}

.pl25 {
	padding-left: 25px;
}

.pt25 {
	padding-top: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.p20 {
	padding: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.p15 {
	padding: 15px;
	min-height: 300px;
}

.pr15 {
	padding-right: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.p10 {
	padding: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.p5 {
	padding: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}


/* Borders */

.no-b {
	border: 0;
}

td.no-b {
	border-top: 0 !important;
}

.bordered {
	border: 1px solid #e3e6f3;
}

.bb {
	border-bottom: 1px solid #e3e6f3;
}

.bt {
	border-top: 1px solid #e3e6f3;
}

.bl {
	border-left: 1px solid #e3e6f3;
}

.br {
	border-right: 1px solid #e3e6f3;
}

.avatar.bordered {
	border: 3px solid rgba(255, 255, 255, 0.5);
}


/* Radius */

.no-radius {
	border-radius: 0;
}

.rounded {
	border-radius: 2px;
}

.brtl {
	border-top-left-radius: 2px;
}

.brtr {
	border-top-right-radius: 2px;
}

.brbl {
	border-bottom-left-radius: 2px;
}

.brbr {
	border-bottom-right-radius: 2px;
}

.overflow-hidden {
	overflow: hidden;
}


/*
*  Demo specific styles.
*
* These can be removed
*/

.demo .slider.slider-vertical {
	height: 175px;
}

.bs-demo .btn {
	margin-bottom: 5px;
}

.tool-button .btn {
	margin-right: 5px;
}

.demo-button .btn {
	min-width: 115px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.demo>.dropdown {
	float: left;
}

.demo>.dropdown>.dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 5px;
}

.demo-button2 button {
	margin: 0 5px 10px 0;
}

.fontawesome-list a {
	display: block;
	margin-left: 30px;
	height: 32px;
	color: #59595a;
	font-size: 1em;
	line-height: 32px;
}

.fontawesome-list .fa {
	position: absolute;
	top: 9px;
	left: 20px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.themify-icons .fa-hover {
	display: block;
	padding-left: 45px;
	height: 32px;
	color: #59595a;
	font-size: 1em;
	line-height: 32px;
}

.themify-icons span {
	position: absolute;
	top: 9px;
	left: 20px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.fontawesome-list a:hover .fa,
.themify-icons .fa-hover:hover span {
	top: 5px;
	color: #15db81;
	font-size: 1.5em;
}

.form-horizontal.bordered-group .form-group {
	border-bottom: 1px solid #E7EBF3;
	padding-bottom: 15px;
}

.form-horizontal.bordered-group .form-group:last-child {
	border-bottom: 1px solid transparent;
	padding: 0;
}

.switcha>div {
	float: left;
}

.services .service {
	margin: 0 30px 25px;
	text-align: center;
}

.service-icon {
	margin: 0 auto 15px;
	width: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #D6D6D6;
	border-radius: 50%;
}

.service-icon.bg-color {
	color: #fff;
}

.service-icon.huge {
	width: 100px;
	line-height: 100px;
	background-color: #eaecf6;
}

.service-icon.left {
	float: left;
	margin: 0;
}

.message {
	color: #FF0000;
}


/*# sourceMappingURL=main.css.map */

#container {
	height: 100% !important;
}

.table-responsive .table thead tr th:last-child {
	/* width:250px; */
}

.panel-heading .pull-right {
	margin-right: 10px;
	margin-top: 2px;
}

.panel-heading .title {
	color: #ffffff;
}

.sprater {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.sprater input {
	margin-left: 0 !important;
}

.main-heading {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
}

.scroll-inputs {
	max-height: 200px;
	overflow: auto;
	float: left;
	width: 100%;
}

.btn-action {
	float: left;
	width: 100%;
	margin: 10px 0 20px;
	text-align: right;
}

.local_time {
	padding: 0 0 0 5px;
}

.media-object {
	width: 30px;
	height: 35px;
	padding: 3px 2px 0px 0px;
	background: white;
	margin-top: 2px;
}

.fa-male {
	font-size: 12px;
	color: #888;
}

.fa-header {
	color:#fda166;
}

.mini-drop-bar {
	box-shadow: 0px 0px 5px #aaa;
}

.btn.btn-default.disable-plot {
	margin-top: 20px;
}

.modal-input-sec input {
	margin-right: 10px;
}

.sprater .form-control {
	float: left;
	width: 100%;
}

.modal-input-sec {
	float: left;
}

.showselection {
	white-space: normal;
	word-wrap: break-word;
}

.main-head-tab {
	min-width: 300px;
}

.panel-tab-section {
	background: none repeat scroll 0 0 #f1f4f9;
	border: 1px solid #ddd;
	border-radius: 1px;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.panel-tab-section h2 {
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	padding: 5px;
}

.panel-tab-section ul {
	list-style: outside none none;
	padding: 0;
}

.panel-tab-section ul li {
	font-size: 14px;
	list-style: outside none none;
	padding: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.panel-tab-section ul li:hover {
	/*background: #D7F3F7 !important;*/
	background: #f7ecd7 !important;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.form-vert_hor .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: left !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.padding-label-switch {
	padding: 6px 2px 2px 10px;
}


/*30jan by pankaj*/

.sorting-input {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	height: 28px;
	margin: 2px 0 0 !important;
	padding-left: 6px;
	width: 130px;
}

.panel-tab-section h2 {
	float: left;
	font-size: 20px;
	line-height: 28px;
	padding: 5px 10px;
	width: 100%;
}

.zoomBtn {
	position: relative;
	float: right;
	margin: 0;
}

#map-canvas img {
	max-width: none;
}

.panel-heading h5 {
	width: 95%;
}

.main-head-tab {
	min-width: inherit;
}

.panel-tab-section ul li.seleted {
	background: none repeat scroll 0 0 #D7F3F7 !important;
	transition: all 0.5s ease 0s;
}

.panel-tab-section ul li.seleted a {
	color: #1166AD;
}

.panel-tab-section ul:before {
/*background: url("../img/loader.GIF") no-repeat scroll 0 0
rgba(0, 0, 0, 0);*/
content: "";
display: inline-block;
height: 66px;
left: 45%;
position: absolute;
top: 65%;
width: 66px;
}

#map-canvas:before {
	background: url("../img/loader.GIF") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	height: 66px;
	left: 48%;
	position: absolute;
	top: 47%;
	width: 66px;
}

.msg_div .alert-success {
	position: absolute;
	right: 15px;
	left: 15px;
	top: 10px;
	z-index: 9999;
	opacity: 0.8;
}

.nav .icon img {
	margin-top: -5px;
	width: 16px;
}

.nav li h3 {
	/*color: #ffffff;*/
	color: #404040;
	font-size: 14px;
	margin: 16px;
}

.peekdropdown .dropdown-menu {
	top: -43px;
	width: 800px;
	background-color: #fcfcfc;
	right: -13px;
}

.peekdropdown .list-group-item {
	border: none !important;
	background-color: #fcfcfc;
}

#taskListView .sorting:after,
#ButtonsList .sorting:after {
	content: "";
}

#taskListView .sorting_asc:after,
#taskListView .sorting_asc_disabled:after {
	content: "";
}

#ButtonsList .sorting_asc:after,
#ButtonsList .sorting_asc_disabled:after {
	content: "";
}

#taskListView .sorting_desc:after,
#taskListView .sorting_desc_disabled:after {
	content: "";
}

#ButtonsList .sorting_desc:after,
#ButtonsList .sorting_desc_disabled:after {
	content: "";
}

#calloffTable .sorting_desc:after,
#calloffTable .sorting_desc_disabled:after {
	content: "";
}

#calloffTable .sorting_asc:after,
#calloffTable .sorting_asc_disabled:after {
	content: "";
}

#calloffTable .sorting:after,
#calloffTable .sorting:after {
	content: "";
}

@media ( max-width :360px) {
	.nav li h3 {
		/*color: #ffffff;*/
		color: #404040;
		font-size: 11px;
		margin: 15px;
		width: 180px;
	}
	.zoomBtn {
		float: right;
		margin: -30px 0 0;
		position: relative;
	}
	#render_user_detail .media-body {
		width: 47% !important;
		padding: 10px 0;
	}
	.panel-tab-section ul:before {
		background: url("../img/loader.GIF") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 66px;
		left: 45%;
		position: absolute;
		margin-top: 151%;
		width: 66px;
	}
	.fffix .panel-heading #search_text {
		margin-bottom: 10px;
	}
	#nonFixedSample .btn {
		display: block !important;
		margin: 5px 0;
	}
}

@media ( min-width :361px) and (max-width:640px) {
	.zoomBtn {
		float: right;
		margin: -30px 0 0;
		position: relative;
	}
	#nonFixedSample .btn {
		display: block !important;
		margin: 5px 0;
	}
	.nav li h3 {
		font-size: 12px;
		margin: 15px 2px;
		width: 180px;
	}
	.fffix .panel-heading #search_text {
		margin-bottom: 10px;
	}
	.panel-tab-section ul:before {
/*background: url("/staging/app/img/loader.GIF") no-repeat scroll 0 0
rgba(0, 0, 0, 0);*/
content: "";
display: block;
height: 66px;
left: 45%;
position: absolute;
margin-top: 90%;
width: 66px;
}
#render_user_detail .media-body {
	width: 47% !important;
	padding: 10px 0;
}
}

@media ( min-width :641px) and (max-width:800px) {
	.nav li h3 {
		/*color: #ffffff;*/
		color: #404040;
		font-size: 11px;
		margin: 15px;
		width: 180px;
	}
	#render_user_detail .media-body {
		padding: 10px 0;
	}
/*.panel-heading .col-sm-2 {padding-left:0px !important; padding-right:0px !important;}

.btn {
border-radius: 2px;
font-size: 11px;
line-height: 14px;
margin-right: 0;
outline: 0 none;
padding: 9px 3px;
transition: all 300ms linear 0s;
}

*/
.fffix .panel-heading #search_text {
	margin-bottom: 10px;
}
.zoomBtn {
	margin: -30px 0 0;
	position: relative;
}
}

@media ( min-width :768px) and (max-width:800px) {
	.btn {
		border-radius: 2px;
		font-size: 11px;
		line-height: 14px;
		margin-right: 0;
		outline: 0 none;
		padding: 9px 3px;
		transition: all 300ms linear 0s;
	}
}


}

/*add button new css by pradeep*/
.login-bg {
	background: url(../img/login-bg.webp) no-repeat center center;
	background-size: cover;
}
.login-form {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
}
.login-form-swicher ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.login-form-swicher li {
	list-style: none;
}
.login-form-swicher li a {
	background: none;
	color: #ffffff;
	list-style: none;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 100%;
}
.login-footer {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
}
.forgot-link {
	color: #ffffff !important;
}
.login-btn {
	background-color: #5c6bc0 !important;
	height: 40px;
	border-radius: 12px;
}
.login-btn:hover {
	color:#fff;
	border: 1px solid #fff;
}
.login-btn:active {
	color:#fff;
	border: 1px solid blue;
}
.app>.header {
	/*background-color: #333333 !important;*/
	background-color: #e8e8e7 !important;
	border-bottom: 1px solid #ccc;
}
.app>.header .brand {
	/*background-color: #333333 !important;*/
	background-color: transparent !important;
	text-align: center;
}
.redclass {
	background-color: #DA3E16 !important;
	color: #fff !important;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 2px;
	width: 60px;
	margin: 0 auto;
	border-radius: 2px;
	height: 22px;
}
.yelloclass {
	background-color: #CCC820 !important;
	color: #fff !important;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 2px;
	width: 60px;
	margin: 0 auto;
	border-radius: 2px;
	height: 22px;
}
.greenclass {
	background-color: #2E7823 !important;
	color: #fff !important;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 2px;
	width: 60px;
	margin: 0 auto;
	border-radius: 2px;
	height: 22px;
}
.result-th {
	width: 100px;
}
.action-th {
	width: 250px;
}

/*
.grip {
background-image: url("../img/grip.png");
cursor: e-resize;
height: 30px;
margin-left: -5px;
margin-top: -3px;
position: relative;
width: 20px;
z-index: 88;
}*/
.man-down-table {
	text-align: center;
	margin-top: 20px;
}
.man-down-table .glyphicon-ok {
	color: #6cab3b;
	font-size: 30px;
}
.man-down-table th,
.man-down-table td {
	text-align: center;
}
.man-down-table td {
	text-align: center;
	line-height: 72px !important;
}

.no-margin {
	margin:0px!important;
}
.no-pad {
	padding: 0px !important;
}
.no-pad-left {
	margin-bottom: 10px;
	padding-left: 0 !important;
}
.no-pad-right {
	padding-right: 0px !important;
}

/*.add_scroll{ max-height: 497px; overflow-y: visible; margin-bottom: 10px; }*/
@media ( max-width :640px) {
	#append_detail .col-sm-4 label {
		float: none;
		width: 40%;
	}

	#append_detail .col-sm-4 div {
		text-align: left;
		float: right;
		margin-left: 5px;
	}

	.add_scroll {
		overflow-x: auto;
	}
}
.logged-in {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dddddd;
	float: left;
	margin: 5px 0;
	padding: 5px 15px;
}
.logged-in h4 {
	margin: 0;
	text-align: center;
}
.logged-in p {
	font-size: 11px;
	margin: 0;
	text-align: center;
}
.mid-tab p {
	font-size: 11px;
	margin: 8px 0 0;
	text-align: center;
}
.mid-tab ul {
	border: 1px solid #dddddd;
	height: 27px;
	margin: 0 auto;
	padding-left: 0;
	width: 189px;
}
.mid-tab ul li {
	background: none repeat scroll 0 0 #ffffff;
	color: #333333;
	float: left;
	list-style: outside none none;
	padding: 3px 5px;
}
.mid-tab ul li a {
	color: #333333;
	padding: 3px 0;
}
.active {
	/*background: none repeat scroll 0 0 #c8e2f7 !important;*/

	color: #333333;
}
.logged-in h4 {
	margin: 0;
	text-align: center;
}
.pink {
	color: #ea8482 !important;
}
.logged-in p {
	font-size: 11px;
	margin: 0;
	text-align: center;
}
.media-left {
	float: right;
	width: 35px;
}
.media,
.media .media {
	background: none repeat scroll 0 0 #ffffff;
	margin-top: 0px!important;
	padding-top: 8px;
}
.media-body {
	float: left;
	padding: 0px 5px 5px 5px;
	width: 330px;
}
.media-heading {
	margin: 0 0 5px 5px;
}
.blue {
	color: #1582dc !important;
}
.modal-icon-right {
	background: none repeat scroll 0 0 #8cc2ee;
	color: #ffffff;
	float: left;
	height: 50px;
	margin-right: 3px;
	margin-top: 3px;
	padding: 7px 17px;
	position: relative;
	width: 50px;
}
.modal-icon-right h2 {
	margin: 0;
}
.modal-icon-right p {
	margin: -10px 0 0 20px;
	position: absolute;
}
.dispath-btn-top {
	height: 34px;
	margin: 2px 0;
}
.dispatch-list {
	background: none repeat scroll 0 0 #ffffff;
	overflow: hidden;
	padding: 5px 0;
	min-height: 215px;
}
.media_scroll {
	background: none repeat scroll 0 0 #ffffff;
	height: 100vh;
	/*padding-top: 10px;*/
	margin-top: 7px;
	/*overflow-x: hidden;*/

	overflow-y: auto;
}
.showUserComment {
	font-size: 15px;
}
.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.media-left,
.media>.pull-left {
	padding-right: 0px;
}
.media {
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.media:hover {
	background: #FFF7F3;
}
.form-group {
	margin-bottom: 5px !important;
	overflow: hidden;
}
.mid-tab ul li:hover {
	background: none repeat scroll 0 0 #c8e2f7;
	color: #333333;
}
.btn-white {
	background: #ffffff !important;
	color: #000000 !important;
}
.count_login_user {
	background: none repeat scroll 0 0 green;
	color: white;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0 0 5px;
	padding: 2px;
}
.logged-text {
	float: left;
	display: block;
}
.inactive-logged {
	float: right;
}
.count_inactive_user {
	background: pink;
	color: white;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: 3px 5px 0 5px;
	padding: 2px;
}
.dispatch-list h5 {
	margin: 2px;
}
.dispatch-list h6 {
	margin: 0px;
	margin-bottom: 3px;
}
#nonFixedSample tr th:last-child {
	width: 150px !important;
}
#nonFixedSample.passdown tr th:last-child {
	width: 55px !important;
}
.form-gromyModalmyModalup {
	margin: 5px 0;
	overflow: hidden;
}
.form-groupmyModal {
	margin: 5px 0;
	overflow: hidden;
}
#myModal .modal-lg {
	width: 90%;
}
#myModal .modal-body {
	height: 73vh !important;
	overflow: auto;
}
.table-header td,
.table-header th {
	padding: 10px !important;
	width: 216px !important;
}
.tour-report-head {
	background: #f2f2f2;
}
.table-header-tour {
	border: 1px solid #bfbfbf;
}
.download-report {
	margin: 10px;
}
.tour-map-footer ul li {
	float: left;
	list-style: outside none none;
	text-align: left;
	margin-right: 10px;
}
.breadcrumb>.active span {
	text-decoration: underline;
}
o .userinfo {
	margin: 20px;
	width: 97%;
}
.panel-list {
	margin-top: 20px;
}
.incident-reports {
	padding-left: 0px;
}
.incident-report-table {
	clear: left;
}
.webcam,
.userpic {
	background: url("images/userpic.gif") no-repeat scroll 0 0/cover rgba(0, 0, 0, 0);
	/* border: 2px solid #AAAAAA;*/

	display: inline-block;
	height: 200px;
	position: relative;
	width: 200px;
}
.picPort .userpic {
	background: url("images/userpic.gif") no-repeat scroll 0 0/cover rgba(0, 0, 0, 0);
	/*border: 1px solid #DDDDDD;*/

	display: block;
	position: relative;
}
.picPort .userpic .userpic__preview>div>div {
	margin: 0 auto !important;
	max-height: 198px;
	max-width: 100% !important;
}
.picPort .btn.js-fileapi-wrapper {
	position: absolute;
	bottom: -40px;
	left: 0;
}
.picPort .btn-txt {
	margin-bottom: 0 !important;
}
.js-preview.userpic__preview>div {
	height: 100% !important;
	width: 100% !important
}
.popup {
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #000000;
	display: inline-block;
	float: left;
	margin: 25px;
}
.insert-anchor {
	border: 1px solid #dddddd;
	border-radius: 2px 0 0 2px;
	cursor: not-allowed;
	float: left;
	line-height: 9px;
	margin: 0;
	padding: 10px 7px 10px;
}
table .head .second-td {
	width: 150px !important;
}
table .head .third-td {
	width: 300px !important;
}
table .head .forth-td {
	width: 300px !important;
}
table .head .fifth-td {
	width: 150px !important;
}
.panel-body .JColResizer td,
.panel-body .JColResizer th {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.JColResizer {
	table-layout: inherit !important;
}
#nonFixedSample .btn {
	display: inline;
}
.margin-selection .btn {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
.nav li a {
	color:#000!important;;
}
.nav li a:hover {
	/*highlights text in sidebar and dropdown menus*/
	background-color: #e8e8e7!important;
	/*color:#ff9e59!important;*/
}
.ml10:hover {
	color:#ff9e59!important;
}
.sidebar li a:hover {
	/*background: #333333 !important;*/

	background: #dedede !important;
	;
	color: #fff;
}
/*collapsed sidebar menu caption*/
.navCaption {
	color:#000;
}

.dropdown-menu>li>a:hover {
	background: #F1E9DF !important; /*sova change*/
	;
}
.form-group.profile-pic {
	height: 280px; /*do not change.  Used in multiple pages with different layouts*/
}
@media print {
	#rendetdata td.flw {
		width: 11% !important;
	}

	#rendetdata td.tim {
		width: 6% !important;
	}

	#rendetdata td.act {
		width: 34% !important;
	}

	#rendetdata td.rem {
		width: 34% !important;
	}

	#rendetdata td.sn {
		width: 5% !important;
	}
}
#render_user_detail .media-body {
	width: 88%;
}
.fht-table-wrapper .fht-tbody {
	height: 440px !important;
}
#index .fht-table-wrapper .fht-tbody table {
	width: 100% !important;
}
#useractivitypopup .userinfo {
	width: 96% !important;
	margin-left: 4%;
}
#render_user_detail h4 {
	font-size: 16px;
	line-height: 20px;
}
.action {
	width: 400px;
	height: 30px;
	margin: 10px 0;
}
.cropped>img {
	margin-right: 10px;
}

/* moved below to image.css */

/* .imageBox {
position: relative;
height: 400px;
width: 100%;
border: 1px solid #aaa;
background: #fff;
overflow: hidden;
background-repeat: no-repeat;
cursor: move;
}

.imageBox .thumbBox {
position: absolute;
top: 38%;
left: 30%;
width: 302px;
height: 362px;
margin-top: -130px;
margin-left: -70px;
box-sizing: border-box;
border: 1px solid rgb(102, 102, 102);
box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
background: none repeat scroll 0% 0% transparent;
} */
.testDiv {
	position: absolute;
	width: 80%;
	height: 320px;
	left: 10%;
	top: 5%;
	margin: 0 auto;
	border: 5px solid yellow;
	opacity: .4;
}

/* .imageBox .spinner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
line-height: 400px;
background: rgba(0, 0, 0, 0.7);
} */
.livesova input[type="text"] {
	width: 100%;
	text-align: center;
	line-height: 16px;
}
.livesova .modelpopuploginuser {
	border: 1px solid green;
}
.livesova .modelpopupinactiveuser {
	border: 1px solid red;
}
.activity-users .media-body {
	width: auto;
}
.activity-users .modal-dialog {
	width: 300px
}
.activity-users .modal-content {
	background: rgba(0, 0, 0, .5)
}
.activity-users #myModalLabel {
	color: #fff;
}
.activity-users .media {
	background: none;
}
#loader_div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
@media screen and (max-width:500px) {
	.sova_tour {
		display: block;
		height: 115px;
	}

	.panel-body p {
		text-align: left !important;
	}
}
body.live-popup .modal-backdrop {
	display: none;
}
#myModal.activity-users .modal-body {
	height: 300px !important;
}
#myModal.activity-users .modal-dialog {
	top: 20%;
}
#printableArea {
	overflow: auto;
}
.col-md-12.top_fix {
	left: 224px;
	position: fixed;
	right: 18px;
	width: auto;
	top: 65px;
	z-index: 1;
}
.tour_main {
	padding-top: 80px;
}
.scrollup {
	border-radius: 100%;
	position: fixed;
	display: none;
	background: url('../img/Arrows.png') no-repeat;
	bottom: 50px;
	height: 68px;
	right: 32px;
	text-indent: -9999px;
	width: 73px;
}
.yellow_tooltip {
	background: none repeat scroll 0 0 #E8B566 !important;
	float: left;
	padding: 2%;
	width: 100%;
}
#mcTooltipWrapper {
	top: 110px !important;
}

/*Dispatch tooltip over active/inactive squares*/
div#mcTooltipWrapper {
	top: 87px !important;
}

/*.map{height:400px !important;}*/
map {
	height: 450px !important;
}
.map .gm-style .gm-style-iw {
	font-size: 13px;
	font-weight: 300;
	max-width: 220px !important;
	overflow: hidden !important;
}
.output {
	background-color: white;
}
.map .gm-style .gm-style-iw p {
	color: #000
}
.table.user-tble {
	table-layout: fixed;
	word-wrap: break-word;
}
#nonFixedSample.user-tble tr th:last-child {
	width: 315px !important;
}
table.dataTable.user-tble thead>tr>th {
	padding-right: 8px;
}
#nonFixedSample.user-tble {
	font-size: 14px;
}
#nonFixedSample.user-tble .btn {
	padding: 5px;
}
table#nonFixedSample th {
	font-weight: normal;
	vertical-align: top;
}
table#nonFixedSample th.sorting,
table#nonFixedSample th.sorting_asc {
	padding-right: 16px !important;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
	right: 2px !important;
}
#nonFixedSample.user-tabl {
	font-size: 13px;
}
.lf-bulk-action {
	width: 100%;
	height: 33px;
	z-index: 2;
	background: #fde8c3;
	display: none;
	margin-top: 13px;
	margin-bottom: -15px;
	padding: 5px 8px 0px 26px;
	position: absolute;
	border-width: 2px;
	border-color: #cccccc;
	box-shadow: 0 8px 6px -6px #cccccc;
}
@media screen and (max-width:874px) {
	.main-content {
		padding-top: 100px;
	}

	.col-md-12.top_fix {
		top: 110px;
	}
}
@media screen and (max-width:767px) {
	.main-content {
		padding-top: 75px;
	}

	.col-md-12.top_fix {
		top: 120px;
		left: 20px;
	}
}
@media screen and (max-width:600px) {
	#append_logo {
		position: inherit !important;
	}

	.mapoverbox {
		margin: 90px 0 0 !important;
		max-width: 280px;
	}
}
@media screen and (max-width:420px) {
	.btn.pull-right.report_data.download-report {
		float: none !important;
		margin-bottom: 0;
	}

	.breadcrumb {
		margin-bottom: 0!important;
	}
}
@media screen and (min-width: 768px) {
	.panel {
		position: relative;
	}

	#IncidentDailyActivityReportsForm .no-pad-left {
		background: #F1F4F9;
	}
}
.tour_main p.right-report {
	padding-left: 75%;
}
table.passdown th.reported-by-passdown {
	width: 90px !important;
}
.datepicker-dropdown td.active.day {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(center top, #fdd49a, #fdf59a) !important;
	background-repeat: repeat-x !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	color: #59595a !important;
}
table.prop-index .btn {
	margin: 0 2px;
	display: inline;
}
blockquote .topline {
	padding-bottom: 10px;
}
blockquote .topline .name {
	color: #ff9e59!important;
	font-weight: bold;
}
blockquote .topline .num {
	padding-right: 4%;
}
blockquote .topline .num img {
	width: 13px;
}
blockquote .topline .edit_button {
	position: absolute;
	left: 36px;
	top: 36px;
}
blockquote .topline .delete_button {
	position: absolute;
	left: 14px;
	top: 33px;
}
blockquote .topline .num .high-importance {
	color: #FF0000;
	font-weight: bold;
}
blockquote .topline .num .medium-importance {
	color: #DAAC16;
	font-weight: bold;
}
blockquote .topline .num .low-importance {
	color: #15DB81;
	font-weight: bold;
}
blockquote .edit_button img {
	width: 15px;
}
blockquote .topline .date {
	float: right;
}
.datepop .modal-dialog {
	left: 24%;
	top: 38%;
}
.datepop .modal-content ul {
	height: 128px;
	overflow: auto;
	list-style: none;
	padding: 10px;
	margin: 0;
}
.datepop .modal-content ul span {
	font-weight: bold;
}
.datepop .modal-content {
	padding-bottom: 45px;
	background: #FFFFCC;
}
.datepop .modal-content button {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
body.tour-toltip .modal-backdrop {
	opacity: 0;
}
#nonFixedampled td .percentage_class {
	cursor: pointer;
}
@media screen and (max-width:416px) {
	.panel {
		margin-top: 10%;
	}
}
#ReportRedirectTourReportForm {
	margin: 0 0 20px;
}
#ReportRedirectTourReportForm input[type="submit"] {
	padding: 8px 12px;
}
#tour-report-area table tbody {
	font-weight: normal;
}
#tour-report-area table thead {
	background: #ccc;
}
.mapoverbox {
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255, 255, 255, .9);
	margin: 75px -245px 0 0;
	min-height: 0px;
	transition: all .3s ease-out;
	position: absolute;
	right: 0;
	top: 22px;
}
.mapoverbox.show {
	margin: 75px 0px 0 0;
}
.mapoverbox ul {
	float: left;
	width: 100%;
	max-height: 285px;
	overflow: auto;
	padding: 10px 0 0;
	list-style: none;
	border-top: 1px solid #555;
	margin: 10px 0 0;
}
.mapoverbox ul li {
	float: left;
	width: 100%;
	padding: 10px 0 12px;
	border-bottom: 1px solid #ddd;
}
.mapoverbox ul li h4 {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 18px;
	color: #59595a;
}
.mapoverbox ul li h4 strong {
	font-weight: normal;
	color: #1582DC;
}
.mapoverbox ul li p {
	margin: 0 0 3px;
}
.mapoverbox ul li small {
	font-size: 12px;
}
.mapoverbox .mapscrolbtn {
	font-size: 20px;
	z-index: 9;
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: -33px;
}
.mapoverbox .mapscrolbtn .fa-chevron-right,
.mapoverbox.show .mapscrolbtn .fa-chevron-left {
	display: none;
}
.mapoverbox.show .mapscrolbtn .fa-chevron-right {
	display: block;
}
.mapoverbox .mapscrolbtn i {
	line-height: 30px;
}
.mapoverbox input[type="text"],
.mapoverbox input[type="password"] {
	background: #fff;
}
.mapoverbox textarea {
	background: #fff;
}
.mapscrolbtn.ylwclr {
	background: yellow;
	color: #333;
}
.mapscrolbtn.redclr {
	background: red;
}
.mapscrolbtn.blueclr {
	background: #049FFF;
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.mapoverbox {
		margin: 90px -310px 0 0;
	}
}
@media screen and (min-width: 992px)and (max-width: 1024px) {
	.mapoverbox {
		margin: 90px -270px 0 0;
	}
}
#mapfromsec .select2-hidden-accessible,
#mapfromsec .select2 {
	width: 100% !important;
}

#mapfromsec {
	height: 36vh;
	padding-top: 10px;
	height: 249px !important;
	overflow-y: initial;
	overflow-x: visible;
	position: relative;
	z-index: 2;
}
}

/*#bcak_track_map > div > div > div > div > div[style="cursor:default"]{left:172px !important;}*/
table td.sort-order input {
	width: 25px;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
}
table td.sort-order input:focus {
	border-color: #555;
	background: #F1F2F9;
}
.order-msg {
	color: #008000;
	padding: 5px 15px;
	position: absolute;
	right: 33%;
	top: 57px;
}
.edit-btn-img .modal-dialog {
	max-width: 325px;
	height: 545px;
}
#MakeChartEditButtonForm {
	margin: 10px 0 0;
}
#weakly,
#monthly {
	margin: -7px 35% 0 0;
}
#weakly select,
#monthly select {
	padding: 2px 6px;
	height: 29px;
}
#select_scheduled input {
	border: 1px solid #ccc;
	width: 50px;
	height: 28px;
	font-size: 12px;
}
#select_scheduled label {
	font-size: 11px;
	margin: 5px 0 0;
	font-weight: normal;
}
#schedule_Modal .modal-dialog {
	margin: 130px auto 0;
}
#MakeChartEditButtonForm>a {
	color: #1166AD;
}
#MakeChartEditButtonForm>a:hover {
	text-decoration: underline;
}
.tasklist .add_schedule:hover {
	color: #1166AD;
	cursor: pointer;
}
.tasklist {
	max-height: 244px;
	overflow: auto;
}


/*.profile-pic .picPort input[type="button"] {
margin: 10px 0 0;
}*/
.profile-pic .picPort .long-img {
	max-height: 500px;
}
.edit-btn-img .imageBox {
	height: 455px;
}
#change_order_Modal #my-list {
	list-style: none;
	padding: 0;
	max-height: 470px;
	overflow: auto;
}
#change_order_Modal #my-list li {
	background: #e5e5e5;
	padding: 6px 10px;
	margin: 6px 0;
	cursor: move;
}
.edit-btn-img .modal-content .action {
	width: 100%;
}
table td .right-icon {
	font-size: 20px;
}
#myShiftTimeModal .modal-sm {
	margin: 200px auto;
}
.exist-shedule {
	max-height: 100px;
	overflow: auto;
	width: 300px
}
.edit-btn-img .modal-body {
	padding: 0
}
.edit-task-table {
	max-height: 322px;
	overflow-y: auto;
}
.change-color {
	border-color: #ff0000 !important;
}
.picPort .overlay {
	margin: 10px 0 0 1%;
	/*height: 27px;*/

	position: relative;
}
#searchTooltip {
	background: #000;
	border: 5px solid #fff;
	margin: 15px 0 0;
	position: absolute;
	right: 17px;
	bottom: -9px;
	box-shadow: 0 0 3px #666;
	color: #fff;
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 5px;
}
#searchTooltip:after {
	border-bottom: 20px solid #000;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	content: "";
	left: 47%;
	top: -18px;
}
#tourlistTooltip {
	background: none repeat scroll 0 0 #000000;
	background: #fff none repeat scroll 0 0;
	border: 5px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 3px #666666;
	color: #000;
	font-size: 15px;
	margin: 15px 0 0;
	padding: 6px 17px;
	position: absolute;
	right: -97px;
	top: 31px;
	transform: rotate(90deg);
	z-index: 999;
}
#tourlistTooltip:after {
	border-left: 15px solid rgba(0, 0, 0, 0); //
	border-right: 15px solid rgba(0, 0, 0, 0); //
	border-top: 20px solid #000000;
	content: "";
	left: 49px;
	position: absolute;
	top: 100%;
}
#bcak_track_map .usr-name {
	color: #0b0719;
	font-size: 22px;
	line-height: 22px;
}
#bcak_track_map .logout-toolbtn {
	transition: all 0.2s ease;
	background: #d8d8d8;
	color: #000;
	padding: 3px 8px;
	display: block;
	margin: 10px 0 0;
}
#bcak_track_map .logout-toolbtn:hover {
	color: #ff9e59;
}
#bcak_track_map .maprightc_info {
	width: 240px !important;
}
#bcak_track_map .maprightc_info .gm-style-iw {
	max-width: 100% !important;
}
#bcak_track_map .maprightc_info .gm-style-iw div {
	overflow: visible !important;
	width: 100%;
}
#bcak_track_map .maprightc_info .gm-style-iw div div {
	overflow: visible !important;
}
#bcak_track_map .maprightc_info .gm-style-iw+div {
	right: -35px !important;
}
ul.map-colored-name {
	list-style: none;
	margin-top: 4px;
}
ul.map-colored-name li {
	font-size: 13px;
	float: left;
	margin: 0 7px;
}
ul.map-colored-name li span {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin: 0 2px 0 0;
	border-radius: 50%;
	display: inline-block;
}
.maprightc_info div:first-child>div:nth-child(4) {
	background: rgba(255, 255, 255, 0.7) !important;
}
.map-info-traparent div:first-child>div:nth-child(4) {
	background: rgba(255, 255, 255, 0.85) !important;
}
.ui-dialog-titlebar-close {
	/*dialog box close button hide*/

	display: none;
}
.needed div:first-child .needed-first:nth-child(4) {
	background: rgba(255, 255, 255, 0.85) !important;
}
.needed .gm-style-iw .needed-first:last-child {
	background: none !important;
}
.add_scroll {
	position: relative;
}
.no-rcrd {
	position: absolute;
	bottom: -40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	left: 0;
}
.table .st-head thead tr th,
.table .st-body tbody tr th,
.table .st-head thead tr td,
.table .st-body tbody tr td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table-bordered .st-head thead tr th,
.table-bordered .st-body tbody tr th,
.table-bordered .st-head thead tr td,
.table-bordered .st-body tbody tr td {
	border: 1px solid #ddd
}
.bor-none.table {
	border: none;
}
.st-head {
	padding: 0 !important;
}
.st-body .st-body-scroll {
	max-height: 428px !important;
}

/*.st-head-table th:nth-child(1){ width: 10.6% !important;}
.st-head-table th:nth-child(2){ width: 11.6% !important;}
.st-head-table th:nth-child(3){ width: 18.6% !important;}
.st-head-table th:nth-child(4){ width: 9.4% !important;}
.st-head-table th:nth-child(5){ width: 20% !important;}
.st-head-table th:nth-child(6){ width: 28% !important;}*/
.equipment_form .submit {
	float: left;
}
/*.equipment_form .btn {
margin-top: 0;
color: #fff;
}*/
#append_track_user {
	display: inline-block;
	font-weight: bold;
	color: #00cf00;
	font-size: 17px;
}
#append_track_user span {
	color: green
}
#show_path_usr {
	display: inline-block;
	font-weight: bold;
	color: #00cf00;
	font-size: 17px;
}
#show_path_usr span {
	color: green
}
.equipment_form input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 0;
}
.equipment_form .right-check .form-group {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0 !important;
}
.equipment_form label {
	display: block;
}
.equipment_form .right-check label,
.equipment_form .right-check .form-group {
	display: inline-block;
}
.equipment_form .btn {
	padding: 7px 12px;
}
.equipment_form .profilePic label {
	display: block;
	vertical-align: top;
	margin-left: 10px
}
.equipment_form .profilePic {
	margin-bottom: 40px !important;
}
.equipment_form .tasklist label {
	display: inline-block;
}
.cam-seting {
	margin: 10px 0 0;
}
.cam-seting button {
	margin-right: 10px;
	color: #333 !important;
}
.checktree li .checkbox {
	margin: 0 7px 0 0;
}
.checktree li .arrow {
	position: relative;
}
.checktree li li .arrow {
	margin-left: 0 !important;
}
.parsley-form {
	background-color: #f7f7f7;
}
/*for setting webcam video screen in visitor, user, poi and other screens*/
.parsley-form #blah video { 
	width: 266px !important;
	margin-left: 10px;
	clip-path: circle(97px at center);
	
}
.parsley-form #blah img {
	height: 200px !important;
	margin: 0 10px 0px 17px;
	clip-path: circle(97px at center);
}

.defaultImg {
	/*margin-left: 17px;*/
}

.panel-body.bar {
	position: relative;
}
.panel-body .barcode-sec {
	position: absolute;
	right: 10px;
	top: -40px;
}
#EquipmentsUploadCsvForm .browse-incate {
	display: inline-block;
}
#EquipmentsUploadCsvForm input[type="file"] {
	display: inline-block;
}
.upload-row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.upload-row .tootip {
	min-width: 600px !important;
}
.equipment_form .dropdown-search .input-group {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	width: 92%;
}
.slidelist {
	display: none;
	margin: 0 0 0 6%;
	padding: 10px 2%;
	left: 2%;
	background: #fff;
	width: 86%;
	position: absolute;
	border: 1px solid #ccc;
	z-index: 99
}
.panel-body .form-group.view label {
	display: block;
}
.panel-body .form-group.view input {
	width: 91%;
	display: inline-block;
}
.panel-body .form-group .see-view {
	display: inline-block;
	vertical-align: top;
	padding: 7px 12px;
}
.equipment_form .form-group {
	/* position: relative;*/
}

/*.equipment_form .form-group .addbtn{ position:absolute; right: 0; top: 0;}*/
#append_updated_tree_for_equipment,
#append_updated_tree_for_group {
	float: left;
	margin: 5px 0 0;
	max-height: 372px;
	overflow: auto;
}
#show_msg.alert,
#show_error_msg.alert {
	background: #bfd0b8;
	color: #000;
	left: 30%;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	top: 22px;
	width: 40%;
	z-index: 9;
}
#show_error_msg.alert {
	background: #ebccd1;
}
#user_error_msg.alert {
	background: #bfd0b8;
	color: #000;
	left: 30%;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	top: 22px;
	width: 40%;
	z-index: 9;
}
#user_error_msg.alert {
	background: #ebccd1;
}
#close_model {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 23px;
	height: 26px;
	position: absolute;
	right: 8px;
	top: 6px;
}
#close_model span {
	position: relative;
	top: -5px;
}
input[type="file"]#EquipmentsCsv {
	display: inline-block;
}
#closed_model {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 23px;
	height: 26px;
	position: absolute;
	right: 8px;
	top: 6px;
}
#closed_model span {
	position: relative;
	top: -5px;
}
.updt-success {
	position: absolute;
	top: 25px !important;
	right: 15px
}
.backdrop ul {
	margin: 0;
	padding: 10px 2%;
	background: #fff;
	z-index: 9;
	border: 1px solid #eee;
	float: left;
	width: 93%;
	position: absolute;
	left: 15px;
	top: 34px;
}
.backdrop ul .margin-selection {
	margin: 10px 0 0;
}
.eq-userlist input[type="text"] {
/*width: 70%;
margin-right: 10px;*/
}
.eq-userlist #boots_form ul {
	width: 66%;
}
.eq-userlist #boots_form ul li input[type="text"] {
	width: 100%;
}
.grenbx {
	padding: 10px;
}
table .actn img {
	max-width: 25px;
	margin: -2px 0 0 10px;
	cursor: pointer;
}
#assign_equipment_list .checktree {
	max-height: 200px;
	overflow: auto;
}
.inputSec {
	width: 74%;
	float: left;
	margin-right: 10px;
	position: relative;
}
#EquipmentsUrlRedirectForm ul {
	width: 75%;
}
#mantinance_cycle_popup .form-group {
	margin-bottom: 15px !important;
}
.weekly-box {
	padding: 15px;
	border: 1px solid #ccc;
	position: relative;
	margin: 20px 0 0;
}
.weekly-box legend {
	position: absolute;
	left: 10px;
	border: none;
	top: -17px;
	padding: 0 10px;
	background: #fff;
	width: auto;
}
.weekly-box .checkbox label {
	display: inline-block;
	width: 24%;
}
#mantinance_cycle_popup .btn.pull-right {
	margin-left: 10px;
}

/*@media screen and  (max-width: 1400px){
.fullwidth.table-responsive{  border: 1px solid #ddd;
margin-bottom: 15px;
overflow-y: hidden;
width: 100%;  min-height: 0.01%;
overflow-x: auto;}

}*/
.flash_error {
	background: #e8887e;
	color: #ffffff;
	padding: 8px;
	margin: 5px 20px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #adadad;
	text-shadow: none;
	width: 600px;
	position: fixed;
	top: 43px;
	left: 32%;
	z-index: 5;
}
.flash_success,
#flashMessage {
	background: #52d499;
	color: #ffffff;
	padding: 8px;
	margin: 0px 11px 0px 6px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: none;
	width: 50%;
	position: fixed;
	top: 0px;
	left: 25%;
	z-index: 5;
	clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 20%, 95% 100%, 5% 100%, 0% 20%, 0% 40%);
	height: 40px;
	padding: 13px;
}
/*wrap flashmessage in span with this class to show drop shadow around clip path*/
.flash_wrap {
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}
.sova-font {
	color: #131516
}
.table-responsive tbody {
	color: #131516
}
.dup {
	color: #59595a;
	font-size: 13px;
	font-weight: 600;
	margin: 0 22px 0 0;
}
.rec {
	color: red;
	font-size: 13px;
	font-weight: 600;
}
.input-error {
	border-color: #b94a48 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}
.error-inline {
	color: #b94a48;
}
.col-lg-1-mgr {
	width: 7.333% !important;
}
.col-lg-2-mgr {
	width: 15.367% !important;
}

/* new loader CSS */
.animationload {
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
.sovaloader {
	animation: 1.5s linear 0s normal none infinite running sovaloader;
	background: #F1F4F9 none repeat scroll 0 0;
	border-radius: 50px;
	height: 50px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
}
.sovaloader::after {
	animation: 1.5s linear 0s normal none infinite running sovaloader_after;
	border-color: #ff9f3d transparent;
	border-radius: 80px;
	border-style: solid;
	border-width: 10px;
	content: "";
	height: 80px;
	left: -15px;
	position: absolute;
	top: -15px;
	width: 80px;
}
@keyframes sovaloader {
	0% {
		transform: rotate(0deg);
	}

	50% {
		background: #fed37f none repeat scroll 0 0;
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
#termSearch {
	height: 34px;
}
.daterangepicker tr:hover td.in-range:not(.active) {
	background: #ebf4f8 !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd !important;
}
.daterangepicker td.available:hover:not(.active),
.daterangepicker th.available:hover:not(.active) {
	background: #eee !important;
}
/*sidebar colors*/
.sidebar {
	background-color:#e8e8e7
}
.app .navIcon {
	font-size: 18px !important;
	vertical-align: middle;
	text-align: center;
	opacity: 0.5;
	/*transition: transform .2s;*/
	/* Animation */
}
.app.app.small-menu .navIcon {
	font-size: 16px !important;
	vertical-align: middle;
	text-align: center;
	opacity: 1;
	/*color: #009fff;*/ 
	color: #ec7800;
	/*text-shadow: 1px 1px 1px #a7a7a7;*/
	/*transition: transform .2s;*/
	/* Animation */
}

/*.navIcon:hover {
opacity: 1.0;
color:#fff;
}*/
.app.small-menu .sidebar .main-navigation>ul>li>a>span {
	font-size: 10px;
	display: block;
	visibility: visible;
}
.app.small-menu .sidebar .main-navigation>ul>li>a {
	padding: 15px 0;
	text-align: center;
}

/*test comment*/
.app.small-menu .sidebar .main-navigation .nav>li>.sm-wrapper>.sub-menu {
	border-left: 0;
	border-radius: 2px;
	z-index: 1000;
	display: none !important;
	padding: 0;
	list-style: none;
	min-width: 180px;
	max-height: 200px;
	overflow: auto;
}
.app.small-menu .sidebar .main-navigation ul.nav>li:hover>.sm-wrapper>.sub-menu {
	display: block !important;
}
.app.small-menu .sidebar .main-navigation .sm-wrapper {
	position: relative;
}
.app.small-menu .sidebar .main-navigation ul.nav {
	overflow-x: hidden !important;
	overflow-y: auto;
}
.app.small-menu .sidebar .main-navigation ul.nav li {
	position: static;
}
.app.small-menu .sidebar .main-navigation ul.nav>li:hover {
	background-color: #E9EBEF;
	/*background for parent nav button when sub-menu is showing*/
}
.app.small-menu .sidebar .main-navigation ul.nav li .sm-wrapper {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.025s linear;
	transition-delay: 0.25s;
}
.app.small-menu .sidebar .main-navigation ul.nav li:hover>.sm-wrapper {
	visibility: visible;
	opacity: 1;
	transition: none;
	transition-delay: 0s;
}
.app.small-menu .sidebar .main-navigation ul.nav>li.open {
	/*border-left: 4px solid orange;*/
	/*background-color: #333;*/

	background-color: #f7f7f7;
	box-shadow: 0px 1px 2px inset;
}
.sidebar .nav .sub-menu a {
	color: #333;
}
.app .sidebar .main-navigation ul.nav li .sm-wrapper .sub-menu li a:hover {
	/*background-color: #dcdff0 !important;*/
	/*background-color: #c5c5c5 !important;*/
	background-color: #F1E9DF !important;
}

/*SOVA colors*/
.sova-orange {
	transition: all 0.2s ease;
	/*color:#ff9e59;*/
	color:#d6d6d6;
	font-size: 18px;
}
.sova-orange:hover {
	color:#EC7801;
}

.sova-orange2 {
	transition: all 0.2s ease;
	color:#ff9e59;
	font-size: 18px;
}
.sova-orange2:hover {
	color:#EC7801;
}

.sova-gray {
	transition: all 0.2s ease;
	color:#ccc;
	font-size: 18px;
}
.sova-gray:hover {
	color:#bbb;
}

/*For vertical aligning inline switch*/
.switch-inline {
	top: -6px;
}
.div-switch-inline {
	overflow: visible;
	line-height: 1.5;
	margin: 10px;
}

.switch-green > .switch-input:checked ~ .switch-label {
	background: #ff9e5a!important;
}

/*Header elements*/

/*dropdown filter (boots form)*/
.filter_popup {
	padding: 0;
	margin-top: 3px;
}
/*dropdown right menu*/
.actionButtons {
	padding: 0;
}

}
.dropdown-content a:hover {
	background-color: transparent!important;
	color:#ff9e59;
}
.fa-info-circle {
	transition: all 0.2s ease;
	color:#049FFF;
	margin-left: 10px;
}
.fa-info-circle:hover {
	color:#ff9e59;
}

.fa-pencil-alt {
	transition: all 0.2s ease;
	color:#ff9e59;
}
.fa-pencil-alt:hover {
	color:#EC7801!important;
}

.fa-trash-alt:hover {
	color:#EC7801!important;
}

.fa-plus {
	transition: all 0.2s ease;
	color:#a9a9a9;
}
.fa-plus:hover {
	color:#ff9e59;
}

/* Standalone decorative plus icons stay gray; inside buttons inherit label color */
.btn .fa-plus,
.btn .fas.fa-plus,
.btn .far.fa-plus,
.btn .fa.fa-plus,
label.btn .fa-plus {
	color: inherit;
}
.btn .fa-plus:hover,
.btn .fas.fa-plus:hover,
.btn .far.fa-plus:hover,
.btn .fa.fa-plus:hover,
label.btn .fa-plus:hover {
	color: inherit;
}

/*.fa-cog:hover {
	color:#ff9e59;
	}*/

	.modal.fade.in {
		top: 38px;
	}
	option:hover {
		background-color: #ff9e59!important;
	}

	.head-icon {
		transition: all 0.2s ease;
		color: #000;
		top: 13px;
		position: relative;
		padding: 5px 10px;
		cursor:pointer;
	}
	.head-icon:hover {
		color:#EC7801;
	}

	.cog-dash {
		transition: all 0.2s ease;
		top: 26px;
		z-index: 2;
		font-size: 14px;
		color: #c5c5c5;
	}
	.cog-dash:hover {
		color: #EC7801;
	}

	.head-search {
		top: -24px;
		position: relative;
		z-index: 2;
		left: 349px;
		color: #ccc;
	}
	.head-input {
		background-color: #fff!important;
		width: 400px!important;
		right: 30px;
	}

	.clockpicker-tick:hover {
		background-color:#c0e5f7;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
		/*margin-top: 10px!important;*/
		padding-top: 4px!important;
		background-color: #f7f7f7;
	}

	.row-live {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 0px;
		padding-top: 4px;
		background-color: #f7f7f7;
	}

	.row-feed {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 0px;
		padding-top: 0px;
		background-color: #f7f7f7;
	}

	.row-white {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 10px!important;
		padding-top: 4px!important;
		background-color: #FFF;
	}

	.row-nobak {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 10px!important;
		padding-top: 4px!important;
		background-color: none;
	}

	.toprow {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 0px;
		background-color: #f7f7f7;
	}

	.row-nom {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #f7f7f7;
	}

	.row-header {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 0px;
		padding-top: 4px;
		background-color: #e8e8e8;
	}

	.row-labels {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: -10px;
		padding-top: 4px;
		background-color: #f7f7f7;
	}

	input[type=radio] {
		vertical-align: middle;
		margin: 8px 3px 8px 9px;
		cursor:pointer;
	}

	.multiselect-container {
		position: absolute;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		max-height: 400px;
		overflow-y:auto;
	}

	.multiselect-container>li>a>label:hover {
		color: #59595A!important;
	}

	.btn-comm-green {
		border: 3px solid;
		border-color:#15db81;
		border-radius: 50%;
		padding: 6px 6px;
	}

	.btn-comm-yellow {
		border: 3px solid;
		border-color:#ecdb0e;
		border-radius: 50%;
		padding: 6px 6px;
	}

	.btn-comm-red {
		border: 3px solid;
		border-color:#ff2f00;
		border-radius: 50%;
		padding: 6px 6px;
	}
	.btn-menu {
		padding: 5px 0px 0px 5px!important;
		margin: 0px 0px 0px 21px!important;
	}

	.search_filters {
		border: 1px solid #C9C9C9;
		padding: 2px 17px;
		margin-left: 0.4%;
		/*float: left;*/
		width: auto;
		background: #e8e8e7;
		position: absolute;
		top: 51px;
		border-radius: 18px;
	}

	.ui-tabs .ui-tabs-nav {
		padding: 0;
		font-size: 13px;
		margin:0px!important;
		background-color: #f7f7f7;
	}
	.ui-tabs .ui-tabs-panel {
	/*border-top: 1px solid #ccc!important;
	border-radius: 3px;*/ 
	outline: 1px solid #ccc!important;
}

.tab-content {
	border: 1px solid #ccc!important;
	border-top: none!important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #ccc!important;
	background: none!important;
	font-weight: normal;
}
.ui-state-default:hover {
	border: 1px solid #C9C9C9!important;
	border-bottom: none!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #C9C9C9!important;
	border-bottom: 1px solid #FFF!important;
	background: #FFF!important;
	font-weight: normal;
	/*cursor:default;*/
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#000!important;
}
/*zabuto day modal*/
.over-scroll {
	max-height: 47vh!important;
	overflow-y: auto!important;
	min-height: 230px!important;
	/* top: 10px; */
	border: 1px solid #ccc!important;
	background-color: #fff!important;
}
/*zabuto day modal*/
.#default-modal .custm > .modal-content {
	height: 600px;
	background-color: #f7f7f7;
}
.dk-wht-txt {
	color: #ffffff!important;
	background-color: #d6d6d6!important;
	height: 33px!important;
	padding: 9px 0px 0px 10px!important;
	border: none;
	margin-top: 0px!important;
	font-size: 15px!important;
	font-weight: bold!important;
}

.scroll-bar {
	max-height: 78vh!important;
	height:auto!important;
	overflow-y: scroll;
	box-shadow: 0 -8px 6px -9px #cccccc;
}
/*adjusts pagination top margin*/
/*.datatable-top, .datatable-bottom {
	display: table;
    width: 100%;
    margin-top: 10px;
    }*/

    #boots_form.update_form {
    	background-color: #f7f7f7!important;
    	border-color: darkgray;
    	box-shadow: 0 1px 2px 1px #d3d3d3;
    	display: none;
    	left: 0;
    	padding-top: 20px;
    	position: absolute;
    	top: 100%;
    	width: 100%;
    	z-index: 9;
    	height: fit-content!important;
    	max-height: 75vh!important;
    	overflow-y: auto;
    	font-size: 12px;
    	display: block;
    	padding-bottom: 20px;
    }

    .ui.secondary.menu {
    	border: none;
    	box-shadow: none;
    	margin: 0px;
    	top: 8px;
    	position: relative;
    	background-color: #f7f7f7;
    }

    .ui.secondary.pointing.menu {
    	border-bottom:none;
    }

    .ui.secondary.pointing.menu .item {
    	border-bottom-color: transparent;
    	border-bottom-style: solid;
    	border-radius: 0;
    	-ms-flex-item-align: end;
    	align-self: flex-end;
    	margin: 0 0 -2px;
    	padding: .85714286em 1.14285714em;
    	border-bottom-width: 2px;
    	-webkit-transition: color .1s ease;
    	transition: color .1s ease;
    }

    .ui.secondary.pointing.menu .active.item {
    	background-color: transparent;
    	box-shadow: none;
    	/*border-color: #ff9e59;*/
    	font-weight: 700;
    	color: #ff9e59;
    }

    .ui.secondary.pointing.menu .item:hover {
    	background-color: transparent;
    	box-shadow: none;
    	border-color: #ff9e59!important;
    }

    .ui.secondary.pointing.menu.a {
    	color: #000;
    }

    a.ui.secondary.pointing.menu:hover {
    	color: #000;
    }

    .ui.secondary.pointing.menu {
    	margin-left: 0;
    	margin-right: 0;
    	/*border-bottom: 2px solid rgba(34,36,38,.15);*/
    }
    .ui.secondary.menu {
    	background: 0 0;
    	margin-left: -.35714286em;
    	margin-right: -.35714286em;
    	border-radius: 0;
    	border: none;
    	border-bottom-width: medium;
    	border-bottom-style: none;
    	border-bottom-color: currentcolor;
    	box-shadow: none;
    }
    .ui.menu {
    	font-size: 1rem;
    }
    .ui.menu {
    	font-size: 16px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	line-height: 1.4285em;
    	margin: 1rem 0;
    	margin-right: 0px;
    	margin-left: 0px;
    	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    	background: #fff;
    	font-weight: 400;
    	border: 1px solid rgba(34,36,38,.15);
    	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    	border-radius: .28571429rem;
    	min-height: 2.85714286em;
    }

    .ui.menu {
    	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    	font-weight: 400;
    }
    .ui.pointing.secondary.menu{
    	/*width:26%;*/

    }

    /*use for profile images*/
    .clip-circle {
    	clip-path: circle(97px at center);
    }

    .login-form {
    	background-color: rgba(0, 0, 0, 0.6)!important;
    }

    .ui-tabs {
    	border: none;
    	padding: 0px;
    }

    .ui-tabs-panel {
    	max-height: 74vh;
    	background: #FFF;
    	border-style: solid;
    	border-color: #ccc;
    	border-width: 0px 1px 1px 1px; //need to add this to geolocate

    }

    .defaultImg {
    	border: 1px solid #ccc;
    	background-color: #fff;
    	padding: 10px;
    	/*zoom: 110%;*/
    }

    .ui-widget-header {
    	border:none!important;
    	background-color:none!important;
    }

    .main-navigation > ul > li .sub-menu {
    	background-color: #ffffff;
    	border: 1px solid #bfbfbf;
    	left: 10px;
    	position: relative;
    }

    .dataTables_wrapper {
    	max-height: 75vh;
    	background-color: #fff;
    }

    .radio label, .checkbox label {
    	padding-left: 20px;
    	font-weight: 400;
    	cursor: pointer;
    	padding: 4px 0px 0px 4px;
    }
    /*Buttons below images, like add POI*/
    .button_div { 
    	margin-left: 56px;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    	position: initial;
    	margin-left: 0px;
    }

    .kanban-board:hover {
    	box-shadow: 1px 1px 6px 4px rgba(255, 177, 0, 0.5);
    }
    .box_outline {
    	box-shadow: 0 0 0 1px #d4d4d4;
    }
    .box_border {
    	background-color: #fff;
    	border: 1px solid #bbb;
    	border-radius: 4px;
    }
    /*table row highlight when no more records*/
    .NoMoreRecord {
    	text-align: center;
    	background-color: #fff1d7;
    }
    .feed-collapse:hover {
    	box-shadow: 1px -1px 22px 5px rgba(255, 177, 0, 0.5);
    }
    .dragMe {
    	cursor: move;
    }
    .dispatch-editing {
    	box-shadow: 1px 1px 6px 4px rgba(255, 177, 0, 1);
    }
    

    /*
    row first_child
	wrapper
	row-live
	.app>.header (border-bottom #909090)

    */
    .dark-bk1 {
    	background-color: #5d5d5d;
    }

    /*
    media
	media-object
	getusers
	nav
	navbtn
    */
    .dark-bk2 {
    	background-color: #a2a2a2;
    }

    /*
    .app.small-menu .sidebar .main-navigation ul.nav>li.open
    */
    .dark-bk3 {
    	background-color: #c3c3c3;
    }

    /*
    .nav li h3
    row first_child
    */
    .dark-txt1 {
    	color: #a9a9a9;
    }

    /*
	navIcon
	head-icon
	hidden-xs ml10
    */
    .dark-txt2 {
    color: #a9a9a9;
    }

