@charset "utf-8";
/**********************************************************************************************************************/
/* FORM */
/**********************************************************************************************************************/

.form-wrapper {
    position: relative;
    margin: 1rem auto 0;
    width: 100%;
    height: auto;
}

.form-wrapper h1 {
    display: block;
    margin: 1rem auto;
    padding: 1rem 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #804c20;
    text-transform: uppercase;
}

.form-wrapper.hover-shadow {
    box-shadow: 0 4px 8px 0 rgba(98,162,144,0.5), 0 6px 20px 0 rgba(98,162,144,0.5);
}

.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 1px 2px 0 rgba(98,162,144,0.5), 0 2px 4px 0 rgba(98,162,144,0.5);
}

form {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border: 0;
    width: 100%;
    margin: 1rem auto 1rem;
    padding: 0;
}

form h1, form h2 {

    font-size: 1rem;
    color: #e84e0e;
}

form h3 {

    margin: 1rem 4%;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

form a {

    margin-left: 1rem;
}

fieldset, legend, input, button, textarea, label {
    font-family: inherit;
}

::placeholder {
    color: #888888;
    font-size: 0.875rem;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #888888;
}

::-ms-input-placeholder {
    font-size: 0.875rem;
    color: #888888;
}

#form-01 h1 {
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    border: 0;
    color: #818181;
    font-weight: bold;
}

#form-01 > label {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin: 0.5rem 4%;
    padding: 0;
    border: 0;
    color: #818181;
    font-weight: bold;
}

#form-01 a {
    font-size: 0.75rem;
    margin: 0.5rem 1rem 0.5rem;
    padding: 0;
    border: 0;
    color: #818181;
    font-weight: bold;
    text-decoration: underline;

}

#form-01 input {
    font-size: 0.875rem;
    margin: 0.5rem 4%;
    padding: 1rem 1%;
    color: #818181;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    width: 90%;
}

#form-01 .renderTextarea {
    font-size: 0.875rem;
    margin: 0.5rem 4%;
    padding: 1rem 1%;
    color: #818181;
    border: 0;
    background: #f1f1f1;
    width: 90%;
}

#form-01 textarea {
    font-size: 0.875rem;
    margin: 0.5rem 4%;
    padding: 1rem 1%;
    resize: vertical;
    overflow: auto;
    color: #818181;
    border: 0;
    background: #f1f1f1;
    width: 90%;
    height: 10rem;
    max-height: 10rem;
}

#form-01 button[name='submit'] {
    border: 1px solid #7d4d18;
    width: 20rem;
    margin: 0.5rem 3rem;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    background: linear-gradient(90deg, #7d4d18, #000000 );
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    transition: 1s background;
}

#form-01 button[name='submit']:hover {
    background: linear-gradient(270deg, #7d4d18, #000000 );
    border: 1px solid #ffffff;
    color: #fff;
}

#form-01 button[name='save'] {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0.5rem 4%;
    padding: .75rem 2rem;
    width: 50%;
    border: 0;
    color: #ffffff;
    background: #62a290;
    text-transform: uppercase;
}

#form-01 button[name='save']:hover {
    cursor: pointer;
    color: #ffffff;
    background: #BC4D0E;
}

#form-01 button[name='load'] {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0.5rem 4%;
    padding: .75rem 2rem;
    width: 50%;
    border: 0;
    color: #ffffff;
    background: #62a290;
    text-transform: uppercase;
}

#form-01 button[name='load']:hover {
    cursor: pointer;
    color: #ffffff;
    background: #BC4D0E;
}

#form-01 button[name='update'] {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0.5rem 4%;
    padding: .75rem 2rem;
    width: 50%;
    border: 0;
    color: #ffffff;
    background: #62a290;
    text-transform: uppercase;
}

#form-01 button[name='update']:hover {
    cursor: pointer;
    color: #ffffff;
    background: #BC4D0E;
}

#form-01 button[name='cmdlogin'] {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0.5rem 4%;
    padding: .75rem 2rem;
    width: 50%;
    border: 0;
    color: #ffffff;
    background: #62a290;
    text-transform: uppercase;
}

#form-01 button[name='cmdlogin']:hover {
    cursor: pointer;
    color: #ffffff;
    background: #BC4D0E;
}

#form-02 button[name='logout'] {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0.5rem 4%;
    padding: .75rem 2rem;
    width: 50%;
    border: 0;
    color: #ffffff;
    background: #62a290;
    text-transform: uppercase;
}

#form-02 button[name='logout']:hover {
    cursor: pointer;
    color: #ffffff;
    background: #BC4D0E;
}

form .g-recaptcha {
    margin: 0rem 4%;
}

.modal {
    display: none;
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 15001;
    text-align: center;
}

.modal > .modal-box {
    display: block;
    margin: 0;
    padding: 2rem;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    background: #ffffff;
}

.modal > .modal-box h1 {

    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    padding: 2rem;
    color: #d9924c;
}

/**********************************************************************************************************************/
/*                                              CUSTOM CHECK BOX                                                      */
/**********************************************************************************************************************/

label.checkbox-container {
    margin: 1rem 0.75rem 0 0;
    padding: 0 0 0 2rem;
    font-size: 0.875rem;
    color: #818181;
    border-bottom: 1px solid #f1f1f1;
}

.single-checkbox label.checkbox-container {
    margin: 1rem 0.75rem 0 4%;
    padding: 0.5rem 0 0 2rem;
    border-bottom: none;
}

/* The container */
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px #ccc solid;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #e84e0e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**********************************************************************************************************************/
/*                                              CUSTOM SELECT OPTION                                                  */
/**********************************************************************************************************************/

/* This is to remove the arrow of select element in IE */
select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.box {
    display: block;
    position: relative;
    width: 50%;
    margin: 0 4% 2rem;
}

.box select {
    background-color: #e84e0e;
    color: white;
    padding: 1rem;
    width: 100%;
    border: none;
    font-size: 1rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}

.box select:disabled {
    background-color: #e1e1e1;
    color: #818181;
}

.box::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: none;
}

.box:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
    padding: 2rem;
    background-color: #e84e0e;
}

.box select option:hover {
    padding: 2rem;
    background-color: #e84e0e!important;
}

select:active, select:hover {
    outline: none
}