﻿
/*You can also have different stylesheets for different media, like this:
<link rel="stylesheet" media="screen and (min-width: 900px)" href="widescreen.css" >
<link rel="stylesheet" media="screen and (max-width: 600px)" href="smallscreen.css" >*/
/*@media screen and (max-width:768px)*/


/*Start Common Styles*/
body {
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.errorControl {
    border: 2px solid #e7505a;
}

.row-no-padding {
    padding: 0px !important;
}

.row-no-margin {
    margin: 0px !important;
}
/*End Common Styles*/

/*Start Login and Theme*/
.login {
    background-color: #ffffff !important;
}

    .login .content {
        width: 350px;
    }

        .login .content .form-control {
            background-color: #ffffff !important;
        }

            .login .content .form-control:active, .login .content .form-control:focus {
                border: 1px solid #83b8db;
            }
/*End Login and Theme*/

/*Start Home*/
.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px;
}

.header {
    flex-shrink: 0;
    position:fixed;
    top:0;
    left:0;
    z-index:1 !important;
}

.body {
    flex-grow: 1;
    overflow: auto;
    min-height: 2em;
    padding-bottom: 10rem;
    padding-top: 2rem;
    padding-left:5px !important;
    padding-right:5px !important;
    top:200px;
}

.footer {
    flex-shrink: 0;
}
.k-body-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.k-menu {
}
    .k-menu.active {
        font-weight: bold;
    }
    .k-option-icon {
        font-size: 20px;
        border-radius: 15px !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        margin: 0px auto;
    }
/*.k-option-icon:hover {
        color: blue;
}*/
.k-option-name {
    color: black;
    margin: 0px auto;
    text-align: center;
}

/*End Home*/

/*Start Profile*/
.k-profile-pic {
    text-align: center;
    padding: 5px 10px;
}
    .k-profile-pic .emp-code-profile {
        background-color: white;
        width: 90%;
        position: absolute;
        bottom: 2%;
        font-weight: bold;
        left: 10px;
        text-align: center;
    }
    .k-profile-pic img {
        margin:0px auto;
        max-height: 190px;
        width:190px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
    }


.k-profile-address {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    margin: 5px 5px;
    padding: 2px 5px;
    min-height: 290px;
}

    .k-profile-address .form-group {
        /*z-index: 1 !important;*/
        position: relative;
    }

    .k-profile-address .control-label {
        margin-top: 5px;
    }

.k-profile-contacts {
    margin: 5px 5px;
    padding: 8px 5px 5px 5px;
    min-height: 82px;
}

    .k-profile-contacts .form-group {
        /*z-index: 1 !important;*/
        position: relative;
    }

    .k-profile-contacts .form-control-static {
        margin-left: 15px;
    }
.k-profile-document {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    margin: 5px 5px;
    padding: 2px 5px;
    min-height: 200px;
}

    .k-profile-document .form-group {
        /*z-index: 1 !important;*/
        position: relative;
    }

    .k-profile-document .form-control-static {
        margin-left: 15px;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 0;
        min-height: 30px;
    }

    .k-profile-document .control-label {
        margin-top: 5px;
    }

.k-profile-quick-info {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    margin: 5px 5px;
    padding: 2px 5px;
    min-height: 100px;
    /*opacity: 0.4;*/
    /*margin-top: 50px;*/
}

.quick-info-title {
    text-align: right;
    font-family: monospace;
}

.quick-info-value {
    font-size: x-large;
    text-align: center;
    /*z-index: 1;*/
    position: relative;
}

.k-profile-address-icon {
    position: absolute;
    right: 0;
    margin: -212px 8px 0px 0px;
    font-size: 175px;
    color: #f75964;
}

.k-profile-contacts-icon {
    position: absolute;
    right: 0;
    margin: -102px 8px 0px 0px;
    font-size: 86px;
    color: #1ad889;
}
.k-profile-document-icon {
    position: absolute;
    right: 0;
    margin: -201px 8px 0px 0px;
    font-size: 164px;
    color: #528cea;
}
.quick-info-icon {
    position: absolute;
    left: 0;
    margin: -113px 0px 0px 8px;
    font-size: 80px;
}
/*End Profile*/

/*Start Fine*/
.k-fine-body {
    /*max-height:500px;
    overflow:hidden;*/
}

.k-fines {
    display: inline-block;
    background-color: lightgray;
    padding: 10px;
    margin: 5px 5px 5px 10px;
    border: 1px solid #b1a8a8;
    opacity: 0;
    vertical-align: top;
}

.fine-header {
    border-bottom: 1px solid #00000029;
    padding-bottom: 3px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fine-emirate {
    float: right;
}

.fine-details .label {
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.fine-black-point {
    background-color: black;
    color: white;
}

.fine-description {
    display: block;
    margin: 10px 0px;
    max-width: 350px;
}

.fine-type {
    display: block;
    margin: 10px 0px -5px 0px;
    font-weight: bold;
    color: #e43a45;
    background-color: #ffffff;
    text-align: center;
}
.nav-pills > li.tab-title > a {
    background-color: #337ab7 !important;
    color: white !important;
    border-radius:5px !important;
}
.nav-pills > li.active > a {
    color: #337ab7 !important;
    background-color: white !important;
}
/*End Fine*/
/*Start Deduction*/
.deduction-header {
    background-color: lightgray;
    padding: 12px 10px;
    margin-top: 20px;
    font-weight: bold;
    opacity: 0;
}

    .deduction-header .deduction-value {
        float: right;
    }

.deduction-details {
    background-color: #dbdbdbab;
    padding: 10px 10px;
    margin-top: 15px;
    margin-bottom: 1px;
    opacity: 0;
}

    .deduction-details .deduction-value {
        float: right;
    }

.deduction-footer {
    background-color: lightgray;
    padding: 12px 10px;
    margin-top: 20px;
    font-weight: bold;
    opacity: 0;
}

    .deduction-footer .deduction-value {
        float: right;
        margin-left: 5px;
    }
/*End Deduction*/

/*Start Documents*/
.document-header {
    background-color: lightgray;
    padding: 12px 10px;
    margin-top: 20px;
    font-weight: bold;
    opacity: 0;
}

.document-details {
    background-color: #dbdbdbab;
    padding: 10px 10px;
    margin-top: 15px;
    margin-bottom: 1px;
    opacity: 0;
    min-height: 50px;
}

.document-footer {
    background-color: lightgray;
    padding: 12px 10px;
    margin-top: 20px;
    font-weight: bold;
    opacity: 0;
}

/*End Documents*/

/*Start Feedback */
.contact-form-type {
    color: #2ab4c0;
    border: 1px solid #2ab4c0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 15px 0px;
    font-size: x-large;
    background-color: white;
}

    .contact-form-type p {
        margin: 10px 0px;
    }

.feedback-outer {
    margin: 5px 0px;
}

.feedback {
    background-color: #ffffff9e;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.feedback-title-div {
    text-align: center;
    background-image: url(Images/Feedback/title.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 30px;
    margin-top: -80px;
    opacity: 0;
}

.feedback-title {
    height: 130px;
}

.feedback-title-text {
    font-size: xx-large;
    color: white;
}
.feedback-icons-div {
    /*margin: 4px;*/
    padding: 10px;
    background-color: #2ab4c0;
    color:white;
    border-radius: 5px !important;
    font-size:10px;
    /*border: 1px solid #f0c514;*/
    opacity: 0;
    /*margin-left: -50px;
    margin-right: 50px;*/
    cursor: pointer;
    /*color: #525e64;*/

}
/*.feedback-icons-div {
    margin: 10px 4px;
    padding: 5px;
    background-color: white;
    border-radius: 5px !important;
    border: 1px solid #f0c514;
    opacity: 0;
    margin-left: -50px;
    margin-right: 50px;
    cursor: pointer;
    color: #525e64;
}*/

    /*.feedback-icons-div:hover {
        background-color: #2ab4c0;
        color: white;
    }

    .feedback-icons-div.active {
        background-color: #2ab4c0;
        color: white;
        font-weight: bolder;
        border: 2px solid white;
    }*/

.feedback-icons {
    height: 70px;
}

.feedback-icons-title {
    /*font-size: x-large;
    margin-left: 6px;*/
}

.feedback-form {
    background-color: #ffffff9e;
    padding: 10px 10px;
    padding-bottom: 10px;
}
/*End Feedback */

/*Start Leave */
.k-leave-body {
}

.leave-title {
    font-weight: bold;
    color: white;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0px;
}

.leave-balance-checker {
    min-height: 400px;
    background-color: #ffffff5c;
    padding: 0px 10px;
    margin: 0px 5px;
}

.leave-History {
    min-height: 500px;
    background-color: #ffffff5c;
    padding: 0px 10px;
    margin: 0px 5px;
}

.leave-calc-body {
    background-color: #ffffff87;
    padding: 10px;
    margin-top: 10px;
    border-radius: 1% !important;
    min-height: 235px;
}

.leave-calc-result-value {
    font-size: 60px;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    color: #33b74f;
    min-height: 170px;
}

    .leave-calc-result-value .result-text {
        font-size: large;
        font-weight: bolder;
        color: #525e64;
        display: block;
    }

.result-value i {
    color: #ea5460;
}

.leave-calc-result {
    display: none;
    min-height: 214px;
}

.leave-apply-btn {
    bottom: 0;
    position: absolute;
    margin: 10px 5px 20px 0px;
    width: 90%;
}

.leave-History-body {
    padding: 10px 0px;
}

.recent-applications {
}

.leave-applicatios {
    background-color: #ffffffa3;
    padding: 10px;
    border-radius: 5px !important;
    margin: 10px 0px;
    cursor: pointer;
}

    .leave-applicatios:hover {
        background-color: #fffffffc;
    }

    .leave-applicatios:after {
        content: '';
        position: absolute;
        left: 20%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #ffffffa3;
        border-bottom: 0;
        margin-left: -22px;
        margin-top: 10px;
    }

    .leave-applicatios .la-title {
        font-weight: bold;
        color: #337ab7;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 2px;
    }

    .leave-applicatios .la-leave {
        padding: 4px 5px;
        background-color: #ffffff82;
        margin: 4px 0px;
        border-radius: 5px !important;
        border: 1px solid #ccc;
        font-size: small;
        color: #294567;
    }

.la-leave .la-type {
}

.la-leave .la-date {
    text-align: right;
    font-size: smaller;
    font-style: italic;
}

.leave-balance {
    text-align: center;
    position: absolute;
    padding: 2px;
    background-color: yellow;
    color: red;
    margin-left: -30px;
    width: 130px;
    font-weight: 700;
    display: none;
}
/*End Leave */

/*Start Training Material*/
.k-training-material {
    display: inline-block;
    background-color: #d3e3f55e;
    padding: 10px;
    margin: 5px 5px 5px 10px;
    border: 1px solid #ffffff;
    /* border-radius: 10px !important; */
    opacity: 0;
    vertical-align: top;
    width: 350px;
    /*height: 150px;*/
}
.material-title {
    display: block;
    margin: 10px 0px -5px 0px;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2C3E50;
}
.k-training-material-details {
    padding: 10px;
}
.k-training-material-description {
    /* display: block; */
    /* margin: 10px 0px; */
    /*width: 60%;*/
    /* height: 20px; */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
.training-view-button {
    text-align: center;
    width: 100%;
}
/*End Training Material*/
/*Start Notices*/
.k-notice {
    display: inline-block;
    background-color: #d3e3f55e;
    padding: 10px;
    margin: 5px 5px 5px 10px;
    border: 1px solid #ffffff;
    /*border-radius:10px !important;*/
    opacity: 0;
    vertical-align: top;
    width: 350px;
    height: 170px;
    /*max-height:150px;*/
    /*overflow:hidden;*/
}

.notice-description {
    /*display: block;*/
    margin: 10px 0px;
    /*width: 300px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-title {
    display: block;
    margin: 10px 0px -5px 0px;
    font-weight: bold;
    color: #e43a45;
    background-color: #ffffff;
    text-align: center;
}

.notice-details {
    padding: 10px;
}

.notice-view-button {
    text-align: center;
    width: 100%;
}
/*End Notices*/
