/* Status: Loaded from Transient */
form {
font-family: arial, sans-serif !important;
}
select, textarea {font-size: 18px}
.input-field { font-size: 18px;
margin-top: 20px !important;
position: relative !important;
width: 250px !important;
height: 44px !important;
line-height: 44px !important;
}
label {
position: absolute;
top: 0;
left: 0;
width: 395px;
color:rgba(0,174,255,0.51);
transition: 0.2s all;
cursor: text;
font-size: 24px;
}
input, textarea {
width: 100%;
border: 0;
outline: 0;
padding: 0.5rem 0;
border-bottom: 2px solid #eaeaea;
box-shadow: none;
color: #111;
font-size: 18px;
}
input:invalid, textarea:invalid {
outline: 0;
// color: #ff2300;
// border-color: #BF0003;
}
input:focus, input:valid, textarea:focus, textarea:valid {
border-color: #eaeaea;
}
input:focus~label, input:valid~label, textarea:focus~label, textarea:valid~label {
font-size: 16px;
top: -24px;
color: #00aeff;
}
.listing-detail-container table tr td, .WYSIWYG-editor-content table tr td {
background: #ffffff;
border: 0px !important;
}
.tableContracts {
background: #ffffff;
border: 0px;
margin-left: -10px;
margin-top: -200px;
}
.tableContracts input {
font-size: 18px;
padding: 0px;
border-bottom: 2px #eaeaea solid;
border-left: 0px;
border-right: 0px;
border-top: 0px;
}
.tableContracts select {
font-size: 18px;
padding: 10px;
}
.tableContracts tr {
border: 0px;
background: #ffffff;
}
.tableContracts td {
padding: 0px;
border: 0px;
background: #ffffff;
}
.tableContractsBtn {
color: #005696 !important;
border: 5px #36a635 solid !important;
background-color: #9aea28;
font-weight: bold;
font-size: 18px !important;
width: 150px !important;
height: 50px;
border-radius: 40px;
padding-top: 6px !important;
box-shadow: 0px !important;
box-shadow: none !important;
transition: 0.3s;
}
.tableContractsBtn:hover {
border: 5px #9aea28 solid !important;
color: #ffffff !important;
cursor: pointer !important;
background-color: #36a635;
font-weight: bold;
font-size: 18px !important;
height: 50px;
border-radius: 40px;
}
.tableContracts input:focus {
}
|
|
|
|
|
|
|
|
|
|
|
|