/********** 1. IMPORTS **********/
/********************************/
@import url('bootstrap.min.css');
@import url('hoe-overlay-effect.css');
@import url('hoe-push-effect.css');
@import url('hoe-shrink-effect.css');
@import url('hoe-rightsidebar.css');
@import url('hoe-horizontal-navigation.css');
@import url('theme-color.css');
@import url('header.css');
body,html {
}
body{
	position:relative;
	background:#f1f1f1;
    font-family: 'Roboto';
	font-weight:300;
	font-size:17px;

}

#hoeapp-wrapper a:focus {
    outline: none;
}
#hoeapp-wrapper {
    background: #f1f1f1;
    color: #999;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Roboto';
	font-weight:300;
	font-size:17px;
	direction: ltr;
    line-height: 20px;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
	width: 100%;
	margin: 0;
    padding: 0;
}
 
/************** 3. Theme Header Style Start Here ********************/

#hoe-header {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
	position:relative;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.hoe-left-header {
    background: #1a3763;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    position: absolute;
    float: left;
    text-align: left;
    width: 230px;
    z-index: 999;
}
.hoe-left-header img {
	height:50px;
	margin-left:10px;
}
.hoe-minimized-lpanel img {
	width:50px;
}
.hoe-minimized-lpanel a.big-logo {
	display:none;
}
.hoe-left-header a.small-logo {
	display:none;
}
.hoe-minimized-lpanel a.small-logo {
	display:block;
}
.hoe-minimized-lpanel a.small-logo img {
	margin-left:7px;
	height:39px;
	width:36px;
}
.hoe-left-header a {
    color: #FFF;
}
.hoe-left-header a:hover,
.hoe-left-header a:focus {
    color: #FFF;
    text-decoration: none;
}
.hoe-left-header a i {
    color: #003c70;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.hoe-right-header {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    z-index: 101;
	margin-left: 230px;
	position: relative;
}
.hoe-right-header > ul {
    display: block;
    margin: 0;
    padding: 0;
}
.hoe-right-header li {
  display: inline;
  float: left;
}
.hoe-right-header li span.avatar-image {
	display:inline-block;
	background:#ededed;
	height:42px;
	width:42px;
	top:5px;
	margin-right:5px;
	vertical-align:middle;
	text-align:center;
	border-radius:200px;
}
.hoe-right-header li.hoe-rheader-submenu {
	position:relative;
}
.hoe-right-header li span.badge {
	position:absolute;
	left:5px;
	top:5px;
}
.hoe-right-header li span.notifications {
	font-weight:300;
	background:#E76048;
}
.hoe-right-header > li  a {
    color: #7e7e7e;
    padding: 17px 15px;
}
.hoe-right-header li a:hover,
.hoe-right-header li a:focus {
    background: #f7f7f7;
    text-decoration: none;
}
.hoe-right-header a i {
    color: #7e7e7e;
    font-size: 14px;
}
.right-navbar {
    float: right;
	padding-right: 7px !important;
}
.right-navbar li a i {
    font-size: 14px;
}
ul.right-navbar li.logout {
	border-left:1px solid #ededed;
} 
.left-navbar > li:first-child {
    padding-left: 50px;
}
.hoe-sidebar-toggle a:after {
    background: transparent;
    border: 0px solid #efefef;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 50px;
    padding: 0px 17px;
    position: absolute;
    color: #7e7e7e;
    z-index: 1000;
	border-right:1px solid #ededed;
}
li.close-me .hoe-sidebar-toggle a:after {
    content: "\f104";
}
li.open-me .hoe-sidebar-toggle a:after {
    content: "\f105";
}
li.open-me .hoe-sidebar-toggle a:after,
li.close-me .hoe-sidebar-toggle a:after{
	border:1px solid #2d5085;
	border-left:0px;
	border-top:0px;
	display:inline-block;
	padding:0 15px;
	width:20%;
	font-size:29px;
	color:#fff;
	text-align:center;
}
li.open-me .hoe-sidebar-toggle a:hover:after,
li.close-me .hoe-sidebar-toggle a:hover:after{
	background:#1a3763;

}
li.open-me {
	display:none;
}
h1.no-space {
	padding-top:0px;
	margin-top:0px;
}
.hoe-minimized-lpanel li.close-me {
	display:none;
}
.hoe-minimized-lpanel li.open-me {
	display:block;
}
.hoe-minimized-lpanel li.open-me .hoe-sidebar-toggle a:after {
	width:100%;
}
li.open-me,
li.close-me {
	border-top:1px solid #2d5085;
}
.hoe-sidebar-toggle {
	
}
.hoe-sidebar-toggle a:hover:after {
    background: #f7f7f7;
}
.hoe-left-header > .hoe-sidebar-toggle > a {
    display: none
}
#hoe-header .hoe-left-header[hoe-position-type="relative"] {
    position: relative;
}
#hoe-header .hoe-left-header[hoe-position-type="absolute"] {
    position: absolute;
}
#hoe-header .hoe-left-header[hoe-position-type="fixed"] {
    position: fixed;
}
#hoe-header .hoe-right-header[hoe-position-type="relative"] {
    position: relative;
}
#hoe-header .hoe-right-header[hoe-position-type="absolute"] {
    position: absolute;
}
#hoe-header .hoe-right-header[hoe-position-type="fixed"] {
	padding-right: 230px;
    position: fixed;
    width: 100%;
}
/*******************************Theme Header Style Close Here ***********************************/
/******************************* 4. main container Style start Here ***********************************/
#hoeapp-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	position:relative;
	clear:both;
}
/************************* 4.1 Theme Left Panel Style Start Here *********************************/
#hoe-left-panel {
    background: #FFF none repeat scroll 0 0;
    color: #7e7e7e;
    width: 230px;
    top: 0;
	position:absolute;
	float:left;
	min-height:100%;
    z-index: 100;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#hoe-left-panel .profile-box {
    border-bottom: 1px solid #efefef;
    min-height: 50px;
    padding: 5px 15px;
    position: relative;
}
#hoe-left-panel .profile-box .media a img {
    width: 40px;
    height: 40px;
}

#hoe-left-panel .profile-box .media {
    position: relative;
}
#hoe-left-panel .profile-box .media a {
    margin-top: 2px;
}
#hoe-left-panel .profile-box .media a > img {
    border: 1px solid #efefef;
}
 

#hoe-left-panel ul {
    margin: 0;
    padding: 0;
}
#hoe-left-panel .nav-level {
    padding: 5px 15px;
    border-top: 1px solid #efefef;
    font-weight: bold;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {
  list-style: none;}

#hoe-left-panel .nav-level:first-child {
    border-top: 0px solid #efefef;
}
#hoe-left-panel .panel-list > li > a {
    background: #FFF;
    border-top: 1px solid #efefef;
    color: #7e7e7e;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 17px 10px;
    position: relative;
}
#hoe-left-panel .panel-list > li:last-child > a {
    border-bottom: 1px solid #efefef;
}
#hoe-left-panel .panel-list > li:first-child > a {
    border-top: 0px solid #efefef;
}
#hoe-left-panel .panel-list > li > a:hover,
#hoe-left-panel .panel-list > li > a:focus {
    color: #000;
    background: #f1f1f1;
}
#hoe-left-panel .panel-list > li.active > a {
    background: #f1f1f1;
    border-top: 1px solid #efefef;
    color: #000;
}
#hoe-left-panel .panel-list > li > a > i {
    display: inline;
    font-size: 14px;
    padding-right: 6px;
}
#hoe-left-panel .panel-list > li > a span.menu-text {
    display: inline-block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 15px;
    position: relative;
    float: right;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > a {
    background: #f1f1f1;
    color: #000;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > a:after {
    font-family: FontAwesome;
    content: "\f106" !important;
    font-size: 15px;
    float: right;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f103";
    font-size: 15px;
    position: relative;
    float: right;
}
#hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu.opened > a:after {
    font-family: FontAwesome;
    content: "\f102";
    font-size: 15px;
    position: relative;
    float: right;
}
#hoe-left-panel .panel-list ul {
    background: #fafafa;
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#hoe-left-panel .panel-list ul.hoe-sub-menu li > a {
    background: transparent;
    border-top: 1px solid #efefef;
    color: #7e7e7e;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 10px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {
    display: none;
}
#hoe-left-panel .panel-list li.hoe-has-menu > ul.hoe-sub-menu li > a:hover,
#hoe-left-panel .panel-list li.hoe-has-menu > ul.hoe-sub-menu li > a:focus {
    text-decoration: none;
    color: #000;
    background: #f1f1f1;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul ul {
    display: none;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul {
    display: block;
}

#hoe-left-panel .panel-list > li.hoe-has-menu.active > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.active > ul > li.hoe-has-menu.active > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.active > ul > li.hoe-has-menu.active > ul > li.hoe-has-menu.active > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li > a span.menu-text {
    padding-left: 15px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {

  list-style: outside none none;
}
#hoe-left-panel .panel-list > li.hoe-has-menu  li.hoe-has-menu > ul.hoe-sub-menu {

  list-style: outside none none;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {

  list-style: outside none none;

}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > a span.menu-text {
    padding-left: 25px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > ul > li > a span.menu-text {
    padding-left: 35px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > ul > li > ul > li > a span.menu-text {
    padding-left: 40px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 9px;
    position: relative;
    float: left;
    left: 4px;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 12px;
    position: relative;
    float: left;
    left: 15px;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 14px;
    position: relative;
    float: left;
    left: 18px;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 12px;
    position: relative;
    float: left;
    left: 30px;
}
#hoe-left-panel .panel-list li.active > a .selected {
    border-bottom: 7px solid transparent;
    border-right: 7px solid #7e7e7e;
    border-top: 7px solid transparent;
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    top: 13px;
    vertical-align: middle;
    width: 0;
}
#hoe-left-panel .panel-list li.hoe-has-menu.active > a .selected {
    display: none;
}
#hoe-left-panel .panel-list li a .label {
    border-radius: 0.25em;
    color: #7e7e7e;
    display: inline;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    padding: 4px 3px;
    position: absolute;
    right: 27px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
#hoe-left-panel .panel-list li.opened a .label {
	display:none;

}
#hoe-left-panel .panel-list li.opened ul li a .label {
	display:inline;

}
.sul {
    background-color: #ebebeb;
}

#hoe-left-panel[hoe-position-type="relative"] {
    position: relative;
}
#hoe-left-panel[hoe-position-type="absolute"] {
    position: absolute;
}
#hoe-left-panel[hoe-position-type="fixed"] {
    position: fixed;
	top:50px;
}

#main-content {
    margin-left: 230px;
	position:relative;
}
#main-content section {
	background:#fff;
	padding:10px;
}
#main-content section header {
	padding:0 10px;
	margin:0px;
	position:relative;
}
#main-content section header h2 {
	padding:0px;
	margin:8px 0;
	font-size:27px;
}
#main-content section header ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.date-filer {
	position:absolute;
	width:200px;
	right:0px;
	top:5px;
}
#main-content section header .date-filer a span.show-me {
			color:#363e4d;
			font-size:20px;
			font-weight:300;
}
#main-content section header .date-filer a span.show-me:hover,
#main-content section header .date-filer a:hover {
	color:#ccc;
	text-decoration:none;
}
#main-content section header .date-filer ul.dropdown-menu li,
#main-content section header .date-filer ul.dropdown-menu li a {
			color:#363e4d;
			
			font-size:16px;
			font-weight:300;
}
#main-content section header .date-filer ul.dropdown-menu li a {
			display:block;
			padding:7px 10px;
}
#main-content section header .date-filer ul.dropdown-menu li a.cal-date {
	display:inline-block;
	border-radius:4px;
	font-size:13px;
}
#main-content section header .date-filer ul.dropdown-menu li a.double {
	display:inline-block;
	text-align:center;
	margin-top:4px;
	font-size:16px;
	width:47%;
	border-radius:4px;
}
#main-content section header .date-filer ul.dropdown-menu li a.activ {
	background:#f9f9f9;
	color:#000;
}
#main-content section header .date-filer ul.dropdown-menu li {
	text-align:center;}
#main-content section header .date-filer ul.dropdown-menu li p {
	padding:5px 0;
	text-align:center;
}
#main-content section header .date-filer ul.dropdown-menu li p a {
	display:inline-block;
	padding:6px 15px;
	background:#363e4d;
	font-size:12px;
	text-align:center;
	color:#f5f5f5;
	border-radius:4px;
}
#main-content section header .date-filer ul.dropdown-menu li p a:hover {
	color:#fff;
	background:#222;
}
#main-content section header .date-filer ul.dropdown-menu li a.cal-date span {
	font-size:16px;
}
#main-content a.box {
	display:block;
	color:#fff;
	text-align:center;
	padding:20px;
	margin:10px;
}
#main-content a.box:hover {
	text-decoration:none;
}
#main-content a.box h3 {
	color:#fff;
	font-weight:300;
	font-size:40px;
	margin:0px;
	padding:0px;
}
.actions-box h3 {
	font-weight:300;
	font-size:40px;
	margin:0px;
	padding:0px;
}
.actions-box p {
	font-size:20px;
	margin:0px;
	padding-top:10px;
}
#main-content a.box h4 {
	font-weight:300;
	font-size:20px;
	line-height:25px;
	color:#fff;
	margin:0px;
}
#main-content a.box h4 span {
	display:block;
	font-weight:500;
	font-size:25px;
}
#main-content a.box p {
	font-size:16px;
}
#main-content a.box h3 span,
.actions-box h3 span {
	font-size:20px;
}
.actions-box h3 span i {
	color:#999;
	margin-right::;px;}
#main-content a.circle {
	display:block;
	margin:12px auto; 
	text-align:center;
	width:170px;
	height:170px;
	border-radius:50%;
	font-weight:300;
	font-size:42px;
	padding-top:47px;

}
#main-content a.circle:hover {
	text-decoration:none;
}
#main-content a.circle span {
	font-size:16px;
	display:block;
	padding-top:10px;

}
#main-content a.circle span strong {
	display:block;
	font-weight:500;	
	padding-top:0px;
	font-size:24px;
}
h1, h2, h3, h4 {
	font-weight:normal;
	color:#363e4d;
    font-family: 'Roboto';
	font-weight:400;
}
a.print-me-now {
	color:#363e4d;
	font-size:20px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:7px;
	
}
.before-print {
	right:45px;}
span.menu-icon {
	font-size:27px;
	margin-right:3px;
	vertical-align:bottom;
}
a.print-me-now:hover {
	color:#000;
	text-decoration:none;
}
.search-box {
	background:#fff;
	padding:10px;
}
.wrap-search {
	position:relative;
	padding-left:38px;
	border-bottom:1px solid #363e4d;
}
.wrap-search input {
	color:#363e4d;
	font-weight:300;
    font-family: 'Roboto';
	width:100%;
	padding:10px;
	font-size:24px;
	border:0px;
}
.wrap-search span {
	position:absolute;
	left:5px;
	bottom:5px;
	font-size:35px;
		color:#363e4d;

}
.section {
	margin-top:30px;
}
.stage ul {
	list-style-type:none;
	padding-top:20px;

}
.stage ul li {
	display:inline-table;
	width:15%;
	text-align:center;
	font-weight:300;
	position:relative;
}

.stage ul li a:hover {
	text-decoration:none;
}
span.letters {
	display:inline-block;
	width:70px;
	height:70px;
	border-radius:200px;
	background:#ccc;
	font-size:27px;
	padding-top:20px;
	font-weight:500;

}
span.letters strong {
	display:block;
	font-weight:300;	
	font-size:12px;	
}
span.clients {
	display:block;
}
.stage ul li a span.letters {
	color:#fff;
}
.stage ul li a span.clients {
	color:#363e4d;
}
.stage ul li a span.clients i {
	vertical-align:middle;
	height:40px;
	display:inline-block;
	line-height:14px;
	font-style:normal;
	padding:4px 0;}
.stage ul li a span.clients strong{
	color:#363e4d;
	display:block;
	font-weight:300;
	font-size:20px;
}
.stage ul li div.explanation {
	display:block;
	position:absolute;
	width:220px;
	padding:15px;
	text-align:center;
	top:80px;
	display:none;
	left:-30px;
	color:#fff;
	line-height:15px;
	z-index:999;
	
}
.stage ul li:hover div.explanation {
	display:block;
}
.stage ul li div.explanation h4 strong,
.stage ul li div.explanation h4 {
	font-weight:300;
	color:#fff;
}
.stage ul li div.explanation h4 strong {
	font-size:13px;

}
.stage ul li div.explanation h4 span {
	display:block;
	font-size:14px;
}
.stage ul li div.explanation i.fa {
	font-size:40px;
	display:block;
	text-align:center;
	color:#000;
	position:relative;
	margin-top:-40px;
}

.table span.stage {
	display:inline-block;
	/*width:10px;*/
	/*height:10px;*/
	border-radius:200px;


    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 15px;
    width: 16px;

}
.table span.one {color:#000;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border:0px;
	padding:8px 4px;
}
.table>thead>tr>td a {
	color:#ccc;
	padding:0px 4px;
}
a.pay {
	font-weight:700;
	color:#7ab425;
	display:inline-block;
	font-size:15px;
	border-radius:200px;
}
a.pay:hover {
	color:#000;
	text-decoration:none;
}
a.view-cta {
	display:inline-block;
	border-radius:200px;
	border:1px solid #363e4d;
	padding:10px 25px;
	color:#363e4d;
	
}
a.view-cta:hover {
	background:#f9f9f9;
	text-decoration:none;
	
}
.table {
	color:#363e4d;
}
@media screen and (max-width: 768px) {
.stage ul li {
	width:33%;
	padding-top:20px;
	padding-bottom:20px;
}
#main-content section header h2 {
	padding-top:30px;
}
td.no-mobile {
	display:none;
}
th.no-mobile {
	display:none;
}
}
@media screen and (max-width: 450px) {
.stage ul li {
	width:48%;
}
}
.tables-tabs ul.nav-tabs {
	text-align:center;
	width:100%;
	padding:20px 0 0 0;
	margin:0px;
}
.tables-tabs ul.nav-tabs li {
	display:inline-table;
	text-align:center;
	float:none;
	width:20%;
}
.tables-tabs ul.nav-tabs li {
	font-size:20px;
	font-weight:400;
}
.tables-tabs ul.nav-tabs li a {
	color:#ccc;
	opacity:0.6;
}
.tables-tabs ul.nav-tabs li.active a {
	color:#363e4d;
	opacity:1;
}
.tables-tabs ul.nav-tabs li.active a:hover {
	background:#fff;
	opacity:1;

}

.tables-tabs ul.nav-tabs li a:hover {
	background:#fff;
	opacity:1;
	color:#363e4d;

}
.tables-tabs ul.vertical-menu,
.tables-tabs ul.vertical-menu li,
.tables-tabs ul.vertical-menu li:hover,
.tables-tabs ul.vertical-menu li a:hover,
.tables-tabs ul.vertical-menu li.active,
.tables-tabs ul.vertical-menu li.active a  {
	border:0px;
}
.tables-tabs ul.vertical-menu li {
	display:block;
	width:100%;
	border:0px;
}
.tables-tabs ul.vertical-menu li a {
	border-radius:4px;
	border:0px solid #ededed;
}
span.avatar-img {
	background:#e6e6e6;
	width:100px;
	height:100px;
	display:inline-block;
	border-radius:200px;
}
span.avatar-img img {
	width:100%;
    height:100%;
	border-radius:200px;
}
.tables-tabs ul.vertical-menu li span.name {
	display:block;
	font-weight:300;
	font-size:15px;
}
#main-content .tables-tabs a.circle,
#main-content .my-summary a.circle
 {
	display:inline-block;
	width:150px;
	height:150px;
	margin:5px 10px;
}
#main-content .tables-tabs a.circle span strong,
#main-content .my-summary a.circle span strong {
	font-size:20px;
}
.ccontroller {
	border-left:1px solid #e4e4e4;

}
#main-content {
	padding-bottom:150px;
}
.green-cta,
.grey-cta {
	display:block;
	padding:20px 30px;
	border-radius:200px;
	background:#95c558;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin:10px;
}
.grey-cta {
	background:#e4e4e4;
	color:#444;
}
.green-cta:hover,
.grey-cta:hover {
	text-decoration:none;
	
} 
.green-cta:hover {
	color:#fff;
	background:#a7d769;
}
.grey-cta:hover {
	color:#222;
	background:#f2f2f2;
}
a.green-summary,
a.red-summary {
	display:inline-block;
}
a.green-summary:hover,
a.red-summary:hover {
	text-decoration:none;

	
}

a.green-summary h3,
a.red-summary h3 {
	
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    padding: 0px 0px 0 0;
	color:#585f6b;
	position:relative;
	text-align:center;
	
}	
a.green-summary,
a.red-summary {
	color:#585f6b;
	font-size:17px;
	display: inline-block;
	position:relative;
	text-align:center;
	padding:20px 20px 50px 20px;

}
a.green-summary p,
a.red-summary p {
	font-weight:500;
	margin:0px;
	padding-top:0px;
	font-size:22px;
	padding-bottom:10px;
}
a.green-summary h3,
a.green-summary p{
	color:#a7d769;
}
a.green-summary:hover h3,
a.green-summary:hover p{
	color:#96c954;
}
a.pdf {
	color:rgba(241,77,80,1.00);
	font-size:16px;
	margin-top::;px;
	display:block;
}
table.table tr.unpaid {
	background:#f6e2e2;
	color:#ae1b1b;
}
a.red-summary h3,
a.red-summary p{
	color:#f18b8b;
}
.green-icon {
	color:#3d9700;
}

.pink-icon {
    color: #f1659c;
}

.brown-icon {
    color: #e6a35a;
}

.blue-icon {
    color: #5e91f8;
}

a.red-summary:hover h3,
a.red-summary:hover p{
	color:#f18b8b;
}	
a.red-summary::after,
a.green-summary::after {
	content:"";
	display:block;
	width:80px;
	font-weight:100;
	position:absolute;
	top:10%;
	right:-90px;
	height:80px;
	background: url(../images/leeft.gif);
}
.history {
	margin-left:15px;
	margin-top:30px;	}
.history ul {
	list-style-type:none;
	color:#777;
	margin:0px;
	padding:0px 0px 20px 20px;
}
.history ul li {
	padding:3px 0;
}
.history ul li strong {
	font-weight:400;
	color:#000;
}
.breadcrumb {
	padding:10px 0 30px 0;
	margin:0px;
	background:none;
}
h1.title {
	margin-bottom:20px;
	padding:0px;
	margin-top:0px;

}
div.tabss {
	width:80px;
	height:80px;
	display:inline-block;
	
}
div.icon-01 {
	background:url(../images/1.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}
div.icon-02 {
	background:url(../images/2.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;

}

div.icon-03 {
	background:url(../images/3.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;

}

div.icon-04 {
	background:url(../images/4.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}

div.icon-05 {
	background:url(../images/5.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}

div.icon-06{
	background:url(../images/6.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}

div.icon-07{
	background:url(../images/7.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}

div.icon-08{
	background:url(../images/8.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}

div.icon-09{
	background:url(../images/9.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}
div.icon-10 {
	background:url(../images/saleandconfirmation.png) no-repeat top center;background-size:70px 70px;
    margin-left: -5px;
}
.breadcrumb a {
	color:#000;}
.actions-box {
	padding-top:10px;
}	
ul.small-tabs,
ul.call-cta  {
	text-align:center;
	border:0px;
}
ul.call-cta {
	padding:28px 0;
}
	ul.small-tabs > li,
	ul.call-cta > li {
		vertical-align: top;
		border: 0px;
		float: none;
		display: inline-block;
	}
.clients-box ul li div.explanation i.fa {
    text-align: left;
	margin-left:30px;
}
ul.right-navbar .logout a span {
	font-size:20px;
}
ul.right-navbar .logout a:hover span  {
	color:#000;
}
ul.small-tabs > li a {
	border:1px solid #cccccc;
	border-radius:10px;
	color:#cccccc;
	display:block;
	width:100px;
	height:133px;	
	text-align:center;
	position:relative;
	
}
ul.call-cta li a {
	display:inline-block;
	border-radius:200px;
	 border: 2px solid #95c558;
    color: #95c558;
	font-weight:300;
	font-size:20px;
}
ul.call-cta li.red-me a {
	 border: 2px solid #f18b8b;
    color: #f18b8b;
}
ul.small-tabs > li a i {
	font-size:40px;
}
ul.small-tabs > li a span {
	display:block;
	height:30px;
	line-height:14px;
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%;
	
}
ul.call-cta > li.active a{
	 border: 2px solid #95c558;
	 background:#95c558;
	 color:#fff;
}

ul.call-cta > li.red-me:hover a{
	 border: 2px solid #f18b8b;
	 background:#f18b8b;
	 color:#fff;
}

ul.small-tabs > li a:hover,
ul.small-tabs > li:hover a {
	background:none;
	border:1px solid #555;
	color:#555;	
} 


ul.small-tabs > li.active > a,
ul.small-tabs > li.active > a:focus,
ul.small-tabs > li.active > a:hover {
	border:1px solid #555;	
}
ul.small-tabs > li div.tabss {
	opacity:0.4;
}

ul.call-cta > li.active > a,
ul.call-cta > li.active > a:focus,
ul.call-cta> li.active > a:hover,
ul.call-cta> li:hover a  {
	 border: 2px solid #95c558;
	 background:#95c558;
	 color:#fff;
}
ul.small-tabs > li.active a div.tabss ,
ul.small-tabs > li a:hover div.tabss   {
	opacity:1;
}

ul.call-cta > li.red-me a:focus {
	 background:#f18b8b;
	 color:#fff;
	
}
.forms-qcs input,
.forms-qcs select  {
	width:100%;
	border:1px solid #999;
	font-size:16px;
	font-weight:300;
	padding:5px 10px;
	border-radius:2px;
}
.forms-qcs label {
	font-weight:300;
	color:#333;
}
.forms-qcs input[type="checkbox"]{
	width:auto;
	margin-right:5px;
}
.forms-qcs textarea {
	width:100%;
	border:1px solid #555;
	font-size:22px;
	font-weight:300;
	padding:15px 10px;
	border-radius:8px;
}
.forms-qcs input.save-me {
	 border: 2px solid #95c558;
	 background:#95c558;
	 color:#fff;
	 width:100px;
	 padding:10px;
	 font-size:17px;
}
.forms-qcs input.btnBig {
	 border: 2px solid #95c558;
	 background:#95c558;
	 color:#fff;
	 width:180px;
	 padding:10px;
	 font-size:17px;
}
.forms-qcs input.preview-me {
	 border: 2px solid #337ab7;
	 background:#337ab7;
	 color:#fff;
	 width:100px;
	 padding:10px;
	 font-size:17px;
}
.forms-qcs input[type="file"] {
    display: inline-block;
	border:0px;
	width:300px;
	font-size:16px;
}

.detail {
	border:1px solid #ebebed;
	padding:15px;
	position:relative;
	margin-bottom:3px;
	}
h3.client-name {
	font-weight:300;
	font-style:24px;
	padding:0px;
	margin:0px;
}

h3.client-name span {
	display:block;
	padding-top:3px;
	font-size:14px;
}

span.phone-clients {
	padding-top:3px;
	font-size:14px;
	font-size:27px;
	color:#000;
	position:absolute;
	right:15px;
	top:22px;
	padding-right:20px;
}
span.phone-clients a {
	color:#ccc;
	font-size:19px;
}
span.phone-clients a.edit-btns:hover,
.next-call -webkit-appearance: .edit btns;
-moz-appearance: .edit btns;
appearance: .edit btns;:hover {
	color:#999;
	}
.next-call {
	border:1px solid #ebebed;
	padding:10px;
	position:relative;

}
.next-call a.edit-btns {
	color:#ccc;
	position:absolute;
	right:10px;
	top:10px;
	font-size:19px;
}
.next-call h4 {
	font-weight:300;
	font-size::;px;
}
.next-call h4 span {
	display:block;
	font-size:27px;
}
.phone-clients a.edit-btns  {
	display:inline-block;
	padding:2px;
	position:absolute;
	right:-10px;
	top:-20px;
}
.phone-clients a:last-child {
	top:10px;
}

a.green-cta-small {
	font-weight:300;
	font-size:17px;
	color:#95c558;
	display:inline-block;
	padding:10px 0;
}

.detail a.phone-call-me {
	color:#fff;
	background:#95c558;
	display:inline-block;
	border-radius:200px;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
	vertical-align:middle;	
}

.box-small {
	border:1px solid #ebebeb;
	padding:10px;
	margin:10px 	1px;
	color:#363d4f;
	text-align:center;
}
.box-small h3.money {
	font-weight:300;
	color:#363d4f;
	font-size:40px;

}
.red-box {
	color:#fff;
	background:#f18b8b;
	border:1px solid #f18b8b;
	
}
.box-small h3.money span {
	font-size:18px;
}
.red-box h3.money {
	color:#fff;}
.box-small p {
	font-weight:300;
	font-size:17px;
}
.box-small p span {
	display:block;
	font-weight:500;
	font-size:24px;	

}
div.blue-circle {
	color:#fff;
	background:#8bb9f1;
}
div.yellow-circle {
	color:#fff;
	background:#f7ca5f;
}
.box-small  h3.yellow {
	color:#f7ca5f;
	text-align:left;
	margin:0px;
	padding:0px;
}
.box-small p.value {
	padding-bottom:0px;
	margin-top:30px;
	margin-bottom:0px;
	text-align:left;
}
.box-small  h3.bl {
	color: #8bb9f1;
	text-align:left;
	margin:0px;
	padding:0px;
}
#main-content div.circle {
	display: inline-block;
    height: 150px;
    margin: 5px 10px;
    width: 150px;
	 border-radius: 50%;
    font-size: 42px;
    font-weight: 300;
    padding-top: 47px;
    text-align: center;
	ve
}
#main-content div.circle span strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-top: 0;
}
#main-content div.circle span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}
.clients-box ul {
	width:150px;
	float:left;
	padding-top:0px;
	margin-top:0px;
}
.clients-box h2 {
	padding-top:10px;
}
.clients-box h2 span {
	display:block;
	font-weight:300;
	font-size:22px;
}
.details-payment {
	color:#ccc;
	font-size:17px;
	margin:0 30px;	
}
.details-payment p  span {
	color:#000;
}
.modal-footer a {
	display:inline-block;
	padding:14px 40px;
}
strong.red {
	color:#f18b8b;
	font-size:20px;
}	
span.red {
	color:#f18b8b;
}
.big {
	font-size:16px;
	font-weight:300;}	
	
a.status-call {
	width:24px;
	display:inline-block;
	height:24px;
	color:#fff;
	border-radius:200px;
	font-size:13px;
	line-height:24px;
		margin-bottom:-2px;
	
}	
a.done {
	background:#fff;
	border:1px solid #a7d769;
	color:#a7d769;
	width:23px;
	height:23px;
	line-height:20px;
	
	
}
span.icon-exel {
	background: url(../images/excel-icon.png);
	background-size:25px 25px;
	display:inline-block;
	width:25px;
	height:25px;
	opacity:0.4;
	margin-top:-4px;
}
span.icon-exel:hover {
	opacity:1;
}
.call-now {
	background:#a7d769;
}
.call-notfound {
	background:#808080;
}
a.brake {
	background:#8bb9f1;
	font-weight:500;
}	
.prommise {
	background:#f7ca5f;
	font-weight:500;
}	
.small-search {
	margin:10px 40px 0px 40px;
}
.small-search i {
	font-size:20px;
	top:7px;}
.small-search input {
	font-size:18px;
}
.print-me {
	text-align:right;
	padding:0px;
	margin:0px;
}
.print-me a {
	color:#ccc;
	font-size:19px;
}
#hoe-header.hoe-minimized-lpanel > .hoe-right-header[hoe-position-type="fixed"] {
  margin-left: 50px;
  padding-right: 50px;
}
#hoe-header.hoe-minimized-lpanel > .hoe-left-header {
    width: 50px;
}
#hoe-header.hoe-minimized-lpanel > .hoe-left-header > a > span {
    display: none;
}
#hoe-header.hoe-minimized-lpanel > .hoe-right-header {
  margin-left: 50px;
  padding-right:0px;
}
.hoe-minimized-lpanel #hoe-left-panel {
    width: 50px;
}
.hoe-minimized-lpanel #hoe-left-panel .profile-box {
    border-bottom: 0px solid #efefef;
}
.hoe-minimized-lpanel #hoe-left-panel .media-body {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .profile-box {
    padding: 5px;
}
.hoe-minimized-lpanel #hoe-left-panel .nav-level {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a span.menu-text {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > a:after {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a > i {
    display: inline;
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a {
    display: block;
    position: relative;
    width: 230px;
    margin-bottom: -1px;
    border-radius: 0px 4px 4px 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a {
    border-radius: 0px 4px 4px 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > a,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > a {
    border-radius: 0px 4px 0px 0px;
    background: #f1f1f1;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a span.menu-text,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a span.menu-text {
    display: inline-block;
    position: absolute;
    left: 52px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list ul.hoe-sub-menu li {
    list-style: none;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {
    display: none !important;
    position: absolute;
    left: 50px;
    width: 180px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    display: block !important;
    border-right: 1px solid #efefef;
	width: 180px;
	left: 50px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu ul.hoe-sub-menu {
    display: none !important;
    position: absolute;
    width: 180px;
    left: 0;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > ul.hoe-sub-menu ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > ul.hoe-sub-menu ul.hoe-sub-menu {
    display: none !important;
    left: 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:hover > ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    display: block !important;
    position: relative;
    left: 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:hover > ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    display: block !important;
    position: relative;
    left: 0px;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f103";
    font-size: 15px;
    position: relative;
    float: right;
    display: block;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu:hover > a:after,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu:focus > a:after {
    font-family: FontAwesome;
    content: "\f102";
    font-size: 15px;
    position: relative;
    float: right;
    display: block;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li.hoe-has-menu.active > li.active a .selected {
    display: block;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.active:hover > a .selected,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.active:focus > a .selected {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu li > a span.menu-text {
    padding-left: 15px;
    position: relative;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    left: 4px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    left: 4px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li .label {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li:hover a .label {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu.opened > a {
    background: #f1f1f1;
    color: #000;
}
.hoe-minimized-lpanel #main-content {
    margin-left: 50px;
}
/****************** Minimized Left Panel Style Start Here *********************************/

/******************* 4.4 Theme Style for Phone start here***************************************/
 
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-left-panel {
    display: none;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header{
    position:none;
	height:100px;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header {
    width: 100%;
    float: none;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-left-panel[hoe-position-type="fixed"] {
  top: 100px;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header {
    width: 100%;
	padding-left: 0px !important;
	position: relative;
	z-index: 999;
	top: 50px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-left-panel {display:none;}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel .hoe-right-header {
  margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header {
  margin-left: 0px;
}

#hoeapp-wrapper[hoe-device-type="phone"] #hoe-left-panel {
    display: block;
    z-index: 1024;
}
#hoeapp-wrapper[hoe-device-type="phone"] #main-content {
    margin-left: 0px;
}



#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header > .hoe-sidebar-toggle > a {
    display: block;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header > .hoe-right-header .hoe-sidebar-toggle a:after {
    display: none !important;
}
#hoeapp-wrapper[hoe-device-type="desktop"] .hoe-left-header .hoe-sidebar-toggle a:after {
    display: none !important;
}
#hoeapp-wrapper[hoe-device-type="tablet"] .hoe-left-header .hoe-sidebar-toggle a:after {
    display: none !important;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header .hoe-sidebar-toggle a:after {
    background: transparent;
    border-radius: 4px;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 5px;
    line-height: 39px;
    padding: 1px 13px;
    position: absolute;
    top: 3px;
    z-index: 1000;
    display: block !important;
    color: #003c70;
    border: 0px solid #003c70;
    font-size: 14px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel  #hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
  margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"]  #hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
  margin-left: 230px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel  #hoeapp-container[hoe-lpanel-effect="overlay"] #main-content {
   margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"]  #hoeapp-container[hoe-lpanel-effect="overlay"] #main-content {
   margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel  #hoeapp-container[hoe-lpanel-effect="push"] #main-content {
   margin-left: 0px;
   margin-right: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"]  #hoeapp-container[hoe-lpanel-effect="push"] #main-content {
   margin-left: 230px;
   margin-right:-230px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"]#hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}

#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
/****************************** Theme Style for Phone Close here **********************************/

/*******************************main container Style Close Here ***********************************/

/****************************** Default Theme Style Close ******************************************/

/*Boxed Theme Layout Style Start*/
body[theme-layout="box-layout"] #hoeapp-wrapper[hoe-device-type="desktop"] {
	width:96%;
	margin:0 auto;
}
/*Boxed Theme Layout Style Close*/
 
/*Theme Background Color in Start */
body[theme-layout="box-layout" hoe-nav-placement="right"] #hoeapp-wrapper[hoe-device-type="desktop"]{
	margin:0 auto;
}
body[theme-bg="bg1"]{
	 background-image: url("../images/bg1.png");
}
body[theme-bg="bg2"]{
	 background-image: url("../images/bg2.png");
}
body[theme-bg="bg3"]{
	 background-image: url("../images/bg3.png");
}
body[theme-bg="bg4"]{
	 background-image: url("../images/bg4.png");
}
body[theme-bg="bg5"]{
	 background-image: url("../images/bg5.png");
}
body[theme-bg="bg6"]{
	 background-image: url("../images/bg6.png");
}
body[theme-bg="bg7"]{
	 background-image: url("../images/bg7.png");
}
body[theme-bg="bg8"]{
	 background-image: url("../images/bg8.png");
}
body[theme-bg="bg9"]{
	 background-image: url("../images/bg9.png");
}
/*Theme Background Color in Close */

table.resource-center img {
	width:30px;
	vertical-align:middle;
	margin-right:5px;	
}
table.resource-center tr td {
	vertical-align:middle;	
}
table.resource-center a.edit {
	color:#999;
	font-size:17px;
	display:inline-block;
	padding-left:10px;
}
table.resource-center a.edit:hover {
	color:#000;
}
table.resource-center a.res-title {
	color:#000;
	font-size:14px;
}
table.resource-center strong {
	font-weight:600;
}
.filter i {
	position:absolute;
	left:5px;
	bottom:5px;
	font-size:30px;
	color:#363e4d;

}
.filter {
	margin:0px;
}
div.cta-right {
	margin:0px;
	text-align:right;
}
div.cta-right a {
	color:#fff;
	background:#95c558;
	display:inline-block;
	border-radius:200px;
	padding:9px 20px;
}
div.cta-right a:hover {
	text-decoration:none;
	background:#7db634;
}
h4.breadcrumbs-nav {
	font-size:16px;
	vertical-align:middle;
	margin-top:0px;
}
h4.breadcrumbs-nav a {
	color:#999;
}
h4.breadcrumbs-nav span {
	color:#999;
}
h4.breadcrumbs-nav i {
	font-size:20px;
}
h4.breadcrumbs-nav a:hover {
	text-decoration:none;
	color:#000;

}
.no-margin {
	margin-top:5px;
}
h4.breadcrumbs-nav img {
	width:15px;
	margin-top:-5px;
	margin-right:5px;
	vertical-align:middle;
}
a.view-cta {
	background:#fff;
}
.forms-resource input,
.forms-resource .location,
.forms-resource select {
	width:100%;
	box-sizing: border-box;
	padding:10px;
	border:1px solid #ccc;
	border-radius:2px;
	color:#000;
}

.forms-resource select {
	font-size:15px;
	color:#333;
}
.forms-resource .location h4 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:300;
}
.forms-resource .location a {
	display:block;
}
.forms-resource .location:hover {
	border:1px solid #95c558;
	background:#f9f9f9;
}
.forms-resource .location a:hover {
	text-decoration:none;}
.forms-resource label {
	font-weight:300;	
	color:#000;
	font-size:19px;
	margin-top:10px;
}
.forms {
	width:auto;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.forms-resource input#file-5 {
	    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
	}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}
div.upload {
	text-align:center;
	border:1px dashed #ccc;
	margin-top:10px;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #555;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #000;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #95c558;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
	color:#fff;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #7db634;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}
button[disabled], html input[disabled] {
    cursor: not-allowed !important;
}
.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
.add-me {
	position:relative;
	padding-right:30px;
}
.add-me input {
}
.add-me label {
	display:block;
}
.add-me a.add {
	display:block;
	position:absolute;
	right:0px;
	top:35px;
	font-size:22px;
}
.add-me a.add i.fa-plus-circle {
	color:#95c558;
}
.add-me a.add i.fa-minus-circle {
	color:#da4c4c;
}
.forgot-icon:before {
	background: url(../images/forgiveness.svg) no-repeat center center / contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}
input.error {
	border:1px solid #da4c4c;
}
div.error {
	color:#da4c4c;
}

div.progress-background {
    position:relative;
}

div.progress-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}
.serverside-sort th i{
    display:none;
}
div.progress-front div.progress-circle {
    background: url(../images/progress.gif) no-repeat center;
    height: 100%;
}

@media (max-width: 1400px) {
.container {
  width:100%;}
}
.common-table-all table thead tr th a span.icon-down {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #363636
}
.common-table-all table thead tr th a {
    position: relative;
    padding-right: 15px;
    display: inline-block !important;
    font-size: 13px;
    font-weight: 400;
}
.common-table-all table thead tr th a span.icon-down:before {
    display: none
}

.common-table-all table thead tr th.sorted-table span.icon-down {
    transform: rotate(180deg)
}

/*modal-UI */

.view-btn {
	position: relative;
	border-radius: 49px;
	border: 1px solid #b0b0b0;
	padding: 7px 35px;
	color: #363636;
	display: inline-block;
	font-size: 16px;
	background: #fff;
	font-weight: 400;
}

@media (min-width: 768px) {
	.view-btn.alert {
		padding: 11px 54px;
		font-size: 17px;
	}
}

.view-btn.alert {
	border-radius: 4px;
}

.view-btn.complete {
	background: #0aa401;
	color: #fff;
	border: 1px solid #0aa401 !important;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: center;
	border-top: 0;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-dialog .modal-body p {
	color: #363636;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
}

.modal-dialog .modal-header {
	text-align: center;
	border: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 580px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.copy-wrapper-btn {
	max-width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	position: relative;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
}

select.form-control, input.form-control {
	border: solid 1px #717171;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
	border-radius: 4px;
	font-size: 16px;
}

.copy-wrapper-btn button {
	border: 0;
	outline: 0;
	position: absolute;
	right: 2px;
	height: 99%;
	border-radius: 6px;
	z-index: 101;
	background: transparent;
}

.modal-dialog .modal-header span.icon.success {
	background: #0aa401;
	font-weight: bold;
	border-radius: 6px;
	line-height: 108px;
	width: 76px;
	height: 76px;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	padding: 0;
}
.copy-wrapper-btn input.btn-Copy {
	padding-right: 40px;
}