﻿.email-other {
    min-height: 35px;
}

.va-top {
    vertical-align: top;
}

.div-no-answer-holder {
    border-top-color: #E4ECF3 !important;
    padding: 10px 2px;
    margin: 0;
    border-top: 1px solid;
    font-size: 12px;
    line-height: 16px;
    color: #555 !important;
    background-color: transparent !important;
    white-space: normal;
}

ul > li:first-child > .div-no-answer-holder {
    border-top: 0px solid;
}

.start-call {
    border-radius: 10px;
}

select option[disabled] {
    color: red;
}

.ui-menu .ui-menu-item.ui-state-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .ui-menu .ui-menu-item.ui-state-success:hover {
        background-color: #bee9ac;
        border-color: #9bc27a;
        color: #316e32;
    }



.loader-backdrop, .loader-wrapper {
    transition: all 1s linear;
    z-index: 2000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader-backdrop {
    opacity: .3;
    background-color: #000;
    transition: opacity .15s linear;
}

.lds-roller {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    z-index: 2001;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6em;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #fff;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -36ms;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -72ms;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -108ms;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -144ms;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -216ms;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -252ms;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -288ms;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Indicator end*/
.ml-8 {
    margin-left: 8px;
}

.no-skin {
    padding-right: 0px !important;
}

.modal-open {
    overflow-y: auto !important;
}

.modal-padding-right {
    padding-right: 0px !important;
}

.modal-full {
    width: 100% !important;
    margin: auto !important;
    padding: 10px 15px 15px 10px !important;
}

.modal-dialog-margin {
}

.buttons-group-margin-left {
    margin-left: 5px;
}

@media (max-width: 360px) {
    .modal-dialog-margin {
        margin: 1px !important;
    }
}

@media (min-width: 360px) and (max-width: 480px) {
    .modal-dialog-margin {
        margin: 1px !important;
    }
}

@media (min-width: 480px) and (max-width: 540px) {
    .modal-dialog-margin {
        margin: 1px !important;
    }
}

.mt2 {
    margin-top: 2px;
}

.mr2 {
    margin-right: 2px;
}

.widget-toolbox a {
    line-height: 1.72;
}

.action-button a + a, .action-button a + .tooltip + a {
    margin-left: 10px;
}

.no-wrap {
    white-space: nowrap;
}

.mt10 {
    margin-top: 10px;
}

.mt3 {
    margin-top: 3px;
}

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.padding-5NV {
    padding: 5px !important;
}

.height-44NV {
    height: 44px !important;
}

.margin-left-0NV {
    margin-left: 0px !important;
}

.hidden {
    display: none !important;
}

select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container {
    width: 100% !important;
}

    select.multiselect + div.btn-group button.multiselect {
        text-align: left !important;
    }

    select.multiselect + div.btn-group b {
        float: right !important;
    }


input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::before {
    background-color: #87b87f !important;
}




.date-box {
    max-width: 90px !important;
    width: 90px !important;
}

.dateboxleft {
    max-width: 90px !important;
    width: 90px !important;
}

.data-caption {
    font-size: 120% !important;
    font-weight: bold;
}

.data-content {
    font-size: 120% !important;
}

.tar {
    text-align: right;
}

.vam {
    vertical-align: middle !important;
}




.MODALDIALOGFULLHEIGHT {
    height: calc(100% - 60px) !important;
}

.MODALBODYFULLHEIGHT {
    height: calc(100vh - 120px) !important;
}

@media (min-width: 1140px) {
    .MODALDIALOGFULLHEIGHT {
        height: calc(100% - 60px) !important;
    }

    .MODALBODYFULLHEIGHT {
        height: calc(100vh - 120px) !important;
    }
}

@media (min-width: 1024px) and (max-width: 1139px) {
    .MODALDIALOGFULLHEIGHT {
        height: calc(100% - 55px) !important;
    }

    .MODALBODYFULLHEIGHT {
        height: calc(100vh - 115px) !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .MODALDIALOGFULLHEIGHT {
        height: calc(100% - 20px) !important;
    }

    .MODALBODYFULLHEIGHT {
        height: calc(100vh - 80px) !important;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    .MODALDIALOGFULLHEIGHT {
        height: calc(100% - 5px) !important;
    }

    .MODALBODYFULLHEIGHT {
        height: calc(100vh - 60px) !important;
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .MODALDIALOGFULLHEIGHT {
        height: calc(100% - 5px) !important;
    }

    .MODALBODYFULLHEIGHT {
        height: calc(100vh - 60px) !important;
    }
}

@media (max-width: 374px) {
    .MODALDIALOGFULLHEIGHT {
        height: calc(100% - 5px) !important;
    }

    .MODALBODYFULLHEIGHT {
        height: calc(100vh - 60px) !important;
    }
}

.fa-shop-ga:before {
    content: 'GA' !important;
}

.fa-shop-ist:before {
    content: 'İST' !important;
}

.currency-font::before {
    content: "\f195";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.currency-1::before {
    content: "\f195" !important;
}

.currency-2::before {
    content: "\f155" !important;
    font-size: 0.95em;
}

.currency-3::before {
    content: "\f153" !important;
    font-size: 0.95em;
}


.widget-main.no-padding .table-bordered > tbody > tr > td:last-child.br-1 {
    border-right-width: 1px !important;
}

.order-quantity-td {
    vertical-align: bottom !important;
    font-weight: bolder;
}

.product-tr:not(:first-child) {
    border-top: 3px solid;
}

    .product-tr:not(:first-child) + .acceptance-tr {
        border-top: 3px solid;
    }

.product-tr + .acceptance-tr td {
    border-top: 0 !important;
}

.line-totol-tr td {
    border-bottom: 0 !important;
}

.product-tr td {
    border-bottom: 0 !important;
}

.line-totol-tr {
    border-top: 3px solid #ddd;
}

    .line-totol-tr td {
        text-align: right;
        font-weight: bolder;
    }

.completed-tr > td,
.acceptance-tr.completed-tr + .line-totol-tr td {
    background-color: #dff0d8 !important;
}

.partial-completed-tr > td,
.acceptance-tr.partial-completed-tr + .line-totol-tr td {
    background-color: #d9edf7 !important;
}

.resize-y {
    resize: vertical;
}

.button-group a {
    margin-bottom: 0.3em;
}

    .button-group a + a, .button-group a + div.tooltip + a {
        margin-left: 0.3em;
    }

.total-come, .total-remaining {
    cursor: pointer;
}

.total-remaining {
    color: #c64d4d;
}

.seperator-slash {
    padding: 5px;
}

.no-table-border.table, .no-table-border.table > tbody > tr > td {
    border-width: 0 !important;
}

label {
    cursor: pointer;
    margin-bottom: 0;
}

.scale-chk {
    padding-left: .3em;
    padding-right: .3em;
}

    .scale-chk > input {
        transform: scale(1.5);
        margin-left: 1px;
        margin-top: 1px;
        padding-left: .3em;
    }

.bb-1 {
    border-bottom: 1px solid #aea8a8;
}

.category-active-table label {
    cursor: pointer;
}

.category-active-table .chk {
    margin-right: 0.5em;
}

.mb-10 {
    margin-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.toolbar-table td {
    padding-left: 3px;
}

@media screen and (max-width: 500px) {
    .toolbar-table td {
        width: 50%;
        display: block;
        float: left;
        margin-top: 5px;
    }

        .toolbar-table td:last-child {
            width: 100%;
            margin-bottom: 10px;
        }

            .toolbar-table td:last-child a {
                float: right;
                margin-right: 10px;
            }
}

.ml-5 {
    margin-left: 5px;
}

.max-width-200 {
    max-width: 200px;
}

.bg-white {
    background-color: white !important;
}

.border-width-1 {
    border-width: 1px !important;
}

.td-padding-y-0 td {
    padding-top: 0;
    padding-bottom: 0;
}

.stock-info-table thead th {
    text-align: center;
    padding: 0;
    border: 0;
}

.mr10 {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.table-padding-5 th, .table-padding-5 td {
    padding: 5px;
}

.full-size-area div {
    margin-top: 10px;
    text-align: right;
}

    .full-size-area div:first-child {
        margin-top: 0;
    }

.ml-1em {
    margin-left: 1em;
}

.completed-history td {
    background-color: #dff0d8;
}

.nav-tabs.responsive-tab > li > a {
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .nav-tabs.responsive-tab > li > a {
        padding: 5px;
        margin-bottom: 5px;
    }
}
.ui-dropdownchecklist {
    font-size: medium;
    color: black;
}

.ui-dropdownchecklist-selector {
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.ui-state-hover, .ui-state-active {
    border-color: #5794bf;
}

.ui-dropdownchecklist-dropcontainer {
    background-color: #fff;
    border: 1px solid #999;
}

.ui-dropdownchecklist-item {
    height: 25px;
}

    .ui-dropdownchecklist-item label {
        cursor: default;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0px;
        margin-top: 3px;
        font-size: 14px;
    }

    .ui-dropdownchecklist-item input {
        display: inline-block;
        vertical-align: top;
        margin-top: 6px;
        margin-left: 6px;
    }

.ui-state-hover {
    background-color: #39f;
}

.ui-state-disabled label {
    color: #ccc;
}

.ui-dropdownchecklist-group {
    font-weight: bold;
    font-style: italic;
}

.ui-dropdownchecklist-indent {
    padding-left: 7px;
}

.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}

.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-dropdownchecklist-text {
    font-size: 14px;
    padding-top: 0px;
    display: inline-block;
    padding: 3px;
    font-size: 13px;
    line-height: 16px;
    color: #808080;
}

.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}
.mail-extention-area {
    width: 40% !important;
}

    .mail-extention-area select {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        width: 100%;
        margin: 0;
        z-index: 1;
    }

    .mail-extention-area input.form-control, .mail-extention-area input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100% - 20px);
        padding: 1px;
        font-size: 1.6rem !important;
        z-index: 2;
        border-right: 0;
        display: none;
    }

    .mail-extention-area select.writable + input {
        display: inline-block;
    }