/* here you can put your own css to customize and override the theme */
.errortype {
    color: #D05454;
    font-weight: 600;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }

.butonikonr {
    margin-right: 4px;
}

.butonikonl {
    margin-left: 4px;
}

@media (min-width:992px) {
    .modal-dialog {
        width: 70%;
        max-width: none !important;
    }

    .modal-lg {
        width: 90%;
        max-width: none !important;
    }

    .modal-sm {
        width: 50%;
        max-width: none !important;
    }
}

@media (min-width:1300px) {
    .modal-dialog {
        width: 70%;
        max-width: none !important;
    }

    .modal-lg {
        width: 90%;
        max-width: none !important;
    }

    .modal-sm {
        width: 50%;
        max-width: none !important;
    }
}

@media (min-width:1600px) {
    .modal-dialog {
        width: 70%;
        max-width: none !important;
    }

    .modal-lg {
        width: 90%;
        max-width: none !important;
    }

    .modal-sm {
        width: 50%;
        max-width: none !important;
    }
}

.modal {
    max-height: 100%;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1050;*/
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.nodata {
    color: #e7505a;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 20px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 14px 10px 0;
}

.alttoplam {
    background-color: #c1c1c1 !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

    .alttoplam td {
        color: #000000 !important;
    }

.satistoplam {
    background-color: #cdc262 !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

    .satistoplam td {
        color: #000000 !important;
    }

.yekuntoplam {
    background-color: #779b5e !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

    .yekuntoplam td {
        color: #000000 !important;
        font-size: 20px !important;
    }

.ortfiyat {
    font-size: 20px !important;
    font-weight: 600 !important;
}
