/* FORM ELEMENT */

@font-face {
    font-family: 'Rubik';
    src:	url('/font/Rubik-Regular.eot');
    src:	url('/font/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
        url('/font/Rubik-Regular.woff') format('woff');
}

html body,
table tr td {
    font-family: Rubik;
    font-size: 16px;
    color: #2d3b48;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #004339;
}





/* HEADER */
html body div.ei_layout_row.ei_header
{
    width: 100%;
    margin: 0;
    padding: 0;

    background-color: #004339;
}
html body div.ei_layout_row.ei_header div.ei_row_left
{
    float: left;
    width: 13%;
    background: #004339;
}

html body div.ei_layout_row.ei_header div.ei_row_right
{
    float: right;
    width: 87%;
    background: #004339;
    border-left: 1px solid #032620;
    height: 100px
}


html body div.ei_logo
{

    float: left;
    background-image: url("/img/company_logo_white.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: 15px;
    width: 160px;
    height: 70px;
}

html body div.ei_layout_row.ei_header  div.ei_icon
{
    float: left;
    height: 70px;
    width: 40px;
    text-align: center;
}

html body div.ei_layout_row.ei_header  div.ei_icon i
{
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    font-size: 16px;
}

html body div.ei_layout_row.ei_header  .ei_float_left div.ei_icon i {
    padding-left: 30px;
    font-size: 16px;
}

html body div.ei_layout_row.ei_header  .ei_float_right {
    padding-right: 20px;
}


html body div.ei_header_search_bar
{
    float: left;
    width: 300px;
    height: 70px;
    padding-top: 15px;
}

html body div.ei_header_search_bar input
{
    float: left;
    display: block;
    width: 230px;
    margin: 0;
    padding: 10px 20px;
    line-height: 20px;
    border: none;
    border-radius: 150px 0 0 150px;
}

html body div.ei_header_search_bar input:focus,
html body div.ei_header_search_bar input:active
{
    border: none;
}

td.ei_yes_no i.fas.fa-times-circle {
    color: #777;
    font-size: 16px;
}

html body div.ei_header_search_bar button
{
    display: block;
    float: left;
    width: 50px;
    margin: 0;
    padding: 10px;
    line-height: 20px;

    border: none;
    background-color: #ffffff;
    color: #685039;
    text-align: center;

    border-radius: 0 150px 150px 0;
}

html body.ei_show_left div.ei_layout_row div.ei_layout_container div.ei_left.ei_guset_details {
    background: #fff;
}


html body.guests-history div.ei_layout_row.ei_middle div.ei_view div.ei_entry div.ei_value {
    width: 100% !important;
    text-align: left;
}



/* PAGE TITLE */
html body div.ei_layout_row.ei_middle div.ei_title
{
    float: left;
    width: 100%;
    margin: 0;
    color: #212529;

}

html body div.ei_layout_row.ei_middle div.ei_title div.ei_title_main
{
    float: left;
    width: auto;
    padding:0 0 0 20px;
    margin: 0;

    line-height: 60px;
    font-size: 20px;
    text-align: left;

    vertical-align: baseline;
}

html body div.ei_layout_row.ei_middle div.ei_title div.ei_title_main::after {
    content: "-";
    font-size: 20px;
    padding: 0 10px 0 6px;
}

html body div.ei_layout_row.ei_middle div.ei_title div.ei_title_main.ei_title_main.ei_no_sub_title::after {
    content: "";
    font-size: 20px;
    padding: 0 10px 0 6px;
}



html body div.ei_layout_row.ei_middle div.ei_title div.ei_title_sub
{
    float: left;
    width: auto;
    padding:0;
    margin: 0;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    margin-top: 1px;
    vertical-align: baseline;
}

html body div.ei_layout_row.ei_middle div.ei_title div.ei_toolbars
{
    float: right;
    width: auto;
    padding:0;
    margin: 0;
}

html body div.ei_layout_row.ei_middle div.ei_title div.ei_toolbars div.ei_button
{
    float: left;
    margin-top: 10px;
    border-radius: 2px;
}

/* USER-LOGIN */
html body.users-login form.ei_form
{
    float: left;
    display: block;
    margin: 100px 20% 100px 20%;
    padding: 0;
    background-color: transparent;
    border-radius: 6px;
    width: 60%;
    box-shadow: none;
}

html body.users-login div.ei_layout_row div.ei_layout_container {
    background: transparent;
}

html body.users-login div.ei_logo {
    background-image: url("/img/company_logo_white.png");
}

html body.users-login form.ei_form legend {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    display: none;
}

html body.users-login button {
    margin-bottom: 20px;
    margin-top: 15px;
    background: #be9245;
    border: 1px solid #be9245;
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;

    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 1px;
}

html body.users-login form.ei_form div.ei_toolbar {
    float: left;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

html body.users-login div.ei_layout_row.ei_header {
    background: transparent;
    display: none;
}

html body.users-login div.ei_layout_row.ei_header div.ei_row_left div.ei_logo {
    width: 100%;
    margin-left: 0;
    padding-top: 90px;
    margin-top: 150px;
}

html body.users-login form.ei_form div.input {
    padding: 5px 25px;
}

html body.users-login form.ei_form div.input label {
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
}

html body.users-login form.ei_form div.input input {
    width: 100%;
    padding: 0 20px;
    background: transparent;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #fff;
}

html body.users-login div.ei_layout_row.ei_header div.ei_row_left {
    width: 100%;
    background: transparent;
}

html body.users-login div.ei_layout_row.ei_header div.ei_row_right {
    display: none;
}

html body.users-login {
    /* background: url("/img/spa-bg.jpg"); */
    /* background-size: cover; */
    /* background-position: left top; */
    background: #004339;
}

html body.users-login form.ei_form div.ei_left
{
    float: left;
    width: 45%;
    background-size: 50%;
}


html body.users-login form.ei_form div.ei_left.ei_logo
{
    min-height: 200px;
    background-position: center center;

}

html body.users-login form.ei_form div.ei_right
{
    float: right;
    width: 50%;
    padding-left: 11%;
    border-left: 1px solid #3e4953;
}

/* LEFT MENU */

html body div.ei_left div.ei_menu div.ei_menu_legend {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 25px;
    border-top: 1px solid #57646f;
    margin-top: 15px;
}

html body div.ei_left div.ei_menu div.ei_menu_item
{
    color: #fff;
    margin: 0;
}

html body div.ei_left div.ei_menu div.ei_menu_item:hover,
html body div.ei_left div.ei_menu div.ei_menu_item.ei_selected
{
    background: #be9245;
    color: #fff;
}


html body div.ei_left div.ei_menu div.ei_menu_item.el_selected
{
    color: #539c75;
}



html body div.ei_left div.ei_menu div.ei_menu_item::before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 3px;
    width: 30px;
    float: left;
    height: 30px;
    margin-top: 0px;
}

html body div.ei_left div.ei_menu div.ei_menu_item#SIGNIN::before
{

    content: "\f023";
}

html body div.ei_left div.ei_menu div.ei_menu_item#GUESTS::before
{

    content: "\f228";
}

html body div.ei_left div.ei_menu div.ei_menu_item#GUESTBOOKS::before
{

    content: "\f2b9";
}

html body div.ei_left div.ei_menu div.ei_menu_item#CURRENT::before
{

    content: "\f017";
}

html body div.ei_left div.ei_menu div.ei_menu_item#FEEDBACKS::before
{

    content: "\f27a";
}

html body div.ei_left div.ei_menu div.ei_menu_item#USERS::before
{

    content: "\f007";
}

html body div.ei_left div.ei_menu div.ei_menu_item#ROLES::before
{

    content: "\f2bd";
}

html body div.ei_left div.ei_menu div.ei_menu_item#OUTLETS::before
{

    content: "\f1ad";
}

html body div.ei_left div.ei_menu div.ei_menu_item#CREWS::before
{

    content: "\f2c1";
}

html body div.ei_left div.ei_menu div.ei_menu_item#SERVICES::before
{

    content: "\f013";
}

html body div.ei_left div.ei_menu div.ei_menu_item#PACKAGES::before
{

    content: "\f290";
}

html body div.ei_left div.ei_menu div.ei_menu_item#ASSIGN::before
{

    content: "\f362";
}

html body div.ei_left div.ei_menu div.ei_menu_item#CALENDAR::before
{

    content: "\f073";
}

html body div.ei_left div.ei_menu div.ei_menu_item#RESERVATIONS::before
{

    content: "\f02e";
}

html body div.ei_left div.ei_menu div.ei_menu_item#ACCOUNTS::before
{

    content: "\f029";
}



/* LISTING */

html body div.ei_list table thead tr th,
html body div.ei_view table thead tr th {
    border-bottom: 2px solid #ededed;
    font-weight: 500;
}

html body div.ei_view table thead tr th {
    padding: 10px 18px;
}

html body div.ei_list
{
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}


html body table.ei_list
{
    border-top: 1px solid #dee2e6;
    width: 98%;
    margin: 1%;
}

html body table.ei_list tr th
{
    background-color: #f8f7f3;
    color: #000000;
}

html body table.ei_list tr td
{
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    padding: 8px 19px;
}

html body table.ei_list tr td.ei_yes_no {
    text-align: left;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTable tbody tr:hover td {
    background: transparent;
}

.dataTable tbody tr:hover
{
    background-color: #f1f5f0 !important;
}

html body   table.ei_list tr td span.ei_sort_value
{
    display: none;
}


html body  .dataTables_wrapper .dataTables_filter
{
    width: 300px;
    float: right;
    margin: 1%;
}


html body .dataTables_wrapper .dataTables_filter label
{
    display: block;
    float: left;
    width: 300px;

    line-height: 30px;
    height: 30px;
}

html body .dataTables_wrapper .dataTables_filter input
{
    display: block;
    float: right;
    width: 200px;

    line-height: 30px;
    height: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}



html body  table.ei_list tr td .ei_action
{

    float: left;
    padding: 0 1rem 0 1rem;
    text-align: center;
    color: #be9245;
    line-height: 1.8rem;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #be9245;
    margin-left: 5px;
    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  table.ei_list tr td .ei_action:hover
{

    background-color: #be9245;
    color: #fff;
    border: 1px solid #be9245;
}



html body div.ei_view
{
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

html body div.ei_layout_row.ei_middle div.ei_view div.ei_title
{
    line-height: 30px;
    font-size: 20px;
    background-color: #f2f2f2;
    color: #000000;
    padding: 25px 15px;
    margin-bottom: 10px;
}

html body div.ei_layout_row.ei_middle div.ei_view div.ei_entry
{
    float: left;
    padding: 0 15px;
    clear: both;
}

html body.guests-history div.ei_layout_row.ei_middle div.ei_view div.ei_entry {
    width: 100%;
}

html body div.ei_layout_row.ei_middle div.ei_view div.ei_entry label
{
    float: left;
    font-size: 16px;
    line-height: 30px;
    width: 120px;
}

html body.guestbooks-add .ei_toolbar a {
    border-bottom: 0 !important;
    line-height: 44px !important;
}

html body.profile-index div.ei_layout_row.ei_middle div.ei_view div.ei_entry div.ei_value {
    text-align: left;
}

html body div.ei_layout_row.ei_middle div.ei_view div.ei_entry div.ei_value
{
    float: left;
    font-size: 16px;
    line-height: 30px;
    width: 50px;
    max-width: calc(100% - 120px);
    text-align: center;
}

html body.guests-history div.ei_layout_row.ei_middle div.ei_view div.ei_entry div.ei_value.ei_n,
html body.guests-history div.ei_layout_row.ei_middle div.ei_view div.ei_entry div.ei_value.ei_amount {
    width: 50px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 20px;
    padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background: #be9245;
    color: #fff !important;
    border-radius: 2px;
}

html body.outletlistreport-index div.data_table,
html body.customerlistreport-index div.data_table {
    padding: 1%;
    float: left;
    background: #fff;
    margin: 1%;
    width: 98%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

html body.outletlistreport-index div.data_table table#report thead tr th:nth-last-child(1),
html body.customerlistreport-index div.data_table table#report thead tr th:nth-last-child(1) {
    text-align: right;
}

html body.outletlistreport-index div.data_table table#report thead tr th,
html body.customerlistreport-index div.data_table table#report thead tr th {
    font-weight: normal;
    color: #000;
}

html body.outletlistreport-index div.data_table table#report tbody tr td,
html body.customerlistreport-index div.data_table table#report tbody tr td {
    color: #000;
}

html body.outletlistreport-index div.data_table table#report tbody tr:hover,
html body.customerlistreport-index div.data_table table#report tbody tr:hover {
    background: #eff3f6;
}

html body.outletlistreport-index form div.generate_btn,
html body.customerlistreport-index form div.generate_btn {
    float: right;
    width: 100%;
    text-align: right;
}

html body.outletlistreport-index div.export,
html body.customerlistreport-index div.export {
    float: left;
    margin-left: 1%;
}

html body.outletlistreport-index table#report button,
html body.customerlistreport-index table#report button {
    margin-left: 1% !important;
    float: left !important;
}

html body.outletlistreport-index table thead tr th,
html body.customerlistreport-index table thead tr th {
    border-bottom: 2px solid #dee2e6;
    background: #eff3f6;
}

html body.outletlistreport-index table thead tr th,
html body.outletlistreport-index table tbody tr td,
html body.customerlistreport-index table thead tr th,
html body.customerlistreport-index table tbody tr td {
    padding: 1%;
}

html body.guestbooks-assign tbody tr.ei_guestbook {
    cursor: pointer;
}

html body.guestbooks-assign div.ei_popup_fullscreen {
    height: 100% !important;
    background: #e9e9e9;
}

html body.guestbooks-assign div.ei_popup_fullscreen div.ei_title {
    padding-top: 150px;
    font-size: 30px;
    margin: 0 35%;
    width: 30%;
}

html body.guestbooks-assign div.ei_popup_fullscreen div.ei_crew_row,
html body.guestbooks-assign div.ei_popup_fullscreen div.ei_package_row {
    margin: 1% 35%;
    width: 30%;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background: #fff;
}

html body.guestbooks-assign div.ei_popup_fullscreen div.ei_crew_tag,
html body.guestbooks-assign div.ei_popup_fullscreen div.ei_package_tag {
    background: #fff;
    font-size: 16px;
    border: 1px solid #539c75;
    color: #539c75;
    border-radius: 150px;
    padding: 0 20px;
    line-height: 40px;
    cursor: pointer;
    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.guestbooks-assign div.ei_popup_fullscreen div.ei_crew_tag:hover,
html body.guestbooks-assign div.ei_popup_fullscreen div.ei_package_tag:hover {
    background: #539c75;
    color: #fff;
}

html body.guestbooks-assign div.ei_layout_row.ei_header,
html body.guestbooks-add div.ei_layout_row.ei_header {
    /* display: none; */
}

html body.guestbooks-add div.ei_layout_row div.ei_layout_container div.ei_content,
html body.generalfeedbacks-add div.ei_layout_row div.ei_layout_container div.ei_content {
    background: #fff;
}

html body.guestbooks-add div.ei_layout_row.ei_header .ei_float_right,
html body.generalfeedbacks-add div.ei_layout_row.ei_header .ei_float_right {
    background: #2a3f54;
}

html body.guestbooks-add div.ei_layout_row.ei_header div.ei_header_search_bar,
html body.guestbooks-add div.ei_layout_row.ei_header div.ei_action_profile,
html body.generalfeedbacks-add div.ei_layout_row.ei_header div.ei_header_search_bar,
html body.generalfeedbacks-add div.ei_layout_row.ei_header div.ei_action_profile
{
    display: none;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen{
    padding-top: 30px;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen .ei_title {
    text-align: center;
    padding-bottom: 25px;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen div.ei_summary_col {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen div.ei_value_tag.ei_selected {
    border: 1px solid #aaa;
    color: #fff;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen .ei_data_entry_row {
    padding: 30px;
    background: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen .ei_link {
    width: auto;
    padding: 0 20px;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    border-radius: 150px;
    color: #fff;
    background-color: #539c75;
    border: 1px solid #539c75;
    font-style: normal;
    margin-right: 15px;
    cursor: pointer;
    transition: background-color 300ms ease-out;
    display: inline-block;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen .ei_link:hover {
    background: #539c75;
    border: 1px solid #539c75;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen .ei_input.ei_amount {
    margin-top: 15px;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen .ei_text.ei_package {
    font-size: 20px;
    font-weight: 500;
}

html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen div.ei_package_col,
html body.ei_show_content.guestbooks-assign .ei_popup_fullscreen div.ei_crew_col  {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 30px;
    background: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
}

.ei_form_field_alert ul li {
    font-size: 16px;
}

.ei_form_field_alert ul {
    margin-bottom: 10px;
}

html body.guests-history table.ei_list.table_guestbooks tbody tr.ei_form div.input {
    float: left;
    width: 40%;
    margin-right: 1%;
}

html body.guests-history table.ei_list.table_guestbooks tbody tr.ei_form td button {
    margin-right: 5px;
    line-height: 35px;
    font-size: 16px;
    float: left;
    margin-top: 20px;
}

html body.guests-history table.ei_list.table_guestbooks tbody tr.ei_form td button.ei_button.ei_ok {
    margin-left: 20px;
}

html body.guests-history table.ei_list.table_guestbooks tbody tr.ei_form td {
    background: #f5f5f5;
    padding: 25px;
}

html body.guests-history table.ei_list.table_guestbooks tbody tr.ei_form td input[type="text"] {
    box-shadow: none;
    width: 18%;
    float: left;
    margin-top: 20px;
    margin-bottom: 17px;
}

select {
    background-color: #fff;
}

html body.dashboard-index #div_chart_sales,
html body.dashboard-index #div_chart_guest,
html body.dashboard-index .ei_div_dashboard_table_sales,
html body.dashboard-index .ei_div_dashboard_table_guest  {
    background: #fff;
    /*box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);*/
    border-radius: 6px;
    padding-bottom: 20px;
}

html body.dashboard-index .ei_div_dashboard_table_sales table#table_sales thead tr th,
html body.dashboard-index .ei_div_dashboard_table_guests table.table_guests thead tr th {
    background: #eff3f6;
    font-weight: normal;
    color: #000;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

html body.dashboard-index .ei_div_dashboard_table_sales table#table_sales tbody tr td,
html body.dashboard-index .ei_div_dashboard_table_guests table.table_guests tbody tr td {
    color: #000;
}

html body.dashboard-index .ei_div_dashboard_table_sales table#table_sales tbody tr:hover,
html body.dashboard-index .ei_div_dashboard_table_guests table.table_guests tbody tr:hover {
    background: #eff3f6 !important ;
}

html body.dashboard-index .ei_div_dashboard_table_sales,
html body.dashboard-index .ei_div_dashboard_table_guest  {
    padding: 2%;
    background: #fff;
    margin-top: -10px;
}

html body.customerlistreport-index .ei_checkpoint_group .checkbox,
html body.outletlistreport-index .ei_checkpoint_group .checkbox {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

html body.customerlistreport-index .ei_checkpoint_group .checkbox input,
html body.outletlistreport-index .ei_checkpoint_group .checkbox input {
    width: auto;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

html body.customerlistreport-index .ei_checkpoint_group,
html body.outletlistreport-index .ei_checkpoint_group {
    float: left;
    width: 70%;
}

html body.customerlistreport-index .ei_checkpoint_group .input.select,
html body.outletlistreport-index .ei_checkpoint_group .input.select {
    padding: 10px 0;
}

.picker, .picker__holder {
    width: 500px;
}

.picker__day, .picker__weekday {
    text-align: center;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box table#from-date_table tbody tr td {
    padding-left: 0;
    padding-right: 0;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__header select {
    width: 50%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button {
    line-height: 18px;
    background: #222;
    margin-right: 0;
    border: 0;
    margin-bottom: 10px;
    width: auto;
    padding: 8px 20px;
    transition: background-color 300ms ease-out;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button::before {
    display: none;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button.picker__button--today,
.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button.picker__button--clear {
    background: #fff;
    border: 1px solid #539c75;
    color: #539c75;
    margin-right: 5px;
    display: inline-block;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button.picker__button--today:hover,
.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button.picker__button--clear:hover {
    background: #539c75;
    border: 1px solid #539c75;
    color: #fff;
}

.picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer button.picker__button--close:hover {
    color: #fff;
}

.picker__nav--next:before {
    border-left: .4rem solid #000;
}

.picker__nav--prev:before {
    border-right: .4rem solid #000;
}

.picker__nav--next:before, .picker__nav--prev:before {
    border-top: .3rem solid transparent;
    border-bottom: .3rem solid transparent;
}

html body.dashboard-index .ei_col12 {
    float: left;
    width: 100%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 2em;
    border-radius: 6px;
}

.div_logo {
    float: left;
    text-align: center;
    width: 100%;
}

html body.guestbooks-add div.ei_layout_row.ei_header .ei_row_left {
    width: 99%;
    margin: 18px 0;
    float: left;
}

html body.guestbooks-add div.ei_layout_row.ei_header .ei_row_right {
    width: 1%;
    border-left: 0;
    padding-right: 0;
}

html body.guestbooks-add div.ei_layout_row.ei_header .ei_row_left {
    padding: 0;
}

html body.guestbooks-add div.ei_layout_row.ei_header .ei_row_left a {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 0;
}

html body div.ei_layout_row.ei_header .ei_row_left {
    padding: 20px 25px;
}

html body div.ei_layout_row.ei_header .ei_row_left a {
    text-align: left;
    font-size: 16px;
    color: #fff;
}

/*** GUEST BOOKS ***/

html body.profile-index div.ei_layout_row div.ei_layout_container div.ei_content div.ei_view div.ei_entry::nth-child(1) {
    border-left: 0;
}

html body.profile-index div.ei_layout_row div.ei_layout_container div.ei_content div.ei_view div.ei_entry {
    width: 33.33%;
    float: left;
    clear: none;
    border-left: 1px dashed #ddd;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

html body.profile-index div.ei_layout_row div.ei_layout_container div.ei_content div.ei_view div.ei_entry label {
    color: #bbb;
    font-style: italic;
}

html body.profile-index div.ei_layout_row div.ei_layout_container div.ei_content div.ei_view div.ei_entry label,
html body.profile-index div.ei_layout_row div.ei_layout_container div.ei_content div.ei_view div.ei_entry .ei_value {
    width: 100%;
}

html body div.ei_layout_row.ei_middle {
    border-top: 1px solid #032620;
}

html body div.ei_left div.ei_menu div.ei_menu_item {
    font-size: 16px;
}

html body div.ei_left div.ei_menu div.ei_menu_item,
html body div.ei_layout_row.ei_header div.ei_row_left {
    padding: 15px 20px;
}

@media (max-width: 1280px) {
    html body.users-login form.ei_form {
        width: 70%;
        margin: 30px 15%;
    }

    html body div.ei_logo {
        width: 130px !important;
    }
}

@media (max-width: 800px) {
    html body button, html body div.ei_button {
        line-height: 16px;
        font-size: 13px;
        padding: 0 10px;
    }
    html body.guestbooks-index button, html bodyguestbooks-index div.ei_button {
        line-height: 40px;
    }

    html body form.ei_form div.ei_toolbar {
        float: left;
    }

    html body div.ei_left div.ei_menu div.ei_menu_item {
        font-size: 16px;
    }

    html body div.ei_layout_row.ei_header {
        padding: 0 0 10px 0;
    }

    html body div.ei_layout_row.ei_header div.ei_row_left {
        padding-bottom: 0;
        background: transparent;
        border-bottom: 0;
    }

    html body div.ei_layout_row.ei_header div.ei_row_right {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 0;
    }

    html body div.ei_layout_row.ei_header div.ei_row_right,
    html body div.ei_layout_row div.ei_layout_container	{
        background: transparent;
    }

    html body div.ei_layout_row.ei_header .ei_row_left a {
        font-size: 20px;
    }

    html body div.ei_left div.ei_menu div.ei_menu_item {
		
    }

    html body div.ei_left div.ei_menu div.ei_menu_item::before {
        text-align: center;
        padding-bottom: 5px;
    }

    html body div.ei_layout_row.ei_header div.ei_row_left,
    html body.ei_show_left div.ei_layout_row div.ei_layout_container div.ei_left,
    html body div.ei_layout_row.ei_header div.ei_row_right,
    html body.ei_show_left div.ei_layout_row div.ei_layout_container div.ei_content {
        width: 100%;
    }

    html body div.ei_row div.ei_float_left {
        display: none;
    }

    html body div.ei_layout_row.ei_header .ei_float_right {
        width: auto;
        padding: 0;
        text-align: center;
        float: left;
        padding: 0 20px;
    }

    html body div.ei_layout_row.ei_header div.ei_row_left,
    html body div.ei_layout_row.ei_header div.ei_row_left a {
        text-align: center;
    }

    html body div.ei_logo {
        width: 100% !important;
    }

    html body div.ei_layout_row.ei_header div.ei_row_right {
        border-left: 0;
    }

    html body table.ei_list tr td,
    table.dataTable thead th,
    table.dataTable thead td	{
        padding: 8px 10px;
    }
	
	html body.guests-index div.ei_layout_row.ei_header .ei_float_right {
		width: 100%;
	}
	
	html body div.ei_left div.ei_menu a:nth-child(1) div.ei_menu_item {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	html body div.ei_left div.ei_menu a:nth-child(2) div.ei_menu_item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	html body div.ei_left div.ei_menu a:nth-child(3) div.ei_menu_item {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	
	html body div.ei_left div.ei_menu a:nth-child(4) div.ei_menu_item {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	
	html body div.ei_header_search_bar {
		width: 75% !important;
	}

    html body div.ei_left div.ei_menu div.ei_menu_item {
        width: 49.65%;
        margin: 0.16%;
        float: left;
    }
    html body div.ei_left div.ei_menu a:last-child div.ei_menu_item {
        width: 100%;
        margin: 0.16%;
        float: left;
        text-align: center;
    }

    html body.guestbooks-index div.ei_search_form div.input,
    html body.guests-index div.ei_search_form div.input {
        float: left;
        width: 50%;
    }

    html body.guests-edit form.ei_form div.input label,
    html body.guests-edit form.ei_form div.input input,
    html body.guests-edit form.ei_form div.input select,
    html body.guests-add form.ei_form div.input label,
    html body.guests-add form.ei_form div.input input,
    html body.guests-add form.ei_form div.input select {
        width: 100%;
        float: left;
    }

    html body.guests-edit form.ei_form div.ei_options_row div.input,
    html body.guests-add form.ei_form div.ei_options_row div.input {
        width: 100%;
        float: left;
    }

    html body.guests-edit form.ei_form div.ei_options_row label,
    html body.guests-add form.ei_form div.ei_options_row label {
        display: none;
    }

    html body.guests-edit form.ei_form div.input div.ei_note,
    html body.guests-add form.ei_form div.input div.ei_note {
        width: 100%;
        float: left;
    }

    html body.guests-edit form.ei_form div.input.select,
    html body.guests-add form.ei_form div.input.select {
        width: 100%;
        float: left;
    }

    html body.guests-edit form.ei_form div.input,
    html body.guests-add form.ei_form div.input {
        float: left;
        width: 50%;
        max-width: none;
        clear: none;
    }

    html body.guestbooks-add div.ei_layout_row.ei_header .ei_row_left {
        width: 100% !important;
    }

    html body.guestbooks-add div.ei_layout_row.ei_header .ei_row_right {
        width: 5% !important;
        margin: 0;
    }

    html body.guestbooks-add div.ei_layout_row.ei_header .ei_float_right {
        background: transparent;
    }

    html body.guestbooks-add form.ei_form .ei_title {
        margin: 1% 25% 0 25% !important;
        color:#fff !important;
    }

    html body form.ei_form,
    html body div.ei_list,
    html body div.ei_view {
        margin: .2%;
    }

    html body div.ei_list {
        margin-top: 1%;
    }
}

@media (max-width: 768px) {
    html body.users-login form.ei_form {
        width: 50%;
        margin: 30px 25%;
    }
}

table.ei_calendar {
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

td.ei_yes_no i.fas.fa-check-circle {
    color: #539c75;
    font-size: 16px;
}

html body.guestbooks-assign div.ei_content div.ei_title {
    background: #685039;
    color: #fff;
}

html body.guestbooks-assign table.ei_list {
    width: 98%;
    margin: 1%;
}

html body.guestbooks-assign div.ei_content div.ei_popup_fullscreen div.ei_title {
    background: transparent;
    color: #212529;
    width: 70%;
    margin: 0 15%;
    font-size: 24px;
}

html body.guestbooks-assign div.ei_popup_fullscreen div.ei_crew_row,
html body.guestbooks-assign div.ei_popup_fullscreen div.ei_package_row {
    width: 70%;
    margin: 2% 15%;
    padding: 15px;
}

html body.guestbooks-add form.ei_form
{
    margin: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

html body.guestbooks-add form.ei_form legend
{
    background: #e9e9e9;
    color: #222;
    border-radius: 0;
    text-align: center;
    display: none;
}

html body.guestbooks-add form.ei_form .ei_title {
    text-align: center;
    font-size: 22px;
    margin: 1% 0 0 0 !important;
    line-height: 30px;
    color:#fff !important;
}

html body.guestbooks-add form.ei_form .ei_form_text div.input.text label,
html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input label	{
    display: none;
}

/*html body.guestbooks-add div.ei_layout_row.ei_header,
html body.guestbooks-add div.ei_layout_row.ei_header div.ei_row_right {
    background: #fff;
}*/

html body.guestbooks-add div.ei_layout_row.ei_header div.ei_icon i {
    color: #fff;
}

html body.guestbooks-add form.ei_form .ei_form_text div.input.text {
    text-align: center;
    max-width: none;
    width: 100%;
    float: left;
}

html body.guestbooks-add form.ei_form .ei_form_text div.action button {
    min-width: 100%;
    text-align: center;
}
html body.guestbooks-add form.ei_form .ei_form_text div.action button:hover, html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar button:hover{
    color: #be9245;
    border: 1px solid #be9245;
}

html body.guestbooks-add form.ei_form .ei_form_text div.action {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0px 15px;
}

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input input,
html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input select {
    width: 100%;
}

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input,
html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input {
    width: 50%;
    float: left;
    clear: none;
    padding: 10px 5px;
}

html body.guestbooks-add form.ei_form .ei_toolbar {
    padding: 10px 5px;
}

html body.guestbooks-add form.ei_form .ei_toolbar a {
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 2px;
    color: #fff;
    background-color: #ce0032;
    border: 1px solid #ce0032;
    font-style: normal;
    cursor: pointer;
    transition: background-color 300ms ease-out;
    float: left;
    margin-right: 10px !important;
}

html body.guestbooks-add form.ei_form .ei_toolbar a:hover {
    background: #ce0032;
    border: 1px solid #ce0032;
}

html body.guestbooks-add form.ei_form .ei_form_text button {
    float: left;
    border-radius: 2px;
    text-align: left;
    margin-top: 10px;
    line-height: 46px;
}

html body.guestbooks-add form.ei_form .ei_form_text div.input.text input {
    width: 100%;
    height: 3rem;
}

html body.guestbooks-add form.ei_form .ei_form_text {
    text-align: center;
    padding: 10px 5px;
    background: transparent !important;
}

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 .welcome-text {
    font-size: 28px;
    line-height: 36px;
    color: #be9245 !important;
}

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input {
    text-align: center;
    max-width: none;
}

/**html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input input,
html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.input select {
    width: 52%;
    float: left;
    margin-left: 23%;
}**/

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar {
    width: 100%;
}

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar button {
    border-radius: 2px;
    line-height: 45px;
}

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 .ei_form_text .not-found {
    font-size: 16px;
    border: 1px dotted #be9245;
    border-radius: 2px;
    background: #be9245;
    padding: 0.5rem;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

html body.guestbooks-add form.ei_form div.input div.ei_form_field_alert {
    width: 100% !important;
    text-align: center !important;
    padding-top: 5px;
}

html body.guestbooks-add form.ei_form div.input div.ei_form_field_alert ul {
    list-style-type: none;
}

html body.guestbooks-add form.ei_form div.input div.ei_form_field_alert ul li {
    font-size: 16px !important;
}

html body.guestbooks-add div.ei_logo,
html body.generalfeedbacks-add div.ei_logo {
    background-position: left;
}

html body.generalfeedbacks-add div.ei_layout_row.ei_header .ei_row_left {
    width: 72%;
    text-align: left;
}

html body.generalfeedbacks-add div.ei_layout_row.ei_header .ei_row_right {
    width: 18%;
}

html body.guestbooks-add div.ei_logo {
    width: auto;
    float: none;
}

div.ei_col6{
    width: 50%;
    float: left;
    padding: 10px;

}

.chart {
    width: 100%;
    min-height: 450px;
}

html body table.ei_calendar
{

}

html body table.ei_calendar th
{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

html body table.ei_calendar td
{
    border: solid 1px #e2e2e2;
    padding: 0;
}

html body table.ei_calendar td.ei_date
{
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

html body table.ei_calendar td.ei_confirmed
{
    background-color: rgba(60, 171, 148, 0.08);
    cursor: pointer;
}


html body div.ei_schedule_slot
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 36px;
    margin: 5px;
}

html body div.ei_td_action
{
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
}

.ei_toolbar a {
    float: left;
    width: auto;
    padding-left: 1rem;
}

.ei_float.therapist {
    float: left;
    width: 10%;
    margin: 1.5%;
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 1%;

    left: 0;
    bottom: 0;
}

.ei_float.therapist .ei_tag button {
    line-height: 30px;
    font-size: 16px;
    padding: 0 14px;
    margin-right: 3px;
}

.ei_tag {
    float: left;
    width: auto;
    margin-top: 10px;
}

.ei_text#ei_available_therapist {
    font-size: 24px;
    background: #539c75;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

input#ei_available_therapist {
    border: solid 1px #ced4da;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
}

.ei_tag .ei_action .fas {
    margin-top: 15px;
}

html body form.ei_form .ei_search_form div.input {
    clear: inherit;
}

html body form.ei_form .ei_search_form div.input.checkbox.ei_option_group {
    clear: inherit;
    max-width: 100%;
    width: 100%;
}

html body form.ei_form .ei_search_form div.input.checkbox.ei_option_group > label {
    width: 8%;
}

html body form.ei_form .ei_search_form div.input.checkbox.ei_option_group div.ei_options div.ei_option {
    width: 20%;
    display: inline-block;
    line-height: 30px;
    padding-right: 10px;
}

html body form.ei_form .ei_search_form div.input.checkbox.ei_option_group div.ei_options div.ei_option input[type=checkbox] {
    height: 30px;
}

div.reservation-container {
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border-top: 1px solid #dee2e6;
}

html body.guests-history div.ei_left.ei_guset_details .ei_value,
html body.guests-history div.ei_middle.ei_summary .ei_value,
html body.guests-history div.ei_right.ei_summary .ei_value {
    font-weight: bold;
}

html body.guests-history div.ei_right.ei_summary .ei_value.ei_n {
    padding-right: 15px;
}

html body.guests-history div.ei_left.ei_guset_details,
html body.guests-history div.ei_middle.ei_summary,
html body.guests-history div.ei_right.ei_summary {
    width: 33.33% !important;
    float: left;
}

table.ei_list.table_reservations {
    float: left;
    width: 98%;
    margin: 1%;
}

table.ei_list.table_reservations tr th {
    background-color: #eff3f6;
    color: #000000;
    font-weight: 500;
    border-bottom: 2px solid #dee2e6;
}

table.ei_list.table_reservations tbody > tr > td:nth-first-child(1) {
    width: 10% !important;
}

table.ei_list.table_reservations tbody > tr > td:nth-first-child(2) {
    width: 90% !important;
}

html body.guests-search div.ei_no_return_data {
    float: left;
    width: 98%;
    margin: 1%;
    background-color: #ffffff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 3%;
    text-align: center;
}

html body.guests-search div.ei_no_return_data .ei_title {
    font-size: 24px;
    padding-bottom: 5px;
}

html body.guests-search div.ei_no_return_data .ei_text {
    font-size: 16px;
}

div.ei_confirmed
{
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;

    background-color: #000000;
    color: #ffffff;

    font-weight: 900;
}

html body div.ei_schedule_slot div.ei_remark
{
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
    padding-left: 36px;
}


div.ei_badge
{
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;

    border-radius: 10px;

    background-color: #e2162e;
    color: #ffffff;
    font-weight: 900;
}

html body.pages-reservation form.ei_form div.input.textarea {
    width: 100%;
    float: left;
}

html body.pages-reservation .ei_content form button,
html body.reservations-edit .ei_content form button
{
    float: right;
    display: block;
    margin-right: 25px;
    margin-top: 100px;
}

html body div.ei_popup_background[ei_type=ei_popup] div.ei_popup_container
{
    width: 80%;
    margin-left: 10%;
}




html body div.input.ei_option_group div.ei_options
{
    float: left;
    width: 70%;
}

html body div.input.ei_option_group div.ei_options div.ei_option
{
    float: left;
    width: 100%;
}

html body div.input.ei_option_group div.ei_options div.ei_option input
{
    float: left;
    width: auto;
}

html body div.input.ei_option_group div.ei_options div.ei_option div.ei_text
{
    float: left;
    width: auto;
    padding-left: 10px;
}

html body div.ei_layout_row.ei_middle div.ei_view div.ei_entry>div.ei_entry {
    padding-left: 0;
    padding-right: 0;
}




html body span.ei_splitter
{
    padding-left: 1rem;
    padding-right: 1rem;
    color: #aaaaaa;
}


html body.generalfeedbacks-add form.ei_form
{
    margin: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

html body.generalfeedbacks-add form.ei_form legend
{
    background: #f9f9f9;
    color: #222;
    border-radius: 0;
    text-align: center;
}

html body.generalfeedbacks-add form.ei_form .ei_title {
    text-align: center;
    font-size: 22px;
    width: 50% !important;
    margin: 5% 25% 0 25% !important;
    line-height: 30px;
}

html body.generalfeedbacks-add form.ei_form .ei_form_text div.input.text label,
html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 div.input label	{
    display: none;
}

/*html body.generalfeedbacks-add div.ei_layout_row.ei_header,
html body.generalfeedbacks-add div.ei_layout_row.ei_header div.ei_row_right {
    background: #fff;
}*/

html body.generalfeedbacks-add div.ei_layout_row.ei_header div.ei_icon i {
    color: #fff;
}

html body.generalfeedbacks-add form.ei_form .ei_form_text div.input.text {
    text-align: center;
    max-width: none;
    width: 50%;
    /**margin: 0 25%;**/
    margin-left: 22%;
    float: left;
}


.reservation-action {
    width: 18%;
    margin-top: 1em;
}

.customer-action {
    width: 13%;
    margin-top: 1em;
}

.ei_toolbars button, .ei_toolbars div.ei_button {
    margin-right: 15px;
}

html body.generalfeedbacks-add form.ei_form .ei_toolbar a:hover {
    background: #539c75;
    border: 1px solid #539c75;
}

html body.generalfeedbacks-add form.ei_form .ei_form_text button {
    float: left;
    border-radius: 2px;
    text-align: left;
    margin-top: 10px;
    line-height: 46px;
    margin-left: -1%
}

html body.generalfeedbacks-add form.ei_form .ei_form_text div.input.text input {
    width: 100%;
    height: 3rem;
}

html body.generalfeedbacks-add form.ei_form .ei_form_text {
    text-align: center;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 .welcome-text {
    font-size: 28px;
    line-height: 36px;
    color: #685039;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 .ei_form_text {
    padding-top: 20px;
    margin-top: 30px;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 div.input {
    text-align: center;
    max-width: none;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 div.input input,
html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 div.input select {
    width: 52%;
    float: left;
    margin-left: 23%;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar {
    width: 100%;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar button {
    line-height: 45px;
}

html body.generalfeedbacks-add form.ei_form .ei_guestbook_add_step_2 .ei_form_text .not-found {
    font-size: 16px;
    border: 1px dotted #e27878;
    border-radius: 2px;
    background: #f6e8e8;
    padding: 0.5rem;
    width: 52%;
    margin-top: 30px;
    margin-bottom: 15px;
    float: left;
    margin-left: 23%;
    margin-right: 22%;
}

html body.generalfeedbacks-add form.ei_form div.input div.ei_form_field_alert,
html body.generalfeedbacks-add form.ei_form div.ei_rating_row div.ei_form_field_alert
{
    width: 70% !important;
    text-align: left !important;
    padding-top: 5px;
    margin-left: 30% !important;
}

html body.generalfeedbacks-add form.ei_form div.input div.ei_form_field_alert ul li {
    font-size: 16px !important;
}

html body.generalfeedbacks-add div.ei_logo {
    width: auto;
    float: none;
}


html body.generalfeedbacks-add form.ei_form div.input
{
    max-width: 100%;
}

html body.generalfeedbacks-add div.ei_rating_row
{
    width: 100%;
}

html body.generalfeedbacks-add div.ei_rating_row div.ei_label
{
    display: block;
    float: left;
    width: 30%;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
}

html body.generalfeedbacks-add div.ei_rating_row div.ei_rating_value
{
    display: block;
    float: right;
    width: 70%;
    margin: 0;
    padding: 10px 0;
    line-height: 20px;
    text-align: left;
}

html body.generalfeedbacks-add form.ei_form div.input > label,
html body.generalfeedbacks-add form.ei_form div.ei_rating_row div.ei_label {
    text-align: left;
}

html body.generalfeedbacks-add form.ei_form div.ei_rating_row div.ei_label {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

html body.generalfeedbacks-add form.ei_form div.ei_rating_row {
    padding: 0 15px;
    float: left;
}


html body.generalfeedbacks-add div.ei_rating_row i.fas.fa-star
{

    font-size: 20px;
    color: #aaaaaa;
    cursor: pointer;
}

html body.generalfeedbacks-add div.ei_rating_row i.fas.fa-star.ei_selected
{
    color: #539c75;
}

html body.generalfeedbacks-add form.ei_form div.ei_toolbar {
    display: block;
    margin: auto;
    float: right;
    width: 50%;
    text-align: left;
    font-style: italic;
    font-size: 16px;
    padding: 10px;
    clear: both;
}


html body div.ei_list div.ei_toolbar,
html body div.ei_view div.ei_toolbar
{
    padding: 10px;
}


html body div.ei_toolbars div.ei_entry.ei_hidden
{
    float: left;
    width: auto;

    margin-top: 14px;
}


html body div.ei_toolbars div.ei_entry.ei_hidden label
{
    display: block;
    float: left;
    width: 120px;
    line-height: 40px;
}

html body div.ei_toolbars div.ei_entry.ei_hidden select
{
    display: block;
    float: left;
    width: 100px;
    line-height: 40px;
}

html body div.ei_toolbars div.ei_entry.ei_hidden div.ei_close_entry
{
    display: block;
    float: left;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

html body div.ei_float_right>a {
    float: left;
}

.ei_icon.ei_action.ei_action_user_guide {
    background: #539c75;
    border-radius: 150px;
    line-height: 20px !important;
    padding: 10px 20px;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-top: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 16px !important;
    transition: background-color 300ms ease-out;
    border: 1px solid #539c75;
    margin-right: 10px;
}

.ei_icon.ei_action.ei_action_user_guide:hover {
    background: #539c75;
    border: 1px solid #539c75;
    transition: background-color 300ms ease-out;
}

.ei_icon.ei_action.ei_action_user_guide::before {
    content: "* "
}



html body div.ei_payment
{
    cursor: pointer;

    width: auto;

    flaot: left;
    padding: 0.5rem;
}

html body div.ei_payment.ei_selected
{
    border: 1px solid #004339;
    border-radius: .15rem;
    background: #004339;
    color: #fff;
}

/*** TABLET CSS ***/

html body.guestbooks-add form.ei_form .ei_guestbook_add_step_1,
html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 {
    width: 50%;
    margin-left: 25%;
    float: left;
}

html body.guestbooks-add .ei_row_left {
    width: 100%;
}

html body.guestbooks-add .ei_row_middle,
html body.guestbooks-add .ei_row_right {
    display: none;
}

.ei_popup_buttons button.ei_button_cancel {
    background-color: #222 !important;
}

html body.guestbooks-index form.ei_form .ei_search_form div.input {
    width: 100%;
    max-width: none;
}

html body.guests-index form.ei_form .ei_search_form div.input {
    width: 50%;
    max-width: none;
}

html body.guestbooks-index form.ei_form .ei_search_form div.input > label,
html body.guestbooks-index form.ei_form .ei_search_form div.input > label {
    width: 35%;
}

html body.guestbooks-index form.ei_form .ei_search_form div.input > select,
html body.guestbooks-index form.ei_form .ei_search_form div.input > input,
html body.guests-index form.ei_form .ei_search_form div.input > select,
html body.guests-index form.ei_form .ei_search_form div.input > input {
    width: 65%;
    text-align: left;
}

html body.guestbooks-index form.ei_form .ei_search_form div.input > input[type=checkbox] {
    height: 20px;
}

html body.guestbooks-index form.ei_form .ei_search_form div.input > input.checkbox {
    text-align: left;
}

html body.guests-index form button {
    margin-right: 5px;
    margin-left: 5px;
}

table thead tr th,
table tbody tr td {
    font-size: 16px;
}

html body.guests-index .ei_header_search_bar form button {
    margin: 0;
}

html body.profile-index .company_logo #div_logo img {
    border: 1px solid #ddd;
    border-radius: 2px;
    max-width: 300px;
    max-height: 300px;
    padding: 20px;
}

html body.profile-index div.ei_layout_row.ei_middle div.ei_view div.ei_entry div.ei_value {
    max-width: none;
}

html body.profile-index div.ei_layout_container div.ei_content > form div.input > label {
    width: 45%;
}

html body.profile-index div.ei_layout_container div.ei_content > form div.input > input {
    width: 55%;
}

html body.profile-index div.ei_layout_container div.ei_content form div.input {
    max-width: none;
}

html body.profile-index .ei_view > form.ei_form,
html body.guests-edit .ei_content > form div.ei_list {
    margin: 1%;
    box-shadow: none;
}

html body.guestbooks-index div.ei_list table.dataTable.no-footer label,
html body.guests-index div.ei_list table.dataTable.no-footer label {
    color: #aaa;
    width: 100%;
    float: left;
    font-size: 16px;
}

html body.guestbooks-index div.ei_list table.dataTable.no-footer span,
html body.guests-index div.ei_list table.dataTable.no-footer span {
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

html body div.ei_payment {
    width: auto;
}

html body.guests-index table.ei_list tr td.customer-action .ei_action {
    border: 0;
    padding: 0;
    font-size: 30px;
}

html body.guests-index table.ei_list tr td.customer-action .ei_action:hover {
    background: transparent;
    color: #222;
}

html body.guestbooks-add .div_logo {
    width: 100%;
    padding: 20px;
}

html body.guestbooks-add .div_logo img {
    max-width: 300px;
    max-height: 300px;
}

@media only screen and (min-device-width:1200px) and (max-device-width:1920px) and (orientation : landscape) {
    html body.guestbooks-add form.ei_form .ei_title {
        font-size: 22px !important;
        line-height: 32px;
        color:#fff !important;
    }

    html body form.ei_form div.input input,
    html body button,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_1 div > a,
    html body form.ei_form div.input select,
    html body form.ei_form div.input textarea,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar a  {
        font-size: 16px !important;
    }

    html body.guestbooks-add form.ei_form .ei_form_text div.input.text input {
        height: 4rem !important;
    }

    html body.guestbooks-add form.ei_form .ei_form_text button,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar button,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar a {
        line-height: 50px !important;
    }

    html body.guestbooks-add form.ei_form #ei_greeting span.welcome-text {
        font-size: 30px !important;
        line-height: 44px;
    }

    html body.guestbooks-add form.ei_form #ei_greeting span {
        font-size: 22px !important;
        line-height: 32px;
        color:#fff;
    }

    html body form.ei_form div.input input, html body form.ei_form div.input select {
        height: 4rem !important;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:1920px) and (orientation : portrait) {
    html body.guestbooks-add form.ei_form .ei_title {
        font-size: 22px !important;
        line-height: 32px !important;
        color:#fff !important;
    }

    html body form.ei_form div.input input,
    html body button,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_1 div > a,
    html body form.ei_form div.input select,
    html body form.ei_form div.input textarea,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar a {
        font-size: 16px !important;
    }

    html body.guestbooks-add form.ei_form .ei_form_text div.input.text input {
        height: 4rem !important;
    }

    html body.guestbooks-add form.ei_form .ei_form_text button,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar button,
    html body.guestbooks-add form.ei_form .ei_guestbook_add_step_2 div.ei_toolbar a {
        line-height: 30px !important;
    }

    html body.guestbooks-add form.ei_form #ei_greeting span.welcome-text {
        font-size: 30px !important;
        line-height: 44px;
    }

    html body.guestbooks-add form.ei_form #ei_greeting span {
        font-size: 22px !important;
        line-height: 32px;
        color:#fff;
    }

    html body form.ei_form div.input input, html body form.ei_form div.input select {
        height: 4rem !important;
    }
}
html body.guestbooks-index form.ei_form .ei_search_form div.input > input[type=checkbox]{
    height: 40px !important;
}
table tr:nth-of-type(even) {
    background: #f6f6f6 !important;
}
html body.guestbooks-add div.ei_layout_row div.ei_layout_container div.ei_content, html body.guestbooks-add form.ei_form{
     background: #004339;
}
html body.guests-edit form.ei_form div.input, html body form.ei_form div.ei_options_row{
    max-width: 100%;
}
html body form.ei_form div.ei_options_row > div.input.checkbox input {
    width: 40px;
}
html body form.ei_form div.ei_options_row > div.input > label{
    margin-top: 22px;
}
html body.guestbooks-add button{
    padding: 0px 20px !important;
}
html body.guestbooks-add .ei_popup_buttons button, html body.guestbooks-add .ei_popup_buttons button.ei_cancel{
    padding: 10px 20px !important;
    line-height: 22px;
}
html body.users-login form.ei_form div.ei_left, html body.users-login form.ei_form div.ei_right{
    width: 100% !important;
    padding: 0 15% !important;
    border: 0;
}
html body.users-login form.ei_form div.input {
    max-width: 100% !important;
}
html body.users-login div.ei_logo{
    background-size: 200px !important;
    margin-bottom: 40px;
}
.btn {
    background: #004339;
    border-color: #004339;
    font-size: 16px;
}