/*************** MENU *********************/


#toplevel_page_emergencyWP .wp-first-item {
    display: none;
}

/**
 *	EMERGENCYWP EMAILS
 */
.settings-wrap {
    display: flex;
}

.settings-wrap {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background-color: #f1f1f1;
    border-color: #CCC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    min-height: 600px;
    margin-top: 15px;
}

.wrap.license {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background-color: #f1f1f1;
    border-color: #CCC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin: 0;
    background: #fff;
}

.wrap.license .welcome-panel {
    border: none;
    box-shadow: none;
}

.settings-nav {
    flex-basis: 170px;
    min-width: 170px;
}

.settings-tabs {
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #ccc;
    min-height: 400px;
    position: relative;
    flex-grow: 1;
    padding: 15px;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
    clear: both;
}

.alternative-cron-url {
    display: none;
}

.alternative-cron .alternative-cron-url {
    display: block;
}

.cron_opts .alternative-cron {
    display: none;
}

.cron_opts.alternative-cron .regular-cron-url {
    display: none;
}

.resetAliveStatus {
    float: right;
    margin-right: 10px;
}

#ewp_new_contact .row {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 0;
    width: 100%;
}

#ewp_new_contact .row.no-border {
    border-bottom: none;
}

#ewp_new_contact .input-label {
    text-align: left;
    width: 165px;
    padding: 7px;
    color: #23282d;
    font-weight: 600;
    font-size: 14px;
}

#ewp_new_contact .input-control label {
    padding: 7px 0;
    display: block;
}

#ewp_new_contact .input-control,
#ewp_new_contact .input-control input {
    width: 100%;
}

#ewp_new_message #subjectdiv #subject {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
}

.recipients-list-4-cols {
    columns: 4;
}

#postbox-container-1 .recipients-list-4-cols {
    columns: 1;
}

.recipients-list-4-cols li {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
}

.recipients-list-4-cols li img {
    padding: 0 5px;
}

#emergencywp_messages_submitdiv.postbox .inside {
    padding: 0;
}

#emergencywp_messages_submitdiv.postbox .inside #misc-publishing-actions {
    padding: 0 12px 12px;
}

form#emergencyWP_settings-form .block {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

form#emergencyWP_settings-form .half {
    width: 49%;
    float: left;
}

form#emergencyWP_settings-form .half:first-child {
    margin-right: 2%;
}

form#emergencyWP_settings-form .input-group label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}

form#emergencyWP_settings-form .input-group input[type="text"] {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    border-radius: 5px;
    height: auto;
    line-height: 1.7;
    border: 1px solid #32373c;
}

form#emergencyWP_settings-form .input-group input[type="text"]::before {
    content: "\f110";
    position: absolute;
    left: 0;
    top: 0;
    background: #D7DCE4;
    color: #D7DCE4;
    font-size: 20px;
    width: 20px;
    height: 30px;
}

form#emergencyWP_settings-form .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    height: auto;
    width: 100%;
    border: 1px solid #32373c;
    padding: 5px 10px;
    background:#fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
    background-size: auto;
    max-width: 100%;
    border-radius: 5px;
    line-height: 1.7;
}

.emergencyWP_settings .block-headline {
    border-bottom: 1px solid #eee;
    background-color: #F5F5F5;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.emergencyWP_settings .settings-nav a {
    display: block;
    padding: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-right: none;
    border-right-color: currentcolor;
    border-left: none;
    border-left-color: currentcolor;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #38475B;
}

.emergencyWP_settings .settings-nav li.active a {
    font-weight: 600;
}

.emergencyWP_settings .settings-nav a:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    vertical-align: middle;
    color: #C2CFE0;
    margin-top: -3px;
    margin-right: 5px;
}

.emergencyWP_settings .settings-nav li.active a:before {
    color: #38475B;
}

.emergencyWP_settings .settings-nav a.icon-dashboard:before {
    content: "\f538";
}

.emergencyWP_settings .settings-nav a.icon-settings:before {
    content: "\f107";
}

.emergencyWP_settings .settings-nav a.icon-cron:before {
    content: "\f124";
}

.emergencyWP_settings .settings-nav a.icon-email:before {
    content: "\f465";
}

.emergencyWP_settings .settings-nav a.icon-email-logs:before {
    content: "\f489";
}

.emergencyWP_settings .settings-nav a.icon-manual:before {
    content: "\f330";
}


.emergencyWP_settings a {
    text-decoration: none;
    font-weight: bold;
}


.emergencyWP_settings li {
    margin-bottom: 0;
    list-style-type: none;
    border-style: solid;
    border-left-style: solid;
    border-width: 0 0 0 2px;
    border-left-width: 2px;
    border-color: transparent;
    border-left-color: transparent;
}

.emergencyWP_settings .submit-actions {
    text-align: center;
    padding: 10px;
}

.emergencyWP_settings .submit-actions button {
    background: #4CBD51;
    border-radius: 8px;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    height: auto;
    box-shadow: none;
    text-shadow: none;
    width: 150px;
}

.emergencyWP_settings .submit-actions button:hover {

}

.emergencywp_settings-field_description {
    font-style: italic;
    margin-top: 1px;
    margin-left: 5px;
}

/*********Settings *************/

/*new design*/

.emergencyWP_settings a.edit-button {

}

.emergencyWP_settings a.edit-button span {
    color: #008DFA;
    padding: 3px;
}

.emergencyWP_settings a.edit-button:hover span {
    background: #008DFA;
    color: #fff;
    border-radius: 50%;
}

.wrap.emergencyWP_settings .settings-tabs h3 {
    border-bottom: 0;
    color: #B1C1D5;
    font-size: 16px;
    text-transform: uppercase;
}

form#eWP-edit-email-template input {
    border: 1px solid #E8EBF0;
    box-sizing: border-box;
    border-radius: 6px;
    min-height: 40px;
    padding: 10px;
}

form#eWP-edit-email-template input[type="submit"] {
    border: 0;
    min-height: auto;
    display: inline-block;
    line-height: initial;
    padding: 10px;
    height: auto;
    margin-right: 10px;
}

form#eWP-edit-email-template a.cancel-button {
    border: 0;
    min-height: auto;
    display: inline-block;
    line-height: initial;
    padding: 10px;
    height: auto;
    margin-right: 10px;
}

form#eWP-edit-email-template p.placeholders {
    color: #008DFA;
    background: #E8F5FF;
    border-radius: 8px;
    font-size: 14px;
    display: block;
    padding: 10px;
    clear: both;
    max-width: 300px;
    margin-bottom: 10px;
    font-weight: 500;
}

form#eWP-edit-email-template p.placeholders span {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 10px;
}

form#eWP-edit-email-template p.mandator_user {
    display: inline-block;
    line-height: 35px;
    margin-bottom: 10px
}

form#eWP-edit-email-template p.mandator_user b {
    font-weight: 700;
}

form#eWP-edit-email-template p.mandator_user span {
    background: #F4F4F4;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    margin-right: 10px;
}

form#eWP-edit-email-template .mandator_table td {
    border: 1px solid #E8EBF0;
}

.settings-tabs .emailnotifications thead {
    border: 0;
    background: #F6FAFF;
}

.settings-tabs .emailnotifications thead th {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #8195AE;
    text-transform: capitalize;
}


div#wp-emergencywp_email_message-editor-tools .add_media span.wp-media-buttons-icon:before {
    content: "\f104";
    color: #008DFA;
}

.post-type-emergencywp_messages .mce-panel .mce-container-body,
.toplevel_page_emergencywp .mce-panel .mce-container-body {
    background: #EAF3FF;
    padding: 0;
}

.html-active .switch-html,
.tmce-active .switch-tmce {
    background: #EAF3FF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.ewp-logs-table td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}

.ewp-logs-table a.display_email {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #008DFA;
    background: none;
    text-shadow: none;
    border: 1px solid #008DFA;
    box-shadow: none;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 5px;
    white-space: pre;
}

.ewp-logs-table a.display_email:hover {
    background: #008DFA;
    color: #fff;
}

.emergencyWP_settings .table {
    word-wrap: break-word;
}

.settings-tabs table {
    border-collapse: collapse;
    border-spacing: 0;
}

.settings-tabs .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.ewp-right-align {
    float: right;
    text-align: right;
}

.ewp-right-align.grey-out a {
    color: #ccc;
    font-size: 10px;
}

.settings-tabs thead {
    border-bottom: 1px solid #d0d0d0;
}

.settings-tabs .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.settings-tabs .table > thead > tr > th, .settings-tabs .table > tbody > tr > th, .settings-tabs .table > tfoot > tr > th, .settings-tabs .table > thead > tr > td, .settings-tabs .table > tbody > tr > td, .settings-tabs .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.settings-tabs .table-striped > tbody > tr:nth-child(2n+1) > td,
.settings-tabs .table-striped > tbody > tr:nth-child(2n+1) > th {

    background-color: #f9f9f9;

}

.settings-tabs .table > thead > tr > th, .settings-tabs .table > tbody > tr > th, .settings-tabs .table > tfoot > tr > th, .settings-tabs .table > thead > tr > td, .settings-tabs .table > tbody > tr > td, .settings-tabs .table > tfoot > tr > td {

    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;

}

.settings-tabs .ewp-logs-table {
    border-radius: 6px;
    border: 1px solid #E8EBF0;
}

.settings-tabs .ewp-logs-table thead {
    border: 0;
    background: #F6FAFF;
}

.settings-tabs .ewp-logs-table thead th {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #8195AE;
    text-transform: capitalize;
    text-align: left;
}

.debugContainer.activeJob {
    background-color: #B8FCBF;
}

.debugContainer {
    clear: both;
    margin-bottom: 25px;
    padding: 10px 5px;
    width: 100%;
    box-sizing: border-box;
}

.debugContainer .invalideAliveInfo {

}

.debugContainer.activeJob {
    background-color: #B8FCBF;
}

.debugContainer header {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
}

.debugContainer .settingDesc {
    margin: 10px 20px 10px 0;
    min-width: 40%;
}

.debugContainer .settingInputArea .inputHelp {
    display: block;
    font-size: 0.8em;
}

.debugContainer .additionInformations .label {
    color: #000;
    display: inline-block;
    width: 240px;
    text-align: left;
}

.debugContainer .additionInformations .labelContent {
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    vertical-align: baseline;
    white-space: nowrap;
}

.debugContainer,
.debugContainer .settingInputArea,
.debugContainer .additionInformations {
    float: left;
    margin-right: 15px;
}

.debugContainer .smallText {
    margin-top: 25px;
    font-size: 0.8em;
}

.resetAliveStatus {
    float: right;
    margin-right: 10px;
}


/*instructiions tab*/
.manual-accordion {
    margin-bottom: 30px;
}

.manual-accordion .item {
    border: 1px solid #E8EBF0;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(188, 187, 207, 0.25);
    border-radius: 6px;
    margin-bottom: 15px;
}

.manual-accordion .item .head h4 {
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #38475B;
    cursor: pointer;
}

.manual-accordion .item .head h4 span {
    float: right;
    font-size: 15px;
    margin-top: 3px;
}

.manual-accordion .item .body {
    padding: 15px;
    border-top: 1px solid #E8EBF0;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #38475B;
    display: none;
}

.manual-accordion .item-opt {
    font-style: italic;
    background-color: #efefef;
    margin-left: 20px;
}

.manual-accordion .item-explain .head {
    background-color: #f7faff;
    border-radius: 4px;
}

/** AJAX BUTTONS **/
.emergencyWP_ajax_button_status {
    display: inline-block;
    line-height: 30px;
    padding-left: 12px;
    position: relative;
    top: 2px;
}

.emergencyWP_ajax_button_status span {
    display: none;
}

.emergencyWP_ajax_button_status span.sending.active,
.emergencyWP_ajax_button_status span.error.active,
.emergencyWP_ajax_button_status span.no-license.active,
.emergencyWP_ajax_button_status span.success.active {
    display: block;
}

.emergencyWP_ajax_button_status span.success {
    color: green;
}

.emergencyWP_ajax_button_status span.error,
.emergencyWP_ajax_button_status span.no-license {
    color: red;
}


.modal.ewp-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0 !important;
    margin: auto;
    max-height: 80%;
    height: max-content;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.42857143;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*cron tab*/

form#emergencyWP_cron-form {

}

form#emergencyWP_cron-form p.bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #38475B;
}

form#emergencyWP_cron-form p.grey {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #8A9CB3;
}

form#emergencyWP_cron-form .email-period {
    background: #F6FAFF;
    border-radius: 6px;
    padding: 5px 15px;
}

form#emergencyWP_cron-form .email-period p {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #38475B;
    margin: 0;
}

form#emergencyWP_cron-form .email-period input {
    background: #FFFFFF;
    border: 1px solid #E8EBF0;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    width: 50px;
    height: 40px;
}

form#emergencyWP_cron-form .cron-service {
    display: inline-block;
    width: 100%;
}

form#emergencyWP_cron-form .cron-service label {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-bottom: 15px;
}

form#emergencyWP_cron-form .cron-service label:first-child {
    margin-right: 30px;
}

form#emergencyWP_cron-form .cron-service label input,
form#emergencyWP_settings-form .tracking-setting label input {
    border-radius: 50%;
    margin-right: 5px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
}

form#emergencyWP_cron-form .cron-service label input::before,
form#emergencyWP_settings-form .tracking-setting label input::before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #1e8cbe;
    float: none;
    vertical-align: middle;
    margin: 0;
    margin-top: -9px;
}

form#emergencyWP_cron-form .lasthit {
    background: #F6FAFF;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}

form#emergencyWP_cron-form .lasthit ul {
    margin: 0;
    display: inline-block;
}

form#emergencyWP_cron-form .lasthit ul li {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

form#emergencyWP_cron-form .reset-btn {
    float: right;
    margin-top: 8px;
}

form#emergencyWP_cron-form .reset-btn a {
    background: #FFFFFF;
    border: 1px solid #E8EBF0;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(130, 135, 144, 0.15);
    border-radius: 6px;
    width: 100px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #008DFA;
}

form#emergencyWP_cron-form .reset-btn a:hover {
    background: #008DFA;
    color: #fff;
}

/*dashboard tab*/

.dashboard {

}

.dashboard .line {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}

.dashboard .info-box {
    background: #FFFFFF;
    border: 1px solid #E8EBF0;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 2%;
}

.dashboard .info-box.three {
    width: 32%;
}

.dashboard .info-box.two {
    width: 49%;
}

.dashboard .info-box .header {
    padding: 10px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #38475B;
    background: none;
    border: none;
    background-color: #fcfcfc;
}

.dashboard .info-box .header span {
    float: right;
}

.dashboard .info-box .content {
    border-top: 1px solid #E8EBF0;
    display: block;
    padding: 10px;
    text-align: center;
}

.dashboard .info-box .title {
    margin-bottom: 10px;
}

.dashboard .info-box .title .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-height: 30px;
}

.dashboard .info-box .content .title h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #38475B;
}

.dashboard .info-box .content .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: rgba(56, 71, 91, 0.8);
}

.dashboard .info-box.add-on .content {
    display: flex;
    align-items: center;
}

.statistics .content p.grey {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #B1C1D5;
    margin: 10px 0;
}

.statistics .content .number {

}

.statistics .content .number p {
    color: #38475B;
    font-size: 18px;
    margin: 0;
    display: inline-block;
}

.statistics .content .number span {
    font-weight: 400;
    font-size: 25px;
    line-height: 44px;
}

.statistics .content .number img {
    float: right;
    max-width: 30px;
    max-height: 30px;
}

.statistics .stats img.icon {
    float: left;
}

.statistics .stats span {
    font-weight: 400;
    font-size: 25px;
    line-height: 44px;
    text-align: right;
    color: #38475B;
}

.statistics .stats div.date-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #38475B;
}

.statistics .stats div.date-text.time,
.statistics .stats div.explain-text {
    font-size: 16px;
}

.statistics .stats .img {
    display: inline-block;
    width: 100%;
}

.statistics .stats .img img {
    width: 100%;
    height: auto;
}

.statistics .stats .info-content {
    margin-left: 100px;
}

.statistics .content.stats {
    display: flex;
    align-items: center;
}

.statistics .content.stats .number {
    flex-grow: 3;
}

.column {
    width: 33.3%;
    padding: 10px 12px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin: 0 -12px;
}

.info-box-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}

@media (max-width: 1500px) {
    .column {
        width: 50%;
    }
}

.toplevel_page_emergencywp #wpfooter {
    position: relative;
}

/**************Dashboard Steps************/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #0069d9;
    content: "";
    height: 5px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 25px 5px 0;
    text-decoration: none;
}

.step .step-item a span.step-label {
    padding: 5px;
    display: block;
    color: #B1C1D5;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    background: #F6F7FA;
    border-radius: 3px;
}

.step .step-item a span.step-label.step-mobile {
    display: none;
}

.step .step-item.active a span.step-label {
    color: #008DFA;
    background: #F5FBFF;
    border: 1px solid #008DFA;
}

.step .step-item a:focus,
.step .step-item a:active {
    outline: none;
    text-decoration: none;
    border: 0;
    box-shadow: none;
}

.step .step-item a::before {
    background: #0069d9;
    border: .1rem solid #0069d9;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 18px;
    z-index: 1;
    top: 0;
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #0069d9;
}

.step .step-item a::after {
    border: 3px solid #0069d9;
    border-radius: 50%;
    content: "";
    display: block;
    height: .5rem;
    left: 50%;
    position: absolute;
    top: 3px;
    transform: translateX(-50%);
    width: .5rem;
    z-index: 1;
}

.step .step-item.active a::after {
    background: #fff;
    border: 3px solid #0069d9;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
    border: .1rem solid #e7e9ed;
}

.step .step-item.active ~ .step-item a::after {
    border: 3px solid #B1C1D5;
}

#emergencyWP_cron-form .clipboard {
    cursor: pointer;
}

.ewp-action-links {
    height: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 14px 10px 9px;
    background: #fff;
    border-top: 1px solid #DDDDDD;
    position: relative;
}

.ewp-action-links .status {
    float: right;
    padding: 5px 10px;
}

.ewp-action-links .status.orange {
    background: #ec971f;
    border-radius: 3px;
    color: #fff;
}

.emergencyWP_settings .addon .ewp-action-links a.button {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.ewp_button-container {
    text-align: center !important;
    padding-top: 10px;
}

p.ewp-info {
    margin: 0;
    color: #7f8c8d;
    font-size: 1.5em;
}

p.ewp-title {
    margin-bottom: 0px !important;
}

/**************** CONTACTS STYLE****************/
.wrap h2 {
    margin-bottom: 30px
}

.admin_page_emergencywp_contacts .avatar {
    display: block;
    width: 200px;
    height: 200px;
    padding: 4px;
    border: 1px solid #d3d6db;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-table td.avatar-wrap {
    width: 230px;
    vertical-align: top
}

.form-table.form-table-emergencyWP .user-info input {
    width: auto;
}

.user-info .detail {
    padding: 11px 8px 11px;
    border-bottom: 1px solid #ccc;
}

.group-horizontal {
    display: flex;
}

.group-horizontal * {
    flex-grow: 1;
    margin-right: 10px;
    display: flex;
}

.group-horizontal *:last-child {
    margin-right: 0;
}

.group-horizontal div label {
    flex-grow: 1;
    flex-basis: 100px;
}

.group-horizontal div input {
    flex-grow: 4;
    flex-basis: 100%;
}

input#emergencywp_contacts_email {
    width: 100%;
}

.form-table.form-table-emergencyWP .user-info input.form-control {
    padding: 10px;
}

.form-table.form-table-emergencyWP .user-info input.half-input {
    width: 40%;
}

.user-actions .detail {
    padding: 0 8px 11px;
}

.welcome-panel-content-container {
    text-align: center;
}

/***************NOTICE************/
div.emergencyWP-notice.emergencyWP-notice-dismissable {
    padding-right: 100px;
}

div.emergencyWP-notice {
    padding: 9px;
    position: relative;
}

div.emergencyWP-notice .notice-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    color: #b4b9be;
    color: #0073aa;
    cursor: pointer;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
}

div.emergencyWP-notice .notice-dismiss::before {
    display: inline-block;
    vertical-align: sub;
    margin-right: 1px;
    margin-left: 1px;
    float: left;
}

.dashboard-steps {
    margin-bottom: 20px;
}

@media (max-width: 1180px) {
    .settings-nav {
        flex-basis: 40px;
        min-width: 40px;
    }

    .settings-nav ul li a .label {
        display: none;
    }

    .dashboard-steps {
        width: 20%;
        float: left;
        overflow: hidden;
        margin-right: 2%;
    }

    .dashboard.statistics {
        width: 78%;
        float: left;
    }

    .column {
        width: 100%;
    }

    .settings-tabs {
        padding: 10px;
    }

    .dashboard-steps .step {
        display: block !important;
    }

    .step .step-item {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .step .step-item:not(:first-child)::before {
        left: 50%;
        top: 0px;
        width: 4px;
        margin-left: -2px;
        height: 100%;
        z-index: 0;
    }

    .step .step-item a {
        display: block;
        padding-top: 20px;
    }

    .step .step-item a span.step-label {
        display: none;
    }

    .step .step-item:nth-child(1) a::before {
        content: "1";
    }

    .step .step-item:nth-child(2) a::before {
        content: "2";
    }

    .step .step-item:nth-child(3) a::before {
        content: "3";
    }

    .step .step-item:nth-child(4) a::before {
        content: "4";
    }

    .step .step-item:nth-child(5) a::before {
        content: "5";
    }

    .step .step-item:nth-child(6) a::before {
        content: "6";
    }

    .step .step-item:nth-child(7) a::before {
        content: "7";
    }

    .step .step-item:nth-child(8) a::before {
        content: "8";
    }

    .step .step-item:nth-child(9) a::before {
        content: "9";
    }

    .step .step-item:nth-child(10) a::before {
        content: "10";
    }

    .step .step-item a::after {
        display: none;
    }

    .step .step-item a::before {
        font-weight: 500;
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .table-responsive {
        max-width: 100%;
        overflow: auto;
    }

    .dashboard .info-box.two {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .plugin-action-buttons, div.ewp-action-links {
        margin: 0;
        height: auto;
        left: auto;
        padding: 10px;
    }

    .emergencyWP_settings .addon .ewp-action-links a.button {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 12px;
        margin: 0;
    }


}

@media (max-width: 900px) {
    .recipients-list-4-cols {
        columns: 3;
    }
}

@media (max-width: 600px) {
    form#emergencyWP_settings-form .half {
        width: 100%;
        float: left;
    }

    .statistics .stats .info-content {
        margin-left: 0px;
    }

    form#emergencyWP_settings-form .half:first-child {
        margin-right: 0%;
    }

    form#emergencyWP_settings-form .input-group {
        margin-bottom: 10px;
    }

    .widefat td, .widefat th {
        padding: 5px 10px;
    }

    .statistics .stats img.icon {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .recipients-list-4-cols {
        columns: 2;
    }

}

@media (max-width: 400px) {
    .recipients-list-4-cols {
        columns: 1;
    }
}

.ewp-licence-form form {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content: space-between;
}

.ewp-licence-form form input {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    border-radius: 5px;
    height: auto;
    line-height: 1.7;
}

.ewp-delimiter {
    padding: 5px 15px;
}

.ewp-licence-form .ewp-licence-add-on-container {
    padding: 5px 10px;
    flex-grow: 2;
}

.info-card {
    float: left;
    margin: 0 8px 16px;
    width: 48.5%;
    width: calc(50% - 8px);
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box
}

@media screen and (min-width: 1600px) and (max-width: 2299px) {
    .info-card {
        width: 30%;
        width: calc(33.1% - 8px)
    }
}

@media screen and (min-width: 2300px) {
    .info-card {
        width: 25%;
        width: calc(25% - 12px)
    }
}

.info-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3
}

.info-card .action-links ul {
    margin: 0;
}

.info-card-buttons {
    clear: right;
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    text-align: right
}

.info-card-buttons li {
    margin-bottom: 10px
}

.info-card-bottom {
    clear: both;
    padding: 12px 20px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.info-card-top {
    position: relative;
    padding: 20px 20px 10px;
    min-height: 135px;
}

.info-card .desc, .info-card .name {
    margin-left: 148px;
    margin-right: 120px;
}

@media screen and (max-width: 1100px) and (min-width: 782px),(max-width: 480px) {
    .info-card .action-links {
        position: static;
        margin-left: 148px;
        width: auto
    }

    .info-card-buttons {
        float: none;
        margin: 1em 0 0;
        text-align: left
    }

    .info-card-buttons li {
        display: inline-block;
        vertical-align: middle
    }

    .info-card-buttons li .button {
        margin-right: 20px
    }
}

.emergencyWP_licensing .ewp-extension-box {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 14px;
    position: relative;
    margin: 0 15px 15px 0;
    width: 320px;
    height: 375px;
}

.emergencyWP_licensing .ewp-extension-box h3 {
    font-size: 13px;
    margin: 0 0 8px;
}

.emergencyWP_licensing .ewp-extension-box img.wp-post-image {
    width: 50%;
    height: auto;
}

.emergencyWP_licensing .ewp-extension-box a.wp-post-image {
    text-align: center;
    display: block;
}

.emergencyWP_licensing .ewp-extension-box .button-secondary {
    position: absolute;
    bottom: 14px;
    right: 14px;
}

#emergencywp_edd_license_key {
    padding: 5px 10px;
    font-size: 14px;
    width: 50%;
    border-radius: 5px;
    height: auto;
    line-height: 1.7;
    text-align: center;
}

.welcome-panel-content-container.license .dashboard-register {
    width: 50%;
    margin-right: 0 !important;
}

.toplevel_page_emergencywp .modal a.close-modal,
#emergancyWP-feedback-content.modal a.close-modal {
    top: 12.5px;
    right: 12.5px;
}

.toplevel_page_emergencywp .modal-body object {
    width: 100%;
    min-height: 450px;
}

#contacts-overview-form th#name,
#contacts-overview-form td.name {
    max-width: 250px;
    width: 30%;
}
#contacts-overview-form th#thumb,
#contacts-overview-form td.thumb {
    width: 100px;
    text-align: center;
}

#contacts-overview-form .thumb .avatar {
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.warning-licence {
    padding: 5px 15px;
    color: #D8000C;
    background-color: #FFBABA;
}

.warning-licence a {
    color: #D8000C;
}

.col-md-6 {
    width: 50%;
}

.ewp-flex {
    display: flex;
}

.ewp-grow-1 {
    flex-grow: 1;
}

.ewp-first-field {
    padding-right: 5%;
}

.ewp-full-width-field input {
    width: 100%;
}

.modal-footer .right-button {
    float: right;
    padding-right: 10px;
    margin-right: 10px;
}

.modal-footer .right-button:first-child {
    margin-right: 0px;
}

.modal-footer .left-button {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
}

.ewp-tab-panel {
    border: 1px solid #dfdfdf;
    padding: .5em 5px;
    overflow: hidden;
}

.ewp-delivery-tabs ul.ewp-tabs {
    margin-bottom: 5px;
    margin-top: 12px;
}

.ewp-delivery-tabs ul.ewp-tabs li.tab {
    display: inline;
    line-height: 1.35em;
    padding: 3px 5px 6px;
    border: solid 1px transparent;
    position: relative;
}

.ewp-delivery-tabs ul.ewp-tabs li.tab a {
    text-decoration: none;
}

.ewp-delivery-tabs ul.ewp-tabs li.tab.active {
    border: 1px solid #ddd;
    border-bottom-color: #fdfdfd;
    background-color: #fdfdfd;
}

.delivery-conditions-fields-enable {
    padding-left: 10px;
}

.delivery-conditions-fields {
    padding: 10px;
    position: relative;
}

.delivery-conditions-fields.disabled {
    margin-top: 10px;
}

.delivery-conditions-fields.disabled input,
.delivery-conditions-fields.disabled select {
    opacity: 0.8;
}

#emergencywp-delivery-conditions_value {
    width: 90%;
}

.ewp-relative-settings-active-overlay,
.ewp-absolute-settings-active-overlay,
.ewp-recurring-settings-active-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/disable-stripes.png);
    z-index: 100;
    display: none;
}

.disabled .ewp-relative-settings-active-overlay,
.disabled .ewp-absolute-settings-active-overlay,
.disabled .ewp-recurring-settings-active-overlay {
    display: block;
}

.delivery-conditions-fields .info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.emergancyWP-ajax-progress {

}
#deactivation-feedback-submit {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

#emergancyWP-feedback-content .ajax-loading {
    display: none;
}

#deactivation-feedback-submit.emergancyWP-ajax-progress .ajax-loading {
    text-indent: inherit;
    display: inline-block !important;
    vertical-align: middle;
    visibility: visible;
    margin-right: 5px;
    padding-top: 2px;
}

p.ewp-no-margin {
    margin: 0;
}


form#emergencywp_confirmation_log-settings-form .input-group label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}

form#emergencywp_confirmation_log-settings-form .input-group input[type="email"] {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    border-radius: 5px;
    height: auto;
    line-height: 1.7;
}

form#emergencywp_confirmation_log-settings-form .input-group input[type="email"]::before {
    content: "\f110";
    position: absolute;
    left: 0;
    top: 0;
    background: #D7DCE4;
    color: #D7DCE4;
    font-size: 20px;
    width: 20px;
    height: 30px;
}

.emergencyWP_settings .settings-nav a.icon-confirmation_log:before {
    content: "\f115";
}
form#emergencywp_confirmation_log-paging-form,
form#emergencywp_email_log-paging-form {
    text-align: right;
    padding-bottom: 10px;
}
#dashboard-widgets-wrap .info-box .header{
    display: none;
}
#dashboard-widgets-wrap .info-box .content.stats {
    display: flex;
    align-items: center;
}
#dashboard-widgets-wrap .info-box .stats .info-content {
     margin-left: 100px;
 }
#dashboard-widgets-wrap #ewp-settings .content.stats{
    text-align: left;
}

#dashboard-widgets-wrap #ewp-settings .content.stats .number select{
    width: 100%;
}
#dashboard-widgets-wrap #ewp-settings .content.stats .number{
    margin-left: 20px;
}
#dashboard-widgets-wrap #ewp-settings .content.stats .submit-actions{
    text-align: right;
}

#dashboard-widgets-wrap #ewp-settings .content.stats .ewp-notice.-success {
    background: #1dd1a1;
    padding: 5px 10px;
}

#dashboard-widgets-wrap .info-box .content {
      text-align: center;
  }
#dashboard-widgets-wrap .content.stats .number {
    flex-grow: 3;
}
#dashboard-widgets-wrap .content .number p {
    color:
            #38475B;
    font-size: 18px;
    margin: 0;
    display: inline-block;
}
#dashboard-widgets-wrap .content .number span {
    font-weight: 400;
    font-size: 25px;
    line-height: 44px;
}
#dashboard-widgets-wrap .stats span {
    font-weight: 400;
    font-size: 25px;
    line-height: 44px;
    text-align: right;
    color: #38475B;
}

form#emergencywp_dasboard-settings-form label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}
.ewp-checkbox-option {
    margin: 10px 0;
}
.modal-content.ewp-modal-content {
    z-index: unset;
    width: 100%;
    border: none;
    padding: 0;
}