body{
	font-family: 'Poppins', sans-serif;
	background-color: #f4f6f9;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: transparent;
}  
.btn.pad-6.font-12>img {
    width: 20px;
    height: 20px;
}
.btn-reffered {
    color: #fff !important;
    background-color: #b59856;
    border-color: #b59856;
}
.mb-20{
	margin-bottom:20px;
}
.mr_10{
	margin-right:10px;
}
.p-0{
	padding:0;
}
.border_radius_12{
	border-radius:12px;
}
.br_tl_tr{
	border-radius: 12px 12px 0 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
svg{
	vertical-align:middle;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, 
.btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}
.bg-white {
    background: #fff;
    border: 1px solid #D8DDE5;
    box-sizing: border-box;
    border-radius: 12px;
}
.btn-primary {
    background-color: #0070cf !important;
    border-color: #0070cf !important;
    border-radius: 4px;
	color: #fff;
    box-shadow: 1px 1px 3px 1px #ccccccbf;
}

.btn-primary:hover{
	box-shadow: 0px 0px 14px 2px rgb(10 166 221 / 24%);
}

.btn-default, .btn-default:hover {
    background-color: #ffffff !important;
    color: #0070cf !important;
    border-color: #0070cf !important;
    box-shadow: 1px 1px 3px 1px #ccccccbf;
}

.btn-default:hover{
	box-shadow: 0px 0px 14px 2px rgb(10 166 221 / 24%);
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, 
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: inherit;
    background-color: rgba(21, 50, 91, 0.1);
    border-color: inherit;
}
.btn-tertiary{
	color: #0070cf !important;
	text-decoration:underline !important;
}
.employeeViewDetails_modal_text{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #53698C;
}
.employeeViewDetails_modal_text_black{
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #424242;}
/*Login*/
.login-box, .register-box {
    width: 542px;
    margin: 3% auto;
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 30px;
    border: 1px solid #d8dde5;
    border-radius: 4px;
    color: #666;
}
.login-box .login-box-body .form-group .form-control {
    height: 60px;
    border-radius: 4px;
    border-color: #d8dde5;
}
.login-box .login-box-body .form-group .form-control-feedback {
    font-size: 20px;
}
.login-box .login-box-body .form-group.has-feedback label~.form-control-feedback {
    top: 38px;
}  
.login-box .login-box-body .form-group label {
    color: #53688c;
    font-weight: normal;
}
.login-box .login-box-body .form-group .btn-primary {
    background-color: #0070cf;
    border-color: #0070cf;
    border-radius: 4px;
    color: #fff;
    height: 60px;
    font-weight: 600;
}
.process__ {  
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 40px auto;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #D8DDE5;
    box-sizing: border-box;
    border-radius: 12px;
}

.Process__header {
    padding: 6px 12px;
}
/*Login*/
.content{
	position:relative;
}
.content-wrapper{
	background-color: #f4f6f9;
	margin-top: 80px;
	position: relative;
}
.logo-lg>img:first-child {
    border-right: 1px solid #aaa;
    padding-right: 10px;
}
.skin-blue .main-header .logo {
    background-color: #ffffff;
	text-align: left;
}
.main-header .logo{
	width: auto;
    min-height: auto;
    padding: 15px 7px; 
}
.logo-lg>img {
    max-width: 170px;
    height: auto;
    /* margin: 0 auto; */
}
.logo__sm {
    max-height: 43px;
}
.navbar-toggle {
    color: #fff;
    border: 0;
    margin-top: 18px;
    padding: 15px 15px;
}
.skin-blue .main-header .logo:hover {
    background-color: #ffffff;
}
.skin-blue .main-header .navbar {
    background-color: #ffffff;
}
.main-header .navbar{
	margin-left:0px;
}
.main-sidebar {
    padding-top: 20px;
}
.main-header{
	border-bottom: 2px solid #D8DDE5;
	position: fixed;
    top: 0;
	width: 100%;
}
.navbar-nav>.user-menu .user-image {
    float: none;
    width: 40px;
    height: 40px;
}
.employee li button img {
    width: 13px;
    height: 14px;
}
.skin-blue .main-header .navbar .nav>li>a {
    color: #000;
	font-weight: 600;
    padding: 0;
}
.skin-blue .main-header .navbar .nav .dropdown-menu{
	left:auto;
	right:0;
	min-width: 308px;
}
/* .skin-blue .main-header .navbar .nav .dropdown-menu>li{
	border-bottom: 0.5px solid #D8DDE5;
} */
.skin-blue .main-header .navbar .nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    position: relative;
    min-width: 289px;
	border: none;
    padding: 0;
    border-top: 0.5px solid #d8ddef;
}
.skin-blue .main-header .navbar .nav .dropdown-menu>li>a{
	white-space: normal;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #043060 !important;
	border-bottom: 0.5px solid #D8DDE5;
	padding: 10px 20px;
}
.skin-blue .main-header .navbar .nav .dropdown-menu .dropdown-submenu .dropdown-menu>li>a{
	border-bottom: 1px solid #d8ddef;
    padding: 10px 0px 10px 40px;
}
.skin-blue .main-header .navbar .nav .dropdown-menu>li:first-child>a {
    
}
.skin-blue .main-header .navbar .nav .dropdown-menu>li:last-child>a{
	border:none;
}
.employee>li {
    margin-left: 25px;
    line-height: 80px;
}
.skin-blue .main-header .navbar .nav.employee>li>a {
    color: #000;
    font-weight: 600;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}
li.notification.dropdown>a {
    background: rgba(21, 50, 91, 0.1);
    padding: 7px 9px !important;
    border-radius: 50%;
}
.employee li .btn-default {
    color: #0070CF;
    border-color: #0070cf;
    background-color: #fff;
    border-radius: 8px;
}
.employee li .btn-success {
	background-color: #3BA63C;
    border-radius: 8px;
    border-color: #3ba63c;
}
.employee li .btn-success.hover, .employee li .btn-success:active, 
.employee li .btn-success:hover, .employee li .btn-success.focus,
.employee li .btn-success:focus, .employee li .btn-success.active.focus,
.employee li .btn-success.active:focus, .employee li .btn-success.active:hover, 
.employee li .btn-success:active.focus, .employee li .btn-success:active:focus, 
.employee li .btn-success:active:hover, .employee li .open>.dropdown-toggle.btn-success.focus, .employee li .open>.dropdown-toggle.btn-success:focus, 
.employee li .open>.dropdown-toggle.btn-success:hover {
    background-color: #3BA63C;
    border-color: #3ba63c;
}
.employee li.notification .btn-default {
   color: #000 !important;
    border-color: transparent !important;
    border-radius: 50%;
    background: rgba(21, 50, 91, 0.1) !important;
    padding: 6px 10px;
}
.skin-blue .main-header .navbar .nav.employee>li>a:hover,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav>li>a:focus {
    background:#fff !important;
    color: #000 !important;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
	top:90px;
}
li.dropdown-submenu.open>.dropdown-menu {
    position: relative;
	border: none;
    padding: 0;
}
li.dropdown-submenu.open>.dropdown-menu>li>a {
    font-size: 14px !important;
    padding: 5px 0px 5px 50px !important;
}
li.dropdown-submenu.open>a i {
    transform: rotate(90deg);
}
.employee>li>.dropdown-menu {
    border: 1px solid #D8DDE5;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px rgb(67 67 67 / 25%);
    border-radius: 12px !important;
	padding: 10px 0px !important;
	right: -25px !important;
	overflow-y: scroll;
    max-height: 300px
}
.employee>li>.dropdown-menu:before{
	content: "";
    width: 0;
    height: 0;  
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    right: 30px;
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: drop-shadow(0px -4px 5px #43434340);
}
.user-menu>.dropdown-menu li a {
    color: #434343 !important;
}
.user-menu>.dropdown-menu li a img {
    
}
.notification .dropdown-menu li>h5,.Settings .dropdown-menu li>h5,
.task .dropdown-menu li>h5 {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
	border-bottom: 0.5px solid #D8DDE5;
}
/* .notification>.dropdown-menu li:first-child,.Settings>.dropdown-menu li:first-child,
.task>.dropdown-menu li:first-child{
	border-bottom: 0.5px solid #D8DDE5;
} */
/* .notification>.dropdown-menu li,.Settings>.dropdown-menu li,
.task>.dropdown-menu li{
	border-bottom: 0.5px solid #D8DDE5 !important;
} */
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #ffffff;
    color: #424242;
	box-shadow: 6px 0px 6px rgb(71 71 71 / 5%);
}
.sidebar-menu>li{
	border-bottom:none;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: auto;
}
.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
    display: block;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #ffffff;
}
.skin-blue .sidebar a,.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #424242;
    /*font-family: Poppins;*/
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
	padding: 10px 5px 10px 15px;
}
.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #0070cf;
    background: #e5f0fa;
}
.skin-blue .sidebar-menu .treeview-menu>li>a{
	padding-left:50px;
	border: none;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #0070CF;
    background: rgb(230 240 255); 
    border-radius: 0px 30px 30px 0px;
}
.skin-blue .sidebar-menu>li>a>svg {
    vertical-align: middle;
	width: 20px;
    height: 20px;
	margin-right: 10px;
}
.skin-blue .sidebar-menu>li:hover>a>svg path,.skin-blue .sidebar-menu>li.treeview.menu-open>a>svg path {
    fill: #0070cf !important;
}
.sidebar .don_no {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    width: 100%;
}
.sidebar .don_no li a {
    display: block;
    position: relative;
	padding-right: 16px;
    padding-left: 15px;
}
 
.small-box:hover {
    text-decoration: none;
    color: #000000;
	box-shadow: 0px 0px 14px 2px rgb(10 166 221 / 24%); 
}
.small-box .icon {
    position: relative;
    float: left;
    width: 40%;
	top:0;
	text-align:center;
}
.small-box .icon img {
	max-width: 90px;
    width: 90px;
    height: 90px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.small-box>.inner {
    float: right;
    width: 59%;
}
.small-box .small-box-footer {
    color: #0070cf;
    background-color: transparent;
	text-align: left;
    padding-left: 0;
}
.small-box .small-box-footer:hover {
    color: #0070cf;
    background: transparent;
}
.table-bordered {
    border: 1px solid #d8dde5;
}
.table.table-bordered>thead {
    background: #53698C;
    color: #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
	text-align:center;
}
.table.table-bordered>tbody>tr>td,.table.table-bordered>tfoot>tr>td{
    border-bottom: 1px solid #d8dde5;
	color: #043060;
	background-color: #fff;
}
.table.table-bordered>tfoot>tr>td:nth-child(odd){
	background-color: #fff18e;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #53698c;
    border-color: #53698c;
}
div#link-add, div#edit-data {
    overflow: auto;
    border: 1px solid #53698c;
    padding: 20px 0 8px;
}
.header-control{
	background-color:#f4f6f9;
	color: #043060;
    font-size: 30px !important; 
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
.border-header {
    color: #06aed5;
}
.border-header:after {
    border-bottom: 1px solid #06aed5 !important;
}
.changpassdiv {
    border: 1px solid #d8dde5;
    background: #f4f6f9;
    border-radius: 8px;
}
/* .fade.in {
    opacity: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
} */
.progress {
    height: 10px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #EBEBEB;
}
.progress .progress-bar.progress-bar-primary, 
.progress>.progress-bar.progress-bar-primary {
    background-color: #0070CF;
    border-radius: 12px;
}
.SPB .caption h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #043060;
}
.SPB .caption>p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #043060;
}
.modal-content{
	border-radius: 12px;
}
.modal-header {
    border-bottom-color: #15325b;
    background: #15325B;
    color: #fff;
	border-radius: 8px 8px 0 0;
}
button.close {
    color: #fff !important;
    opacity: 1;
    font-size: 2.5rem;
}
.employeeViewDetails .table>thead>tr>th {
    border: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #53698C;
}
.employeeViewDetails .table>tbody>tr>td{
	border: 0;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #424242;
}
.details_wrap {
    background: #FFFFFF;
    border: 1px solid #D8DDE5;
    box-sizing: border-box;
    border-radius: 12px;
    padding-top: 15px;
    margin-top: 20px;
}
.like_comment_div {
    display: flex;
    flex-direction: row;
	padding-bottom: 10px;
    border-bottom: 1px solid #D8DDE5;
	
}
.like, .comment {
   flex-basis: 33%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #53698C;
}
.like_comment_div svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.comment_input_div {
    display: flex;
    flex-wrap: nowrap;
}
.comment_input_div>img {
    max-width: 30px;
   border-radius: 22px;
	margin-right: 10px;
}
.comment_input_div>.form-control {
    background: #F4F6F9;
    border: 1px solid #D8DDE5;
    box-sizing: border-box;
    border-radius: 22px;
}
.details_wrap_description h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #043060;
	margin-top: 0px;
}
.details_wrap_description p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}
.has-search .form-control-feedback {
	right: 7px;
    /* left: 0; */
    color: #fff;
    padding: 0;
    border-radius: 50%;
    top: 5px;
	pointer-events:auto;
}

.has-search .form-control {
    padding-right: 34px;
    padding-left: 16px;
	border-radius: 32px;
	height:44px;
}
.Add_Donor,.Add_Beneficiary,.Add_Project,.Add_Member,.Add_Qurbani_Receipt,
.Add_Approved_Voucher,.Add_Employee,.Add_Task,.Add_Vendor,.Add_Role,.Add__button,.Add_QurbaniAreaAllotment{
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 9;
}
.Add_Voucher,.Add_Receipt{
	 position: fixed;
    bottom: 25%;
    right: 5%;
    z-index: 9;
}
.Add_Donor .btn,.Add_Beneficiary .btn,.Add_Project .btn,.Add_Member .btn,
.Add_Receipt .btn,.Add_Qurbani_Receipt .btn, .Add_Approved_Voucher .btn,.Add_Voucher .btn,.Add_Employee .btn,
.Add_Task .btn,.Add_Vendor .btn,.Add_Role .btn,.Add__button .btn,.Add_QurbaniAreaAllotment .btn{
	position: relative;
	display: inline-block;
  padding: 15px;
  background-color: blue;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  box-shadow: 0px 4px 8px rgb(71 71 71 / 43%);
}
.Add__family__ .btn{
	position: relative;
	display: inline-block;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  border: 1px solid #0070cf !important;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  box-shadow: 0px 4px 8px rgb(71 71 71 / 43%);
}
.Add_Donor .btn span, .Add_Beneficiary .btn span, .Add_Project .btn span,
.Add_Member .btn span,.Add_Receipt .btn span,.Add_Qurbani_Receipt .btn span,.Add_Approved_Voucher .btn span,
.Add_Voucher .btn span,.Add_Employee .btn span,.Add_Task .btn span,
.Add_Vendor .btn span,.Add_Role .btn span,.Add__button .btn span,.Add_QurbaniAreaAllotment .btn span{
	max-width: 0;
	display: inline-block;
	-webkit-transition: color .25s 1.5s, max-width 2s;
	transition: color .25s 1.5s, max-width 2s;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	color: white;}
.Add__family__ .btn span{
	max-width: 0;
	display: inline-block;
	-webkit-transition: color .25s 1.5s, max-width 2s;
	transition: color .25s 1.5s, max-width 2s;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	color: #043060;}
.Add_Donor .btn:hover span, .Add_Beneficiary .btn:hover span, 
.Add_Project .btn:hover span,.Add_Member .btn:hover span,.Add_Receipt .btn:hover span,.Add_Qurbani_Receipt .btn:hover span,
.Add_Approved_Voucher .btn:hover span,.Add_Voucher .btn:hover span,
.Add_Employee .btn:hover span,.Add_Task .btn:hover span,.Add_Vendor .btn:hover span,
.Add_Role .btn:hover span,.Add__button .btn:hover span,.Add_QurbaniAreaAllotment .btn:hover span{
	max-width: 300px;
	color: white !important;
	}
	.Add__family__ .btn:hover span{
	max-width: 300px;
	color: #043060 !important;
	}
	.modal.in .modal-dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		
	}
.Add_Approved_Voucher .btn.btn-default,.Add_Qurbani_Receipt .btn.btn-default {
    border: 1px solid #0070cf;
}
.Add_Approved_Voucher .btn.btn-default span,.Add_Qurbani_Receipt .btn.btn-default span{
	color:#0070cf !important;
}
.Add_Approved_Voucher .btn.btn-default:hover span,.Add_Qurbani_Receipt .btn.btn-default:hover span{
	color:#0070cf !important;
}  
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #043060;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #043060;
    color: #fff;
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 767px) {
	.employee {
		float: none !important;
	}
	.sidebar-mini.sidebar-collapse.sidebar-open .main-sidebar,.sidebar-mini.sidebar-open .main-sidebar {
		/* transform: translate(11px, 0px); */
		/* width: auto !important; */
	}
	.main-sidebar {
		-webkit-transform: translate(0px, 0);
		-ms-transform: translate(0px, 0);
		-o-transform: translate(0px, 0);
		transform: translate(-230px, 0);
	}
	.sidebar-mini.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		z-index: 850;
	}
	.content-wrapper, .main-footer {
		margin-left: 0px;
	} 
	.content-wrapper {
		margin-top: 130px;
	} 
	.small-box .icon {
		display: block;
	}
	.sidebar-mini .don_no li:first-child{
		
	}
	.sidebar-mini.sidebar-open .don_no li:first-child{
		display:block;
	}
	.skin-blue .sidebar-menu>li>a>span {
		visibility: hidden;
	}
	.skin-blue.sidebar-open .sidebar-menu>li>a>span {
		visibility: visible;
	}
	.login-box, .register-box {
		width: 90%;
		margin-top: 20px;
	}
	.modal.in .modal-dialog{
		min-width:75%;
	}
	.visible-xss{
		display:inline-block !important;
	}
	.employee>li{
		margin-left:12.5px;
		margin-right:12.5px;
		border-bottom:1px solid #e7e7e7;
	}
	.modal.fade .modal-dialog{
		position:relative;
		left:auto;
		top: auto;
		-webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
	}
	.modal.in .modal-dialog{
		position:relative;
		left:auto;
		top: auto;
		-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
	}
}
@media screen and (min-width: 768px) {
	.visible-xss{
		display:none !important;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar{
		width: 70px!important;
	}
	.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .right-side{
		margin-left:70px !important;
	}
	.sidebar-mini.sidebar-collapse .don_no li{
		display:none;
	}
	.sidebar-mini.sidebar-collapse .don_no li:last-child{
		display:block;
	}
	
}
@media only screen and (min-width:320px) and (max-width:375px){
	.logo-lg>img {
		max-width: 115px;
	}
	
}
@media only screen and (min-width:376px) and (max-width:411px){
	.logo-lg>img {
		max-width: 150px;
	}
	
}
.sidebar-mini.sidebar-collapse.sidebar-open .main-sidebar {
   
    width: auto !important;
    z-index: 850;
}
.add_button {
    padding: 7px 16px;
    color: #fff !important;
    display: inline-block;
    background-color: #0070cf !important;
    border-color: #0070cf !important;
    border-radius: 4px;
}
/* new share btn */
.c-share {
	position: absolute;
    width: 3.4375em;
    height: 3.4375em;
    right: 40px;
    top: 92px;
    z-index: 999;
}
 .c-share__input {
	 display: none;
}
 .c-share__input:checked ~ .c-share__toggler .c-share__icon {
	 transition: 0s;
	 width: 0;
	 height: 0;
	 color: #043060;
}
 .c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
	 transform: rotate(-45deg);
}
 .c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
	 transform: rotate(45deg);
}
 .c-share__input:checked ~ .c-share_options {
	 width: 15.0625em;
	 height: 15.5em;
	 border-radius: 0.3125em;
	 overflow:auto;
}
 .c-share__input:checked ~ .c-share_options::before, .c-share__input:checked ~ .c-share_options li {
	 transition: 0.3s 0.15s;
	 opacity: 1;
	 transform: translateY(0);
}
 .c-share__toggler, .c-share_options {
	 position: absolute;
	 right: 0;
	 width: inherit;
	 height: inherit;
	 border-radius: 50%;
	 background-color: #fff;
}
 .c-share__toggler {
	 cursor: pointer;
	 z-index: 1;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .c-share__icon {
	 position: relative;
	 left: -0.3125em;
	 width: 0em;
	 height: 0em;
	 border-radius: 50%;
	 color: #043060;
	 background-color: currentColor;
	 box-shadow: 0.625em -0.625em, 0.625em 0.625em;
	 transition: 0.1s 0.05s;
}
 .c-share__icon::before, .c-share__icon::after {
	 content: "";
	 position: absolute;
	 width: 0em;
	 height: 0em;
	 background-color: currentColor;
	 transition: 0.1s;
}
 .c-share__icon::before {
	 top: 0.1875em;
	 left: 0.1875em;
	 transform-origin: bottom left;
	 transform: rotate(45deg);
}
 .c-share__icon::after {
	 top: -0.125em;
	 left: 0.03125em;
	 transform-origin: center;
	 transform: rotate(-45deg);
}
 .c-share_options {
	 list-style: none;
	 margin: 0;
	 padding: 1.0625em 1.25em;
	 box-sizing: border-box;
	 overflow: hidden;
	 transition: 0.2s;
	 box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3);
}
 .c-share_options::before {
	 content: attr(data-title);
	 display: block;
	 margin-bottom: 1.25em;
	 font-weight: 700;
}
 .c-share_options li {
	 font-size: 0.875em;
	 color: #464646;
	 cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.c-share_options li a{
	color: #043060 !important;
	font-weight:500;
}
 .c-share_options li:not(:last-child) {
	 margin-bottom: 0.75em;
}
 .c-share_options::before, .c-share_options li {
	 opacity: 0;
	 transform: translateY(0.625em);
	 transition: 0s;
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon .fa-link:before{
	content:"\f00d";
}
 @media screen and (max-width: 767px){
	 .c-share {
		right: 42px;
		top: 35px;
	}
 }
 
/* new share btn */