/* Sections */
.crmEntityFormView fieldset.aria-label.General {

    height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    border-style: none;
    border-color: white;
}

input::placeholder, textarea::placeholder {
    font-style: italic;
    color: gray; /* Optional: Change color */
    opacity: 0.7; /* Optional: Adjust opacity */
}

iframe#WebResource_new_5 {
    height:50px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    width:auto !important;
}
p {
    font-size: 16px !important;
}
iframe#WebResource_new_4 {
    height:50px;
}
iframe#WebResource_new_6 {
    height:114px;
}
iframe#WebResource_new_7 {
    height:38px;
    margin-left:-10px;
    margin-bottom:10px;
}
select#new_loadintimezone.form-control.form-select.picklist {
    width:150px;
}
select#new_loadouttimezone.form-control.form-select.picklist {
    width:150px;
}
#new_truss_json {
    color:#ffffff;
    border-color:#ffffff;
}
textarea#new_truss_json.textarea.form-control {
    color:transparent;
    border-width:0px;
    border-color:transparent;
}
/*
td.clearfix.cell.picklist-cell {
    padding-left:25px;
}
*/
.crmEntityFormView fieldset {
    border: 1px solid #ddd;
    margin-bottom: 2em;
    padding: 1em 1.5em;
}
legend {
    display:block;
    width:inherit;
    font-size: 1.1em;
    border: 0;
    margin: 0;
    padding: 0;
}
@media (min-width: 1400px) {
    .row.sectionBlockLayout > .container, .row.sectionBlockLayout > .container-lg, .row.sectionBlockLayout > .container-md, .row.sectionBlockLayout > .container-sm, .row.sectionBlockLayout > .container-xl, .row.sectionBlockLayout > .container-xxl {
        max-width: 1000px;
        padding: 0 3.5%;
        margin: 0 auto;
    }
}
h3, .h3, .page_section h3, .color-inverse h3, .sidebar-home h3{
    font-family: Open Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    color: #333;
    margin-top: -27px;
    background-color: #fff;
}
.crmEntityFormView .cell {
    padding:0;
}

form input, form select, form textarea{
    margin-bottom: 10px;
}

.crmEntityFormView .boolean-radio label {
    font-size:14px;
    font-weight: 400;
}

.field-label {
    color: #333;
    font-size: .875rem;
    font-family: Open Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.section-title {
    font-size: 1.1em;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

.input-group-addon:hover {
    color: #fff;
}

.form-control {
    font-size: .875rem;
}

/*.navbar-expand-xl navbar navbar-dark static-top {
    background-image: url("Rigging-scaled.jpg") ;
}
.static-top.navbar-dark {
    background-image: url("Rigging-scaled.jpg");
}
    */
/* Header */
header {
    background-color: #003366;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    font-size: 24px;
    margin: 0;
}

/* Form Container */
.container {
    width: 90%;
    /*max-width: 800px; */
    margin: 30px auto;
    padding: 20px;
    background: white;
    border: 0px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Form Elements */
form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #003366;
}

form input,
form select,
form textarea {
   /* width: 100%; */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .875rem;
    box-sizing: border-box;
}

form input:focus,
form select:focus,
form textarea:focus {
    border-color: #0055aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 85, 170, 0.5);
}

/* Buttons */
button,
.btn {
    background-color: #003366;
    color: white;
    border: none;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

button:hover,
.btn:hover {
    background-color: #0055aa;
}

/* Footer */
footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
}

footer p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    header h1 {
        font-size: 20px;
    }
}
