﻿html
{
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    display:block;
}

body
{
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    float: left;
    display:block;
}
body.mobile-menu-active {
    overflow: hidden;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover
    {
        color: #333;
    }

    a:hover
    {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
    color: #4A525F;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
    {
        padding: 0;
        text-decoration: none;
    }

span.k-tooltip {
    position: absolute !important;
    left: 0;
    border-color: transparent !important;
    bottom: -25px;
    background-color: #F5C3C3 !important;
    z-index:9;
}
span.k-tooltip:before {
    content:"";
    position:absolute;
    top:-9px;
    left:7px;
    display:inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #F5C3C3 transparent;
}

/* Kendo overrides */

    .k-grid {
        height: auto !important;
        border: none;
        width: 100%;
        background-color: transparent;
        overflow: visible;
        position: relative;
        float: left;
    }

    div.k-grid-header, div.k-grid-footer {
        padding-right: 0 !important;
        background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
        /*height: 24px !important;  ** mobil buton olan header gizleme */
        background-image: none !important;
    }

    .k-header, 
    .k-grid-header-wrap, 
    .k-grid .k-grouping-header, 
    .k-grid-header, 
    .k-pager-wrap,
    .k-pager-wrap .k-textbox,
    .k-pager-wrap .k-link,
    .k-grouping-header .k-group-indicator, 
    .k-gantt-toolbar .k-state-default {
        border: none !important;
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        /*height: 24px !important; ** mobil buton olan header gizleme */
        font-size: 13px;
        font-weight: 600;
        color: #918986;
        min-height: 24px !important;
        background-image: none;
    }

    .k-state-selected, 
    .k-state-selected:link, 
    .k-state-selected:visited, 
    .k-list > .k-state-selected, 
    .k-list > .k-state-highlight, 
    .k-panel > .k-state-selected, 
    .k-ghost-splitbar-vertical, 
    .k-ghost-splitbar-horizontal, 
    .k-draghandle.k-state-selected:hover, 
    .k-scheduler .k-scheduler-toolbar .k-state-selected, 
    .k-scheduler .k-today.k-state-selected, .k-marquee-color {
        color: #4A525F;
        background-color: #FFFFFF !important;
        background-image: none !important;
        border: none !important;
        font-size: 13px;
        font-weight: 700;
    }

    .k-pager-info {
        float: right;
        padding: 0;
        font-weight: 700;
        font-size: 13px;
        font-weight: 700;
        color: #4A525F;
    }

    .k-pager-wrap {
        height: auto !important;
        border-top: 1px solid #D8E2EB !important;
        padding-top: 15px !important;
    }

    .k-grid-header th.k-header > .k-link {
        font-size: 13px !important;
        min-height: 24px !important;
        line-height: 24px !important;
        text-transform: uppercase !important;
        text-align: left !important;
        height:24px !important;
        border: none 0px !important;
        padding: 0 25px 0 0 !important;
        margin: 0 !important;
        margin-right: 0 !important;
        color: #8395ad !important;
    }

    .k-grid-content {
        height: auto !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .k-grid td {
        padding: 7px 25px 7px 0;
        min-height: 35px;
        height: auto;
        line-height: 20px;
        border: 0 none;
        text-align: left;
        display: table-cell;
        vertical-align: middle !important;
        font-weight: 500;
        color: #4a525f;
        font-size: 13px;
    }
    .k-grid td:last-child {
        padding: 7px 0;
    }

    .k-header>.k-grid-filter, .k-header>.k-header-column-menu {
        margin: 0 3px 0 0 !important;
        height: 24px !important;
        line-height: 19px !important;
        display: inline-block !important;
        padding: 0 !important;
        float: left;
    }

    .k-calendar .k-content .k-link {
        color: #182a42;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    /*max-width: 960px;*/
    padding-top: 2px;
    text-align:center;
}

    #imgGraph {
        max-width: 100%;
        height: auto;
    }

    .content-wrapper p span
    {
        color: #f0713a;
    }

#body
{
    /*background-color: #f6f6f6;*/
    background-color: #ECECEC;
    padding: 120px 10px 25px 10px;
    width: 100%;
    height: auto;
    margin-top: -35px;
    box-sizing: border-box;
    min-height: 100%;
}

#newForm {
    width: 250px;
    height: 35px;
    padding: 0 5px;
    position: fixed;
    top: 10px;
    left: 150px;
    color: #4A525F;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    border: none;
    background: #d8e2eb;
    display:none;
    cursor:pointer;
    z-index:2;
}

.empty-form {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #4a525f;
    font-size: 13px;
}

.select-bg {
    width: 1280px;
    height: 60px;
    display: inline-block;
    background-color: white;
    position: fixed !important;
    top: 0;
    z-index: 1;
    box-sizing: border-box;
    border-top: 3px solid #ff7d0f;
}

.detail-buttons-container {
    padding: 0;
    height: 30px;
    margin: 0px 0 20px 0;
    float: left;
}

.new-item {
    display: inline-block;
    height: auto;
    width: 100%;
    background-color: #D8E2EB;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position:relative;
}
.form-body li span.new-item-detail {
    float: left;
    text-align: left;
    width: 78%;
    padding-top: 9px;
}

.new-item .table-details ul.detail-list li {
    margin-bottom:15px;
}
.new-item ul li input {
    border: none;
    width: 150px;
    float: left;
    margin: 0 0 15px 0;
}

.new-item > ul > li > span {
    text-align: left;
    float: left;
}

.expense-sheet-price {
    background-color: transparent !important;
}
.expense-sheet-price .sales-form {
    width: 350px;
    float: right;
}
.expense-sheet-price .sales-form li {
    margin-bottom: 0px;
    height: 35px;
}
.expense-sheet-price .sales-form > li > label {
    width: 165px !important;
    float: left;
    margin-right: 0;
    min-width: 165px;
    text-align: right;
}
.expense-sheet-price .sales-form > li:last-child > label {
    font-size: 16px;
}
.expense-sheet-price .sales-form > li > span {
    display: inline-block;
    width: 165px;
    float: left;
    line-height: 35px;
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    color: #4A525F;
}

.form-list-container {
    display: inline-block;
    width: 100%;
    max-width: 1024px;
    height: auto;
    box-sizing: border-box;
}
.form-list-container.fullsize { max-width: 100% }
.form-list {
    background-color: white;
    padding: 15px;
    display: inline-block;
    width:100%;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-sizing: border-box;
    position:relative;
}
.detail-td {
    width:65px;
}
.form-list .form-list {
    background-color: white;
    box-shadow: none;
    /*border: 1px solid #FF8D8D;*/
    border: 1px solid #D8E2EB;
    padding-bottom:15px;
}
.form-list .form-list table {
    margin-bottom:5px;
}
.form-list .form-list table thead tr th {
    color:#FF8D8D;
}

.form-list.active {
    background-color: rgba(255,255,255,0.5);
    height: 48px;
    overflow: hidden;
}
.form-list h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    margin: 0 0 15px 0;
}
.active h3 {
    color:#8395ad;
}

.hide-icon, .close-icon, .min-icon, .fullscreen-icon {
    font-size: 22px;
    height: 35px;
    text-align: center;
    width: 35px;
    display: inline-block;
    line-height: 35px !important;
    color: white;
    float: left;
    cursor: pointer;
    position: absolute;
    right: 0;
    opacity:1;
    transition:all 0.2s;
}
.close-icon.icon-cross,
.close-icon.icon-cross2 {
    font-size: 25px;
    color: #182A42;
    display: inline-block;
    top: 7px;
    line-height: 54px;
    padding: 0 5px;    
}
.min-icon {
    right: 8px;
    top: 7px;
    color:#4A525F;
}
.active .min-icon {
    color:#8395ad;
}
.active .min-icon:before {
    content:"\e95d";
}

.fullscreen-icon {
    right: 60px;
    top: 7px;
    color:#4A525F;
}
.fullsize .fullscreen-icon:before {
    content:"\e985";
}
.active .fullscreen-icon {
    color:#8395ad;
}

.main-content
{
    padding: 0;
    position:relative;
    display:none;
}

/* Grid */
    .i-grid-date { width: 130px }
    .i-grid-type { width: 95px }
    .i-grid-detail { 
        max-width: 200px;
        word-wrap: break-word;
    }

/* Forms */
    /* Tabs */
        .i-tabs {
            padding: 0;
            margin: 15px 0 0 0;
            display: block;
            width: 100%;
            height: 37px;
            position: relative;
        }
        .i-tabs > li {
            width: auto;
            display: block;
            position: relative;
            float: left;
            height: auto;
            list-style: none;
            margin-right: 5px;
        }
        .i-tabs > li > a {
            display: inline-block;
            height: 35px;
            line-height: 35px;
            color: #4A525F;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            padding: 0 15px;
            border-radius: 7px 7px 0 0;
            cursor: pointer;
            border-bottom: 2px solid #ececec;
            background-color: rgba(255, 255, 255, 0.6);
            transition: background-color 0.2s;
        }
        .i-tabs > li > a:hover { 
            background-color: white;
            transition: background-color 0.3s;
        }
        .i-tabs > li > a.active,
        .i-tabs > li:first-child > a {
            background-color: white;
            border-bottom: 2px solid #fff;
        }


.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    padding-top: 10px;
}

footer
{
    background-color: #4a525f;
    height: 35px;
    display: none;
    width: 100%;
    float: right;
    text-align:center;
    position: relative;
}
footer .copyright {    
    display: inline-block;
    position: relative;
    width:auto;
    height:35px;
    line-height:35px;
}
footer .copyright img {
    display: inline-block;
    position: relative;
    top: 5px;
}
footer .copyright .date {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    float: left;
    padding: 0 5px 0 0;
    color: white;
    width: 110px;
    text-align: right;
    font-weight: 300;
    font-size: 14px;
}
footer .copyright .date.right {
    float:right;
    padding: 0 0 0 5px;
    text-align: left;
}

/* Error messages & alerts */

.result-div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    text-align:center;
    display:none;
    background-color: rgba(39,174,96,0.3);
}
.result-div#result-error {
    background-color: rgba(174, 39, 39, 0.3);
}

.warning-icon {
    font-size: 32px;
    width: 68px;
    height: 86px;
    line-height: 86px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.success-icon {
    font-size: 32px;
    width: 68px;
    height: 68px;
    line-height: 68px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.result-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 85px;
    height: auto;
    width: 300px;
    padding: 25px 25px 25px 68px;
    box-sizing: border-box;
    background-color: #27ae60;
    box-shadow: 0 1px 20px rgba(74, 82, 95, 0.5);
}
#result-error .result-text {
    background-color: #AE2727;
}

/* Button Loader */

.sk-fading-circle {
    margin: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 3px;
    opacity:0;
    transition: all 0.7s;
}
button.k-button.active .sk-fading-circle {
    opacity:1;
    transition: all 0.7s;
}
button.k-button.active .close-icon {
    opacity:0;
    transition: all 0.7s;
}
button.k-button.back-button {
    opacity:0;
    visibility:hidden;
    display:none;
    transition: all 0.7s;
}
button.k-button.back-button.active, 
button.k-button.back-button.active .close-icon {
    opacity:1;
    visibility:visible;
    display:inline-block;
    transition: all 0.7s;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* site title
----------------------------------------------------------*/
#logoOrange
{
    color: #f0713a;
}

.site-title
{
    color: #c8c8c8;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 2.3em;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}

    .site-title a, .site-title a:hover, .site-title a:active
    {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username
        {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul
    {
        margin: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0 20px 0 0;
    text-align: right;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a
        {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover
            {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

    .featured .content-wrapper
    {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2
    {
        color: #fff;
    }

    .featured p
    {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2
    {
        display: inline;
    }

    hgroup.title h2
    {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero
        {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one
        {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two
        {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three
        {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four
        {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five
        {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six
        {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven
        {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight
        {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine
        {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

    aside ul
    {
        list-style: none;
        padding: 0;
    }

        aside ul li
        {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2
    {
        margin-bottom: 5px;
    }

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 5px;
        }

.form-body li {
    list-style: none;
    min-height: 35px;
    height: auto;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
.form-body li span.form-text {
    display: inline-block;
    float: left;
    position: relative;
    padding: 7px 25px 7px 0;
    min-height: 35px;
    height: auto;
    width: 90%;
    max-width: 500px;
    line-height: 20px;
    border: 0 none;
    text-align: left;
    font-weight: 500;
    color: #4a525f;
    box-sizing: border-box;
    font-size: 13px;
    word-break: break-word;
}

label
{
    height: auto;
    min-height: 35px;
    line-height: 20px;
    padding-top: 7px;
    float: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #8395AD;
    width: 18%;
    min-width: 175px;
    margin-right: 35px;
    text-align: right;
}
.vacation-form-detail label {
    min-width: 200px;
}
.primary-details label {
    min-width: 165px;
}
label.required-item:before {
    content:"* ";
    color:red;
}
    label.checkbox
    {
        display: inline;
    }

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 416px;
}

    input:focus, textarea:focus
    {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}


/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
    width:100%;
}
.seperator {
    height: 24px;
    border-bottom: 1px solid #D8E2EB !important;
    margin-bottom: 15px !important;
    padding-top: 15px;
    display: block;
}
th
{
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    border: none 0px;
    padding: 0 25px 10px 0;
    color: #8395ad;
}

    th a
    {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover
        {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover
        {
            color: #000;
        }

    th.asc a, th.desc a
    {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after
        {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after
        {
            content: '▲';
        }

        th.desc a:after
        {
            content: '▼';
        }

td
{
    padding: 7px 25px 7px 0;
    min-height: 35px;
    height: auto;
    line-height: 20px;
    border: 0 none;
    text-align: left;
    font-weight: 500;
    color: #4a525f;
    font-size: 13px;
}

td.item-big {
    font-weight: 700;
}

tr:nth-child(even) {
    background-color:rgba(216, 235, 220, 0.4);
}

tr {
    transition: all 0.2s;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}
tr td.status {
    opacity:0.5;
}

.i-grid-status {
    width: 92px;
    height: 21px;
    background-color: #49D896;
    text-align: center;
    display: inline-block;
    line-height: 21px;
    padding: 0 5px;
    border-radius: 3px;
    color: white;
    position: relative;
}

tr td > span.i-grid-status.İptal.edildi {
    background-color: rgb(125, 126, 128);
}
tr td > span.i-grid-status.Onaylandı,
tr td > span.i-grid-status.Kabul.Edildi {
    background-color: #49D896;
}
tr td > span.i-grid-status.Reddedildi {
    background-color: #D84949;
}
tr td > span.i-grid-status.Onay.Bekliyor {
    background-color: #CACACA;
}

tr td a {
    height: 100%;
    display: inline-block;
    text-decoration: none;
    /* float:right; */
}
tr td a:hover {
    background-color:transparent;
}
tr td a:hover .details {
    color: #4A525F;
}

.details,
input.details,
a.details {
    font-size: 12px !important;
    height: 20px;
    line-height: 20px;
    padding: 0 5px !important;
    border:none;
    border-radius: 4px;
    min-width: 50px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: #8395ad;
    display: inline-block;
    position: relative;
    background-color: #D8E2EB;
    cursor:pointer;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}
.details.reports {
    float: left;
    height: 25px;
    padding-right: 1px !important;
    margin-top: 5px;
    background-color: #d9e2eb;
    margin-left: 10px;
}
.details.reports.report {
    float: left;
    min-width: 40px;
    background-color: #49D896;
}
.details.reports.report > .close-icon {
    color: white;
}
.details.reports > .button-text {
    float: left;
    height: 25px;
    line-height: 25px;
}
.details.reports > .close-icon {
    height: 25px;
    line-height: 25px !important;
    position: relative;
    width: 25px;
    margin-left: 5px;
    color: #8395ad;
}
.details.red {
    background-color: #f1c0c0;
    color: #bb6363;
}
.details:hover {
    color: #4A525F;
}
.details.red:hover {
    color: #771e1e;
}
.form-list tbody tr:hover {
    background-color: #D8E2EB;
    transition: all 0.2s;
}
.form-list .delete-active tbody tr:hover {
    background-color: #f1c0c0;
}



/* ---- herim 01.07.2013  -------*/
#gridHeadTop
{
    height: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #c5c5c5;
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6f6 ), color-stop(1, #eaeaea ));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-color: #eaeaea;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
}

#gridHeadTopFilter
{
    height: 180px; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #c5c5c5;
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6f6 ), color-stop(1, #eaeaea ));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-color: #eaeaea;
    text-align: right;
    padding-right: 20px;      
    padding-top: 5px;
}

#divFilter
{
    padding: 5px;
    background-image: none;
    text-align: left;
    background-color: #CACAFF;
}

.filterLabel
{
    float: left;
    display: block;
    width: 150px;
    background-color: fuchsia;
}

.filterInput
{
    float: left;
    display: block;
    width: 400px;
    background-color: fuchsia;
}

h2
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    padding-left: 25px;
}

h3
{
    font-size: 16px;
    font-weight: 700;
    float: left;
}

#gridHeadBottom
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #c5c5c5;
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6f6 ), color-stop(1, #eaeaea ));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-color: #eaeaea;
}

#btnNew
{
    padding: 5px 25px 5px 25px;
}

#btnSync
{
    padding: 5px 25px 5px 25px;
}


#ViewSwitcher
{
    width: 100%;
    text-align: center;
}

    #ViewSwitcher div
    {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

#div.view-switcher ui-bar-a
{
    width: 250px;
    text-align: center;
}

#footerText
{
    text-transform: uppercase;
    text-align: center;
}
/*input
{
    width:750px!important;   
}*/
#ServiceConfig, #Description {
    padding: 0 15px 25px 15px;
    margin: 10px auto;
    display: inline-block;
    float:left;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
}
#Description {
    height:0;
    padding: 0;
    margin:0;
    overflow:hidden;
    transition: all 0.2s;
}
#Description.active {
    
    height:188px;
    transition: all 0.2s;
}
/*tr:nth-of-type(odd) {
  background-color:#e5e5e5;
}*/
#formWrapper
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 0 0 10px 10px;
    border: solid 1px #c5c5c5;
    width: 850px;
    margin: 0 auto;
}

#formHeaderTop
{
    width: 840px;
    margin: 0 auto;
    padding: 0 0 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #c5c5c5;
    background-image: -ms-linear-gradient(top, #a7e2ac 0%, #71bd81 100%);
    background-image: -o-linear-gradient(top, #a7e2ac 0%, #71bd81 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #a7e2ac ), color-stop(1, #71bd81 ));
    background-image: -webkit-linear-gradient(top, #a7e2ac 0%, #71bd81 100%);
    background-image: linear-gradient(top, #a7e2ac 0%, #71bd81 100%);
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6f6 ), color-stop(1, #eaeaea ));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-image: linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
    background-color: #eaeaea;
}


#reqField
{
    color: red;
    font-weight: bold;
    float: right;
    margin-top: -20px;
    font-size: 10px;
}

#lblMessage
{
    float: left;
    margin-top: -12px;
    color: red;
    font-weight: bold;
}

header
{
    border-top: 3px solid #ff7d0f;
    height: 60px;
    box-sizing: border-box;
    padding: 0 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index:99;
    width: 100%;
    background: white;
    display:none;
}
.form-admin-active > header {
    border-top: 3px solid #0086ff;
}
header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 20px rgb(196, 211, 224);
    -webkit-box-shadow: 0 1px 20px rgb(196, 211, 224);
    -moz-box-shadow: 0 1px 20px rgb(196, 211, 224);
}

/* Header Menu */
    header > .header-menu-container > .i-icon {
        display: inline-block;
        position: relative;
        left: 0;
        top: 11px;
        margin-right: 25px;
        height: 35px;
        width: 35px;
        background-color: #d8e2eb;
        color: #4A525F;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        line-height: 37px;
        float: left;
        display: none;
        font-size: 30px;
    }
    header > .header-menu-container > .i-menu {
        display: inline-block;
        position: absolute;
        top: 70px;
        width: 250px;
        margin: 0;
        height: auto;
        padding: 10px 7px;
        left: 15px;
        background-color: #182A42;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }
    header > .header-menu-container > .i-menu.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s;
    }
    header > .header-menu-container > .i-menu:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: -10px;
        left: 18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #182a42 transparent;
        line-height: 0px;
        _border-color: #000000 #000000 #182a42 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    header > .header-menu-container > .i-menu > li {
        width: 100%;
        height: 35px;
        display: block;
        float: left;
        list-style: none;
        position: relative;
    }
    header > .header-menu-container > .i-menu > li > a {
        width: 100%;
        height: 35px;
        line-height: 35px;
        color: #7995ad;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        font-size: 13px;
        display: inline-block;
        box-sizing: border-box;
    }
    header > .header-menu-container > .i-menu > li > a:hover {
        background-color: rgb(55, 73, 97);
        color: #d8e2eb;
    }
    header > .header-menu-container > .i-menu > li > a.active {
        color: #d8e2eb;
    }
    header > .header-menu-container > .i-menu > li > a > span {
        height: 35px;
        width: 35px;
        display: inline-block;
        line-height: 35px;
        margin-right: 8px;
        float: left;
        text-align: center;
        font-size: 22px;
    }

    
header .logout {    
    height: 100%;
    padding:0;
    display: inline-block;
    line-height: 57px;
    float:left;
    margin-left:30px;
}

header .version {        
    float:left;
    /*width: 100px;*/
}

header .logo {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #FF7D0F;
    height: 100%;
    padding:0;
    display: inline-block;
    line-height: 57px;
    float:left;
}
header .logo:hover {
    background-color:white;
}
header #langSelect {
    height: 35px;
    width: auto;
    padding: 0 5px;
    border: none;
    background-color: #d8e2eb;
    color: #4A525F;
    font-size: 16px;
    line-height: 35px;
    z-index: 99;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    display: none;
    float: right;
    top: 11px;
    cursor: pointer;
    position: relative;
}
header .user-info {
    height: 100%;
    line-height: 57px;
    min-width: 170px;
    display: inline-block;
    position:relative;
    float: right;
    color:#4a525f;
    display:none;
    cursor:pointer;
}
header .user-info-icon {
    font-size: 22px;
    height: 100%;
    display: inline-block;
    line-height: 54px;
    float: left;
    padding: 0 10px;
}
header .user-img.user-info-icon {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    overflow: hidden;
    display: inline-block;
    float: left;
    right: 0;
    top: 8px;
    margin-right: 10px;
    position: relative;
    padding: 0;
}
header .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-container {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 4px;
}
.grid-img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vacation-list header .user-info-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ECECEC transparent;
}
header .user-info .user-text {
    color: #4a525f;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top: -7px;
}
header .user-info .user-details {
    display: inline-block;
    position: absolute;
    top: 70px;
    width: 250px;
    height: auto;
    padding: 35px 0 10px 0;
    /*left: -87px;*/
    right:-12px;
    background-color: #182A42;
    border-radius: 3px;
    opacity:0;
    visibility:hidden;
    transition: all 0.2s;
}
header .user-info .user-details a {
    display: block;
    text-decoration: none;
    width: 100px;
    margin: 0 auto;
    background-color: transparent;
}
body.vacation-list header .user-info {
    cursor:default !important;
}
body.vacation-list header .user-info .user-details {
    display:none !important;
}
header .user-info .user-details.active {
    opacity:1;
    visibility:visible;
    transition: all 0.2s;
}

header .user-info .user-details .details {
    margin: 20px auto 15px auto;
    display: block;
    width: 60px;
}
header .user-info .user-details:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 115px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #182a42 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #182a42 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
header .user-info .user-details ul,
.form-list .primary-details {
    padding:10px 10px 10px 10px;
    margin:0;
}
header .user-info .user-details ul li,
.form-list .primary-details li {
    list-style:none;
    height:35px;
}
header .user-info .user-details ul li span,
.form-list .primary-details li span {
    font-size: 16px;
    font-weight: 700;
    height:35px;
    width:60px;
    line-height:35px;
    text-align:center;
    display:inline-block;
    color: #8395AD;
    float:right;
}
header .user-info .user-details ul li.active label,
.form-list .primary-details li.active label {
    color: #E2C321;
}
header .user-info .user-details ul.primary-details li.detail-info,
.form-list .primary-details li.detail-info {
    background-color: rgb(55, 73, 97);
}
header .user-info .user-details ul li.detail-info.detail-year label,
.form-list .primary-details li.detail-info.detail-year label {
    text-align: left;
    padding-left: 10px;
    color: white;
    font-size: 14px;
    min-width:100%;
    font-weight: 700;
}
header .user-info .user-details ul li.detail-info span,
.form-list .primary-details li.detail-info span {
    color: #8395AD;
}
header .user-info .user-details ul li.active span,
.form-list .primary-details li.active span {
    color:white;
}
header .user-info .user-details ul li label,
.form-list .primary-details li label {
    font-size: 12px;
    font-weight: 700;
    margin-right: 0;
    float: left;
    padding: 0;
    line-height: 35px;
}

.version {
    display: inline-block;
    padding: 0 5px;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 11px;
    background-color: #0086FF;
    height: 15px;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: 20px;
    left: 10px;
}
.version:hover {
    background-color: #3ea4ff;
}

.form-list .current-year {
    right: 15px;
    top: 11px;
}
.form-list .user-select {
    left:8px;
    right:initial;
}
.form-list .new-item-icon {
    right:10px;
}
.form-list > h2 {
    display: inline-block;
    left: 45px;
    position: absolute;
    width: auto;
    height: 35px;
    line-height: 35px;
    top: 7px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.form-list > h2 > span {
    margin: 0;
    width: 200px !important;
    top:-1px;
    border: 1px solid #D8E2EB !important;
}

.vacation-list .form-body {
    margin-top: 35px !important;
}

.go-back {
    font-size: 25px;
    color: #4A525F;
    display: inline-block;
    /*top: 13px;*/
    top:0;
    position: absolute;
    left: 8px;
    line-height: 54px;
    cursor:pointer;
    padding: 0 5px;
}
.form-list-detail > a:hover {
    background-color:transparent;
} 
.form-list-detail > h2 {
    left:95px;
}
.form-list-detail .user-select {
    left:58px;
}

.form-list .primary-details {
    min-width: 250px;
    width: 23%;
    float: left;
    box-sizing:border-box;
}
.form-list .primary-details.other {
    width: auto;
    max-width: 453px;
    height: auto;
    min-height:258px;
    float: left;
    padding-left: 0;
    background-color: transparent;
}
.form-list .primary-details.other li {
    width: 220px;
    float: left;
    background-color: transparent;
    padding-bottom: 0 !important;
}
.form-list .primary-details.other li label {
    min-width: 135px;
}
.form-list .primary-details.other li:first-child {
    width: 100%;
    padding-bottom:10px !important;
}

#headerFilter {
    margin-bottom: 15px;
    display: block;
    float: left;
    position: relative;
    top: -10px;
}
#headerFilter #formState,
#headerFilter #stateStatus {
    width: 200px;
    border: 1px solid #D8E2EB;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-weight: 500;
    color: #4a525f;
    font-size: 13px;
    float: left;
    background-color: white;
}

.vacation-detail-container {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #182A42;
    margin-top: 33px;
    margin-bottom: 15px;
    position: relative;
}

header .user-info .user-details-text {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    width: auto;
    left: 50px;
    top: 8px;
    color: #8395ad;
}
header .user-info .user-details ul.primary-details li:last-child,
.form-list .primary-details li:last-child {
    height:37px;
    padding-bottom:15px;
}
header .user-info .user-details ul.primary-details li:first-child,
.form-list .primary-details li:first-child {
    padding-bottom: 10px;
}
header .user-info .user-details ul.primary-details#yillik-izin li:last-child label,
.form-list .primary-details li:last-child label {
    font-size:16px;
}
.form-list .primary-details.other li:last-child label {
    font-size:12px;
}
header .user-info .user-details ul.primary-details li:last-child span.total-bar,
.form-list .primary-details li:last-child span.total-bar,
.expense-sheet-price .sales-form > li > span.total-bar {
    display: inline-block;
    height: 2px;
    width: 80%;
    background-color: #7995AD;
    margin-right: 15px;
}

.sales-price {
    padding-top:35px;
}

.expense-sheet-price .sales-form > li > span.total-bar {
    margin-right: 5px;
    float: right;
}

.current-year,
.k-widget.k-dropdown.k-header.current-year-dropdown {
    color: #182A42;
    font-size: 16px;
    font-weight: 700;
    right: 10px;
    width: auto !important;
    height: 25px !important;
    padding: 0 15px;
    background-color: #E2C321 !important;
    line-height: 25px;
    top: 10px;
    /* border-radius: 3px; */
    cursor:default;
    position: absolute;
}
.current-year-dropdown {
    cursor:pointer;
    border:none;
}
.current-year-dropdown > span {
    background-image: none;
    background-color: transparent !important;
    cursor:pointer;
}
.current-year-dropdown .k-dropdown-wrap.k-state-default {
    width:auto !important; 
    background-image: none;
}
.current-year-dropdown > span > .k-input,
.current-year-dropdown .k-dropdown-wrap.k-state-default.k-state-focused .k-input {
    line-height: 25px !important;
    width: auto !important;
    padding: 0px 30px 0px 15px !important;
    background-color: transparent !important;
    color: #182A42 !important;
    font-size: 16px;
    font-weight: 700;
    cursor:pointer;
}
.current-year-dropdown .k-i-arrow-s {
    position: relative !important;
    top: -2px !important;
}

#fullList
{
    color: green;
    float: right;
    font-size: 10px;
    margin-top: -20px;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

    /* header
    ----------------------------------------------------------*/


    /*header .float-left,
    header .float-right {
        float: none;
    }*/

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul
        {
            margin: 5px 0;
            padding: 0;
        }

        #login li
        {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a
        {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover
            {
                color: #333;
            }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li
        {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content
    {
        background-position: 10px 0;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li
        {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine
            {
                background: none;
            }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img
        {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error
        {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right
    {
        float: none;
    }

        footer p
        {
            margin: 0;
        }
}

/**************** Selim **************/
/*grid cell için */
div.k-grid td
{
    vertical-align: top;
        overflow: hidden;
    text-overflow: ellipsis;
}


.clsImageBtn
{
    height: 20px;
    width: 20px;
}

.alert {
    display: block;
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


.info {
    display: block;
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
color: #000080;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #C4FFE1;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.rounded-corners {
      -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid;
}

.button-container {
    display: inline-block;
    height: auto;
    width: 100%;
    background-color: #182a42;
}

.button-dropdown {
    padding: 35px 0 10px 0;
}

.button-container label {
    width: 100%;
    text-align: center;
}

button.k-button {
    min-width: 140px;
    width: auto;
    height: 40px;
    border-radius: 0;
    border: 2px solid #27ae60 !important;
    background: none;
    background-color: #27ae60 !important;
    background-image: none !important;
    color: white !important;
    margin: 25px 15px;
    padding: 0 39px 0 12px;
    position: relative;
    transition: all 0.2s;
}
button.k-button:hover,
button.k-button.second-button:hover {
    background:none;
    border: 2px solid #27ae60 !important;
    background-color: #248c50 !important;
    color: white !important;
    transition:all 0.2s;
}
button.k-button.second-button:hover span {
    color: white !important;
}
button.k-button:hover .hide-icon,
button.k-button:hover .close-icon {
    color: white;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    transition:all 0.2s;
}
button.k-button.invalid {
    background-color: #921010 !important;
    border: 2px solid #AE2727 !important;
}
button.k-button.second-button {
    background-color: transparent !important;
    border: 2px solid #27AE60 !important;
    color: #27AE60 !important;
}
button.k-button.second-button span {
    color: #27AE60 !important;
}
button.k-button .button-text {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    float: left;
    top: 0;
    position: relative;
    width: auto;
}

.table-details {
    background-color: #d8e2eb;
    margin-bottom:15px;
    float:left;
    width:100%;
    display:inline-block;
}

.table-details ul.detail-list {
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    display:inline-block;
}
.table-details ul.detail-list li {
    width:20%;
    min-width:143px;
    height:74px;
    padding-left:10px;
    margin:0;
    display:inline-block;
    float:left;
    position:relative;
    box-sizing:border-box;
}
.table-details ul.detail-list li label {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.table-details ul.detail-list li > span {
    float:left;
}

.table-details ul.detail-list li.full-item > span {
    max-width: 100%;
    line-height: 20px !important;
    height: auto !important;
}

.table-details thead,
.table-details thead tr,
.table-details tbody,
.table-details tbody tr {
    display: inline-block;
    width: 100%;
}

.table-details th,
.table-details td {
    /* height: 35px; */
    line-height: 35px;
    padding: 0;
    padding-left: 10px;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    float: left;
}

.k-autocomplete.k-state-default,
.k-dropdown,
.k-dropdown .k-input,
.k-datetimepicker .k-input,
.k-timepicker, 
.k-timepicker .k-input,
.k-numerictextbox,
.k-numerictextbox .k-input,
.k-datepicker,
.k-datepicker .k-input,
.edit-input,
.detail-span {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    line-height: 30px !important;
    height: 30px !important;
    width: 94% !important;
    max-width: 225px;
    font-weight: 500;
    /*float:left;*/
    color: #4a525f !important;
    font-size: 13px;
    margin: 0 0 9px 0;
    text-align:left;
    box-sizing:border-box;
    background-color:white !important;
}
.detail-span {
    background-color:transparent !important;
}
.form-list .form-list .k-numerictextbox {
    border: 1px solid #D8E2EB !important;
    position: relative;
    top: 5px;
}
#expenseForm .form-list .form-list .k-numerictextbox {
    top: -1px;
}
.sales-form .k-numerictextbox {
    width: 130px !important;
    float: right !important;
}
.form-body .k-datepicker,
.form-body .k-datetimepicker,
.form-body .k-dropdown,
.form-body .k-multiselect,
.form-body .k-autocomplete,
.form-body select,
.form-body .k-numerictextbox,
.form-body .form-input {
    max-width: 500px; /*191px;*/
    border: 1px solid #D8E2EB !important;
    text-align:left;
    float:left;
    width:193px;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 35px !important;
    height: 35px !important;
    width: 90% !important;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
    margin: 0 0 9px 0;
    float: left;
    background-color: white !important;
    opacity:1 !important;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif !important;
}
.form-body .form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(131, 149, 173, 0.6);
  padding-left: 5px;
  opacity: 1;
}
.form-body .form-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(131, 149, 173, 0.6);
  padding-left: 5px;
  opacity: 1;
}
.form-body .form-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(131, 149, 173, 0.6);
  padding-left: 5px;
  opacity: 1;
}
.form-body .form-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(131, 149, 173, 0.6);
  padding-left: 5px;
  opacity: 1;
}
.form-body .k-multiselect {
    height: auto !important;
    min-height: 35px !important;
}
.form-body .k-multiselect ul li {
    width: auto;
    line-height: 25px;
    padding: 0 25px 0 5px;
    min-height: 25px;
    margin: 5px;
    height: 25px;
    border: none;
    display: block;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 700;
    color: #8395ad;
    background: none;
    background-color: #D8E2EB;
    cursor: pointer;
}
.form-body .k-multiselect ul li .k-icon.k-i-close {
    position: relative;
    top: -2px;
}
.form-body textarea {
    min-height:150px;
    width: 60%;
    border: 1px solid #D8E2EB !important;
    text-align:left;
    float:left;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
}
.form-body textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(131, 149, 173, 0.6);
  font-weight: 400;
  opacity: 1;
}
.form-body textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(131, 149, 173, 0.6);
  opacity: 1;
}
.form-body textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(131, 149, 173, 0.6);
  opacity: 1;
}
.form-body textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(131, 149, 173, 0.6);
  opacity: 1;
}

.form-date {
    font-size: 16px;
    font-weight: 700;
    color: #4A525F;
    top: 0;
    position: absolute;
    right: 0;
    height: 50px;
    width: auto;
    display: inline-block;
    background-color: #FF8D8D;
    line-height: 50px;
    padding: 0 15px 0 15px;
}

.edit-input {
    padding-left:5px !important;
}
.k-picker-wrap.k-state-default, 
.k-numeric-wrap.k-state-default {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    line-height: 30px !important;
    height: 30px;
    width: 100% !important;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
    margin: 0 0 9px 0;
    float: left;
    background-color:white !important;
}
.k-dropdown-wrap,
.k-dropdown .k-input, 
.k-dropdown .k-state-focused .k-input, 
.k-menu .k-popup {
    width: 100%;
    height: 100% !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 30px !important;
    margin: 0 !important;
    border: 0 !important;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
    float: left;
    background-color:white !important;
}

.k-textbox>input, 
.k-autocomplete .k-input, 
.k-multiselect-wrap {
    width: 100% !important;
    border-radius: 0 !important;
    font-weight: 500;
    color: #4a525f;
    padding: 0 !important;
    font-size: 13px !important;
    height: 100% !important;
    margin: 0 !important;
}
.full-item {
    width:100% !important;
    height:100% !important;
}
.full-item textarea {
    max-width: 100%;
    min-height: 100px;
    border: none;
    text-align: left;
    float: left;
    padding: 7px;
    margin: 0;
    border-radius: 0;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
}

.sales-form {
    padding: 0 10px 0 10px;
    margin: 0 auto 10px auto;
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.sales-form > li {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    list-style:none;
    margin-bottom:25px;
}
.sales-form > li:last-child {
    margin-bottom:0;
}
.sales-form > li > ul.fieldlist {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 0 0 15px;
}
.sales-form > li > ul > li {
    list-style:none;
}
.sales-form > li > label {
    width: 100%;
    text-align: left;
}
.sales-form > li > textarea {
    max-width: 100%;
    min-height: 100px;
    border: none;
    text-align: left;
    float: left;
    padding:7px;
    margin:0;
    border-radius: 0;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
} 

.k-radio-label {
    cursor: pointer;
    padding: 0 25px 0 0 !important;
    height: 35px;
    line-height: 35px !important;
    border: 0 none;
    text-align: left;
    width:80px;
    font-weight: 500;
    color: #4a525f;
    font-size: 13px;
}
.k-radio-label:before {
    content: "";
    position: relative !important;
    top: 5px !important;
    display: inline-block;
    left: 0;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin-right: 8px;
    border-style: solid;
}
.k-radio:checked+.k-radio-label:after {
    content: "";
    width: 12px !important;
    height: 12px !important;
    position: absolute;
    top: 11px !important;
    left: 4px !important;
    background-color:#4a525f !important;
}
.k-radio:checked + .k-radio-label,
.passive .k-radio-label {
    color:#4a525f;
    font-weight:700;
    cursor:default;
}

.passive .k-radio-label:before {
    top: 0px !important;
    background-color: #4A525F !important;
    width: 10px !important;
    height: 10px !important;
}

.k-numeric-wrap .k-link {
    height:15px !important;
}
ul.important-info {
    padding:0;
    margin:0;
    width: 100%;
    float: left;
    display: inline-block;
}
ul.important-info > li {
    width: 100%;
}
ul.important-info > li > textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: none;
    resize: vertical;
    font-weight: 500;
    color: #4a525f;
    box-sizing: border-box;
    font-size: 13px;
}
ul.important-info li,
.form-field {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    height: auto;
    line-height: 20px;
    border: 0 none;
    text-align: left;
    font-weight: 500;
    color: #4a525f;
    font-size: 13px;
}
ul.important-info li:last-child {
    margin-bottom:0;
}
.item-number {
    display: inline-block;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    color: #8395AD;
}

.k-autocomplete .k-loading, .k-multiselect .k-loading {
    bottom: 5px !important;
}

#selectedProduct {
    max-width: 191px;
    border: 1px solid #D8E2EB !important;
    text-align: left;
    float: left;
    width: 193px;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 30px !important;
    height: 30px !important;
    width: 90% !important;
    font-weight: 500;
    color: #4a525f !important;
    font-size: 13px;
    margin: 0px 0 20px 0;
    float: left;
    background-color: white !important;
    opacity: 1 !important;
}

#addProduct {
    float: left;
    position: relative;
    top: 5px;
    left: 15px;
}

/* Loader */

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #f6f6f6;*/
    background-color: #ECECEC;
    z-index: 9999;
    left: 0;
    top: 60px;
    display:none;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: -60px auto 0 auto !important;
  z-index:9999;
  background-color: #FF7D0F;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* RESPONSIVE */

@media (max-width: 1023px) and (min-width: 768px) {
    .form-list .primary-details.other {
        max-width:450px;
    }

    .incoming-forms td {
        line-height: 15px;
    }

    #body {
        padding: 135px 10px 25px 10px;
        max-width: 1024px;
    }
}

@media (max-width: 767px) and (min-width: 641px) {

    .form-list .primary-details {
        float: none;
        display: inline-block;
    }
    .form-list .primary-details.other {
        float:none;
    }
    .form-list h3 {
        font-size:13px;
    }

    .incoming-forms td {
        line-height: 15px;
    }

    .incoming-forms .details {
        top:8px;
    }

    #body {
        padding: 135px 10px 25px 10px;
        max-width: 1024px;
    }

    .table-details ul.detail-list {
        max-width:490px;
    }
    .table-details ul.detail-list li {
        width:50%;
    }
    .table-details ul.detail-list li:last-child {
        float:none;
    }

    td.item-big {
        height: 50px;
        line-height: 18px;
    }

}

@media (max-width: 640px) {

/* Header */
    
    /* Header container */
        header > .header-menu-container {
            position: fixed;
            width: 100%;
            left: 0;
            text-align: center;
            top: 3px;
            height: 50px;
            z-index: 99;
            overflow: hidden;
            transition: none !important;
        }
        header > .header-menu-container.active {
            height: 100%;
            background-color: #182a42;
            transition: none !important;
        }
        header > .header-menu-container.active #langSelect {
            display: none !important;
        }
        header > .header-menu-container > .i-icon { 
            z-index: 11;
            left: 10px;
            top: 10px;
        }
        header > .header-menu-container.active.header-menu-active > .i-icon {
            background-color: transparent;
            color: white;
        }
        header > .header-menu-container.active.user-menu-active > .i-icon {
            display: none !important;
        }
        header > .header-menu-container.active.header-menu-active > .i-icon:before {
            content: '\e9c9';
        }

        /* Header menu */
            header > .header-menu-container > .i-menu {
                width: auto;
                position: relative;
                left: 0;
                top: -25px;
                margin-left: -8px;
                padding-top: 3px;
                display: none;
                transition: none !important;
            }
            header > .header-menu-container > .i-menu > li {
                width: auto;
                clear: left;
                height: 50px;
            }
            header > .header-menu-container > .i-menu > li > a {
                width: auto;
                height: 50px;
                line-height: 50px;
                padding-right: 15px;
                font-size: 16px;
            }
            header > .header-menu-container > .i-menu > li > a > span {
                height: 50px;
                width: 50px;
                font-size: 28px;
                line-height: 50px;
            }
            header > .header-menu-container.active.header-menu-active > .i-menu {
                display: block;
            }
            header > .header-menu-container.active.user-menu-active > .i-menu {
                display: none;
            }

        /* Logo */
            header .logo {
                display: inline-block !important;
                float: none;
                width: 100%;
                height: 53px;
                text-align: center;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
                background-color: transparent !important;
            }

        
        /* User menu */
            header > .header-menu-container.active.user-menu-active > .user-info > .user-info-icon {
                background-color: transparent;
                color: white;
                font-size: 30px;
                float: right;
                font-family: 'icomoon';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
            header > .header-menu-container.active.header-menu-active > .user-info > .user-info-icon {
                display: none;
            }
            header > .header-menu-container.active.user-menu-active > .user-info > .user-info-icon:before {
                content: '\e9c9';
                height: 40px;
                background-color: #182a42;
                position: absolute;
                width: 40px;
                line-height: 40px;
            }
            header > .header-menu-container > .user-info > .user-text {
                color: white;
                top: 80px;
                left: 0;
                width: 100%;
                text-align: center;
                position: absolute;
            }
            header > .header-menu-container > .user-info > .user-info-icon,
            header > .header-menu-container > .user-info > .user-text,
            header > .header-menu-container > .user-info > .user-details,
            header > .header-menu-container > .user-info > .user-details-text,
            header > .header-menu-container > .user-info > .user-details.active {
                transition: none !important;
            }
            header > .header-menu-container > .user-info > .user-text,
            header > .header-menu-container > .user-info > .user-details-text,
            header > .header-menu-container.active.header-menu-active > .user-info,
            header > .header-menu-container.active.header-menu-active > .user-info > .user-info-icon,
            header > .header-menu-container.active.header-menu-active > .user-info > .user-text,
            header > .header-menu-container.active.header-menu-active > .user-info > .user-details-text {
                display: none !important;
            }
            header > .header-menu-container.active.user-menu-active > .user-info,
            header > .header-menu-container.active.user-menu-active > .user-info > .user-info-icon,
            header > .header-menu-container.active.user-menu-active > .user-info > .user-text,
            header > .header-menu-container.active.user-menu-active > .user-info > .user-details,
            header > .header-menu-container.active.user-menu-active > .user-info > .user-details-text {
                display: block !important;
                opacity: 1;
                visibility: visible;
            }

            .i-grid-date { width: 100% }
            .i-grid-type { width: 100% }

    .version { display: none !important; }
    #langSelect {
        top: 10px !important;
        right: 55px;
    }

    .fullscreen-icon { display: none }

    .version {
        top:9px;
    }

    #imgGraph {
        max-width: 100%;
        height: auto;
    }

    .detail-td {
        width:100%;
        padding: 25px 0 0 0;
    }
    /*.k-grid-header {
        display:none;
    } ** mobil buton olan header gizleme */

    .form-list > h2 > span {
        width: 150px !important;
    }

    .table-details ul.detail-list li {
        width: 100%;
    }

    .form-list .primary-details {
        min-width: 100%;
        width: 100%;
    }
    .form-list h3 {
        font-size:16px;
    }

    .primary-details label {
        padding-left: 10px;
    }

    .form-list .primary-details.other {
        padding-left:10px;
    }
    .vacation-list header .user-info-icon:after {
        display:none;
    }

    .form-list .primary-details.other li {
        width: 100%;
    }

    .form-list .primary-details li:last-child span.total-bar {
        width: 90%;
    }

    header .user-info .user-details {
        right: 0;
        top: 50px;
        z-index: 9;
        margin-top: 50px;
        background-color: transparent !important;
        width: 100%;
        position: fixed !important;
    }
    header .user-info .user-details:after {
        right: 77px;
    }
    header .user-info .user-details label {
        text-align:right;
    }

    #body {
        padding: 157px 10px 25px 10px;
    }

    header {
        height: 112px;
        padding: 0 10px;
    }

    header .user-info {
        line-height: 34px;
        width: 45px;
        min-width: 45px;
        left: initial;
        right: 0;
        position: absolute;
        top: 0;
        z-index: 10;
    }

    header > .header-menu-container.user-menu-active > .user-info {
        width: 100%;
    }

    header .user-info-icon {
        line-height: 34px;
        height: 35px;
        width: 35px;
        float: none;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: center;
        background-color: #d8e2eb;
        color: #4A525F;
    }
    header .user-info .user-details-text {
        left: 0;
        top: 100px;
        width: 100%;
    }
    header > .header-menu-container.active.user > .user-info > .user-info-icon {
        background-color: transparent;
        color: white;
    }
    header > .header-menu-container.active.user > .user-info > .user-info-icon:before {
        content: '\e9c9';
        font-size: 30px;
    }
    #newForm {
        font-size:13px;
        top: 60px;
    }

    .k-grid .details {
        margin-right: 0;
        margin-top: 30px;
    }

    div.k-grid td {
        overflow: visible;
        display: inline-block;
        width: 100%;
    }

    .form-list table,
    .form-list tbody,
    .form-list tbody tr {
        width: 100%;
        display: inline-block;
        overflow: hidden;
    }
    .form-list tbody tr {
        height: auto;
        padding: 0 10px 35px 10px;
        box-sizing: border-box;
    }
    /*.form-list thead {
        display:none;
    } ** mobil buton olan header gizleme */

    /* ** tarih sacim ekranini bozuyor
    td {
        display: inline-block;
        width: 100%;
    } */
    .k-calendar td {
        display: table-cell;
    }
    
    td.item-big {
        height: 50px;
        line-height: 18px;
    }

    /*
    td:first-child {
        / * text-align: right; * /
        border-top: lightgrey;
        border-top-width: medium;
        border-top-style: solid;
    }*/
    td:last-child {
        text-align: center;
    }

    th {
        padding: 0 10px 10px 0;
    }

    .table-details label {
        height: auto;
        line-height: 20px;
        padding: 5px 0;
    }

    label {
        text-align:left;
    }

    .form-body li span.form-text {
        width:90% !important;
    }

    .form-body .k-datepicker,
    .form-body .k-datetimepicker,
    .form-body .k-dropdown, 
    .form-body .k-autocomplete, 
    .form-body .k-numerictextbox,
    .form-body .k-multiselect,
    .form-body select,
    .form-body textarea {
        width:100% !important;
        max-width:100% !important;
    }
    .form-body textarea {
        box-sizing:border-box;
    }

    footer .copyright .date {
        font-size:12px;
    }
    footer .copyright img {
        width: 80px;
    }

    .result-text {
        font-size: 14px;
        right: 10px;
        top: 95px;
        padding: 15px;
        width: 180px;
    }

    tr td a {
        float:none;
    }
}

@media print {

    body {
        overflow: hidden;
    }

    header, footer, .button-container, .detail-buttons-container, .close-icon {
        display: none !important;
    }

    #body {
        padding: 0;
        margin-top: 0;
    }

    .form-list .form-list {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

    .table-details ul.detail-list li label,
    label {
        width: 90px;
        min-width: 90px;
        height: 25px;
        line-height: 25px;
    }

    .new-item label {
        display: none;
    }

    .new-item.new-item1 label {
        display: block;
    }

    .new-item .table-details ul.detail-list li {
        height: 25px !important;
    }

    .new-item.new-item1 .table-details ul.detail-list li {
        height: 50px !important;
    }

    .form-body li span.form-text,
    .expense-sheet-price .sales-form > li > span,
    .k-autocomplete.k-state-default, .k-dropdown, .k-dropdown .k-input, .k-timepicker, .k-datetimepicker .k-input, .k-timepicker .k-input, .k-numerictextbox, .k-numerictextbox .k-input, .k-datepicker, .k-datepicker .k-input, .edit-input, .detail-span {
        height: 25px !important;
        line-height: 25px !important;
        font-weight: 400;
    }

        .expense-sheet-price .sales-form > li > span.total-bar {
            height: 2px !important;
            margin-right: 0 !important;
            display: none;
        }

    .form-body li {
        min-height: 30px;
        margin-bottom: 0;
    }

    .detail-info.active {
        border-top: 1px solid #4A525F;
    }

    .expense-sheet-price .sales-form {
        width: 250px;
        margin: 0 auto 0 auto !important;
    }

        .expense-sheet-price .sales-form > li > label {
            width: 100px !important;
            min-width: 100px !important;
        }

        .expense-sheet-price .sales-form li {
            height: 25px !important;
        }
        .expense-sheet-price .sales-form li:nth-child(2) {
            display:none;
        }

        .expense-sheet-price .sales-form > li > span {
            width: 130px !important;
        }

        h3,
        label,
        .form-date,
        .expense-sheet-price .sales-form > li:last-child > label {
            font-size: 10px;
        }

    .k-autocomplete.k-state-default,
    .k-dropdown,
    .k-dropdown .k-input,
    .k-timepicker,
    .k-timepicker .k-input,
    .k-datetimepicker .k-input,
    .k-numerictextbox,
    .k-numerictextbox .k-input,
    .k-datepicker,
    .k-datepicker .k-input,
    .edit-input,
    .detail-span {
        font-size: 10px;
    }

    .new-item {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
    }

        .new-item h3 {
            border-bottom: 1px solid #4a525f;
            padding-bottom: 5px;
            font-weight: 400;
            color: #4a525f;
            font-size: 13px;
            display: none;
        }

    .form-list .current-year {
        right: 0px;
        top: 11px;
        font-weight: 700;
        color: #4a525f;
        font-size: 13px;
    }

    .form-list > h3 {
        margin-bottom: 5px;
        font-weight: 700;
        color: #4a525f;
        font-size: 13px;
    }

    .new-item .table-details ul.detail-list li {
        width: 13% !important;
        min-width: 10% !important;
        margin-bottom: 0px;
    }

        .new-item .table-details ul.detail-list li.full-item {
            width: 100% !important;
        }

    #ServiceConfig, #Description {
        padding: 0 0 5px 0;
    }

    .table-details ul.detail-list li > span {
        font-weight: 400;
        color: #4a525f;
        font-size: 13px;
        width: 100% !important;
        overflow: hidden;
    }

    .form-list {
        height: 100% !important;
        box-shadow: none !important;
        padding: 15px 0 0 0;
    }

    .full-item label {
        width: 100% !important;
    }

    .table-details {
        background-color: transparent !important;
        margin-bottom: 0 !important;
    }

        .table-details ul.detail-list {
            max-width: 100%;
        }

    .new-item .table-details ul.detail-list li:nth-child(1) {
        width: 12% !important;
        min-width: 75px !important;
    }

    .new-item .table-details ul.detail-list li:nth-child(2) {
        width: 11% !important;
        min-width: 75px !important;
    }

    .new-item .table-details ul.detail-list li:nth-child(4) {
        width: 13% !important;
        min-width: 70px !important;
        display:none;
    }

    .new-item .table-details ul.detail-list li:nth-child(3) {
        width: 37% !important;
        min-width: 220px !important;
    }

    .new-item .table-details ul.detail-list li:nth-child(5),
    .new-item .table-details ul.detail-list li:nth-child(6),
    .new-item .table-details ul.detail-list li:nth-child(7),
    .new-item .table-details ul.detail-list li:nth-child(9) {
        display: none;
    }

    .new-item .table-details ul.detail-list li:last-child {
        float: left !important;
        width: 26% !important;
    }

    .table-details ul.detail-list li label {
        width: 100%;
    }

    .form-body li span.new-item-detail {
        float: left;
        text-align: left;
        width: 78%;
        padding-top: 9px;
        border: 1px solid #4A525F;
        min-height: 25px;
    }


 
}



.ui-disabled  {
	cursor: default !important;
	pointer-events: none;
}


.ButtonCls1 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    min-width: 50px;
    text-align: center;
    font-weight: 700;
    color: #8395ad;
    display: inline-block;
    position: relative;
    background-color: #D8E2EB;
    cursor:pointer;
}
.ButtonCls1:hover {
    color: red;    
    padding: 0 15px;
    
}


.k-multiselect-wrap
{
    overflow: auto;
    max-height: 100px;
}


.imgButton {
    width: 23px; 
    height: 30px;
    box-shadow: 1px 2px 0px 0 rgba(0,0,0,0.2), 1px 2px 0px 0 rgba(0,0,0,0.2);
    padding:3px;
    border-color:gray;
    cursor: pointer;
}

input:disabled,
.form-input:disabled
button:disabled
.k-state-disabled,
.k-readonly
 {
    background-color: #f5f5f5 !important;
}


.imgSort {
    width:20px;
}