html
{
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body
{
	/*color: #767676;*/
	color: #6B6B6B;
	background: #F1F2F7;
	font-family: "Source Sans Pro", sans-serif;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 13px;
	text-rendering: optimizeLegibility;
}
ul, .list-unstyled
{
	padding-left: 30px;
}
ul li
{
	/*list-style:none;*/
}
a, a:hover, a:focus
{
	text-decoration: none;
	outline: none;
}
::selection
{
	background: #1FB5AD;
	color: #FFF;
}
::-moz-selection
{
	background: #1FB5AD;
	color: #FFF;
}
#container
{
	width: 100%;
	height: 100%;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
/*login page*/
.login-body
{
	background: #32323A;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.form-signin
{
	max-width: 330px;
	margin: 100px auto;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form-signin H2.form-signin-heading
{
	margin: 0;
	padding: 35px 15px;
	text-align: center;
	background: #AEC785;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Source Sans Pro", sans-serif;
	border-bottom: 10px solid #A0B87E;
}
.form-signin .checkbox
{
	margin-bottom: 14px;
}
.form-signin .checkbox
{
	font-weight: normal;
	color: #B6B6B6;
	font-weight: 300;
	font-family: "Source Sans Pro", sans-serif;
}
.form-signin .form-control
{
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus
{
	z-index: 2;
}
.form-signin INPUT[type="text"], .form-signin INPUT[type="password"]
{
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #EAEAEA;
	box-shadow: none;
	font-size: 12px;
}
.form-signin .btn-login
{
	background: #1FB5AC;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Source Sans Pro", sans-serif;
	margin: 20px 0 5px;
}
.form-signin P
{
	text-align: left;
	color: #B6B6B6;
	font-size: 16px;
	font-weight: 300;
}
.form-signin A, .form-signin A:hover
{
	color: #1FB5AC;
}
.form-signin A:hover
{
	text-decoration: underline;
}
.login-wrap
{
	padding: 20px;
	position: relative;
}
.user-login-info
{
	background: #EAEAEC;
	margin: -20px -20px 20px;
	padding: 20px;
}
.user-login-info .form-control:last-child
{
	margin-bottom: 0 !important;
}
.registration
{
	position: absolute;
	right: 0;
	bottom: -35px;
	color: #B8BAB9;
}
/*sidebar navigation*/
#sidebar
{
	width: 240px;
	height: 100%;
	position: fixed;
	background: #1B2528;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
#sidebar UL LI
{
	position: relative;
}
.leftside-navigation, .right-stat-bar
{
	height: 100%;
}
.right-stat-bar UL
{
	list-style-type: none;
	padding-left: 0;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon
{
	height: 17px;
	width: 17px;
	display: inline-block;
	background: url(../images/nav-expand.png) no-repeat top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	right: 10px;
}
.active .dcjq-icon
{
	background: url(../images/nav-expand.png) no-repeat bottom;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.right-side-accordion .dcjq-icon
{
	height: 17px;
	width: 17px;
	display: inline-block;
	background: url(/images/acc-expand.png) no-repeat top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	right: 10px;
}
.right-side-accordion .active .dcjq-icon
{
	background: url(/images/acc-expand.png) no-repeat bottom;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.right-side-accordion LI:nth-child(n+2) UL LI .prog-row
{
	border: none;
}
/*---*/
.nav-collapse.collapse
{
	display: inline;
}
UL.sidebar-menu, UL.sidebar-menu LI UL.sub
{
	margin: -2px 0 0;
	padding: 0;
}
UL.sidebar-menu
{
	padding-top: 60px;
}
#sidebar > UL > LI > UL.sub
{
	display: none;
}
#sidebar .sub-menu > .sub LI A
{
	padding-left: 46px;
}
#sidebar > UL > LI.active > UL.sub, #sidebar > UL > LI > UL.sub > LI > A
{
	display: block;
}
UL.sidebar-menu LI UL.sub LI
{
	background: #222f33;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
UL.sidebar-menu LI UL.sub LI A
{
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 13px;
	/*[disabled]-webkit-transition:all 0.3s ease;*/
	/*[disabled]-moz-transition:all 0.3s ease;*/
	/*[disabled]-o-transition:all 0.3s ease;*/
	/*[disabled]-ms-transition:all 0.3s ease;*/
	/*[disabled]transition:all 0.3s ease;*/
	color: #AEB2B7;
}
UL.sidebar-menu LI UL.sub LI A:hover, UL.sidebar-menu LI UL.sub LI.active A
{
	color: #1FB5AD;
	/*[disabled]-webkit-transition:all 0.3s ease;*/
	/*[disabled]-moz-transition:all 0.3s ease;*/
	/*[disabled]-o-transition:all 0.3s ease;*/
	/*[disabled]-ms-transition:all 0.3s ease;*/
	/*[disabled]transition:all 0.3s ease;*/
	display: block;
	background: #2a393e;
}
UL.sidebar-menu LI
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
UL.sidebar-menu LI.sub-menu
{
	line-height: 15px;
}
UL.sidebar-menu UL.sub LI
{
	border-bottom: none;
}
UL.sidebar-menu LI A SPAN
{
	display: inline-block;
}
UL.sidebar-menu LI A
{
	color: #C9C9C9;
	text-decoration: none;
	display: block;
	padding: 18px 0 18px 25px;
	font-size: 14px;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
UL.sidebar-menu LI A.active, UL.sidebar-menu LI A:hover, UL.sidebar-menu LI A:focus
{
	background: #101417;
	color: #1FB5AD;
	display: block;
	/*[disabled]-webkit-transition:all 0.3s ease;*/
	/*[disabled]-moz-transition:all 0.3s ease;*/
	/*[disabled]-o-transition:all 0.3s ease;*/
	/*[disabled]-ms-transition:all 0.3s ease;*/
	/*[disabled]transition:all 0.3s ease;*/
}
ul.sidebar-menu li a img{
	padding-right: 6px;
    width: 27px;
}
ul.sidebar-menu li a:hover img,
ul.sidebar-menu li a.active img{
	filter: invert(54%) sepia(35%) saturate(912%) hue-rotate(128deg) brightness(102%) contrast(87%);
}
UL.sidebar-menu LI A I
{
	font-size: 18px;
    line-height: 18px;
	padding-right: 6px;
	color: #929292;
	/*+placement: shift 0px 1px;*/
	position: relative;
	left: 0px;
	top: 2px;
	display: inline-block;
	width: 27px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
UL.sidebar-menu LI A .spanico
{
	font-size: 18px;
	padding-right: 6px;
	color: #929292;
	/*+placement: shift 0px 1px;*/
	position: relative;
	left: 0px;
	top: 1px;
	display: inline-block;
	width: 27px;
	text-align: center;
	vertical-align: text-bottom;
}
UL.sidebar-menu LI A:hover .spanico, UL.sidebar-menu LI A.active .spanico
{
	color: #06B5AE;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
UL.sidebar-menu LI A:hover I, UL.sidebar-menu LI A:focus I
{
	color: #1FB5AD;
}
UL.sidebar-menu LI A.active I
{
	color: #1FB5AD;
}
UL.sidebar-menu > LI > .search-container
{
	position: relative
}
UL.sidebar-menu > LI > .search-container > a
{
	position: absolute ;
	top: 0;
}
UL.sidebar-menu > LI > .search-container > input
{
	width: 100%;
	height: 45px;
	padding-left: 50px;
	background: #171F22;
	color: white;
	border: none;
}
.mail-info, .mail-info:hover
{
	margin: -3px 6px 0 0;
	font-size: 11px;
}
.spanico.ico-car.car-crash
{
	/*+transform: rotate(140deg) translate(4px, 2px);*/
	-webkit-transform: rotate(140deg) translate(4px, 2px);
	-moz-transform: rotate(140deg) translate(4px, 2px);
	-o-transform: rotate(140deg) translate(4px, 2px);
	-ms-transform: rotate(140deg) translate(4px, 2px);
	transform: rotate(140deg) translate(4px, 2px);
}
/*main content*/
#main-content
{
	margin-left: 240px;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
.footer
{
	min-height: 60px;
	padding: 0 15px;
}
.header
{
	left: 0;
	right: 0;
	z-index: 1002;
	background: #FFF;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
.merge-header
{
	margin-right: 240px;
}
.fixed-top
{
	position: fixed;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
}
.wrapper
{
	display: inline-block;
	margin-top: 60px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	width: 100%;
	padding-bottom: 0px;
}
.brand
{
	background: #1FB5AD;
	float: left;
	width: 240px;
	height: 60px;
	position: relative;
}
A.logo
{
	font-size: 21px;
	color: #2E2E2E;
	float: left;
	margin: 0 auto;
	text-transform: uppercase;
}
A.logo:hover, A.logo:focus
{
	text-decoration: none;
	outline: none;
}
A.logo SPAN
{
	color: #FF6C60;
}
/*notification*/
#top_menu .nav > LI, UL.top-menu > LI
{
	float: left;
}
.notify-row
{
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}
UL.top-menu
{
	margin-right: 15px;
	margin-top: 0;
}
ul.top-menu > li > a
{
	color: #666666;
	font-size: 16px;
	background: #F6F6F6;
	padding: 4px 8px;
	margin-right: 15px;
	border-radius: 50%;
	padding-right: 8px !important;
    display: inline-block;
}
ul.top-menu > li > a > i
{
    font-size: 13px;
}
UL.top-menu > LI > A:hover, UL.top-menu > LI > A:focus
{
	background: #32D2C9;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.3);
	padding-right: 8px !important;
}
.notify-row .badge
{
	position: absolute;
	top: -2px;
	z-index: 100;
	font-size: 10px;
	line-height: 8px;
	padding: 5px 4px;
}
.dropdown-menu.extended
{
	max-width: 500px !important;
	min-width: 160px !important;
	top: 42px;
	width: 380px !important;
	padding: 0 10px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	border: none;
	left: -10px;
}
.notify-row .notification SPAN.label
{
	display: inline-block;
	height: 21px;
	padding: 5px;
	width: 22px;
	font-size: 12px;
	margin-right: 10px;
}
.dropdown-menu.extended .alert-icon, .noti-info
{
	float: left;
}
.noti-info
{
	padding-left: 10px;
	padding-top: 6px;
	color: #414147;
}
.dropdown-menu.extended .alert
{
	margin-bottom: 10px;
}
.dropdown-menu.extended .alert-icon
{
	border-radius: 100%;
	display: inline-block;
	height: 25px;
	width: 25px;
}
.dropdown-menu.extended .alert-icon I
{
	font-size: 15px;
	width: 25px;
	line-height: 25px;
	height: 25px;
}
.dropdown-menu.extended.inbox LI A, .dropdown-menu.extended.tasks-bar LI A
{
	background: #F1F2F7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.dropdown-menu.extended LI P
{
	margin: 0;
	padding: 10px 0 7px 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.dropdown-menu.extended LI A
{
	font-size: 12px;
	list-style: none;
}
.dropdown-menu.extended.logout
{
	padding: 10px;
}
.dropdown-menu.extended.logout LI A
{
	padding: 10px;
}
.dropdown-menu.extended LI A:hover
{
	color: #32323A;
}
.dropdown-menu.tasks-bar .task-info .desc
{
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 80%;
}
.dropdown-menu.tasks-bar .task-info .desc H5
{
	color: #32323A;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
}
.dropdown-menu.tasks-bar .task-info .desc P
{
	padding-top: 0;
	color: #8F8F9B;
	font-weight: 300;
}
.dropdown-menu.tasks-bar .task-info .percent
{
	width: 20%;
	float: right;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	line-height: normal;
}
.dropdown-menu.tasks-bar .progress
{
	background: #FFF;
}
.dropdown-menu.extended .progress
{
	margin-bottom: 0 !important;
	height: 10px;
}
.dropdown-menu.inbox LI A .photo IMG
{
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
	float: left;
	height: 40px;
	margin-right: 10px;
	width: 40px;
}
.dropdown-menu.inbox LI A .subject
{
	display: block;
}
.dropdown-menu.inbox LI A .subject .from
{
	font-size: 12px;
	font-weight: 600;
}
.dropdown-menu.inbox LI A .subject .time
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	right: 20px;
}
.dropdown-menu.inbox LI A .message
{
	display: block !important;
	font-size: 11px;
}
.top-nav
{
	margin-top: 12px;
}
.top-nav IMG
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 33px;
}
.top-nav UL.top-menu > LI .dropdown-menu.logout
{
	width: 170px !important;
}
.top-nav LI.dropdown .dropdown-menu
{
	float: right;
	right: 0;
	left: auto;
}
.dropdown-menu.extended.logout > LI
{
	float: left;
	width: 100%;
}
.log-arrow-up
{
	background: url("/images/top-arrow.png") no-repeat;
	width: 18px;
	height: 10px;
	margin-top: -20px;
	float: right;
	margin-right: 15px;
}
.dropdown-menu.extended.logout > LI > A
{
	border-bottom: none !important;
	font-size: 13px;
}
.full-width .dropdown-menu.extended.logout > LI > A:hover
{
	background: #F1F2F7 !important;
	color: #32323A !important;
}
.dropdown-menu.extended.logout > LI > A:hover
{
	background: #F1F2F7 !important;
	border-radius: 5px;
}
.dropdown-menu.extended.logout > LI > A:hover I
{
	color: #3B3B3B;
}
.dropdown-menu.extended.logout > LI > A I
{
	font-size: 17px;
	/*+placement: shift 1px 1px;*/
	position: relative;
	left: 1px;
	top: 1px;
	width: 25px;
	color: #9FA3B6;
}
.dropdown-menu.extended.logout > LI > A > I
{
	padding-right: 10px;
}
.top-nav .username
{
	font-size: 13px;
	color: #555555;
}
.top-nav UL.top-menu > LI > A
{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 0px;
	background: none;
	margin-right: 0;
	border: 1px solid #F6F6F6;
	background: #F6F6F6;
}
.top-nav UL.top-menu > LI.nav-item
{
	margin-top: 4px;
}
.top-nav UL.top-menu > LI.nav-item > A
{
    margin-top: -2px;
    padding: 4px 8px;
    line-height: 20px;
}
.top-nav UL.top-menu > LI.language > A
{
    margin-top: -2px;
    padding: 4px 12px;
    line-height: 20px;
}
.top-nav UL.top-menu > LI.language > A IMG
{
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 18px;
}
.top-nav UL.top-menu > LI.language UL.dropdown-menu LI IMG
{
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 18px;
}
.top-nav UL.top-menu > LI
{
	margin-left: 10px;
}
.top-nav UL.top-menu > LI > A:hover, .top-nav UL.top-menu > LI > A:focus
{
	border: 1px solid #F6F6F6;
	background: #F6F6F6 !important;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}
.top-nav .dropdown-menu.extended.logout
{
	top: 50px;
}
.top-nav .nav .caret
{
	border-bottom-color: #A4AABA;
	border-top-color: #A4AABA;
}
.top-nav UL.top-menu > LI > A:hover .caret
{
	border-bottom-color: #000;
	border-top-color: #000;
}
/*form*/
.position-center
{
	width: 62%;
	margin: 0 auto;
}
/*----*/
.notify-arrow
{
	background: url("/images/top-arrow.png") no-repeat;
	width: 18px;
	height: 10px;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	left: 16px;
	top: -20px;
	transition: all 0.25s ease 0s;
	z-index: 10;
	margin-top: 10px;
	opacity: 1;
}
/*search*/
.search
{
	width: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	box-shadow: none;
	background: #F6F6F6 url("/images/search-icon.png") no-repeat 10px 8px;
	padding: 0 5px 0 30px;
	color: #FFF;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}
.search:focus
{
	width: 180px;
	border: 1px solid #F6F6F6;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
	color: #C8C8C8;
	font-weight: 300;
}
.todo-search:focus
{
	width: 100% !important;
}
/*--sidebar toggle---*/
.sidebar-toggle-box
{
	float: left;
	margin-top: 15px;
	margin-left: -15px;
	background: #32D2C9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 32px;
	height: 32px;
	position: absolute;
	right: -15px;
}
.sidebar-toggle-box .fa-bars
{
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 8px 8px 8px 9px;
	color: rgba(0, 0, 0, 0.3);
}
.sidebar-toggle-box:hover
{
	background: #F6F6F6;
}
.hide-left-bar
{
	margin-left: -240px !important;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
.open-right-bar
{
	right: 0px !important;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
.merge-left
{
	margin-left: 0px !important;
}
.hide-right-bar
{
	margin-right: -240px !important;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
.toggle-right-box
{
	float: left;
	background: #F6F6F6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 35px;
	height: 35px;
}
.toggle-right-box:hover
{
	background: #32D2C9;
}
.toggle-right-box:hover .fa-bars
{
	color: rgba(0, 0, 0, 0.3);
}
.toggle-right-box .fa-bars
{
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 10px;
	color: #BFBFC1;
}
/*right sidebar*/
.right-sidebar
{
	background: #32323A;
	width: 240px;
	position: fixed;
	height: 100%;
	z-index: 1000;
	right: -240px;
	top: 0;
	/*[disabled]-webkit-transition:all .3s ease-in-out;*/
	/*[disabled]-moz-transition:all .3s ease-in-out;*/
	/*[disabled]-o-transition:all .3s ease-in-out;*/
	/*[disabled]transition:all .3s ease-in-out;*/
}
.open-right-panel
{
	margin-left: -240px !important;
}
.right-sidebar .search-row
{
	padding: 20px;
}
.right-sidebar .search-row INPUT
{
	background: rgba(0, 0, 0, 0.3);
	border: none;
	color: #707076;
	font-size: 12px;
}
.right-side-accordion
{
	margin-top: 6px;
}
.right-side-accordion .head
{
	padding: 20px;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
}
.right-side-accordion .red-bg
{
	background: #FA8564;
	color: #FFF;
}
.right-side-accordion .terques-bg
{
	background: #45C9C4;
	color: #FFF;
}
.right-side-accordion .purple-bg
{
	background: #A48AD4;
	color: #FFF;
}
.right-side-accordion .yellow-bg
{
	background: #F3C022;
	color: #FFF;
}
.prog-row
{
	border-bottom: 1px solid #3C3C44;
	display: inline-block;
	padding: 20px 0;
	width: 100%;
}
.prog-row .progress
{
	margin-bottom: 0;
}
.prog-row H4
{
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
}
.user-details H4
{
	text-transform: none;
	font-size: 14px;
	font-weight: 300;
}
.prog-row P
{
	font-size: 10px;
	color: #8F8F9B;
	margin-bottom: 0;
}
.mtop10
{
	margin-top: 10px;
}
.user-thumb, .user-details, .user-status, .rsn-details
{
	float: left;
}
.user-thumb
{
	width: 30px;
	margin: 0 10px 0 20px;
}
.user-thumb IMG
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
	height: 30px;
}
.user-details
{
	width: 150px;
}
.rsn-details
{
	width: 170px;
}
.rsn-details A, .rsn-details A:hover
{
	color: #A48AD4;
	font-size: 11px;
}
.user-details A
{
	color: #FFF;
}
.user-status
{
	width: 25px;
	margin-top: 5px;
}
.view-btn, .view-btn:hover
{
	color: #6C6C72;
	margin: 10px 0;
	display: inline-block;
}
.view-btn:hover
{
	text-decoration: underline;
}
.rsn-activity I
{
	font-size: 30px;
}
/*state overview*/
.state-overview .symbol, .state-overview .value
{
	display: inline-block;
	text-align: center;
}
.state-overview .value
{
	float: right;
}
.state-overview .value H1, .state-overview .value P
{
	margin: 0;
	padding: 0;
	color: #C6CAD6;
}
.state-overview .value H1
{
	font-weight: 300;
}
.state-overview .symbol I
{
	color: #FFF;
	font-size: 50px;
}
.state-overview .symbol
{
	width: 40%;
	padding: 25px 15px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.state-overview .value
{
	width: 58%;
	padding-top: 21px;
}
.state-overview .terques
{
	background: #6CCAC9;
}
.state-overview .red
{
	background: #FF6C60;
}
.state-overview .yellow
{
	background: #F8D347;
}
.state-overview .blue
{
	background: #57C8F2;
}
/*main chart*/
.border-head H3
{
	border-bottom: 1px solid #C9CDD7;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	font-weight: 300;
}
.custom-bar-chart
{
	height: 290px;
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
	border-bottom: 1px solid #C9CDD7;
}
.custom-bar-chart .bar
{
	height: 100%;
	position: relative;
	width: 4.3%;
	margin: 0px 2%;
	float: left;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0x;
	border-radius: 5px 5px 0 0;
	z-index: 10;
}
.custom-bar-chart .bar .title
{
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.custom-bar-chart .bar .value
{
	position: absolute;
	bottom: 0;
	background: #BFC2CD;
	color: #BFC2CD;
	width: 100%;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
}
.custom-bar-chart .bar .value:hover
{
	background: #E8403F;
	color: #FFF;
}
.y-axis
{
	color: #555555;
	position: absolute;
	text-align: right;
	width: 100%;
}
.y-axis LI
{
	border-top: 1px dashed #DBDCE0;
	display: block;
	height: 58px;
	width: 100%;
}
.y-axis LI:last-child
{
	border-top: none;
}
.y-axis LI SPAN
{
	display: block;
	margin: -10px 0 0 -25px;
	padding: 0 10px;
	width: 40px;
}
.y-axis
{
	color: #555555;
	text-align: right;
}
/*spark line*/
.chart
{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.chart .heading
{
	text-align: left;
}
.chart .heading SPAN
{
	display: block;
}
.panel.green-chart .chart-tittle
{
	font-size: 16px;
	padding: 15px;
	display: inline-block;
	font-weight: normal;
	background: #99C262;
	width: 100%;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
#barchart
{
	margin-bottom: -15px;
	display: inline-block;
}
.chart-tittle .title
{
}
.panel.green-chart .chart-tittle .value
{
	float: right;
	color: #C0F080;
}
.panel.green-chart
{
	background: #A9D96C;
	color: #FFF;
}
.panel.terques-chart
{
	background: #41CAC0;
	color: #FFF;
}
.panel.terques-chart .chart-tittle .value
{
	float: right;
	color: #FFF;
}
.panel.terques-chart .chart-tittle .value A
{
	color: #FFF;
	font-size: 12px;
}
.panel.terques-chart .chart-tittle .value A:hover, .panel.terques-chart .chart-tittle .value A.active
{
	color: #55F2E7;
	font-size: 12px;
}
.panel.terques-chart .chart-tittle
{
	font-size: 16px;
	padding: 15px;
	display: inline-block;
	font-weight: normal;
	background: #39B7AC;
	width: 100%;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.inline-block
{
	display: inline-block;
}
.gen-case
{
	text-transform: none;
}
/*
personal task*/
.task-thumb
{
	width: 90px;
	float: left;
}
.task-thumb IMG
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.task-thumb-details
{
	display: inline-block;
	margin: 25px 0 0 10px;
}
.task-progress
{
	float: left;
}
.task-thumb-details H1, .task-thumb-details H1 A, .task-progress H1, .task-progress H1 A
{
	color: #39B5AA;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.task-thumb-details P, .task-progress P
{
	padding-top: 5px;
	color: #A4AABA;
}
.personal-task TBODY TR TD
{
	padding: 11px 15px;
	border-color: #EEEFF1;
}
.personal-task TBODY TR TD I
{
	font-size: 20px;
	color: #C7CBD4;
}
.personal-task.table-hover > TBODY > TR:hover > TD, .table-hover > TBODY > TR:hover > TH
{
	background-color: #F7F8FC;
}
.personal-task.table-hover > TBODY > TR:hover > TD I
{
	color: #39B5AA;
}
.personal-task > TBODY > TR > TD:last-child
{
	text-align: right;
}
.task-option
{
	float: right;
}
.task-option SELECT
{
	height: 35px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px;
	color: #A4ABBB;
}
.progress-panel
{
	padding-bottom: 5px;
}
/*badge*/
.badge.bg-primary
{
	background: #8075C4;
}
.badge.bg-success
{
	background: #A9D86E;
}
.badge.bg-warning
{
	background: #FCB322;
}
.badge.bg-important
{
	background: #FF6C60;
}
.badge.bg-info
{
	background: #41CAC0;
}
.badge.bg-inverse
{
	background: #2A3542;
}
/*timeline*/
.timeline
{
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.timeline .time-show
{
	margin-right: -75px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}
.timeline .time-show.first
{
	/*margin-top:-80px;*/
}
.time-show .btn
{
	width: 150px;
}
.timeline .time-show A
{
	color: #FFF;
}
.timeline:before
{
	background-color: #D8D9DF;
	bottom: 0px;
	content: "";
	left: 50%;
	position: absolute;
	top: 30px;
	width: 1px;
	z-index: 0;
}
H3.timeline-title
{
	margin: 0;
	color: #C8CCD7;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.t-info
{
	color: #C8CCD7;
}
.timeline-item:before, .timeline-item.alt:after
{
	content: "";
	display: block;
	width: 50%;
}
.timeline-item
{
	display: table-row;
}
.timeline-desk
{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.timeline-desk H1
{
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 5px;
}
.timeline-desk .panel
{
	display: block;
	margin-left: 45px;
	position: relative;
	text-align: left;
	background: #FFF;
}
.timeline-item .timeline-desk .arrow
{
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	display: block;
	height: 0;
	left: -7px;
	position: absolute;
	top: 13px;
	width: 0;
}
.timeline-item .timeline-desk .arrow
{
	border-right: 8px solid #FFF !important;
}
.timeline-item.alt .timeline-desk .arrow-alt
{
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	display: block;
	height: 0;
	right: -7px;
	position: absolute;
	top: 13px;
	width: 0;
	left: auto;
}
.timeline-item.alt .timeline-desk .arrow-alt
{
	border-left: 8px solid #FFF !important;
}
.timeline .timeline-icon
{
	left: -60px;
	position: absolute;
	top: 5px;
}
.timeline .timeline-icon
{
	background: #C7CBD6;
	/*box-shadow:0 0 0 3px #C7CBD6;*/
}
.timeline-desk SPAN A
{
	text-transform: uppercase;
}
.timeline-desk H1.red, .timeline-desk SPAN A.red
{
	color: #EF6F66;
}
.timeline-desk H1.green, .timeline-desk SPAN A.green
{
	color: #39B6AE;
}
.timeline-desk H1.blue, .timeline-desk SPAN A.blue
{
	color: #56C9F5;
}
.timeline-desk H1.purple, .timeline-desk SPAN A.purple
{
	color: #8074C6;
}
.timeline-desk H1.light-green, .timeline-desk SPAN A.light-green
{
	color: #A8D76F;
}
.timeline-desk H1.yellow, .timeline-desk SPAN A.yellow
{
	color: #FED65A;
}
.timeline .timeline-icon.red
{
	background: #EF6F66;
}
.timeline .timeline-icon.green
{
	background: #39B6AE;
}
.timeline .timeline-icon.blue
{
	background: #56C9F5;
}
.timeline .timeline-icon.purple
{
	background: #8074C6;
}
.timeline .timeline-icon.light-green
{
	background: #A8D76F;
}
.timeline .timeline-icon.yellow
{
	background: #FED65A;
}
.timeline .timeline-icon
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #FFF;
}
.timeline .timeline-icon I
{
	margin-top: 9px;
}
.timeline-item.alt .timeline-icon
{
	left: auto;
	right: -60px;
}
.timeline .time-icon:before
{
	font-size: 16px;
	margin-top: 5px;
}
.timeline .timeline-date
{
	left: -245px;
	position: absolute;
	text-align: right;
	top: 12px;
	width: 150px;
	display: none;
}
.timeline-item.alt .timeline-date
{
	left: auto;
	right: -245px;
	text-align: left;
	display: none;
}
.timeline-desk H5 SPAN
{
	color: #999999;
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}
.timeline-item.alt:before
{
	display: none;
}
.timeline-item:before, .timeline-item.alt:after
{
	content: "";
	display: block;
	width: 50%;
}
.timeline-desk P
{
	font-size: 14px;
	margin-bottom: 0;
	color: #999;
}
.timeline-desk A
{
	color: #1FB5AD;
}
.timeline-desk .panel
{
	margin-bottom: 5px;
}
.timeline-desk .album
{
	margin-top: 20px;
}
.timeline-item.alt .timeline-desk .album
{
	margin-top: 20px;
	float: right;
}
.timeline-desk .album A
{
	margin-right: 5px;
	float: left;
}
.timeline-item.alt .timeline-desk .album A
{
	margin-left: 5px;
	float: right;
}
.timeline-desk .notification
{
	background: #FFFFFF repeat 0 0;
	margin-top: 20px;
	padding: 8px;
}
.timeline-item.alt .panel
{
	margin-left: 0;
	margin-right: 45px;
}
.mbot30
{
	margin-bottom: 30px;
}
.timeline-item.alt H1, .timeline-item.alt P
{
	text-align: right;
}
/*---revenue----*/
.revenue-head
{
	background: #FF6C60;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	color: #FFF;
	line-height: 50px;
}
.revenue-head SPAN
{
	background: #E56155;
	padding: 16px;
	-webkit-border-radius: 4px 0px 0px;
	border-radius: 4px 0px 0px 0px;
}
.revenue-head SPAN I
{
	font-size: 18px;
}
.revenue-head H3
{
	display: inline;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 300;
}
.revenue-head SPAN.rev-combo
{
	background: #E56155;
	padding: 16px;
	line-height: normal;
	-webkit-border-radius: 0px 4px 0px 0px;
	border-radius: 0px 4px 0px 0px;
}
/*easy pie chart*/
.easy-pie-chart
{
	display: inline-block;
	padding: 30px 0;
}
.chart-info, .chart-info .increase, .chart-info .decrease
{
	display: inline-block;
}
.chart-info
{
	width: 100%;
	margin-bottom: 5px;
}
.chart-position
{
	margin-top: 70px;
}
.chart-info SPAN
{
	margin: 0 3px;
}
.chart-info .increase
{
	background: #FF6C60;
	width: 10px;
	height: 10px;
}
.chart-info .decrease
{
	background: #F2F2F2;
	width: 10px;
	height: 10px;
}
.panel-footer.revenue-foot
{
	background-color: #E6E7EC;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border: none;
	padding: 0;
	width: 100%;
	display: inline-block;
}
/*Safari and Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	.panel-footer.revenue-foot
	{
		margin-bottom: -4px;
	}
}
.panel-footer.revenue-foot UL
{
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-flex;
}
.panel-footer.revenue-foot UL LI
{
	float: left;
	width: 33.33%;
}
.panel-footer.revenue-foot UL LI.first A:hover, .panel-footer.revenue-foot UL LI.first A
{
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
}
.panel-footer.revenue-foot UL LI.last A:hover, .panel-footer.revenue-foot UL LI.last A
{
	-webkit-border-radius: 0px 0px 4px;
	border-radius: 0px 0px 4px 0px;
	border-right: none;
}
.panel-footer.revenue-foot UL LI A
{
	display: inline-block;
	width: 100%;
	padding: 14px 15px;
	text-align: center;
	border-right: 1px solid #D5D8DF;
	color: #797979;
}
.panel-footer.revenue-foot UL LI A:hover, .panel-footer.revenue-foot UL LI.active A
{
	background: #FFF;
	position: relative;
}
.panel-footer.revenue-foot UL LI A I
{
	color: #C6CAD5;
	display: block;
	font-size: 16px;
}
.panel-footer.revenue-foot UL LI A:hover I, .panel-footer.revenue-foot UL LI.active A I
{
	color: #FF6C60;
	display: block;
	font-size: 16px;
}
/*flatlab carousel model*/
.flat-carousal
{
	background: #58C9F3;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	padding: 10px;
	color: #FFF;
	position: relative;
}
.flat-carousal H1
{
	text-align: center;
	font-size: 16px;
	margin: 30px 20px;
	line-height: 20px;
	font-weight: 300;
	font-style: italic;
}
A.view-all
{
	color: #FFF;
	background: rgba(0, 0, 0, 0.1);
	padding: 8px 15px;
	text-align: center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	margin-bottom: 18px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}
UL.ft-link
{
	margin: 0;
	padding: 0;
}
UL.ft-link LI
{
	border-right: 1px solid #E6E7EC;
	display: inline-block;
	line-height: 30px;
	margin: 8px 0;
	text-align: center;
	width: 24%;
}
UL.ft-link LI A
{
	color: #74829C;
	text-transform: uppercase;
	font-size: 12px;
}
UL.ft-link LI A:hover, UL.ft-link LI.active A
{
	color: #58C9F3;
}
UL.ft-link LI:last-child
{
	border-right: none;
}
UL.ft-link LI A I
{
	display: block;
}
/*product post*/
.post-wrap ASIDE
{
	display: table-cell;
	float: none;
	height: 100%;
	padding: 0;
	vertical-align: top;
}
.pro-box
{
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.post-info
{
	position: relative;
}
.arrow-pro.right:after
{
	border-left-color: #FFFFFF;
	border-right-width: 0;
	top: 85px;
	content: " ";
}
.arrow-pro.left:after
{
	border-right-color: #FFFFFF;
	border-left-width: 0;
	top: 80px;
	content: " ";
}
.arrow-pro.left
{
	left: -8px;
}
.arrow-pro:after
{
	border-width: 7px;
	content: "";
}
.arrow-pro, .arrow-pro:after
{
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	right: -5px;
}
.post-highlight.yellow
{
	background: #F8D347;
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}
.post-highlight.terques
{
	background: #41CAC0;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.post-info H1
{
	margin: 0;
	font-size: 18px;
	color: #A19899;
	font-weight: 300;
}
.post-highlight.terques H2
{
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	padding: 0 20px;
	line-height: 22px;
	margin: 0;
	font-weight: 300;
}
.post-highlight.terques H2 SPAN, .post-highlight.terques H2 A
{
	color: #92FAF3;
}
.post-info H1 STRONG
{
	text-transform: uppercase;
	color: #937B7B;
}
.post-info .desk
{
	display: inline-block;
}
.post-info .desk H3
{
	font-size: 16px;
}
.post-info .desk.yellow H3
{
	color: #F8D347;
}
.post-btn
{
}
.post-btn A
{
	float: left;
	margin-right: 8px;
	font-size: 18px;
	color: #9A9A9A;
}
.post-btn A:hover
{
	color: #727272;
}
.pro-thumb
{
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(256,256,256,0.4);
}
.pro-thumb IMG
{
	text-align: center;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.v-align
{
	vertical-align: middle !important;
}
.twite H1
{
	margin: 50px 0;
}
.social-footer
{
	display: inline;
	text-align: center;
}
.social-footer UL
{
	text-align: center;
	margin: 0;
	padding: 0;
}
.social-footer UL LI
{
	display: inline-block;
	margin: 0 20px;
}
.social-footer UL LI A
{
	font-size: 25px;
	color: #CECED0;
}
.social-footer UL LI A:hover I.fa-facebook, .social-footer UL LI.active A I.fa-facebook
{
	color: #486EAC;
}
.social-footer UL LI A:hover I.fa-twitter, .social-footer UL LI.active A I.fa-twitter
{
	color: #58C9F3;
}
.social-footer UL LI A:hover I.fa-google-plus, .social-footer UL LI.active A I.fa-google-plus
{
	color: #4A4A4A;
}
.social-footer UL LI A:hover I.fa-pinterest, .social-footer UL LI.active A I.fa-pinterest
{
	color: #D1282D;
}
/*pie chart*/
.pie-foot
{
	background: #6B6B6B;
	padding: 18px 15px;
	color: #FFF;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
/*follower*/
.follower
{
	background: #01A89E;
	color: #FFF;
	text-align: center;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.follower-foot
{
	padding: 8px 5px 5px;
	color: #757575;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	font-weight: 300;
}
.follower-foot UL
{
	padding: 0;
	margin: 0;
}
.follower-foot UL LI
{
	display: inline-block;
	text-align: center;
	width: 48%;
	line-height: normal;
}
.follower-foot UL LI H5
{
	margin: 5px 0 0;
}
.follower H4
{
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 300;
}
.follow-ava
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #18B2A6;
	display: inline-block;
}
.follower IMG
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 62px;
	height: 62px;
	/*display: inline-block;*/
}
/*weather*/
.weather-bg
{
	background: #8175C7;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.weather-bg I
{
	font-size: 60px;
	display: block;
}
.weather-bg .degree
{
	font-size: 60px;
}
.weather-category
{
	padding: 15px 0;
	color: #74829C;
}
.weather-category UL
{
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.weather-category UL LI
{
	display: inline-block;
	width: 32%;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	display: inline-block;
}
.weather-category UL LI H5
{
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 300;
}
.weather-category UL LI A
{
}
.weather-category UL LI:last-child
{
	border-right: none;
}
/*fontawesome*/
.fontawesome-icon-list H2
{
	margin-top: 0;
	font-size: 20px;
	font-weight: 300;
}
.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6
{
	margin-bottom: 10px;
}
.fontawesome-icon-list .page-header
{
	border-bottom: 1px solid #C9CDD7;
}
.fontawesome-icon-list A
{
	color: #797979;
}
.fontawesome-icon-list A:hover
{
	color: #35404D;
}
.fontawesome-icon-list I
{
	font-size: 16px;
	padding-right: 10px;
}
#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency
{
	margin-top: 10px;
}
/*mail inbox*/
.mail-nav
{
	margin: 15px -15px 0;
}
.mail-nav LI A
{
	border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 1px solid #F2F3F6;
	padding: 15px;
	border-right: 3px solid rgba(0, 0, 0, 0);
}
.mail-nav > LI > A:hover, .mail-nav > LI > A:focus
{
	background: #FAFAFA;
	color: #1FB5AD;
	border-right: 3px solid #1FB5AD;
}
.mail-nav > LI.active > A, .mail-nav > LI.active > A:hover, .mail-nav > LI.active > A:focus
{
	background: #FAFAFA;
	color: #1FB5AD;
	border-right: 3px solid #1FB5AD;
}
.mail-nav > LI + LI
{
	margin-left: 0;
	margin-top: 0px;
}
.mail-nav I
{
	font-size: 16px;
	margin-right: 10px;
}
.inbox-notification
{
	margin-top: -2px;
}
.user-head .inbox-avatar
{
	width: 65px;
	float: left;
}
.user-head .inbox-avatar IMG
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.user-head .user-name
{
	display: inline-block;
	margin: 0 0 0 10px;
}
.user-head .user-name H5
{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 300;
}
.user-head .user-name H5 A
{
	color: #FFF;
}
.user-head .user-name SPAN A
{
	font-size: 12px;
	color: #87E2E7;
}
A.mail-dropdown
{
	background: #80D3D9;
	padding: 3px 5px;
	font-size: 10px;
	color: #01A7B3;
	border-radius: 2px;
	margin-top: 20px;
}
.inbox-body
{
	padding: 20px;
}
.btn-compose
{
	background: #1FB5AD;
	padding: 12px 0;
	text-align: center;
	width: 100%;
	color: #FFF;
}
.btn-compose:hover, .btn-compose:focus
{
	background: #1CA59E;
	color: #FFF;
}
UL.inbox-nav
{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.inbox-divider
{
	border-bottom: 1px solid #D5D8DF;
}
.inbox-action
{
	margin-top: 50px;
}
.src-position
{
	margin-top: -7px;
}
.mail-src-position
{
	margin-top: -3px;
}
UL.labels-info
{
	border-bottom: 1px solid #F1F2F7;
	margin-bottom: 10px;
}
UL.inbox-nav LI
{
	display: inline-block;
	line-height: 45px;
	width: 100%;
}
UL.inbox-nav LI A
{
	color: #6A6A6A;
	line-height: 45px;
	width: 100%;
	display: inline-block;
	padding: 0 20px;
}
UL.inbox-nav LI A:hover, UL.inbox-nav LI.active A, UL.inbox-nav LI A:focus
{
	color: #6A6A6A;
	background: #D5D7DE;
}
UL.inbox-nav LI A I
{
	padding-right: 10px;
	font-size: 16px;
	color: #6A6A6A;
}
UL.inbox-nav LI A SPAN.label
{
	margin-top: 13px;
}
UL.labels-info LI H4
{
	padding-top: 5px;
	color: #5C5C5E;
	font-size: 15px;
	text-transform: uppercase;
}
UL.labels-info LI
{
	margin: 0;
}
UL.labels-info LI A
{
	color: #6A6A6A;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
UL.labels-info LI A:hover, UL.labels-info LI A:focus
{
	color: #6A6A6A;
	background: none;
}
UL.labels-info LI A I
{
	padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info P
{
	margin-bottom: 0;
	padding: 0 22px;
	color: #9D9F9E;
	font-size: 11px;
}
.inbox-head
{
	padding: 20px;
	background: #41CAC0;
	color: #FFF;
	border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	min-height: 80px;
}
.inbox-head H3
{
	margin: 0;
	display: inline-block;
	padding-top: 6px;
	font-weight: 300;
}
.inbox-head .sr-input
{
	height: 40px;
	border: none;
	box-shadow: none;
	padding: 0 10px;
	float: left;
	border-radius: 4px 0 0 4px;
	color: #8A8A8A;
}
.inbox-head .sr-btn
{
	height: 40px;
	border: none;
	background: #00A6B2;
	color: #FFF;
	padding: 0 20px;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.wht-bg
{
	background: #FFF;
}
.wht-bg H4
{
	font-size: 24px;
	color: #A2A2A2;
	font-weight: 300;
}
.table-inbox-wrap
{
	margin: 0 -15px;
}
.mail-checkbox
{
	margin-right: 10px;
}
.table-inbox
{
	margin: 0;
}
.table-inbox TR TD
{
	padding: 12px !important;
}
.table-inbox TR TD:first-child
{
	width: 5%;
}
.table-inbox TR TD:first-child .icheckbox_minimal
{
	margin-left: 15px;
}
.table-inbox TR TD:hover
{
	cursor: pointer;
}
.table-inbox TR TD .fa-star.inbox-started, .table-inbox TR TD .fa-star:hover
{
	color: #F78A09;
}
.table-inbox TR TD .fa-star
{
	color: #D5D5D5;
}
.table-inbox TR.unread TD
{
	font-weight: 600;
	background: #F7F7F7;
}
.table-inbox TR.unread A
{
	color: #32323A;
}
.table-inbox TR A
{
	color: #767676;
}
UL.inbox-pagination
{
	float: right;
}
UL.inbox-pagination LI
{
	float: left;
}
.pagination LI A
{
	color: #32323A;
}
.mail-option
{
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.mail-option .chk-all
{
	float: left;
}
.mail-option .chk-all, .mail-option .btn-group
{
	margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group A.btn
{
	border: 1px solid #E7E7E7;
	padding: 5px 10px;
	display: inline-block;
	background: #FCFCFC;
	color: #AFAFAF;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
.inbox-pagination A.np-btn
{
	border: 1px solid #E7E7E7;
	padding: 5px 15px;
	display: inline-block;
	background: #FCFCFC;
	color: #AFAFAF;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
.mail-option .chk-all INPUT[type=checkbox]
{
	margin-top: 0;
}
.mail-option .btn-group A.all
{
	padding: 0;
	border: none;
}
.inbox-pagination A.np-btn
{
	margin-left: 5px;
}
.inbox-pagination LI SPAN
{
	display: inline-block;
	margin-top: 7px;
	margin-right: 5px;
}
.fileinput-button
{
	border: 1px solid #E6E6E6;
	background: #EEEEEE;
}
.inbox-body .modal .modal-body INPUT, .inbox-body .modal .modal-body TEXTAREA
{
	border: 1px solid #E6E6E6;
	box-shadow: none;
}
.btn-send, .btn-send:hover
{
	background: #00A8B3;
	color: #FFF;
}
.btn-send:hover
{
	background: #009DA7;
}
.modal-header H4.modal-title
{
	font-weight: 300;
	font-family: "Source Sans Pro", sans-serif;
}
.modal-body LABEL
{
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	width: 100%;
}
.compose-mail
{
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.compose-mail .compose-options
{
	color: #979797;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
}
.compose-mail INPUT, .compose-mail INPUT:focus
{
	border: none;
	padding: 0;
	width: 80%;
	float: left;
}
.compose-mail .form-group
{
	border: 1px solid #F2F3F6;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.compose-mail .form-group LABEL
{
	line-height: 34px;
	width: 10%;
	float: left;
	padding-left: 5px;
	margin-bottom: 0;
}
.compose-editor INPUT
{
	margin-top: 15px;
}
.compose-editor
{
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.compose-btn
{
	float: left;
	margin-top: 6px;
}
.mail-header H4
{
	font-weight: 300;
}
.mail-sender, .attachment-mail
{
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	border-top: 1px solid #EFF2F7;
	border-bottom: 1px solid #EFF2F7;
	padding: 10px 0;
}
.mail-sender IMG
{
	width: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mail-sender .date
{
	line-height: 30px;
	margin-bottom: 0;
	text-align: right;
}
.view-mail A, .attachment-mail A:hover
{
	color: #35BCB5;
}
.attachment-mail A
{
	color: #32323A;
}
.attachment-mail UL LI
{
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-top: 15px;
	list-style: none;
}
.attachment-mail UL LI A.atch-thumb IMG
{
	width: 200px;
	height: 180px;
	margin-bottom: 10px;
}
.attachment-mail UL LI A.name SPAN
{
	float: right;
	color: #767676;
}
/*404 page*/
.body-404
{
	background: #35BCB5;
	color: #FFF;
}
.error-head
{
	background: #FFF;
	height: 100px;
}
.error-wrapper
{
	text-align: center;
}
.error-wrapper H1
{
	font-size: 90px;
	font-weight: 300;
	margin: -141px 0 0;
	text-align: center;
}
.error-wrapper H2
{
	font-size: 58px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
.error-desk
{
	background: rgba(0, 0, 0, 0.05);
	margin-top: -60px;
	padding: 70px 0 80px;
}
.error-wrapper P, .error-wrapper P A
{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
.error-wrapper P.nrml-txt
{
	color: #03F1E4;
	font-size: 40px;
	margin: 0;
}
.back-btn, .back-btn:hover
{
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 15px;
	margin-top: 100px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
}
.back-btn:hover
{
	background: #FFF;
	color: #02A9A0;
}
/*500 page*/
.body-500
{
	background: #A48AD4;
	/*[disabled]background:#D470E8;*/
	color: #FFF;
}
.error-wrapper P.page-500
{
	color: #AFA5F1;
}
.body-500 .back-btn:hover
{
	background: #FFF;
	color: #A48AD4;
}
.error-wrapper P.nrml-txt-alt
{
	color: #FFF;
	font-size: 34px;
	margin: 0;
	/*[disabled]text-transform:uppercase;*/
}
.sp-link, .sp-link:hover
{
	color: #FFEF3B;
	text-decoration: underline;
}
.sp-link:hover
{
	text-decoration: none;
}
/*profile*/
.profile-information .profile-pic IMG
{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid #F1F2F7;
	margin-top: 20px;
}
.profile-information .profile-desk
{
	border-right: 1px solid #DDD;
	padding-right: 30px;
}
.profile-information .profile-desk H1
{
	color: #1FB5AD;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
.profile-information .profile-desk SPAN, .profile-information .profile-desk P
{
	padding-bottom: 25px;
	display: inline-block;
}
.profile-information .profile-statistics H1
{
	color: #757575;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
}
.profile-information .profile-statistics P
{
	margin-bottom: 15px;
	display: inline-block;
}
.profile-information .profile-statistics UL
{
	margin-top: 10px;
}
.profile-information .profile-statistics UL LI
{
	float: left;
	margin-right: 10px;
	list-style: none;
}
.profile-information .profile-statistics UL LI A
{
	background: #F6F6F6;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.profile-information .profile-statistics UL LI A:hover
{
	color: #1FB5AD;
}
/*-----*/
.profile-nav .user-heading
{
	color: #FFF;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 30px;
	text-align: center;
}
.profile-nav .user-heading.round A
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(256,256,256,0.3);
	display: inline-block;
}
.profile-nav .user-heading A IMG
{
	width: 112px;
	height: 112px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.profile-nav .user-heading H1
{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}
.profile-nav .user-heading P
{
	font-size: 16px;
	color: #8B8B8B;
	line-height: 25px;
}
.profile-nav UL
{
	margin-top: 1px;
}
.profile-nav UL > LI
{
	border-bottom: 1px solid #EBEAE6;
	margin-top: 0;
	line-height: 30px;
}
.profile-nav UL > LI:last-child
{
	border-bottom: none;
}
.profile-nav UL > LI > A
{
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #89817F;
}
.profile-nav UL > LI > A:hover, .profile-nav UL > LI > A:focus, .profile-nav UL LI.active A
{
	background: #F8F7F5 !important;
	color: #89817F !important;
}
.profile-nav UL > LI:last-child > A:last-child
{
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.profile-nav UL > LI > A > I
{
	font-size: 16px;
	padding-right: 10px;
	color: #BCB3AA;
}
.r-activity
{
	margin: 6px 0 0;
	font-size: 12px;
}
/*-----*/
.recent-act
{
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.recent-act:before
{
	background-color: #EEEEEE;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 50px;
	width: 2px;
	z-index: 0;
}
.recent-act H1
{
	text-align: center;
	color: #1FB5AD;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.activity-icon.terques
{
	background: #8FD6D6;
}
.activity-icon.red
{
	background: #EF6F66;
}
.activity-icon.purple
{
	background: #BDA4EC;
}
.activity-icon.green
{
	background: #AEC785;
}
.activity-icon.yellow
{
	background: #FED65A;
}
.activity-icon
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin: 20px auto 20px;
	position: relative;
}
.activity-icon
{
	background: #C7CBD6;
}
.activity-desk
{
	padding: 15px 30px;
	background: #F2F2F2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	text-align: center;
}
.activity-desk H2
{
	color: #1FB5AD;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.activity-desk .terques
{
	color: #1FB5AD;
}
.activity-desk .red
{
	color: #EF6F66;
}
.activity-desk .purple
{
	color: #BDA4EC;
}
.activity-desk .green
{
	color: #AEC785;
}
.activity-desk .yellow
{
	color: #FED65A;
}
.activity-desk .blue
{
	color: #20AAF1;
}
.photo-gl
{
	margin-top: 10px;
	display: inline-block;
}
.photo-gl A
{
	margin: 0 10px;
}
.photo-gl A IMG
{
	border: 1px solid #C8C8C8;
	width: 150px;
	height: 120px;
}
.prf-box
{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.prf-border-head
{
	color: #1FB5AD;
	border-bottom: 1px solid #F1F2F7;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.wk-progress
{
	border-bottom: 1px solid #F1F2F7;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.pf-status
{
	padding-bottom: 25px;
}
.tm-avatar IMG
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.tm-membr
{
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.tm-membr .tm
{
	padding-top: 10px;
	display: inline-block;
	padding-left: 10px;
}
/*profile contact*/
.prf-contacts H2
{
	color: #1FB5AD;
	font-size: 16px;
	margin-top: 0;
	text-transform: uppercase;
}
.prf-contacts H2 SPAN
{
	width: 40px;
	height: 40px;
	line-height: 42px;
	background: #1FB5AD;
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
.prf-contacts H2 SPAN I
{
	font-size: 16px;
}
.prf-contacts .location-info
{
	margin-left: 60px;
}
.prf-contacts .location-info P
{
	padding-bottom: 30px;
}
.prf-map
{
	width: 430px;
	height: 430px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid #E6E6E6;
	margin-top: 50px;
}
.sttng H2
{
	margin: 20px 0;
}
/*invoice*/
.invoice P
{
	color: #AEAEB1;
	margin-bottom: 0;
}
.logo-print
{
	float: left;
	margin: -50px 0 0 250px;
}
.invoice-header
{
	border: 1px solid #DDD;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.invoice-title
{
	background: #1FB5AD;
	color: #FFF;
	display: inline-block;
}
.inv-label
{
	color: #1FB5AD;
}
.itatic
{
	font-style: italic;
}
.inv-label H3
{
	font-weight: 300;
}
UL.amounts LI.grand-total
{
	background: #1FB5AD;
	color: #FFF;
	font-weight: bold;
}
.amnt-value, .table-invoice H4
{
	margin: 0;
	font-weight: 400;
}
.invoice-title H1
{
	font-size: 50px;
	font-weight: lighter;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	padding: 5px;
	letter-spacing: 2px;
}
.invoice-list
{
	margin-bottom: 30px;
}
.invoice-info, .invoice-title
{
	padding: 20px;
}
.invoice-info
{
	margin-top: 5px;
}
.invoice-list H4
{
	font-weight: 300;
	font-size: 16px;
}
.invoice-to H2
{
	margin: 0;
	font-size: 24px;
	color: #73737B;
	font-weight: 600;
}
.table-invoice
{
	margin-top: 30px;
	border-spacing: 5px;
	border-collapse: separate;
}
.table-invoice > THEAD > TR > TH
{
	border-bottom: none;
}
.table-invoice > TBODY > TR > TD
{
	border-top: none;
}
.table-invoice THEAD TR TH
{
	background: #E8E9F0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}
.table-invoice THEAD TR TH:first-child, .table-invoice TBODY TR TD:first-child
{
	text-align: center;
}
.table-invoice TBODY TR TD
{
	background: #F5F6F9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}
.invoice-block
{
	text-align: right;
}
.payment-method P
{
	margin-bottom: 0;
}
UL.amounts LI
{
	background: #F5F6F9;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 300;
	font-size: 16px;
	list-style: none;
}
.invoice-btn
{
	margin-top: 30px;
}
.invoice-btn A
{
	font-weight: 300;
	margin: 0 5px;
	font-size: 16px;
}
.corporate-id
{
	margin-bottom: 30px;
}
/*panel heading color*/
.panel-primary > .panel-heading.navyblue
{
	background-color: #2A3542;
	border-color: #2A3542;
	color: #FFFFFF;
}
/*table*/
.table-advance TR TD
{
	vertical-align: middle !important;
}
.no-border
{
	border-bottom: none;
}
.dataTables_length, .dataTables_filter
{
	padding: 15px;
}
.dataTables_info
{
	padding: 0 15px;
}
.dataTables_filter
{
	float: right;
}
.dataTables_length SELECT
{
	width: 65px;
	padding: 5px 8px;
}
.dataTables_length LABEL, .dataTables_filter LABEL
{
	font-weight: 300;
}
.dataTables_filter LABEL
{
	width: 100%;
}
.dataTables_filter LABEL INPUT
{
	width: 78%;
}
.border-top
{
	border-top: 1px solid #DDD;
}
.dataTables_paginate.paging_bootstrap.pagination LI
{
	float: left;
	margin: 0 1px;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style: none;
}
.dataTables_paginate.paging_bootstrap.pagination LI.disabled A
{
	color: #C7C7C7;
}
.dataTables_paginate.paging_bootstrap.pagination LI A
{
	color: #797979;
	padding: 5px 10px;
	display: inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination LI:hover A, .dataTables_paginate.paging_bootstrap.pagination LI.active A
{
	color: #797979;
	background: #EEE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination
{
	float: right;
	margin-top: -5px;
	margin-bottom: 15px;
}
.dataTable TR:last-child
{
	border-bottom: 1px solid #DDD;
}
/*calender*/
.has-toolbar.fc
{
	margin-top: 50px;
}
.fc-header-title
{
	display: inline-block;
	margin-top: -45px;
	vertical-align: top;
}
.fc-header-center
{
	text-align: left;
}
.fc-header-left
{
	text-align: left;
	width: 18%;
}
.fc-view
{
	margin-top: -50px;
	overflow: hidden;
	width: 100%;
}
.fc-state-default, .fc-state-default .fc-button-inner
{
	background: #F3F3F3 !important;
	border-color: #DDDDDD;
	border-style: none solid;
	color: #646464;
}
.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner
{
	background: #32323A !important;
	color: #FFF !important;
}
.fc-event-skin
{
	background-color: #1FB5AD !important;
	border-color: #1FB5AD !important;
	color: #FFFFFF !important;
}
.fc-grid TH
{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #E4E4E4 !important;
}
.fc-header-title H2
{
	font-size: 18px !important;
	color: #474752;
	font-weight: 300;
	padding: 0 10px;
}
.external-event
{
	cursor: move;
	display: inline-block !important;
	margin-bottom: 6px !important;
	margin-right: 6px !important;
	padding: 8px;
}
#external-events P INPUT[type="checkbox"]
{
	margin: 0;
}
.drg-event-title
{
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
.fc-content .fc-event
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px;
}
.fc-corner-left
{
	/*border-radius:4px 0 0 4px;
					-webkit-border-radius:4px 0 0 4px;*/
}
.fc-corner-right
{
	/*border-radius:0 4px 4px 0;
					-webkit-border-radius:0 4px 4px 0;*/
}
.drp-rmv
{
	padding-top: 10px;
	margin-top: 10px;
}
/*button*/
.btn-row
{
	margin-bottom: 10px;
}
/*tabs*/
.tab-head
{
	background: #7087A3;
	display: inline-block;
	width: 100%;
	margin-top: 60px;
}
.tab-container
{
	margin-top: 10px;
}
.tab-head .nav-tabs > LI > A
{
	border-radius: 0;
	margin-right: 1px;
	color: #FFF;
}
.tab-head .nav-tabs > LI.active > A, .tab-head .nav-tabs > LI > A:hover, .tab-head .nav-tabs > LI.active > A:hover, .tab-head .nav-tabs > LI.active > A:focus
{
	background-color: #F1F2F7;
	border-color: #F1F2F7;
	color: #797979;
}
/*general page*/
.progress-xs
{
	height: 10px;
}
.progress-sm
{
	height: 12px;
}
.panel-heading .nav
{
	border: medium none;
	font-size: 13px;
	margin: -15px;
}
.tab-bg-dark-navy-blue UL > LI > A
{
	display: block;
	padding: 20px 15px !important;
}
.tab-bg-dark-navy-blue
{
	background: #E0E1E7;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: none;
}
.panel-heading .nav > LI > A, .panel-heading .nav > LI.active > A, .panel-heading .nav > LI.active > A:hover, .panel-heading .nav > LI.active > A:focus
{
	border-width: 0;
	border-radius: 0;
}
.panel-heading .nav > LI > A
{
	color: #898989;
}
.panel-heading .nav > LI.active > A, .panel-heading .nav > LI > A:hover
{
	color: #1FB5AD;
	background: #FFF;
}
.panel-heading .nav > LI:first-child.active > A, .panel-heading .nav > LI:first-child > A:hover
{
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0;
}
.tab-right
{
	height: 58px;
}
.panel-heading.tab-right .nav > LI:first-child.active > A, .tab-right.panel-heading .nav > LI:first-child > A:hover
{
	border-radius: 0;
	-webkit-border-radius: 0;
}
.panel-heading.tab-right .nav > LI:last-child.active > A, .tab-right.panel-heading .nav > LI:last-child > A:hover
{
	border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
}
.panel-heading.tab-right .nav-tabs > LI > A
{
	margin-left: 1px;
	margin-right: 0px;
}
.m-bot20
{
	margin-bottom: 20px;
}
.m-bot-none
{
	margin-bottom: 0;
}
.wht-color
{
	color: #FFF;
}
.close-sm
{
	font-size: 14px;
}
/*carousel*/
.carousel-indicators LI
{
	background: rgba(0, 0, 0, 0.2);
	border: none;
	transition: background-color 0.25s ease 0s;
	-moz-transition: background-color 0.25s ease 0s;
	-webkit-transition: background-color 0.25s ease 0s;
}
.carousel-indicators .active
{
	background: #333;
	height: 10px;
	margin: 1px;
	width: 10px;
}
.carousel-indicators.out
{
	bottom: -5px;
}
.carousel-indicators.out
{
	bottom: -5px;
}
.carousel-control
{
	color: #999999;
	text-shadow: none;
	width: 45px;
}
.carousel-control I
{
	display: inline-block;
	height: 25px;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
	z-index: 5;
}
.carousel-control.left, .carousel-control.right
{
	background: none;
	filter: none;
}
.carousel-control:hover, .carousel-control:focus
{
	color: #CCCCCC;
	opacity: 0.9;
	text-decoration: none;
}
.carousel-inner H3
{
	font-weight: 300;
	font-size: 16px;
	margin: 0;
}
.carousel-inner
{
	margin-bottom: 15px;
}
/*gritter*/
.gritter-close
{
	left: auto !important;
	right: 3px !important;
}
/*form*/
.sm-input
{
	width: 175px;
}
.form-horizontal.bucket-form .form-group
{
	border-bottom: 1px solid #EFF2F7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.form-horizontal.bucket-form .form-group:last-child
{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.form-horizontal.bucket-form .form-group .help-block
{
	margin-bottom: 0;
}
.round-input
{
	border-radius: 500px;
	-webkit-border-radius: 500px;
}
.m-bot15
{
	margin-bottom: 15px;
}
.form-horizontal.bucket-form .checkbox-inline > INPUT
{
	margin-top: 1px;
	border: none;
}
.btn.btn-info.dropdown-toggle
{
	border-left: 1px solid #1FADEA;
}
/*custom checkox & radio btn*/
.icheck DIV, .icheck .disabled
{
	float: left;
}
.icheck DIV
{
	margin-right: 10px;
}
.icheck LABEL
{
	font-weight: normal;
}
.icheck .checkbox, .icheck .radio
{
	margin-bottom: 10px;
}
.icheck .single-row
{
	display: inline-block;
	width: 100%;
}
/*form validation*/
.cmxform .form-group LABEL.error
{
	display: inline;
	margin: 5px 0;
	color: #B94A48;
	font-weight: 400;
}
INPUT:focus:invalid:focus, TEXTAREA:focus:invalid:focus, SELECT:focus:invalid:focus, .cmxform .form-group INPUT.error, .cmxform .form-group TEXTAREA.error
{
	border-color: #B94A48 !important;
}
#signupForm LABEL.error
{
	display: inline;
	margin: 5px 0px;
	width: auto;
	color: #B94A48;
}
.checkbox, .checkbox:hover, .checkbox:focus
{
	border: none;
}
/*slider*/
.slider-table TR TD
{
	padding: 30px 0 !important;
	border: none !important;
}
/*date picker*/
.add-on
{
	float: right;
	margin-top: -37px;
	padding: 3px;
	text-align: center;
}
.add-on .btn
{
	padding: 9px;
}
.daterangepicker .ranges .range_inputs > DIV:nth-child(n+2)
{
	margin-bottom: 10px;
	padding-left: 0px;
}
.daterangepicker .ranges LABEL
{
	padding-bottom: 0;
	padding-top: 8px;
}
.daterangepicker TD.active, .daterangepicker TD.active:hover, .datepicker TD.active:hover, .datepicker TD.active:hover:hover, .datepicker TD.active:active, .datepicker TD.active:hover:active, .datepicker TD.active.active, .datepicker TD.active.active:hover, .datepicker TD.active.disabled, .datepicker TD.active.disabled:hover, .datepicker TD.active[disabled], .datepicker TD.active[disabled]:hover, .datepicker TD SPAN.active:hover, .datepicker TD SPAN.active:active, .datepicker TD SPAN.active.active, .datepicker TD SPAN.active.disabled, .datepicker TD SPAN.active[disabled]
{
	background: #41CAC0;
}
.daterangepicker .calendar TH, .daterangepicker .calendar TD
{
	font-family: "Source Sans Pro", sans-serif;
	/* font-weight: 300; */
	text-align: center;
	white-space: nowrap;
}
.daterangepicker TD.active, .daterangepicker TD.active:hover, .datepicker TD.active, .datepicker TD.active:hover, .datepicker TD SPAN.active
{
	text-shadow: none;
}
.datepicker TH.switch
{
	width: 125px;
}
.datepicker TD SPAN
{
	height: 40px;
	line-height: 40px;
}
.bootstrap-timepicker TABLE TD INPUT
{
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*ck editor*/
.cke_top, .cke_bottom
{
	background: #F5F5F5 !important;
	background: #F5F5F5 -moz-linear-gradient(center top,#F5F5F5,#F5F5F5) repeat 0 0 !important;
	background: #F5F5F5 -webkit-linear-gradient(center top,#F5F5F5,#F5F5F5) repeat 0 0 !important;
	background: #F5F5F5 -o-linear-gradient(center top,#F5F5F5,#F5F5F5) repeat 0 0 !important;
	box-shadow: none;
	padding: 6px 8px 2px;
}
.cke_top
{
	border-bottom: 1px solid #CCCCCC !important;
}
.cke_chrome
{
	display: block;
	padding: 0;
}
/*widget*/
.user-heading.alt
{
	display: inline-block;
	width: 100%;
	text-align: left;
}
.alt.gray-bg
{
	background: #474751;
}
.terques-bg
{
	background: #1FB5AD;
}
.profile-nav.alt.green-border UL > LI > A:hover I
{
	color: #1FB5AD;
}
.user-heading.alt A
{
	float: left;
	margin-right: 15px;
	margin-left: -10px;
	display: inline-block;
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.user-heading.alt A IMG
{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.twt-feed
{
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	color: #FFFFFF;
	padding: 40px 10px 10px;
	position: relative;
	min-height: 170px;
}
.corner-ribon
{
	text-align: center;
	width: 71px;
	height: 71px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}
.corner-ribon I
{
	padding: 10px 0 0 35px;
	color: #FFF;
}
.blue-ribon
{
	background: url("/images/twitter_corner_blue.png") no-repeat;
}
.black-ribon
{
	background: url("/images/twitter_corner_black.png") no-repeat;
}
.twt-feed.blue-bg
{
	background: #58C9F3;
}
.twt-feed H1
{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}
.twt-feed A
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	margin: 0 10px;
}
.twt-feed A IMG
{
	height: 85px;
	width: 85px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.twt-category
{
	display: inline-block;
	margin-bottom: 11px;
	margin-top: 10px;
	width: 100%;
}
.twt-feed .wtt-mark
{
	color: rgba(255, 255, 255, 0.15);
	font-size: 160px;
	position: absolute;
	top: 10px;
	left: 40%;
}
.twt-category UL LI
{
	color: #BDBDBD;
	font-size: 13px;
}
.twt-category H5
{
	font-size: 18px;
	font-weight: 400 !important;
}
.twt-write .t-text-area
{
	background: #F4F4F6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	height: 40px;
	color: #C9C9C9;
	margin-bottom: 20px;
	padding-top: 10px;
}
.twt-footer
{
	padding: 12px 15px;
}
.twt-footer, .twt-footer A
{
	color: #D2D2D2;
}
.twt-footer I
{
	padding-right: 10px;
}
.btn-space
{
	padding-left: 11.6%;
	padding-right: 11%;
}
.p-head
{
	color: #F77B6F;
	font-weight: 400;
	font-size: 14px;
}
.cmt-head
{
	font-weight: 400;
	font-size: 13px;
}
.p-thumb IMG
{
	width: 50px;
	height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tasi-tab .media-body P
{
	/*color:#b8bac6;*/
}
.feed-box
{
	position: relative;
}
.feed-box IMG
{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 85px;
	height: 85px;
}
.feed-box H1
{
	font-size: 20px;
	color: #8B8B8B;
	font-weight: 400;
}
.feed-box A
{
	color: #3AC7F9;
}
.profile-nav .user-heading.clock-row
{
	padding: 20px;
}
.clock-row
{
	text-transform: uppercase;
	min-height: 170px;
}
UL.clock-category
{
	padding: 15px 0;
}
UL.clock-category LI
{
	display: inline-block;
	width: 24%;
	text-align: center;
	border: none;
}
UL.clock-category LI A SPAN
{
	display: block;
	line-height: normal;
}
UL.clock-category LI A I
{
	font-size: 30px;
	padding-right: 0;
}
UL.clock-category LI A:hover, UL.clock-category LI A.active
{
	color: #1FB5AD !important;
	background: none !important;
}
UL.clock-category LI A:hover I, UL.clock-category LI A.active I
{
	color: #1FB5AD !important;
}
.clock-row H1
{
	font-size: 22px !important;
	font-weight: 400 !important;
	letter-spacing: 1px;
	margin: 0 0 5px !important;
	letter-spacing: 1px;
}
.clock-row P
{
	font-size: 18px;
	font-weight: 300;
	color: #FFF !important;
	margin: 0;
}
.wdgt-row
{
	text-align: center !important;
}
.wdgt-row I
{
	font-size: 50px;
}
.wdgt-value H1
{
	color: #C7CBD6;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
.wdgt-value P
{
	color: #C7CBD6;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}
.red-bg
{
	background: #FA8564;
}
.purple-bg
{
	background: #9466B5;
	color: #FFF;
}
.weather-box
{
	float: left;
	width: 100%;
}
.weather-box .symbol
{
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	padding: 61px 15px;
	width: 50%;
	float: left;
	text-align: center;
}
.weather-box .symbol I
{
	font-size: 70px;
	text-shadow: -5px 6px 5px rgba(0, 0, 0, 0.3);
}
.weather-box .value
{
	float: right;
	width: 50%;
	text-align: center;
	padding: 33px 0;
	font-size: 14px;
	color: #BDBDBD;
}
.weather-box .value I
{
	font-size: 20px;
}
.wdgt-row, .prd-img
{
	position: relative;
}
.wdgt-row IMG
{
	width: 100%;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.wdt-head
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	color: #FFF;
	position: absolute;
	left: 20px;
	bottom: 15px;
}
.country-select
{
	position: absolute;
	top: 10px;
	right: 10px;
}
.weather-full-info
{
	color: #CBCBCB;
}
.weather-full-info H1
{
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.weather-full-info H2
{
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 5px;
}
.weather-full-info .today-status I
{
	font-size: 40px;
	color: #1FB5AD;
}
.weather-full-info .degree
{
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	padding-left: 20px;
}
.weather-full-info .degree:after
{
	content: "o";
	position: relative;
	top: -12px;
	font-size: 16px;
}
.weather-full-info UL
{
	padding: 0px;
	margin: 0px;
}
.weather-full-info .today-status
{
	text-align: center;
}
.weather-full-info UL LI
{
	display: inline-block;
	width: 19%;
	text-align: center;
	border-left: 1px solid #F1F2F7;
	/*[disabled]padding-left:10px;*/
	/*[disabled]padding-right:10px;*/
}
.weather-full-info UL LI:first-child
{
	border-left: none;
}
.weather-full-info UL LI I
{
	font-size: 25px;
}
.weather-full-info .statistics
{
	padding-top: 5px;
}
.weather-full-info .statistics:after
{
	content: "o";
	position: relative;
	top: -5px;
	font-size: 10px;
}
.prd-row
{
	position: relative;
}
.btn-add-cart
{
	bottom: 9px;
	padding: 12px;
	position: absolute;
	right: 15px;
}
.prd-row IMG
{
	width: 100%;
}
.prd-row .action
{
	width: 100px;
	height: 45px;
	position: absolute;
	bottom: 10px;
	right: -35px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.prd-row .action .part1
{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 45px;
	color: #FFF;
	font-size: 18px;
}
.yellow-bg-prd
{
	background: #FFDD00;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
.prd-row H1
{
	font-size: 24px;
	font-weight: 400;
	color: #5F6165;
	margin: 5px 0;
}
.prd-row P
{
	margin: 0;
	color: #BFC2C4;
}
.prd-row P.normal
{
	color: #BFC2C4;
}
.prd-row P.terques
{
	color: #1FB5AD;
}
.prd-row .price
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.prd-row .price .amnt
{
	color: #1FB5AD;
	font-size: 25px;
	font-weight: 600;
}
.prd-row .price .amnt:after
{
	content: ".00";
	position: relative;
	top: -10px;
	font-size: 12px;
}
.clock-place
{
	margin: -76px auto 0;
}
.btn-gap BUTTON
{
	margin-right: 10px;
}
/*custom select*/
SPAN.customSelect
{
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 6px 10px;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #A4AABA;
	text-align: left;
}
SPAN.customSelect.changed
{
	background-color: #FFF;
}
.customSelectInner
{
	background: url(/images/customSelect-arrow.gif) no-repeat center right;
}
/*Timeline chat*/
.chat-form
{
	margin-top: 25px;
	clear: both;
}
.chat-form .input-cont
{
	margin-bottom: 10px;
}
.chat-form .input-cont INPUT
{
	margin-bottom: 0px;
}
.chat-form .input-cont INPUT
{
	border: 1px solid #D3D3D3 !important;
	margin-top: 0;
	min-height: 45px;
}
.chat-form .input-cont INPUT
{
	background-color: #FFF !important;
}
.chat-features A
{
	margin-left: 10px;
}
.chat-features A I
{
	color: #D0D0D0;
}
.timeline-messages H3
{
	margin-bottom: 30px;
	color: #1FB5AD;
	font-size: 16px;
	text-transform: uppercase;
	background: #FFF;
	padding: 20px;
	margin-top: -3px;
	position: relative;
}
.timeline-messages:before
{
	background: rgba(0, 0, 0, 0.05);
	bottom: 0;
	top: 0;
	width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before
{
	content: "";
	left: 20px;
	position: absolute;
	top: -2px;
}
.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out
{
	position: relative;
}
.timeline-messages .msg-in .arrow
{
	border-right: 8px solid #949496 !important;
}
.timeline-messages .msg-in .arrow
{
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	display: block;
	height: 0;
	left: -8px;
	position: absolute;
	top: 25px;
	width: 0;
}
.timeline-messages .msg-out .arrow
{
	border-right: 8px solid #41CAC0 !important;
}
.timeline-messages .msg-out .arrow
{
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	display: block;
	height: 0;
	left: -8px;
	position: absolute;
	top: 25px;
	width: 0;
}
.msg-time-chat:first-child:before
{
	margin-top: 27px;
}
.msg-time-chat:before
{
	background: #CCCCCC;
	border: 2px solid #FAFAFA;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	height: 16px;
	margin: 35px 0 0 -7px;
	width: 16px;
}
.msg-time-chat:hover:before
{
	background: #41CAC0;
}
.msg-time-chat:first-child
{
	padding-top: 0;
}
.message-img
{
	float: left;
	margin-right: 30px;
	overflow: hidden;
}
.message-img IMG
{
	display: block;
	height: 44px;
	width: 44px;
}
.message-body
{
	margin-left: 50px;
	display: inline-block;
}
.msg-time-chat .msg-in .text
{
	/*border:1px solid #e3e6ed;
					padding:10px;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 14px;
}
.msg-time-chat .msg-in .text .first
{
	background: #949496;
	padding: 10px;
	color: #FFF;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 5px;
	width: 130px;
	text-align: right;
}
.msg-time-chat .msg-in .text .second
{
	background: #8FD6D6;
	padding: 10px;
	color: #FFF;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.msg-time-chat .msg-out .text
{
	border: 1px solid #E3E6ED;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.msg-time-chat P
{
	margin: 0;
}
.msg-time-chat .attribution
{
	font-size: 11px;
	margin: 0px 0 5px;
}
.msg-time-chat
{
	overflow: hidden;
	padding: 8px 0;
}
.msg-in A, .msg-in A:hover
{
	color: #B64C4C;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 10px;
	font-weight: 400;
	font-size: 13px;
}
.msg-out A, .msg-out A:hover
{
	color: #288F98;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 10px;
	font-weight: 400;
	font-size: 13px;
}
.bg-terques
{
	background: #8FD6D6 !important;
}
.bg-red
{
	background: #FFA991 !important;
}
.bg-purple
{
	background: #BDA4EC !important;
}
.bg-green
{
	background: #AEC785 !important;
}
.bg-yellow
{
	background: #FED65A !important;
}
.bg-blue
{
	background: #99CCE3 !important;
}
/*boxed page*/
.boxed-page
{
	background-color: #000 !important;
}
.box-head
{
	background: none;
}
.boxed-page .container
{
	background: #32323A;
	padding-left: 0;
	padding-right: 0;
}
.boxed-page > .container
{
	overflow: hidden;
}
.boxed-page .container #sidebar
{
	position: inherit;
}
.boxed-page .container .header .container
{
	background: #FFF;
}
.boxed-page .container ASIDE
{
	float: left;
}
.boxed-page .container .wrapper
{
	background: #F1F2F7;
	min-height: 900px;
}
.boxed-page .brand
{
	margin-left: 0;
}
/*collapsible*/
.tools A
{
	margin-left: 10px;
	color: #A7A7A7;
	font-size: 12px;
}
/*google maps*/
.gmaps
{
	height: 300px;
	width: 100%;
}
.ullist
{
	border-bottom: 1px solid #CCC;
	margin-left: 20px;
}
.ullist LI
{
	display: inline-block;
	margin-left: 5px;
}
.ullist LI A
{
	display: inline-block;
	padding: 10px 20px !important;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #F1F1F1;
}
.ullist LI.active A
{
	background: #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
	top: 1px;
	margin-bottom: -1px;
}
/*star rating*/
.rating
{
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 30px;
}
.rating SPAN.star, .rating SPAN.star
{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
.rating SPAN.star:hover, .rating SPAN.star:hover
{
	cursor: pointer;
}
.rating SPAN.star:before, .rating SPAN.star:before
{
	content: "\f006";
	padding-right: 5px;
	color: #BEC3C7;
}
.rating SPAN.star:hover:before, .rating SPAN.star:hover:before, .rating SPAN.star:hover ~ SPAN.star:before, .rating SPAN.star:hover ~ SPAN.star:before
{
	content: "\f005";
	color: #41CAC0;
}
/*ckEditor*/
#editor-container
{
	width: 100%;
	margin: 10px auto 0;
}
#header-editor
{
	overflow: hidden;
	padding: 0 0 30px;
	border-bottom: 1px solid #EAEAEA;
	position: relative;
}
#headerLeft, #headerRight
{
	width: 100%;
	overflow: hidden;
}
#headerLeft
{
	float: left;
	padding: 10px 1px 1px;
}
#headerLeft H2, #headerLeft H3
{
	margin: 0;
	overflow: hidden;
	font-weight: normal;
	font-family: "Source Sans Pro", sans-serif;
}
#headerLeft H2
{
	font-size: 2.6em;
	line-height: 1.1em;
	text-transform: capitalize;
	color: #32323A;
	margin-bottom: 30px;
}
#headerLeft H3
{
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0.2em 0 0;
	color: #32323A;
}
#headerRight
{
	float: right;
	padding: 1px;
}
#headerRight P
{
	line-height: 1.8em;
	text-align: justify;
	margin: 0;
}
#headerRight P + P
{
	margin-top: 20px;
}
#headerRight > DIV
{
	padding: 20px 0;
	margin: 0;
	font-size: 1.1em;
	color: #757575;
}
#columns
{
	color: #757575;
	overflow: hidden;
	padding: 20px 0;
}
#columns H3
{
	color: #32323A;
}
#columns > DIV
{
	float: left;
	width: 33.3%;
}
#columns #column1 > DIV
{
	margin-left: 1px;
}
#columns #column3 > DIV
{
	margin-right: 1px;
}
#columns > DIV > DIV
{
	margin: 0px 10px;
	padding: 10px 0;
}
#columns BLOCKQUOTE
{
	margin-left: 15px;
}
#taglist
{
	display: inline-block;
	margin-left: 20px;
	font-weight: bold;
	margin: 0 0 0 20px;
}
.cke_editable.cke_editable_inline.cke_focus
{
	background: #FCFCFC;
	border: 1px solid #EAEAEA;
	cursor: text;
	outline: medium none;
}
/*advanced table*/
.general-table .progress
{
	margin-bottom: 0;
}
.adv-table TABLE TR TD
{
	padding: 10px;
}
.adv-table TABLE.display THEAD TH
{
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
}
TR.odd.gradeA TD.sorting_1, TR.odd TD.sorting_1, TR.even.gradeA TD.sorting_1
{
	background: none;
}
TD.details
{
	background-color: #EEE;
}
TD.details TABLE TR TD, .dataTable TR:last-child
{
	border: none;
}
.adv-table TABLE.display TR.odd.gradeA
{
	background-color: #F9F9F9;
}
.adv-table TABLE.display TR.even.gradeA
{
	background-color: #FFFFFF;
}
.adv-table .dataTables_filter LABEL INPUT
{
	float: right;
	margin-left: 10px;
	width: 78%;
}
.adv-table .dataTables_filter LABEL
{
	line-height: 33px;
	width: 100%;
}
.adv-table .dataTables_length SELECT
{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 8px;
	width: 65px;
}
.adv-table .dataTables_info, .dataTables_paginate
{
	padding: 15px 0;
}
.adv-table .dataTables_length, .adv-table .dataTables_filter
{
	padding: 15px 0;
}
.cke_chrome
{
	border: none !important;
}
.editable-table .dataTables_filter
{
	width: 80%;
}
TR.odd.gradeX TD.sorting_1, TR.even.gradeX TD.sorting_1, TABLE.display TR.even.gradeX, TABLE.display TR.gradeX, TR.even.gradeU TD.sorting_1, TR.even TD.sorting_1, TABLE.display TR.even.gradeC, TABLE.display TR.gradeC, TR.odd.gradeC TD.sorting_1, TABLE.display TR.even.gradeU, TABLE.display TR.gradeU, TR.odd.gradeU TD.sorting_1
{
	/*[disabled]background:inherit;*/
}
/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars
{
	height: 300px;
}
/*xchart*/
.demo-xchart
{
	height: 400px;
	width: 100%;
}
/*Horizontal menu*/
.full-width #main-content
{
	margin-left: 0;
}
.horizontal-menu
{
	margin-top: 18px;
	float: left;
}
.horizontal-menu .navbar-nav > LI
{
	margin-right: 5px;
}
.horizontal-menu .navbar-nav > LI > A
{
	padding: 10px 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	/*[disabled]-webkit-transition:all 0.3s ease;*/
	/*[disabled]-moz-transition:all 0.3s ease;*/
	/*[disabled]-o-transition:all 0.3s ease;*/
	/*[disabled]-ms-transition:all 0.3s ease;*/
	/*[disabled]transition:all 0.3s ease;*/
}
.horizontal-menu > .navbar-nav > LI > .dropdown-menu
{
	margin-top: 23px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
	border: none;
}
.full-width .navbar-header
{
	width: 100%;
}
.full-width .nav > LI > A:hover, .full-width .nav LI.active A, .full-width .nav LI.dropdown A:hover, .full-width .nav LI.dropdown.open A:focus, .full-width .nav .open > A, .full-width .nav .open > A:hover, .full-width .nav .open > A:focus
{
	background-color: #1FB5AD;
	text-decoration: none;
	color: #FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
.full-width .dropdown-menu
{
	box-shadow: none;
}
.full-width .dropdown-menu > LI > A
{
	padding: 10px 20px;
	font-size: 13px;
}
.horizontal-menu .dropdown-menu > LI > A
{
	padding: 10px 20px;
	font-size: 13px;
	margin: 5px 10px;
}
/*advanced form*/
.form-body
{
	padding: 20px;
}
/*multiselect*/
.ms-container .ms-selectable LI.ms-hover, .ms-container .ms-selection LI.ms-hover
{
	background-color: #2A3542;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.ms-container .ms-list, .ms-container .ms-list.ms-focus
{
	box-shadow: none !important;
}
.ms-container .ms-list.ms-focus
{
	border: 1px solid #2A3542;
}
.ms-selectable .search-input, .ms-selection .search-input
{
	margin-bottom: 10px;
}
/*spinner*/
.spinner-buttons.btn-group-vertical .btn
{
	height: 17px;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 22px;
}
.spinner-buttons.btn-group-vertical .btn I
{
	margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child
{
	border-radius: 0 4px 0 0 !important;
	-webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child
{
	border-radius: 0 0 4px !important;
	-webkit-border-radius: 0 0 4px !important;
}
/**/
.wysihtml5-toolbar .btn-default
{
	background: #FFF;
	color: #757575;
}
/*lock screen*/
BODY.lock-screen
{
    background-image: url("/images/bfy-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

HTML.lock-screen
{
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.lock-wrapper
{
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*+transform: translate(-50%, -50%);*/
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 200px;
}
.lock-box
{
	position: relative;
}
.lock-name
{
	background: #FFF;
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 55px;
	padding: 0 20px;
	text-align: left;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	color: #1FB5AD;
}
.lock-pwd
{
	background: #FFF;
	width: 50%;
	float: right;
	height: 50px;
	line-height: 50px;
	margin-top: 55px;
	padding: 0 0 0 80px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	color: #1FB5AD;
}
.lock-pwd INPUT
{
	width: 72% !important;
	margin-top: 6px;
	color: #626F81;
}
.lock-name INPUT
{
	margin-top: -2px;
}
.lock-wrapper INPUT, .lock-wrapper INPUT:focus, .lock-wrapper INPUT:hover
{
	border-color: #FFF !important;
}
.lock-wrapper IMG
{
	position: absolute;
	left: 33%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid #FFF;
	width: 160px;
	height: 160px;
	background: #FFF;
}
.lock-wrapper .loginhead
{
	position: absolute;
	left: 33%;
	/*+border-radius: 100%;*/
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
	border: 20px solid #FFFFFF;
	width: 160px;
	height: 160px;
	background: #FFF;
	/*font-size: 96px;*/
	/*color: rgba(255, 255, 255, 0.9);*/
	/*background: #58A6BB;*/
	/*background: #6A94BA;*/
	background-color: white;
	background-image: url(/images/loginhead.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/*line-height: 138px;*/
	cursor: default;
}
.lock-wrapper .locked
{
	margin-bottom: 20px;
	display: inline-block;
	color: #026F7A;
}
.btn-lock, .btn-lock:hover
{
	background: #FFF;
	color: #626F81;
	margin-top: -8px;
}
.lock-input
{
	width: 83%;
	border: none;
	float: left;
	margin-right: 3px;
}
#time
{
	width: 100%;
	color: #FFF;
	font-size: 125px;
	margin-bottom: 50px;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 100;
}
/*language*/
.language
{
	margin-top: 4px;
}
.language .dropdown-menu
{
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
	margin-top: 18px;
}
.language .dropdown-menu LI A
{
	/*border-bottom:1px solid #eee;*/
	padding: 10px;
}
.language .dropdown-menu LI:last-child A
{
	border-bottom: none;
}
.language .dropdown-menu LI A
{
	font-size: 13px;
	padding: 10px;
}
.language .dropdown-menu LI A:hover
{
	background: #F1F2F7;
	color: #32323A;
}
.language-menu
{
	margin-top: 15px !important;
	padding: 0;
}
.lang-arrow-up
{
	background: url("/images/top-arrow.png") no-repeat;
	width: 18px;
	height: 10px;
	margin-top: -15px;
	float: right;
	margin-right: 15px;
}
/*breadcrumbs-alt*/
.breadcrumbs-alt
{
	list-style-type: none;
	margin: 0px 0 20px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.breadcrumbs-alt LI
{
	float: left;
	margin: 0 25px 0 0;
	transition: all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt A:before
{
	border-color: #E0E1E7 #E0E1E7 #E0E1E7 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1.5em 0 1.7em 1em;
	content: "";
	left: -1em;
	margin-top: -1.6em;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt A:after
{
	border-bottom: 1.5em solid rgba(0, 0, 0, 0);
	border-left: 1em solid #E0E1E7;
	border-top: 1.5em solid rgba(0, 0, 0, 0);
	content: "";
	margin-top: -1.5em;
	position: absolute;
	right: -1em;
	top: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt A
{
	background: #E0E1E7;
	color: #444444;
	float: left;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
/*active and hover*/
.breadcrumbs-alt A:hover:before, .breadcrumbs-alt A.current:before
{
	border-color: #1FB5AD #1FB5AD #1FB5AD rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1.5em 0 1.7em 1em;
	content: "";
	left: -1em;
	margin-top: -1.6em;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt A:hover:after, .breadcrumbs-alt A.current:after
{
	border-bottom: 1.5em solid rgba(0, 0, 0, 0);
	border-left: 1em solid #1FB5AD;
	border-top: 1.5em solid rgba(0, 0, 0, 0);
	content: "";
	margin-top: -1.5em;
	position: absolute;
	right: -1em;
	top: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt A:hover, .breadcrumbs-alt A.current
{
	background: #1FB5AD;
	color: #FFF;
	float: left;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
/*footer*/
.footer-section
{
	background: #32323A;
	color: #FFF;
	padding: 10px 0;
	/*position:fixed;*/
	bottom: 0;
	width: 100%;
	margin-top: 30px;
}
.go-top
{
	margin-right: 1%;
	float: right;
	background: rgba(0, 0, 0, 0.4);
	width: 25px;
	height: 25px;
	border-radius: 2%;
	-webkit-border-radius: 2%;
}
.go-top I
{
	color: #FFF;
	font-size: 18px;
	padding-top: 2px;
}
.site-min-height
{
	min-height: 900px;
}
/*pricing table*/
.price-head
{
	padding: 10px 0 50px;
}
.price-head H1
{
	font-size: 32px;
	font-weight: normal;
	color: #1FB5AD;
}
.pricing-table
{
	background: #F1F2F7;
	text-align: center;
	padding: 0 0 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pricing-table.most-popular
{
	position: relative;
}
.most-popular
{
	background: #F1F2F7;
	color: #7D7D7D;
}
.most-popular .pricing-head
{
	background: #1FB5AD;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	position: relative;
	height: 170px;
}
.most-popular .pricing-quote, .most-popular UL LI I
{
	color: #1FB5AD;
}
.most-popular UL LI
{
}
.most-popular .price-actions .btn
{
	background: #1FB5AD !important;
	cursor: pointer;
}
.pricing-table .price-actions .btn
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #7D7D7D;
	color: #FFF;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 10px 20px;
	cursor: pointer;
}
.pricing-head
{
	background: #7D7D7D;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	position: relative;
	height: 170px;
}
.pricing-head H1
{
	font-size: 24px;
	font-weight: 300;
	padding-top: 30px;
	color: #FFF;
	text-transform: uppercase;
}
.pricing-quote
{
	background: #FFF;
	padding: 22px 0;
	color: #7D7D7D;
	font-size: 45px;
	font-weight: 100;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: -85px auto;
	z-index: 100;
	position: relative;
}
.pricing-quote:after
{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.5);
	margin: -85px auto;
	z-index: 100;
	position: absolute;
	content: "";
	left: -10px;
	top: 75px;
}
.pricing-table UL
{
	margin: 120px 0 50px;
	padding: 0;
}
.pricing-table UL LI
{
	margin: 0 2em;
	padding: 1em 0;
	text-align: left;
	font-weight: 300;
}
.pricing-table UL LI I
{
	margin-right: 10px;
}
.pricing-quote SPAN.note
{
	display: inline;
	font-size: 18px;
	line-height: 0.8em;
	position: relative;
	top: -18px;
}
.pricing-quote P
{
	font-size: 16px;
	color: #D2D2D6;
}
.pricing-quotation, .team-info
{
	background: #EEEEEE;
	padding: 20px 20px 35px;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pricing-quotation H3, .team-info H3
{
	font-weight: 300;
}
.pricing-quotation P, .team-info P
{
	margin-bottom: 0px;
}
.pricing-plan, .team-info-wrap
{
	position: relative;
}
.pricing-quotation:before, .team-info:before
{
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	border-image: none;
	border-right: 1px solid #EEEEEE;
	border-style: none;
	top: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 48%;
	position: absolute;
	/*+transform: rotate(45deg);*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px;
}
/*dragable portlet*/
.sortable .panel .panel-heading
{
	cursor: move;
}
/*switch btn*/
.has-switch SPAN.switch-left, .has-switch SPAN.switch-right
{
	border-radius: 40px;
	-webkit-border-radius: 40px;
}
/*toggle style*/
.toggle-heading H3
{
	font-size: 16px;
	margin: 0 0 10px;
	/*border-bottom:1px solid #ddd;*/
	padding-bottom: 10px;
	font-weight: 300;
}
/*tags input*/
.tagsinput
{
	height: 40px !important;
	min-height: 41px !important;
	margin: 0 !important;
	overflow: auto !important;
	padding: 5px !important;
}
DIV.tagsinput SPAN.tag
{
	background: #CDE69C repeat 0 0 !important;
	border: 0 none !important;
	color: #638421 !important;
	margin-bottom: 4px !important;
	padding: 5px 6px !important;
}
.hd-title
{
	font-size: 16px;
	margin: 10px 0;
}
/*DASHBOARD -jaman*/
.main-chart
{
	width: 100%;
	height: 265px;
}
#flotTip
{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}
#legendcontainer26
{
	padding: 10px 0px;
}
#legendcontainer26 .legendColorBox
{
	padding-right: 5px;
}
#legendcontainer26 .legendColorBox DIV
{
	border-radius: 100% !important;
}
.widget-h
{
	color: #AFAEBC;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	text-align: center;
}
.gauge-canvas
{
	text-align: center;
}
.gauge-value
{
	color: #FA8564;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}
.gauge-title
{
	color: #CCC;
	font-size: 14px;
	padding-right: 20px;
}
.gauge-meta
{
	margin: 0px;
	padding-top: 7px;
	list-style: none;
	padding-left: 0;
}
.daily-visit
{
	text-align: center;
}
.daily-visit-spark
{
	padding: 10px 0px;
}
.sm-pie .legendColorBox
{
	padding-right: 5px;
}
.sm-pie .legendColorBox > DIV
{
	border: 0px solid #FFF !important;
}
.sm-pie .legendColorBox DIV
{
	border-radius: 100% !important;
}
.epie-chart
{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
}
.epie-chart CANVAS
{
	position: absolute;
	top: 0;
	left: 0;
}
.percent
{
	display: inline-block;
	line-height: 80px;
	z-index: 2;
}
.pc-epie-chart
{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
}
.pc-epie-chart CANVAS
{
	position: absolute;
	top: 0;
	left: 0;
}
.pc-epie-chart .percent
{
	display: inline-block;
	line-height: 50px;
	z-index: 2;
	font-size: 10px;
	color: #5BC6F0;
}
.percent:after
{
	content: '%';
	margin-left: 0.1em;
	font-size: 0.8em;
}
.chart-meta
{
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
.visit-chart-value
{
	font-size: 18px;
	color: #3ACDC7;
	font-weight: 600;
	padding-top: 10px;
}
.visit-chart-title
{
	font-size: 16px;
	padding-top: 10px;
	color: #CCC;
}
.visit-chart-title I
{
	color: #3ACDC7;
}
.top-stats-panel
{
	min-height: 164px;
}
.top-stats-panel .sm-pie
{
	margin-top: 30px;
}
.sm-pie
{
	height: 100px;
	width: 100%;
	display: block;
}
.target-sell
{
	height: 40px;
	width: 100%;
	display: block;
}
.side-graph-info
{
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.side-mini-graph
{
	float: right;
	width: 70px;
	margin-right: 10px;
	text-align: center;
}
.side-graph-info.payment-info
{
	padding-top: 10px;
}
.monthly-stats
{
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	margin: -15px -15px 15px;
	padding: 15px;
}
.monthly-stats.pink
{
	background-color: #9972B5 !important;
}
.sparkline
{
	text-align: center;
}
.monthly-stats H4
{
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 10px;
}
.circle-sat UL
{
	text-align: center;
}
.circle-sat UL LI
{
	display: inline-block;
}
.circle-sat UL LI SPAN
{
	display: block;
	text-transform: uppercase;
}
.left-stat-label SPAN, .right-stat-label SPAN
{
	display: block;
}
.left-stat-label
{
	text-align: right;
	font-size: 11px;
	position: relative;
	top: 10px;
	padding-right: 10px;
}
.right-stat-label
{
	text-align: left;
	font-size: 11px;
	position: relative;
	top: 10px;
	padding-left: 10px;
}
.left-stat-label .sell-percent
{
	color: #F9A10C;
	font-size: 14px;
}
.right-stat-label .sell-percent
{
	color: #36D8C0;
	padding-top: 30px;
	font-size: 14px;
}
.spark-bar-label SPAN
{
	display: block;
	color: #BBB;
}
.bar-label-value
{
	font-size: 20px;
	color: #666 !important;
}
.prospective-spark-bar
{
	margin: 0px;
	padding-left: 0;
}
.prospective-spark-bar LI
{
	padding: 20px 0px;
	list-style: none;
}
.jqstooltip:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: rgba(0, 0, 0, 0.6);
	border-width: 4px;
	margin-left: -4px;
}
.stat-btn
{
	padding: 3px;
	background-color: #EEE6F5;
	border-radius: 3px;
	height: 24px;
	color: #CAB1D9;
}
.stat-btn:hover
{
	background-color: #422C50;
	color: #CAB1D9;
}
.stat-btn.active
{
	background-color: #422C50;
	color: #CAB1D9;
}
.region-earning-stats
{
	text-align: center;
	color: #6D6D6D;
	text-transform: uppercase;
	padding: 40px 30px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}
.region-earning-stats SPAN
{
	display: block;
	color: #B0C781;
	font-size: 20px;
}
.location-earning-stats
{
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
	padding-left: 0;
}
.location-earning-stats LI
{
	padding: 0px 15px;
}
.location-earning-stats LI
{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}
.location-earning-stats LI SPAN
{
	display: block;
	font-size: 14px;
}
.stat-divider
{
	border-right: 1px dashed #DADADA;
}
.vector-stat
{
	height: 150px;
	margin-top: 20px;
}
.alert-icon
{
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.alert-icon I
{
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #FFF;
}
.notification-info
{
	margin-left: 56px;
	margin-top: -40px;
}
.notification-meta
{
	margin-bottom: 3px;
	padding-left: 0;
	list-style: none;
}
.notification-info P
{
	margin: 0px;
	color: #999;
	font-size: 12px;
}
.alert-info .alert-icon
{
	background-color: #99CCE3;
}
.alert-danger .alert-icon
{
	background-color: #FCB1AE;
}
.alert-success .alert-icon
{
	background-color: #98D7AD;
}
.alert-warning .alert-icon
{
	background-color: #FFE699;
}
.notification-sender
{
	color: #414147;
}
.notification-time
{
	font-style: italic;
	color: #999;
}
.alert-info .notification-info A
{
	color: #45A2C9;
}
.alert-danger .notification-info A
{
	color: #FB6F6B;
}
.alert-success .notification-info A
{
	color: #42B663;
}
.alert-warning .notification-info A
{
	color: #E6CB76;
}
.alert-info.bucket-notification
{
	background-color: #EEF7FD;
}
.alert-danger.bucket-notification
{
	background-color: #FEF3F2;
}
.alert-success.bucket-notification
{
	background-color: #EEF8F8;
}
.alert-warning.bucket-notification
{
	background-color: #FFF7E1;
}
/*=Chat=*/
.conversation-list
{
	list-style: none;
	padding-left: 0;
}
.conversation-list LI
{
	margin-bottom: 24px;
}
.conversation-list .chat-avatar
{
	width: 40px;
	display: inline-block;
	text-align: center;
	float: left;
}
.conversation-list .chat-avatar I
{
	font-size: 12px;
	font-style: normal;
}
.conversation-list .ctext-wrap I
{
	display: block;
	font-style: normal;
	font-weight: bold;
	position: relative;
	font-size: 12px;
	color: #2CB9B3;
}
.conversation-list .conversation-text
{
	display: inline-block;
	font-size: 12px;
	float: left;
	margin-left: 12px;
	width: 70%;
}
.conversation-list .ctext-wrap
{
	padding: 10px;
	background: #D5F2EF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	display: inline-block;
}
.conversation-list .ctext-wrap P
{
	margin: 0px;
	padding-top: 3px;
}
.conversation-list .ctext-wrap:after
{
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 242, 239, 0);
	border-right-color: #D5F2EF;
	border-width: 5px;
	margin-top: -5px;
}
.conversation-list .odd .chat-avatar
{
	float: right !important;
}
.conversation-list .odd .conversation-text
{
	width: 70% !important;
	margin-right: 12px;
	text-align: right;
	float: right !important;
}
.conversation-list .odd .ctext-wrap
{
	background: #EEEEF2 !important;
}
.conversation-list .odd .ctext-wrap I
{
	color: #ACACAC;
}
.conversation-list .odd .ctext-wrap:after
{
	left: 100% !important;
	top: 20% !important;
	border-color: rgba(238, 238, 242, 0) !important;
	border-left-color: #EEEEF2 !important;
}
.chat-send
{
	padding-left: 0px;
}
.chat-send BUTTON
{
	width: 100%;
}
/*=Event Calendar=*/
.event-calendar
{
	background: #1FB5AC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 474px;
}
.calendar-block
{
	float: right !important;
	-webkit-border-radius: 0 5px 5px 0px;
	-moz-border-radius: 0 5px 5px 0px;
	border-radius: 0 5px 5px 0px;
	background: #FFF;
	min-height: 350px;
	max-height: 350px;
	z-index: 1000;
}
.event-list-block
{
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.calendar-block .clndr
{
	margin: 0;
}

.calendar-block .day-contents
{
	width: 30px;
	margin: auto;
}
.today .day-contents
{
	width: 30px;
	background: #1FB0AB;
	cursor: pointer;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.calendar-block .day-contents:hover
{
	width: 30px;
	background: #1FB0AB;
	cursor: pointer;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.event-list
{
	padding-left: 0;
}
.event-list LI
{
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 30px 10px 10px;
	color: #FFF;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	list-style: none;
}
.event-close
{
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	position: absolute;
	right: 4px;
	top: 8px;
}
.cal-day
{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 30px;
}
.cal-day SPAN
{
	font-size: 14px;
	display: block;
}
.evnt-input, .evnt-input:focus
{
	background: none;
	border: none;
	border-bottom: 1px solid #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	padding-left: 0px;
	margin-top: 10px;
}
.widget-head
{
	position: relative;
}
.widget-collapse
{
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	position: absolute;
	right: 10px;
}
.widget-collapse I
{
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 8px;
}
.mini-stat
{
	background: #FFF;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.mini-stat-icon
{
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	background: #EEE;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
	color: #FFF;
}
.mini-stat-info
{
	font-size: 12px;
	padding-top: 2px;
}
.mini-stat-info SPAN
{
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.orange
{
	background: #FA8564 !important;
}
.tar
{
	background: #1FB5AC !important;
}
.mini-stat .green
{
	background: #AEC785 !important;
}
.pink
{
	background: #A48AD4 !important;
}
.yellow-b
{
	background: #FDD752 !important;
}
/*== Weather Widget ==*/
.weather-widget
{
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 12px 15px;
}
.weather-info
{
	margin: 0px;
}
.weather-info LI
{
	font-size: 14px;
	color: #CCC;
	list-style: none;
}
.weather-icon
{
	margin-right: 10px;
	padding-right: 10px;
}
.weather-icon CANVAS
{
	margin-top: 15px;
}
.weather-cent SPAN
{
	font-size: 30px;
	font-weight: 700;
	color: #AEC785;
}
.weather-cent SPAN:after
{
	content: "o";
	font-size: 16px;
	position: relative;
	top: -15px;
}
.bar-stats
{
	height: 80px;
	margin-top: 20px;
	border-bottom: 2px solid #AEC785;
	position: relative;
}
.progress-stat-bar
{
	padding-left: 10px;
}
.progress-stat-bar LI
{
	height: 78px;
	width: 20px;
	background: #F1F1F1;
	position: relative;
	margin-right: 5px;
	float: left;
	list-style: none;
}
.progress-stat-percent
{
	background: #AEC785;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.bar-legend
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 0;
}
.bar-legend LI
{
	font-size: 11px;
	margin-bottom: 5px;
	list-style: none;
}
.bar-legend-pointer
{
	height: 10px;
	width: 10px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.bar-legend-pointer.green
{
	background: #AEC785;
}
.daily-sales-info
{
	color: #CCC;
}
.daily-sales-info SPAN
{
	display: inline-block;
}
.daily-sales-info SPAN.sales-count
{
	font-size: 18px;
	color: #AEC785;
	font-weight: 600;
}
.daily-sales-info
{
	padding-top: 6px;
}
.daily-sales-info SPAN.sales-label
{
	position: relative;
	top: -2px;
}
.todo-title
{
	margin-right: 70px;
}
.to-do-list
{
	padding-left: 0;
}
.to-do-list LI
{
	background: #F3F3F3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 13px;
	margin-bottom: 5px;
	cursor: move;
	list-style: none;
}
.to-do-list LI P
{
	margin-bottom: 0px;
}
.todo-actionlist
{
	position: absolute;
	right: 15px;
	top: 13px;
}
.todo-actionlist A
{
	height: 24px;
	width: 24px;
	display: inline-block;
	float: left;
}
.todo-actionlist A I
{
	height: 24px;
	width: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	color: #CCC;
}
.todo-actionlist A:hover I
{
	color: #666;
}
.todo-done I
{
	font-size: 14px;
}
.todo-remove I
{
	font-size: 10px;
}
.line-through
{
	text-decoration: line-through;
}
.todo-action-bar
{
	margin-top: 20px;
}
.drag-marker
{
	height: 17px;
	display: block;
	float: left;
	width: 7px;
	position: relative;
	top: 2px;
}
.drag-marker I
{
	height: 2px;
	width: 2px;
	display: block;
	background: #CCC;
	box-shadow: 5px 0 0 #CCC, 0px 5px 0 #CCC, 5px 5px 0 #CCC, 0px 10px 0 #CCC, 5px 10px 0 #CCC, 0px 15px 0 #CCC, 5px 15px 0 #CCC;
	-webkit-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
	-moz-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
}
/*To-Do Check*/
.to-do-list LI .todo-check INPUT[type=checkbox]
{
	visibility: hidden;
}
.todo-check
{
	width: 20px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
.todo-check LABEL
{
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #CCC;
}
.todo-check LABEL:after
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	background: transparent;
	top: 3px;
	left: 3px;
	border: 3px solid #CFCFCF;
	border-top: none;
	border-right: none;
	/*+transform: rotate(-45deg);*/
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.todo-checklabel:hover::after
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.todo-check INPUT[type=checkbox]:checked + LABEL:after
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.btn-todo-select BUTTON, .btn-add-task BUTTON
{
	width: 100%;
	font-size: 12px;
}
.todo-search-wrap
{
	padding: 0px;
}
.todo-search
{
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}
.side-mini-stat
{
	padding: 10px 0 !important;
}
.notification-pie-chart
{
	position: relative !important;
	display: block;
	height: 50px;
	width: 50px;
}
.notification-pie-chart .pie-percent, .notification-pie-chart .percent
{
	width: 50px !important;
	height: 50px !important;
	display: block;
	line-height: 52px !important;
	text-align: center;
	margin-left: 0px !important;
	padding-left: 0px !important;
	position: absolute;
	top: 0px;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #666;
}
.legendLabel
{
	padding-bottom: 3px;
}
.notification-pie-chart .percent:after
{
	content: '%';
	margin-left: 0.1em;
	font-size: 0.8em;
}
.first-city
{
	color: #7BD0D1;
}
.second-city
{
	color: #C5CC73;
}
.third-city
{
	color: #E47578;
}
.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before
{
	bottom: 100%;
	left: 9%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.top-menu .dropdown-menu:after
{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 7px;
	margin-left: -7px;
}
.top-menu .dropdown-menu:before
{
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #EEEEEE;
	border-width: 8px;
	margin-left: -8px;
}
.pull-right.top-menu .dropdown-menu:after, .pull-right.top-menu .dropdown-menu:before
{
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pull-right.top-menu .dropdown-menu:after
{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 7px;
	margin-left: -7px;
}
.pull-right.top-menu .dropdown-menu:before
{
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #EEEEEE;
	border-width: 8px;
	margin-left: -8px;
}
/*Chart JS*/
.chartJs
{
	width: 100%;
	display: block;
}
#gmap-list, #gmap-tabs
{
	height: 450px;
}
/*#graph-area-line>svg,#graph-bar>svg*/
#INVALID-RULE
{
	width: 100% !important;
}
.task-info .desc P
{
	padding-bottom: 0px !important;
}
.task-info .desc H5
{
	padding-top: 8px;
}
.evnt-input:-moz-placeholder
{
	color: #FFF !important;
	font-size: 12px;
}
.evnt-input::-moz-placeholder
{
	color: #FFF !important;
	font-size: 12px;
}
.evnt-input:placeholder
{
	color: #FFF !important;
	font-size: 12px;
}
.evnt-input::-webkit-input-placeholder
{
	color: #FFF !important;
	font-size: 12px;
}
#map-canvas
{
	margin-top: 40px;
	width: 400px;
	height: 400px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 10px solid #EEE;
}
.gear-settings
{
	width: 35px;
	height: 35px;
	-webkit-border-radius: 0 30% 0 0;
	-moz-border-radius: 0 30% 0 0;
	border-radius: 0 30% 0 0;
}
.gear-settings I
{
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	font-size: 18px;
	position: relative;
	color: #BFBFC1;
}
.gear-settings:hover I
{
	color: #666;
}
.theme-switcher
{
	width: 228px;
	padding-left: 7px;
	border: 1px solid #EEE;
	position: fixed;
	top: -240px;
	right: -1px;
	z-index: 1000;
	background: #FFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.show-switcher
{
	right: -1px;
	top: 80px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.theme-switcher H6
{
	padding: 10px 10px 0px;
	margin: 0px;
}
.color-list
{
	padding: 5px;
}
.select-layout
{
	padding: 10px;
}
.select-layout LI A, .layout-option LI A, .layout-option LI .btn
{
	border-radius: 3px;
	font-size: 12px;
	padding: 3px 10px;
	margin-right: 5px;
}
.color-list LI
{
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	margin: 5px;
}
.theme-color
{
	cursor: pointer;
}
.default-theme
{
	background-color: #1FB5AD;
}
.blue-theme
{
	background-color: #38BBEB;
}
.green-theme
{
	background-color: #8EBF4E;
}
.orange-theme
{
	background-color: #FEA352;
}
.purple-theme
{
	background-color: #9488DD;
}
.turquoise-theme
{
	background-color: #6CCAC9;
}
.fixed-width
{
	background: #AEAEAE;
}
.fixed-width #container
{
	width: 90%;
	margin: auto;
	overflow: hidden !important;
	position: relative;
}
.fixed-width #container .header
{
	width: 90%;
	left: auto;
	right: auto;
}
.fixed-width #main-content
{
	background: #F1F2F7;
}
.fixed-width #container #sidebar
{
	position: absolute;
}
/*gallery*/
.media-filter
{
	float: left;
	margin: 10px 0;
	padding-left: 0;
}
.media-filter LI
{
	float: left;
	margin-right: 10px;
	list-style: none;
}
.media-filter LI A
{
	background: #E6E6E6;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.media-filter LI A:hover, .media-filter LI A:focus
{
	background: #1FB5AD;
	color: #FFF;
}
.media-gal
{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.media-gal .item
{
	float: left;
}
.media-gal .item
{
	margin-bottom: 1%;
	margin-right: 1%;
	width: 233px;
	padding: 10px;
	border: 1px solid #DDD;
}
.media-gal .item P
{
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.media-gal .item IMG
{
	height: 200px;
	width: 100%;
}
.img-modal IMG
{
	width: 100%;
	margin-bottom: 10px;
}
/*Start: Recommended Isotope styles
Isotope Filtering*/
.isotope-item
{
	z-index: 2;
}
.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}
/*Isotope CSS3 transitions*/
.isotope, .isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/*disabling Isotope CSS3 transitions*/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*End: Recommended Isotope styles
disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling
{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/**
 * New Nav Buttons
 */
.nav-circle-button
{
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    margin-top: -2px;
    padding-top: 5px !important;
}

.nav-circle-button > .description
{
    position: absolute;
    color: #8FA6B2;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    left: 40px;
    top: 9px;
}

.nav-circle-button.bg-blue
{
    background: #42AACD !important;
    color: white;
}

.nav-circle-button.bg-blue:hover,
.nav-circle-button.bg-blue:focus
{
    background: #44BBE3 !important;
    color: white !important;
}

.nav-circle-button.bg-teal
{
    background: #10CFC9 !important;
    color: white;
}

.nav-circle-button.bg-teal:hover,
.nav-circle-button.bg-teal:focus
{
    background: #5FD9D5 !important;
    color: white;
}

.dd-item.inactive .dd3-content{
    background-color: #d32f2fd9;
    color: #fff;
}

.bfygo-button {
    margin-left: 55px;
}

.bfygo-button .bfygo-logo {
    width: 35px;
    height: 35px;
}

ul.top-menu > li.bfygo-button > a {
    padding: 0 !important;
}

.icheckbox_flat-red.disabled {
    background-color: #787878;
    border-radius: 5px;
}

/*Dashboards*/

#in-service{
    word-wrap: break-word;
    table-layout: fixed;
}

.dashboard-cars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 140px;
    padding: 1px 12px;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 10px;
}

.dashboard-cars .card-block:nth-child(1) .dashboard-flex-header {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.dashboard-cars .card-block:nth-child(1) .dashboard-flex-header .title {
    margin-bottom: 0;
}

.dashboard-cars .card-block:nth-child(1) .dashboard-flex-header i {
    color: white;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .dashboard-cars {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .dashboard-cars {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dashboard-cars {
        grid-template-columns: repeat(1, 1fr);
    }
}


.dashboard-cars .data-table {
    overflow: auto;
    padding: 1px;
}

.dashboard-cars .card-block {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
}

.dashboard-cars .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
    border-bottom-width: 0;
    font-size: 12px;
    vertical-align: middle;
}

.dashboard-cars .card-block .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{
    background-color: inherit;
}

.dashboard-cars .table-bordered>tbody>tr>td{
    border: 1px solid #e9e9e9;
}

.dashboard-cars  table {
    border-collapse: collapse;
    border-radius: 6px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #e9e9e9; /* this draws the table border  */
}


.dashboard-cars .title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(55, 65, 81, 1);
    margin-bottom: 10px;
    user-select: none;
}

.dashboard-cars .title a:hover {
    text-decoration: underline;
}

.dashboard-cars .description {
    font-size: 40px;
    font-weight: 900;
    color: rgba(55, 65, 81, 1);
    margin-bottom: 15px;
    user-select: none;
}

.dashboard-cars .card-block .card-footer {
    display: flex;
    flex-direction: column;
}

.dashboard-cars .card-block .card-footer .card-footer-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.dashboard-cars .card-block .card-footer .footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #677489;
}

.dashboard-cars .card-block .card-footer .footer-description {
    font-size: 21px;
    font-weight: 900;
    color: #677489;
}

.footer-description:empty:before {
   content: "-";
}

.dashboard-cars .card-block:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    background: linear-gradient(45deg, rgba(0, 82, 123, 1) 0%, rgba(0, 124, 186, 1) 100%);
}

.dashboard-cars .card-block:nth-child(2) {
    justify-content: center;
}

.dashboard-cars .card-block:nth-child(2) img {
    width: 100%;
    margin: auto;
    max-width: 246px;
}

@media (min-width: 1199px) {
    .dashboard-cars .card-block:nth-child(5) {
        grid-column: 2 / 3;
        grid-row: 2 / 4;
    }

    .dashboard-cars .card-block:nth-child(6) {
        grid-column: 3 / 4;
        grid-row: 2 / 4;
    }

    .dashboard-cars .card-block:nth-child(7) {
        grid-column: 4 / 5;
        grid-row: 2 / 4;
    }
}

@media (max-width: 1199px) {
    .dashboard-cars .card-block:nth-child(8) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .dashboard-cars .card-block:nth-child(5) {
        grid-row: 3 / 5;
    }

    .dashboard-cars .card-block:nth-child(6) {
        grid-row: 3 / 5;
    }

    .dashboard-cars .card-block:nth-child(7) {
        grid-row: 3 / 5;
    }
}

@media (max-width: 991px) {
    .dashboard-cars .card-block:nth-child(8) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .dashboard-cars .card-block:nth-child(5) {
        grid-row: 5 / 7;
    }

    .dashboard-cars .card-block:nth-child(6) {
        grid-column: 2 / 2;
    }

    .dashboard-cars .card-block:nth-child(7) {
        grid-row: 5 / 7;
    }
}

@media (max-width: 600px) {
    .dashboard-cars .card-block:nth-child(8) {
        grid-column: 1;
        grid-row: 3 / 3;
    }
    .dashboard-cars .card-block:nth-child(5) {
        grid-row: 11 / 13;
        grid-column: 1;
    }

    .dashboard-cars .card-block:nth-child(6) {
        grid-row: 9 / 11;
        grid-column: 1;
    }

    .dashboard-cars .card-block:nth-child(7) {
        grid-row: 7 / 9;
        grid-column: 1;
    }
}


.dropdown-menu {
    border: 1px solid rgba(209, 213, 219, 1);
    border-radius: 6px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.color-white {
    color: white !important;
}

.top-menu {
    display: flex;
    align-items: center;
}

.app-item a:hover {
    background-color: transparent !important;
}

.app-item a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.app-item :hover .title {
    background-color: #FFFFFF;
    color: black;
}

.app-item  .app-logo {
    width: 35px;
    height: 35px;
}

.app-item .fa {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #10cfc9;
    color: white;
    border-radius: 100px
}

.app-item .title {
    background-color: #222f32;
    color: white;
    padding: 5px 14px 5px 32px;
    left: -25px;
    z-index: -1;
    position: relative;
    border-radius: 10px;
    transition: background-color 100ms;
}

/* Skeleton Loading*/

.skeleton-wrapper {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 10px 15px;
}

.skeleton {
    position: relative;
    height: 100%;
}

.skeleton div {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderSkeleton;
    -webkit-animation-timing-function: linear;
    background: #f6f7f8;
    background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(.2, #edeef1), color-stop(.4, #f6f7f8), to(#f6f7f8));
    background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    height: 100%;
    position: relative;
}


div.skeleton-table {
    position: relative;
    height: 80%;
    width: 100%;
    top: 10%;
    border-radius: 6px;
}

div.skeleton-title {
    height: 25px;
    width: 150px;
    border-radius: 6px;
}
div.skeleton-description {
    height: 33px;
    width: 72px;
    border-radius: 6px;
    margin-top: 26px;
}

div.locked{
    background-color: #eee !important;
    cursor: not-allowed !important;
}

@-webkit-keyframes placeholderSkeleton {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes skeletonAnimate {
    from {
        background-position: top left;
    }
    to {
        background-position: top right;
    }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating-1s-infinite {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

