
.btnspinner{
	display:inline-block;
	width:38px;
	height:38px;
	background: url("../svg/spinner_btn.svg") no-repeat 50% 50%;
	}

.form_col{
	margin:0 auto;
	max-width:440px;
	}

.form_col2{
	margin:0 auto;
	max-width:400px;
	}




label{
	display:block;
	font-size: 14px;
	line-height: 30px;
	color:var(--gray5);
	}
	
label a{
	display:block;
	font-size: 14px;
	line-height: 30px;
	color:var(--blue5);
	}
label a:hover{
	text-decoration: underline;
	}

label button{
	background-color: var(--white);
	color:var(--blue4);
	}
label button:hover{
	cursor:pointer;
	}

label button:hover{
	text-decoration: underline;
	}



.form_clocktime{
	font-size: 110px;
	font-weight: 300;
	text-align: center;
	line-height: 110px;
	}
clock-time{
	font-size: 110px;
	font-weight: 300;
	text-align: center;
	line-height: 110px;
	}
clock-date{
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	}
	

.form_subtitle{
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	}

.form_clocktitle{
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	color:var(--black);
	}
	

	
.form_input{
	-webkit-appearance: none;
	background-color: var(--white);
	border:1px solid var(--gray3);
	line-height: 36px;
	width:calc(100% - 2px);
	color:var(--gray8);
	border-radius: 3px;
	font-size: 16px;
	text-indent: 16px;
	}
.form_input:focus {
	box-shadow: 0 0 0 1px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 1px -moz-mac-focusring;
	border-color:rgba(59, 153, 252, .7);
	outline: none;
	}
	
.form_input:disabled{
	background-color: var(--gray2);
	color:var(--gray5);
	}


.eye_on{
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(../svg/eye-on.svg);
    background-repeat: no-repeat;
    background-position: center center;
	}
.eye_off{
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(../svg/eye-off.svg);
    background-repeat: no-repeat;
    background-position: center center;
	}
.form_passcontainer {
	position: relative;
	width: 100%; 
	}
.form_passcontainer input {
	width:calc(100% - 2px);
	}
.form_passtoggle {
	position: absolute;
	right: 10px;
	top: 55%;
	transform: translateY(-50%);
	cursor: pointer;
	}


.form_select {
	display:block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 400;
	color: var(--black);
	line-height: 36px;
	padding:0 0 0 16px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	background-color: var(--white);
	border:1px solid var(--gray3);
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../svg/selectarrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right 10px top 52%, 0 0;
	background-size: .85em auto, 100%;
	}
.form_select:focus {
	box-shadow: 0 0 0 1px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 1px -moz-mac-focusring;
	border-color:rgba(59, 153, 252, .7);
	outline: none;
	}
	
	
.form_textarea {
    -webkit-appearance: none;
    font-family: var(--system-ui);
    background-color: var(--white);
    border:1px solid var(--gray3);
    height:80px;
    width:calc(100% - 24px);
    line-height: 28px;
    color: var(--black);
    border-radius: 3px;
    font-size: 16px;
    padding:12px;
    text-indent: 0px;
	}
	
.form_textarea:focus {
	box-shadow: 0 0 0 1px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 1px -moz-mac-focusring;
	border-color:rgba(59, 153, 252, .7);
	outline: none;
	}
	

	

button.form_btn{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--blue5);
	color:var(--white);
	transition: 0.3s;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}

button.form_btn:hover{
	background-color: var(--blue6);
	}


button.form_btn_green{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--green6);
	color:var(--white);
	transition: 0.2s;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}
button.form_btn_orange{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--amber5);
	color:var(--white);
	transition: 0.2s;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}


a.form_btn{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--brand);
	color:var(--white);
	transition: 0.2s;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}
	
a.form_btn:hover{
	background-color: var(--brandhov);
	}
	
button.form_btn_black{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--black);
	color:var(--white);
	transition: 0.2s;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}


.reportbtn{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--brand);
	color:var(--white);
	transition: 0.2s;
	cursor:pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}
.reportbtn:hover{
	background-color: var(--brandhov);
	}
	
.reportbtn-green{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 38px;
	height:38px;
	background-color: var(--green6);
	color:var(--white);
	transition: 0.2s;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 1px;
	}


/* picker ================ */

.form_pick{
	-webkit-appearance: none;
	background-color: var(--white);
	border:1px solid var(--gray3);
	line-height: 34px;
	width:calc(100% - 20px);
	color:var(--gray7);
	border-radius: 3px;
	font-size: 16px;
	text-indent: 8px;
	}
.form_pick:focus {
	box-shadow: 0 0 0 1px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 1px -moz-mac-focusring;
	border-color:rgba(59, 153, 252, .7);
	outline: none;
	}

.form_pick:disabled{
	background-color: ##EEEEEE;
	}
	
input[type="date"]{
	padding:0 18px 0 0;
	font-family: inherit;
	margin:0px;
	}












.cancelbtn{
	display:block;
	font-size: 16px;
	text-align:center;
	color:var(--gray4);
	line-height: 24px;
	width:100%;
	}

.cancelbtn:hover{
	text-decoration: underline;
	}



label a.link {
    color: var(--blue5);
	}


.form_2cb {
    display: flex;
	}

.form_2cbl {
    flex: 1 1 30%;
    margin-right: 3px;
	}

.form_2cbr {
    flex: 1 1 70%;
    margin-left: 3px;
    text-align: left;
	}





.form_2c {
    display: flex;
	}

.form_2cl {
    flex: 1 1 50%;
    margin-right: 3px;
	}

.form_2cr {
    flex: 1 1 50%;
    margin-left: 3px;
    text-align: right;
	}

.form_2cr a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: var(--blue5);
	}
	



.form_3c {
    display: flex;
	}

.form_3cl {
    flex: 1 1 33.33%;
    margin-right: 3px;
	}
	
.form_3cc {
    flex: 1 1 33.33%;
    margin-right: 3px;
    margin-left: 3px;
	}

.form_3cr {
    flex: 1 1 33.33%;
    margin-left: 3px;
    text-align: left;
	}
	

.form_earn {
    display: flex;
	}
.form_earn1 {
    flex: 1 1 70%;
    margin-right: 6px;
	}
.form_earn2 {
    flex: 1 1 30%;
	}
	


.form_foottxt{
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	}
.form_foottxt a{
	color:var(--blue5);
	}
.form_foottxt a:hover{
	text-decoration: underline;
	}



.form_csz {
    display: flex;
	}
.form_c {
    flex: 1 1 auto;
    margin-right: 6px;
	}
.form_s {
    flex: 0 0 60px;
    margin-right: 6px;
	}
.form_z {
    flex: 0 0 90px;
	}




/* radio ================ */

.radio{
	display:flex;
	line-height: 40px;
	border-bottom: 1px solid var(--gray3);
	color:var(--gray7);
	font-size: 14px;
	}

.radio_label{
	flex:1 1 auto;
	font-size: 14px;
	color:var(--gray7);
	padding:12px 0;
	}

.radio_rt{
	flex:0 0 130px;
	text-align: right;
	padding:12px 0;
	}
	
.radio_inp{
	margin-right: 2px;
	}
	
.radio_rt span{
	display:inline-block;
	margin-right: 20px;
	}
	




button.connect_to_quickbooks{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 43px;
	height:43px;
	background-color: #2CA01C;
	color:#FFFFFF;
	transition: 0.3s;
	cursor:pointer;
	background-image: url('../svg/connect_to_quickbooks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	}
button.connect_to_quickbooks:hover{
	background-color: #108000;
	}


.form__connectqbbtn{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 43px;
	height:43px;
	background-color:#2c9f1c;
	color:var(--white);
	transition: 0.3s;
	cursor:pointer;
	margin:0 auto;
	border:none;
	font-weight: 500;
	padding:0 10px;
	background-image: url("../svg/connecttoquickbooks.svg");
	background-repeat: no-repeat;
	background-position: center center;
	}
.form__connectqbbtn:hover{
	background-color:#2c8419;
	}


.form__connectxerobtn{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 43px;
	height:43px;
	background-color:#4084a5;
	color:var(--white);
	transition: 0.3s;
	cursor:pointer;
	margin:0 auto;
	border:none;
	font-weight: 500;
	padding:0 10px;
	background-image: url("../svg/connecttoxero.svg");
	background-repeat: no-repeat;
	background-position: center center;
	}
.form__connectxerobtn:hover{
	background-color:#236F8E;
	}
	

.form__connectmyobbtn{
	display:block;
	width:100%;
	border-radius: 3px;
	line-height: 43px;
	height:43px;
	background-color:#96228b;
	color:var(--white);
	transition: 0.3s;
	cursor:pointer;
	margin:0 auto;
	border:none;
	font-weight: 500;
	padding:0 10px;
	background-image: url("../svg/connecttomyob.svg");
	background-repeat: no-repeat;
	background-position: center center;
	}
.form__connectmyobbtn:hover{
	background-color:#67199a;
	}






.form_accrue {
    display: flex;
	}
.form_accrue_left {
    display: flex;
    flex: 1 1 40%;
    margin-right: 12px;
	}
.form_accrue_right {
    flex: 1 1 60%;
	}
.form_accrue_left div {
    font-size: 14px;
    line-height: 37px;
    margin-left: 4px;
	}
.form_amt {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--gray3);
    line-height: 36px;
    width: calc(100% - 18px);
    color: var(--gray8);
    border-radius: 3px;
    font-size: 16px;
    text-align: right;
    padding-right: 16px;
	}
.form_amt:focus {
	box-shadow: 0 0 0 1px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 1px -moz-mac-focusring;
	border-color:rgba(59, 153, 252, .7);
	outline: none;
	}


.form_accruebal {
    display: flex;
	}	
.form_accruebal_left {
    display: flex;
    flex: 1 1 50%;
    margin-right: 16px;
	}
.form_accruebal_right {
    display: flex;
    flex: 1 1 50%;
	}
.form_accruebal_left div {
    font-size: 14px;
    line-height: 37px;
    margin-left: 4px;
	}
.form_accruebal_right div {
    font-size: 14px;
    line-height: 37px;
    margin-left: 4px;
	}
	



.formsubtitle{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	}
.formtext{
	font-size: 16px;
	color:var(--gray5);
	line-height: 24px;
	}
	

	