.panel_heading {
    background: #f6f6f6;
    border-radius: 5px 5px 0 0 !10px 15px !important;
    position: relative;
    border-bottom: 2px solid #ffbd2e;
	padding:10px 15px !10px 15px !important;
}
.panel_title {
    color: #33353F;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
    font-size: 17px;
	margin:0;
}
.panel_footer {
	border-radius: 0 0 5px 5px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
.card_body{
	padding:15px 8px 0px 8px;
}
.main_header {
    padding: 10px 25px;
    background: #ffffff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
.form-label span{
	color:red;
}

.headers_line {
    margin: 0px;
    line-height: 27px;
    padding: 0;
    color: #ffbd2e;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.tabs_btnn{
	background: none !important;
    color: #000 !important;
	padding:8px 5px !important;
}
.actions_edit {
   
    background: #15ca20 !important;
    border: 1px solid #15ca20 !important;
    color: #fff !important;
}
.actions_delete {
   
    background: #f62718 !important;
    border: 1px solid #f62718 !important;
    color: #fff !important;
}