/* 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;
    }

    .modal-xs {
        width: 30%;
        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;
    }

    .modal-xs {
        width: 30%;
        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-xs {
        width: 30%;
        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: 24px 10px 0;
    height: auto !important;
    max-width: 200px;
    max-height: 100px;
}

.softroyal {
    width: 100%;
    text-align: center !important;
    padding: 10px !important;
    position: relative;
    margin-top: 100px;
}

    .softroyal a {
        width: 100px;
        text-align: center;
    }

        .softroyal a img {
            max-width: 100px;
            margin: auto;
        }

.hizliode_giris {
    padding-top: 200px;
}

    .hizliode_giris img {
        margin: 20px;
    }

    .hizliode_giris h4 {
        margin-bottom: 50px;
        font-size: 24px;
        font-weight: 800;
        color: #2a2929 !important;
    }

.hizliode_faturalar {
    padding-top: 50px;
}

    .hizliode_faturalar img {
        margin: 20px;
    }

    .hizliode_faturalar h4 {
        margin-bottom: 50px;
        font-size: 24px;
        font-weight: 800;
        color: #2a2929 !important;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #333;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 16px !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    color: #fff;
}

.popover-content {
    padding: 9px 14px;
    /*background: #D05454;
    border-radius: 8px;*/
}

.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #333;
}
