a, a:hover, a:focus
{
	color: #1a63bf;
}

header.main
{
	height: 74px;
	background: #ffffff;
	box-shadow: 0 0 10px #ccc;
}

header.main .main-header__date
{
	position: absolute;
	height: 36px;
	line-height: 36px;
	left: 280px;
	top: 20px;
	text-transform: none;
}

header.main .main-header__date .icon
{
	font-size: 22px;
	line-height: 32px;
}

header.main .main-header__date span
{
	vertical-align: top;
}

.main-logo img
{
	height: 74px;
}

.profile--higlighted a
{
	color: #677592;
}

.profile__name span
{
	color: #1a63bf;
}

.profile .dropdown-menu
{
	background: #38415e;
}

.sidebar,
.main-nav__link
{
	color: #fff;
	background: #38415e;
}
.main-nav__link
{
	font-size: 13px;
	box-shadow: inset 0 -1px 0 #4e5b7d;
}

.main-nav__icon
{
	background: #4e5b7d;
	color: #697494;
	box-shadow: none;
}

.main-nav--active .main-nav__icon
{
	background: #1a63c1;
	color: #fff;
}

.main-nav li:not(.main-nav--active):hover .main-nav__link
{
  	background: #4e5b7d !important;
  	box-shadow: inset 0 -1px 0 #4e5b7d !important;
}

.main-nav li:not(.main-nav--active):hover .main-nav__link .main-nav__icon
{
	background: #4e5b7d !important;
	box-shadow: none !important;
}

.main-nav__submenu li a
{
	color: #fff;
}

.main-nav__submenu li a:hover
{
  	background: #3f4867;
  	color: #fff;
}

.main-nav__link:after
{
	color: #fff;
	font-size: 24px;
}

.main-header i
{
	color: #d5d8e1;	
}

.main-header .btn i
{
	color: #fff;
	padding: 0;
	margin: 1px 0 0 5px;
}

.main-header__title
{
	border-right: none;
	line-height: 44px;
}


.btn-green
{
  background-color: #74c961;
}

.btn-green:hover
{
  background-color: #68b357;
}

.widget__title
{
	line-height: 28px;
}

.widget__title em
{
	color: #1a63bf;	
}

.widget__config
{
	margin-top: 8px;
}

.widget__config .widget__config_item
{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.widget__config label
{
	float: left;
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
}

.widget__header .dropdown
{
	position: relative;
	float: left;
	width: auto;
	right: auto;
	min-width: 150px;
}

.widget__header .dropdown .dropdown-select
{
	padding-right: 30px;
}

.widget__content
{
	margin-top: 10px;
}

.main_table
{
	width: 100%;
}

.main_table .table
{
	width: 100%;
	border-collapse: collapse;
	border-color: #e5e5e5;
}

.main_table .table th,
.main_table .table td
{
	border: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 16px;
	color: #9a9a9a;
	text-align: center;
	vertical-align: middle;
}

.left_align_table .table th,
.left_align_table .table td {
    text-align: left;
}


.main_table .table th:first-child,
.main_table .table td:first-child
{
	text-align: left;
}

.main_table .table th
{
	color: #fff;
	background: #2a93ee;
	border-color: #2a93ee;
}

.main_table .table .grey th
{
	color: #000;
	background: #e5e5e5;
	border-color: #e5e5e5;
}

.main_table .table .dark-bg
{
	color: #000;
	background: #d6d6d6 !important;
}

.main_table .table .dark-blue-bg
{
	color: #fff;
	background: #38415e !important;
}

.main_table .table .no-bg
{
	background: none !important;
	border-top-color: #fff !important;
	border-left-color: #fff !important;
}

.main_table .table .light-grey-bg
{
	background: #f6f6f6 !important;
	color: #000;
}

.main_table .table.align-center th,
.main_table .table.align-center td
{
	text-align: center !important;
}

.main_table .table td span.lg
{
	color: #000;
	font-size: 13px;
}

.main_table .table td span.tools-total
{
	font-size: 16px;
}

.main_table .table td span.tools-total.blue
{
	color: #2894ef;
}

.main_table .table td span.tools-total.red
{
	color: #ed562b;
}

.main_table .table tr:hover > td
{
	background: #f6f9fe;
	cursor: pointer;
}

.main_table .table .status .icon
{
	margin-right: 5px;
	color: #4e5b7d;
}

.main_table .table .status .icon.green
{
	color: #74ca5f;
}

.main_table .table .status .icon.red
{
	color: #ed5629;
}

.main_table .table .status .icon.blue
{
	color: #5faef0;
}

.main_table .table .pdf-ico
{
	color: #cb4949;
	font-size: 16px;
	margin-right: 5px;
}

.main_table .table .check-ico
{
	color: #76c961;
	font-size: 20px;
}

.main_table .table .align-left
{
	text-align: left;
}

.align-top
{
	vertical-align: top;
}

.main_table .table .status .pop_btn
{
	position: relative;
	float: right;
}

.main_table .table .pop_btn
{
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0 auto;
}

.main_table .table .pop_btn .handle
{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	background: #ebf2fa;
	border-radius: 4px;
}

.main_table .table tr:hover .handle
{
	background: #d2dbe4;
}

.main_table .table .pop_btn .icon
{
	position: relative;
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: center;
}

.qtip ul
{
	position: relative;
	float: left;
	border: 1px solid #e6e6e6;
	background: #fff;
	width: 190px;
	display: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.qtip ul li
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}

.qtip ul li .ico
{
	font-size: 14px;
	margin-right: 10px;
}

.qtip ul li .ico.delete
{
	color: #ff0000;
}

.qtip ul li.have-btn
{
	padding: 5px;
}

.qtip ul li.have-btn .btn
{
	margin: 0;
	text-align: center;
	color: #fff;
}

.qtip ul li a
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	padding: 8px 15px;
	box-sizing: border-box;
	color: #696969;
	font-size: 12px;
	line-height: 16px;
}

.qtip ul li a:hover
{
	background: #f1f1f1;
	text-decoration: none;
}

.qtip-default,
.qtip-content
{
	padding: 0;
	border: none;
}

.main_table .table .download-btn
{
	font-size: 18px;
	color: #5a6787;
}

.main_table .table .download-btn:hover
{
	color: #38415e;
}

.main_table .table tr.green-bg td
{
	background: #eff9ee;
}

.tabs__content > div
{
	width: 100%;
}

.tabs__content .row
{
	margin: 0;
	width: 100%;
	padding-top: 15px;
}

.main-tabs
{
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
}

.widget--tabbed
{
	float: left;
	width: 100%;
}

.nav-main-tabs
{
	position: relative;
	float: left;
	width: 100%;
	background: #eeeeee;
}

.nav-main-tabs li
{
	position: relative;
	float: left;
}

.nav-main-tabs li a
{
	position: relative;
	float: left;
	padding: 20px 25px;
	border-right: 1px solid #e5e5e5;
	font-size: 14px;
	color: #9a9a9a;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-main-tabs li.active a
{
	background: #fff;
	color: #000;
}

.nav-tabs
{
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.nav-tabs li
{
	position: relative;
	float: left;
}

.nav-tabs li:first-child
{
	margin-left: 15px;
}

.nav-tabs li a
{
	position: relative;
	float: left;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	min-width: 120px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	background: #eeeeee;
	color: #000;
}

.row:after
{
	background: linear-gradient(to bottom, rgba(37, 37, 37, 0.0000), rgba(37, 37, 37, 1));
}

.tab-content
{
	position: relative;
	float: left;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
}

.tab-content .tab-content
{
	padding: 15px;
}

.details_boxes .table_heading
{
	position: relative;
	float: left;
	width: 100%;
	background: #5a6787;
	padding: 12px 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
}

.details_boxes .table_heading.blue
{
	background: #2a93ee;
}

.details_boxes .main_table .table td span.orange
{
	color: #ec542d;
}

.details_boxes .subheading
{
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
}

.details_boxes .filter
{
	position: relative;
	float: left;
	max-width: 300px;
	padding: 10px 0 20px;
}

.details_boxes .filter label
{
	float: left;
	font-size: 12px;
	margin-right: 10px;
	line-height: 30px;
	text-transform: uppercase;
}

.details_boxes .filter .dropdown
{
	float: left;
	width: 140px;
}

.to_do_list
{
	margin-bottom: 20px;
}

.to_do_list .item
{
	position: relative;
	float: left;
	width: 100%;
	background: #f6f9fe;
	padding: 20px;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}

.to_do_list .item .icon
{
	float: right;
	font-size: 24px;
	color: #76c961;
}

.to_do_list .item.inactive
{
	background: #f6f6f6;
}

.to_do_list .item.inactive .icon
{
	color: #cccacb;
}

.chat-wrap
{
	background: #eee;
	margin-bottom: -15px;
	padding: 20px 0;
}

.chat-wrap .heading
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}


.chat-wrap .message
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.chat-wrap .message .user-img
{
	position: relative;
	float: left;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	overflow: hidden;
}

.chat-wrap .message .user-img img
{
	position: relative;
	float: left;
	width: 100%;
}

.chat-wrap .message .content-wrap
{
	padding-left: 85px;
}

.chat-wrap .message .content-wrap .msg-box
{
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 30px;
	background: #f6f9fe;
	border: 1px solid #e5e5e5;
}

.chat-wrap .message.user1 .content-wrap .msg-box:before
{
	content: "";
	position: absolute;
	top: 10px;
	right: 100%;
	font-size: 0px; 
	line-height: 0%;
	width: 0px;
	border-bottom: 18px solid #eee;
	border-right: 18px solid #f6f9fe;
}

.chat-wrap .message .content-wrap .msg-box p
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	color: #000;
	padding: 4px 0;
}

.chat-wrap .message .content-wrap .msg-box p.date
{
	font-style: normal;
	color: #666;
	font-size: 12px;
}


.chat-wrap .message.user2 .user-img
{
	float: right;
}

.chat-wrap .message.user2 .content-wrap
{
	padding-right: 85px;
	padding-left: 0;
}

.chat-wrap .message.user2 .content-wrap .msg-box
{
	background: #fff;
}

.chat-wrap .message.user2 .content-wrap .msg-box:before
{
	content: "";
	position: absolute;
	top: 10px;
	left: 100%;
	font-size: 0px; 
	line-height: 0%;
	width: 0px;
	border-bottom: 18px solid #eee;
	border-left: 18px solid #fff;
}

.chat-input
{
	background: #dedede;
	margin-bottom: -15px;
	padding: 10px 0;
}

.btn-blue
{
	color: #fff;
	background: #2894ef;
}

.btn-blue:hover
{
	background: #217fcc !important;
}

.btn-dark-blue
{
	color: #fff;
	background: #38415e;
}

.btn-dark-blue:hover
{
	background: #28304a !important;
}


.input_boxes
{
	width: 100%;
}

.row.dark-wrap
{
	background: #f6f6f6;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.row.dark-wrap .dropdown
{
	margin-bottom: 10px;
}

.row.border_bottom
{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.input_boxes label
{
	width: 100%;
	font-size: 12px;
	padding-bottom: 8px;
}

.mt15
{
	margin-top: 20px;
}

#ui-datepicker-div 
{
	font-size:14px;
}

.donut-info h1
{
	margin-top: 10px;
	font-size: 24px;
	padding-bottom: 10px;
}

.profile__img img
{
	width: 100%;
}

.ui-datepicker .ui-datepicker-title
{
	color: #fff;
}

.contact_details .main_table .table td
{
	line-height: 22px;	
}

.contact_details .main_table .table td strong
{
	font-weight: bold;
}

.map_box
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 32%;
	border: 1px solid #e5e5e5;
}

.map_box iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bank_details
{
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.bank_details .box
{
	float: left;
	padding: 30px 20px;
	width: 50%;
}

.bank_details .box.grey
{
	background: #f6f6f6;
}

.bank_details .box h3
{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #1a63bf;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.bank_details .box p
{
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}

.user_detals .user_img
{
	max-width: 180px;
	width: 100%;
	border-radius: 100%;
}

.user_detals h3
{
	font-size: 18px;
	padding-bottom: 5px;
	color: #1a63bf;
	margin-top: 20px;
}

.user_detals p
{
	font-size: 12px;
	margin-bottom: 20px;
}


.login-page-wrap
{
	background: #27314c;
}

.login-page-wrap .btn
{
	padding-left: 40px;
	padding-right: 40px;
}

.login-page-wrap h4
{
	font-size: 20px;
	line-height: 24px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.login-page-wrap .bg--white
{
	background: #fff;
	padding-bottom: 40px;
}

.login-page-wrap .logo
{
	text-align: center;
	margin-top: -40px;
}

.login-page-wrap .logo img
{
	width: 80%;
	max-width: 320px;
}

.login-page-wrap .copyright p
{
	color: #9a9a9c;
}

.login-page-wrap .separator
{
	position: relative;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.login-page-wrap .separator:before
{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c2c2c2;
}

.login-page-wrap .separator span
{
	position: relative;
	background: #fff;
	padding: 0 10px;
}

.login-page-wrap .social-btn
{
	width: 44%;
	padding-left: 0;
	padding-right: 0;
}

.input_boxes .input-8
{
	width: 66%;
}

.input_boxes .input-4
{
	width: 31%;
}

.btn.fixed
{
	padding-left: 0;
	padding-right: 0;
	width: 120px;
}

.content
{
	padding-top: 10px;
}


@media (max-width: 480px){
	
.main-logo img
{
	height: 54px;
	margin-top: 10px;
}

}

@media (max-width: 780px){
	
.nav-main-tabs li
{
	width: 100%;
}

.nav-main-tabs li a
{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-right: none;
}

.bank_details .box
{
	width: 100%;
}

}


@media (max-width: 400px){
	
.widget__config label
{
	width: 100%;
	padding-bottom: 20px;
}

}
