/* common model popup outbox css 
.ommon_model_popup .modal{
    z-index: 10000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto ;
    overflow-y: scroll;
    overflow-x: auto;
    display: none;
    
}
.common_model_popup .modal-parent {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.common_model_popup .modal-container {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.common_model_popup .modal-contnet {
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 20px 0;
    color: #fff;
}
.common_model_popup .modal-text {
    padding: 20px 10px;
    font-size: 12px;
    display: block;
    background-color: #fff;
    float: left;
    border: 1px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
}
.popup_padding_0px
{
	padding: 0px;
}
.common_model_popup label
{
    color: #4b4b4b;
}
.common_model_popup .common_header_popup
{
    padding: 10px 5px;
    float: left;
    width: 100%;
    background-color: #10a9f5;
    border: 1px solid #10a9f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
 common model popup outbox css END

 popup search box and close tag 

.search_flied{
	padding: 5px;
}
.common_popupsearch
{
	width: 100%;
    float: left;
    overflow: hidden;
    float: none;
    margin: 0 auto;
}
.navbar_popupsearchmenu[type=text] {
    width: 30px;
    box-sizing: border-box;
    border:none;
    float:right;
    background-image: url(../images/navbar_search.svg);
    background-position: 30px 15px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 20px;
    cursor: pointer;
}
.navbar_search_span_width {
    padding-top: 5px;
}
 input::placeholder {
  opacity: 0.4;
}
.navbar_popupsearchmenu[type=text]:focus {
    width: 100%;
    border-radius: 4px;
    outline: none;
    background-position: 17px 12px;
    background-color: #fff;
}
.common_popupclose {
	cursor: pointer
}
.common_popupclose img {
	margin-top: 15px;
}
 popup search box END 
 popup input filed 
.popup_header_lable label {
	float: left;
	left: 15px;
	font-size: 20px;
    color: #ffffff;
}
#create-invoice input {
	text-align: left;
}
#create-invoice option {
	text-align: left;
}
.gst_identification_number {
	width: 50%;
    margin: 0 auto;
    padding-bottom: 15px;
}
popup input filed END
popup input button 
.popup_button {
	text-align: right;
	padding: 12px;
}
#create-invoice .slimScrollDiv {
	position: initial !important;
    overflow: hidden;
    width: auto;
    float: left;
}
popup input button END 
company popup css
#company_branch_lists .modal-contnet {
    width: 40%;
}
#company_bank_lists .modal-contnet {
    width: 40%;
}
company popup css END
products model popup css
#model_new_familes .modal-contnet {
    width: 40%;
}
products model popup css END
sales invoice and qutoes model popup css
#create-invoice .modal-contnet {
    width: 45%;
}
sales invoice and qutoes model popup css
model popup label style
.popup_label_style {
	position: absolute;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}
model popup label style*/
/* New Common Modal PopUp Css Starts */
.modal .modal-parent .modal-container .datepadding0px {
    padding : 0px;
}
.modal {
	z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    overflow: auto;
    overflow-y: scroll;
    overflow-x: auto;
    display: none;
    cursor:pointer;
}
.modal-parent {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.modal-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.modal-contnet {
    width: 450px;
    display: inline-block;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius : 10px;
    padding-bottom:10px;
}
.modal-text {
    font-size: 12px;
    display: block;
    text-align: left;
    line-height: 20px;
}
/* popup header box Start */
#add_gstin_no .modal_header_content{
	padding: 5px 15px 10px 0px;
    float: left;
    width: 100%;
    background-color: #10a9f5;
    border: 1px solid #10a9f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal_header_content {
    padding: 10px 15px 10px 0px;
    float: left;
    width: 100%;
    background-color: #10a9f5;
    border: 1px solid #10a9f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal_header_content .popup_header_lable label {
	float: left;
	left: 20px;
	font-size: 20px;
    color: #ffffff;
    padding-top: 10px;
    color: #fff;
}
.popup_header_buttons {
	padding:0px;	
}
.popup_header_buttons a {
	float : right;
}

/* popup search box and close tag */

.search_flied {
	padding: 5px;
}
.common_popupsearch {
	width: 100%;
    float: left;
    overflow: hidden;
    float: none;
    margin: 0 auto;
}
.navbar_popupsearchmenu[type=text] {
    width: 30px;
    box-sizing: border-box;
    border:none;
    float:right;
    background-image: url(../images/navbar_search.svg);
    background-position: 30px 15px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 20px;
    cursor: pointer;
}
.navbar_search_span_width `{
    padding-top: 5px;
}
 input::placeholder {
  opacity: 0.4;
}
.navbar_popupsearchmenu[type=text]:focus {
    width: 100%;
    border-radius: 4px;
    outline: none;
    background-position: 17px 12px;
    background-color: #fff;
}
.modal_header_content a {
	cursor: pointer
}
.modal_header_content a img {
	margin-top: 15px;
}

/* popup search box END */

/* popup header box End */

/* popup content box Start */

.modal_body_content {
	padding:20px 5px 0px 5px;
	width : 100%;
	float : left;
}

/* popup content box End */

/* modal footer content Start */

.modal_footer_content {
	text-align: right;
	padding: 10px;
	color : #ffffff;
}

/* modal footer content END */

/*sales invoice and qutoes model popup css*/
#create-invoice .slimScrollDiv {
	position: initial !important;
    overflow: hidden;
    width: auto;
    float: left;
}
#create-invoice .modal-contnet {
    width: 50%;
}

/* Create Recurring Starts */

/* Create Recurring Ends */

/*sales invoice and qutoes model popup css*/

/*company popup css*/

#company_branch_lists .modal-contnet {
    width: 50%;
}
#company_bank_lists .modal-contnet {
    width: 50%;
}
#add_gstin_no .modal-contnet {
    width: 50%;
}

/*company popup css END*/

/* New Common Modal PopUp Css Ends */

/* Common Alert Message Starts */

#myModal .modal-contnet {
	width: 30%;
	margin : 0 auto;
}
#myModal .modal_body_content {
    padding: 30px 0px;
}
#myModal .modal-contnet, #delete-product .modal-contnet {
    width: 70%;
    margin : 0 auto;
}
#modal_create_recurring .modal-contnet, 
#modal_copy_invoice .modal-contnet{
	 margin-top : -120px;
}
#modal_quote_to_invoice .modal-contnet,
#modal_copy_quote .modal-contnet{
	width: 30%;
    margin-top : -100px;
}
#model_new_familes .modal-contnet,#enter-payment .modal-contnet {
	width: 40%;
    margin : 0 auto;
}
#model-edit_inventory .modal-contnet, 
#modal-create-add-product .modal-contnet, 
#send-invoice .modal-contnet,
#send-credit_note .modal-contnet,
#send-debit_note .modal-contnet{
	width: 50%;
    margin : 0 auto;
}
#model-get_approval .modal-contnet{
	width: 60%;
    margin : 0 auto;
}
#model_recall .modal-contnet{
	width: 60%;
    margin : 0 auto;
}
#modal-create-add-product .box-body #add_product_list_table_wrapper .dataTables_filter {
	margin-left : -100%;
}
#modal-create-add-product .box-body #add_product_list_table_wrapper .dataTables_filter .form-control {
	width : 100%;
}
.modal-backdrop {
    background-color : inherit;
}
.cancleMessage{
	background-color: rgba(255, 0, 0, 0.75);
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;	
}
.delete_msg{
 font-size : 16px;
 font-weight: bold;	
}

#modal_quote_to_invoice .modal-contnet .invoice_error_msg{
    color: red;
}
#model-funding_appored{
	background-color: rgba(211, 211, 211, 0.58);
}
#model-funding_appored .modal_body_content{
	padding: 0px 20px;
	width: 100%;
    float: left;
}
#model-funding_appored .alert{
	border-radius: 3px;
	margin-bottom: 0px
}
#model-funding_appored table>tbody>tr>td{
	line-height: 1
}


/*account swith*/

#auditor_switch .user_fontsize {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#auditor_switch  .userdetails_fontsize {
	margin-bottom: 0px;
}
#auditor_switch  .company_logo_img img {
	width: 45px;
	height: 45px;
}
#auditor_switch  .company_logo_img {
	text-align: center;
}
#auditor_switch  .choose_accountover {
	padding: 10px;
	margin-bottom: 10px;
}
#auditor_switch  .view_button {
	padding: 0;
	line-height: 45px;
}
#auditor_switch  .view_button a {
	border: 1px solid #10a9f5;
	padding: 0px 20px;
	border-radius: 5px;
}
#auditor_switch .modal-container {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    width: 100%;
    padding-top: 70px;
    padding-right: 135px;
}
#auditor_switch .modal-contnet {
    width: 450px;
    display: inline-block;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 3px;
    padding-bottom: 10px;
}
#auditor_switch .triangle
{
	    content: "";
    border-right: 12px solid #fff !important;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    top: -14px;
    right: 66px;
    transform: rotate(90deg);
}
#account_confirm .modal-contnet{
	width: 350px;
    display: inline-block;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 10px;
}
#account_confirm .alert{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;	
    font-size: 14px;
}
#account_confirm  .modal_footer_content {
    text-align: center;
    padding: 10px;
    color: #ffffff;
}
/*account swith*/
/*gstr1 popup start*/
#gstr1 .modal,.gstr_view_modal .modal
{
	overflow-x:scroll;
}
#gstr1 .modal-contnet, .gstr_view_modal .modal-contnet{
    width: 1000px;
    display: inline-block;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius : 5px;
    padding-bottom:10px;
}
#purchase_view .modal-contnet{
    padding-bottom:0px;
}
#gstr1 .modal-container , .gstr_view_modal  .modal-container{
    display: table-cell;
    text-align: center;
    vertical-align:top;
    width: 100%;
    padding-top: 100px;
}
#gstr1 .modal_header_content, .gstr_view_modal  .modal_header_content{
    padding: 10px 15px 10px 0px;
    float: left;
    width: 100%;
    background-color: #e7f6fe;
    border: 1px solid #e7f6fe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#gstr1 .modal_header_content .popup_header_lable label, .gstr_view_modal .modal_header_content .popup_header_lable label {
	float: left;
	left: 20px;
	font-size: 16px;
    color: #3f4040;
    padding-top: 5px;
    font-weight:bold;
}
#gstr1 .modal_body_content, .gstr_view_modal .modal_body_content {
	padding:5px 20px 0px 20px;
	width : 100%;
	float : left;
	max-height: 400px;
    overflow-y: scroll;
}
#gstr1 .modal_header_content a img, .gstr_view_modal .modal_header_content a img {
	margin-top: 5px;
}

#gstr1 .modal_body_content::-webkit-scrollbar-track, .gstr_view_modal .modal_body_content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#gstr1 .modal_body_content::-webkit-scrollbar, .gstr_view_modal .modal_body_content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#gstr1 .modal_body_content::-webkit-scrollbar-thumb, .gstr_view_modal .modal_body_content::-webkit-scrollbar-thumb
{
	background-color: #ccc;
}

/*gstr1 popup end*/

/*sales cancel popup */
#modal_cancel_invoice .warn_msg{
	text-align:center;
	color:red;
	padding:10px;
	font-size:14px;
}
#modal_cancel_invoice .cancel_invoice_ok_btn{
	background-color: #10a9f5;
	text-align:center;
	color:white;
}
.modal .modal-content label.error{
  color: red;
}
.modal_bill_attachement, .modal_purchase_attachement, .modal_bank_attachement{
    width: auto;
    margin: 0px auto 20px auto;
}
#model_new_familes .inline-input-form input
{
    border: none !important;
    padding: 4px 0px 4px 5px;
    outline: none;
    background: #FFFFFF;
}
#model_new_familes .inline-input-form input:focus{
    background: #f4f5f8;
    border: 1px solid #00A55B !important;
    border-radius: 3px;
    }
.fund_modelpopup .modal-body
{
    position: relative;
    padding: 0px;
}
/* Common Alert Message Ends*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#auditor_switch .modal-container {
	    padding-right: 152px;
	} 
	#create-invoice .modal-content, #send-invoice .modal-contnet, #send-credit_note .modal-contnet, #send-debit_note .modal-contnet {
    	width: 70%;
    	margin : 0 auto;
	}
	#myModal .modal-contnet, #delete-product .modal-contnet,
	#modal_quote_to_invoice .modal-contnet, #modal_copy_quote .modal-contnet {
    	width: 30%;
    	margin : 0 auto;
	}
	#model_new_familes .modal-content {
		width: 30%;
    	margin : 0 auto;
	}
	#model-edit_inventory .modal-content,#send-invoice .modal-contnet {
		width: 40%;
    	margin : 0 auto;
	}
	#enter-payment .modal-contnet{
		width: 60%;
    	margin : 0 auto;
	}
	#add_gstin_no .modal-contnet {
    width: 50%;
	}
	#create-invoice .modal_body_content {
		padding-bottom : 200px;
	}
	#model-get_approval .modal-contnet{
	width: 50%;
    margin : 0 auto;
	}
	#model_recall .modal-contnet{
	width: 50%;
    margin : 0 auto;
	}
	#gstr1 .modal-contnet, .gstr_view_modal .modal-contnet {
    width: 900px !important;
	}
	#gstr1 .modal-container , .gstr_view_modal  .modal-container{
    padding-top: 140px !important;
	}
}

@media only screen and (min-width: 240px) and (max-width: 500px) { 
	.modal-contnet{
        width:90%;
    }	
 }




@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #auditor_switch .modal-container {
	    padding-right: 155px;
	} 
  	#model-get_approval .modal-contnet{
	width: 50%;
    margin : 0 auto;
	}
	#model_recall .modal-contnet{
		width: 50%;
	    margin : 0 auto;
	}
  
  	#create-invoice .modal-contnet, #send-invoice .modal-contnet, #send-credit_note .modal-contnet, #send-debit_note .modal-contnet {
    	width: 70%;
    	margin : 0 auto;
	}
	#myModal .modal-contnet, #delete-product .modal-contnet, 
	#modal_quote_to_invoice .modal-contnet, #modal_copy_quote .modal-contnet {
    	width: 50%;
    	margin : 0 auto;
	}
	#model_new_familes .modal-content {
		width: 30%;
    	margin : 0 auto;
	}
	#model-edit_inventory .modal-contnet, #send-invoice .modal-contnet {
		width: 40%;
    	margin : 0 auto;
	}
	#enter-payment .modal-contnet{
		width: 70%;
    	margin : 0 auto;
	}
	#add_gstin_no .modal-contnet {
    width: 50%;
	}
	#gstr1 .modal-contnet,.gstr_view_modal .modal-contnet {
     	width: 900px !important;

	}
	#gstr1 .modal-container , .gstr_view_modal  .modal-container{
    padding-top: 160px !important;
    }
    

}