
:root {
  --color1: #204B8C; /* Primary Color  */
  --color2: #444; /* Secondary Color - Grey */
  --color3: #164182; /* Darker Version of Color1 - Dark Orange #e67e00 https://hexcolorcodes.org/darken-color*/
}

/*.border2, .b2 {border:2px solid #ccc !important;}
.borderc, .bc {border:1px solid var(--color1);}*/
.bc2 {border:2px solid var(--color1); !important}
.bbc2 {border-bottom:2px solid var(--color1) !important;}

.checked {background-color:var(--color1);}
/* INPUT */
.input {outline: none;}

.input1 {border:2px solid #ccc; border-radius: 6px;background-color: white;padding:1px 5px;color: grey; 
		font-family: sans-serif;font-size: .9rem; user-select: none;}
.input1 input {border:0px solid #9ff;outline: none; width: 100%;font-size: 1rem;}

.input2  {border-bottom:0px solid #ccc; border-radius: 0px;background-color: white;color: grey;
		font-family: sans-serif;}
.input2  div:nth-child(1) {font-size: .9rem; text-indent: 5px;user-select: none;}
.input2  input {border:2px solid #ccc;outline: none;border-radius: 4px;width: 99.5%;padding:3px 5px;font-size: 1rem;}

.input3 {border:2px solid #ccc; border-radius:6px; background-color:white; padding:0px 0px; 
	font-family:sans-serif;  width:100%; display:table; font-size:.9rem;}
.input3 div:nth-child(1) {width: 140px;padding: 0px 5px;display:table-cell; overflow: hidden; 
	white-space:nowrap; user-select: none; }
.input3 input {border:0px;outline: none; width: 99%;padding: 3px 5px;font-size: 1rem;display:table-cell;}


.input4 {border-bottom:2px solid #ccc; border-radius: 0px;background-color: white;color: grey;
		font-family: sans-serif;font-size: .9rem; user-select: none;text-indent: 5px}
.input4 input {border:0px solid #9ff;outline: none;width: 100%;padding:2px 5px;font-size: 1rem;}

.input5 {border-bottom:2px solid #ccc;background-color: white;padding:0px 0px;color: grey; 
	font-family: sans-serif;  width: 100%; display: table; font-size: .9rem;}
.input5 div:nth-child(1) {background: #FFF; width: 140px;padding: 0px 5px;display:table-cell; overflow: hidden; 
	font-weight: 400;white-space:nowrap; user-select: none; border:0px;}
/*.input4 div:nth-child(2) {background: white;display: table-cell; }*/
.input5 input {border:0px;outline: none; width: 99%;padding: 3px 5px;font-size: 1rem;display: table-cell;}


.input6 {border-bottom:2px solid #ccc; background-color: white;padding:0px 0px;color: grey; 
	font-family: sans-serif;  width: 100%; display: table; font-size: .9rem;}
.input6 div:nth-child(1) {background-color:#F5F5F5; width: 140px;padding: 0px 5px;display:table-cell; overflow: hidden; 
	font-weight: 700;white-space:nowrap; user-select: none; border:0px;}
.input6 input {border:0px;outline: none; width: 99%;padding: 3px 5px;font-size: 1rem;display: table-cell;}





/*.check1 {user-select: none;}
.check1 input {opacity:0;height: 0px;width:0px;}
.check1 div:nth-child(1) {height:1rem;width:1rem; border:2px solid grey;padding:1px;display: inline-block;}
.check1 div:nth-child(1) div:nth-child(1) {height:1rem;width: 1rem;background-color: #012456;}*/