.fade.in {
    opacity: 1;
}
.modal {
    background: rgba(0, 0, 0, 0.1);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;

    width: 600px;
    margin: 30px auto;

    display: inline-block;
    text-align: left;
    vertical-align: middle;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);

    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-actions {
    text-align: right;
    cursor: grab;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: -30px;
}

.modal-dialog.modal-lg {
    width: 80%;
}

.modal-dialog.modal-md {
    width: 60%;
}

.modal-dialog.modal-sm {
    width: 40%;
}


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

.modal .close, .modal .minimalize {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: -2px;
    padding: 0 7px 0 0;
}

.modal-header h6 {
    margin: 0;
    font-size: 1em;
}

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

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

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.nav-tab-wrapper > span {
    cursor: pointer;
}

.notice {
    transition: 1s all;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-left:calc(25vw - 120px);
}

.page-template-default .notice {
    transition: 1s all;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-radius: 50px !important;
    padding: 5px 5px 5px 20px;
    max-height: 40px;
    top: 60px;
    left: 0;
    margin-left:calc(25vw - 0px) !important;
}

.page-template-default .notice .notice-dismiss {
    float: right;
}

.page-template-default .notice .notice-dismiss:before {
    background: 0 0;
    color: #787c82;
    content: "\f153";
    display: block;
    font: normal 16px/20px dashicons;
    speak: never;
    height: 20px;
    text-align: center;
    width: 20px;
    margin-top: -10px;

}

.page-template-default .notice.notice-warning {
    background: #ffc165;
}

.page-template-default .notice.notice-success {
    background: #79953e;
}

.page-template-default .notice.notice-info {
    background: #7797aa;
}

.page-template-default .notice.notice-alert, .page-template-default .notice.notice-danger {
    background: #cd2a31;
}

.page-template-default .notice .notice-dismiss::before {
    color: #fff;
}

.button.transparent {
    background: transparent;
    color: #384d5b;
}

.button.actions {
    background: #b8c7d0;
    color: #384d5b;
    padding: 0.1rem 0.54rem;
    margin-right: 7px !important;
}

.button.actions .notificationCounter {
    background: red;
    border-radius: 10px;
    position: absolute;
    min-width: 20px;
    height: 20px;
    border: 2px solid #fff;
    color: #fff;
    z-index: 99999;
    top: -5px;
    right: -5px;
    font-size: 12px;
    text-align: center;
    padding: 0 2px 0 2px;
}

.modal .page-title-action {
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: 1px solid #2271b1;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #2271b1;
    background: #f6f7f7;
    cursor: pointer;
}

.actions {
    margin-bottom: 20px;
}

.modal-dialog, .modal-content {
    max-height: calc(100vh - 60px);
}

.modal .body {
    max-height: calc(100vh - 350px);
    overflow: scroll;
}

.body p.submit {
    margin-right: 15px;
}

#wpadminbar #stolems-minimalize-wrapper {
    min-width: 100%;
    margin: 0px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
    background: rgb(44, 51, 56) none repeat scroll 0% 0%;
    position: absolute;
    float: none;
    right: 0;
    left: auto;
}

#wpadminbar #stolems-minimalize-wrapper ul li {
    float: none;
}

#wpadminbar #stolems-minimalize-wrapper ul li a {
    line-height: 2;
    height: 26px;
    white-space: nowrap;
    min-width: 140px;
    color: rgba(240,246,252,.6);
    padding-bottom: 5px;
    cursor: pointer;
}

#wpadminbar #stolems-minimalize-wrapper ul li a span {
    display: block;
}

.sub-container .dataTable {
    width: 100% !important;
}

.modal .form-field input[type="email"],
.modal .form-field input[type="number"],
.modal .form-field input[type="password"],
.modal .form-field input[type="search"],
.modal .form-field input[type="tel"],
.modal .form-field input[type="text"],
.modal .form-field input[type="url"],
.modal .form-field input[type="datetime-local"],
.modal .form-field select,
.modal .form-field textarea {
    width: 100%;
    max-width: 100%
}

.modal #all-plugins-table .plugins a.delete:hover,
.modal #delete-link a.delete:hover,
.modal #media-items a.delete-permanently:hover,
.modal #media-items a.delete:hover,
.modal #nav-menu-footer .menu-delete:hover,
.modal #search-plugins-table .plugins a.delete:hover,
.modal .file-error,
.modal .plugins a.delete:hover,
.modal .row-actions .delete a:hover,
.modal .row-actions .spam a:hover,
.modal .row-actions .trash a:hover,
.modal .submitbox .submitdelete:hover,
.modal a#remove-post-thumbnail:hover,
.modal abbr.required,
.modal span.required,
#all-plugins-table .plugins a.delete:hover,
#delete-link a.delete:hover,
#media-items a.delete-permanently:hover,
#media-items a.delete:hover,
#nav-menu-footer .menu-delete:hover,
#search-plugins-table .plugins a.delete:hover,
.file-error,
.plugins a.delete:hover,
.row-actions .delete a:hover,
.row-actions .spam a:hover,
.row-actions .trash a:hover,
.submitbox .submitdelete:hover,
a#remove-post-thumbnail:hover,
abbr.required,
span.required {
    color: #2271b1;
}

.mailbox-h, .mailbox-d {
    width: calc(100vw - 170px);
}

.mailbox-h > div {
    display: inline-block;
    width: 50%;
}

.mailbox-h > div:last-child {
    text-align: right;
}

.mailbox-w, .avisation-w {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-left {

}

.block-right {
    margin-left: auto;
}

.mailbox-d > div:first-child {
    width: 200px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #1d2327;
    background: #fff;
    border-radius: 3px;
    padding-top: 5px;
}

.mailbox-d > div:first-child ul li {
    cursor: pointer;
}

.mailbox-d > div:first-child ul {
    padding-left: 5px !important;
    margin-top: 5px;
}

.mailbox-d > div:last-child {
    width: calc(100vw - 420px);
    min-height: 50vh;
    margin-left: 10px;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.fuzzy-search-table {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    z-index: 100;
    transform: translate(0,0);
    background: #fff;
    width: calc(100vw - 655px);
    border: 1px solid #ddd;
    border-top: 0;
}

.fuzzy-search-table td {
    padding: 5px 0;
}

.dataTables_filter input:disabled {
    background: #f0f0f1;
}

.dataTables_wrapper .dataTables_filter, .customDataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.modal label {
    cursor: default;
}

.modalx .dashicons-no.click {
    margin-top: 2px;
    border: 1px solid #2271b1;
    border-radius: 3px;
    background: #f6f7f7;
    color: #2271b1;
    text-decoration: none;
    text-shadow: none;
    font-weight: 200;

}

.modal th {
    text-align: right;
}

.modal div.input {
    border: 1px solid #8c8f94;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
}

.modal .nav-tab-active, .modal .nav-tab-active:focus
, .modal .nav-tab-active:focus:active, .modal .nav-tab-active:hover {
    background: transparent;
}

.modal div.input.disabled {
    background: #f0f0f1;
}

.click {
    cursor: pointer;
}


.mini-grid input[type="date"],
.mini-grid input[type="datetime-local"],
.mini-grid input[type="datetime"],
.mini-grid input[type="email"],
.mini-grid input[type="month"],
.mini-grid input[type="number"],
.mini-grid input[type="password"],
.mini-grid input[type="search"],
.mini-grid input[type="tel"],
.mini-grid input[type="text"],
.mini-grid input[type="time"],
.mini-grid input[type="url"],
.mini-grid input[type="week"],
.mini-grid input[type="number"],
.mini-grid select,
.mini-grid textarea
{
    width: 100% ;
    max-width: 100%;
}

.mini-grid label {
    font-weight: 600;
}

.mini-grid .right {
    text-align: right;
}

.page-template-default .form {
    background: rgb(245, 248, 251);
    padding: 10px 20px;
    width: 100%;

}
.page-template-default .a {
    cursor: pointer;
    opacity: 0.8;
}
.page-template-default .a:hover {
    opacity: 1;
}

.page-template-default .notice-dismiss {
    background: transparent;
    padding-right: 0;
}

.page-template-default .ntg.wrap .actions .button {
    font-size: 14px;
}

.page-template-default input[type="text"]:focus
, .page-template-default input[type="password"]:focus
, .page-template-default input[type="email"]:focus
, .page-template-default select:focus {
    border: 2px solid #ffc165 !important;
}

.page-template-default .col-sm-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%
}

.page-template-default .col-sm-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
}

.page-template-default .col-sm-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.page-template-default .col-sm-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
}

.page-template-default .col-sm-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%
}

.page-template-default .col-sm-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.page-template-default .col-sm-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%
}

.page-template-default .col-sm-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%
}

.page-template-default .col-sm-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.page-template-default .col-sm-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%
}

.page-template-default .col-sm-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
}

.page-template-default .col-sm-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media screen and (min-width: 550px) {
    .page-template-default .col-md-1 {
        max-width: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%
    }

    .page-template-default .col-md-2 {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .page-template-default .col-md-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .page-template-default .col-md-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .page-template-default .col-md-5 {
        max-width: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%
    }

    .page-template-default .col-md-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .page-template-default .col-md-7 {
        max-width: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%
    }

    .page-template-default .col-md-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }

    .page-template-default .col-md-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .page-template-default .col-md-10 {
        max-width: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%
    }

    .page-template-default .col-md-11 {
        max-width: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%
    }

    .page-template-default .col-md-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media screen and (min-width: 850px) {
    .page-template-default .col-lg-1 {
        max-width: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%
    }

    .page-template-default .col-lg-2 {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .page-template-default .col-lg-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .page-template-default .col-lg-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .page-template-default .col-lg-5 {
        max-width: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%
    }

    .page-template-default .col-lg-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .page-template-default .col-lg-7 {
        max-width: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%
    }

    .page-template-default .col-lg-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }

    .page-template-default .col-lg-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .page-template-default .col-lg-10 {
        max-width: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%
    }

    .page-template-default .col-lg-11 {
        max-width: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%
    }

    .page-template-default .col-lg-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.page-template-default select.form-control-sm {
    width: 64px;
}

.page-template-default .inner.panelRight h4.title {
    width: calc(80% - 10px);
    display: inline-block;
}

.page-template-default .inner.panelRight h4.actions {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.page-template-default .button,
.page-template-default button,
.page-template-default input[type="submit"],
.page-template-default input[type="reset"],
.page-template-default input[type="button"] {
    margin-right: 0;
}

.modal-body {
    overflow: auto;
}

#header {
    z-index: 9999;
}

.panelRight .scoped {
    background: #93aa64 !important;
    color: #fff !important;
}

.panelRight .scoped td {
    color: #fff !important;
}

.panelRight .scoped:hover {
    background-color: #617732 !important;
}

.header-language-dropdown .image-icon {
    display: none;
}

.page-template-default,
.page-template-default input[type="date"],
.page-template-default input[type="datetime-local"],
.page-template-default input[type="datetime"],
.page-template-default input[type="email"],
.page-template-default input[type="month"],
.page-template-default input[type="number"],
.page-template-default input[type="password"],
.page-template-default input[type="search"],
.page-template-default input[type="tel"],
.page-template-default input[type="text"],
.page-template-default input[type="time"],
.page-template-default input[type="url"],
.page-template-default input[type="week"],
.page-template-default input[type="number"],
.page-template-default select,
.page-template-default textarea
{
    box-shadow: none;
    border: 0;
    background-color: #f5f8fb;
    border-radius: 10px;
    height: 3.507em;
    font-size: .97em;
}

.page-template-default .modal-body h2.title {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #384d5b !important;
}

.page-template-default .modal-body .actions {
    text-align: right;
}

table
{
    table-layout:fixed;
    width:100%;
}

table td, table th {
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner.panelLeft h3 {
    font-size: 1.1rem;
}

.modal-actions .nav-tab {
    margin-left: 10px;
}

.scrdash .row span.circle {
    font-size: 3rem;
    color: #0a4b78;
    border: 10px solid #000;
    border-radius: 50%;
    height: 42px;
    width: 46px;
    display: inline-block;
    padding-top: 22px;
    padding-left: 18px
}

/*
.sub-container .title {
    margin-left: -35px
}
 */

.wp-admin .modal .dataTables_wrapper > .row > .col-sm-12 {
    margin: 0.5rem 0;
}

.wp-admin .modal .dataTables_wrapper > .row > .col-sm-12 {
    width: 100%;
    float: left;
}

.wp-admin .modal .dataTables_wrapper > .row > .col-sm-12.col-md-5 {
    width: 40%;
    margin: 0.5rem 0 !important;
    float: left;
}

.wp-admin .modal .dataTables_wrapper > .row > .col-sm-12.col-md-6 {
    width: 50%;
    margin: 0.5rem 0 !important;
    float: left;
}

.wp-admin .modal .dataTables_wrapper > .row > .col-sm-12.col-md-7 {
    width: 60%;
    margin: 0.5rem 0 !important;
    float: left;
}

.wp-admin .modal .dataTables_wrapper > .row:first-child select {
    width: auto;
}

.mini-grid .dataTables_wrapper .row [class^="col"] {
    margin: 0.5rem 0 !important;
}

#orderEntriesTable_wrapper .odd input[type="text"] {
    background: #f6f7f7;
}

#orderEntriesTable_wrapper .even input[type="text"] {
    background: #ffffff;
}

