/* ========== < Custom Classes > ========== */

/*@media all and (-ms-high-contrast:none) {
    body{
        display:none;
    }

    html{
        background:url(../Images/error.PNG) #fff;
        background-repeat:no-repeat;
    }
}*/

/*.custom-card {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
}*/

body.wait,
html.wait {
    cursor: wait !important;
}

.wait .flex_content_wrap {
    pointer-events: none !important;
}


.label.anchor {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.ui.green.label.anchor {
    background: #1f6e43 !important;
}


.label.anchor a {
    display: block;
    color: #fff !important;
    opacity: 1;
    height: 22px;
    padding: 0;
    line-height: 22px;
}

.custom-card {
    background: #fff;
    padding: 10px 0px;
    margin-bottom: 10px;
    /* box-shadow: 0 3px 8px 0 rgba(59,65,94,.1), 0 2px 5px 0 rgba(0,0,0,.07); */
    border-radius: 3px;
    border: 1px solid #ddd;
    border-top: 1px solid #f5925e;
}

    .custom-card > .row:first-child {
        box-shadow: inset 0 -1px #e3e8ee;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }

.masterDetailSection .custom-card > .row {
    margin-bottom: 0;
}

.masterFormSection .custom-card {
    padding: 10px 15px;
}

    .masterFormSection .custom-card > .row {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 10px;
    }

/*.custom-card-heading {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}*/

.custom-card-heading {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 5px;
}

body .pointer {
    cursor: pointer !important;
}



body .notallowed {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.move {
    cursor: move !important;
}

.masterFormSection .custom-card-heading {
    margin: 5px 0;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.p-r-30 {
    padding-right: 30px;
}

.w6 {
    width: 6% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-list-style {
    list-style: none !important;
}

.no_wrapped thead th {
    white-space: nowrap !important;
}

.text-left {
    text-align: left !important;
}


.field span.text-muted {
    font-size: 10px;
    color: #dd5f0b;
    font-weight: 600;
    padding-left: 5px;
}

.fixed-action-btn {
    position: fixed;
    left: calc(100% - 80px);
    top: calc(100% - 130px);
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.btn-floating.btn-large {
    width: 45px;
    height: 45px;
    padding: 0;
    background: #4184c4;
    cursor: move;
}

.btn-floating {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: normal;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

    .btn-floating i {
        display: block;
        text-align: center;
        color: #30485f;
        font-size: 12px;
        line-height: normal;
        margin: 0;
    }

    .btn-floating.btn-large i {
        font-size: 17px;
        color: #fff;
    }

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 44px;
    margin: 0;
    visibility: hidden;
    transition: all .2s;
    transform: scale(0,0);
    transform-origin: bottom center;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .fixed-action-btn ul li {
        margin-bottom: 15px;
    }

.fixed-action-btn:hover ul {
    visibility: visible;
    transform: scale(1,1);
}


input::-ms-clear {
    display: none;
}


/* ========== </ Custom Classes > ========== */
/* ========== < Override Css Classes > ========== */
/*.ui.primary.button, .ui.primary.buttons .button {
    background: linear-gradient(to top, #de498f,#dd5d0c);
}

    .ui.primary.button:hover, .ui.primary.buttons .button:hover, .ui.primary.button:focus, .ui.primary.buttons .button:focus {
        background: linear-gradient(to bottom, #de498f,#dd5d0c);
    }*/
.ui.primary.button, .ui.primary.buttons .button {
    background: #fff;
    color: #dd5d0c;
    font-weight: 700;
    border: 1px solid #dd5d0c;
    border-radius: 3px;
}

button.ui.primary.button.active {
    background: #dd5d0c;
    color: #fff !important;
}


.ui.primary.button:hover, .ui.primary.buttons .button:hover, .ui.primary.button:focus, .ui.primary.buttons .button:focus {
    background: rgba(221, 93, 12, .1);
    color: #dd5d0c;
}


.field {
    position: relative;
}

.ui.form .field.error input,
.ui.form .field.error .dropdown,
.ui.form .field.error textarea,
.ui.form .field.error .ui.dropdown .text {
    background: #ffffff !important;
}

.ui.form .field .prompt.label {
    color: #be4b49 !important;
    border: 0 !important;
    background: none !important;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.ui.search.dropdown > input.search {
    left: 0;
}

.ui.form .field .prompt.label:after,
.ui.form .field .prompt.label:before {
    display: none;
}

.ui.basic.red.label {
    border: 0 !important;
}

.ui.secondary.pointing.menu .active.item, .ui.secondary.pointing.menu .active.item:hover {
    border-color: #dd600b;
    color: #dd600b;
}

.table.fixed_layout {
    table-layout: fixed;
}

/*.ui.table thead th {
    background: #30485f;
    color: rgb(255, 255, 255);
    padding: 6px .78571429em;
    padding-right: 20px;
}*/

.ui.table thead th {
    background: #f7fafc;
    color: #333;
    padding: 6px .78571429em;
    padding-right: 20px;
    box-shadow: inset 0 -1px #e3e8ee;
    border: 0 !important;
}

.ui.table th, .ui.table td {
    padding: 8px;
    font-size: 13px;
}

.table_compact th, .table_compact td {
    padding: 5px 6px !important;
    font-size: 13px;
    font-weight: normal !important;
}

.table_compact input {
    padding: 5px !important;
}

.ui.table, .ui.table thead th {
    border: 0;
}

    /*.ui.table td {
        border-width: 1px 0px 0px 0 !important;
        border-top-color: #e7eaec !important;
    }*/

    .ui.table:not(.EmployeeList) td {
        border-width: 1px 0px 0px 0 !important;
        box-shadow: inset 0 -1px #e3e8ee;
        border-top: 0 !important;
    }

    .ui.table.fixed_columns th {
        white-space: nowrap;
    }

.ui.dropdown.more-options li.item {
    padding: 0 !important;
}

    .ui.dropdown.more-options li.item > a {
        padding: 15px !important;
        display: block;
        color: #000;
        text-shadow: 1px 1px 2px rgba(48, 72, 96, .5);
    }

        .ui.dropdown.more-options li.item > a .icon {
            margin-right: 10px;
        }

.introjs-overlay {
    background: rgba(0, 0, 0, .5) !important;
    opacity: 1 !important;
}

span.introjs-helperNumberLayer {
    display: none;
}

.introjs-tooltip {
    min-height: 120px;
}

.introjs-tooltiptext {
    min-height: 70px;
}

.introjs-button, .introjs-button:hover, .introjs-button:active, .introjs-button:focus {
    background: #dd600b;
    color: #fff;
    text-shadow: none;
    border: 0;
    padding: 7px 12px;
    outline: none !important;
}

    .introjs-button.introjs-disabled {
        background: #ddd;
        color: #333;
    }

.calendar .ui.table {
    border: 1px solid #ddd !important;
}

    .calendar .ui.table td {
        border: 0;
    }

        .calendar .ui.table td.link.active, .calendar .ui.table td.link.active:hover {
            background: #30485f !important;
            color: #fff !important;
        }

        .calendar .ui.table td.link.today, .calendar .ui.table td.link.today:hover {
            background: #dd5f0b !important;
            color: #fff !important;
        }

.ui.calendar.right .ui.popup.calendar {
    left: auto !important;
    right: 0 !important;
}

.ui.popup.calendar:before {
    display: none;
}

.main-container .ui.special.popup {
    background: #fff !important;
    color: #555 !important;
    min-width: 100px;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    border: 1px solid #7eadda !important;
    padding: 10px !important;
    z-index: 9999;
    border-radius: 0;
}

    .main-container .ui.special.popup .header {
        white-space: nowrap;
        border-left: 5px solid #3ab7af;
        color: #000;
        padding: 10px;
        background: #c3e1ff;
    }



        .main-container .ui.special.popup .header.red {
            border-left: 5px solid red;
        }

        .main-container .ui.special.popup .header.green {
            border-left: 5px solid green;
        }


        .main-container .ui.special.popup .header.orange {
            border-left: 5px solid #dd5f0b;
        }

    .main-container .ui.special.popup .body {
        padding: 0;
        color: #333;
    }

        .main-container .ui.special.popup .body table {
            margin: 10px 0;
        }

            .main-container .ui.special.popup .body table tr > td,
            .main-container .ui.special.popup .body table tr > th {
                background: none !important;
                border: 0 !important;
                padding: 7px 4px;
                font-size: 12px;
                box-shadow: none !important;
            }

.ui.bottom.left.popup:before {
    border: 0;
    box-shadow: none;
    border-top: 1px solid #7eadda;
    border-left: 1px solid #7eadda;
}

.segment.form_segment {
    box-shadow: none;
    border: 0;
}

.ui.pagination.menu {
    box-shadow: none;
    min-height: 35px !important;
}

    .ui.pagination.menu .item {
        padding: 10px 12px;
        min-width: 10px;
        border-color: red;
    }

        .ui.pagination.menu .item.active {
            background: #30485e;
            color: #f1f1f1;
        }

.ui.table.custom_sortable th {
    position: relative;
    cursor: pointer;
}

    .ui.table.custom_sortable th:after {
        content: '\f0dc';
        font-family: 'FontAwesome';
        position: absolute;
        right: 5px;
        font-size: 10px;
    }

    .ui.table.custom_sortable th.active_acce:after {
        content: '\f0de'
    }

    .ui.table.custom_sortable th.active_dece:after {
        content: '\f0dd'
    }

    .ui.table.custom_sortable th.action_column:after {
        display: none;
    }

.dataTables_wrapper thead th {
    position: relative;
    cursor: pointer !important;
}

    .dataTables_wrapper thead th.no-sort {
        pointer-events: none;
    }

th.no-sort:after,
th.no-sort:before {
    display: none;
}

.dataTables_wrapper thead th.sorting:after,
.dataTables_wrapper thead th.sorting_desc:after,
.dataTables_wrapper thead th.sorting_asc:after {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.dataTables_wrapper thead th.sorting:after {
    content: '\f0dc';
}

.dataTables_wrapper thead th.sorting_desc:after {
    content: '\f0dd';
}

.dataTables_wrapper thead th.sorting_asc:after {
    content: '\f0de';
}

.dataTables_wrapper th.action_column:after {
    display: none;
}

.ui.dropdown {
    min-width: 50px !important;
}

table .ui.dropdown {
    min-width: 0 !important;
}

.ui.dropdown.min {
    min-width: 10em !important;
}

.ui.selection.dropdown > .dropdown.icon {
    padding: 7px 4px;
}

.ui.modal > .close {
    top: 13px;
    right: 10px;
    color: #1b1c1d;
}


.ui.modal.coupled {
    position: absolute !important;
}

.ui.icon.button.compact {
    padding: 6px 40px 6px 6px !important;
    min-width: 10px;
    font-size: 12px;
}


.form .field input.error,
.form .field input.error:focus {
    background: #fff6f6;
    border-color: #e0b4b4;
    color: #9f3a38;
}

.form .field label.error {
    color: #9f3a38;
    font-size: 12px;
}

.mandatory > label:after {
    content: '*';
    color: #f00;
    padding-left: 3px;
    font-size: 15px;
    line-height: 1;
}

.ui.modal > .header:not(.ui) {
    cursor: move;
}

.ui.modal {
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

    .ui.modal > .header {
        background: #fff;
        color: #333 !important;
        font-weight: 300 !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        padding: 16px 20px;
        font-size: 16px !important;
    }

    .ui.modal > .content {
        min-height: 100px;
        max-height: 400px;
        overflow: auto;
        background: #fff;
    }

.ui.mini.modal > .actions {
    background: #ffffff;
    border-top: 0;
}


i.close.icon {
    cursor: pointer;
}


/*.field.error:after {
    content: "\f071";
    font-family: "FontAwesome";
    color: #db2828;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 8;
    background: #fff;
}*/


.custom-card .fields .field.error:after {
    right: 15px;
}

.field.mandatory > span {
    position: relative;
}

    .field.mandatory > span:after {
        content: "*";
        color: #9f3a38;
        font-size: 15px;
        position: absolute;
        right: -8px;
        font-family: "arial";
    }


table.dataTable tbody tr td {
    background: #fff;
}


table.dataTable tbody tr.odd td {
    background: #fff;
}

table.dataTable.no-footer {
    border: 0;
}

#toast-container > div {
    opacity: 1 !important;
}

.toast.toast-warning {
    background: #dd600b;
}


table.dataTable:not(.EmployeeList) tbody tr:hover > td {
    background: #ebf2fa;
}

table.fixed_table {
    position: relative;
    background-color: #aaa;
    overflow: hidden;
    border-collapse: collapse;
}

    table.fixed_table thead {
        position: relative;
        display: block;
        overflow: visible;
    }

        table.fixed_table thead th,
        table.fixed_table tbody td {
            z-index: 9;
            min-width: 120px;
            white-space: nowrap;
        }

    table.fixed_table tbody {
        position: relative;
        display: block;
        overflow: auto;
    }


.table label.isActive {
    font-size: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin: auto
}

    .table label.isActive[data-active="True"],
    .table label.isActive[data-active="true"] {
        background: green;
    }

    .table label.isActive[data-active="False"],
    .table label.isActive[data-active="false"] {
        background: red;
    }

.ui.calendar > .ui.input {
    width: 100%;
}


.loading.ui.button {
    pointer-events: none !important;
}

.table_caption {
    background: #3f668a !important;
    font-size: 14px !important;
    color: #f1f1f1 !important;
    font-weight: 400 !important;
    padding: 6px !important;
}

    .table_caption.text-center {
        text-align: center !important;
    }

.ui.error.message {
    position: fixed;
    top: 0;
    right: 40px;
    background-color: #db2829;
    color: #ffffff;
    z-index: 999999;
    border: 0 !important;
    box-shadow: none;
    max-height: 130px;
    overflow: auto;
    max-width: 300px;
    width: 100%;
    cursor: move;
    background-image: url(../Images/close.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 10px;
}

.editor.ql-container.error {
    background: #ffe8e8;
}

.ui.error.message.hover {
    cursor: pointer;
}
/*.ui.error.message.active .close {
        top: 4px;
        right: 3px;
        opacity: 1;
    }*/
/*.table-responsive .dataTables_wrapper {
    overflow: auto;
}*/
/*.masterDetailSection .table-responsive {
    width: calc(100vw - 350px);
}

.navCollapsed .masterDetailSection .table-responsive {
    width: calc(100vw - 70px);
}*/
.blurring.dimmed.dimmable > :not(.dimmer) {
    -webkit-filter: none;
    filter: none;
}

.blurring.dimmed.dimmable .main-container {
    -webkit-filter: none !important;
    filter: none !important;
}

.blurring.dimmable > .ui.dimmer,
.dimmable > .ui.dimmer {
    background-color: rgba(0,0,0,.4) !important;
}

.custom-file {
    display: flex !important;
    width: 100% !important;
    margin-bottom: 5px;
    height: 28px;
    margin-top: 4px;
    background: #fff;
}

    .custom-file input {
        display: none !important;
    }

    .custom-file .custom-file-label {
        border: 1px solid #dededf;
        padding: 0px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        height: 30px;
        flex: 1 1;
        line-height: 28px;
    }

    .custom-file > label.ui.button {
        width: 90px;
        height: 30px;
        border-radius: 0 !important;
        border-color: #ddd;
        border-left: 0;
        min-height: 0;
        padding: 5px;
        justify-content: center;
        font-size: 12px !important;
    }

.checkbox_column {
    padding: 0 !important;
    padding-left: 5px !important;
}

.inline.field.checkbox {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-start;
    padding-top: 12px;
}


.form.ui .inline.fields {
    height: auto !important;
    margin-bottom: 5px !important;
}

.form.ui .field.textarea {
    margin-bottom: 5px !important;
}

.form.ui .inline.fields .field {
    height: auto !important;
    min-height: 29px;
}

.switch_views {
    border: 1px solid rgb(245, 149, 98) !important;
    border-radius: 5px !important;
}

    .switch_views .button {
        padding: 0 10px !important;
        border: 0 !important;
    }

.ui.basic.active.button,
.ui.basic.buttons .active.button {
    background: #f59562 !important;
    color: rgb(255, 255, 255) !important;
}


label.ui.label a {
    color: #fff !important;
    opacity: 1;
}




/* Form */






.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.selection.dropdown,
.ui.input > input {
    min-height: 30px;
    padding: 7px 5px;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 12px;
    padding-right: 20px;
    box-sizing: border-box;
}


.ui.form .disabled.field,
.ui.form .disabled.fields .field,
.ui.form .field :disabled,
.ui.dropdown.disabled {
    background: #ddd;
}


.ui.form textarea {
    padding: 5px;
    border-radius: 0 !important;
    margin-bottom: 7px;
}

.ui.multiple.search.dropdown > input.search {
    padding: 0;
    margin: 0;
    min-height: 0;
}

.ui.form .row [class^='col-'] {
    margin-bottom: 5px;
}

.ui.form .fields {
    margin: 0 -0.5em 0em;
}

.ui.form .field > label {
    font-size: 12.5px;
    font-weight: 300;
    width: 100%;
}

.ui.button {
    min-height: 30px;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 13px !important;
    background: #fff;
    border: 1px solid #30485f;
    color: #30485f;
    font-weight: 700;
    line-height: 20px;
}

    .ui.button:hover {
        background: rgba(48, 72, 95, .1);
        color: #30485f;
    }



.form.ui .field:not(.textarea) {
    min-height: 62px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0px;
}

table.form.ui .field:not(.textarea),
table .field:not(.textarea) {
    min-height: 0;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 1px solid #888;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
    font-size: 11px;
    top: -1px;
    width: 15px;
    height: 15px;
    text-align: left;
    padding-left: 2px !important;
}

.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #fafafa;
    padding: 7px !important;
    font-size: 12.5px;
    line-height:18px;
}

.ui.search.selection.dropdown:not(.multiple) > input.search {
    padding: 5px 7px;
    min-height: 28px;
}

.ui.multiple.dropdown > .label {
    padding: 2px 5px;
    /*background: #4183c4;
    color: #fff;
    font-weight:normal;*/
    border-radius: 0;
}

.ui.calendar {
    width: 100%;
}

    .ui.calendar.popup {
        max-width: 250px !important;
    }

.ui.multiple.search.dropdown > .text {
    margin: 5px 3px !important;
    line-height: 4px;
}

.ui.form .container,
.ui.form .container-fluid,
.ui.form div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.ui.form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.ui.styled.accordion {
    width: auto;
}


.ui.button:disabled,
.ui.button.disabled {
    background: rgba(0,0,0,.25);
    color: #ffffff;
    opacity: 1 !important;
    cursor: not-allowed;
    border-color: #ddd;
}

/* ========== </ Override Css Classes > ========== */










.contextmenu {
    display: none;
    position: fixed;
    border: 1px solid #B2B2B2;
    width: 150px;
    background: #F9F9F9;
    box-shadow: 3px 3px 2px #E9E9E9;
    border-radius: 4px;
}

    .contextmenu .items {
        list-style: none;
        margin: 0px;
        margin-top: 4px;
        font-size: 13px;
        color: #333333;
        padding: 0;
    }

        .contextmenu .items li {
            padding: 8px 10px;
            cursor: pointer;
        }

            .contextmenu .items li:hover {
                color: white;
                background: #284570;
                border-radius: 2px;
            }



#sidebar_trigger {
    display: none;
}



.popup:not(.calendar) {
    padding: 2px 8px !important;
    background: rgba(16, 26, 34, .9) !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 11px !important;
}

    .popup:not(.calendar):not(.special):before,
    .popup:not(.calendar):not(.special):after {
        display: none;
    }

.navCollapsed .main_header .client_logo {
    width: 170px;
    min-width: 170px;
}

.ui.right.labeled.input .addon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    margin-left: -1px;
    background: #f1f1f1;
    width: 31px;
    padding-left: 6px;
    padding-top: 2px;
}

.dropdown.multiple.allselected {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px;
    padding-right: 60px;
}

.ui.selection.dropdown.multiple .item {
    position: relative;
    padding-left: 30px !important;
}

    .ui.selection.dropdown.multiple .item.active {
        font-weight: 300;
    }

.dropdown.multiple .item:before {
    content: "\f096";
    font-family: "fontAwesome";
    position: absolute;
    left: 10px;
    color: #4184c4;
}

.dropdown.multiple .item.active:before {
    content: "\f046";
}

.ui.action.input.isApplicable {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ui.action.input.isApplicable > .field {
        flex: 1 1;
        padding-left: 10px;
    }


.ui.toggle.checkbox .box, .ui.toggle.checkbox label {
    padding-left: 2.5rem;
}

.ui.toggle.checkbox {
    min-height: 0.5rem;
    height: 20px;
    width: 35px;
    margin-top: 17px;
}

    .ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
        background: rgba(0,0,0,.60);
        box-shadow: none;
        width: 2.5rem;
        height: 1.3rem;
        border: 0;
    }

    .ui.toggle.checkbox .box:after, .ui.toggle.checkbox label:after {
        background: #fff;
        box-shadow: none !important;
        width: 1rem;
        height: 1rem;
        top: 2px;
    }

    .ui.toggle.checkbox input ~ .box:after, .ui.toggle.checkbox input ~ label:after {
        left: 2px;
    }

    .ui.toggle.checkbox input:checked ~ .box:after, .ui.toggle.checkbox input:checked ~ label:after {
        left: 1.39rem;
    }
/*.dataTable tr {
    display: flex;
    margin: 2px 0;
}

.dataTable tbody tr:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.4), 0 0 2px rgba(0,0,0,.3), 0 0 3px rgba(0,0,0,.1);
    background: none;
}

.dataTable tr td,
.dataTable tr th {
    flex: 1 1;
    border: 0 !important;
    align-items: center;
    display: flex;
}

.dataTable .action_column,
.dataTable .sorting_1 {
    width: 0 !important;
    min-width: 0;
    max-width: 0;
    padding: 0 !important;
}*/

.table-responsive {
    min-height: 1px;
    overflow: auto
}


.filterDropdown {
    position: relative;
}

.contextFilter {
    width: 250px;
    box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.13);
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    top: 120%;
    display: none;
    border: 1px solid #ddd;
}

    .contextFilter.active {
        display: block !important;
    }

.contextFilterHeader {
    background: #f7fafc;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

    .contextFilterHeader .contextFilterHeading {
        flex: 1 1;
    }



.contextFilterBtn.clear button,
.contextFilterBtn.done button,
.contextFilterHeading .close {
    border: 0;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(43,45,80,.08), 0 2px 5px 0 rgba(43,45,80,.06), 0 1px 1.5px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.06);
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
}

.contextFilterBtn.done {
    padding-left: 5px;
}

.contextFilterHeading {
    text-align: right;
}

.contextFilterBtn.done button {
    background: #f59563;
    color: #fff;
}

.contextFilterHeading .close {
    background: white;
    color: red;
    font-size: 22px;
    padding: 1px 7px;
}

.contextFilterBody .field {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

    .contextFilterBody .field:last-child {
        border: 0;
    }

    .contextFilterBody .field label {
        margin-bottom: 8px !important;
        font-size: 12px;
    }

    .contextFilterBody .field .dropdown,
    .contextFilterBody .field input {
        border-color: #ddd;
    }


.contextFilter .contextFilterBody .field.error:after {
    display: none;
}

.contextFilter .contextFilterBody .prompt.label {
    padding-top: 5px !important;
}


ul.pagination {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

    ul.pagination li a {
        color: #333;
        width: 30px;
        height: 30px;
        font-size: 12px;
        display: block;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
    }

    ul.pagination li:not(.active) a:hover {
        box-shadow: 0 3px 8px 0 rgba(59,65,94,.1), 0 2px 5px 0 rgba(0,0,0,.07);
        background: rgba(221, 96, 11, .2);
    }

    ul.pagination li.active a {
        background: #dd600b;
        color: #fff;
        box-shadow: 0 3px 8px 0 rgba(59,65,94,.1), 0 2px 5px 0 rgba(0,0,0,.07);
    }

.dataTables_wrapper .dataTables_paginate {
    padding: 0;
}

.dataTables_wrapper .dataTables_info {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    background: #fff;
    color: #30485e !important;
    border: 0 !important;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0;
    box-shadow: none;
    border-radius: 50% !important;
}

.dataTables_wrapper .dataTables_paginate > a.paginate_button:first-child {
    border-left: 0 !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled {
    color: #888 !important;
    cursor: not-allowed !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    box-shadow: 0 3px 8px 0 rgba(59,65,94,.1), 0 2px 5px 0 rgba(0,0,0,.07);
    background: rgba(221, 96, 11, .2);
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    color: #fff !important;
    background: #dd600b;
    border-radius: 50% !important;
    box-shadow: 0 3px 8px 0 rgba(59,65,94,.1), 0 2px 5px 0 rgba(0,0,0,.07);
}



.serverCtrl,
.serverCtrl .ui.dropdown {
    width: 100% !important;
}

.meter {
    width: 150px;
    height: 15px;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
}

    .meter span {
        display: block;
        height: 100%;
        transition: all .5s ease-in;
        width: 100%;
        background: green;
        position: relative;
    }

        .meter span.red {
            background: #db2828
        }

        .meter span.orange {
            background: #efbc72
        }

        .meter span.green {
            background: #21ba45
        }

        .meter span:after {
            content: '';
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            -webkit-animation: progress-active 3s ease infinite;
            animation: progress-active 3s ease infinite
        }


.meter-caption {
    font-size: 10px;
    text-align: center;
    line-height: 1;
    background: #ddd;
    padding: 3px 0;
}

.dt-buttons {
    display: none !important;
}



@keyframes progress-active {
    0% {
        opacity: .5;
        width: 0
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}




.undetached .ui.modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}



.serverCtrl .ui.multiple.dropdown > .text {
    margin: 0 5px;
}

.serverCtrl .dropdown.multiple.allselected {
    padding: 7px 5px;
    overflow: initial;
}


.ui.modal .content.loading {
    position: relative;
    cursor: default;
    pointer-events: none;
}

    .ui.modal .content.loading:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: rgba(255,255,255,.8);
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .ui.modal .content.loading:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        margin: -1.5em 0 0 -1.5em;
        width: 3em;
        height: 3em;
        -webkit-animation: form-spin .6s linear;
        animation: form-spin .6s linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        border-radius: 500rem;
        border-color: #767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
        border-style: solid;
        border-width: .2em;
        -webkit-box-shadow: 0 0 0 1px transparent;
        box-shadow: 0 0 0 1px transparent;
        visibility: visible;
        z-index: 101;
    }

table th.text-center {
    text-align: center !important;
}

.quillInfoBar {
    border-bottom: 1px solid #ccc;
}

    .quillInfoBar:after {
        content: '';
        display: table;
        clear: both;
    }

    .quillInfoBar p {
        float: right;
        padding: 6px 10px;
        line-height: 1;
        color: #555;
        font-weight: 600;
    }

    .quillInfoBar ~ .ql-editor {
        height: calc(100% - 26px);
    }

.infoView {
    background: #f04f47;
    border-radius: 50px;
    color: #fff;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

    .infoView .icon {
        margin: 0 auto;
        font-size: 8px;
        display: block;
        height: 100%;
    }


.ui.table .ui.button.mini {
    padding: 4px 6px;
    min-height: 15px;
    font-size: 11px !important;
    line-height: 15px;
}

textarea {
    min-height: 50px;
    max-height: 200px;
}





.iconButton {
    padding: 5px !important;
}

    .iconButton .icon {
        margin: 0 !important;
        font-size: 15px;
        opacity: 1 !important;
    }



.ui.grouped-button {
    border: 1px solid #304860 !important;
    border-radius: 0;
}

    .ui.grouped-button .ui.button {
        border: 0;
        border-left: 1px solid rgba(48, 72, 96, .5);
        padding: 5px 7px;
    }

        .ui.grouped-button .ui.button:first-child {
            border: 0;
        }

        .ui.grouped-button .ui.button .icon {
            font-size: 16px;
            color: #304860;
        }

        .ui.grouped-button .ui.button:hover {
            background: rgba(48, 72, 96, .1) !important;
        }

.serverDisabled.ui.dropdown.disabled {
    background: #fff !important;
    opacity: 1 !important;
}
.ui.form .field .serverDisabled:disabled,
.ui.input:not(.disabled) input.serverDisabled[disabled] {
    background: #fff !important;
    opacity: 1 !important;
}

#langTranslateModalGlobal.ui.modal > .content {
    min-height: 350px !important;
}

.addon.disabled a {
    color: #888;
    pointer-events: none;
}


/*#toast-container > div {
    padding: 10px 10px 10px 36px;
    width: 20em;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 12px;
}

.toast-error {
    background-color: #db2828;
}

#toast-container > .toast {
    background-size: 20px;
    background-position: 10px center;
}

.toast-progress {
    height: 2px;
}*/

.transparentModal .blurring.dimmable > .ui.dimmer, .dimmable > .ui.dimmer {
    background-color: transparent !important;
}

table td.details-control.notallowed {
    background: #ddd !important;
    text-align: center;
}