html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}

body, bodyModal {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    float: left;
    display: block;
}

    body.mobile-menu-active, bodyModal.mobile-menu-active {
        overflow: hidden;
    }

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline !important;
}

    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;
    }


/* 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: #ff7d0f;
}

#body, #bodyModal {
    /*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: 500;
    font-family: 'Roboto', sans-serif;
    border: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #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: 450px;
        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: 265px;
            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-CandidateCV {
    display: inline-block;
    width: 100%;
    max-width: 1324px;
    height: auto;
    box-sizing: border-box;
}

    .form-list-container.fullsize {
        max-width: 100%;
    }

.form-list {
    border-radius: 10px;
    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;
}

.form-list-CandidateCV {
    background-color: white;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    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 h4 {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    margin: 0 0 15px 0;
}

.active h4 {
    color: #8395ad;
}

.form-list h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    margin: 0 0 15px 0;
}

.active h3 {
    color: #8395ad;
}
F
.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;
    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;
}

.fullscreen-icon-form {
    right: 0px !important;
}

.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;
}

.k-button:active:hover{
	background-color: #ff7d0f;
}

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: #ff7d0f;
}

.site-title {
    color: #c8c8c8;
    font-family: 'Roboto', 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: #ff4545;
}

th.required-item:before {
    content: "* ";
    color: #ff4545;
}

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: capitalize;
    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;
    }

td:nth-child(1){
    padding-left: 5px;
}

td:nth-last-child(1){
    padding-right: 5px;
}

tr:nth-child(even) {
    background-color: rgba(216, 235, 220, 0.4);
}

tr:nth-child(odd) {
    background-color: rgba(215, 218, 234, 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;
        }

.btnUserInfo{
    color: #2B8FFF;
    text-decoration: underline;
}
a.btnUserInfo {
    font-size: 12px !important;
    text-decoration: none;
    color: #8395ad;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
}

.btnUserInfo:hover {
    text-decoration: underline;
    cursor: pointer;
}

.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: capitalize;
    font-family: 'Roboto', sans-serif;
}

    .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: 'Roboto', 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: capitalize;
    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: #ff4545;
    font-weight: bold;
    float: right;
    margin-top: -20px;
    font-size: 10px;
}

#lblMessage {
    float: left;
    margin-top: -12px;
    color: #ff4545;
    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;
    color: #4A525F;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    line-height: 37px;
    float: left;
    display: none;
    font-size: 30px;
}

/* width */
#headerNav::-webkit-scrollbar {
  width: 10px;
}

#headerNav > li:first-child {
    padding-bottom: 15px;
    margin-bottom: 7px;
    border-bottom: 1px solid #6e90bd;
}

#headerNav > li > input {
    border: 1px solid #97bee2;
    background: #6d879f;
    color: #ececec;
    font-size: 1.0em;
    padding: 8px;
    border-radius: 5px;
    width: 221px;
    margin: 5px 0;
    margin-left: 7px;
}

#headerNav > li > input::placeholder {
    color: #ececec;
}

/* Track */
#headerNav::-webkit-scrollbar-track {
  background: #182A42; 
}

/* Handle */
#headerNav::-webkit-scrollbar-thumb {
  background: #728991; 
}

/* Handle on hover */
#headerNav::-webkit-scrollbar-thumb:hover {
  background: #555; 
  border-radius: 10px;
}



/* width */
.k-tabstrip-items::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.k-tabstrip-items::-webkit-scrollbar-track {
  background: #ffffff; 
}

/* Handle */
.k-tabstrip-items::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
}

/* Handle on hover */
.k-tabstrip-items::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


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;
        position: fixed;
        overflow: auto;
        max-height: 85%;
    }

    header > .header-menu-container.active:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 60px; /* eski değer -10px */
        left: 30px; /* eski değer 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%;
        display: block;
        float: left;
        list-style: none;
        position: relative;
    }

        header > .header-menu-container > .i-menu > li > ul {
           height: auto;
        }

        header > .header-menu-container > .i-menu > li > ul > 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: capitalize;
            font-weight: 700;
            text-decoration: none;
            font-size: 13px;
            display: inline-block;
            box-sizing: border-box;
            border: 1px;
        }
            
            header > .header-menu-container > .i-menu > li > ul > li > a {
                width: 100%;
                height: 35px;
                line-height: 35px;
                color: #7995ad;
                text-transform: capitalize;
                font-weight: 700;
                text-decoration: none;
                font-size: 13px;
                display: inline-block;
                box-sizing: border-box;
                border: 1px;                           
            }

            header > .header-menu-container > .i-menu > li > ul > li > a > span {
                margin-right: 10px;                           
            }

            header > .header-menu-container > .i-menu > li > a:hover,  header > .header-menu-container > .i-menu > li > ul > li > a:hover{
                background-color: #728991;
                color: #d8e2eb;
                border-radius: 5px;
                border: 1px solid #6e90bd;
            }

            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;
            }


.row {
    width: 100%;
    display: flex;
}

.columnx {
    width: 15%;
}

.columny {
    margin-left: 10px;
    width: 85%;
}

@media only screen and (max-width: 959px) {
    .row {
        display: inline;
    }

    .columnx {
        width: 100%;
        display: flex;
    }

    .columny {
        margin-left: 0px;
        padding-top: 20px;
        width: 100%
    }
    .d-md-inline-block{
        display: inline-block !important;
    }
    .d-md-none{
        display: none !important;
    }
    .pt-md-15{
        padding-top: 15px;
    }

    .vocation-buttons{
        position: relative !important;
    }
}

header .MasterLogo {
    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 {
	
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #ff7d0f;
    padding: 0;
    display: inline-block;
    line-height: 57px;
	margin-top: 14px;
    float: left;
	width:100px;
	height:30px;
	background-repeat: no-repeat;
	background-image: url();
}

	header .logoTxt {
		position: absolute;
		top: 0px;
		visibility:visible
	}
	header .logoTxt2 {
		position: absolute;
		top: 0px;
		left: 360px;
	}
	header .logo:after{
		
		position: absolute;
		top: 0px;
	}

    header .logo:hover {
        background-color: white;
    }

header .MasterLogo:hover {
    background-color: transparent;
}

header #langSelect {
    height: 35px;
    width: auto;
    padding: 0 5px;
    border: 1px solid #d8e2eb;
    border-radius: 5px;
    color: #4A525F;
    font-size: 16px;
    line-height: 35px;
    z-index: 99;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    display: none;
    float: right;
    top: 11px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

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: capitalize;
    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:  817px){
    label {
        text-align: left;
    }
}
@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;
    }
}




.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%;
}

.button-container label {
    width: 100%;
    text-align: center;
}


.btn-refusing
{
    background-color: indianred !important;
    border: 2px solid indianred !important;
}

button.btn-refusing:hover,
button.btn-refusing.second-button:hover {
    border: 2px solid indianred !important;
    background-color: #b13b3b !important;
}


.btn-save
{
    background-color: #6ba9f3 !important;
    border: 2px solid #6ba9f3 !important;
}

button.btn-save:hover,
button.btn-save.second-button:hover {
    border: 2px solid #6ba9f3 !important;
    background-color: #5688c4 !important;
}

.btn-cancel
{
    background-color: darkgrey !important;
    border: 2px solid darkgrey !important;
}

button.btn-cancel:hover,
button.btn-cancel.second-button:hover {
    border: 2px solid darkgrey !important;
    background-color: grey !important;
}

button.btn-cancel.second-button {
    background-color: darkgrey !important;
    border: 2px solid darkgrey !important;
    color: white !important;
}

button.btn-cancel.second-button span {
        color: white !important;
    }


button.k-button {
    min-width: 140px;
    width: auto;
    height: 40px;
    border-radius: 0;
    border: 2px solid #27ae60;
    background: none;
    background-color: #27ae60;
    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;
    background-color: #18703d;
    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 {
    -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;
    border: 2px solid #AE2727;
}

button.k-button.second-button {
    background-color: transparent;
    border: 2px solid #27ae60;
    color: #27ae60;
}

    button.k-button.second-button span {
        color: #27ae60;
    }

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;
    min-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;
    height: auto !important;
    min-height: 30px !important;
    line-height: 20px !important;
    padding-top: 10px !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-input {
    padding-left: 5px !important;
}

.form-body .k-datepicker,
.form-body .k-datetimepicker,
.form-body .k-timepicker,
.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;
    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: 'Roboto', 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, #bodyModal {
        padding: 135px 10px 25px 10px;
    }
}

@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, #bodyModal {
        padding: 135px 10px 25px 10px;
    }

    .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;
        top: 3px;
        height: 50px;
        z-index: 99;
        overflow: scroll;
        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;
            }

                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: none;
        float: none;
        width: 100%;
        height: 53px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: transparent !important;
    }

    header .MasterLogo {
        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, #bodyModal {
        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;
    }
   

    /* .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 */

    

    .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;
    }
   

    .form-body li span.form-text {
        width: 90% !important;
    }

    .form-body .k-datepicker,
    .form-body .k-datetimepicker,
    .form-body .k-timepicker,
    .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;
    }

	 .btn-autocomplete {
        border-left: 1px solid #D8E2EB !important;
        border-top: 0px;
        width: 100%;
    }
}

   

@media print {

    body, bodyModal {
        overflow: hidden;
    }

    header, footer, .button-container, .detail-buttons-container, .close-icon {
        display: none !important;
    }

    #body, #bodyModal {
        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;
}
span {    
    pointer-events: initial;
}


.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: #ff4545;
        padding: 0 15px;
    }

input:disabled,
.form-input:disabled button:disabled .k-state-disabled,
.k-readonly {
    background-color: #f5f5f5 !important;
}

input[type="text"]:disabled {
  background-color: #f5f5f5 !important;
}

.form-input:disabled {
   background-color: #f5f5f5 !important;
}

.k-state-disabled {
   background-color: #f5f5f5 !important;
}


.userInfoItem {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    border-bottom: 1px dashed;
    padding: 15px 0px 10px 5px;
    color: dimgrey;
    float: left;
    text-align: left;
    float: left;
    font-size: 12px;
}

#x {
    position: absolute;
    background: #a90909;
    color: white;
    top: -10px;
    right: -10px;
    font-size: 9px;
}

/*------ Display Clases* ------*/

.d-flex{
    display:flex;
}

.d-inline-block{
    display:inline-block;
}

.d-none{
    display:none;
}

.align-item-center {
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.cursor-pointer{
    cursor: pointer;
    background-color: lightgray;
}

/*------ Candidate CV Page* ------*/

.title-step{
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
    text-align: left !important;
    text-transform: capitalize;
    color: #b3b3b3;
}

.cv-header{
    background-color: #ff7d0f;
    color:#fff;
    text-align:left;
    padding: 5px;
    font-weight: 800;
}

.cv-body{
    /*min-height:750px;*/
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: 1px solid;*/
}

.cvFormButton
{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ff7d0f;
    color: #ff7d0f;
}

.last15DaysForms {
    float: left;
    color: #ff4545;
    margin: 0px 0px 10px 0px;
}

@media only screen and (max-width: 640px) {
    .header-menu-container {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
    .demo-section {
        overflow: hidden;
        width: 100%;
        overflow-x: scroll;
    }
    .overflow-tabs {
        overflow: hidden !important;
        overflow-x: auto !important;
    }
}

.grid-table {
    overflow: hidden !important;
    overflow-x: scroll !important;
    width: 100% !important;
}

.form-list-footer {
    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;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.d-inline-table{
    display:inline-table !important;
}

pre {
    white-space: pre-wrap;
}

.closeFormErrorBox {
    float: right;
    cursor: pointer;
    font-weight: bold;
    line-height: 0px;
    margin-right: -15px;
    margin-top: -10px;
}

.icon-wrap {
    right: -5px;
    top: -5px
}

.mw-0{
    min-width: auto;
}

.pl-10{
    padding-left: 10px;
}

.mt-0{
    margin-top: 0px !important;
}

.mb--40{
    margin-bottom: -40px !important;
}

/*Login - Forgot-Pass Form*/

.login-form {
    max-width: 600px;
    margin: auto;
}

.login-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;
}

    .login-list > h3 {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

.forgot-password {
    top: 12px;
    right: 33px;
    position: absolute !important;
}

.windows-login {
    background-color: #04aef4;
    padding: 15px;
    align-items: center;
    border-radius: 24px;
    color: #fff !important;
    text-decoration: solid;
}

    .windows-login > img {
        width: 20px;
        margin-bottom: -3px;
    }

.label-for {
    margin-right: 25px !important;
}

.login-button {
    border-bottom: solid 1px;
    border-bottom-color: #e8e8e8;
}

.help-me {
    background-color: #383838;
    padding: 10px;
    margin-top: 20px;
    align-items: center;
    border-radius: 24px;
    color: #fff !important;
    text-decoration: solid;
    cursor: pointer;
}

    .help-me > svg {
        margin-bottom: -3px;
    }

.mr-10 {
    margin-right: 10px;
}

.ml-10{
    margin-left: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.input-form {
    float: left;
}

/*Login - Forgot-Pass Form*/

/*Font Size*/

.fs-12 {
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

/*Font Size Bitiş*/

.next-button > button {
    float: none !important;
    align-items: center;
    display: flex;
    margin: auto;
    padding: 10px !important;
    height: auto;
    margin-bottom: 30px;
}

    .next-button > button > .icon-next {
        color: unset !important;
        margin-top: 1px !important;
        margin-left: 5px !important;
    }
.btn-autocomplete {
    background-color: white;
    border-left: 0;
    border-color: #D8E2EB;
    float: left;
    padding-bottom: 4px;
    padding-top: 9px;
}

/*BreadCrumb*/

/* Style the list */
ul.breadcrumb {
    -webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.75);
    border-radius: 7px;
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    width: fit-content;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}

    ul.breadcrumb li > a {
        color: white !important;
        border-radius: 10px;
        padding: 15px 10px;
        background: linear-gradient(90deg, #ff7d0f, #ffac45);
        -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    }
        ul.breadcrumb li > a:hover {
            background: #ff7d0f;
            text-decoration: none !important;
        }
        /* Add a slash symbol (/) before/behind each list item */
    ul.breadcrumb li + li:before {
        padding: 8px;
        color: black;
        content: "\003e";
    }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/*MultiSelect*/

.mfkmsContainer {
     overflow-y: auto !important;	
     overflow-x: auto !important;
     padding:10px;
}

.mfkmsInner {
     display: grid; 
}

.mfkmsChildRow {
	 padding: 5px;
     display:flex;
     align-items:center;
     justify-content:center;
     min-width:500px;
     overflow:auto;
}
	
.mfkmsLeft{
     text-align:left;
     padding-left: 30px;
     padding-right: 30px;
}

.mfkmsChild {
	 float: left;
	 min-width: 40%;
	 max-width: 400px;	              
	 padding: 5px;
}

.mfkmsMoveAll {
     padding: 5px;
     background-color: lightgrey !important;
     border: 5px;
     margin: 10px;
}

.mfkmsHeader{
     margin-bottom: 5px;
     font-weight: bold;
     display: inline-block;
}

.mfkmsListBox {
     width:100%;                   
     height:350px;
     padding:10px 15px;
     overflow-y: auto;	
     overflow-x: hidden;
     border-width: 1px;
     border-style: solid;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     border-color: #e0e0e0;
     border-radius: 5px;
}

		.mfkmsListBox::-webkit-scrollbar {
			  width: 7px;
		}

		.mfkmsListBox::-webkit-scrollbar-track {
			   background: #f1f1f1; 
		}

		.mfkmsListBox::-webkit-scrollbar-thumb {
			   border-radius: 10px;
			   background: #ff7d0f; 
		}

		.mfkmsListBox::-webkit-scrollbar-thumb:hover {
			   background: #fd5014; 
		}
                 
.mfkmsItem:hover {
       -webkit-box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.70);
       -moz-box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.70);
       box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.70);
       background-color: #f9f9f9;
}
                
.mfkmsItem {
       border-radius: 4px;
       border-width: 1px;
       border-style:  solid;
       border-color: lightgrey;
       min-height: 25px;
       padding: 5px;
       display:flex;
       align-items: center;
       justify-content: center;
       cursor: pointer;
       margin-bottom: 10px;
}

.mfkmsUl{
       list-style-type: none;
       -webkit-padding-start: 0px !important;
}

.k-tabstrip:focus{
	   box-shadow: 0 0 0px 0 rgba(0,0,0,0) !important;
}

.k-content{
	    /* border: 0px !important; */
}

.k-tabstrip-items > .k-item {
	background-color: transparent !important;
	border: 0px !important;
}

.k-tabstrip-items > .k-state-default > .k-link {
	color: #888;
}

.k-tabstrip-items > .k-state-active > .k-link {
	color: #000;
}

.k-tabstrip-items > .k-state-default{
	color: transparent;
	padding: 0px;
	margin-bottom: 0px;
}

.k-tabstrip-items > .k-state-active {
	border-bottom: 4px solid #ff7d0f !important;
	color: transparent;
	border: 0px;
}

.k-tabstrip-items > .k-state-hover {
	border-bottom: 4px solid #ff7d0f !important;
	color: transparent;
}

.k-tabstrip-items > .k-state-hover > .k-loading {
	background-image: unset;
}

.k-tabstrip-items > .k-state-hover > .k-link {
	color: #000;
}

.k-tabstrip-scrollable > .k-tabstrip-items {
	padding-top: 0px;
}

.cssReadOnlyEditableCell {
  background-color: transparent !important;
}

.editable-cell-input{
	margin: 0px;
	padding: 0;
}

.divInfo {
    background-color: aliceblue;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    border-top: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
}

.divWarn {
    background-color: gold;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    border-top: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
}

.clsNarrow {
    width: auto;
    height: 20px;
    padding: 0px;
    min-height: 15px !important;
    min-width: 200px !important;
    vertical-align: TOP;
}

.clsNarrow label {
    width: auto;
    height: 20px;
    padding: 0px;
    min-height: 15px !important;
}

.form-list5{
    overflow-x: scroll;
    overflow-y: scroll;
}

#liAdvice{
  
}

.tdEditableCell {
        border: 2px solid #e2e2e2;
    background-image: url(../edit.png) !important;
    background-position: right;
    background-size: 30px;
    background-repeat: no-repeat;
}

.tdEditableCellRo {
    
}

.min-icon-print {
    font-size: 22px;
    height: 35px;
    text-align: center;
    width: 35px;
    display: inline-block;
    line-height: 35px !important;
    float: left;
    cursor: pointer;
    position: absolute;
    right: 0;
    opacity: 1;
    transition: all 0.2s;

    right: 8px;
    top: 7px;
    color: #4A525F;
}
.vocation-buttons{
    position:absolute;
    top:5px;
    right:5px;
}

.form-inside-note
{
    color: red;
    font-style: italic;
    font-weight: bold;
}

.sub, .subsub {
    display:none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 150px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none !important;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 50px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.left-sticky
{
    position:fixed;
    top:50%;
    left: 0px;
    padding:0px;
    margin:0px;
    width: 160px;
    height:40px;
    background:#FF931E;
    border-radius: 3px 0px 0px 3px;
	text-align: center;
	font-size: x-large;
	padding-top: 10px;
	z-index: 1;

	color: #fff;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
	transform-origin: 0 0;
}


.left-sticky p
{
    color: #fff;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}


.dropbtn {
            background-color:#182A42;
            color: #728991;
            padding: 16px;
            font-size: 24px;
            border: none;
            border-radius: 50px;
            height: 70px;
            width: 70px;
            color:white;
        }

        .dropup {
            position: fixed;
            bottom: 100px;
            left: 20px;
            display: inline-block;
            font-family: 'Roboto', sans-serif;
			z-index: 99;
        }

        .dropup-content {
            display: none;
            position: absolute;
            background-color: #182A42;
            min-width: 160px;
            bottom: 70px;
            z-index: 1;
            border-radius: 10px;
        }

        .dropup-content a {
            color: #D8E2EB;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            width: 220px;
            border-radius: 10px;
            margin: 5px;
        }

        .dropup-content a:hover {
            background-color: #728991;
            color:#D8E2EB;
        }

        .dropup:hover .dropup-content {
            display: block;
        }

        .dropup:hover .dropbtn {
            background-color: #182A42;
            color:white;
        }

        .addbtn{
            color:#D8E2EB;
            font-size: 16px;
            background-color:#182A42;
            display: block;
            margin: 5px;
            padding: 12px 16px;
            border-radius: 10px;
            text-decoration: none;
            border:none;
        }
        .addbtn:hover{
            background-color: #728991;
            color:#D8E2EB;
        }
        hr{
            color:#D8E2EB;
            margin: 6px;
        }

 