/** Default style */

body .u-eip-edit-box, body .u-eip-meta-box {
    background-color: transparent !important;
}

.copyright {
    text-align: right;
}
.copyright p {
    margin: 0;
    font-size: 13px;
}

.copyright-delete {
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    overflow: hidden;
    background: none;
    background-color: #2d3645;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -ms-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px 0px #fff;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
}

.button_icon {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    text-shadow: 1px -1px #606060;
    font-family: Verdana, sans-serif;
    position: relative;
    top: -1.1px;
}

.button_text {
    color: #FFF;
    font-size: 12px;
    line-height: 23px;
    padding: 0px 10px 0px 0px;
    text-shadow: 1px -1px #606060;
    vertical-align: middle;
    display: inline-block;
}

.delete-copyright_popup_content {
    margin: 35px;
}

.copyright-delete .buttonx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 3px;
    width: auto;
    height: auto;
}

.copyright-delete .button_text {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Tahoma',Arial,sans-serif;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 10px 0px 0px;
    text-shadow: none;
    vertical-align: middle;
}

/* Page settings style */
#pageSettingsPanel {
    z-index: 10001;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    width: 280px;
    border-right: 1px solid #f2f2f3;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
}

#pageSettingsToggle {
    width: 30px;
    padding: 10px 3px;
    margin: 0;
    background: #fff;
    position: fixed;
    top: 100px;
    left: 280px;
    font-family: sans-serif;
    color: rgb(37, 37, 37);
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
#pageSettingsToggle.border {
    border: 1px solid rgba(213, 213, 213, 0.9);
    border-left: none;
}

#pageSettingsPanel.left_block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#pageSettingsPanel .scroll_container {
    max-height: 100vh;
    overflow-x: hidden;
}

#pageSettingsPanel .title {
    font-size: 16px;
    font-weight: bold;
    color: #4c4f5b;
}

#pageSettingsPanel .left_block--blocks {
    padding: 30px 25px 35px 25px;
    border-bottom: 1px solid #f2f2f3;
}

#pageSettingsPanel .left_block--blocks .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

#pageSettingsPanel .left_block--blocks .block .block--item {
    width: 60px;
    height: 65px;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pageSettingsPanel .left_block--blocks .block .block--item.active {
    border: 1px solid #00a0dc;
}

#pageSettingsPanel .left_block--blocks .block .block--item i {
    display: inline-block;
    width: 32px;
    height: 38px;
    background-position: 0 0;
}

#pageSettingsPanel .left_block--blocks .block .block--item.active i {
    background-position: -52px 0;
}

#pageSettingsPanel .left_block--menu {
    padding: 30px 25px 35px 25px;
    border-bottom: 1px solid #f2f2f3;
}

#pageSettingsPanel .left_block--btn {
    padding: 30px 25px 35px 25px;
}

#pageSettingsPanel .left_block--btn .blue_btn {
    width: 100%;
}

#pageSettingsPanel .switch_checkbox_container {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox_text {
    text-decoration: none;
    font-size: 13px;
    color: #4c4f5b;
    line-height: 15px;
    margin-right: auto;
    max-width: 180px;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox {
    width: 40px;
    min-width: 40px;
    position: relative;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border: none;
    outline: none;
    z-index: 1000;
    cursor: pointer;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox input[type="checkbox"]:checked + label:before {
    left: 21px;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox input[type="checkbox"]:checked + label {
    background: #00a0dc;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox label {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #e2e8ee;
    cursor: pointer;
}

#pageSettingsPanel .switch_checkbox_container .switch_checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: 2px;
    left: 3px;
    right: auto;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#pageSettingsPanel .switch_checkbox_container .delete-page {
    margin-left: 15px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid #e2e8ee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

#pageSettingsPanel .switch_checkbox_container .delete-page:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e2e8ee;
    height: 1px;
    width: 12px;
}

#pageSettingsPanel .switch_checkbox_container .delete-page:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #e2e8ee;
    height: 1px;
    width: 12px;
}

#pageSettingsPanel .blue_btn {
    display: inline-block;
    background: #00a0dc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 30px;
    text-decoration: none;
    border: 1px solid #00a0dc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
}

#pageSettingsPanel .blue_btn:hover {
    background: transparent;
    color: #00a0dc;
}

#pageSettingsPanel .switch_checkbox_text.bold {
    font-weight: 600;
}

#updateMenuSnippet {
    margin-top: 15px;
    display: block;
    text-align: right;
    font-size: 13px;
    text-decoration: none;
}

.modal-dialog {
    z-index: 10002;
}

.modal-dialog .ui-dialog-titlebar-close {
    display: none;
}
.modal-dialog .ui-dialog-titlebar {
    display: none;
}

.ui-widget-overlay {
    z-index: 10001;
}

.modal-dialog .ui-widget-content {
    display: block;
}

.delete-menu-element {
    z-index: 1005;
    font-size: 10px;
    position: relative;
    display: block;
    padding: 0 10px;
    background: red;
    border: 1px solid red;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.renew-menu-elements {
    z-index: 1005;
    font-size: 10px;
    top: 65px;
    display: inline-block;
    padding: 0 10px;
    background: limegreen;
    border: 1px solid limegreen;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    min-height: auto;
    float: right;
}

.row .renew-menu-elements {
    min-height: auto;
}

/**
 * Page blocks for company site
 */
.page_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.page_wrapper #header {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.page_wrapper #footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.page_wrapper #left_sidebar,
.page_wrapper #right_sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 0px;
    flex: 1 0px;
}

.page_wrapper #base {
    -webkit-box-flex: 3;
    -ms-flex: 3 0px;
    flex: 3 0px;
    padding: 0 1px;
}

.page_wrapper .container {
    width:100%;
}

.page_wrapper.full_sidebar {
    display: block;
    max-width: none;
}

.page_wrapper.full_sidebar #header {
    margin: 0 20%;
}

.page_wrapper.full_sidebar #footer {
    margin: 0 20%;
}

.page_wrapper.full_sidebar #left_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
}

.page_wrapper.full_sidebar #right_sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
}

.page_wrapper.full_sidebar #base {
    margin: 0 20%;
}

#linkToForm {
    margin-left:20px;
}

.hidden {
    display: none !important;
}

.countdown_1 {
    margin-top: 5px;
    text-align: left;
}

.countdown_1 .is-countdown {
    display: inline-block;
}
.countdown_1 .is-countdown .countdown-amount {
    font-size: 16px;
    padding: 7px 0;
    display: inline-block;
    height: 100%;
    letter-spacing: 5px;
    color: #555;
}
.countdown_1 .is-countdown .countdown-period {
    display: none;
}
.countdown_1 .is-countdown .countdown-section:not(:last-of-type) .countdown-amount:after {
    content: ':';
    display: inline-block;
    position: relative;
    bottom: 2px;
}