/*v2 style*/
.login-wrapper *, .page-wrapper *{
	font-family: Roboto;
}
.page-wrapper .fa, .page-wrapper .far, .page-wrapper .fas, .page-wrapper .fab {
    font-family: "Font Awesome 5 Free";
}
.login-wrapper {
	background: #fff;
}
.auth-left{
	background:url('../img/auth-left-bg.png');
	background-size: cover;
	background-position: center center;
	background-color: #2a3357;
	min-height: 100vH;
	padding: 40px;
}
.login-text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
}
.login-text h1 {
	color: #fff;
	font-weight: 900;
	font-size: 50px;
	font-family: roboto;
}

.login-text h4 {
	font-size: 30px;
	color: #f6eafd;
	font-weight: 700;
	font-family: roboto;
}

.login-container {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.logo-login {
	width: 100%;
	max-width: 215px;
	display: block;
	margin-bottom: 20px;
}
.logo-login img{
	width: 100%;
}
.login-container h2 {
	font-size: 30px;
	color: #1e1d2f;
	font-weight: 700;
}
.login-container p {
	color: #5d5d5d;
	font-size: 15px;
}
.action-menu .user-action > a {
	background-color: rgba(0,0,0,0);
}
.action-menu .dropdown-toggle::after {
	display: inline-block;
}
.action-menu .notification .dropdown-toggle::after {
	display: none;
}
.login-container .form-group label {
	color: #9d9d9d;
	margin-bottom: 5px !important;
}
.login-container .form-group .forgot {
	color: #8d8cb4;
	margin-bottom: 5px !important;
	font-size: 13px;
	padding: 0;
	float: right;
}
.login-container .form-control {
	border: 1px solid #d5d5dc;
	height: 60px;
	border-radius: 2px;
}
.login-container .form-control[type="password"]{
	letter-spacing: 4px;
}
.btn.btn-blue.btn-block {
	height: 60px;
	background: #00adef;
	color: #fff;
	border-radius: 2px;
	font-size: 17px;
}
.navbar {
	background-color: #00adef !important;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 999;
}
.navbar-light .navbar-nav .nav-link {
	color: #eee;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 9px !important;
	margin-left: 2px;
}
.dashboard-overview .row {
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dashboard-overview .widget {
	margin: 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	-webkit-border: none;
	padding: 0px;
	display: flex;
}
.box-shadow, .widget, .dashboard-overview .row {
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
}
.form-control:disabled, .hasDatepicker.form-control[readonly] {
	 background-color: #fff; 
	opacity: 1;
}
.navbar-nav a i {
	vertical-align: top;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.panel.panel-default {
	background: #fff;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.panel-heading {
	border-bottom: 1px solid #dddd;
	background: #fbfbfb !important;
	margin: -20px;
	padding: 10px;
	margin-bottom: 20px;
}
.panel-heading h3{
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
.form-group .btn {
	background-color: #00adef;
	border-color: #00adef;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	line-height: 35px;
	min-width: 90px;
}

.form-group .btn.btn-primary {
	background-color: #00adef;
	border-color: #00adef;
}
.form-group .btn.btn-danger {
	background-color: #fb383d;
	border-color: #fb383d;
}
.subscription-plan h2 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0;
}
.subscription-plan p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0 40px;
}

.subscription-plan .card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
	overflow: hidden;
}

.card-heading {
	margin: -16px;
	background: #ea7b25;
	overflow: hidden;
	border: none;
	padding: 20px 10px;
	margin-bottom: 0;
}
.card-heading h3 {
	color: #fff;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.card-heading h4 {
	font-size: 35px;
	font-weight: 900;
	margin: 0;
	color: #fff;
}
.card-body {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.card-body h6 {
	color: #565656;
	font-size: 16px;
	line-height: 20px;
}
.card-body h5 {
	font-weight: 900;
	font-size: 25px;
	margin-top: 10px;
	color: #ea7b25;
}
.card-body .btn.btn-primary {
	margin: 10px 0 0;
}
.plans-wrap .plans-list:nth-child(1) .card-heading{
	background-color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-heading{
	background-color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-heading{
	background-color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-heading{
	background-color: #229bff;
}
.plans-wrap .plans-list:nth-child(1) .card-body h5 {
	color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-body h5 {
	color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-body h5 {
	color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-body h5 {
	color: #229bff;
}
.modal-header {
	background: #00adef;
	color: #fff;
	padding: 10px;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
	border: 1px solid #fff !important;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	display: block !important;
	margin: 0 !important;
	border-radius: 50%;
	top: 2px;
	position: relative;
}
.modal-dialog {
	max-width: 600px;
	margin: 1.75rem auto;
}
.modal-content {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
}
.checkbox-wrapper {
	display: inline-block;
	position: relative;
	margin-right: 13px;
}

.checkbox-wrapper input {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 22;
	cursor: pointer;
}
.checkbox-wrapper span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #00adef;
	left: 0;
	top: 5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 0px;
}
.checkbox-wrapper span::after {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #00adef;
	left: 2px;
	top: 2px;
	display: inline-block;
	border-radius: 50%;
	content: '';
	opacity: 0;
	transition: all ease .1s;
}
.checkbox-wrapper input:checked + span::after {
	opacity: 1;
	
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 15px;
	clear: both;
	font-weight: 400;
	color: #707070;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	transition: all ease .3s;
}
.dropdown-item i {
	font-size: 12px !important;
	margin-right: 6px;
	line-height: 20px;
	position: relative;
	left: 0;
	transition: all ease .5s;
}
.dropdown-item:hover  i{
	left: 4px;
	transition: all ease .3s;
}
.navbar-nav a i{
	transition: all ease .5s;
	left: 0px;
	top: 3px;
}

.nav-link:hover{
	transition: all ease .3s;
}
.navbar-nav a:hover i{
	transition: all ease .3s;
	left: 3px;
}
.action-menu .nav-link i {
	font-size: 20px;
	left: 0 !important;
	top: 3px;
	position: relative;
}
.action-menu .nav-link {
	line-height: 25px;
	margin-top: 2px;
}
.widget-container {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.widget-container span {
	font-size: 35px;
	color: #dbdbdb;
	padding: 6px;
	height: 55px;
	display: block;
	width: 55px;
	float: left;
	line-height: 42px;
}
.widget-container h2 {
	float: left;
	width: calc(100% - 55px);
	text-align: left;
	height: 40px;
	margin: 0;
	color: #00adef;
	font-size: 31px;
	padding-left: 5px;
}
.widget-container p {
	float: left;
	width: calc(100% - 55px);
	margin: 0;
	font-size: 11px;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.static-wrapper > div:nth-child(1) .widget-container {background: #7f7f7f;}
.static-wrapper > div:nth-child(2) .widget-container {background: #fcc155;}
.static-wrapper > div:nth-child(3) .widget-container {background: #60bc75;}
.static-wrapper > div:nth-child(4) .widget-container {background: #db6144;}
.static-wrapper > div:nth-child(5) .widget-container {background: #957eb3;}
.static-wrapper > div:nth-child(6) .widget-container {background: #008df0;}
.static-wrapper > div:nth-child(7) .widget-container {background: #26ae5f;}

.static-wrapper > div .widget-container h2{
	color: #fff;
}



.static-wrapper > div .widget-container span{color: #fff; text-align: center;}
.date-filter-wrapper {
	position: fixed;
	z-index: 9;
	width: 300px;
	right: -300px;
	top: 44px;
	box-shadow: 0px 0px 12px 0px rgb(0, 0, 0,.2);
	background: #00adef;
	border: 2px solid #00adef;
	transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) .3s;
}
.date-filter-wrapper.active {
	right: 0px;
}
.date-filter-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #00adef;
	color: #fff;
	text-align: center;
	line-height: 40px;
	top: 22px;
	left: -40px;
	border-radius: 3px 0 0 3px;
	font-size: 20px;
	cursor: pointer;
}
 .widget .count-wrap h2{
	border-bottom:none; 
}

.border-table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.card-conatiner {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.card-block h4 {
  font-size: 15px;
  margin-bottom: 2px;
}
.card-block h4 a {
  color: #343434;
  font-size: 15px;
}
.card-block {
  margin: 3px auto;
  border: 1px solid #dcdcdc;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  top: 0px;
  box-shadow:0 0px 30px 0 rgba(0,0,0,.00);
  cursor:pointer;
  transition: box-shadow ease .3s;
  background:#fff;
}
.card-block:hover {
  box-shadow:0 0px 30px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99;
}
.card-block.ui-sortable-helper {
  background: #edf5ff   !important;
}
.card-head h3 {
  float: left;
  font-size: 17px;
  color: #343434;
  text-transform: uppercase;
}
.card-head span {
  display: block;
  float: right;
  padding: 0px 0;
  background: #ea7b25;
  color: #fff;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  border-radius: 0 10px 10px 0;
  width: 50px;
  text-align: center;
}
.card-conatiner {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0px 30px 0 rgba(0,0,0,.05);
  height: calc(100vH - 270px);
  overflow-y: auto;
}
.card-block i {
  font-size: 10px;
  margin-right: 4px;
}
.card-block p {
  margin-bottom: 0;
  font-size: 11px;
  color: #7A7A7A;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card-block span {
  margin-bottom: 0;
  font-size: 11px;
  color: #849ab6;
}
.card-block h4 i {
  position: relative;
  top: -2px;
}
.card-block:hover .card-action {
   right: 3px;
   opacity: 1;
}
.card-action {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #666;
  opacity: 0;
  transition: all ease .3s;
}
.drag i {
  color: #B1B1B1;
  font-size: 14px;
}
.drag {
  color: #A6A6A6;
  cursor: move;
}
.add-pro {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  line-height: 31px;
}
.outter-progress {
  height: 15px;
  background: #dcdcdc;
  width: calc(100% - 50px);
  border-radius: 10px 0 0 10px;
  float: left;
  overflow: hidden;
}
.progress-bar-wrap.clearfix {
  padding: 10px 0;
}

.inner-progress {
  height: 15px;
  background: gray;
  transition: all ease .3s;
}
.card-block.ui-sortable-handle {
  border-left: 2px solid #555;
  margin: -1px;
  border-radius: 3px;
}




.anchor-wrap a i{
	color: #97b6d7;
}
.action-btn .dropdown-toggle::after {
	display: none;
}
.action-btn .dropdown-toggle {
	font-size: 20px;
	float: right;
	color: #666;
	margin-right: 5px;
}
.status_icon, span.low, span.medium, span.high {
	padding: 0 6px;
	text-align: center;
	margin: 0px 3px;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	height: 20px;
	min-width: 20px;
	line-height: 20px;
	font-size: 11px;
	opacity: .7;
	text-transform: uppercase;
}
.count-bdge {
	background: #F00;
	padding: 2px 10px;
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
}

#sortablewrp_1 .inner-progress, #sortablewrp_LEAD .card-head span{
 background: #7f7f7f;
}
#sortablewrp_2 .inner-progress, #sortablewrp_Qualified .card-head span{
 background: #f2c572;
}
#sortablewrp_3 .inner-progress, #sortablewrp_Proposition .card-head span{
 background: #81a489;
}
#sortablewrp_4 .inner-progress, #sortablewrp_Negotiation .card-head span{
 background: #c04c31;
}
#sortablewrp_5 .inner-progress, #sortablewrp_CUSTOMER .card-head span{
 background: #3597dc;
}




#sortablewrp_1 .card-head h3{
 color:#7f7f7f;
}
#sortablewrp_2 .card-head h3{
 color:#f2c572;
}
#sortablewrp_3 .card-head h3{
 color:#81a489;
}
#sortablewrp_4 .card-head h3{
 color:#c04c31;
}
#sortablewrp_5 .card-head h3{
 color: #3597dc;
}

#sortablewrp_1 .card-block.ui-sortable-handle {
 border-left: 2px solid #7f7f7f;
}
#sortablewrp_2 .card-block.ui-sortable-handle {
 border-left: 2px solid #f2c572;
}
#sortablewrp_3 .card-block.ui-sortable-handle {
 border-left: 2px solid #81a489;
}
#sortablewrp_4 .card-block.ui-sortable-handle {
 border-left: 2px solid #c04c31;
}
#sortablewrp_5 .card-block.ui-sortable-handle {
 border-left: 2px solid #3597dc;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    max-height: 200px;
    overflow-y: scroll;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 19px;
  background: #f5f5f5;
  line-height: 12px;
  padding-right: 10px;
  padding-top: 4px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li h4 {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #424242;
}
ul.timeline > li span {
  float: right;
  font-size: 13px;
  color: #666;
  position: relative;
  top: 7px;
}

@media (max-width: 767px) {
	.logo-login {
	max-width: 125px;
	margin: 0 auto;
}
.login-text {
	position: relative;
	top: 0;
	transform: none;
	margin-top:10px;
	text-align: center;
}
.auth-left {
	padding: 20px;
	height: auto;
	min-height: auto;
}
.login-text h1 {
	font-size: 20px;
}
.login-text h4 {
	font-size: 15px;
	margin-bottom: 0;
}
.login-container h2 {
	font-size: 25px;
	color: #1e1d2f;
	font-weight: 700;
	margin-top: 10px;
}
}








/*leftside design*/

.page-wrapper {
	padding-left: 200px;
}
.page-wrapper.outside_base {
	padding-left: 0px;
}
.menu-wrapper {
	width: 200px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: #2a3357;
}
.navbar.navbar-expand-lg {
	margin-left: 200px;
	width: calc(100% - 200px);
}
.sidebar-logo {
	padding: 7px 20px;
	text-align: center;
	border-bottom: 1px solid #3d4771;
	height: 52px;
}
.menu-wrapper .nav-item {
	width: 100%;
	padding: 5px 10px 5px 10px;
}
.navbar-brand {
	display: none;
}
.navbar.navbar-expand-lg {
	margin-left: 200px;
	width: calc(100% - 200px);
	background: #fff !important;
	padding: 5px 10px !important;
	box-shadow: 0 2px 8px -3px rgba(0,0,0,.1);
}
.navbar-light .navbar-nav .nav-link {
	color: #868688;
}
.menu-wrapper .nav-link {
	color: #fff !important;
}
.menu-wrapper .navbar-nav .nav-link i {
	font-size: 13px;
	margin-right: 5px;
	top: 4px;
}
.page-wrapper > .sidebar {
	padding: 10px 20px 0;
	background: transparent;
	border: none;
}
.page-wrapper > .sidebar > .search-box {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px -3px rgba(0,0,0,.1);
}
.btn-primary {
	background-color: #00adef;
	border-color: #00adef;
	border-radius: 3px;
}
.btn-outline-danger {
	color: #ff5858;
	background-color: transparent;
	background-image: none;
	border-color: #ff5858;
}
.table thead th {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 500;
}
.content-area .table-widget .table {
	border-collapse: separate;
	border-spacing: 0;
}
.table-widget.table-responsive {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
.content-area .table-widget .table tr td:first-child, .content-area .table-widget .table tr th:first-child {
	border-radius: 0;
	-webkit-border-radius: 0;
}
.content-area .table-widget .table tr {
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid rgba(0,0,0,0.1);
}
.anchor-wrap:hover{
	background: #fafafa !important;
	cursor: pointer;
}
.content-area .table-widget .table tr td {
	border-bottom: 1px solid #dee2e6;
	padding: 8px 5px;
}
.content-area .table-widget .table.height-small tr td {
	border-bottom: 1px solid #dee2e6;
	padding: 4px 3px;
}
.history-table.table thead th{
	padding: 4px 3px;
}
.history-table.table thead th {
	font-size: 12px;
	color: #7c7c7c;
	font-weight: 500;
}
.subtable h5 {
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 10px;
	background: #f5f5f5;
}
.listproimg {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.listproimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn.toggle-tabs {
	border: none !important;
	box-shadow: none !important;
}
.pipelinelist {
	width: 20%;
	padding: 0 15px;
}
.file-container { position: relative; margin-top: 0px; float: left; overflow: hidden; width: 100%; } 
.card-header span { float: right; color: #da78aa; font-size: 17px; line-height: 30px; text-transform: uppercase; } 
.file-container .form-control-file { position: absolute; width: 100%; height: 100%; z-index: 99; left: 0; top: 0; opacity: 0; cursor: pointer; } 
.input-file-trigger { 
	display: block; 
	background: #17a2b8; 
	float: left; 
	color: #fff; 
	line-height: 40px; 
	padding: 0 20px; 
	position: relative; 
	max-width: 100%; 
	border-radius: 2px; 
	min-width: 170px; 
	text-align: center; 
	border: 1px solid #17a2b8; 
	cursor: pointer; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; } 
.file-return { margin: 0; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.download-wrp {
	background: #f5f5f5;
	padding: 20px;
}
.profile-left {
	padding: 10px;
}
.profile-pic {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	padding: 0 !important;
	position: relative;
	background: #f5f5f5;
}
.profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ajax-file-upload {
	display: block !important;
	text-align: center !important;
	width: 160px !important;
	margin: 10px auto !important;
	padding: 10px !important;
}
.ajax-upload-dragdrop > span {
	text-align: center;
	display: block;
	padding: 0px 0;
}
.profile-left h2 {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0px 0 5px;
	color: #242424;
}
.pro-email {
	color: #676b6c;
	font-size: 13px;
}
.pro-phone {
	color: #242424;
	font-size: 13px;
}
.profile-left li i {
	font-size: 12px;
	vertical-align: text-bottom;
	margin-right: 2px;
	top: -1px;
	position: relative;
}
.pro-option .btn{
	padding: 4px 7px;
	font-size: 12px;
}
.pro-option .btn:hover{
	opacity: .8;
}
.btn-success {
	background-color: #3ac55a !important;
	border: 1px solid #3ac55a !important;
}
.btn-secondary {
	background-color: #957eb3 !important;
	border: 1px solid #957eb3 !important;
}
.btn-dark{
	background-color: #458cfc !important;
	border: 1px solid #458cfc !important;
}
.pro-option .btn i {
	font-size: 12px;
	top: -2px;
	position: relative;
	margin-right: 3px;
}
.profile-left:hover .changeimg{
	top: 0;
	opacity: 1;
}
.changeimg {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	padding: 44px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	transition: all ease .3s;
	opacity: 0;
}

.changeimg i {
	font-size: 12px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.loadpro {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	text-align: center;
	line-height: 110px;
}
.loadpro i {
	font-size: 50px;
	position: relative;
	top: 13px;
	color: #9A9A9A;
}
.widget-heading {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.widget-heading h2 {
	border-bottom: none;
}
.widget-heading select {
	margin-top: 5px;
}

.mail-left {
	width: 400px;
	background: #fff;
	padding: 10px;
	height: calc(100vH - 160px);
	float: left;
}

.mail-left h2 {
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-top: 4px;
}
.mails-list a {
	display: block;
	padding: 7px 0px;
	color: #000;
}
.mails-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: calc(100vH - 270px);
	display: block;
	overflow-y: auto;
	width: calc(100% + 30px);
	padding-right: 10px;
}
.mail-right {
	float: left;
	width: calc(100% - 400px);
	background: #fff;
	padding: 10px;
	height: calc(100vH - 160px);
	border-left: 1px solid #dedede;
}
.mail-content {
	position: relative;
	height: 100%;
	overflow: scroll;
	padding: 15px;
}

.email-content-header h5 {
	color: #343438;
	font-size: 16px;
}
.email-content-header img{
	margin-right: 5px;
}
.btn.mail-btn {
	background: #f4f6f8;
	border-radius: 50%;
	color: #7F7F7F !important;
	float: right;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
}
.datemail {
	margin-top: 13px;
	font-size: 12px;
	color: #787878;
}
.email-content-body h1 {
	font-size: 21px;
	font-weight: 600;
	margin-top:10px;
}
.email-content-header {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.feedback-message i {
	font-size: 39px;
	line-height: 10px;
	position: relative;
	top: 9px;
}
.anchor-wrap strong {
	color: #3c4b84;
}
.btn.btn-sm.btn-outline-danger i {
	color: #ff5858;
}
.btn.btn-sm.btn-outline-primary i{
	color: #007bff;
}

.dropdown-display .dropdown-chose-list {
	height: 24px !important;
}
.mails-list li a {
	background: transparent;
}
.mails-list li.unread a {
	padding-left: 10px;
}



@media (max-width: 991px) {
.page-wrapper {
	padding: 15px !important;
	padding-top: 50px !important;
}
.navbar.navbar-expand-lg {
	margin-left: 0;
	width: 100%;
}
.menu-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	top: 50px;
	height: calc(100% - 50px);
	background: #2a3357;
}
.nav.navbar-nav.ml-auto.action-menu {
	display: block;
	margin-top: -40px;
	float: right;
	margin-right: 10px;
}
.action-menu li {
	float: left;
	display: block;
	width: 40px;
}
#navbarDropdown {
	height: 40px;
	overflow: hidden;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: none;
	left: auto;
	right: -4px;
}

}


