




html body
{
    margin: 0;
    padding: 0;
}

html body *
{
    box-sizing: border-box;
}

html body a
{
    color: #be9245;
}
a:hover {
    color: #be9245;
}
html body div.ei_hidden
{
	display: none;
}

html body div.ei_float
{
	position: fixed;
}

html body div.ei_row
{
    float: left;
    width: 100%;
}

html body div.ei_new_line
{
	width: 100%;
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
}

html body div.ei_row div.ei_float_left
{
    float: left;
    width: auto;
}


html body div.ei_row div.ei_float_right
{
    float: right;
    width: auto;
}



html body div.ei_action
{
    cursor: pointer;

}




html body div.ei_layout_row
{
    float: left;
    width: 100%;
}

html body footer
{
    float: left;
    width: 100%;
}

html body div.ei_layout_row div.ei_layout_container,
html body footer div.ei_layout_container
{
    margin: auto;
    width: 100%;
    float: left;
    background: #004339;
}
/* SHOW CONTENT ONLY*/
html body div.ei_layout_row div.ei_layout_container div.ei_content
{
    float: left;
    width: 100%;
}

/* SHOW LEFT + CONTENT */
html body.ei_show_left div.ei_layout_row div.ei_layout_container div.ei_left
{
    float: left;
    width: 13%;
    background-color: #004339;
}

html body.ei_show_left div.ei_layout_row div.ei_layout_container div.ei_content
{
    float: left;
    width: 87%;
    padding: 0;
    background: #e9e9e9;
    padding: 20px 15px;
}

/* SHOW CONTENT + RIGHT */

html body.ei_show_right div.ei_layout_row div.ei_layout_container div.ei_content
{
    float: left;
    width: 85%;
}


html body.ei_show_right div.ei_layout_row div.ei_layout_container div.ei_right
{
    float: left;
    width: 15%;
}



/* SHOW LEFT + CONTENT + RIGHT */
html body.ei_show_left.ei_show_right div.ei_layout_row div.ei_layout_container div.ei_left
{
    float: left;
    width: 15%;
}

html body.ei_show_left.ei_show_right div.ei_layout_row div.ei_layout_container div.ei_content
{
    float: left;
    width: 70%;
}


html body.ei_show_left.ei_show_right div.ei_layout_row div.ei_layout_container div.ei_right
{
    float: left;
    width: 15%;
}



/* POPUP */
html body div.ei_popup_background
{
    position: fixed;
    width: 100%;
    height: 1000000px;
    background-color: rgba(0,0,0,0.5);

    display: none;

}

html body div.ei_popup_background div.ei_popup_container
{
    width: 30%;
    height:auto;
    padding: 0;
    margin-left: 35%;
    margin-top: 100px;
    background-color: #ffffff;
    float: left;
    border-radius: 5px;
    border: 1px solid #004339;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

html body div.ei_popup_background div.ei_popup_container div.ei_popup_title
{
    width: 100%;
    float: left;
    border: 1px solid #004339;
    background-color: #004339;
    line-height: 35px;
    font-size: 20px;
    padding: 10px 20px;
    color: #ffffff;
}

html body div.ei_popup_background div.ei_popup_container div.ei_popup_content
{
    width: 100%;
    height:auto;
    padding: 20px;
    background-color: #ffffff;
    color: #4c4c4c;
    float: left;
}

html body div.ei_popup_background div.ei_popup_container div.ei_popup_buttons
{
    width: 100%;
    height:auto;
    padding: 20px;
    float: left;
}


html body div.ei_popup_background div.ei_popup_container div.ei_button
{
    width: auto;
    min-width: 80px;
    height:auto;
    padding: 0 10px 0 10px;
    margin-left: 5px;
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}


html body div.ei_popup_background div.ei_popup_container div.ei_button.ei_ok
{
    background-color: #fff;
    color: #004339;
    line-height: 35px;
    border: 1px solid #004339;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
    padding: 0 20px;
}

html body div.ei_popup_background div.ei_popup_container div.ei_button.ei_ok:hover {
    background-color: #004339;
    color: #fff;
}

html body div.ei_popup_background div.ei_popup_container div.ei_button.ei_cancel
{
    background-color: #fff !important;
    color: #ce0032 !important;
    border: 1px solid #ce0032 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px 20px !important;
    line-height: 35px;
    margin-right: 0;
    margin-bottom: 20px;
}

html body div.ei_popup_background div.ei_popup_container div.ei_button.ei_cancel:hover {
    background: #ce0032 !important;
    color: #fff !important;
}



html body div.ei_popup_background div.ei_popup_container div.ei_button:hover
{
    background-color: #024392;
    color: #ffffff;
}


/* FLASH */
html body div.ei_flash_background
{
    position: fixed;
    width: 100%;
    height: 1000000px;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;

}

html body div.ei_flash_background div.ei_flash_container
{
    width: 30%;
    height:auto;
    padding: 20px;
    margin-left: 35%;
    margin-top: 100px;
    background: #fff;
    float: left;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

html body div.ei_flash_background[ei_type=ei_error] div.ei_flash_container
{
    border: solid 1px #ff0000;
}

html body div.ei_flash_background[ei_type=ei_info] div.ei_flash_container
{
    border: solid 1px #004339;
}

html body div.ei_flash_background div.ei_flash_container div.ei_flash_content
{
    width: 100%;
    height:auto;
    padding: 20px;
    background: #fff;
    color: #4c4c4c;
    float: left;
}

html body div.ei_flash_background div.ei_flash_container div.ei_flash_buttons
{
    width: 100%;
    height:auto;
    padding: 10px;
    float: left;
}


html body div.ei_flash_background div.ei_flash_container div.ei_button
{
    width: auto;
    min-width: 80px;
    height:auto;
    padding: 0 10px 0 10px;
    margin-left: 5px;
    float: center;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #004339;
    line-height: 35px;
    border: 1px solid #004339;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

html body div.ei_flash_background div.ei_flash_container div.ei_button:hover {
    background: #fff;
    color: #004339;
    border: 1px solid #004339;
}



/* LEFT MENU */
html body div.ei_left div.ei_menu
{
    width: 100%;
    padding: 0;
    margin: 0;
}

html body div.ei_left div.ei_menu div.ei_menu_item
{
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    padding: 15px 25px;
}


html body div.ei_left div.ei_menu div.ei_menu_item:hover
{
    cursor: pointer;
}

html body div.ei_left div.ei_menu div.ei_menu_item.ei_selected,
html body div.ei_left div.ei_menu div.ei_menu_item.ei_selected::before
{
    color: #fff;
    background: #be9245;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*html body div.ei_left div.ei_menu a:last-child div{
    background: #ce0032;
    color: #fff;
}*/

/* FORM ELEMENTS */
html body form.ei_form
{
    float: left;
    display: block;
    margin: 1%;
    padding: 0;
    background-color: #ffffff;
    border-radius: 6px;
    width: 98%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

html body form.ei_form div.input::nth-first-child(1) {
    padding-top: 20px;
}

html body form.ei_form legend
{
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 25px 15px;
    font-size: 20px;
    background-color: #f5f5f5;
    color: #212529;
    border-radius: 5px 5px 0 0;
}

html body form.ei_form div.ei_form_text
{
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 10px;
    font-size: 12px;
    background-color: #ffffff;
    color: #4c4c4c;
    border-radius: 5px 5px 0 0;
}

html body form.ei_form div input[type="text"][readonly] {
    background: #f4f4f4 !important;
    color: #999;
}

html body form.ei_form div.input,
html body form.ei_form div.ei_options_row

{
    display: block;
    float: left;
    padding: 10px 15px;
    width: 100%;
    max-width: 450px;
    clear: both;
}

html body form.ei_form div.ei_options_row {
    padding: 5px 15px;
}

html body form.ei_form div.input > label,
html body form.ei_form div.ei_options_row > label
{
    display: block;
    float: left;
    width: 30%;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
}




html body form.ei_form div.input input,
html body form.ei_form div.input select,
html body form.ei_form div.input textarea
{
    display: block;
    float: right;
    width: 70%;
    margin: 0;
    padding: 0 10px 0 10px;
    line-height: 20px;
    font-size: 16px;
    border: solid 1px #ced4da;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: none;
}

html body form.ei_form div.ei_options_row > div.input
{
    display: block;
    float: right;
    width: 70%;
    margin: 0;
    padding: 0 10px 0 10px;
    line-height: 20px;
    clear: right;
    border: none;
}

html body form.ei_form div.ei_options_row > div.input.checkbox {
    padding: 0;
}

html body form.ei_form div.ei_options_row > div.input.checkbox input {
    width: 15px;
}

html body form.ei_form div.ei_options_row > div.input > input
{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #888888;

}

html body form.ei_form div.ei_options_row > div.input > label
{
    display: block;
    float: left;
    width: auto;
}


html body form.ei_form div.input textarea
{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}


html body form.ei_form div.input div.ei_note
{
    display: block;
    float: right;
    width: 70%;
    color: #999;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
}

html body form.ei_form div.input div.ei_form_field_alert,
html body form.ei_form div.ei_rating_row div.ei_form_field_alert
{
    display: block;
    float: right;
    width: 70%;

    text-align: left;
    font-size: 12px;

    color: #ff0000;
}

html body form.ei_form div.ei_toolbar
{
    display: block;
    float: right;
    width: auto;

    text-align: left;
    font-style: italic;
    font-size: 12px;

    padding: 10px;

    clear: both;

}

html body button:hover,
html body div.ei_button:hover,
html body div.ei_button.ei_add:hover {
    background: #004339;
    border: 1px solid #004339;
}

html body button:focus,
html body div.ei_button:focus,
html body div.ei_button.ei_add:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,67,57,.2);
}




html body button,
html body div.ei_button
{
    width: auto;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
    color: #fff;
    background-color: #be9245;
    border: 1px solid #be9245;
    font-style: normal;
    cursor: pointer;
    transition: background-color 300ms ease-out;
}
html body .table_guestbooks html body button, html body div.ei_button{
    padding: 10px 20px !important;
}
html body div button.ei_cancel, html body div .ei_button.ei_cancel
{
    width: auto;
    padding: 0 20px !important;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    background-color: #ce0032 !important;
    border: 1px solid #ce0032 !important;
    font-style: normal;
    cursor: pointer;
    transition: background-color 300ms ease-out;
}
html body div button.ei_cancel:hover
{
    color:#ce0032;
    background-color: transparent !important;
    border: 1px solid #ce0032 !important;
}

html body div.ei_button.ei_add
{
    background-color: #be9245;
    border: 1px solid #be9245;
    color: #ffffff;
    transition: background-color 300ms ease-out;
}



html body .ei_hide
{
    display: none;
}

html body div.ei_csv
{
	width: 0;
	height: 0;
	overflow: auto;
}

html body table tr td span.ei_list
{

}

html body table tr td span.ei_list::after
{
    content: ", ";
}

html body table tr td span.ei_list:last-child::after
{
    content: "";
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}