* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
}

::selection {
    color: #fff;
    background: #666;
}

::-moz-selection {
    color: #fff;
    background: #666;
}

body::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

body::-webkit-scrollbar-thumb {
    background: #ddd !important;
    border: 0 !important;
}

body::-webkit-scrollbar-thumb:hover {
    background: #bbb !important;
    border: 0 !important;
}

body::-webkit-scrollbar-track {
    background: #fff !important;
    border: 0 !important;
}

b, strong, h1, h2, h3 {
    font-weight: 600;
}

a {
    text-decoration: none;
    cursor: pointer;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
    z-index: 2;
}

#barkod {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(20, 20, 20, 0.5);
    z-index: 2;
    padding-left: 420px;
    display: none;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.printpage {
    width: 100%;
    max-width: 500px;
    height: auto;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.05);
    margin: 0 auto;
}

.printpage_baslik {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eee;
    padding: 0 10px;
}

.printpage_white {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 60%);
}

.printpage a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bbb;
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 0 15px 0;
}

.printpage a span {
    display: inline-block;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.printpage a:hover {
    background: #eee;
}

.printpage_baslik span {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.center {
    margin: 0 auto;
    width: 100%;
    position: relative;
    clear: both;
}

.p-0 {
    padding: 7.5px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu li {
    float: left;
    position: relative;
}

ul.menu li a span {
    float: left;
    display: inline;
    margin-right: 7px;
    font-size: 20px;
}

ul.menu li a i {
    float: left;
    margin-right: 7px;
    font-size: 20px;
}

ul.menu li div {
    display: none;
}

ul.menu li:hover div {
    display: block;
    z-index: 2;
}

#page {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#page h1 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    padding-top: 15px;
    font-weight: 400;
    color: #3390ff;
}

#takvim {
    float: left;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background: #444444;
    background: url(../images/load.svg) top 300px center no-repeat #444;
    background-size: 80px 80px;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    overflow: hidden;
}

.takvim_in form {
    padding: 5px 0;
}

.container {
    top: 0;
    right: 0;
    position: relative;
    display: block;
    padding-left: 38px;
    cursor: pointer;
    line-height: 42px;
    height: 35px;
    font-size: 12px;
    user-select: none;
    color: #ccc;
    width: 50%;
    float: left;
    background: #444;
}

.orta .container {
    height: auto;
}

#yeni2 .container {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}

#yeni .container {
    width: auto;
    background: none;
    color: #333;
    line-height: 35px;
    margin-left: 10px;
}

#takvim .str {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    min-height: 40px;
    font-size: 12px;
    user-select: none;
    color: #ccc;
    width: 33.33%;
    float: left;
    color: #fff;
    background: #444;
    position: relative;
}

#takvim .str span {
    position: absolute;
    font-size: 20px;
    left: 17px;
    top: 38px;
}

#takvim .str.yz {
    width: 100%;
}

#takvim .str.yukseklik, #takvim .str.genislik, #takvim .str.adet {
    position: relative;
}

#takvim .str.genislik img {
    width: 21px;
    height: auto;
    left: 17px;
    top: 14px;
    position: absolute;
}

#takvim .str.yukseklik img {
    height: 21px;
    width: auto;
    top: 7px;
    left: 24px;
    position: absolute;
}

#takvim .str.adet img {
    width: 16px;
    height: auto;
    top: 10px;
    left: 19px;
    position: absolute;
}

#takvim .str input, #takvim .str select {
    display: block;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    color: #ccc;
    background: #353535;
    width: 100%;
    border: 0;
    outline: 0;
    border-left: 35px solid #303030;
    padding-left: 10px;
}

#takvim .str input:focus, #takvim .str select:focus {
    border-left: 35px solid #008DD2;
    color: #fff;
}

#takvim.dusakabin .str input:focus, #takvim.dusakabin .str select:focus {
    border-left: 35px solid #008DD2;
    color: #fff;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 10px;
    background-color: #555;
}

#yeni .checkmark {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: 8px;
    background-color: #aaa;
}

#yeni2 .checkmark {
    background-color: #eee;
}

.container:hover input~.checkmark, #yeni2 .container:hover input~.checkmark, #yeni .container:hover input~.checkmark {
    background-color: #ccc;
}

#takvim.tkl .container:hover input~.checkmark, #yeni2 .container:hover input~.checkmark, #yeni .container:hover input~.checkmark {
    background-color: #777;
}

.container input:checked~.checkmark, #yeni2 .container input:checked~.checkmark, #yeni .container input:checked~.checkmark {
    background-color: #008DD2;
}

#yeni.dusakabin .container input:checked~.checkmark {
    background-color: #008DD2;
}

#takvim.tkl .container input:checked~.checkmark {
    background-color: #008DD2;
}

#takvim.dusakabin.tkl .container input:checked~.checkmark {
    background-color: #008DD2;
}

#takvim.tkl {
    background-image: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pagein {
    float: right;
    width: calc(100% - 420px);
    height: 100%;
    position: relative;
}

#gun {
    display: block;
    width: 100%;
    height: calc(100% - 110px);
    overflow: hidden;
    background: #fff;
}

.page_in {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 50px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.page_in::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

.page_in::-webkit-scrollbar-thumb {
    background: #bbb !important;
    border: 0 !important;
}

.page_in::-webkit-scrollbar-thumb:hover {
    background: #aaa !important;
    border: 0 !important;
}

.page_in::-webkit-scrollbar-track {
    background: #eee !important;
    border: 0 !important;
}

.page_intable {
    width: 100%;
    background: #fff;
    font-size: 13px;
}

.ulist {
    width: 300px;
    background: #fff;
    margin: 20px;
}

.ulist b {
    display: block;
    line-height: 25px;
    color: #008DD2;
}

.ulist span {
    display: block;
    line-height: 25px;
}

.ulist span strong {
    float: right;
}

.plist {
    width: 50%;
    float: left;
    position: relative;
}

.plist.goster {
    display: none;
}

.plist.full {
    width: 100%;
    padding: 200px 20px 20px 20px;
}

.plist.kasa {
    padding: 20px 10px 20px 20px;
}

.plist.kanat {
    padding: 20px 20px 20px 10px;
}

.plist_in {
    width: 100%;
    background: #fafafa;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.plist b {
    display: block;
    color: #008DD2;
    line-height: 35px;
}

.plist span {
    display: block;
    line-height: 35px;
    border-top: 1px solid #ccc;
}

.plist span strong {
    float: right;
}

.plist_rpr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 20px;
}

.plist .plist_rpr span {
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page_in table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    color: #444;
}

.plist a {
    display: block;
    color: #eee;
    padding: 0px 15px;
    background: #666;
    line-height: 35px;
}

.plist a:hover {
    color: #fff;
    background: #008DD2;
}

.page_in table#liste.goster {
    display: none;
}

.page_in .renk {
    background: rgb(0, 0, 0, 0.02);
}

.page_in table th {
    font-weight: 400;
    border-top: 0;
    text-transform: uppercase;
    background: #ddd;
    padding: 0px 10px 0px 20px;
    height: 30px;
    line-height: 35px;
    font-size: 11px;
    color: #666;
    text-align: left;
}

.page_in table th.noprt, .page_in table td.noprt {
    max-width: 103px;
    min-width: 80px;
}

.page_in table th.renk {
    background: #ccc;
}

.page_in table td {
    text-align: left;
    padding: 10px 10px 10px 20px;
    line-height: 25px;
}

.page_in table td.tik {
    cursor: pointer;
}

.page_in table td.tik:hover {
    color: #008DD2;
}

.page_in table td.islem {
    text-align: left;
    padding: 0 13px 0 0;
}

.page_in table td.drm {
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}

.txt,
.page_in table td strong.hide {
    font: inherit;
    margin: 0;
    padding: 0 3px;
    outline: 0;
    font-weight: 600;
    background: none;
    border: 0;
}

.txt {
    border: none;
    color: 000;
    min-width: 10px;
}

.page_in table td strong.hide {
    display: none;
    white-space: pre;
}

.page_in table td input.olcu {
    background: none;
    border: 1px solid #ddd;
    outline: 0;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
    width: 45px;
}

.page_in table td b.olcu {
    float: left;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
}

.ts {
    white-space: nowrap;
    font-style: normal;
}

td.tsli em.ts {
    float: left;
    margin-right: 10px;
}

.page_in table tbody tr {
    border-bottom: 1px solid #ddd;
}

.page_in table thead tr th, .page_in table thead tr th:hover {
    border-bottom: 0;
    white-space: nowrap;
}

.page_in table.sineklik tbody tr:hover {
    border-bottom: 1px solid #008DD2;
}

.page_in table.dusakabin tbody tr:hover {
    border-bottom: 1px solid #008DD2;
}

.page_in table tr:nth-child(even) {
    background-color: #fafafa;
}

.page_in table td i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #eee;
    border-radius: 100%;
    float: left;
    margin: 5px;
    margin-left: -10px;
}

.page_in table td i.urt {
    background: #008DD2;
}

.page_in table td i.hzr {
    background: #008DD2;
}

.page_in table td i.cm {
    background: #aaa;
}

.page_in table td i.tsl {
    background: #00ac10;
}

.page_in table td i.ert {
    background: #dd0000;
}

.page_in table td span {
    float: right;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    opacity: 0.6;
}

.page_in table td span.yazdi {
    float: right;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    opacity: 0.9;
    color: blue;
}

.page_in table td span.lnr-trash {
    float: right;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    width: 20px;
}

.page_in table td span.lnr-checkmark-circle {
    float: right;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    width: 20px;
}

.page_in table td span:hover {
    opacity: 1;
}

.page_in #yeni table td input {
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
}

.page_in table td .quantity-button {
    background: none;
}

.page_in table.aksesuar td {
    padding: 5px 10px 5px 20px;
}

select.durum {
    border: 0;
    outline: 0;
    font-size: 13px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 5px;
    margin: -5px;
}

.header2 {
    display: block;
    width: 100%;
    display: none;
}

.header2 .hr {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.header2 b, .header2 span {
    line-height: 40px;
}

#header {
    display: block;
    width: 100%;
    height: 70px;
    padding: 15px 20px;
    z-index: 2;
    background: #fafafa;
}

#header ul.menu {
    height: 40px;
    margin-left: 12px;
    margin-right: -9px;
}

#header ul.menu:hover {}

#header ul.menu li a {
    color: #666;
    display: block;
    padding: 0 3px;
    font-size: 15px;
    text-align: right;
    position: relative;
    padding-left: 10px;
    height: 40px;
}

#header ul.menu li a b {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #008DD2;
    border-radius: 100%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    left: 5px;
    top: -7px;
}

#header ul.menu li a b.fr {
    left: auto;
    right: 5px;
}

#header ul.menu li a b.ds {
    background: #008DD2;
}

#header ul.menu li {
    border-left: 1px solid #ddd;
    margin-right: -1px;
    position: relative;
    padding: 0;
}

#header ul.menu li a span {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}

#header ul.menu li:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -5px;
    background: #aaa;
    border-left: 1px solid #fafafa;
    z-index: 13;
}

#header ul.menu li:hover a {
    color: #fff;
}

#header ul.menu li:hover a span {
    color: #fff;
}

#header ul.menu li:hover div {
    position: absolute;
    min-width: 170px;
    background: #aaa;
    top: 50px;
    right: 0;
}

#header ul.menu li:hover div a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding-right: 10px;
}

#header ul.menu li:hover div a:last-child {
    padding-bottom: 2px;
}

#header ul.menu li:hover div a:hover {
    color: #fff;
    background: #888;
}

#today {
    float: left;
    display: inline-block;
    min-width: 150px;
    height: 40px;
}

#time {
    text-align: right;
    float: right;
    display: inline-block;
    min-width: 180px;
    height: 40px;
}

#time b {
    display: block;
    height: 20px;
    line-height: 25px;
    font-size: 13px;
    color: #666;
}

#time span {
    display: block;
    height: 20px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
}

#time span.lnr {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    color: #666;
    margin-left: 5px;
}

#today b {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

#today span {
    display: block;
    height: 20px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

#today span.lnr {
    float: left;
    display: block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #666;
}

.takvim {
    width: 100%;
    height: 100%;
    padding: 0;
    transition: all 0.2s linear;
}

.takvim a#altinsin, .takvim a#altindus {
    display: block;
    width: 100%;
    height: 70px;
    padding: 15px 10px;
    text-align: center;
}

.takvim a#altinsin img, .takvim a#altindus img {
    height: 40px;
}

.takvimbaslik {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#sineklik .takvimbaslik {
    background: #008DD2;
}

#dusakabin .takvimbaslik {
    background: #008DD2;
}

.takvimbaslik a.left {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
}

.takvimbaslik a.left span {
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #fff;
}

.takvimbaslik a.right {
    float: right;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
}

.takvimbaslik a.right span {
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #fff;
}

.takvimbaslik b.tarih {
    float: left;
    text-align: center;
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

#bar {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    top: 70px;
    background: #eee;
    z-index: 3;
    padding: 0;
}

#bar ul.menu li a {
    color: #666;
    display: block;
    padding: 0 10px;
}

#bar ul.menu li:first-child a {
    padding-left: 20px;
}

#bar ul.menu li:last-child a {
    padding-right: 20px;
}

#bar ul.menu li a span {
    color: #666;
}

#bar ul.menu li:hover {
    background: #aaa;
}

#bar ul.menu li:hover a {
    color: #fff;
}

#bar ul.menu li.sec a {
    color: #333;
    background: #fff;
    cursor: default;
}

#bar ul.menu li.sec a span, #bar ul.menu li:hover.sec a span {
    color: #333;
}

#bar ul.menu li.grp.sec:hover a {
    background: #aaa;
    color: #fff;
    cursor: pointer;
}

#bar ul.menu li.grp.sec:hover a span {
    color: #fff;
}

#bar ul.menu li.grp.sec:hover {
    background: #aaa;
}

#bar ul.menu li:hover a span {
    color: #fff;
}

#bar ul.menu li:hover div {
    position: absolute;
    min-width: 120px;
    background: #aaa;
}

#bar ul.menu li:hover div a {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
}

#bar ul.menu li:hover div a:hover {
    color: #fff;
    background: #888;
}

#bar ul.menu li.grp.sec:hover div a:hover {
    background: #888;
}

#yer {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.05);
    z-index: 1;
    padding: 0 10px;
    position: relative;
}

#yer input.arama {
    float: left;
    display: block;
    width: calc(100% - 230px);
    height: 40px;
    line-height: 40px;
    background: #fff;
    z-index: 2;
    padding: 0 10px;
    position: relative;
    border: 0;
    outline: 0;
}

#yer input.arama.goster {
    display: none;
}

button#clear {
    border: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 300px;
    height: 25px;
    width: 25px;
    background: none;
    cursor: pointer;
    display: none;
    z-index: 3;
}

button#clear i {
    color: #e00;
    height: 25px;
    width: 25px;
    font-size: 20px;
}

button#clear:hover i {
    color: #d00;
}

#yer .inputalan {
    float: left;
    display: block;
    height: 30px;
    line-height: 12px;
    background: #fff;
    z-index: 2;
    margin: 5px 0 5px 0px;
    position: relative;
    padding-left: 8px;
    color: #777;
    font-size: 10px;
}

#yer .inputalan:first-child {
    margin: 5px 0 5px 10px;
}

#yer .inputalan input {
    width: 100%;
    height: 30px;
    line-height: 22px;
    padding-top: 15px;
    padding-left: 6px;
    padding-right: 10px;
    border: 0;
    outline: 0;
    right: 0;
    background: none;
    position: absolute;
    border-left: 2px solid #ddd;
}

#yer .inputalan input:hover {
    border-left: 2px solid #aaa;
}

#yer .inputalan input:focus {
    border-left: 2px solid #008DD2;
}

#yer.sineklik .inputalan input:focus {
    border-left: 2px solid #008DD2;
}

#yer ul.menu li.goster {
    display: none;
}

#yer ul.menu li a {
    color: #666;
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
}

#yer ul.menu li a span {
    color: #666;
    line-height: 40px;
}

#yer ul.menu li a span.lnr-file-add {
    margin-top: -1px
}

#yer ul.menu li:hover {
    background: #aaa;
}

#yer ul.menu li:hover a {
    color: #fff;
}

#yer ul.menu li.sec a {
    color: #333;
    background: #fff;
    cursor: default;
}

#yer ul.menu li.sec a span, #yer ul.menu li:hover.sec a span {
    color: #333;
}

#yer ul.menu li:hover a span {
    color: #fff;
}

#yer ul.menu li:hover div {
    position: absolute;
    min-width: 120px;
    background: #aaa;
}

#yer ul.menu li:hover div a {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
}

#yer ul.menu li:hover div a:hover {
    color: #fff;
    background: #888;
}

#yeni {
    min-height: 300px;
    display: none;
}

#yeni.goster {
    display: block;
}

#yeni2 {
    min-height: 300px;
    display: none;
}

#yeni2.goster {
    display: block;
}

#yeni .orta {
    float: left;
    width: 33.33%;
    line-height: 40px;
    padding: 10px 20px;
}

#yeni .orta.full {
    float: left;
    width: 100%;
    line-height: 40px;
    padding: 10px 20px;
    margin-bottom: -20px;
}

#yeni .orta.tam {
    width: 66.66%;
    height: 60px;
}

#yeni .kaydet {
    float: left;
    width: 33.33%;
    line-height: 35px;
}

#yeni .kaydet a {
    width: 100%;
    display: block;
    font-size: 14px;
    background: #eee;
    border: #ddd solid 1px;
    line-height: 35px;
    padding: 0 10px;
    margin-left: -1px;
    transition: all 0.1s linear;
}

#yeni .kaydet a span {
    float: left;
    font-size: 20px;
    margin-right: 5px;
}

#yeni .kaydet a:hover {
    background: #ddd;
    cursor: pointer;
}

#yeni select, #yeni input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: #ddd solid 1px;
    outline: 0;
    padding: 0 10px;
    font-size: 13px;
    background: #fff;
    margin: 0;
}

#yeni input:hover, #yeni select:hover {
    border: #ccc solid 1px;
    background: #fff;
}

#yeni textarea {
    width: 100%;
    line-height: 25px;
    height: 72px;
    border: #ddd solid 1px;
    outline: 0;
    padding: 10px;
    font-size: 13px;
    background: #fff;
}

#yeni textarea:hover {
    border: #ccc solid 1px;
    background: #fff;
}

#yeni .baslik {
    width: 100%;
    line-height: 30px;
    padding: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #ddd;
    line-height: 35px;
    font-size: 11px;
    color: #666;
}

#yeni .baslik b {
    float: right;
}

.exmp-wrp {
    position: relative;
    width: 180px;
    float: right;
    margin-right: -10px;
}

.btn-wrp {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 10;
}

#yeni input.btn-clck, #yeni input.btn-clck:hover {
    border: none;
    background: transparent;
    border: 0;
    outline: 0;
    background: none;
    color: #666;
    height: 35px;
    line-height: 35px;
}

.btn-clck::-webkit-calendar-picker-indicator {
    right: -10px;
    position: absolute;
    width: 78px;
    height: 40px;
    color: rgba(204, 204, 204, 0);
    opacity: 0
}

.btn-clck::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn-clck::-webkit-clear-button {
    margin-right: -75px;
}

.btn {
    height: 35px;
    line-height: 35px;
    background: #008DD2;
    border: none;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#yeni.dusakabin .btn {
    background: #008DD2;
}

.quantity {
    float: left;
    position: relative;
    width: 100px;
    margin-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    padding: 0;
    border: #ddd solid 1px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-button {
    position: absolute;
    width: 25px;
    line-height: 33px;
    cursor: pointer;
    display: block;
    top: 1px;
    text-align: center;
    font-size: 15px;
    background: #fafafa;
}

.quantity-button::selection {
    color: #333;
    background: #fafafa;
}

.quantity-button::-moz-selection {
    color: #333;
    background: #fafafa;
}

.quantity-button:hover {
    background: #f0f0f0;
}

.quantity-button.quantity-up {
    right: 1px;
    border-left: 1px solid #ddd;
}

.quantity-button.quantity-down {
    left: 1px;
    border-right: 1px solid #ddd;
}

.gelen {
    width: 100%;
    line-height: 40px;
    border: #ddd solid 1px;
    border-top: 0;
    margin-top: -3px;
    outline: 0;
    display: none;
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 0.1);
}

.gelen span {
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #333;
}

.gelen span:hover {
    background: #eee;
}

#rapor_in {
    height: auto;
    position: relative;
}

#rapor_in.gizli {
    height: 0;
    overflow: hidden;
}

.cur {
    cursor: pointer;
}

.rapor {
    display: block;
    width: 100%;
    max-width: 420px;
    min-height: 40px;
    padding: 0;
    background: #353535;
    box-shadow: 0 -5px 20px 0 rgb(0 0 0 / 0.1);
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    color: #ddd;
    font-size: 12px;
}

.rapor p {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    display: block;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #444;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

.rapor p.elli {
    width: 50%;
}

.rapor p span {
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 24px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background: #444;
    z-index: 1;
    right: 10px;
    top: 8px;
}

.rapor b {
    float: left;
    display: block;
    width: 66.66%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-weight: 400;
    padding-left: 10px;
    background: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rapor b.mn {
    width: 33.33%;
}

.rapor p.son {
    background: #484848;
}

.rapor p.son span {
    background: #008DD2;
}

.rapor p.son.te span {
    background: #1d9409;
}

.rapor p span.sn {
    background: #008DD2;
}

.rapor.dusakabin p.son span {
    background: #008DD2;
}

.rapor.dusakabin p.son.te span {
    background: #1d9409;
}

.rapor.dusakabin {
    min-height: 40px;
}

.rapor.dusakabin p span.sn {
    background: #008DD2;
}

.rapor.tkl p {
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
}

.rapor.tkl p.ekli {
    height: 50px;
}

.rapor.tkl b {
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
}

.rapor.tkl p input {
    float: right;
    border: 0;
    outline: 0;
    background: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding: 0 10px;
    font-size: 12px;
    width: 100px;
}

a.ekle {
    display: inline-block;
    float: right;
    background: #008DD2;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 10px;
}

a.ekle.ds {
    background: #008DD2;
}

.rapor.tkl p strong {
    font-weight: 400;
    font-size: 12px;
    padding-right: 2px;
}

.takvimgunler {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    background: #555;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.1);
    position: relative;
    z-index: 1;
}

.takvimgun {
    display: block;
    float: left;
    width: 14.28%;
    height: 40px;
    line-height: 42px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.takvimguntam {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 42px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.takvin_in {
    width: 100%;
    padding: 10px;
}

.gun {
    display: block;
    float: left;
    width: 14.28%;
    height: 55px;
    line-height: 35px;
    color: #ccc;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #444;
}

.gun b {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #555;
    color: #aaa;
    border-radius: 100%;
    font-weight: 400;
}

.gun span {
    width: 100%;
    width: 38px;
    height: 38px;
    display: block;
    border: rgb(0, 0, 0, 0) solid 2px;
    border-radius: 100%;
}

.gun:hover {
    color: #eee;
}

.gun:hover span {
    border: #555 solid 2px;
}

#sineklik .gun.sec span {
    border: #008DD2 solid 2px;
    color: #fff;
}

#dusakabin .gun.sec span {
    border: #008DD2 solid 2px;
    color: #fff;
}

#sineklik .gun.sec b {
    background: #008DD2;
    color: #fff;
}

#dusakabin .gun.sec b {
    background: #008DD2;
    color: #fff;
}

.gun.hs {
    background: #484848;
    color: #aaa;
}

.gun.kalan {
    background: #404040;
    color: #aaa;
}

.gun.kalan {
    color: #888;
}

#yeni2 .orta {
    float: left;
    width: 25%;
    line-height: 40px;
    padding: 10px 20px;
}

#yeni2 .kaydet {
    float: left;
    width: 33.33%;
    line-height: 35px;
}

#yeni2 .kaydet a {
    width: 100%;
    display: block;
    font-size: 14px;
    background: #eee;
    border: #ddd solid 1px;
    line-height: 35px;
    padding: 0 10px;
    margin-left: -1px;
    transition: all 0.1s linear;
}

#yeni2 .kaydet a span {
    float: left;
    font-size: 20px;
    margin-right: 5px;
}

#yeni2 .kaydet a:hover {
    background: #ddd;
    cursor: pointer;
}

#yeni2 input.yeni {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: #ddd solid 1px;
    outline: 0;
    padding: 0 10px;
    font-size: 13px;
    background: #fff;
    margin: 0;
}

#yeni2 input.yeni:hover {
    border: #ccc solid 1px;
    background: #fff;
}

#yeni2 .baslik {
    width: 100%;
    line-height: 30px;
    padding: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #ddd;
    line-height: 35px;
    font-size: 11px;
    color: #666;
}

#yeni2 .baslik b {
    float: right;
}

.rapor.top {
    top: 150px;
    height: auto;
}

@media screen and (max-width:768px) {
    #today {
        width: 120px;
    }

    .rapor.gizle {
        display: none;
    }

    #yeni .orta, #yeni .orta.tam, .kaydet {
        width: 50%;
    }

    .quantity {
        width: 100%;
    }

    .kaydet {
        margin-bottom: 50px;
    }

    #yer {
        height: auto;
    }

    #yer .inputalan {
        width: 100%;
        float: none;
    }

    #yer .inputalan:first-child {
        margin: 5px 0 5px 0px;
    }

    #today b, #today span {
        white-space: nowrap;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .takvim a#altinsin img, .takvim a#altindus img, .takvim a#altinsin img, .takvim a#altinsin img html, body {
        height: 35px;
    }

    .takvim a#altinsin, .takvim a#altindus {
        height: 65px;
    }

    .gun b {
        right: 0;
    }

    html, body {
        min-height: 100%;
        height: auto;
    }

    #takvim {
        position: absolute;
    }

    #pagein {
        top: 100%;
        width: 100%;
        position: absolute;
        overflow: hidden;
    }

    .page_intable {
        width: auto;
    }

    .page_in table {
        width: auto;
        min-width: 100%;
    }

    .page_in {
        overflow-x: scroll;
    }

    #time, li.print {
        display: none;
    }

    #gun {
        display: block;
        width: 100%;
        height: calc(100% - 110px);
        overflow: hidden;
        background: #fff;
    }

    #bar {
        width: 100%;
        overflow-x: scroll;
    }

    .bar {
        width: 200%;
    }

    #bar ul.menu.right {
        float: left;
    }

    .rapor b {
        width: 50%;
    }

    .rapor p.son {
        width: 33.33%;
    }

    .rapor p.son.melli {
        width: 50%;
    }

    #yeni2 .orta {
        width: 50%;
    }

    .rapor.top {
        top: 145px;
        height: auto;
    }

    .rapor.tkl p {
        width: 100%;
    }
}