
/*===== Universal ====*/
.inner_page_sec
{
	padding: 40px 0;
}
.min_height_only
{
	min-height: 500px;
}
.comman_submit_btn
{
	    border: none !important;
    font-size: 16px !important;
    color: #fff !important;
    background: #337117 !important;
    outline: none !important;
    padding: 12px 10px !important;
    border-radius: 2px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    width: 100% !important;
    max-width: 260px;
}


.comman_form_area
{
	    background: #f9f9f9 !important;
    border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
}
.comman_form_area .f_header {
    background: #de7c1b;
    padding: 7px 15px;
    font-size: 20px;
	margin: 0 0 17px 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
}

.filter_form_area
{
	margin-bottom: 20px;
}
.comman_modal_style .modal-header
{
	background-color: #e87907;
    color: #fff;
	padding: 8px 15px;
}
.comman_modal_style .modal-header .close
{
	opacity: 1;
	color: #fff;
}
.comman_modal_style .modal-content
{
	border-radius: 0;
}
.comman_modal_style
{
	
}

.mega_ul
{
	max-width: 800px !important;
	width: 100%;
}
.stellarnav > ul > li:last-child a
{
	padding-right: 0;
}
.stellarnav > ul > li > a:hover
{
	color: #e87907;
}
.stellarnav.desktop > ul > li.mega > ul > li > a:hover
{
	color: #fff !important;
	    background: #337117;
}


#home_page_sec
{
	background: #fff;
	padding: 50px 0 30px 0;
}
.home_box {
    min-height: 394px;
	border: 2px solid #337117;
	transition-duration: 0.3s;
}
.home_box .info-title
{
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
}
.home_box p
{
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.home_box .icon
{
	margin: 0 auto;
    width: 70px;
    height: 70px;
    border: 2px solid #337117;
    border-radius: 50%;
    text-align: center;
    margin-top: -54px;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.home_box:hover,
.home_box:hover .icon
{
	 border: 2px solid #EB5609;
	transition-duration: 0.3s;
	background: #fff;
}

.my_profile_form_area
{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
    border: 1px solid #ccc;
}
.my_profile_form_area h2.f_title
{
	    background: #de7c1b;
    padding: 8px 25px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    margin: 0;
}
.page_head_box h2
{
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #111;
}
.page_head_box h2 span
{
	color: #e87907;
}

.invoice-login-form .form-horizontal .form-content
{
	background: #f9f9f9 !important;
    border: 1px solid #ccc;
}
.form-horizontal.invoice_edit_form .form-group
{
	margin-right: 0px;
    margin-left: 0px;
}
.invoice_edit_form .form-control
{
	padding: 5px 15px 6px 15px;
	
	font-size: 17px;
	color: #9a9393;
	border: 1px solid #acacac;
	
	border-radius: 0;
}
.l_frm_box
{
	min-height: 300px;
}
.l_form_left 
{
	padding: 20px;
}
.l_form_left_main
{
	padding: 0;
	background: #fff;
}
.l_form_right_main
{
	background: #e87907;
	padding: 40px 15px 10px 15px;
}
.l_form_right h2
{
	font-size: 25px;
  
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
    font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}
.l_form_right a
{
	font-size: 16px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    width: 194px;
    margin: 0 auto;
}
.l_form_right h2 span
{
	display: block;
	font-size: 20px;
}


.invoice_edit_form input[type="text"],
.invoice_edit_form input[type="email"],
.invoice_edit_form input[type="number"],
.invoice_edit_form input[type="tel"],
.invoice_edit_form select
{
	
}
/*==== comman_form_style =====*/

.comman_form_style .form-control
{
	border-radius: 0;
	background: #fff;
    box-shadow: none;
    padding: 0 15px;
   
    transition: all 0.3s ease 0s;
    border: solid 1px #d1d1d1;
	resize: none;
}
.comman_form_style input[type="text"],
.comman_form_style input[type="email"],
.comman_form_style input[type="number"],
.comman_form_style input[type="tel"],
.comman_form_style select
{
	 height: 40px;
}
/*========= footer_sec ==========*/
.footer_sec
{
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.footer_sec p
{
	text-align: center;
	font-size: 13px;
	color: #444;
	padding: 0;
	margin: 0;
}




.login_page_sec
{
	    padding: 60px 0 10px 0;
    background: #e8e8e8;
}

.genetate_invoice_area
{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.genetate_invoice_area .generate_inv_form h3
{
	       background: #de7c1b;
    padding: 9px 25px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
	    margin: 0 0 0 0;
	    text-align: center;
}
.generate_inv_form
{
	padding: 0 0px;
	    background: #eaeaea;
    border: 1px solid #ccc;
}
.i_form_inner
{
	padding: 20px 15px;
}
.generate_inv_form .form-control
{
	border-radius: 0;
	background: #fff;
    box-shadow: none;
    /*padding: 0 20px 0 45px;*/
   
    transition: all 0.3s ease 0s;
    border: solid 1px #d1d1d1;
	resize: none;
}
.generate_inv_form input[type="text"],
.generate_inv_form input[type="email"],
.generate_inv_form input[type="number"],
.generate_inv_form input[type="tel"],
.generate_inv_form select
{
	 height: 40px;
	    padding: 0 15px;
	    background: #f5f5f5;
}


.add_employee_modal
{
	
}
.add_employee_modal .modal-header .close
{
	opacity: 1;
	color: #000;
}
.add_employee_modal .modal-content
{
	border-radius: 0;
}
.full_f label
{
	text-align: left;
}


.export-top-input-form label {
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: left;
}

.emp_kyc_tablist
{
	
}
.emp_kyc_tablist .nav-tabs>li>a
{
	background: #ccc;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
	color: #000;
}
.emp_kyc_tablist .nav-tabs
{
	margin-bottom: 10px;
	    border-bottom: none;
}
.emp_kyc_tablist .nav-tabs>li.active>a, 
.emp_kyc_tablist .nav-tabs>li.active>a:focus, 
.emp_kyc_tablist .nav-tabs>li.active>a:hover
{
	background: #458828;
    color: #fff;
}