html,
body {
    height: 100%;
    margin: 0;
}

input[type="text"],
input[type="date"] {
    font-weight: 630;
    color: #17a2b8
}

option {
    font-weight: 630;
}

.n {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

textarea {
    text-transform: capitalize;
}

#context-menu {
    position: absolute;
    z-index: 20;
    transition: all 1s;
    left: 1;
    top: 1;
    opacity: 0;
}

#context-menu i {
    font-size: 11px;
    border: 3px dashed #17a2b8;
    border-radius: 50%;
    padding: 7px;
    /* animation: rotate 2s infinite linear; */
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.custom-select-item-1 {
    border: 2px solid #b1b1b1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
    border-radius: 5px;
    font-weight: 630;
    font-size: 11.5px;
    outline: none;
    cursor: pointer;
    background-color: #f1f1f1;
    width: 105px;
    height: 23px;
    position: absolute;
}

.custom-select-item-1 option[value="#"] {
    color: #b1b1b1
}

.custom-select-item-1 option[value="ORJİNAL"],option[value="BOYASIZ İŞLEM"] {
    color: #28a745
}

.custom-select-item-1 option[value="BOYALI"],
option[value="İÇ DIŞ BOYALI"],
option[value="İNCE BOYA"],
option[value="YARIM BOYA"],
option[value="İŞLEMLİ BOYALI"],
option[value="SÖK TAK BOYA"] {
    color: #007bff
}

.custom-select-item-1 option[value="LOKAL BOYA"] {
    color: #cca11f;
}

.custom-select-item-1 option[value="DEĞİŞMİŞ"],
option[value="ÇIKMA DEĞİŞMİŞ"],
option[value="K.SAÇI DEĞİŞMİŞ"] {
    color: #dc3545
}

.custom-select-item-1 option[value="PLASTİK"],
option[value="KAPLAMA"],
option[value="CAM"],
option[value="SÖK TAK AYAR"],
option[value="PARÇA YOK"] {
    color: #555555
}

.custom-select-item-1 option {
    font-size: 14px;
    text-align-last: center
}

.bold {
    font-weight: 630;
}

.place {
    top: -10px;
    line-height: 21px;
    color: #555;
    background: rgba(0, 0, 0, 0);
    left: 5px;
    padding-right: 3px;
    padding-left: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    transition: all 0.6s;
    z-index: 1;
    font-size: 14px
}

.formInput {
    position: relative;
    width: 100%;
    padding-bottom: 11px;
    padding-right: 3px;
}

.abort-package {
    width: 40px;
    background-color: #555;
    color: #fff;
    text-align: center;
}

.abort-package:hover {
    background-color: #999
}

#loading {
    background: rgba(255, 255, 255, .8);
    color: #fff;
    display: table;
}

#loading div img {
    width: 100px;
    height: 100px;
}

#loading>div,
#mobile-blocker>div {
    display: table-cell;
}

#loading>div>p {
    color: #111;
    font-size: 25px;
    text-shadow: 5px 5px 15px #555;
    animation: text-pulse-light 3s infinite;
}


#loading,
#mobile-blocker {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 99999999;
}

#loading>div,
#mobile-blocker>div {
    vertical-align: middle;
    text-align: center;
}

#loading,
#menu,
#mobile-blocker {
    position: fixed;
    width: 100%
}

#loading>*,
#mobile-blocker>* {
    pointer-events: none;
}
#loading2 {
    background: rgba(255, 255, 255, .8);
    color: #fff;
    display: table;
}

#loading2 div img {
    width: 100px;
    height: 100px;
}

#loading2>div,
#mobile-blocker>div {
    display: table-cell;
}

#loading2>div>p {
    color: #111;
    font-size: 25px;
    text-shadow: 5px 5px 15px #555;
    animation: text-pulse-light 3s infinite;
}


#loading2,
#mobile-blocker {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 99999999;
}

#loading2>div,
#mobile-blocker>div {
    vertical-align: middle;
    text-align: center;
}

#loading2,
#menu,
#mobile-blocker {
    position: fixed;
    width: 100%
}

#loading2>*,
#mobile-blocker>* {
    pointer-events: none;
}

.body-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff)) fixed;
}

#header {
    background: linear-gradient(-45deg, #23a6d5, #e73c7e, #ce6341, #23d5ab, #17a2b8);
    background-size: 170% 130%;
    animation: gradientBG 5s ease infinite;
    height: 50px;
    right: 0;
    left: 0;
    z-index: 20;
    box-shadow: 0px 7px 20px #555;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#left-menu-open {
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 40px;
    transition: all 0.3s;
}

#left-menu-open i {
    color: white;
    padding: 15px 15px;
}

#navbar-logo {
    padding: 9px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

#navbar-logo a {
    color: #fff;
    font-size: 20px;
}

#left-menu {
    padding-top: 50px;
    position: fixed;
    background-color: #fff;
    width: 40px;
    white-space: nowrap;
    height: 100%;
    transition: all 0.3s;
    z-index: 19
}

.left-menu-item {
    background-color: #fff;
    width: 40px;
    box-shadow: 3px 3px 3px #555;
    transition: all 0.3s;
    overflow: hidden;
    border-bottom: 1px solid #555;
    white-space: nowrap;
    /* text-overflow: ellipsis;  */
}

.left-menu-item a i {
    font-size: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 9px;
    width: 50px;
    color: #555;
    /* text-shadow:1px 1px 3px #111 */
}

.left-menu-item a {
    color: #333;
    font-size: 18px;
}

.left-menu-item:hover {
    background-color: #c1c1c1;
    width: 190px!important;
}

@media screen and (max-width:1024px) {
    .full-screen {
        display: none;
    }
    .mobile-font {
        font-size: 12px!important
    }
}

@media screen and (max-width:567px) {
    .car-image-container {
        display: none;
    }
}

#main {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
    padding-bottom: 30px;
    position: relative;
    -webkit-filter: blur(9px);
    filter: blur(9px)
}

.content {
    margin: auto;
    width: auto;
    max-width: 1366px;
    word-wrap: break-word;
}

.text-pulse {
    animation: text-pulse 3s infinite;
}

@keyframes text-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes text-pulse-light {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .6;
    }
}

.easy-autocomplete {
    width: 100% !important
}

.easy-autocomplete input {
    width: 100%;
}

.form-wrapper {
    width: 100%;
}

.dropdown-item:hover {
    background-color: #555;
    color: #fff!important;
}

.show>.dropdown-menu-center {
    left: 50%!important;
    transform: translateX(-50%)!important;
    margin-top: 45px;
}

#left-menu .left-menu-item:last-child {
    border-bottom-right-radius: 11px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.top-shortcut-menu {
    transition: all .5s;
    width: 100px;
    top: 50px;
    left: 50%;
    margin-left: -50px;
    position: fixed;
    text-align: right;
    z-index: 5;
    opacity: 0.5
}

.top-shortcut-menu:hover {
    height: 40px;
    opacity: 1
}

.top-shortcut-menu-button {
    transition: all 1s;
    width: 100%;
    background-color: #777;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: -5px
}

.dropdown-item {
    padding-left: 3px!important;
    padding-right: 3px!important;
}

tr * {
    white-space: nowrap!important;
}

img {
    image-orientation: from-image;
}

.delete-button {
    position: absolute;
    color: #dc3545;
    font-size: 35px;
    right: 5px;
    text-shadow: 5px 5px 5px #f1f1f1;
    top: -10px;
    transition: all 0.5s
}

.delete-button:hover {
    font-size: 55px;
    top: -23px;
}

.modal-body {
    -webkit-overflow-scrolling: touch;
}

.text-secret {
    -webkit-text-security: disc;
    -text-security: disc;
    -moz-text-security: disc;
}

.obd-item {
    border: 5px solid #007bff;
    transition: all .5s;
}

.obd-item:hover {
    border-color: #999
}

#right-menu {
    padding-top: 50px;
    position: fixed;
    background-color: #fff;
    width: 40px;
    white-space: nowrap;
    height: 100%;
    transition: all .3s;
    z-index: 19;
    right: 0;
}

#right-menu-open {
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 40px;
    transition: all .3s;
    position: fixed;
    right: 0;
    height: 50px
}

#right-menu-open i {
    color: white;
    padding: 15px 15px;
}

.right-menu-item {
    background-color: #fff;
    width: 40px;
    box-shadow: -3px 3px 3px #555;
    transition: all .3s;
    overflow: hidden;
    border-bottom: 1px solid #555;
    white-space: nowrap;
    /* text-overflow: ellipsis;  */
    float: right;
}

.right-menu-item a i {
    font-size: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 9px;
    width: 50px;
    color: #555;
    /* text-shadow:1px 1px 3px #111 */
}

.right-menu-item a {
    color: #333;
    font-size: 18px;
}

.right-menu-item:hover {
    background-color: #c1c1c1;
    width: 190px!important;
}

#right-menu .right-menu-item:last-child {
    border-bottom-left-radius: 6px;
}

.full-screen {
    padding-right: 50px;
    transition: all .3s
}

#accordion a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding-left: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 521;
}

#accordion .accordion-content {
    padding-right: 21px;
    padding-left: 21px;
    background-color: #fff;
}

#accordion a:hover {
    background-color: #777;
}

#accordion {
    background-color: #555;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 11px #000;
}

.report-update-button {
    top: 0;
    opacity: 0;
    transition: all .5s;
    color: #28a745;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)!important;
    font-size: 21px;
    left: 0;
}

.report-update-button:hover {
    color: #28a745;
}

.query-price-span {
    opacity: 0;
    font-size: 10px;
    transition: all .3s;
    padding-left: 2px;
}

.query-price:hover .query-price-span {
    opacity: 1;
}

td {
    white-space: nowrap
}

th {
    white-space: nowrap
}

.error {
    animation: text-pulse-light 1.7s infinite;
    text-align: center;
    font-size: 25px;
    margin-top: 21px;
    margin-bottom: 21px;
}

#end-timing {
    position: fixed;
    font-size: 14px;
    bottom: 11px;
    right: 45px;
    background-color: #ce2d37;
    padding: 11px;
    border-radius: 11px;
    color: #ffffff;
    z-index: 3;
    text-align: center;
    visibility: hidden;
    margin-left: 45px;
}

.dropdown-menu {
    padding: 0;
    ;
}

.custom-file-input:lang(tr)~.custom-file-label::after {
    content: "Yükle"
}

.report-logo-show {
    width: 150px;
    height: 75px;
}

.custom-file {
	overflow: hidden;
}

.text-pulse-light {
    animation: text-pulse-light 1.5s infinite;
}