.google_maps_button
{
	/*margin-top:17px;*/
	padding: 6px 5px 3px;
	height: 31px;
}

.google_maps_button:hover
{
	border-color: #34b4e5 !important;
}

.google_maps_icon
{
	font-size: 14px;
	color: #34b4e5;
}

.blueIcon
{
	color: #34b4e5;
}

.blueIcon.fa-mobile-screen{
	font-size: 13px;
	margin-top: 4px;
}

.blueBorder:hover
{
	border-color: #34b4e5 !important;
}

.newh_title
{
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
}

.newh_table th, .newh_table td
{
	width: 100px;
	height: 35px;
	padding: 0px 5px;
	font-weight: normal;
	vertical-align: middle;
}

.newh_table input
{
	width: 100%;
	text-align: right;
}

.newh_table2 th, .newh_table2 td
{
	width: 130px;
	height: 25px;
	padding: 0px 5px;
	font-weight: normal;
	vertical-align: middle;
}

.newh_table2 input
{
	width: 100%;
	text-align: right;
}

.hide_for_new_plan
{
	display:none !important;
}

/**
	message multidocs
*/

.message_multidocs
{
	display:table;
	height:100%;
	width:100%;
}

.message_multidocs1
{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.input_multidoc_value_doc
{
    height: 31px;
    font-size: 12px;
    border: 1px solid #c4c4c4;
    overflow: hidden;
}

.input_multidoc_value_doc:focus
{
	background:#ffffff;
}

.icon_message_multidocs
{
	display:inline-block;
}

.text_message_multidocs
{
	display:inline-block;
}

.display_none
{
	display:none !important;
}

.max_width_for_letterhead_gn
{
	width:100% !important;
	height:auto !important;
}

.allways_visible_inline_block
{
	visibility: visible !important;
	display:inline-block !important;
}


@media only screen and (max-width : 1824px) {
	.signature-size {
	    background-color: white !important;
	    width: 350px !important; 
	    height: 140px !important;  
	}
	
}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 1224px) {
	.signature-size {
	    background-color: white !important;
	    width: 350px !important; 
	    height: 140px !important;     
	}
	
}

/* iPads (portrait) ----------- */
@media only screen and (max-width : 1024px) {
	.signature-size {
	    background-color: white !important;
	    width: 350px !important; 
	    height: 140px !important;     
	}
	
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 768px) {
	.signature-size {
	    background-color: white !important;
	    width: 320px !important; 
	    height: 140px !important;     
	}
	.modal-signature
	{
		width: 400px !important;
	}
	.input_signature
	{
		font-size: 20px !important;
		height: 42px !important;
	}
}

/* Big smartphones (portrait) (ie: Galaxy 3 has 360)*/
@media only screen and (max-width : 640px) {
	.signature-size {
	    background-color: white !important;
	    width: 300px !important; 
	    height: 140px !important;     
	}
	.modal-signature
	{
		width: 400px !important;
	}
	.input_signature
	{
		font-size: 23px !important;
		height: 42px !important;
	}
}

@media only screen and (width : 375px) {
	.signature-size {
	    background-color: white !important;
	    width: 300px !important; 
	    height: 140px !important;     
	}
	.modal-signature
	{
		width: 380px !important;
	}
	.input_signature
	{
		font-size: 23px !important;
		height: 42px !important;
	}
}

@media only screen and (max-width : 361px) {
	.signature-size {
	    background-color: white !important;
	    width: 220px !important; 
	    height: 140px !important;     
	}

	.modal-signature
	{
		width: 360px !important;
	}
	.input_signature
	{
		font-size: 21px !important;
		height: 42px !important;
	}
}

/* Smartphones (portrait) (ie: Galaxy 1) */
@media only screen and (max-width : 321px) {
	.signature-size {
	    background-color: white !important;
	    width: 220px !important; 
	    height: 140px !important;     
	}
	.modal-signature
	{
		width: 310px !important;
	}
	.input_signature
	{
		font-size: 22px !important;
		height: 43px !important;
	}
}

.invisible_input, .invisible_input:focus
{
	border: none; 
	background: rgb(248, 248, 248);
	padding: 0px;
    outline: none;
}


/* Xero Styles */
.input_button
{
	position: relative;
}

.input_button span
{
	position: absolute;
	font-size: 18px;
	top: 7px;
	right: 8px;
	cursor: pointer;
	color: #666666;
}
.fa-solid {
   color: #34b4e5;
    font-size: 10pt;
    margin-right: 4px;
}