@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--green: #29aa89 !important;
	--blue: #013da6 !important;
	--light-blue: #0085ca !important;
	--grey: #f3f3f3 !important;
}

body {
    background: #fff;
font-family: "Inter", system-ui;
    font-size: 18px;
    color: #424753;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
	padding-bottom: 70px;
}

a { cursor: pointer;}

h1, h2, h3, h4 {clear: both;}

h1, h2, h3 {
    color: var(--blue);}

h4 {
    margin:0;
    padding: 0;
    font-size: 19px;
	color: #555;
}
h4 .span  {
    font-size: 15px;
    color: #212c64;
}
.row {margin-bottom: 30px;}

.row.half {width: 49%; float: left; clear: none;}
.row.half.right {float: right !important; clear: none;}
.row.third {width: 32%; float: left; clear: none;}

.bx { margin: 10px 0; border: 1px solid #ccc; border-radius: 8px; background: #f5f5f5; padding: 25px; }

.bx:after {
  content: "";
  display: table;
  clear: both;
}

form {
    display: block;
    margin: 0 auto;
    width: 95%;
	min-width: 300px;
}

 textarea, input[type="text"], input[type="email"], select , input[type="number"]{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	display: inline-block;
       height: 37px;
    padding: 4px 14px;
    margin-bottom: 9px;
    font-size: 19px;
    line-height: 37px;
    color: #555555;
	width: 90%;
	
    
}

 textarea { height: 130px;}
 
 input[type="date" i], select {padding: 4px 12px;
    font-size: 19px;}

.button:hover, .button:active, .button:focus {
    background: #1b1f3f;
    color: #fff;
    outline: 0;
}

.button.small { font-size: 19px !important; padding: 7px 10px !important; border-radius: 6px !important;}


button, input[type="submit"] {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: inherit;
}

input[type="submit"] { margin-top: 30px;}

.hide { display: none !important;}

#popup-frame {display: block;     width: 85%;}

#popup-frame div { background: #fff;
    background: #fff;
    padding: 35px;
    width: 100%;
    min-width: 300px;
    margin: 0px auto 0 auto;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.34);}
	
#popup-frame h3 { color: #111328;
    font-size: 23px; font-weight: 400; }

.info { font-size: 21px; color: #113517;}

.info fa:before { font-size: 17px;}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
background-color: #f2f1f1 ;
    background: linear-gradient(top, rgba(250, 249, 249, 1) 0%, rgba(242, 241, 241, 1) 100%) ;
    background: -webkit-linear-gradient(top, rgba(250, 249, 249, 1) 0%, rgba(242, 241, 241, 1) 100%) ;
    color: #00ADBB  ;
    border: none;
    box-shadow: 1px 1px 0px 1px #e0e0e0 ;
    font-weight: normal ;
    background: -o-linear-gradient(top, #faf9f9 0px, #f2f1f1 100%) transparent ;
    background: -moz-linear-gradient(center top, rgb(250, 249, 249) 0%, rgb(242, 241, 241) 100%) repeat scroll 0% 0% transparent !;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.2) ;
	cursor: pointer; 
	padding: 9px 15px;
	
	    width: auto;
    font-size: 21px;
	min-width: 50%;
	
}

.inputfile + label:before { margin-right: 10px; font-size: 17px;  color: #00ADBB ; font-family: FontAwesome; display: block;
    float: left;}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #00ADBB;
}


.button {
	display: inline-block;
	padding: 20px 30px;
	font-size: 19.4px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border-radius: 16px;
	border: 3px solid #fff;
	background-color: var(--light-blue);
}

.button:hover, .button.green:hover, button.lightgreen:hover  {
	color: #fff;
	background-color: var(--blue);
}

.button.green, .button.read-more, button.lightgreen {
	background-color: var(--green);
}  outline: 0;



#add-invoice, #add-document {
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 16px !important;
}

.hidde {
    display: none;
}

/** Parseley **/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #00ADBB;
background-color: #f4fbf1;
border: 1px solid #8084a9
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #00ADBB;
background-color: #fde6e6;
    border: 1px solid #ff0028;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #ff0028;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}


.inner-wrap {
    position: relative;
    width: 95%;
    height: calc(400px - 2em);
    overflow: scroll;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1em;
    margin-top: .5em;
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
	
	    color: #212c64;
    opacity: 0.8;
}

.close:hover {opacity: 1;}

.green-link {     color: #00ADBB;}
@media only screen and (max-width: 1200px) {
	
form {

    width: 85%;
	min-width: 200px;
}	
	
	
}@media only screen and (max-width: 768px) {
	
form {

    width: 95%;
	min-width: 200px;
}	


.row.half, .row.third {
    width: 100%;
    float: none;
    clear: none;
}	
	.button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #2a3063;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    margin: 0 0 0.5rem 0;
    padding: 15px 20px;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 15px;
}
}





