.btn.approve_btn{
	padding: 3px 0px;
    margin-left: 5px;
    min-width: 65px;
    background-color: #275059;
    border: 1px solid #275059;
}
#school_photo_fr #user_img_editor .cropit-preview{
	border-radius:unset;
	width: auto !important;
}
.site-header .top-navbar .mailbox {
    width: 350px;
}
.site-header .top-navbar .mailbox ul {
    padding: 0;
}
.site-header .top-navbar .mailbox ul li {
	overflow-y:auto;
    list-style: none;
}
.mailbox ul li .drop-title {
    color: black !important;
}
.mailbox ul li .drop-title {
    font-weight: 500;
    padding: 11px 20px 15px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    color: #fff;
}
.dropdown-menu li {
    font-size: 14px;
    padding: 5px 15px;
}
.mailbox .header-notify {
    height: 200px;
    position: relative;
}
.notification-dropdown .header-notify {
    height: auto!important;
    max-height: 200px;
}
.mailbox .header-notify a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}
.weigth-700 {
    font-weight: 700;
}
.site-header .top-navbar .dropdown-toggle:after {
    display: none;
}
.site-header .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
}
.notification .badge {
	position: absolute;
    top: -13px;
    right: 0px;
    padding: 2px 4px;
    border-radius: 50%;
    background: red;
    color: white;
}
.notify {
    position: relative;
    top: -22px;
    right: -8px;
}
span.heartbit {
    right: -5px !important;
    top: -18px !important;
}
.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #FFC06A;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.p-panel-default .panel-title{
    font-size:18px;
}
.p-table tbody td{
    position:relative;
}
#ProductionPurchaseForm .formError{
    left: 0px!important;
    
}
.view-details-table > td{
    padding: 10px 0px;
}
#line_item_products tr:not(.view-details-table).no_record_tr{
    background:none;
}
.p-panel-default .panel-title .fa{
    font-size: 15px;
    margin-right: 5px;
}
#line_item_products tr:not(.view-details-table){
        border-bottom: 1px solid #dee2e6;
        
}
#line_item_products tr.view-details-table tr{
        background: white;
}
.fa.view_detail_btn{
    font-size: 16px;
    cursor: pointer;
}
.p-panel-default-inner{
    border: 1px solid #e7e7e7;
    padding: 20px;
}
td.product_name{
    width:200px;
}
.form-control.quantity_line_item{
    width:80px;
    height: 34px;
}
.table.p-table th,.table.p-table tr:not(.view-details-table) td {
    border-top: 0;
}
.panel-group .panel.p-panel-default{
    margin-bottom:10px;
}
.p-panel-heading .panel-title{
    /*border-bottom: 1px solid #e7e7e7; */
    /* margin: 0px 10px; */
    /* margin-left: 10px; */
    padding-left: 0;
    margin-bottom: 0px;
    padding: 10px 20px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    background: #eee;
}
.btn.btn-add:active,.btn.btn-add:focus{
        color: white;
}
.p-row{
    padding: 0;
    display: inline-block;
}
.field_wrapper{
    padding: 0px 15px;
}
.add_button .fa-plus-square{
    font-size: 25px;
    color: #cecece;
}
label.PastExperienceLabel{
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
a.delete_selected_btn.disabled{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}
a.navbar-toggler{
	float:left;
}
a.navbar-toggler::after{
	top:2px;
}
div.switch_text{
	width: 100px;
    float: left;
    font-weight: bold;
}
#switch_to_production,#switch_to_distribution,#switch_to_store{
	max-width: 300px;
}
.skills_outer{
	border: 1px solid #eee;
    margin: 10px 5px;
    padding: 20px 5px;
}
.skills_inner{
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.user_skills{
	margin-top:10px;
}
.checkbox-from-group{
	display: inline-table
}
input[type=checkbox].c-checkbox {
    display: none;
}
.outer-form-group input[type="checkbox"].c-checkbox + label {
    margin-bottom: 10px;
}
input[type=checkbox].c-checkbox + label {
    display: block;
    cursor: pointer;
}
input[type=checkbox].c-checkbox:checked + label:before {
    background-color: #13487c;
    border-color: #13487c;
    color: #fff;
}
input[type="checkbox"].c-checkbox + label::before {
    content: "\f00c";
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-family: 'Font Awesome\ 5 Free', FontAwesome;
}
.outer-form-group{
	float: left;
    display: inline-block;
}
.location-form-group .select2-container .select2-selection--single{
	height: 34px; 
}
.location_idformError{
	left:0!important;
}
.location-form-group span.select2-container{
	
	min-width:400px;
}
.required_star{
	color:red;
}
.nav-item.active a{
	color: #F89C1B;
}
th.sorting a{
	color:black;
}
th.sorting a .fa{
	margin-left: 5px;
}
.uk-notification div.uk-notification-message {
	font-size: 14px;
	font-weight: 500 !important;
	text-transform: capitalize;
	box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 3px !important;
	padding: 10px 15px;
}
.uk-notification .uk-notification-message-success {
	color: #fff;
	background: #32d296;
}
.uk-notification-message-warning {
	background: #faa05a;
	color: #fff;
}
.uk-notification-message-danger {
	background: #f0506e;
	color: #fff;
}
.uk-close,.uk-notofication-close,.uk-close:hover,.uk-notofication-close:hover{
	color:white;
}
.customControlInlineformError {
	left:-10px!important;
}

/************************Shyam code start here *********************/
.custom-flat-icon:before {
    font-family: 'FontAwesome';
    content: attr(data-fa-icon);
}
.isRecurringDiv{
    margin: 7px;
}
/************************Shyam code ends here **********************/
/*new code*/
.py_seperator{
	border-bottom: 1px solid #000000;
    width: 100%;
}
.details_withdraw{
	font-size: 20px;
    font-weight: 500;
    color: #275059;
}
.detailnames{
	font-size: 17px;
    color: #275059;
}
.names{
	font-size: 16px;
}
.status_row{
	font-size: 20px;
    font-weight: 500;
    color: #275059;
}
.form_change_status{
	font-size: 16px;
    color: black;
}
.btn_status{
	color:#275059;
}
.form-status{
	padding-top:7px;
}
/*new code*/
.sidebar_new {
	width: 245px;
	background: #fff;
	left: 0;
	top: 0;
	box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	-ms-box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	-webkit-box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	backface-visibility: hidden;
	overflow: auto;
	height: auto;
	bottom: 0;
}
.sidebar_new ul{
	padding: 0;
	list-style: none;
}
.sidebar_new > ul{
	height:auto;
	padding-bottom: 20px;
    padding-top: 20px;

}
.sidebar_new > ul > li > a{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}
.sidebar_new > ul > li > a.active{
	border-bottom-color: transparent;
}
.sidebar_new ul li a{
		color: #333;
	font-weight: 400;
	display: block;
}
.sidebar_new ul li a:hover{
	color: #F89C1B;
}
.sidebar_new ul li{
	padding: 0px 15px;
	position: relative;
}
.pic li
{
    display:inline-block;
    list-style-type:none;
}
 .profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}
#profileimg {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.edit_profile_img{
    color: #275059;
    cursor: pointer;
    padding-left: 6px;
}
.withdrawal-label label{
    font-weight: 600;
    font-size: 16px;
	color:black;
}

.change_pass{
    font-weight: 600;
    font-size: 16px;
}
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
	min-width:300px;
}

.tooltip.top{
    margin-top:-2px
}
.tooltip.right{
    margin-left:2px
}
.tooltip.bottom{
    margin-top:2px
}
.tooltip.left{
    margin-left:-2px
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid white !important;
	color: white!important;
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid white !important;
	background-color: white!important;
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid white !important;
	color: white!important;
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid white !important;
	background-color: white!important;
}
.tooltip-inner{
    max-width:900px;
    padding:3px 8px;
    color:black;
    text-align:center;
    text-decoration:none;
    background-color:rgba(255,255,255,1) !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0
}
.withdrawtip
{
	color:#275059 !important;
	padding-right:3px;
}
.camp{
	font-size:15px;
	color:black !important;
	font-weight:500;
}
.texttip{
	font-size:11px;
	color:grey !important;
	font-weight:500;
}
.heading
{
	font-size:25px;
	color:black;
	font-weight: 400;
}
.status_text{
	width: 80%;
    border: 1px solid grey;
}
.notification-dropdown .header-notify{
    height: auto!important;
    max-height: 200px;
}
@media (max-width: 462px) {
	.filter_tags{
		display:grid;
	}
}
@media (max-width: 767px) {
	.site-header .top-navbar .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.site-header .top-navbar .navbar-nav>.nav-item>.nav-link {
		padding-left: 0.50rem;
		padding-right: 0.50rem;
	}
	.site-header .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
		width: 100%;
		margin-top: 0;
	}
	.site-header .top-navbar .navbar-nav .dropdown-menu {
		position: absolute;
	}
}
.btn-back1{
	font-size: 16px;
    border-radius: 3px;
    padding: 8px 10px;
    font-weight: 600;
}div#withdraw_request.withdraw_request_reason.modal{		z-index: 10001;	    padding-top: 70px;		background:unset;}


.header .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 15px;
    line-height: 40px;
}
button.close.close_modal{
	outline:none;
}