﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|RobotoDraft:400,100,300,500,700,900|Material+Icons);
@import url(font-awesome.min.css);
@import url(custom.css);
@import url(themes/gray.css);

a, button, a:hover, button:hover, span:hover, li:hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

a {
    cursor: pointer;
}

textarea {
    resize: none;
}

body * {
    -ms-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: -moz-text;
    -ms-user-select: text;
}

*:focus {
    outline: none;
}

.close-btn {
    background: #2e4051 !important;
}
/* line 80, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.ppc-progress-fill {
    background-color: #7cf7df !important;
}
/* line 86, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.progress-pie-chart {
    background-color: #2d7769 !important;
}

/*.modal-content .list-inline > li {
    padding: 5px;
    width: 50%;
}*/
/* line 93, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.tabBlock-tabs {
    float: right;
    width: auto;
}

.tabBlock-tab.is-active {
    font-weight: 500;
}


.tabBlock-tab span {
    font-size: 16px;
    line-height: 23px;
}

.tabBlock-tab.is-active span {
    padding-bottom: 2px;
    position: relative;
}



    .tabBlock-tab.is-active span:after, .green .tabBlock-tab.is-active span:before {
        top: 100%;
        left: 64%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.tabBlock-tab.is-active:after {
    border-width: 0px;
}

.text-transform {
    text-transform: capitalize;
}

@media print {
    a[href]:after {
        content: "" !important;
    }
}

/* line 104, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.popups .head {
    background: none !important;
    border-bottom: 2px solid #38a9d1;
}
/* line 107, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.white_content {
    border: 0px solid #6B8CAD !important;
    box-shadow: 0 0px 0 0 #38a9d1;
    border-radius: 5px;
}
/* line 110, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.green .div-form .input:hover input, .green .div-form .select:hover select, .green .div-form .textarea:hover textarea, .green .div-form .radio:hover i, .green .div-form .checkbox:hover i, .green .div-form .toggle:hover i {
    border-color: #2e4051 !important;
}
/* line 113, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.green .div-form .radio input:checked + i, .green .div-form .checkbox input:checked + i, .green .div-form .toggle input:checked + i {
    border-color: #C1C1C1 !important;
}
/* line 116, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.green .div-form .checkbox input + i:after {
    color: #2e4051 !important;
}
/* line 119, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.green .modal-header {
    background: #F5F5F5 !important;
}

/* Button Global */

/*button i:before {
    color: white;
}*/

.PostTxtTextarea {
    resize: none;
}

.sharebtn {
    margin-left: -49px;
    border-radius: 2px;
    line-height: 20px;
    color: white;
    padding: 5px 10px;
    font-weight: normal;
    background: #38a9d1;
    /*box-shadow: inset 0 0 0 0 #c14800;*/
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

    .sharebtn:hover {
        /*box-shadow: inset 0 100px 0 0 #c14800;*/
        text-decoration: none;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: .8;
    }

/* line 169, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.signin_main.divMessage {
    background: #fff;
    padding: 16px;
    border: 1px solid #DCDCDC;
}


.themepannel {
    position: fixed;
    right: 6%;
    z-index: 88;
    /*height: 0;*/
    overflow: hidden;
    padding-top: 10px;
    /*opacity: 0;*/
    top: 46px;
}

@font-face {
    font-family: 'robotoregular';
    src: url("../fonts/roboto-regular-webfont.eot");
    src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url("../fonts/roboto-bold-webfont.eot");
    src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto', Arial, sans-serif;
    src: url("../fonts/roboto-light-webfont.eot");
    src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 327, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form-container p a {
    font-family: 'robotobold';
}

/* line 355, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.magrinauto {
    margin: auto;
}

.border-error {
    border: 1px solid rgb(236, 136, 73);
}
/* line 358, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px !important;
}

.font15 {
    font-size: 15px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

/* line 361, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.addbtn, a.addbtn {
    padding: 4px 8px !important;
    border-radius: 2px;
    color: #fff !important;
    background: #58B5A3;
    border: 1px solid #58B5A3;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    opacity: 1;
}
    /* line 366, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .addbtn::before, a.addbtn::before {
        content: "\f067";
    }
/* Container */
/* line 399, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.container.Home {
    margin: 4.5% auto 10px 20px;
}

/* line 402, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.container {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    margin: 3% auto 10px auto;
    /*text-align: center;*/
}

    .container.bigsize {
        max-width: 90%;
    }
/* line 420, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*body {
    background: #f4f4f4 !important;*/
/*color: #666;*/
/*font-family: 'RobotoDraft', 'Roboto', sans-serif;*/
/*font-family: 'Roboto';
}*/

/* line 428, ../../../sass/KonnectCoMVC/StyleSheet.scss */
h1 {
    color: #33b5e5;
    font-size: 24px;
}

/* Column */
/* line 437, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.col {
    display: block;
    width: 50%;
    float: left;
}

/* line 443, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.widthauto {
    width: auto !important;
}

.marginauto {
    margin: auto !important;
    float: none !important;
}

/* line 448, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.margintop10 {
    margin: 10px 0 0 !important;
}

.margintop1 {
    margin: 1px 0 0 !important;
}
/* line 452, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.marginleft10 {
    margin: 0 0 0 10px !important;
}

/* line 456, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.marginright10 {
    margin: 0 10px 0 0 !important;
}

/* line 459, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.marginnone {
    margin: 0 !important;
}

.marginleft0 {
    margin-left: 0 !important;
}
/* line 462, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.btncenter {
    text-align: center;
    margin: auto !important;
}

/* line 467, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.width100 {
    width: 100px !important;
}

.width120 {
    width: 120px !important;
}

.width125 {
    width: 150px !important;
}

.width150 {
    width: 150px !important;
}

.width180 {
    width: 180px !important;
}
/* line 471, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.width200 {
    width: 200px !important;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom25 {
    margin-bottom: 25px !important;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}
/* line 479, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.clr-left {
    clear: left;
}
/* line 483, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.inline {
    display: inline !important;
}

/* line 487, ../../../sass/KonnectCoMVC/StyleSheet.scss */
a:hover, a:active, a:focus {
    text-decoration: none;
}

/* line 491, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.displaynone {
    display: none;
}

/* line 496, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.opcatynone {
    opacity: 0;
}

/* line 499, ../../../sass/KonnectCoMVC/StyleSheet.scss */
[class*="fa"]:before, [class*="fa"]:after {
    font-family: "FontAwesome", sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 10px 0 0px;
}

/* line 507, ../../../sass/KonnectCoMVC/StyleSheet.scss */
a.fa {
    font: inherit;
}

/*tooltip*/
/* line 515, ../../../sass/KonnectCoMVC/StyleSheet.scss */
a[data-tooltip] {
    position: relative;
}

    /* line 520, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip]::before,
    a[data-tooltip]::after {
        position: absolute;
        display: none;
        opacity: 0.85;
        z-index: 1000000;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        pointer-events: none;
    }

    /* line 534, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip]::before {
        /*
* using data-tooltip instead of title so we 
* don't have the real tooltip overlapping
*/
        content: attr(data-tooltip);
        color: #fff;
        font-size: inherit;
        padding: 10px;
        border-radius: 0px;
        /* we don't want the text to wrap */
        white-space: nowrap;
        text-decoration: none;
        line-height: 10px;
    }

    /* line 551, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip]::after {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        content: '';
    }

    /* line 559, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip]:hover::before,
    a[data-tooltip]:hover::after {
        display: block;
    }

    /** positioning **/
    /* left tooltip */
    /* line 566, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="left"]::before {
        top: -25%;
        right: 100%;
        margin-right: 10px;
    }

    /* line 572, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="left"]::after {
        border-left-color: rgba(0, 0, 0, 0.8);
        border-right: none;
        top: 50%;
        right: 100%;
        margin-top: -3px;
        margin-right: 4px;
    }

    /* right tooltip */
    /* line 582, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="right"]::before {
        top: -25%;
        left: 100%;
        margin-left: 10px;
    }

    /* line 588, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="right"]::after {
        border-right-color: rgba(0, 0, 0, 0.8);
        border-left: none;
        top: 50%;
        left: 100%;
        margin-top: -6px;
        margin-left: 4px;
    }

    /* top tooltip */
    /* line 598, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="top"]::before {
        bottom: 100%;
        left: 0;
        margin-bottom: 10px;
    }

    /* line 604, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="top"]::after {
        border-top-color: rgba(0, 0, 0, 0.8);
        border-bottom: none;
        bottom: 100%;
        left: 10px;
        margin-bottom: 4px;
    }

    /* bottom tooltip */
    /* line 613, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="bottom"]::before {
        top: 100%;
        left: 0;
        margin-top: 10px;
    }

    /* line 619, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="bottom"]::after {
        border-bottom-color: rgba(0, 0, 0, 0.8);
        border-top: none;
        top: 100%;
        left: 10px;
        margin-top: 4px;
    }

    /* line 627, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="topleft"]::before {
        top: -36px;
        right: 100%;
        margin-right: -28px;
    }

    /* line 633, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    a[data-tooltip][data-placement="topleft"]::after {
        border-top-color: rgba(0, 0, 0, 0.8);
        border-bottom: none;
        bottom: 100%;
        left: 10px;
        margin-bottom: 1px;
    }

/* Form */
/* line 643, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .header, .herdertop, .head {
    background: #2c3e50;
}

/* line 646, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.header sub {
    color: #a5a5a5;
    font-size: 20px;
}

/* Form Container */
/* line 652, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form-container {
    display: inline-block;
    text-align: center;
}

/* line 657, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.input-file .button {
    width: auto !important;
}

    /* line 661, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .input-file .button:hover:before {
        content: none;
    }

/* line 665, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form-container p {
    padding: 24px 0;
    color: #666666;
    font-size: 12px;
}

    /* line 671, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form-container p a {
        text-decoration: none;
    }

/* line 674, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form {
    display: block;
    margin: 0 auto;
    padding: 25px;
    width: 100%;
}

    /* line 681, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form .header {
        padding: 24px 0;
        text-align: center;
    }

        /* line 686, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .form .header h1 {
            display: none;
        }

            /* line 690, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .form .header h1.active {
                display: block;
            }

    /* line 694, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form .footer {
        text-align: center;
    }

        /* line 698, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .form .footer a {
            text-decoration: none;
        }

/* line 702, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.loginform form {
    display: none;
}

    /* line 706, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .loginform form.active {
        display: block;
    }

/* line 710, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form .form-group {
    position: relative;
    margin: 0 0 24px;
}

    /* line 715, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form .form-group:last-of-type {
        margin: 0 0 36px;
    }

    /* line 718, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form .form-group input {
        outline: 0;
        background: transparent;
        width: 100%;
        /*border: 0;
        border-bottom: 1px solid #999999;*/
        padding: 12px;
        font-size: 14px;
        box-sizing: border-box;
    }

        /* line 729, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .form .form-group input:valid ~ .line, .form .form-group input:focus ~ .line {
            width: 100%;
        }

    /* line 733, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form .form-group .line {
        position: absolute;
        bottom: 0;
        left: 0;
        background: transparent;
        width: 0%;
        height: 2px;
        -webkit-transition: .6s ease;
        transition: .6s ease;
    }

/*.form .button*/
/* line 744, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form .button, .div-form .button {
    cursor: pointer;
    position: relative;
    outline: none;
    width: 100%;
    margin: 0 0 24px;
    padding: 8px 0;
    border: 0;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: normal;
}

/* line 756, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.content.form {
    padding: 5%;
}

/* line 779, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .header {
    margin: -24px -48px 24px;
    padding: 20px 24px;
}

    /* line 784, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .login .header h1 {
        color: #ffffff;
    }

/* line 788, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .form-group label {
    position: absolute;
    top: 12px;
    left: 0px;
    display: block;
    font-size: 14px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

/* line 798, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .form-group input:focus ~ label, .login .form-group input:valid ~ label {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transform: translate(-8px, -18px) scale(0.75);
    -ms-transform: translate(-8px, -18px) scale(0.75);
    transform: translate(-8px, -18px) scale(0.75);
}

/* line 806, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .form-group input::-webkit-input-placeholder {
    color: transparent;
}

/* line 810, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .button {
    border-radius: 0;
    display: block;
}

/* line 814, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login {
    /*width: 375px;
  margin: 3% auto;*/
}

/* line 819, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*.login .form-container {
  width: 360px;
}*/

/* line 823, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Forgotform {
    display: none;
}

/* line 832, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form-container p {
    color: #666;
    font-size: 12px;
}

    /* line 837, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .form-container p a {
        font-weight: 700;
    }

/* line 841, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    min-height: 600px;
}

/*::-webkit-input-placeholder {
    font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- *
    font-size: 12px;
}

::-moz-placeholder { /* Firefox 19+ *
    font-size: 12px;
}

:-ms-input-placeholder {
    font-size: 12px;
}*/
/* line 849, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .form-group input:valid,
.login .form-group input:focus {
    color: #2c3e50;
}

    /* line 854, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .login .form-group input:valid ~ .line,
    .login .form-group input:focus ~ .line {
        background: #2c3e50;
    }

/* line 858, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.login .button {
    background: #2c3e50;
    color: #fff;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/* line 866, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.button {
    background: #ef672f;
    color: #fff;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    /*box-shadow: inset 0 0 0 0 #c14800;*/
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

    .button:hover {
        /*box-shadow: inset 0 100px 0 0 #c14800;*/
        text-decoration: none;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

/*tabs css*/
.form.tabspageform {
    padding: 15px 15px;
    float: left;
    margin-top: 20px;
}
/* line 877, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.unstyledList, .tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

/* line 883, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.tabBlock {
    margin: 0 0 2.5rem;
    float: left;
    width: 100%;
}

/* line 887, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.tabBlock-tab {
    /*background-color: #f3f7f9;*/
    border-color: #d8d8d8;
    color: #333333;
    border-left-style: solid;
    border-width: 0px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    float: left;
    padding: 5px 0;
    margin: 10px 10px 0px 0px;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    z-index: 10;
}

    .tabBlock-tab:hover {
        color: #ed913a;
    }

.employeetabs .tabBlock-tab:hover {
    color: #EA4F7C;
}

.leavemgttabs .tabBlock-tab:hover {
    color: #8CC63F;
}

.tabBlock-tab:last-of-type {
    border-right-style: solid;
}




/* line 951, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.tabBlock-content {
    background-color: #fff;
    margin: 15px 0 10px 0;
    float: left;
    width: 100%;
}

/* line 957, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.tabBlock-pane > :last-child {
    margin-bottom: 0;
}

.tabBlock-pane {
    float: left;
    width: 100%;
    -webkit-animation: fadeIn ease-in .5s;
    -moz-animation: fadeIn ease-in .5s;
    animation: fadeIn ease-in .5s;
}
/* line 962, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*.container h4 {
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #464646;
}

.container h3 {
    position: relative;
    line-height: 20px;
    color: #464646;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 500;
}*/


/* line 998, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.gridetable th {
    padding: 10px 15px;
    margin: 0 !important;
    border-right: 1px solid #ddd;
    font-weight: 400;
    color: #5D5D5D;
    font-size: 14px;
}

/* line 1007, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.gridetable td {
    font-size: 13px;
}

.btn.editbtn {
    font-size: 17px;
    line-height: 32px !important;
    width: 32px;
    height: 32px;
    color: #727272;
    border-radius: 50%;
    margin-top: -6px;
}

.addfamilymembergrid .add_button {
    margin-top: 2px;
    float: left;
}

.btn.editbtn i:before {
    line-height: 20px !important;
}

.btn.editbtn:hover {
    color: #212121;
    background: rgba(0,0,0,.08);
}

.div-form .k-grid .grid.checkbox i {
    width: 12px;
    height: 12px;
    outline: none;
    border-width: 1px;
    border-style: solid;
}

.k-grid .grid.checkbox i:after {
    top: -2px !important;
    left: -1px !important;
}
/* line 1008, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.word_break {
    word-wrap: break-word;
    word-break: break-all;
}

/* line 1013, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.herdertop {
    min-height: 55px;
    padding: 10px;
}


/* line 1026, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

/* line 1033, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form {
    margin: 0;
    outline: none;
    /*box-shadow: 0 0 20px rgba(0,0,0,.3);*/
    font: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}

    /* line 1040, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    /*.div-form * {
        margin: 0;
        padding: 0;
    }*/

    /* line 1045, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form header {
        display: block;
        padding: 20px 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(248, 248, 248, 0.9);
        font-size: 25px;
        font-weight: 300;
        color: #232323;
    }

    /* line 1055, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form fieldset {
        display: block;
        /*padding: 10px 30px 5px;*/
        padding-left: 0;
        border: none;
        background: rgba(255, 255, 255, 0.9);
    }

        /* line 1062, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .div-form fieldset + fieldset {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

    /* line 1066, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form section {
        margin-bottom: 10px;
        /*this changes for popup section spaces*/
    }

        /* line 1069, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .div-form section .text-left {
            width: 100%;
        }

    /* line 1072, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form footer {
        display: block;
        padding: 15px 30px 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(248, 248, 248, 0.9);
    }

        /* line 1079, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .div-form footer:after {
            content: '';
            display: table;
            clear: both;
        }

    /* line 1085, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form a {
        color: #337ab7;
        cursor: pointer;
    }

    /* line 1090, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form label {
        color: #484848;
        font-weight: 500;
    }

    .div-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
    }

        /* line 1096, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .div-form .label.col {
            margin: 0;
            padding-top: 10px;
        }

.asterisk {
    color: #F3F3F4;
    float: right;
    height: 15px;
    width: 15px;
    line-height: 19px;
    text-align: center;
    position: relative;
    font-size: 7px;
    z-index: 1;
}

    .asterisk.asteriskDate {
        right: 13px;
    }

.asterisk_left {
    padding: 5px;
}

    .asterisk_left:after {
        position: relative;
        color: #db3a1b;
        content: "\f069";
        font-family: 'FontAwesome' , sans-serif; 
        font-size: 7px;
    }

.asterisk:after {
    content: "\f069";
    position: absolute;
    font-family: 'FontAwesome' , sans-serif; 
    top: 19px;
    padding: 0px;
    z-index: 99;
    right: -1px;
    color: #db3a1b;
    margin: 2px;
    border-radius: 0 0 0 50%;
    height: 15px;
    width: 15px;
    line-height: 12px;
    border: 1px solid #EFECEC;
}

.asterisk1 {
    color: #db3a1b;
}
/* line 1101, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .note {
    /*margin-top: 6px;*/
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: red;
}
/* line 1115, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input,
.div-form .select,
.div-form .textarea,
.div-form .radio,
.div-form .checkbox,
.div-form .toggle,
.div-form .button {
    position: relative;
    display: block;
}

    /* line 1122, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .input input,
    .div-form .select select,
    .div-form .textarea textarea {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        height: 39px;
        padding: 5px 10px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        background: #fff;
        font-family: 'Roboto', Arial, sans-serif;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

/**/
/* file inputs */
/**/
/* line 1145, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 10px;
    line-height: 31px;
    font-weight: normal;
}

    /* line 1157, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .input-file .button.withlabel {
        top: 24px;
    }

    /* line 1160, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .input-file .button:hover {
        box-shadow: none;
    }

    /* line 1164, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .input-file .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 30px;
        cursor: pointer;
        opacity: 0;
    }

/**/
/* selects */
/**/
/* line 1178, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .select i {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 5px;
    height: 10px;
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
}

    /* line 1187, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .select i.withlabel {
        top: 33px;
    }

/* line 1190, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.deletebtn.btn-red .fa:before {
    color: #D88686;
    margin: 3px;
}

/* line 1193, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.btn-red {
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    line-height: 24px;
    width: 32px !important;
    height: 32px !important;
    text-align: center;
}

.deletebtn.btn-red:hover {
    color: #212121;
    background: rgba(0,0,0,.08);
}

/* line 1201, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .select i:after,
.div-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* line 1209, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}

/* line 1214, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}

/* line 1219, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .select-multiple select {
    height: auto;
}

/**/
/* textareas */
/**/
/* line 1227, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .textarea textarea {
    height: auto;
    resize: none;
}

/* line 1232, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .textarea-resizable textarea {
    resize: vertical;
}

/* line 1236, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .textarea-expandable textarea {
    height: 39px;
}

    /* line 1240, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .textarea-expandable textarea:focus {
        height: auto;
    }

/**/
/* radios and checkboxes */
/**/
/* line 1249, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .radio,
.div-form .checkbox {
    margin-bottom: 4px;
    padding-left: 20px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

    /* line 1258, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio:last-child,
    .div-form .checkbox:last-child {
        margin-bottom: 0;
    }

    /* line 1263, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio input,
    .div-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

    /* line 1269, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio i,
    .div-form .checkbox i {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 15px;
        height: 15px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        background: #fff;
    }

    /* line 1282, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio i {
        border-radius: 50%;
    }

    /* line 1287, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio input + i:after,
    .div-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    /* line 1297, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    /* line 1306, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .checkbox input + i:after {
        content: '\f00c';
        top: -2px;
        left: -2px;
        width: 15px;
        height: 15px;
        font: normal 12px/16px FontAwesome;
        text-align: center;
    }

    /* line 1317, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .radio input:checked + i:after,
    .div-form .checkbox input:checked + i:after {
        opacity: 1;
    }

/* line 1321, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .inline-group {
    margin: 0 -30px -4px 0;
}

    /* line 1325, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    /* line 1332, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .inline-group .radio,
    .div-form .inline-group .checkbox {
        float: left;
        margin-right: 30px;
        line-height: 27px;
    }

        /* line 1338, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .div-form .inline-group .radio:last-child,
        .div-form .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }

/**/
/* toggles */
/**/
/* line 1346, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.div-form .k-grid .toggle i {
    height: 17px;
}

.div-form .toggle i:before {
    background-color: #78828A;
}

.div-form .k-grid .toggle i:before {
    top: 4px;
}

.div-form .k-grid .toggle i:after {
    top: 2px;
}

.div-form .toggle input:checked + i:before {
    background-color: #8CC63F;
}

.UserStatuschk {
    height: 30px;
    float: left;
}
/* line 1355, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle:last-child {
    margin-bottom: 0;
}

/* line 1359, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle input {
    position: absolute;
    left: -9999px;
}

/* line 1364, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 49px;
    height: 21px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff;
}

    /* line 1378, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .toggle i:after {
        content: 'OFF';
        position: absolute;
        top: 2px;
        right: 8px;
        left: 8px;
        font-style: normal;
        font-size: 9px;
        line-height: 13px;
        font-weight: 700;
        text-align: left;
        color: #5f5f5f;
    }

.div-form .toggle.empstatus i {
    width: 65px;
}

    .div-form .toggle.empstatus i:after {
        content: 'INACTIVE';
    }

.div-form .toggle.empstatus input:checked + i:after {
    content: 'ACTIVE';
}

.div-form .toggle.refstatus i {
    width: 75px;
}

.div-form .toggle.refstatus i {
    right: -15px;
}

    /*.div-form .toggle.refstatus i:after {
        content: 'Not-selected';
    }

.div-form .toggle.refstatus input:checked + i:after {
    content: 'Selected';
}*/

    .div-form .toggle.refstatus i:after {
        content: 'No';
    }

.div-form .toggle.refstatus input:checked + i:after {
    content: 'Yes';
}

.div-form .toggle.offerstatus i:after {
    content: 'No';
}

.div-form .toggle.offerstatus input:checked + i:after {
    content: 'Yes';
}

.div-form .toggle.jobtype i:after {
    content: 'Temporary';
}

.div-form .toggle.jobtype input:checked + i:after {
    content: 'Permanent';
}
/* line 1392, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    transition: right 0.2s;
    -o-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s;
}

/* line 1410, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle input:checked + i:after {
    content: 'ON';
    text-align: right;
}

/* line 1415, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle input:checked + i:before {
    left: 5px;
}

/**/
/* ratings */
/**/
/* line 1423, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
}

    /* line 1430, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .rating:last-child {
        margin-bottom: 0;
    }

    /* line 1434, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .rating input {
        position: absolute;
        left: -9999px;
    }

    /* line 1439, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .rating label {
        display: block;
        float: right;
        height: 17px;
        margin-top: 5px;
        padding: 0 2px;
        font-size: 17px;
        line-height: 17px;
        cursor: pointer;
    }

/**/
/* buttons */
/**/
/*.div-form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 300 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}*/
/* line 1468, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form [class^="icon-"] {
   font-family: FontAwesome , sans-serif;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* line 1476, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .icon-append,
.div-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

/* line 1486, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

/* line 1493, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

/* line 1501, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input .icon-prepend + input,
.div-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

/* line 1506, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input .icon-append + input,
.div-form .textarea .icon-append + textarea {
    padding-right: 46px;
}

/* line 1511, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input .icon-prepend + .icon-append + input,
.div-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}

/**/
/* grid */
/**/
/* line 1519, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .row {
    margin: 0 -15px;
}

    /* line 1523, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .row:after {
        content: '';
        display: table;
        clear: both;
    }

/* line 1529, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* line 1538, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-1 {
    width: 8.33%;
}

/* line 1542, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-2 {
    width: 16.66%;
}

/* line 1546, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-3 {
    width: 25%;
}

/* line 1550, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-4 {
    width: 33.33%;
}

/* line 1554, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-5 {
    width: 41.66%;
}

/* line 1558, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-6 {
    width: 50%;
}

/* line 1562, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-8 {
    width: 66.67%;
}

/* line 1566, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-9 {
    width: 75%;
}

/* line 1570, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-10 {
    width: 83.33%;
}

/* line 1573, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .col-12 {
    width: 100%;
}

@media screen and (max-width: 600px) {
    /* line 1578, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .col {
        float: none;
        width: 100%;
    }
}
/**/
/* tooltips */
/**/
/* line 1588, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, opacity 0.3s;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s;
}

    /* line 1606, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip:after {
        content: '';
        position: absolute;
    }

/* line 1612, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip,
.div-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

/* line 1616, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

    /* line 1621, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip-top-right:after {
        top: 100%;
        right: 16px;
        border-top: 4px solid rgba(0, 0, 0, 0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

/* line 1630, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip-top-right,
.div-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

/* line 1636, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    /* line 1641, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip-top-left:after {
        top: 100%;
        left: 16px;
        border-top: 4px solid rgba(0, 0, 0, 0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

/* line 1650, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip-top-left,
.div-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

/* line 1656, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px;
}

    /* line 1662, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0, 0, 0, 0.9);
        border-bottom: 4px solid transparent;
    }

/* line 1671, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip-right,
.div-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

/* line 1676, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px;
}

    /* line 1682, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0, 0, 0, 0.9);
    }

/* line 1691, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip-left,
.div-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

/* line 1697, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    /* line 1702, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, 0.9);
        border-left: 4px solid transparent;
    }

/* line 1711, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip-bottom-right,
.div-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

/* line 1717, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    /* line 1722, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, 0.9);
        border-left: 4px solid transparent;
    }

/* line 1731, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus + .tooltip-bottom-left,
.div-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}

/**/
/* normal state */
/**/
/* line 1748, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input,
.div-form .select select,
.div-form .textarea textarea,
.div-form .radio i,
.div-form .checkbox i,
.div-form .toggle i,
.div-form .icon-append,
.div-form .icon-prepend {
    border-color: #C1C1C1;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}



/* line 1761, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

/*.div-form .button {
	background-color: #2da5da;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}*/
/* line 1778, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .button.button-secondary {
    background-color: #b3b3b3;
}

/* line 1783, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .icon-append,
.div-form .icon-prepend {
    color: #ccc;
}

/**/
/* hover state */
/**/
/* line 1796, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input:hover input,
.div-form .select:hover select,
.div-form .textarea:hover textarea,
.div-form .radio:hover i,
.div-form .checkbox:hover i,
.div-form .toggle:hover i {
    border-color: #2e4051;
}

/* line 1801, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .rating input + label:hover,
.div-form .rating input + label:hover ~ label {
    color: #2da5da;
}

/* line 1805, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .button:hover {
    opacity: 1;
}

/**/
/* focus state */
/**/
/* line 1818, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input input:focus,
.div-form .select select:focus,
.div-form .textarea textarea:focus,
.div-form .radio input:focus + i,
.div-form .checkbox input:focus + i,
.div-form .toggle input:focus + i {
    border-color: #2e4051;
}

/**/
/* checked state */
/**/
/* line 1826, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .radio input + i:after {
    background-color: #292D32;
}

/* line 1830, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .checkbox input + i:after {
    color: #2da5da;
}

/* line 1836, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .radio input:checked + i,
.div-form .checkbox input:checked + i,
.div-form .toggle input:checked + i {
    border-color: #2da5da;
}

/* line 1840, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .rating input:checked ~ label {
    color: #2da5da;
}

/**/
/* error state */
/**/
/* line 1853, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .state-error input,
.div-form .state-error select,
.div-form .state-error textarea,
.div-form .radio.state-error i,
.div-form .checkbox.state-error i,
.div-form .toggle.state-error i {
    background: #fff0f0;
}

    /* line 1857, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .state-error select + i {
        background: #fff0f0;
        box-shadow: 0 0 0 12px #fff0f0;
    }

/* line 1862, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

/* line 1866, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .note-error {
    color: #fb7070;
}

/**/
/* success state */
/**/
/* line 1879, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .state-success input,
.div-form .state-success select,
.div-form .state-success textarea,
.div-form .radio.state-success i,
.div-form .checkbox.state-success i,
.div-form .toggle.state-success i {
    background: #f0fff0;
}

    /* line 1883, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .div-form .state-success select + i {
        background: #f0fff0;
        box-shadow: 0 0 0 12px #f0fff0;
    }

/* line 1888, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

/* line 1892, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .note-success {
    color: #6fb679;
}

/**/
/* disabled state */
/**/
/* line 1906, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input.state-disabled input,
.div-form .select.state-disabled,
.div-form .textarea.state-disabled,
.div-form .radio.state-disabled,
.div-form .checkbox.state-disabled,
.div-form .toggle.state-disabled,
.div-form .button.state-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background: #F5F5F5;
}

/* line 1910, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input.state-disabled.input-file .button input {
    opacity: 0 !important;
}

/* line 1919, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.div-form .input.state-disabled:hover input,
.div-form .select.state-disabled:hover select,
.div-form .textarea.state-disabled:hover textarea,
.div-form .radio.state-disabled:hover i,
.div-form .checkbox.state-disabled:hover i,
.div-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5;
}

/*new chat css*/
/* line 1925, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#chatbox {
    width: 290px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 70px;
    position: fixed;
    bottom: 0;
    right: 10px;
    margin-left: -155px;
    -webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
    z-index: 20;
}

/* line 1937, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#friendslist {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 484px;
}

/* line 1945, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topmenu {
    height: 69px;
    width: 290px;
    border-bottom: 1px solid #d8dfe3;
}

    /* line 1951, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #topmenu span {
        float: left;
        width: 90px;
        height: 70px;
        background: url("../images/top-menu.png") -22px -118px no-repeat;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        #topmenu span.offusersactive {
            background-position: -36px -124px;
        }

        #topmenu span.offusers {
            background-position: -36px -52px;
        }

        /* line 1958, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #topmenu span.friendsactive {
            margin-bottom: -1px;
            background-position: -124px -124px;
        }

        #topmenu span.friends.friends {
            background-position: -124px -53px;
        }
        /* line 1962, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #topmenu span.chats {
            background-position: -219px -52px;
            cursor: pointer;
        }

        #topmenu span.chatsactive {
            background-position: -219px -124px;
            cursor: pointer;
        }


        /* line 1967, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        /*#topmenu span.chats:hover {
                background-position: -95px -46px;
                cursor: pointer;
            }*/

        /* line 1972, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #topmenu span.history {
            background-position: -254px 19px;
            cursor: pointer;
        }

/* line 1977, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*#topmenu span.history:hover {
                background-position: -190px -47px;
                cursor: pointer;
            }*/

/* line 1982, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.friend {
    height: 70px;
    border-bottom: 1px solid #e7ebee;
    position: relative;
    float: left;
}

    /* line 1989, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .friend:hover {
        background: #f1f4f6;
        cursor: pointer;
    }

    /* line 1994, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .friend img {
        width: 40px;
        border-radius: 50%;
        margin: 15px;
        float: left;
        height: 40px;
    }

/* line 2002, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.floatingImg {
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 12px;
    border: 3px solid #fff;
    height: 68px;
}

/* line 2012, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.friend p {
    padding: 15px 0 0 0;
    float: left;
    width: 200px;
}

    /* line 2018, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .friend p strong {
        font-weight: 600;
        color: #597a96;
    }

    /* line 2023, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .friend p span {
        font-size: 13px;
        font-weight: 400;
        color: #aab8c2;
        display: block;
        text-transform: capitalize;
    }

/* line 2030, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.friend .status {
    background: #26c281;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 31px;
    right: 17px;
}

    /* line 2040, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .friend .status.away {
        background: #ffce54;
    }

    /* line 2044, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .friend .status.inactive {
        background: #eaeef0;
    }

/* line 2048, ../../../sass/KonnectCoMVC/StyleSheet.scss */

div.Userwarp {
    max-height: 355px;
    overflow: auto;
    float: left;
}
/* line 2057, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.searchfield {
    background: #e3e9ed;
    margin: 21px 0 0 55px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #8198ac;
}

/* line 2068, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#searchfield:focus {
    outline: 0;
}

.searchUserwrapper {
    position: absolute;
    display: none;
    top: 45px;
    background: #FFF;
    color: #304C6F;
    padding: 0;
    max-height: 206px;
    overflow: auto;
    border: 1px solid #DCDCDC;
    margin: 0;
    width: 238px;
    font-size: 13px;
}

    .searchUserwrapper .usersSearch:hover {
        background: #F4F4F4;
        color: #4E7DBF;
    }

    .searchUserwrapper .usersSearch {
        padding: 8px;
        margin: 0;
        line-height: 15px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

.usersSearch label {
    padding: 0;
    margin: 0;
    line-height: 15px;
    float: left;
    cursor: pointer;
}
/* line 2072, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#chatview {
    width: 290px;
    height: 484px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}

/* line 2082, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#profile {
    height: 153px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.imgSignUserwrap {
    margin-top: 12px;
    height: 100px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}

.white_content.DivSignatures {
    top: 11%;
}

.imgSignUser {
    width: 200px;
    height: 80px;
    float: right;
    border: 1px solid #D8D5D5;
    padding: 2px;
    border-radius: 2px;
}
/* Colors */
/* line 2374, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.openmenu {
    margin: 10px 0;
    float: left;
}

    .openmenu + img {
        max-width: 100%;
        width: 46px;
        margin: 20px 10px 0 30px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
    }
/* line 2378, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    -webkit-transform: translateX(-1000px) translateZ(0);
    transform: translateX(-1000px) translateZ(0);
    z-index: 11010;
}

.innerscrolldiv {
    height: 480px;
    width: 100% !important;
}

#drawer1 {
    position: fixed;
    top: 55px;
    right: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    -webkit-transform: translateX(-1000px) translateZ(0);
    transform: translateX(-1000px) translateZ(0);
    z-index: 11010;
}

/* line 2389, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#drawer .username, #drawer .username1 {
    font-size: 16px;
    left: 0;
    line-height: 28px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 13px;
    position: absolute;
    /*top: 70px;*/
    top: -7px !important;
    width: 100%;
    z-index: 1110;
}

/* line 2400, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#Menutopbar, #Menutopbar1 {
    background: #080b0e;
}

/* line 2403, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#drawer .nav, #drawer1 .nav {
    height: 100%;
}

    /* line 2405, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #drawer .nav li, #drawer1 .nav li {
        border-bottom: 1px solid #e9e9e9;
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        position: relative;
        width: 100%;
    }

        /* line 2412, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #drawer .nav li a, #drawer1 .nav li a {
            color: #333333;
            padding-left: 16px;
            width: 100%;
            display: block;
        }

            /* line 2418, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            #drawer .nav li a i, #drawer1 .nav li a i {
                background-size: cover;
                display: inline-block;
                height: 26px;
                left: -4px;
                position: relative;
                top: 8px;
                width: 26px;
            }

    /* line 2426, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #drawer .nav .title, #drawer1 .nav .title {
        background: #dbdbdb;
        color: #4f4f4f;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        padding-left: 16px;
    }

    /* line 2433, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #drawer .nav .bottom, #drawer1 .nav .bottom {
        border-top: 1px solid #dbdbdb;
        background: #eee;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

        /* line 2440, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #drawer .nav .bottom li, #drawer1 .nav .bottom li {
            border: none;
        }

            /* line 2442, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            #drawer .nav .bottom li a i, #drawer1 .nav .bottom li a i {
                height: 20px;
                width: 20px;
            }

/* line 2447, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#drawer-dimm, #drawer-dimm1 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 1100;
    visibility: hidden;
}

/* line 2459, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#nav-toggle, #nav-toggle1 {
    position: absolute;
    top: 18px;
    left: 18px;
}

    /* line 2463, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after, #nav-toggle1 span, #nav-toggle1 span:before, #nav-toggle1 span:after {
        pointer-events: none;
        background: #939393;
        content: "";
        cursor: pointer;
        display: block;
        height: 2px;
        position: fixed;
        width: 18px;
        top: 33px;
        -webkit-transition: all 260ms ease-in-out;
        -ms-transition: all 260ms ease-in-out;
        transition: all 260ms ease-in-out;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        z-index: 1110;
    }

        /* line 2478, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #nav-toggle span:before, #nav-toggle1 span:before {
            top: -6px;
        }

        /* line 2480, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #nav-toggle span:after, #nav-toggle1 span:after {
            top: 6px;
        }

    /* line 2482, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #nav-toggle.active span, #nav-toggle1.active span {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

        /* line 2485, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #nav-toggle.active span:before, #nav-toggle.active span:after, #nav-toggle1.active span:before, #nav-toggle1.active span:after {
            top: 0;
        }

        /* line 2487, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #nav-toggle.active span:before, #nav-toggle1.active span:before {
            -webkit-transform: translate3d(-3px, -4px, 0) rotate3d(0, 0, 1, -45deg);
            -ms-transform: translate3d(-3px, -4px, 0) rotate3d(0, 0, 1, -45deg);
            -moz-transform: translate3d(-3px, -4px, 0) rotate3d(0, 0, 1, -45deg);
            -o-transform: translate3d(-3px, -4px, 0) rotate3d(0, 0, 1, -45deg);
            transform: translate3d(-3px, -4px, 0) rotate3d(0, 0, 1, -45deg);
            width: 12px;
        }

        /* line 2491, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        #nav-toggle.active span:after, #nav-toggle1.active span:after {
            -webkit-transform: translate3d(-3px, 4px, 0) rotate3d(0, 0, 1, 45deg);
            -ms-transform: translate3d(-3px, 4px, 0) rotate3d(0, 0, 1, 45deg);
            -moz-transform: translate3d(-3px, 4px, 0) rotate3d(0, 0, 1, 45deg);
            -o-transform: translate3d(-3px, 4px, 0) rotate3d(0, 0, 1, 45deg);
            transform: translate3d(-3px, 4px, 0) rotate3d(0, 0, 1, 45deg);
            width: 12px;
        }

/* line 2496, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#swipe-stripe, #swipe-stripe1 {
    width: 15px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1100;
}

/* line 2504, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.companyname {
    margin: 10px 20px 0px 19px;
    line-height: 35px;
    float: left;
}

/* line 2509, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.topbar_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px !important;
    line-height: 56px;
    color: white;
    z-index: 110;
    background: url(../images/headerbg.png) repeat;
}

/* line 2519, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topbar .gravatar {
    border-radius: 50%;
    bottom: 0px;
    height: 66px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    width: 66px;
}

/* line 2527, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topbar .title {
    position: fixed;
    top: 0;
    left: 56px;
    line-height: 56px;
    color: #ffffff;
    pointer-events: none;
    font-size: 18px;
    z-index: 1110;
}

#topbar .Designations {
    font-size: 12px;
    float: left;
    padding: 0;
    line-height: 12px;
    margin: 0;
}
/* line 2536, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.nav.LeftSideMenulinks > li > a {
    padding: 0px !important;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

    /* line 2544, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .nav.LeftSideMenulinks > li > a:hover {
        color: white !important;
    }

    /* line 2547, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .nav.LeftSideMenulinks > li > a label {
        padding-left: 37px;
    }

    /* line 2550, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .nav.LeftSideMenulinks > li > a img {
        height: 40px;
    }

/* line 2554, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topbar.fixed {
    position: fixed;
}

/* line 2556, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topbar.drawer {
    position: relative;
}

/* line 2558, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topbar.large {
    height: 140px;
}

/* line 2562, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#topbar .city {
    float: right;
    font-size: 12px;
}

/* line 2568, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.iconmenu {
    /* Effect 1 */
    /* Effect 1a - Ring out */
    /* Effect 1b - Ring in */
}
    /* line 2572, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .iconmenu .icon {
        position: relative;
        display: inline-block;
        font-size: 45px;
        cursor: pointer;
        margin: 15px 30px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 50%;
        text-align: center;
        z-index: 1;
        color: #fff;
    }
        /* line 2587, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .iconmenu .icon:after {
            position: absolute;
            pointer-events: none;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            box-sizing: content-box;
        }
    /* line 2599, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .iconmenu .icon-effect-1 .icon {
        background: rgba(255, 255, 255, 0.1);
        transition: background 0.2s, color 0.2s;
    }
        /* line 2604, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .iconmenu .icon-effect-1 .icon:after {
            top: -7px;
            left: -7px;
            padding: 7px;
            box-shadow: 0 0 0 4px #fff;
            transition: transform 0.2s, opacity 0.2s;
            transform: scale(0.8);
            opacity: 0;
        }
    /* line 2615, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .iconmenu .no-touch .icon-effect-1a .icon:hover {
        background: white;
        color: #333;
    }
        /* line 2620, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .iconmenu .no-touch .icon-effect-1a .icon:hover:after {
            transform: scale(1);
            opacity: 1;
        }
    /* line 2626, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .iconmenu .no-touch .icon-effect-1b .icon:hover {
        background: white;
        color: #333;
    }
    /* line 2631, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .iconmenu .icon-effect-1b .icon:after {
        transform: scale(1.2);
    }
    /* line 2635, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .iconmenu .no-touch .icon-effect-1b .icon:hover:after {
        transform: scale(1);
        opacity: 1;
    }

/* Form submit button */
/*user posting*/
/* line 2646, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment {
    overflow: hidden;
    padding: 1em;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 0 25px;
    *zoom: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.09);
    box-shadow: 0 2px 6px rgba(0,0,0,.09);
}

/* line 2654, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-img {
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

    /* line 2661, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comment-img img {
        display: block;
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
    }

/* line 2668, ../../../sass/KonnectCoMVC/StyleSheet.scss */


/* line 2675, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment .text {
    padding: 0px 10px 20px 0px;
    border-radius: 5px;
    background: #fff;
    float: left;
    width: 100%;
}

    /* line 2682, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comment .text p:last-child {
        margin: 0;
    }

/* line 2686, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment .attribution {
    margin: 0.5em 0 0 10px;
    font-size: 14px;
    color: #666;
}

/* Decoration */
/* line 2695, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments,
.comment {
    position: relative;
}

/* line 2699, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments {
    position: relative;
    width: 600px; /*645px;*/
    float: left;
}


/* line 2731, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment:hover:before {
    background: orange;
}

/* line 2735, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment .text:before {
    top: 18px;
    left: 82px;
    width: 15px;
    height: 15px;
    border-width: 0 0 3px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* line 2751, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments_textbox {
    /*comments textbox hover effect */
}
    /* line 2752, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments_textbox button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 34px;
        width: 52px;
        border-radius: 0 3px 3px 0;
        /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
    }
        /* line 2770, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .comments_textbox button:active, .comments_textbox button:focus {
            outline: 0;
            border: 2px solid #86AFE6;
        }
        /* line 2774, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .comments_textbox button:hover:before {
            border-color: transparent #38a9d1 transparent !important;
        }

        .comments_textbox button:before {
            /* left arrow */
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            top: 9px;
            left: -8px;
            border-color: transparent #292d32 transparent;
        }
        /* line 2784, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .comments_textbox button:hover:before {
            /*border-right-color: #e54040;*/
        }
        /* line 2789, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .comments_textbox button:focus:before, .comments_textbox button:active:before {
            /*border-right-color: #c42f2f;*/
        }
        /* line 2793, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .comments_textbox button::-moz-focus-inner {
            /* remove extra button spacing for Mozilla Firefox */
            border: 0;
            padding: 0;
        }
/** ====================
 * comments section
 =======================*/
/* line 2817, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments_textbox {
    /*width: 97%;*/
    margin-right: 1%;
    margin-top: 0px;
    margin-bottom: 10px;
    float: right;
}

    /*replay box styles*/
    /* line 2826, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments_textbox .form-control {
        height: 34px;
        float: left;
        /*border-radius: 0;*/
        /*width: 91%;*/
        resize: none;
        overflow: hidden;
        line-height: 20px;
    }

/* line 2836, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments-container {
    margin: 60px auto 15px;
    width: 768px;
}

    /* line 2841, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-container h1 {
        font-size: 36px;
        color: #283035;
        font-weight: 400;
    }

        /* line 2847, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .comments-container h1 a {
            font-size: 18px;
            font-weight: 700;
        }

/* line 2852, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments-list {
    margin-top: 30px;
    position: relative;
}

    /**
* Lineas / Detalles
-----------------------*/
    /* line 2860, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0;
    }

    /* line 2870, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list:after {
        content: '';
        position: absolute;
        background: #c7cacb;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        border: 3px solid #dee1e3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

/* line 2884, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.reply-list:before, .reply-list:after {
    display: none;
}


/* line 2899, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments-list li {
    padding: 0;
    //margin-bottom: 8px;
    display: block;
    position: relative;
}

    /* line 2905, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list li:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
    }

/* line 2913, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.reply-list {
    clear: both;
    //background: #f3f6f8;
    padding: 0;
    margin: 0;
}

/**
 * Avatar
 ---------------------------*/
/* line 2922, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    overflow: hidden;
}

    /* line 2938, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list .comment-avatar img {
        width: 100%;
        height: 100%;
    }

/* line 2943, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.reply-list .comment-avatar {
    width: 43px;
    height: 43px;
}

/* line 2948, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

/**
 * Caja del Comentario
 ---------------------------*/
/* line 2958, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 0 0 20px 0;
}

    /* line 2967, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list .comment-box:before, .comments-list .comment-box:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 10px 12px 10px 0;
        border-style: solid;
        border-color: transparent #FCFCFC;
        top: 8px;
        left: -11px;
    }

    /* line 2980, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list .comment-box:before {
        border-width: 11px 13px 11px 0;
        border-color: transparent rgba(0, 0, 0, 0.05);
        left: -12px;
    }

/* line 2986, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.reply-list .comment-box {
    width: 495px;
}

/* line 2990, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-box .comment-head {
    background: #FCFCFC;
    padding: 0px 12px;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

/* line 3000, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

    /* line 3008, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comment-box .comment-name a {
        color: #283035;
        font-weight: 400;
    }

/* line 3012, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-box .comment-head small {
    float: left;
    position: relative;
    top: 10px;
}

/* line 3018, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

/* line 3028, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}

    /* line 3032, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comment-box .comment-name.by-author:after {
        content: 'autor';
        background: #03658c;
        color: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 700;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    /* line 3049, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-container {
        width: 480px;
    }

    /* line 3053, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .comments-list .comment-box {
        width: 390px;
    }

    /* line 3057, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .reply-list .comment-box {
        width: 320px;
    }
}
/* line 3062, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.share-body {
    padding: 0px 0px;
    margin: 0px 0 0px 0;
    height: 35px;
    float: left;
    text-align: left;
    width: 100%;
}


    /* line 3068, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .share-body a {
        margin: 0 4px 0 0px;
        line-height: 30px;
        color: #707070;
    }

        .share-body a:hover {
            // color: #38a9d1;
        }

.text-orange {
    color: rgba(250, 133, 100, 1.0) !important;
}

.text-green {
    color: rgba(31, 181, 172, 1);
}

.text-blue {
    color: rgba(35, 183, 229, 1.0);
}
/* line 3073, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.userlikes a {
    margin: 0 3px 0 0;
}

/* line 3077, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.userlikes .glyphicon-thumbs-up:before {
    margin-top: 8px;
    font-size: 15px;
    line-height: 35px;
}

/* line 3083, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.likepic {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin: 0 2px;
    border: 1px solid #ccc;
}

/* line 3091, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*.like_count {
    border-radius: 50%;
    border: 1px solid #ccc;
    height: 28px;
    width: 28px;
    font-size: 11px;
    padding: 0 2px;
    text-align: center;
}*/

/* line 3102, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.list-hover-slide li {
    position: relative;
    overflow: hidden;
}

/* line 3106, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.list-hover-slide a {
    display: block;
    position: relative;
    z-index: 1;
    transition: .35s ease color;
}

    /* line 3112, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .list-hover-slide a:before {
        content: '';
        display: block;
        z-index: -1;
        position: absolute;
        left: -98%;
        top: 0;
        width: 100%;
        height: 100%;
        border-right: solid 5px #2c3e50;
        background: #507192;
        transition: .35s ease left;
    }

    /* line 3125, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .list-hover-slide a.is-current:before, .list-hover-slide a:hover:before {
        left: 0;
    }

/* line 3130, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.button-default {
    -webkit-transition: 0.25s ease-out 0.1s color;
    -moz-transition: 0.25s ease-out 0.1s color;
    -o-transition: 0.25s ease-out 0.1s color;
    transition: 0.25s ease-out 0.1s color;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    position: relative;
}

/* line 3142, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.show-notifications {
    position: relative;
}

    /* line 3147, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .show-notifications:hover #icon-bell,
    .show-notifications:focus #icon-bell,
    .show-notifications.active #icon-bell {
        fill: #34495e;
    }

    /* line 3150, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .show-notifications #icon-bell {
        fill: #7f8c8d;
    }

    /* line 3153, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .show-notifications .notifications-count {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #3498db;
        color: #fefefe;
        font: normal 0.85em 'Lato';
        height: 16px;
        line-height: 1.75em;
        position: absolute;
        right: 2px;
        text-align: center;
        top: -2px;
        width: 16px;
    }

/* line 3171, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.notifications.active {
    opacity: 1;
    top: 59px;
    left: 15%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* line 3185, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.notifications {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: translateY(-280px);
    -moz-transform: translateY(-280px);
    transform: translateY(-280px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: white;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid #d8dee4;
    left: 15%;
    opacity: 0;
    position: fixed;
    top: -999px;
    z-index: 99;
}

    /* line 3214, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .notifications:after {
        border: 0px solid transparent;
        border-bottom-color: #507192;
        content: '';
        display: block;
        height: 0;
        left: 10px;
        position: absolute;
        top: -20px;
        width: 0;
    }

    /* line 3226, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .notifications h3,
    .notifications .show-all {
        background: #507192;
        color: #fefefe;
        margin: 0;
        padding: 10px;
        width: 300px;
    }

    /* line 3233, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .notifications h3 {
        cursor: default;
        font-size: 1.05em;
        font-weight: normal;
    }

    /* line 3238, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .notifications .show-all {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 15px;
    }

    /* line 3248, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .notifications .notifications-list {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        /* line 3254, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .notifications .notifications-list .item {
            -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
            -moz-transition: -moz-transform 0.25s ease-out 0.1s;
            -o-transition: -o-transform 0.25s ease-out 0.1s;
            transition: transform 0.25s ease-out 0.1s;
            border-top: 1px solid #e9e9e9;
            color: #7f8c8d;
            cursor: default;
            display: block;
            padding: 10px;
            position: relative;
            white-space: nowrap;
            width: 100%;
            line-height: 30px;
        }

            /* line 3271, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item:before,
            .notifications .notifications-list .item .details,
            .notifications .notifications-list .item .button-dismiss {
                display: inline-block;
                vertical-align: middle;
            }

            /* line 3275, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item:before {
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -moz-background-clip: padding-box;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                background: #3498db;
                content: '';
                height: 8px;
                width: 8px;
            }

            /* line 3287, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item .details {
                margin-left: 10px;
                white-space: normal;
                width: 225px;
                line-height: 16px;
            }

                /* line 3294, ../../../sass/KonnectCoMVC/StyleSheet.scss */
                .notifications .notifications-list .item .details .title,
                .notifications .notifications-list .item .details .date {
                    display: block;
                }

                /* line 3297, ../../../sass/KonnectCoMVC/StyleSheet.scss */
                .notifications .notifications-list .item .details .date {
                    color: #95a5a6;
                    font-size: .85em;
                    margin-top: 3px;
                }

            /* line 3302, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item .button-dismiss {
                color: #bdc3c7;
                font-size: 1.25em;
            }

                /* line 3307, ../../../sass/KonnectCoMVC/StyleSheet.scss */
                .notifications .notifications-list .item .button-dismiss:hover,
                .notifications .notifications-list .item .button-dismiss:focus {
                    color: #95a5a6;
                }

            /* line 3310, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item.no-data {
                display: none;
                text-align: center;
            }

                /* line 3314, ../../../sass/KonnectCoMVC/StyleSheet.scss */
                .notifications .notifications-list .item.no-data:before {
                    display: none;
                }

            /* line 3317, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item.expired {
                color: #bdc3c7;
            }

                /* line 3320, ../../../sass/KonnectCoMVC/StyleSheet.scss */
                .notifications .notifications-list .item.expired:before {
                    background: #bdc3c7;
                }

                /* line 3323, ../../../sass/KonnectCoMVC/StyleSheet.scss */
                .notifications .notifications-list .item.expired .details .date {
                    color: #7C7C7C;
                }

            /* line 3326, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .notifications .notifications-list .item.dismissed {
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%);
                -o-transform: translateX(100%);
                transform: translateX(100%);
            }

    /* line 3333, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .notifications.empty .notifications-list .no-data {
        display: block;
        padding: 10px;
    }

/* line 3439, ../../../sass/KonnectCoMVC/StyleSheet.scss */

@media only screen and (min-width: 1200px) {
    /* line 3339, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .container {
        /*width: 90%;*/
    }

        .container.myprofiletabbinfo {
            width: 100%;
        }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    /* line 3345, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .container {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* line 3351, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .container {
        width: 90%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 3357, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    /* line 3364, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .container {
        width: 100%;
        margin: 0 auto;
    }
}
/* line 3372, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.mcd-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    /* line 3383, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li {
        position: relative;
        list-style-type: none;
        line-height: 17px;
    }

        /* line 3389, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li a {
            display: block;
            text-decoration: none;
            padding: 12px 12px;
            color: #777;
            text-align: left;
            position: relative;
            border-bottom: 1px solid #F1F1F1;
            /* == */
            font-size: 13px;
        }

            /* line 3401, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a i {
                float: left;
                font-size: 20px;
                margin: 0 10px 0 0;
            }

            /* line 3406, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a p {
                float: left;
                margin: 0;
            }

            /* line 3411, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a strong {
                display: block;
                text-transform: uppercase;
            }

            /* line 3416, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a small {
                display: block;
                font-size: 11px;
                padding-left: 40px;
            }

            /* line 3422, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
                position: relative;
                transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -webkit-transition: all 300ms linear;
            }

        /* line 3431, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover > a i {
            opacity: 1;
            -webkit-animation: moveFromTop 300ms ease-in-out;
            -moz-animation: moveFromTop 300ms ease-in-out;
            -ms-animation: moveFromTop 300ms ease-in-out;
            -o-animation: moveFromTop 300ms ease-in-out;
            animation: moveFromTop 300ms ease-in-out;
        }

        /* line 3440, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover a strong {
            opacity: 1;
            -webkit-animation: moveFromLeft 300ms ease-in-out;
            -moz-animation: moveFromLeft 300ms ease-in-out;
            -ms-animation: moveFromLeft 300ms ease-in-out;
            -o-animation: moveFromLeft 300ms ease-in-out;
            animation: moveFromLeft 300ms ease-in-out;
        }

        /* line 3449, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover a small {
            opacity: 1;
            -webkit-animation: moveFromRight 300ms ease-in-out;
            -moz-animation: moveFromRight 300ms ease-in-out;
            -ms-animation: moveFromRight 300ms ease-in-out;
            -o-animation: moveFromRight 300ms ease-in-out;
            animation: moveFromRight 300ms ease-in-out;
        }

        /* line 3458, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover > a {
            color: #38a9d1;
        }

        /* line 3462, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li a.active {
            position: relative;
            color: #38a9d1;
            border: 0;
            box-shadow: 0 0 5px #DDD;
            -moz-box-shadow: 0 0 5px #DDD;
            -webkit-box-shadow: 0 0 5px #DDD;
            border-left: 4px solid #38a9d1;
            /*border-right: 4px solid #38a9d1;*/
            margin: 0 0 0 -4px;
        }

            /* line 3474, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a.active:before {
                content: "";
                position: absolute;
                /*top: 0;
left: 10%;
border-top: 5px solid #38a9d1;
border-left: 5px solid transparent;
border-right: 5px solid transparent;*/
                /* == */
                top: 42%;
                left: 0;
                border-left: 5px solid #38a9d1;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                /* == */
            }

/* == 
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #38a9d1;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */
@-webkit-keyframes moveFromTop {
    /* line 3504, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    /* line 3513, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    /* line 3524, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    from {
        opacity: 0;
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
        -ms-transform: translateX(120px);
        -o-transform: translateX(120px);
        transform: translateX(120px);
    }
    /* line 3533, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    /* line 3544, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    /* line 3553, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* line 3566, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.mcd-menu li ul,
.mcd-menu li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    background: #FFF;
    /*border-top: 4px solid #38a9d1;*/
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    /*top: 130px;*/
    z-index: 1000;
    /* == */
    left: 342px;
    top: 0px;
    border-left: 4px solid #38a9d1;
    /* == */
}

    /* line 3590, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li ul:before {
        content: "";
        position: absolute;
        /*top : -8px;
left: 23%;
border-bottom: 5px solid #38a9d1;
border-left: 5px solid transparent;
border-right: 5px solid transparent;*/
        /* == */
        top: 25px;
        left: -9px;
        border-right: 5px solid #38a9d1;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        /* == */
    }

    /* line 3608, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li:hover > ul,
    .mcd-menu li ul li:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
        left: 242px;
    }

    /* line 3616, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li ul li a {
        padding: 10px;
        text-align: left;
        border: 0;
        border-bottom: 1px solid #EEE;
        height: auto;
    }

        /* line 3624, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li a i {
            font-size: 16px;
            display: inline-block;
            margin: 0 10px 0 0;
        }

    /* line 3630, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li ul li ul {
        left: 230px;
        top: 0;
        border: 0;
        border-left: 4px solid #38a9d1;
    }

        /* line 3637, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li ul:before {
            content: "";
            position: absolute;
            top: 15px;
            left: -9px;
            border-right: 5px solid #38a9d1;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
        }

    /* line 3647, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li ul li:hover > ul {
        top: 0px;
        left: 200px;
    }

/* line 3651, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.mcd-menu li a.search {
    padding: 10px 10px 15px 10px;
    clear: both;
}

    /* line 3656, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li a.search i {
        margin: 0;
        display: inline-block;
        font-size: 18px;
    }

    /* line 3662, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li a.search input {
        border: 1px solid #EEE;
        padding: 10px;
        background: #FFF;
        outline: none;
        color: #777;
        width: 170px;
        float: left;
    }

    /* line 3672, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li a.search button {
        border: 1px solid #38a9d1;
        background: #38a9d1;
        outline: none;
        color: #FFF;
        margin-left: -4px;
        float: left;
        padding: 10px 10px 11px 10px;
    }

    /* line 3682, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu li a.search input:focus {
        border: 1px solid #38a9d1;
    }

/* line 3687, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.search-mobile {
    display: none !important;
    background: #38a9d1;
    border-left: 1px solid #38a9d1;
    border-radius: 0 3px 3px 0;
}

    /* line 3694, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .search-mobile i {
        color: #FFF;
        margin: 0 !important;
    }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    /* line 3701, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* line 3707, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu {
        width: 200px;
    }

        /* line 3711, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li a {
            height: 30px;
        }

            /* line 3715, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a i {
                font-size: 22px;
            }

            /* line 3719, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a strong {
                font-size: 12px;
            }

            /* line 3723, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a small {
                font-size: 10px;
            }

            /* line 3727, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a.search input {
                width: 120px;
                font-size: 12px;
            }

            /* line 3732, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a.search buton {
                padding: 8px 10px 9px 10px;
            }

        /* line 3736, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li > ul {
            min-width: 180px;
        }

        /* line 3740, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover > ul {
            min-width: 180px;
            left: 200px;
        }

        /* line 3745, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
            min-width: 150px;
        }

        /* line 3749, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li:hover > ul {
            left: 180px;
            min-width: 150px;
        }

        /* line 3754, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li ul li:hover > ul {
            left: 150px;
            min-width: 150px;
        }

        /* line 3759, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul a {
            font-size: 12px;
        }

            /* line 3763, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li ul a i {
                font-size: 14px;
            }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 3770, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu {
        width: 50px;
    }

        /* line 3774, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li a {
            position: relative;
            padding: 12px 16px;
            height: 20px;
        }

            /* line 3780, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a small {
                display: none;
            }

            /* line 3784, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a strong {
                display: none;
            }

            /* line 3788, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
                display: block;
                font-size: 10px;
                padding: 3px 0;
                position: absolute;
                bottom: 0px;
                left: 0;
                background: #38a9d1;
                color: #FFF;
                min-width: 100%;
                text-transform: lowercase;
                font-weight: normal;
                text-align: center;
            }

        /* line 3803, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li .search {
            display: none;
        }

        /* line 3807, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li > ul {
            min-width: 180px;
            left: 70px;
        }

        /* line 3812, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover > ul {
            min-width: 180px;
            left: 50px;
        }

        /* line 3817, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
            min-width: 150px;
        }

        /* line 3821, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li:hover > ul {
            left: 180px;
            min-width: 150px;
        }

        /* line 3826, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li ul li > ul {
            left: 35px;
            top: 45px;
            border: 0;
            border-top: 4px solid #38a9d1;
        }

            /* line 3833, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li ul li ul li > ul:before {
                left: 30px;
                top: -9px;
                border: 0;
                border-bottom: 5px solid #38a9d1;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
            }

        /* line 3842, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li ul li:hover > ul {
            left: 30px;
            min-width: 150px;
            top: 35px;
        }

        /* line 3848, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul a {
            font-size: 12px;
        }

            /* line 3852, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li ul a i {
                font-size: 14px;
            }
}

@media only screen and (max-width: 479px) {
    /* line 3858, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mcd-menu {
        width: 50px;
    }

        /* line 3862, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li a {
            position: relative;
            padding: 12px 16px;
            height: 20px;
        }

            /* line 3868, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a small {
                display: none;
            }

            /* line 3872, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a strong {
                display: none;
            }

            /* line 3876, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
                display: block;
                font-size: 10px;
                padding: 3px 0;
                position: absolute;
                bottom: 0px;
                left: 0;
                background: #38a9d1;
                color: #FFF;
                min-width: 100%;
                text-transform: lowercase;
                font-weight: normal;
                text-align: center;
            }

        /* line 3891, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li .search {
            display: none;
        }

        /* line 3895, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li > ul {
            min-width: 180px;
            left: 70px;
        }

        /* line 3900, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li:hover > ul {
            min-width: 180px;
            left: 50px;
        }

        /* line 3905, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
            min-width: 150px;
        }

        /* line 3909, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li:hover > ul {
            left: 180px;
            min-width: 150px;
        }

        /* line 3914, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li ul li > ul {
            left: 35px;
            top: 45px;
            border: 0;
            border-top: 4px solid #38a9d1;
        }

            /* line 3921, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li ul li ul li > ul:before {
                left: 30px;
                top: -9px;
                border: 0;
                border-bottom: 5px solid #38a9d1;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
            }

        /* line 3930, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul li ul li:hover > ul {
            left: 30px;
            min-width: 150px;
            top: 35px;
        }

        /* line 3936, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mcd-menu li ul a {
            font-size: 12px;
        }

            /* line 3940, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mcd-menu li ul a i {
                font-size: 14px;
            }
}
/* line 3950, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Dropdown {
    cursor: pointer;
    overflow: hidden;
    width: 60px;
    border-top-left-radius: 4px;
    margin-top: 6px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
}

.notify-img {
    margin: 8px 15px 0 0px;
}

.superadmin.Dropdown {
    overflow: visible;
    margin-top: 10px;
}
/* line 3963, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Dropdown-profile {
    position: relative;
}

    /* line 3966, ../../../sass/KonnectCoMVC/StyleSheet.scss */


    /* line 3977, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .Dropdown-profile .Name {
        display: inline-block;
        line-height: 24px;
        padding: 0 0 0 5px;
        vertical-align: middle;
        width: 120px;
        text-overflow: ellipsis;
        white-space: pre;
        overflow: hidden;
    }

/* line 3987, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Dropdown-nav {
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    position: absolute;
    right: 7px;
    background: #fff;
    border: 0px solid #ECECEC;
    box-shadow: 0px 1px 2px 1px #D6D6D6;
}

    /* line 4002, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .Dropdown-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* line 4008, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .Dropdown-nav li {
        position: relative;
        padding: 5px 15px;
        margin: 0;
        line-height: 30px;
        color: #666;
    }

        .Dropdown-nav li:hover {
            background: #f7f7f7;
            cursor: pointer;
        }

        /* line 4014, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .Dropdown-nav li a {
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
            color: #666;
            font-size: 13px;
            padding-left: 2px;
        }

        /* line 4019, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .Dropdown-nav li .OptionLink {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            height: 22px;
            font-size: 18px;
            margin: auto;
            z-index: 5;
            /* Chrome, Safari, Opera */
            -webkit-animation-name: bounceInDown;
            -webkit-animation-duration: .5s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-direction: alternate;
            /* Standard syntax */
            animation-name: bounceInDown;
            animation-duration: .5s;
            animation-timing-function: linear;
            animation-direction: alternate;
        }

        /* line 4043, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .Dropdown-nav li .NavLink {
            line-height: 24px;
        }

.white_content.UserDocument .lineckeckbox.checkbox i {
    top: 0;
}

.DocContent #menuBarDiv {
    text-align: left;
}

.UserDocuments .pe-7s-note2 {
    padding: 0 2px 0 4px;
    font-size: 23px !important;
}

/* line 4054, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Dropdown-group {
    border-top: 1px solid #ddd;
}

/* line 4058, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Dropdown.is-expanded .MenuIcon-line:nth-child(1) {
    top: 50%;
}

/* line 4061, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.Dropdown.is-expanded .MenuIcon-line:nth-child(3) {
    top: 50%;
}

/* line 4064, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.serachbox {
    margin: 0 5px;
    width: 250px;
}
    /* line 4066, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .serachbox input {
        padding: 5px 30px 5px 5px;
        border: 1px solid #6B6B6B;
        width: 95%;
        color: white;
        outline: none;
        line-height: 20px;
        background-color: transparent;
        border-radius: 2px;
        font-size: 13px;
    }

.searchUsericon {
    margin-left: -30px;
    font-size: 19px !important;
}

    .searchUsericon:before {
        font-size: 19px;
    }
/* line 4079, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.serachbox input:focus {
    border-color: #BFBFBF;
}
/* line 4084, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.serachbox .ti-search {
    margin-left: -20px;
}

/* line 4088, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.MenuIcon {
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    right: 14px;
    height: 10px;
    width: 12px;
}

/* line 4097, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.MenuIcon-line {
    background: white;
    display: inline-block;
    height: 2px;
    margin: auto;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    /* line 4108, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .MenuIcon-line:nth-child(1) {
        top: 0;
    }

    /* line 4111, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .MenuIcon-line:nth-child(2) {
        top: 50%;
    }

    /* line 4114, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .MenuIcon-line:nth-child(3) {
        top: 100%;
    }

/* line 4121, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.headerlinks {
    font-size: 22px;
    margin: 0 20px;
    color: white;
}
    /* line 4127, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .headerlinks[class^="ti-"].fa-bell-o {
        margin-left: 28px;
    }

/* line 4133, ../../../sass/KonnectCoMVC/StyleSheet.scss */
span.CompanyName {
    margin: 0 20px 0 0;
}

/*home page styles*/
/* line 4140, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.postsection {
    width: 600px; /*645px;*/
    /*margin-top: 5px;*/
}

/* line 4144, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.sharebtnwap {
    line-height: 0;
    text-align: left;
    padding-left: 10px;
    margin: 0;
}

/* line 4148, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.well-social-post {
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 0;
}

    /* line 4155, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post textarea {
        resize: none;
    }

    /* line 4162, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post .glyphicon,
    .well-social-post .fa,
    .well-social-post [class^='icon-'],
    .well-social-post [class*='icon-'] {
        font-weight: bold;
        color: #999999;
        padding-left: 5px;
    }

    /* line 4171, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post a,
    .well-social-post a:hover,
    .well-social-post a:active,
    .well-social-post a:focus {
        text-decoration: none;
    }

    /* line 4175, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post .list-inline {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

        /* line 4180, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .well-social-post .list-inline li {
            position: relative;
        }

            /* line 4184, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .well-social-post .list-inline li.active::after {
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                content: "";
                top: 30px;
                left: 50%;
                left: -webkit-calc(50% - 5px);
                left: -moz-calc(50%-5px);
                left: calc(50% - 5px);
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid #dddddd;
            }

            /* line 4200, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .well-social-post .list-inline li.active a {
                color: #222222;
                font-weight: bold;
            }

    /* line 4205, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post .form-control {
        width: 100%;
        min-height: 40px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* line 4217, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post .list-inline {
        padding: 10px;
        margin: 0;
    }

        /* line 4222, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .well-social-post .list-inline li + li {
            margin-left: 10px;
        }

    /* line 4226, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post .post-actions {
        margin: 0;
        background-color: #f6f7f8;
        border-top-color: #e9eaed;
    }

    /* line 4232, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .well-social-post textarea.form-control:focus {
        min-height: 80px;
    }

/* line 4236, ../../../sass/KonnectCoMVC/StyleSheet.scss */
ul.post-actions.text-left.polls {
    padding: 0;
    margin: 0 !important;
    border-top: 5px solid #F6F7F8;
}

    /* line 4242, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    ul.post-actions.text-left.polls li {
        border: 0;
        padding: 5px 15px;
    }

/* line 4246, ../../../sass/KonnectCoMVC/StyleSheet.scss */
ul.post-actions .input-group-addon, ul.post-actions .btn, ul.post-actions .btn-success {
    height: 40px;
}

/* line 4249, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.polls {
    margin: 10px 20px !important;
}

    /* line 4253, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .polls li {
        list-style-type: none;
    }

        /* line 4257, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .polls li .form-control {
            border: 1px solid #ccc;
        }

/* line 4262, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.postlabel {
    padding: 5px 10px;
    float: left;
}

/*home pade divs*/
/* line 4268, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.UserManagement {
    width: 20% !important;
    margin-left: 3%;
}

/* line 4273, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.UserManagementinner {
    position: relative;
    height: 100px;
}

/* line 4277, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.UserManagementTickets {
    margin-left: 165px;
}

/* line 4280, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.UserManagementinner .UserManagementTickets figure div, .profile.UserManagementTickets .otherLabel {
    background-color: #73c6e9;
}

/* line 4380, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.profile.UserManagementTickets .info .name {
    color: #40A1CA;
}

/* line 4383, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.profile.UserManagementTickets .info {
    border-left: 5px solid #73c6e9;
}

/* line 4386, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.profile {
    width: 160px;
    height: 60px;
    position: absolute;
}

    /* line 4392, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .profile figure {
        position: absolute;
        z-index: 3;
        left: -22px;
        top: 30%;
        padding: 5px;
    }

/* line 4401, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.UserManagementinner figure div {
    right: 0;
    background-color: #5171C3;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 42px;
    color: #fff;
    font-size: 27px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 4412, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.profile article {
    position: absolute;
    padding: 5px 10px 5px 15px;
    background: #fff;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    width: 135px;
    height: 90px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 4424, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.profile .info {
    z-index: 2;
    border-left: 5px solid #5171C3;
    border-radius: 5px;
}

    /* line 4430, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .profile .info .name {
        font-size: 18px;
        margin-bottom: 5px;
        color: #36c;
    }

    /* line 4436, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .profile .info .job {
        font-size: 13px;
        color: #505050;
    }

    /* line 4441, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .profile .info .stats {
        width: 110px;
        height: 50px;
        padding: 0;
        padding-top: 6px;
    }

        /* line 4448, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .profile .info .stats li {
            float: left;
            font-size: 15px;
            width: 45%;
            color: #353535;
            list-style-type: none;
        }

            /* line 4456, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .profile .info .stats li label {
                font-size: 13px;
                display: block;
                color: #757575;
            }

/* line 4462, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.profile .otherLabel {
    position: absolute;
    z-index: 5;
    right: -13px;
    bottom: -8px;
    cursor: pointer;
    background: #5171C3;
    color: #ffffff;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    line-height: 25px;
    border-radius: 50%;
    font-size: 20px;
}

/* line 4477, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.gridemenu {
    color: #939393;
    float: right;
    line-height: 25px;
    margin: 23px 20px 0 0px;
    cursor: pointer;
}

/* line 4484, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.container.signupcontainer {
    margin: 4.5% auto 10px auto;
}

/* line 4487, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.span_error {
    float: left;
    margin: -20px 0 0 0;
    font-size: 11px;
    color: #FB4F4F;
}

/* line 4493, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.forget_captcha {
    width: 215px;
    font-size: 17px;
}
    /* line 4497, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .forget_captcha td {
        border: 1px solid #E2E2E2;
    }

/* line 4501, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.form_btns .btn {
    padding: 5px;
}

/* line 4503, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, 0.85);
}

/* line 4515, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.popup_content {
    padding: 25px 35px;
}

/* line 4518, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.popup-box .title_strip_popup h3 {
    color: white;
    text-align: left;
    padding: 10px 20px;
    background-color: #2c3e50;
    font-size: 18px;
}

/* line 4525, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.popup-box {
    width: 400px;
    transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: white;
    text-align: center;
}
    /* line 4537, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .popup-box h2 {
        color: #1a1a1a;
    }
    /* line 4541, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .popup-box h3 {
        color: #888;
    }
    /* line 4545, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .popup-box .close-btn {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        -webkit-transition: all ease 0.50s;
        transition: all ease 0.75s;
        border-radius: 1000px;
        background: white;
        font-weight: bold;
        text-decoration: none;
        color: #E43938;
        line-height: 160%;
        font-size: 18px;
    }
        /* line 4562, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .popup-box .close-btn:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

/* line 4569, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.transform-in, .transform-out {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/* line 4574, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.transform-in {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/* line 4579, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.transform-out {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

/* line 4604, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#main {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1111;
    margin: 100px auto;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: white;
    font-size: 60px;
    font-weight: 800;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
}
    /* line 4617, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #main:hover {
        background: #e07000;
    }
    /* line 4621, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #main.open {
        -webkit-transform: rotate(135deg);
    }

/* line 4626, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*#menu {
    width: 500px;
    height: 0px;
    background: #0088cc;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1111;
    margin: 185px auto;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 1s;
}*/
/* line 4639, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#menu h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 45px;
    background: #99ddff;
    letter-spacing: 0.2em;
}
/* line 4647, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#menu h5 {
    background: #006699;
    height: 75px;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.5em;
    line-height: 75px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
}
    /* line 4656, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #menu h5:hover {
        background: #004466;
        letter-spacing: 0.6em;
    }
/* line 4661, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#menu.active {
    height: 390px;
}

/* line 4669, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*.appreciatWrap::before {
    display: block;
    height: 144px;
    border-radius: 4px 4px 0 0;
    background: #9591ce;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02);
    content: '';
}*/


/* line 4728, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.configopen {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* line 4742, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.confilinks {
    position: fixed;
    right: 66px;
    top: 54px;
    z-index: 9;
    padding: 2px;
    height: auto !important;
}
    /* line 4747, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .container {
        width: 282px;
        padding: 10px;
    }
        /* line 4751, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .confilinks .container:after {
            content: "";
            display: table;
            clear: both;
        }
    /* line 4757, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .inner-shape {
        fill: #2c3e50 !important;
    }
    /* line 4761, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .page-contact .feedback h2 {
        margin-top: 0;
    }
    /* line 4765, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contacts {
        font-family: "robotoregular", "Roboto", sans-serif;
        border-radius: 3px;
        padding: 10px 0;
    }
        /* line 4775, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .confilinks .contacts:after {
            content: "";
            display: table;
            clear: both;
        }
    /* line 4781, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel {
        padding: 0 0.5rem;
        margin-bottom: 1rem;
        width: 104px;
        float: left;
        text-align: center;
    }
    /* line 4792, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel-icon a {
        position: relative;
        border-bottom: 0;
        height: 62px;
        width: 62px;
        display: block;
        margin: 0 auto;
    }
    /* line 4800, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .custom-icon {
        width: 60px;
        height: 60px;
    }
    /* line 4804, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel-icon a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #2c3e50;
        border-radius: 50%;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: top 0.3s, opacity 0.3s, transform 0.3s;
    }
    /* line 4822, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel-icon:hover a::after {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    /* line 4829, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel h3 {
        margin: 0;
        font-size: 12px;
        color: #2c3e50;
    }
    /* line 4836, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel-icon {
        padding: 1rem 0;
        background-color: #fff;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border: 1px solid #e9e9e9;
    }
    /* line 4845, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .confilinks .contact-panel-footer {
        padding: 10px 0;
        border: 1px solid #e9e9e9;
        border-top: 0;
        background-color: #fff;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .confilinks .Scheduling-business:before {
        font-size: 16px !important;
        color: #666 !important;
        margin-left: 0;
    }

/* line 4857, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.svgcloseicon a.tIcons {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    color: white;
}
    /* line 4864, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon a.tIcons svg {
        width: 100%;
        display: block;
        position: absolute;
        fill: #f7f7f7;
    }
        /* line 4870, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .svgcloseicon a.tIcons svg:first-child {
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }
        /* line 4877, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .svgcloseicon a.tIcons svg:last-child {
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }
    /* line 4887, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon a.tIcons.toggle svg:first-child {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    /* line 4892, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon a.tIcons.toggle svg:last-child {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    /* line 4897, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon a.tIcons.tRotate svg:last-child {
        -webkit-transform: scale(0) rotate(0deg);
        -ms-transform: scale(0) rotate(0deg);
        transform: scale(0) rotate(0deg);
    }
    /* line 4902, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon a.tIcons.tRotate.toggle svg:last-child {
        -webkit-transform: scale(1) rotate(-360deg);
        -ms-transform: scale(1) rotate(-360deg);
        transform: scale(1) rotate(-360deg);
    }
/* line 4909, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.svgcloseicon section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
    /* line 4920, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon section a:first-child {
        margin-right: 0.75em;
    }
    /* line 4923, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .svgcloseicon section a:last-child {
        margin-left: 0.75em;
    }

/* line 4928, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.imageposting {
    /* Tab */
}
    /* line 4929, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .imageposting img {
        max-width: 100%;
        max-height: 90%;
        display: inline-block;
        vertical-align: middle;
    }

    /* line 4932, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .imageposting #content {
        text-align: center;
        padding: 40px;
    }
    /* line 4936, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .imageposting .stack {
        display: inline-block;
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 0;
        margin-bottom: 25px;
    }
        /* line 4943, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .imageposting .stack:before {
            content: attr(data-count);
            display: block;
            position: absolute;
            top: 14px;
            left: 10px;
            font-size: 16px;
            font-weight: bold;
            z-index: 10;
            padding: 0 4px 0 32px;
            color: #FFF;
            pointer-events: none;
            opacity: .7;
        }
        /* line 4956, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .imageposting .stack:after {
            content: "";
            display: block;
            position: absolute;
            top: 14px;
            left: 16px;
            font-size: 14px;
            z-index: 10;
            padding: 0;
            color: #FFF;
            pointer-events: none;
            opacity: .6;
        }
        /* line 4968, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .imageposting .stack li {
            text-align: center;
            position: absolute;
            top: 0px;
            left: 0px;
            cursor: pointer;
            z-index: 1;
            list-style-type: none;
            -moz-transition: all 160ms ease-in;
            -webkit-transition: all 160ms ease-in;
            -o-transition: all 160ms ease-in;
            transition: all 160ms ease-in;
            clip: rect(0px, 550px, 300px, 0px);
            height: 350px;
            width: 100%;
        }
            /* line 4979, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .imageposting .stack li:first-child {
                z-index: 5;
            }
            /* line 4981, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .imageposting .stack li:nth-child(2) {
                -moz-transform: rotate(5deg);
                -webkit-transform: translate(0px, 10px);
                -o-transform: rotate(5deg);
                -ms-transform: rotate(5deg);
                transform: translate(8px, 5px);
                z-index: 4;
            }

            /* line 4987, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .imageposting .stack li:nth-child(3) {
                -moz-transform: rotate(-5deg);
                -webkit-transform: translate(0px, 20px);
                -o-transform: rotate(-5deg);
                -ms-transform: rotate(-5deg);
                transform: translate(6px, 23px);
                z-index: 3;
            }

        .imageposting .stack:hover li:nth-child(2) {
            transform: translate(10px, 7px);
        }

        .imageposting .stack:hover li:nth-child(3) {
            transform: translate(11px, 8px);
        }
        /* line 4993, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .imageposting .stack img {
            display: block;
            /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
            -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);*/
            -moz-transition: opacity 160ms ease;
            -webkit-transition: opacity 160ms ease;
            -o-transition: opacity 160ms ease;
            transition: opacity 160ms ease;
            margin: auto;
        }

        /* line 5029, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .imageposting .stack:last-of-type {
            margin-right: 0;
        }
    /* line 5033, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .imageposting .tabbar {
        height: 40px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: 40px;
        padding: 0 40px;
        color: white;
        -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
        -o-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #111111));
        background-image: -webkit-linear-gradient(#222222, #111111);
        background-image: -moz-linear-gradient(#222222, #111111);
        background-image: -o-linear-gradient(#222222, #111111);
        background-image: -ms-linear-gradient(#222222, #111111);
        background-image: linear-gradient(#222222, #111111);
    }
        /* line 5052, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .imageposting .tabbar p {
            float: left;
            margin-right: 10px;
        }

/* Glisse: Overlay */
/* line 5057, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-overlay {
    background: #45484d;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #45484d), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
    /* IE10+ */
    background: radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

/* line 5075, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-close {
    height: 40px;
    width: 20px;
    text-align: center;
    position: fixed;
    bottom: -10px;
    left: 49%;
}

    /* line 5082, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #glisse-close:after {
        width: 20px;
        display: block;
        color: #FFF;
        font-family: "FontAwesome", sans-serif;
        content: "\f00d";
        line-height: 20px;
        font-size: 20px;
        color: #DFDFDF;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        -webkit-text-stroke: 0.8px #000;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf));
    }

/* line 5095, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-controls {
    z-index: 999;
}

/* Prev/Next button */
/* line 5099, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.glisse-next a, .glisse-prev a {
    width: 20px;
    height: 40px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 10px;
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    padding: 10px 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.8px #000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf));
}

/* line 5117, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.glisse-next a {
    left: 50%;
    margin-left: 30px;
}

/* line 5121, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.glisse-prev a {
    left: 50%;
    margin-left: -50px;
}

/* line 5125, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.glisse-legend {
    display: none;
}

@media screen and (max-width: 640px) {
    /* line 5129, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .stack {
        margin: 0 auto 30px;
        display: block;
    }

        /* line 5133, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .stack:last-of-type {
            margin-right: auto;
        }
}
/* Glisse: Hide elements by default */
/* line 5136, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-overlay, #glisse-close, #glisse-controls, #glisse-spinner {
    opacity: 0;
}

/* Glisse: Overlay */
/* line 5139, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

    /* line 5147, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #glisse-overlay.loading #glisse-spinner {
        opacity: 1;
    }

/* Display spinner */
/* Glisse: Overlay content */
/* Glisse: Overlay content */
/* line 5151, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-overlay-content {
    position: fixed;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    /* Hide images */
    /* line 5168, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #glisse-overlay-content img {
        display: none;
    }

    /* Shake effect */
    /* line 5171, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    #glisse-overlay-content.shake {
        -webkit-animation: shake 600ms 1;
        -moz-animation: shake 600ms 1;
        -ms-animation: shake 600ms 1;
        -o-animation: shake 600ms 1;
        animation: shake 600ms 1;
    }

/* Glisse: Close button */
/* line 5180, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-close {
    cursor: pointer;
}

/* Glisse: Spinner */
/* line 5183, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    background: rgba(0, 0, 0, 0.6) url(../img/loader.gif) center center no-repeat;
    border-radius: 6px;
}

/* Glisse: Controls bar */
/* Wrapper */
/* Prev/Next button */
/* line 5199, ../../../sass/KonnectCoMVC/StyleSheet.scss */


/* line 5212, ../../../sass/KonnectCoMVC/StyleSheet.scss */
#glisse-controls .ended a {
    opacity: .3;
    cursor: default;
}

/* disabled effect */
/* Glisse: Keyframes */
@-webkit-keyframes shake {
    /* line 5216, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    /* line 5217, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    /* line 5218, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    /* line 5222, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    0%, 100% {
        -moz-transform: translateX(0);
    }
    /* line 5223, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    /* line 5224, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    /* line 5228, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    0%, 100% {
        -ms-transform: translateX(0);
    }
    /* line 5229, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateX(-10px);
    }
    /* line 5230, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    20%, 40%, 60%, 80% {
        -ms-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    /* line 5234, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    0%, 100%; {
        -o-transform: translateX(0);
    }
    /* line 5235, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    /* line 5236, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    /* line 5240, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    0%, 100% {
        transform: translateX(0);
    }
    /* line 5241, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    /* line 5242, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

/* Color definitions */
/* Navigation variables */
/* Nav Styling */
/* line 5263, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.mainnav {
    position: relative;
    background: none;
    border: none;
    margin-left: 0;
    list-style: none;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 80px;
    text-align: center;
    word-wrap: break-word;
}
    /* line 5275, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav ul {
        padding: 0;
        margin: 0;
    }
    /* line 5279, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li {
        height: 80px;
        width: 80px;
        padding: 3px;
        float: left;
    }
        /* line 5284, ../../../sass/KonnectCoMVC/StyleSheet.scss */
        .mainnav li a {
            color: white;
            display: block;
            height: 100%;
            width: 100%;
            overflow: hidden;
            border: 1px solid rgba(204, 204, 204, 0.39);
            font-size: 13px;
        }
            /* line 5293, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mainnav li a:hover h1 {
                margin-top: -100%;
            }
            /* line 5297, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mainnav li a h1 {
                height: 100%;
                width: 100%;
                padding-top: 6px;
                margin: 0;
                -webkit-transition: margin-top 0.15s ease-in;
                -moz-transition: margin-top 0.15s ease-in;
                -o-transition: margin-top 0.15s ease-in;
                -ms-transition: margin-top 0.15s ease-in;
                transition: margin-top 0.15s ease-in;
            }
            /* line 5308, ../../../sass/KonnectCoMVC/StyleSheet.scss */
            .mainnav li a div {
                height: 100%;
                width: 100%;
            }

    /*TOFIX Can I mixin or loop through a list here? */
    /* line 5318, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav a:nth-child(1) h1 {
        border-bottom: 3px solid #d94034;
    }

    /* line 5319, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav a:nth-child(1) div {
        background-color: #d94034;
    }

    /* line 5321, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(2) h1 {
        border-bottom: 3px solid #8dc63f;
    }

    /* line 5322, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(2) div {
        background-color: #8dc63f;
    }

    /* line 5324, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(3) h1 {
        border-bottom: 3px solid #d3a910;
    }

    /* line 5325, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(3) div {
        background-color: #d3a910;
    }

    /* line 5327, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(4) h1 {
        border-bottom: 3px solid #29a5c0;
    }

    /* line 5328, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(4) div {
        background-color: #29a5c0;
    }

    /* line 5330, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(5) h1 {
        border-bottom: 3px solid #5f57ca;
    }

    /* line 5331, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(5) div {
        background-color: #5f57ca;
    }

    /* line 5333, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(6) h1 {
        border-bottom: 3px solid #52cb8c;
    }

    /* line 5334, ../../../sass/KonnectCoMVC/StyleSheet.scss */
    .mainnav li:nth-child(6) div {
        background-color: #52cb8c;
    }

/* line 5336, ../../../sass/KonnectCoMVC/StyleSheet.scss */
/*.fa-bullhorn {
    font-size: 25px !important;
    color: #fff;
    float: left;
    margin: 16px 20px 0px 0;
}*/

.broadcast-count {
    background-color: #38a9d1;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    padding: 2px;
    font-size: 10px;
    cursor: pointer;
    /*margin: -38px 0 0 12px;*/
    border-radius: 42% !important;
    line-height: 15px !important;
    margin: -56px 0 0 23px !important;
    color: #fff;
}

.broadcasts img {
    width: 28px;
    padding-right: 6px;
}

.cursor-hand {
    cursor: pointer;
}

/* line 5342, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .panel-default {
    border-top: 0px solid #FF445D;
    border-radius: 0;
    box-shadow: 1px 1px 1px 1px #D4D4D4;
}

.boardcast .panel-heading .pe-7s-speaker {
    color: #FF445D;
    margin: -16px 0 0 0;
    position: absolute;
    font-size: 36px !important;
}

/* line 5346, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .panel-heading label {
    font-size: 15px;
    margin-left: 45px;
    line-height: 12px;
}

/* line 5350, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .panel-heading {
    height: 40px;
}

div#broadcast ul li {
    height: 100%;
    display: block;
}

/* line 5354, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .container {
    width: 333px;
    padding: 0;
    margin: 20px 0;
    float: left;
}
/* line 5361, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .glyphicon {
    margin-right: 4px !important;
    /*override*/
}
/* line 5366, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .pagination .glyphicon {
    margin-right: 0px !important;
    /*override*/
}
/* line 5369, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .pagination > li > a, .boardcast .pagination > li > span {
    padding: 1px 7px;
    width: 25px;
}
/* line 5375, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .pagination a {
    color: #555;
}
/* line 5380, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.boardcast .demo1 {
    width: 290px;
    min-height: 150px !important;
}

/* line 5387, ../../../sass/KonnectCoMVC/StyleSheet.scss */
.boardcast .news-item {
    padding: 4px 4px;
    margin: 0px;
}

/* Back Button */
.backtolink {
    display: inline-block;
    position: relative;
    color: #888;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
    text-decoration: none;
    text-align: center;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    font-family: helvetica, arial, sans-serif;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

/*added new styles*/
.polldate {
    margin: 10px 0 !important;
}

.PollOptionCwrap .btn-success {
    margin: 0;
}

.Home .textbox40 {
    height: 40px;
}

#topmenu span.chatmin {
    position: absolute;
    right: 0;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
    padding: 0 5px 0 3px;
    color: #919FA9;
    font-size: 16px;
    background-color: #F3F0F0;
    border-radius: 0 0 0px 6px;
    border: 1px solid #E0E0E0;
}

    #topmenu span.chatmin i {
        border-bottom: 2px solid #BBC6CE;
        height: 10px;
        width: 10px;
        position: absolute;
        margin: 2px;
    }

.userlikes {
    font-size: 11px;
    color: #707070;
}

.black_overlay {
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: 995;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.divSucessSentMail {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 500px;
    height: 100px;
    padding: 16px;
    border: 6px solid rgb(97, 147, 177);
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-top: 22px solid rgb(97, 147, 177);
}


.imgSign {
    max-width: 100%;
}

.div-form .k-dropzone {
    padding: 5px;
}

.div-form .demo-section {
    border: 1px solid #e5e5e5;
    background: transparent;
}

    .div-form .demo-section.k-header {
        border: 0;
    }

.div-form .k-upload.k-header {
    background: transparent;
}

a.active_appreciate img {
    border-radius: 50%;
    padding: 0px;
    box-shadow: 0px 1px 1px 1px #CACACA;
     opacity: 1 !important;
}

ul.Featuredicons {
    float: right;
    /*margin: 0 -14px 0 8px !important;*/
    border: 1px solid #E0E0E0;
    padding: 4px;
    height: 27px;
    border-radius: 2px;
}

.Featuredicons [class*="fa"]:before, .Featuredicons [class*="fa"]:after {
    margin: 0;
}

.Featuredicons li {
    margin: 0;
    padding: 0 5px;
    height: 17px;
}

    .Featuredicons li:first-child {
        border-right: 1px solid #ccc;
    }

.forget_pwd_div {
    display: none;
}

#imgUser {
    float: left;
    border: 1px solid #E0E0E0;
    padding: 2px;
    border-radius: 50%;
    margin: -1px 0 0px -1px;
}

#divUserImage a {
    display: none;
    float: left;
    position: absolute;
    font-size: 11px;
    border-radius: 50px;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 42px 10px;
    background: rgba(234, 230, 230, 0.91);
}

#divUserImage:hover a {
    display: block;
}

/*#divUserImage {
    width: 119px;
    float: right;
    padding: 0px;
}*/

/*h3:after,*/
/*h3:before {
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 20px;
    width: 120px;
}

h3:before {
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#2e4051));
    background-image: -webkit-linear-gradient(right, #fff, #2e4051);
    background-image: -moz-linear-gradient(right, #fff, #2e4051);
    background-image: -ms-linear-gradient(right, #fff, #2e4051);
    background-image: -o-linear-gradient(right, #fff, #2e4051);
    background-image: linear-gradient(right, #fff, #2e4051);
    left: 0;
}*/

.alert.dark.alert-success {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a;
}

.button.savebtn {
    float: left;
    border-radius: 3px;
    margin-right: 30px;
    width: 80px;
    -webkit-transition: all .5s ease-in-out;
}

    .button.savebtn:hover {
        opacity: 0.8;
    }

    .button.savebtn.back {
        background: #CCCCCC;
        color: #484646;
    }

.addnewbtn {
    background-color: #8CC63F !important;
}

    .addnewbtn:hover {
        background-color: #8CC63F !important;
        opacity: 0.8;
    }

.cancelbtn {
    float: left;
    padding: 10px;
    text-transform: capitalize;
}

.errcolor {
    border-color: #db3a1b !important;
}

.errcolorfilter {
    border: 1px solid #db3a1b !important;
}

.note.has-error_note, .has-error_note {
    color: #db3a1b;
}

.pleasewait {
    font-size: 12px;
}

.basicdetails-container .basic-container {
    margin: 2.6% auto 10px auto;
}

a.context-link {
    font-size: 18px;
    padding: 0 5px 8px;
    box-shadow: 1px 1px 1px #DADADA;
    line-height: 6px;
    float: left;
    border-radius: 2px;
    border: 1px solid #F7F5F5;
}

.btn-group.department_btn-group {
    float: right;
}
/*stylesheet home*/

body {
    padding-top: 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.well-social-post .list-inline li.active a {
    color: #2e4051;
    font-weight: normal;
}

.well-social-post .list-inline {
    padding: 0;
}

    .well-social-post .list-inline li {
        margin-right: 5px;
        padding: 5px 26px 5px 20px;
        background-image: linear-gradient(to bottom, transparent, transparent 50%, #fff 50%, #fff);
        background-position: 100% 0px;
        background-size: 330% 200%;
        transition: all .5s ease-in;
    }

        .well-social-post .list-inline li.active {
            background-position: 100% 100%;
            background-size: 100% 1000%;
            color: #333;
            border-bottom: 2px solid #2e4051;
            transition: all .5s ease-in-out;
        }

        .well-social-post .list-inline li a {
            font-size: 16px;
            color: #666;
        }

        .well-social-post .list-inline li.active::after {
            top: 33px;
            border-top: 6px solid #5171C3;
            opacity: 0;
        }
/*.PostAreaPost, .post-actions#appreciation, .post-actions.displaynone {
        -webkit-transition: all 5s ease-in-out;
    -moz-transition:  all 5s ease-in-out;
    -o-transition:  all 5s ease-in-out;
    transition:  all 5s ease-in-out;
}*/

.well-social-post .sharebtnwap.list-inline li + li {
    margin-left: 0px;
}

.well-social-post .PostAreaAni.displaynone, .well-social-post .displaynone {
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    background: #e5feff;
    overflow: hidden;
    max-height: 0;
}

.well-social-post .PostAreaAni {
    -webkit-animation-name: PostAreaHeight;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: PostAreaHeight;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.AnimationFadeRight {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation-name: PostAreaRight;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: PostAreaRight;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*//class for gtid tickets*/
/*.Low {
    background: #0097a7 !important;
}

.Medium {
    background: #7cb342 !important;
}

.High {
    background: #D26259 !important;
}*/
span.TicketPriority {
    font-size: 8px;
    /*text-indent: -9999px;*/
    width: 0;
    height: 0;
    float: right;
    margin: 3px 5px 0 0;
    position: relative;
}

    /*span.TicketPriority.Medium:after {
        background: #F7CE5B;
    }

    span.TicketPriority.Low:after {
        background: #0097a7;
    }*/

    span.TicketPriority:after {
        content: "\f024" !important;
        font: normal normal normal 14px/1 FontAwesome !important;
        color: #D26259;
        width: 18px;
        height: 8px;
        position: absolute;
        top: 4px;
        font-weight: bold;
    }


.fa-flag:before {
    margin: 0px 4px 0 6px !important;
}

.fa.fa-flag.Low:before, .flag-Low {
    color: #0097a7;
}

.fa.fa-flag.Medium:before, .flag-Medium {
    color: #F7CE5B;
}

.fa.fa-flag.Medium, .fa.fa-flag.Low, .fa.fa-flag.icons.High {
    width: auto !important;
    padding: 0px;
}

.fa.fa-flag.High:before, .flag-High {
    color: #D26259 !important;
}

span.TicketPriority.Low:after {
    color: #0097a7;
}

span.TicketPriority.Medium:before {
    color: #F7CE5B;
}


span.TicketPriority.High:after {
    color: #D26259;
}

.ticketpriority span.TicketPriority:before {
    height: 15px;
}

.div-form .k-grid .toggle.low_high.desiblecheckhigh i:before, .div-form .k-grid .toggle.old_latest.desiblecheckhigh i:before {
    background-color: #78828A;
}

.row.AssignedTicketsConversation {
    min-height: 610px;
    max-height: 900px;
    overflow: auto;
    overflow-x: hidden;
    float: left;
    margin: 0 0px 0 0;
    border-left: 1px solid rgba(214, 214, 214, 0.54) !important;
}
/*ticketlstdetails list view and gride view*/
.ticketlstdetails img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #DFE0E0;
}

.ticketlstdetails {
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
    padding: 7px 0 2px;
}

    /*.TicketNumber {
    font-size: 11px !important;
    width: 100%;
    font-weight: 500 !important;
}*/

    .ticketlstdetails .Subject, .TicketNumberCon .Subject {
        font-weight: 500;
        margin: 4px 10px 4px 0px;
        text-align: left;
        height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 370px;
        overflow: hidden;
        float: left;
        line-height: 12px;
        font-size: 14px;
    }

@media (max-width: 1260px) {
    .ticketlstdetails .Subject {
        width: 305px;
    }

    .ticketlstdates.ticketlService {
        width: 170px !important;
    }
}

@media (max-width: 1100px) {
    .ticketlstdetails .Subject {
        width: 180px;
    }

    .ticketlstdates.Assigneduserdiv {
        float: left;
        width: 152px !important;
    }

    .ticketlstdates.ticketlService {
        width: 139px !important;
    }

    .ticketlstdetails label, .ticketlstdetails .ticketlstdates {
        font-size: 9px !important;
    }

    .div-form .toggle.low_high i:after, .div-form .toggle.old_latest i:after {
        font-size: 7px !important;
    }

    .div-form .toggle.low_high i, .div-form .toggle.old_latest i {
        width: 62px !important;
        height: 17px !important;
    }

    .ticketpriority {
        margin: 8px 10px !important;
        font-size: 9px !important;
    }
}

.Subject[ng-model='TicketSubjectCon'] {
    width: 195px;
    margin-left: 0;
    margin-right: 0;
}

label.UpdatedDateLabel {
    margin-left: 90px;
}

.progresscount {
    font-size: 12px;
    color: #8C8C8C;
    font-weight: 600;
}

.ticketlstdetails .ticketlstdates {
    float: left;
    font-size: 11px;
    color: #909090;
    text-align: left;
    margin: 0px 10px 2px 2px;
    width: 85%;
}

.ticketlstdates.ticketlService {
    width: 200px;
}

.ticketlstdates.Assigneduserdiv {
    float: left;
    width: 229px;
    margin-left: 0;
}

.ticketlstdates .Assigneduser {
    color: #BBBBBB;
}

.ticketlstServices {
    width: auto;
    float: left;
}

.ticketlstdetails .CreatedDate {
    width: 300px;
}

.ticketTicketNumber {
    font-size: 12px;
    float: left;
    text-align: left;
}

.ticketlstdetails span.TicketPriority:before {
    left: -3px;
    top: -1px;
    width: 0;
}

.ticketlstdetails .ticketTicketStatus span.TicketPriority:before {
    left: 3px;
    top: 2px;
}

.ticketTicketStatus {
    line-height: 0px;
    /*height: 15px;*/
    margin: 5px 5px 0 2px;
    text-align: left;
    /*width: 70px;*/
}

.ticketlstdetails label {
    font-size: 12px;
    font-weight: 400 !important;
    color: #a3a3a3;
}

.ticketlstdetails span {
    font-weight: 500;
}

.ticketTicketStatus span {
    color: rgb(170, 167, 167);
    font-size: 12px;
}

.ticketTicketStatus.TicketNumber {
    width: 55px;
    margin-left: 50px;
}

/*ticketlstdetails list view and gride view end*/

.AssignedTickConvheading {
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-top: 0;
    padding: 7px;
    border-right: 0;
}

div.TicketStatus {
    font-size: 9px;
    padding: 1px 4px;
    margin: 2px auto 5px 6px;
    width: 45px;
    float: left;
}

.list_img_wrapper {
    float: left;
    width: 58px;
    text-align: center;
    height: 68px;
}

.grideheightfixed .k-grid-content {
    max-height: 875px;
    overflow: auto;
}

.grayborder {
    border: 1px solid rgba(214, 214, 214, 0.54) !important;
}

    .grayborder .k-block, .grayborder .k-widget {
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

.Assignedusersforservice.div-form {
    border-left: 1px solid rgba(214, 214, 214, 0.54) !important;
}

.New {
    background: #C77966;
}

.Active {
    background: #FBB159 !important;
}

.Closed {
    background: #3F7FA0 !important;
}

.Reopen, .Re-Open {
    background: #665884 !important;
}

.Resolved {
    background: #7EB58C !important;
}

span.On.Hold {
    background: #878886 !important;
}

.Rejected {
    background: #3D3D3E !important;
}

.Deferred {
    background: #D6D2C7 !important;
}



.postsection .well-social-post {
    border: 0px solid #ddd;
}

span.On.Hold, .Resolved, .Reopen, .New, .Active, .Closed, .Reopen, .Resolved, .OnHold, .Rejected, .Deferred, .Low, .Medium, .High, .Approve, .Pending, .Re-Open {
    /*padding: 2px 3px;*/
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: 14px;
    display: block;
    font-size: 11px;
    /*width: 45px;*/
}

/* basic details page */

label.help-text {
    font-weight: 400 !important;
    text-align: left;
    font-size: 13px;
    color: #909090 !important;
}

.error-msg {
    color: #db3a1b !important;
    font-size: 12px;
    font-weight: normal;
}

.basic-container {
    max-width: 880px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5.6% auto 10px auto;
    text-align: center;
}

div.PostAppSection, section.PostAppSection {
    width: 100%;
    padding: 10px 0 0 10px;
    background: #fff;
    float: left;
}

.content-wrap .PostAppSection p {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.PostAppSection #badge_textbox ul.token-input-list-facebook {
    width: 95%;
    min-height: 34px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.PostAppSection #badge_textbox input.form-control {
    width: 95%;
    height: 39px;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 0px;
    border: 1px solid #ddd;
}

.post-actions#appreciation .postlabel {
    text-align: left;
}

.well-social-post .form-control.PostAppTextArea {
    width: 95%;
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid #ddd;
}

div.PostAppSectionFull {
    float: left;
    width: 100%;
    padding: 0px 0 0 0px;
}

    div.PostAppSectionFull .post-actions {
        float: left;
        width: 100%;
        height: 53px;
        padding: 40px 5px 0px 7px;
        margin-bottom: 10px;
    }


.postsection > div, .PostAreaDiv {
    -webkit-animation-name: PostAreaHeight;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: PostAreaHeight;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    /*border: 1px solid #2e4051;*/
    margin-bottom: 20px;
    background: #fff;
}



span.IconHome {
    max-width: 24px;
    max-height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABPElEQVRIS+2V4RGCMAyF7QS6gY7gCDCBbiBO4DGBOoHnBLKJuoFuoBvoBPgeV7iAbYmI/+xdr1DS9zVpUszgx818op/n+Rz2M/TUGPPQrFUDIJ5A8GBFLxhjDUQFEOJPCJ+sFypIK0CIXyGcYNcXzGV4XhCG9zgUqiCgIR7JkAhIhvmlD+IFhMRLMQ3ECdCIayFvALErxrwWFl8YQp7UAF3E2zypAN+IhyAFoA9xH8QIcdqwiJZIu5vmGmja2ORgfUT2W0YAxcbCeAvApiOA99NQrL3LMyD1iF4DYAMjzK08wH2j+HLYnTFXejDQAOjN2gPghcewFg2b+QqQQoMXHNsUfYfeK6ASw0bLcP4BxcGVh9xbiHwl4AK4bN1patMswzhxrLohHRORjqwN2nJsNv6A+K1orb9Mnzva+ReOkhKhSmxx1AAAAABJRU5ErkJggg==');
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-size: 20px 20px;
}

    span.IconHome:hover {
        -webkit-animation-name: tada;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        animation-name: tada;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
        cursor: pointer;
    }



span.IconBell {
    max-width: 24px;
    max-height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABzklEQVRIS82V/VHDMAzFyQTQDcoEbSegnaB0AsIElAmACSgTABNAJyCdAJiAMgEwQXi/YOecYMcO8Ae+0/laS3r6eFKynYRTluWe1C4luVG/0X2aZdl7zDyLKfAuABweSZ6N/kj3rQAsYNBNKkCJczkcG8An3SP9jtp3KijyQzk6kUwlG/njJqNC14EEoAv9fx9KIQjglOVDxjhYyREOASCTpYQAds37sa8nXgDH+VrGeaiZpvn0Zw6I9BbtTL4ByIjIYExSE01GgEACmLVyQXwAWylAy2EKDQ0A+tiVshkEARR9rsdr07jzdrpdv2WL/pmEXpBRdRoZOLWf2Iamgsh2KN0XSaO0bQBYQmlIufcRCGV6k/0klAEDVfO9L4KdD3cA2xn8ewAGcu7NwGkSo9+LQbaUDpMGluJ1ifQ4leKD5C8AZgIoGjR1JnjRtby6Gm+W45106ol2M6jqJ6nT+wGL7CysFSSL8GvQzHZ8/A1FnT5QGlb5vkC2FsD+2TfoLv1CADMLAGtosu+w+9n5m9YjUfKtqL4RnsP6XkU/eSof65evWt04hxBXcsJ6D54UALuKycJGS1avknFspUcBCM0MIWWsmKED45Yx5yh+Amav2hmrWmr5AAAAAElFTkSuQmCC');
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-size: 20px 20px;
}

    span.IconBell:hover {
        -webkit-animation-name: swing;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        animation-name: swing;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
        cursor: pointer;
    }


span.IconGroupNote {
    max-width: 24px;
    max-height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABz0lEQVRIS+2VvVHDQBCFfZkznBCjDoAKEBWAOzAVYCqwqABHpIiUBFMBJiQCElJMBTYMuXifZ0+jP2sOsDNu5s1Jd6v3dvduV66z4eF+yp9lWaxvdoWF8OKce27jCBYw4iuRRRXCqd5PJDRrEmoVEGmR7AmPhURkkHa0f6xpzKOwr3WiKo1GAfsQb3vChwDhHqiSmBOkCWHE2gUsFfeyOhNSCLVG+DwnTWnQ/jIi7cchAhMZLWQ88MYiIAXnLQIIx6ECeDOWMULLsQmB/CD/BWrX1G4ENyYtnMFabxHEWxLoFwQ4cNpDrZisDihCbllQHUQypnAehUvhnWtra2+ahyJ6sMOnki8EMlErQmxWVTIir8Kn0BVhzwrwRu/bPjKbERsE9yIR0RIOBMI99H3HPE40jwSqfBlVUDcVKT3nFE8EvCct5B1CxpFAOmJBnA57ChCRuTA13FV7lZMRpOSRpobXE8K1dU8MH50UIvaZEUAQYbBjzqSar70NAqU+Yym6lVFkpIhOV+XYSBHDHqGhieFE3wvkubawZxgW8++JQmaLjEjmJYFCqy4dbghp1UZcidZGVQFuEEWztoEABZL/uO1wyedfR1cEX8E//d+qfQNElx5y/aprmgAAAABJRU5ErkJggg==');
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-size: 20px 20px;
}

    span.IconGroupNote:hover {
        -webkit-animation-name: rubberBand;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        animation-name: rubberBand;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
        cursor: pointer;
    }


.livicon.PostActionShareBtn {
    margin: 0px 4px 0 0px;
    float: left;
}

/* Side Mangement Widgets*/


.grid {
    padding: 0;
    max-width: 420px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    float: left;
}

    .grid li {
        width: 135px;
        margin: 0px 15px 15px;
        padding: 0;
        text-align: left;
        position: relative;
        float: left;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 3px 24px -11px #4c5e7e;
    }

    .grid figure {
        margin: 0;
        position: relative;
    }

        .grid figure img, .imgreplace {
            max-width: 100%;
            display: block;
            position: relative;
        }

    .grid figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        background: #2c3f52;
        color: #ed4e6e;
    }

        .grid figcaption h3 {
            margin: 0;
            padding: 0;
            color: #fff;
        }

        .grid figcaption span:before {
            content: 'by ';
        }

        .grid figcaption a.widgetaddbtn {
            text-align: left;
            padding: 0px 5px 0px 12px;
            border-radius: 2px;
            display: inline-block;
            color: #fff;
            float: right;
            margin: 4px -10px 0 0;
            font-size: 12px;
            font-weight: normal;
            width: auto;
        }

a.widgetaddbtn {
    padding: 5px 9px;
    font-size: 13px;
    font-weight: 500;
    background: #38a9d1;
    color: white;
    border-radius: 3px;
}

    a.widgetaddbtn span {
        opacity: .8;
    }


.k-grouping-row .k-reset {
    font-size: 16px;
    font-weight: normal;
}
/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
    margin-top: 70px;
}

.cs-style-1 figcaption span {
    display: block;
}

.cs-style-1 figcaption a {
    margin-top: 30px;
}

/* Caption Style 2 */
.cs-style-2 figure img, .cs-style-2 figure .imgreplace {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}



.MyTickets a.topdivision {
    background: rgba(14, 150, 150, 0.35);
    border-radius: 50%;
    padding: 5px;
    margin: 5px auto 0 auto;
    display: block;
    width: 25%;
    height: 40px;
}

    .MyTickets a.topdivision i {
        margin: 8px 0 0 0;
        font-weight: 700;
    }

.MyTickets a.add {
    width: auto;
    float: right;
    color: #fff;
    margin: -5px 5px 0 0px;
}

.totaltickets {
    font-size: 12px;
    width: auto;
    margin: 0 0 0 7px;
    text-align: center;
    float: left;
}

.imgreplace .totaltickets label {
    color: #666;
    font-size: 12px;
    width: auto;
    padding: 7px 0 0 0;
}

.extramargin {
    margin: 0 10px 0 0;
    float: right;
}

.timesheetmargin {
    margin: 0px 0 0 56px;
}

.leavemanagement_bgcolor {
    background: #8CC63F !important;
}

.timesheet {
    background: #ED913A !important;
}

.weekdaytimesheet {
    text-align: left;
    padding-left: 25px;
    width: 255px;
}

.totaltickets a {
    text-align: center;
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
}
/*.MyTickets i:before {
    color:#fff;
}*/


.imgreplace {
    background: #fff;
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.no-touch .cs-style-2 figure:hover .imgreplace,
.cs-style-2 figure.cs-hover .imgreplace {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}

.cs-style-2 figcaption {
    height: 90px;
    width: 100%;
    top: auto;
    bottom: 0;
}

    .cs-style-2 figcaption a {
        position: absolute;
        right: 20px;
        top: 30px;
    }

/* Caption Style 3 */
.cs-style-3 figure {
    overflow: hidden;
}

    .cs-style-3 figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .no-touch .cs-style-3 figure:hover img,
    .cs-style-3 figure.cs-hover img {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

.cs-style-3 figcaption {
    height: 120px;
    width: 100%;
    top: 3px;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a.widgetaddbtn {
    /*position: absolute;*/
    bottom: 20px;
    right: 20px;
}

/* Caption Style 4 */
.cs-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.cs-style-4 figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .cs-style-4 figure > div {
        overflow: hidden;
    }

    .cs-style-4 figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .no-touch .cs-style-4 figure:hover img,
    .cs-style-4 figure.cs-hover img {
        -webkit-transform: translateX(25%);
        -moz-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%);
    }

.cs-style-4 figcaption {
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 5 */
.cs-style-5 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.cs-style-5 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cs-style-5 figure a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Caption Style 6 */

.SideManageWidgets .grid {
    position: fixed;
}

.cs-style-6 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
    height: 100%;
    width: 100%;
}

    .cs-style-6 figcaption h3 {
        margin-top: 60%;
    }

    .cs-style-6 figcaption a {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

/* Caption Style 7 */
.cs-style-7 li:first-child {
    z-index: 6;
}

.cs-style-7 li:nth-child(2) {
    z-index: 5;
}

.cs-style-7 li:nth-child(3) {
    z-index: 4;
}

.cs-style-7 li:nth-child(4) {
    z-index: 3;
}

.cs-style-7 li:nth-child(5) {
    z-index: 2;
}

.cs-style-7 li:nth-child(6) {
    z-index: 1;
}

.cs-style-7 figure img {
    z-index: 10;
}

.cs-style-7 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
    opacity: 1;
    height: 130%;
    box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
    margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}

.cs-style-7 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
    -webkit-transition: opacity 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
    opacity: 1;
}

@media screen and (max-width: 31.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }

        .grid li {
            width: 100%;
            min-width: 300px;
        }
}

/* End Side Mangement Widgets*/

.imgreplace label, .imgreplace label a {
    color: #999;
    padding: 0px 0 0 12px;
    font-size: 12px;
    line-height: 1;
}

    .imgreplace label a:hover {
        color: #38a9d1;
    }

    .imgreplace label.bigtext {
        font-size: 15px;
    }

    .imgreplace label.bigcounttext a, .imgreplace label.bigcounttext {
        font-size: 50px !important;
        line-height: 1;
        color: #666 !important;
    }

.imgreplace small {
    font-size: 11px;
    color: #999;
    float: left;
}

    .imgreplace small.pull-right a, .helpline p a {
        color: #38a9d1 !important;
        opacity: .6;
    }

.imgreplace label.bigcounttext a:hover {
    color: #38a9d1 !important;
    opacity: .6;
}

.imgreplace label a, .imgreplace label.linktag {
    font-weight: normal;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    -moz-transition: color 1s;
}

.imgreplace .icon {
    height: 28px;
    width: 32%;
    line-height: 18px;
    color: #CEC5C5;
    font-size: 12px;
    margin: 15px 0 0 0;
    text-align: center;
    float: left;
}

    .imgreplace .icon label {
        float: right;
        width: 100%;
        text-align: center;
        padding-left: 43px;
        line-height: 6px;
        font-size: 14px;
        color: #7D7B7B;
    }


.imgreplace .widgeticons:before {
    margin-right: 2px;
    color: #38a9d1;
}

.imgreplace label.widget_heading {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px;
}

.imgreplace label.widgetcount {
    text-align: center;
    font-size: 22px;
    width: 100%;
    padding: 0px;
    margin: -3px 0 0px 0px;
    height: 31px;
}

.imgreplace .ticketlabel {
    padding-right: 20px;
}

    .imgreplace .ticketlabel a {
        color: #999;
    }

.imgreplace .widgetassigned label {
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #ccc;
    font-weight: normal;
    font-size: 15px;
    margin: -2px 0 0 0;
}

.bgbottom {
    background: #f3f3f3;
    padding-bottom: 6px;
}

.MyTickets .col-md-12 label, .JobApplications .col-md-12 label, .Schedule .col-md-12 label {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    color: #777;
    line-height: 1.3;
}

.MyTickets .col-md-12 span, .JobApplications .col-md-12 span, .Schedule .col-md-12 span {
    font-size: 9px;
    color: rgba(101, 101, 101, 0.54);
    float: left;
    padding-left: 13px;
    text-align: left;
}

.icon > .pe-7s-paper-plane, .icon > .pe-7s-ticket, .icon > .pe-7s-clock, .icon > .pe-7s-wine {
    font-size: 20px !important;
    float: left;
    padding-left: 12px;
}

.imgreplace.MyTickets label.widgetcount {
    color: #04BFBF;
}

.widgetassigned {
    padding: 0;
    text-align: center;
    margin: -2px 0 -3px 0;
    color: #ccc;
    font-size: 10px;
    font-weight: normal;
    float: left;
    width: 60px;
    line-height: 20px;
    color: #ccc;
    font-weight: normal;
}



.WidgetTotal, .WidgetAvg {
    width: 50%;
    float: left;
}

    .WidgetTotal label, .WidgetAvg label {
        padding: 0px;
        color: #bbb;
        margin: 0;
        text-align: center;
        float: left;
        width: 100%;
    }

    .WidgetTotal a, .WidgetAvg a {
        width: 100%;
        float: left;
        text-align: center;
        font-weight: 800;
        color: #F3F3F4;
        font-size: 24px;
    }

.form .header h1.active, .login .header h1 {
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
}

.share-body a {
    line-height: 24px;
    font-family: inherit;
    font-size: 12px;
    width: auto;
}

    .share-body a:before {
        font-size: 14px;
        margin: 0 5px;
    }

    .share-body a.ti-pencil-alt:before, .share-body a.ti-share:before, .ti-comment-alt:before {
        font-family: 'themify';
        font-size: 14px;
    }

.PostBodyLinks {
    font-size: 22px;
    margin: 0 5px;
    color: white;
}

.form-container p a.toggle {
    color: #337ab7;
}

/*#footer {
    text-align: center;
    width: 100%;
    font-size: 12px;
}*/

.posticonfull {
    height: 90px;
    width: 100px;
    float: left;
    color: #fff;
    text-align: center;
    /*background: rgba(18, 46, 121, 0.8);*/
}

    .posticonfull .livicon {
        margin: 24px 0 0 30px;
    }

.PostIconSmall {
    float: left;
    padding: 2px 10px;
    cursor: pointer;
    margin: -8px 0 3px 0;
}

    .PostIconSmall .livicon {
        /*background: rgb(247, 247, 247);*/
        width: 20px !important;
        height: 20px !important;
        padding: 0px 0 0 0;
    }

    .PostIconSmall label {
        font-weight: 500;
        padding: 2px 0 0 0;
        color: #5171C3;
    }

.PostAreaTotal {
    height: 100px;
    padding: 6px 0 10px 16px;
}

.well-social-post .form-control.PostTxtTextarea {
    width: 83%;
    float: left;
    /*box-shadow: inset 1px 1px 1px 2px #F1F1F1;*/
    margin: 7px 0 0 -5px;
    height: 75px;
}

.TxtPostBtns {
    float: left;
    padding: 5px 0;
    width: 100%;
}

    .TxtPostBtns .post-image-video {
        float: left;
    }

.post-image-video span {
    font-size: 25px !important;
    margin-right: 20px;
    color: #999;
    cursor: pointer;
}

    .post-image-video span.ti-comment {
        font-size: 20px !important;
    }

.TxtPostBtns .sharebtn {
    margin: 5px 23px 0 0;
    float: right;
    /*background-color: #fff;
    color: #333;
    border: 1px solid #2e4051;*/
    font-size: 15px;
}

/*.TxtPostBtns .sharebtn:hover {
        background: #eee;
    }*/

.well-social-post .form-control.PostImgUploadTxtBox {
    box-shadow: inset 1px 1px 1px 1px #F9F9F9;
    max-width: 98%;
    margin: 5px 0 0 0;
}

.ImgPostUpload label, .VideoPostUpload label {
    float: left;
    padding: 12px 0 0 3px;
    line-height: 25px;
    font-size: 13px;
    margin: 0px;
}

.well-social-post input[type=file].form-control {
    float: left;
    margin: 6px;
    background: transparent;
}
/*STYLES ADDED BY BALAJI*/

.login .header {
    margin: -24px -48px 24px;
    height: 90px;
    padding: 10px 24px;
}

.popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #f1f4f5 !important;
    animation-duration: 0.8s;
    opacity: 1;
    animation-fill-mode: both;
}

.popup-box {
    box-shadow: none !important;
    background: none !important;
}

    .popup-box h2 {
        color: #777 !important;
        margin-bottom: 11px;
        font-weight: normal;
        text-align: left;
        padding-left: 20px;
        font-size: 21px;
    }

    .popup-box p {
        color: #a3afb7 !important;
        padding: 0px !important;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

    .fade-in.one {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

.headingtext.active {
    display: block;
}

.headingtext {
    display: none;
}

.forget_captcha td {
    border: 1px solid #E2E2E2;
    background: #eee;
    padding: 5px;
}

.form .footer a {
    font-weight: bold;
}

.login .header {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 48px !important;
    padding: 10px 24px;
}


.loginbottom-line {
    background: #d9d9d9 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    height: 2px;
    margin: 5px -22px 10px -22px;
}

.headingtext {
    color: #777;
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 21px;
}
/*ul.grid.cs-style-3 {
    background:url(widgets_bg.png) repeat #fff;
    
}*/

.container.Home {
    margin: 4% auto 10px 20px;
    min-height: 600px;
    height: auto;
}

.form .form-group.forgotpasswordtxtboxes:last-of-type {
    margin: 0 0 8px;
}


/*CHAT STYLES*/
#divContainer {
    border: #5f9482 solid 0px !important;
    width: 250px;
    z-index: 999;
    position: fixed;
    float: right;
    right: 23%;
    bottom: 265px;
}

.draggable {
    position: absolute;
    border: #dce1e4 solid 1px !important;
    width: 250px;
    background: #fff;
}

    .draggable .header {
        cursor: move;
        background-color: #d7e5e4;
        border-bottom: #dce1e4 solid 1px;
        color: #1e4638;
        padding: 5px;
    }

span.closechat {
    font-size: 10px;
    line-height: 21px;
    margin: 0;
    float: right;
    color: #6F6E6E;
    cursor: pointer;
}

    span.closechat:hover {
        color: #2F2F2F;
    }

.draggable .selText {
    color: #666;
    text-transform: capitalize;
}

.buttonBar .button {
    background: #2e4051 !important;
    border: 0;
    padding: 3px;
    border-radius: 2px;
    font-weight: 400;
}

.draggable .messageArea {
    width: 248px;
    overflow-y: auto;
    height: 200px;
    border-bottom: #dce1e4 solid 1px;
    background: #fff;
    padding: 8px;
}

    .draggable .messageArea .message {
        padding: 4px;
    }

.message .userName {
    font-weight: 600;
}

.draggable .buttonBar {
    width: 250px;
    padding: 4px;
    width: 248px;
    padding: 4px;
    background: #fff;
}

    .draggable .buttonBar .msgText {
        width: 180px;
    }

    .draggable .buttonBar .button {
        margin-left: 4px;
        width: 55px;
    }

.pe-7s-paper-plane:before {
    color: #73C6E9;
    border-radius: 50%;
}

.pe-7s-wine:before {
    color: #8CC63F;
    border-radius: 50%;
}

.pe-7s-clock:before {
    color: #C4567D;
    border-radius: 50%;
}

.pe-7s-id:before {
    color: #5F57CA;
}

#notification {
    border-radius: 50%;
    background: #F36A50;
    line-height: 14px;
    float: left;
    text-align: center;
    margin-top: -40px;
    font-size: 11px;
    padding: 2px 5px 0;
    margin-left: 15px;
    position: absolute;
}

.MangeIcons span {
    font-size: 40px !important;
    line-height: 60px;
    float: left;
    text-align: center;
    width: 100%;
}

.mainnav a:nth-child(1) h1 {
    border-bottom: 3px solid #8CC63F;
}

.mainnav a:nth-child(1) div {
    background-color: #8CC63F;
}

.mainnav li:nth-child(2) h1 {
    border-bottom: 3px solid #73C6E9;
}

.mainnav li:nth-child(2) div {
    background-color: #73C6E9;
}

.mainnav li:nth-child(3) h1 {
    border-bottom: 3px solid #5171C3;
}

.mainnav li:nth-child(3) div {
    background-color: #5171C3;
}

.mainnav li:nth-child(4) h1 {
    border-bottom: 3px solid #C4567D;
}

.mainnav li:nth-child(4) div {
    background-color: #C4567D;
}

.mainnav li:nth-child(5) h1 {
    border-bottom: 3px solid #5f57ca;
}

.mainnav li:nth-child(5) div {
    background-color: #5f57ca;
}

.div-form *.popup-box {
    box-shadow: none !important;
    background: white !important;
    padding: 10px 0 0 0;
}

.login .popup-box header {
    padding: 0px 0 60px 0 !Important;
    margin: 0 0 10px 0 !Important;
}

.popup-wrap.forget_pwd_popup {
    margin: -20px 0 0 0;
}


span.headerlinks {
    cursor: pointer;
    line-height: 68px;
}

.color-palette input[type="radio"]:checked:before {
    content: "\f00c";
    margin: -10px 0 0 -1px;
    color: white;
    position: relative;
    top: -3px;
    font-size: 11px;
}

.color-palette input[type="radio"] {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    float: left;
    font-family: "FontAwesome", sans-serif;
}

.ThemeChangeBtn {
    margin: 6px 0px 0;
    float: left;
    width: auto;
    padding: 4px;
    line-height: 15px;
}

    .ThemeChangeBtn label {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0;
        cursor: pointer;
        margin: -4px 0 0 0;
        float: left;
    }

.color_b1 path {
    fill: #0DA58D;
}

.color_b2 path {
    fill: #FD9627;
}

.color_b3 path {
    fill: #663FB4;
}

.color_b4 path {
    fill: #434D5A;
}

label.bluetheme {
    float: left;
}

    label.bluetheme path.acive {
        opacity: 0;
    }

.themeselect {
    width: auto;
    float: left;
    display: none;
}

input.themeselect:checked + label.bluetheme path.acive {
    opacity: 1;
}

.ti-panel:before {
    content: "";
}

.color-palette {
    float: left;
    max-width: 130px;
    float: left;
    padding: 0px 0 6px 0px;
}


    .color-palette .green:checked {
        width: 10px;
        height: 10px;
        box-shadow: inset 0 0 7em #2e4051, 0 0 0 0.20em #2e4051;
        margin: 1px 11px 0 2px;
        float: left;
    }

    .color-palette .base:checked {
        width: 10px;
        height: 10px;
        box-shadow: inset 0 0 0 7em #2c3e50, 0 0 0 0.20em #2c3e50;
        margin: 1px 11px 0 2px;
        float: left;
    }

    .color-palette .orange:checked {
        width: 10px;
        height: 10px;
        box-shadow: inset 0 0 7em #ff6a42, 0 0 0 0.20em #ff6a42;
        margin: 1px 11px 0 2px;
        float: left;
    }

    .color-palette .half_blue:checked {
        width: 10px;
        height: 10px;
        box-shadow: inset 0 0 7em #34495e, 0 0 0 0.20em #34495e;
        margin: 1px 11px 0 2px;
        float: left;
    }

.ThemeChangeBtn:hover {
    background: #f7f7f7;
}

.color-palette:after, .color-palette:before {
    top: -1px;
    left: 50%;
    border: 1px solid rgba(78, 78, 78, 0.76);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.color-palette:after {
    border-color: rgba(175, 175, 175, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

.color-palette:before {
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #ABABAB;
    border-width: 6px;
    margin-left: -6px;
}

.ManageMobiMenu {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0;
    max-width: 140px;
    background: #fff;
    border: 0px solid #ECECEC;
    box-shadow: 0px 1px 2px 1px #D6D6D6;
    position: relative;
}

ul.ManageMobiMenu li {
    padding: 0;
    width: 100%;
    float: left;
    cursor: pointer;
}

    ul.ManageMobiMenu li:hover {
        background: #f7f7f7;
        cursor: pointer;
    }

    ul.ManageMobiMenu li a {
        font-size: 13px;
        color: #666;
        cursor: pointer;
        float: left;
        padding: 3px 10px 3px 10px;
        width: 100%;
        line-height: 30px;
    }

        ul.ManageMobiMenu li a img.imgicon {
            width: 20px;
            float: left;
            margin: 3px 6px 0 0;
        }

        ul.ManageMobiMenu li a span:before {
            color: #000;
            font-size: 19px;
            float: left;
        }

        ul.ManageMobiMenu li a span {
            float: left;
            text-align: left;
            margin: 0px 8px 0 0;
            padding: 0px;
            line-height: 30px;
        }

            ul.ManageMobiMenu li a span.Scheduling-business {
                margin-right: 4px;
            }

        ul.ManageMobiMenu li a label {
            float: left;
            line-height: 30px;
            margin: 0 0 0 6px;
            cursor: pointer;
        }

.ManageMobiMenu after, .ManageMobiMenu:before {
    bottom: 100%;
    left: 93%;
    border: 1px solid rgb(255, 255, 255);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ManageMobiMenu:after {
    border-color: rgba(175, 175, 175, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

.ManageMobiMenu:before {
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #F3F3F4;
    border-width: 6px;
    margin-left: -23px;
}

.profileopen {
    margin-top: 44px;
    padding: 4px 0px 2px;
    overflow: visible;
    /*right: 24px;*/
}

    .profileopen ul:after, .profileopen ul:before {
        bottom: 100%;
        left: 84%;
        border: 1px solid rgba(78, 78, 78, 0.76);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .profileopen ul:after {
        border-color: rgba(175, 175, 175, 0);
        border-bottom-color: #ffffff;
        border-width: 6px;
        margin-left: -6px;
    }

    .profileopen ul:before {
        border-color: rgba(247, 247, 247, 0);
        border-bottom-color: #ABABAB;
        border-width: 6px;
        margin-left: -6px;
    }

    .profileopen ul li:hover {
        background: #f7f7f7;
    }

    .profileopen ul li a {
        font-size: 13px;
        color: #666;
        line-height: 22px;
    }

    .profileopen li {
        line-height: 20px;
    }

        .profileopen li span {
            margin: 0 5px 0 0;
            font-size: 14px;
        }

            .profileopen li span:before {
                font-size: 22px;
                color: #000;
            }


.chatUserName {
}

@-webkit-keyframes ProfileDown {
    0% {
        opacity: 0;
        display: none;
        -webkit-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0);
        display: block;
    }
}

@keyframes ProfileDown {
    0% {
        opacity: 0;
        display: none;
        -webkit-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
    }

    100% {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0);
    }
}


.profileopen {
    display: block;
    -webkit-animation-name: ProfileDown;
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-name: ProfileDown;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.Dropdown-profile .Photo {
    height: 35px;
    width: 35px;
    /*border-radius: 50%;*/
    border: 2px solid #939393;
}

.PostIconSmall span:before {
    color: #666;
}

.sharebtn.imgbsharebtn {
    margin: 12px 0 0 -23px;
    float: left;
    width: 90px;
}

    .sharebtn.imgbsharebtn span {
        margin: 0 5px 0 0;
    }

    .sharebtn.imgbsharebtn .pe-7s-share {
        font-size: 20px !important;
    }

.notifications h3, .notifications .show-all {
    background: #f9f9f9;
    color: #666;
    margin: 0;
    padding: 10px;
    width: 300px;
}

.pe-7s-film {
    margin: -3px 0 0 0;
}

    .pe-7s-film:before {
        font-size: 29px;
    }

.profiletoggle {
    width: 174px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 56px;
    right: 22px;
}

nav.Dropdown-nav {
    width: 160px;
    overflow: visible;
    margin-top: 10px;
}

    nav.Dropdown-nav::before {
        border-color: rgba(247, 247, 247, 0);
        border-bottom-color: #F3F3F4;
        border-width: 6px;
        margin-left: -6px;
    }

.Dropdown-nav::before {
    top: -12px;
    left: 92%;
    border: 1px solid rgb(255, 255, 255);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sharebtn .pe-7s-share {
    line-height: 16px;
    padding: 0;
    margin: 0px 5px 0 0;
    float: left;
}

.txtgo {
    float: left;
    margin: 2px 0 0 0;
}

.sharebtn .pe-7s-share:before {
    font-size: 15px;
}

.well-social-post .post-actions {
    margin: 0;
    background-color: #F3F3F4;
    border-top-color: #F3F3F4;
}

ul.post-actions.text-left.polls {
    border-top: 0px solid #F6F7F8;
}

.well-social-post .post-actions#poll .postlabel {
    padding: 18px 0 0px 15px;
}


/*Date pickers*/
ul[datepicker-popup-wrap] {
    padding: 5px;
    max-width: 244px;
}

    ul[datepicker-popup-wrap] .btn-group button {
        display: none;
    }

ul.dropdown-menu[datepicker-popup-wrap] li button.btn-small.btn-success, .dropdown-menu[datepicker-popup-wrap] li span.btn-group button {
    background: transparent;
    border: 0;
    color: #777;
}

table[datepicker] button {
    width: 100%;
    background: transparent;
}

table[datepicker] tr th {
    font-size: 12px;
    margin: 0;
    padding: 0px;
    min-width: 34px;
}

table[datepicker] tr td {
    padding: 2px;
    width: 32px;
}

table[datepicker] tr th button.btn.btn-block {
    background: transparent !important;
    color: #777;
    font-weight: 400;
    border: 0;
    line-height: 25px;
    width: 150px;
}

table[datepicker] tr {
    padding: 0px;
    float: left;
    text-align: center;
    width: 100%;
    display: block;
}

    table[datepicker] tr th button {
        border: 0;
    }

    table[datepicker] tr th i.icon-chevron-right::before, table[datepicker] tr th i.icon-chevron-left::before {
        color: #777;
        border: 0;
       font-family: FontAwesome , sans-serif;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }

    table[datepicker] tr td .btn[disabled]:hover, table[datepicker] tr th .btn[disabled]:hover {
        background: transparent;
        cursor: not-allowed;
        color: #777;
    }

    table[datepicker] tr td[ng-show="showWeekNumbers"], table[datepicker] tr th[ng-show="showWeekNumbers"] {
        display: none;
    }

    table[datepicker] tr td button {
        background: #fff;
        color: #777;
        border: 0;
        padding: 3px 5px;
        font-size: 11px;
        font-weight: 600;
    }

    table[datepicker] tr th button:hover {
        background: transparent;
    }

    table[datepicker] tr td button:hover {
        transition: all 0.3s ease;
        color: #fff;
        background-color: #777;
    }

.weekSelection table[datepicker] tr:hover td button:hover {
    color: #777;
}

.form-control.DatePicker {
    border: 1px solid #eee;
    min-height: 30px;
    background: url(../images/datepicker-icon.png) no-repeat 158px;
    cursor: pointer;
}

.row.DatepickerRow {
    padding: 10px 0 0px 0;
}

.DatepickerRow label {
    line-height: 34px;
    float: left;
    padding: 0 0 0 16px;
}

.paddingright5 {
    padding-right: 5px;
}

.padleftnone {
    padding-left: 0px !important;
}

.PostChangeIcon {
    margin: 5px 12px 0 0px;
    padding: 0;
}

.innerpageprofile.profileopen {
    margin-top: 24px;
}

.font15 span:before {
    font-size: 16px;
    margin: 0 5px;
}

span.pe-7s-like2.unlike {
    transform: rotate(180deg);
    margin: 4px 0 0 0;
}


.pollingwarp input[type="radio"] + label span.radioButtonGraph {
    z-index: 0;
}

.font15:before {
    font-size: 22px;
}

.loginform.form {
    background: transparent;
    box-shadow: none;
    padding: 50px 50px;
}

#Login h1, #signup h1.loginheading {
    color: #777;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: normal;
}

#Login .div-form .checkbox input + i:after {
    top: -2px;
    left: -1px;
}

.login .form .button {
    text-transform: none;
    width: auto;
    float: right;
}

.login .form .footer a {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.login .form-container p.hidediv {
}

    .login .form-container p.hidediv a.toggle {
        font-family: 'roboto';
        font-weight: normal;
    }

.signupcontainer {
    margin: 0;
}

body.loginbody {
    padding: 0px;
}

.signup-bg {
    /*background: url(../images/balloon-bg.png) no-repeat right top fixed #F1F4F9;*/
    overflow: hidden;
    background: #F1F4F9;
}

.loginbg {
    height: 652px;
}

.login {
    padding: 20px 20px 20px 20px;
    margin: 0px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0;
}

    .login .form-container {
        width: 100%;
    }

    .login .form .header {
        text-align: left;
        margin-bottom: 40px !Important;
    }

#Login h1.loginheading, #signup h1.loginheading, #forget h1.loginheading {
    text-align: left;
    color: #333;
    font-size: 16px;
}


.loginremember.checkbox input[type=checkbox] {
    position: relative;
    float: left;
    margin: 2px 6px 0 0;
    width: auto;
}

.checkbox.loginremember {
    float: left;
}

.loginremember.checkbox label {
    margin: 0px 15px;
    font-size: 12px;
}

.loginremember .checkboxSignup {
    text-align: left;
    margin: 0 16px;
    padding: 0;
    vertical-align: bottom;
}

.checkboxSignup i {
    margin: -7px 0 0 0;
}

.forget_captcha td.refesh {
    border: 0;
    background: transparent;
}

.white_content.forget_pwd_popup {
    width: 42%;
}

.white_content.welcomediv {
    top: 10%;
    width: 56%;
}

    .white_content.welcomediv small {
        float: right;
        line-height: 0;
    }

.captcha_img {
    padding: 0 10px;
}

.signupError {
    color: #F76D6D;
    font-size: 12px;
}

#footer.loginfooter {
    font-size: 12px;
}

    #footer.loginfooter p {
        float: left;
        text-align: center;
    }

p.copyrights {
}

.copyrights {
    font-size: 12px;
    padding: 10px;
}

.footerimg {
    width: 120px;
    float: left;
}

.loginbg {
    position: fixed;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}



/* Nav */
.postdiv {
    padding: 5px 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #e5e5e5;
}

.tabs nav {
    text-align: center;
}

    .tabs nav ul {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
        list-style: none;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        border-bottom: 1px solid #f5f5f5;
    }

        .tabs nav ul li {
            position: relative;
            z-index: 1;
            display: block;
            margin: 0;
            text-align: center;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 10px 0 15px 0;
        }

    .tabs nav a {
        position: relative;
        /*float: left;*/
    }

        .tabs nav a span {
            vertical-align: middle;
            font-size: 0.75em;
        }

        .tabs nav a:hover {
            color: #38a9d1;
        }

    .tabs nav li.tab-current a {
        color: #38a9d1;
    }

    .tabs nav a:focus {
        outline: none;
    }

/* Content */
.content-wrap {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .content-wrap section {
        max-height: 0px;
        margin: 0 auto;
        padding: 1em;
        max-width: 1200px;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .content-wrap section.content-current {
            display: block;
        }

        .content-wrap section p {
            margin: 0;
            padding: 0.75em 0;
            color: rgba(40,44,42,0.05);
            font-weight: 900;
            font-size: 4em;
            line-height: 1;
        }

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
    display: block;
}

    .no-flexbox nav ul li {
        min-width: 15%;
        display: inline-block;
    }

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }
}
/*
*****************************/
/* Moving Line */
/*****************************/
.tabs-style-linemove nav {
    background: #fff;
}

    .tabs-style-linemove nav li:last-child::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    /* Move the line */
    .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-300%,0,0);
        transform: translate3d(-300%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .tabs-style-linemove nav a {
        padding: 1em 0;
        color: #74777b;
        line-height: 1;
        -webkit-transition: color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, transform 0.3s;
        font-size: 13px;
    }


        .tabs-style-linemove nav a span {
            font-weight: 700;
        }

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

.sub-comment-body a.post-username {
    font-size: 12px;
}

.post-username {
    float: left;
    text-transform: capitalize;
    color: #333;
    line-height: normal;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

    .post-username:hover {
        text-decoration: underline;
        color: #38a9d1;
    }

.replied_user {
    line-height: 2;
    margin: 0px;
    padding: 0 5px;
    font-size: 9px;
    color: #707070;
    text-transform: lowercase;
}

.info-wrapper small {
    float: left;
    padding-left: 10px;
    line-height: 16px;
    color: #999 !important;
    font-size: 9px;
}

.comment-body p {
    color: #828282;
    float: left;
    text-align: left;
    line-height: 23px;
    font-weight: 300;
    word-break: break-word;
}

.sub-comment-body {
    float: left;
    width: auto;
    padding-left: 5px;
}

    .sub-comment-body p {
        width: 100% !important;
        margin: 0px !important;
        padding: 6px 16px;
        background: #f3f6f8 !important;
        border-radius: 0 26px 26px 26px;
        color: #555 !important;
        font-size: 13px !important;
    }

.fa-thumbs-o-down, .fa-thumbs-o-up {
    width: 56px;
    margin-right: 10px !important;
}
/*STYLES ADDED FOR LOGIN SCREEN*/
.main-wrapper {
    margin: 5%;
}

.center-text {
    float: none !important;
    text-align: center;
}

.center {
    float: none !important;
    margin: 0 auto;
}

.login-box {
  /*  margin: auto;*/
    max-width: 400px;
}

    .login-box .logo {
        color: #6c6c6c;
        display: block;
        font-size: 22px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
    }


.headingtxt {
    color: #4e5e6a;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
}

.margintop {
    margin-top: 20px !important;
}

.margintopsmall {
    margin-top: 20px;
}

.form-control {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dce1e4;
    /*border-radius: 0;*/
    box-shadow: none !important;
    font-size: 13px;
    padding: 6px 10px !important;
    transition: all 0.2s ease-in-out 0s;
}

.btn-success {
    background-color: #22baa0;
    border-color: transparent;
    color: #fff;
}

    .btn-success:hover {
        color: #fff;
        background-color: #1DB198;
        border-color: transparent;
    }

.text-sm {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.display-block {
    display: block;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
}

.btn {
    /*border-radius: 0;*/
    font-size: 13px;
}

.erroremailmsg {
    background-color: #ffeebf;
    font-size: 12px;
    padding: 5px 0;
    border-radius: 4px;
    color: #484848 !important;
    overflow: hidden;
}

    .erroremailmsg.displayheight {
        -webkit-transition: max-height .5s ease-in-out;
        -moz-transition: max-height .5s ease-in-out;
        -ms-transition: max-height .5s ease-in-out;
        -o-transition: max-height .5s ease-in-out;
        transition: max-height .5s ease-in-out;
        max-height: 100px;
        height: auto;
    }

    .erroremailmsg.SignUpErrorEmail {
        -webkit-transition: max-height .5s ease-in-out;
        -moz-transition: max-height .5s ease-in-out;
        -ms-transition: max-height .5s ease-in-out;
        -o-transition: max-height .5s ease-in-out;
        transition: max-height .5s ease-in-out;
        overflow: hidden;
        max-height: 0;
        height: 0px;
        padding: 0px;
    }

    .erroremailmsg h4 {
        font-size: 13px;
        line-height: 18px;
        margin: 0px;
    }

    .erroremailmsg .icon {
        float: left;
        margin: 0px 10px 0 10px;
        line-height: 38px;
    }

        .erroremailmsg .icon span:before {
            content: "\f05a";
            font: normal normal normal 16px/1 FontAwesome;
        }

.message-body {
    float: left;
    width: 87%;
    font-size: 12px;
}

button.bootbox-close-button.close {
    background: transparent;
    color: #2e4051;
    opacity: 1;
}

    button.bootbox-close-button.close:hover {
        background: transparent;
        color: #2e4051;
    }

button[data-bb-handler="cancel"], button[data-bb-handler="cancel"]:hover {
    background-color: #f96868 !important;
    border-color: #f96868 !important;
    color: #fff;
}

[data-bb-handler="confirm"], [data-bb-handler="confirm"]:hover {
    border-color: #2e4051;
    background-color: #2e4051;
}

button[data-bb-handler="confirm"]:active, button[data-bb-handler="confirm"]:hover {
    color: #fff;
    background-color: #109680 !important;
    border-color: #0F8B77 !important;
}

.btn_adddesignation a.add_button, .add_button {
    padding: 7px 10px;
    background-color: rgba(118,131,143,.1);
    font-weight: normal;
    color: #76838f;
    border: 1px solid #e4eaec;
}
/*MAIL SUCCESS STYLES*/
.successmessagebox {
    background: #fff;
    height: 250px;
    width: 300px;
    margin: 50px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0 3px 24px -11px #4c5e7e;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.successicon {
    background: #6DC43D;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 90px;
    position: relative;
    top: -40px;
    height: 90px;
    margin: 0px auto;
}

    .successicon:before {
        content: "\f00c";
        font: normal normal normal 64px/1 FontAwesome;
        text-align: center;
        line-height: 90px;
    }

.successmessagebox p {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #9C9C9C;
    line-height: 26px;
    font-weight: 300;
}

.information:before {
    content: "\f129" !important;
}

.submitbtn {
    background-color: #7a6fbe;
    border-color: transparent;
    color: #fff;
}

    .submitbtn:hover {
        color: #fff;
        background-color: #6a5fac;
        border-color: transparent;
    }

.marginbottom {
    margin-bottom: 20px;
}

.smallfont {
    font-size: 12px !important;
}

.divChange {
    line-height: 36px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

/*.k-animation-container {
    background: #fff;

}*/

.inline-group-radio {
    margin-top: 2px;
}

.tabs-style-linemove nav a span.ti-comment.icon_home {
    font-size: 20px;
    padding: 0px 6px 0 0;
}

footer#footer {
    display: none;
}

footer#footer {
    font-size: 12px;
    padding: 5px;
    margin: 10px 5px 5px;
}

.tabs-style-linemove nav a span.icon_home {
    padding: 0px 6px 0 0;
}

/*.well-social-post .PostAreaAni.displaynone, .well-social-post .displaynone {
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    background: #e5feff;
    overflow: hidden;
    max-height: 0;
}*/

.well-social-post .PostAreaAni, .well-social-post .content-current, #post.content-current, #appreciation.content-current {
    -webkit-animation-name: PostAreaHeight;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: PostAreaHeight;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    max-height: 415px;
    height: auto;
    padding: 1em;
}

#idea.content-current {
    -webkit-animation-name: PostAreaHeight;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: PostAreaHeight;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    max-height: 400px;
    height: auto;
    padding: 1em 0em;
}
/*view w4 and I9 forms*/
.gridetable tr th {
    border-color: rgba(214, 214, 214, 0.54) !important;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    color: #999;
}

.table-bordered {
    border: 0px solid #ddd;
}

    .table-bordered tr:first-of-type {
        border-bottom: 3px solid #ebebeb;
    }

    .table-bordered tr {
        border-bottom: 1px solid #ebebeb;
    }

@-webkit-keyframes PostAreaHeight {
    0% {
        opacity: 0;
        max-height: 0px;
    }

    80% {
        opacity: 0;
        max-height: 100px;
    }

    100% {
        opacity: 1;
        max-height: 300px;
    }
}

@keyframes PostAreaHeight {
    0% {
        opacity: 0;
        max-height: 0px;
    }

    80% {
        opacity: 0;
        max-height: 100px;
    }

    100% {
        opacity: 1;
        max-height: 300px;
    }
}

.PostAreaHeight {
    -webkit-animation-name: PostAreaHeight;
    animation-name: PostAreaHeight;
}


.displaynone, #post, #appreciation, #poll, #idea {
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    overflow: hidden;
    max-height: 0;
    height: 0px;
    padding: 0px;
}


.ui-tooltip {
    background: #2CC185;
    color: white;
    border: none;
    padding: 0;
    opacity: 1;
    max-width: 300px;
    width: auto;
    float: left;
}

.ui-tooltip-content {
    position: relative;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
}

    .ui-tooltip-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
    }

    .ui-tooltip-content::after {
        top: -5px;
        left: 11px;
        border-width: 0 5px 5px;
    }

.table-heading tr th {
    background: #F7F7F7;
}

.PostAppSection textarea.form-control {
    width: 95%;
    float: left;
    margin: 0 0 0 10px;
}

.viewforms {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    min-height: 600px;
    margin: 0 auto;
}

    .viewforms h3 {
        font-size: 18px;
        text-align: left;
    }

        .viewforms h3:after, .viewforms h3:before {
            background: transparent;
        }

    .viewforms input[type=checkbox] {
        float: left;
        margin: 4px 5px 0 9px;
        width: auto;
    }

    .viewforms table {
        font-size: 14px;
    }

.PostImgUploadCtrl .k-widget.k-upload.k-header {
    background: none;
    text-align: left;
    border: none;
}

.PostImgUploadCtrl li.k-file.k-file-success {
    padding: 2px 5px;
    margin: 5px 0;
    border: none;
}

.PostImgUploadCtrl .k-upload-files {
    border: none;
}

.PostImgUploadCtrl .k-button.k-upload-button {
    float: left;
    margin-left: 30px;
}

    .PostImgUploadCtrl .k-button.k-upload-button, .PostImgUploadCtrl .k-button.k-upload-button:active, .PostImgUploadCtrl .k-button.k-upload-button:focus {
        background: #F3F3F3;
        color: #666;
        border: 1px solid #DDD;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        /*.PostImgUploadCtrl .k-upload-button {
    float: left;
    margin-left: 20px;
}*/

        .PostImgUploadCtrl .k-button.k-upload-button:hover, .PostImgUploadCtrl .k-button.k-upload-button input:hover {
            background: #EDEDED;
            cursor: pointer;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
.viewmorelikespopup .AppreciationIcons {
    margin-bottom: 35px;
}

    .AppreciationIcons > li {
        cursor: pointer;
        padding: 1px;
    }

/*.AppreciationIcons > li:first-child {
        padding-left: 15px;
    }*/

.width200 {
    width: 200px;
}

.AppreciationIcons > li:hover {
    -webkit-animation: zoomInapp .5s ease-in-out;
    -moz-animation: zoomInapp .5s ease-in-out;
    animation: zoomInapp .5s ease-in-out;
    -o-animation: zoomInapp .5s ease-in-out;
}

.AppreciationIcons > li img {
    width: 50px;
    height: 50px;
    opacity: 0.6;
}

.nobordertable tr td {
    padding: 0 20px 0 0;
}
/*myprofile page*/
.profilecontainer {
    background: rgba(255, 255, 255, .9);
    margin-top: 37px !important;
    padding-top: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

div#DivOfferLetterMandatory {
    padding: 0px 20px;
}

.disabled {
    cursor: not-allowed;
}

.modulepage .tabBlock-tab.is-active span:after, .modulepage .tabBlock-tab.is-active span:before {
    top: 100%;
    left: 50%;
}

.myProfileMenufixed {
    position: fixed;
    z-index: 44;
    width: 100%;
}

/*.myprofile .tabBlock-content {
    margin-top: 110px !important;
}*/

.marginbottom0 {
    margin-bottom: 0 !important;
}

/*************** end of myprofile ****************/


.div-form .k-upload.k-header {
    border: 0;
}

.div-form .UploadCtrlPost.k-header {
    width: 99.7%;
    margin: 0px 7px 0 -1px;
    text-align: left;
}

a.UploadedImgRemove {
    position: relative;
    top: 15px;
    float: right;
}

.hr {
    content: "";
    height: 1px;
    width: 100%;
    background: #272727;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,transparent),color-stop(50%,#CCCBCB ),color-stop(100%,#dfecaf));
    background: -webkit-linear-gradient(left,transparent 0%,#CCCBCB 50%,transparent 100%);
    background: -moz-linear-gradient(left,transparent 0%,#CCCBCB 50%,transparent 100%);
    background: -ms-linear-gradient(left,transparent 0%,#CCCBCB 50%,transparent 100%);
    background: -o-linear-gradient(left,transparent 0%,#CCCBCB 50%,transparent 100%);
    background: linear-gradient(left,transparent 0%,#CCCBCB 50%,transparent 100%);
}
/*Employees popups*/
.DivSignatures {
    margin-top: 20px;
}

.UserGrid .k-grid-content {
    overflow: visible;
}

.white_content.approvei9 {
    top: 20px;
    width: 800px;
    left: 20%;
}

    .white_content.approvei9 .table > tbody > tr > td {
        padding: 5px;
    }

    /*.white_content.approvei9 .div-form .input input {
        height: 30px;
    }*/

    .white_content.approvei9 .form-horizontal {
        max-height: 540px;
    }

.divSignature {
    height: 90px;
}

.headerlinks.pe-7s-clock:before {
    color: #939393;
    font-weight: bold;
    font-size: 30px;
}

.userNewTimeSheet .ticketslabels, .dashtimeuserfilter {
    width: 160px;
}

.timeassigneduserfilter {
    width: 140px;
}

.timeSheethours, .timesheetdashboar, .Reportsdashboar, .LeaveDashboard, .MyLeavedashboard {
    background: #f5f5f5;
}


.timeSheetBtn {
    margin-top: 40px;
    margin-left: 10px;
    padding: 8px;
    font-weight: normal;
}

.report-statistic-box {
    float: left;
    /*width: 200px;*/
    background-color: transparent;
    text-align: left;
}

    .report-statistic-box .mask {
        overflow: hidden;
        width: 16px;
        height: 55px;
        position: absolute;
        right: -6px;
    }

        .report-statistic-box .mask:after {
            content: '';
            display: block;
            margin-left: -20px;
            width: 20px;
            height: 100%;
            border-radius: 12px / 125px;
            box-shadow: 0 0 2px #777;
        }

.TeamLeaves {
    background: #f5f5f5;
    padding: 20px 0em 20px 0px;
    border: 1px solid #E9EEF7;
    margin: 0 !important;
    border-left: 0;
    border-right: 0;
}

#MyLeavegrid .k-grid td {
    line-height: 20px;
}

label.grideradio {
    line-height: 24px;
    float: left;
    padding: 2px 10px;
}

span.box-header {
    font-size: 15px;
    float: left;
}

    span.box-header span {
        font-size: 15px;
    }

.report-statistic-box .box-foot {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
}

#MyLeavegrid .box-foot-left {
    float: left;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #fff;
    width: 23%;
    border: 1px solid #E0E0E0;
}

.box-foot-left {
    float: left;
    text-align: center;
    font-size: 12px;
}

.report-statistic-box .pending {
    color: #DAA205;
    font-size: 18px;
    padding: 0 0 0 5px;
}

.report-statistic-box .Approved {
    color: #0F9D58;
    font-size: 18px;
    padding: 0 0 0 5px;
}

.box-foot-right {
    float: right;
    text-align: center;
    font-size: 12px;
}

.report-statistic-box .total {
    font-size: 22px;
    font-weight: 400;
    padding-top: 0;
    float: left;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 12px;
}

    .report-statistic-box .total.Year {
        font-size: 30px;
        width: 100%;
        float: left;
        text-align: left;
        padding-top: 20px;
        padding-left: 0 !important;
    }

/*.selectdate_report {
    width: 490px;
}*/

.selectdate_report .note {
    position: absolute;
    bottom: -20px;
}

/*.report-statistic-box.report-year {
    width: 135px;
}*/

.k-button.timesheetapprovegbtn i.fa-check:before {
    color: #0F9D58 !important;
}

.k-button.timesheetdeletebtn i.fa-trash-o:before {
    color: #e86f69 !important;
}

.addnewtimesheet {
    margin-bottom: -40px;
    float: right;
    position: relative;
    z-index: 29;
    padding: 5px;
    color: #545454;
    background-color: #eaeaea;
    border-color: #E0E0E0;
    border-width: 1px;
    border-style: solid;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}


.Usertimesheetdiv {
    position: relative;
    z-index: 7;
}

/*.Usertimesheetdiv .report-statistic-box {
        width: 190px;
    }*/

.LeaveDashboard .report-statistic-box {
    width: 345px;
}

.LeaveDashboard {
    padding: 15px;
}

    .LeaveDashboard .report-statistic-box {
        padding: 0 60px;
    }

        .LeaveDashboard .report-statistic-box .mask {
            top: 0px;
        }

        .LeaveDashboard .report-statistic-box .box-foot {
            padding: 0 30px;
        }

.TeamLeavepopup .assigneUsers .dropdown2 dd ul {
    left: 0%;
}

.white_content.TeamLeavepopup {
    top: 20%;
}

.weekSelection table[datepicker] tr:hover td button {
    background: #ccc;
}

.MyLeavedashboard {
    padding: 15px;
}

    .MyLeavedashboard .report-statistic-box {
        width: 100%;
        float: left;
    }

    .MyLeavedashboard .box-foot-left {
        margin: 10px 8px;
        box-shadow: 0 3px 24px -11px #4c5e7e;
    }

    .MyLeavedashboard .Applied {
        color: #DB4437;
        font-size: 18px;
        padding: 0 0 0 5px;
    }

    .MyLeavedashboard .remainigLeaves {
        width: 180px;
        text-align: left;
    }

.remainigLeaves .note {
    line-height: 24px;
    float: left;
    margin-left: 10px;
    color: #999;
}

header.leaves {
    font-size: 20px;
}
/*Employees popups*/
.NewTimeSheet {
    top: 6%;
    left: 5%;
    width: 90%;
    max-height: 610px;
    min-height: 580px;
}

    .NewTimeSheet .datepic_icon, .userNewTimeSheet .datepic_icon {
        border: 1px solid #e5e5e5;
        padding: 8px;
        height: 36px;
        line-height: 27px;
    }

    .NewTimeSheet .popups fieldset {
        padding: 10px 15px 5px !important;
        height: 530px;
    }

        .NewTimeSheet .popups fieldset input[type="text"] {
            padding: 3px 4px !important;
            border: 1px solid #F3F1F1;
            margin: 0;
        }

.Timesheetdetails.table tr > th {
    padding: 5px 0 5px 10px;
}

.NewTimeSheet .popups fieldset input[readonly="true"] {
    background: rgba(234, 234, 234, 0.34);
    cursor: not-allowed;
}

label.weekhours {
    font-size: 25px;
    color: #19c395 !important;
    font-weight: normal !important;
}

.timesheetdetails-warp ul.token-input-list-facebook li input {
    height: 25px !important;
    width: 100% !important;
    border: 0 !important;
}

.copyto_textbox ul li {
    width: auto;
}

.timesheetdetails-warp ul.token-input-list-facebook {
    margin: 0 !important;
    min-height: 29px !important;
    padding: 0px !important;
    width: 150px !important;
}

.NewTimeSheet .form-horizontal ul {
    border: 1px solid #F3F1F1;
}

.currentweek {
    font-size: 20px;
}
/*HrActivities*/
.width100per {
    width: 100%;
}

.modal-content h3:before, .modal-content h3:after, .modal-header h3 {
    background: transparent;
    text-align: left !important;
    font-size: 15px !important;
    padding: 0;
    margin: 0;
    line-height: 28px;
}

.white_content.usercreatediv {
    z-index: 1050;
}

div#brodcastpopup {
    top: 10%;
    width: 60%;
    left: 20%;
}

    div#brodcastpopup .form-horizontal {
        overflow: hidden;
        max-height: 520px;
    }

/*#Servicespopup {
    top: 18% !important;
}*/

.tabbable.tabs-left {
    padding: 11px 35px;
}

.tabs-left ul {
    -webkit-padding-start: 0px;
    width: 100%;
    float: left;
}

    .tabs-left ul li {
        float: left;
        margin: 0 10px 10px 0;
        list-style-type: none;
        transition: all 0.3s ease;
    }

        .tabs-left ul li.active {
            box-shadow: 0px 0px #58B5A3, 0px 0px #58B5A3, 0px 2px #58B5A3;
            -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
        }

.tabs-left .inline-form-control {
    width: 100%;
}

#imageFromLinkBar #imageURL {
    width: 300px;
}

button.btn.btn-default {
    background: #F5F5F5;
    border: 1px solid #ECEBEB;
}

.Deptdesc .k-group {
    float: left;
}

.k-button.k-upload-button:hover {
    border: 1px solid #DDD;
    color: #666;
    background: #EDEDED;
    padding: 2px 5px;
    font-weight: normal;
}


.modal-footer {
    border: 0;
    padding: 15px 15px 15px;
}

    .modal-footer .btn-primary {
        width: 70px;
    }

.viewforms .divMainFormI9 h3, .viewforms .formW4div h3 {
    text-align: center;
}

.documenteditor {
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: left;
    padding-left: 7px;
    max-height: 270px;
}

.div-form .input ul .token-input-input-token-facebook input {
    border: 0;
}

.checkbox.lineckeckbox {
    line-height: 14px;
    text-align: left;
    display: inline;
    margin: 0 30px 0 10px;
}

.white_content.DocCreate {
    z-index: 1050;
    height: 642px !important;
    top: 3%;
    left: 20%;
    width: 800px;
    max-height: 611px;
}

.k-button.k-upload-button {
    border: 1px solid #e5e5e5;
    padding: 2px 5px;
}

.k-button.k-button-bare:hover {
    border: 0;
}

.white_content.DocCreate .form-horizontal {
    max-height: 615px;
}

.addnewdocument {
    float: left;
    padding: 5px;
    background: #C1C1C1;
    margin-top: 25px;
    border-radius: 50%;
    line-height: 12px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

    .addnewdocument i:before {
        margin: 0;
    }

.Staticdocupload {
    float: left;
    padding: 10px 10px 0 10px;
}

/*user profile*/
.textlabeldiv {
    float: left;
    width: 50%;
    text-align: left;
}

    .textlabeldiv .ng-binding {
        padding: 0 0 0 20px;
    }

    .textlabeldiv label:first-child {
        font-weight: 600;
        width: 130px;
    }

.userprofile .tabBlock, .userprofile .tabBlock-pane, .userprofile .tabBlock-content {
    width: 100%;
}

.k-upload-files.k-reset {
    border: 0;
}

    .k-upload-files.k-reset .k-file {
        border: 0;
    }

.userprofile .Photo {
    height: 100px;
    width: 100px;
    border-radius: 0;
    border: 1px solid #F1F4F9;
    padding: 2px;
}

.userprofileinfo {
    border-radius: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color=#d2d2d2)";
    -moz-box-shadow: 0px 2px 3px #d2d2d2;
    -webkit-box-shadow: 0px 2px 3px #C5C4C4;
    box-shadow: 0px 0px 2px #C5C4C4;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color=#d2d2d2);
    border-bottom: solid 2px #D8D8D8;
    padding: 10px;
    margin: 0 17px;
}

.profilewall .comment {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 9px rgba(0,0,0,.05);
    border: 1px solid #EFEFEF;
}
/*.profilemore, .profilelesslink {
    display: none;
}*/

.userdesignation {
    padding: 0 15px;
}

.profilemoreright {
    text-align: right;
    margin: -16px 0px -11px 25px;
}

.profilemorelink {
    width: auto;
    float: right;
    background: #60AF9F;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    color: #fff;
}

.profileTxtPostArea {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.postedon {
    margin: -2px 4px;
    line-height: 28px;
    color: #A3A3A3;
    float: left;
}
/*Ticket Management page*/
.ticket_Service label.ticket_Servicelbl {
    line-height: 32px;
    padding: 0 18px 0 0;
}

.mutliSelectoption ul li {
    float: left;
    text-align: left;
    width: 100%;
    line-height: 27px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Statuslabel {
    line-height: 34px;
    padding: 0 10px 0 0;
}

.UsersPriority {
    width: 195px;
}

.mutliSelectoption input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    padding: 0;
    margin: 6px;
    width: auto;
}

#listcontent a {
    color: #447AB8;
}


.dropdown dd, .dropdown dt, .dropdown1 dd, .dropdown1 dt, .dropdown2 dd, .dropdown2 dt, .dropdown3 dd, .dropdown3 dt, .dropdown4 dd, .dropdown4 dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul, .dropdown1 ul, .dropdown2 ul, .dropdown3 ul, .dropdown4 ul {
    margin: -1px 0 0 0;
}

.dropdown dd, .dropdown1 dd, .dropdown2 dd, .dropdown3 dd .dropdown4 dd {
    position: relative;
}

.dropdown a, .dropdown a:visited,
.dropdown1 a, .dropdown1 a:visited,
.dropdown2 a, .dropdown2 a:visited,
.dropdown3 a, .dropdown3 a:visited,
.dropdown4 a, .dropdown4 a:visited {
    text-decoration: none;
    outline: none;
    /*font-family: 'Roboto', Arial, sans-serif;*/
}

.dropdown dt a, .dropdown1 dt a, .dropdown2 dt a, .dropdown3 dt a, .dropdown4 dt a {
    background-color: #fff;
    display: block;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    width: 155px;
    font-weight: normal;
    color: #484848;
    font-family: 'Roboto', Arial, sans-serif;
}

    .dropdown dt a.dropdowntimesheet, .dropdown1 dt a.dropdowntimesheet {
        width: 120px;
    }

    .dropdown dt a span, .multiSel span, .dropdown1 dt a span, .multiSel1 span, .dropdown2 dt a span, .multiSel2 span, .dropdown3 dt a span, .multiSel3 span {
        cursor: pointer;
        display: inline-block;
        margin: 0px 0px 0px 13px;
        float: left;
        line-height: 27px;
        padding: 5px 0;
    }

.dropdown dd ul, .dropdown1 dd ul, .dropdown2 dd ul, .dropdown3 dd ul {
    background-color: #fff;
    border: 0;
    color: #484848;
    display: none;
    /*left: 23%;*/
    left: 0;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 170px;
    list-style: none;
    min-height: 100px;
    overflow: auto;
    z-index: 10;
    max-height: 200px;
    border: 1px solid #D6D6D6;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
    font-family: 'Roboto', Arial, sans-serif;
    padding: 5px;
}

.mutliSelect3.mutliSelectoption.mageusers ul {
    width: 207px;
}

.assigneUsers .dropdown2 dd ul {
    left: 36%;
}

.ticketslabels.UsersStatus {
    width: 180px;
}

.UsersStatus .dropdown dd ul {
    left: 21%;
}

.UsersStatus.leavestatus {
    width: 265px;
}

.LeaveDashboard_search {
    background: #F1F4F9;
    padding: 1em 0em 1em 0em;
    border: 1px solid #E9EEF7;
}

.LeaveDashboardgridfilter .ticketslabels.LeaveEndDatewrap {
    width: 245px;
}

.LeaveStartdate {
    width: 108px;
}

.LeaveEnddate {
    width: 87px;
}

.LeaveDashboardgridfilter .ticketslabels {
    width: 285px;
}

.UsersPriority .dropdown1 dd ul {
    left: 47px;
}

.dropdown span.value, .dropdown1 span.value, .dropdown2 span.value {
    display: none;
}

.dropdown dd ul li a, .dropdown1 dd ul li a, .dropdown2 dd ul li a {
    padding: 5px;
    display: block;
}

    .dropdown dd ul li a:hover, .dropdown1 dd ul li a:hover, .dropdown2 dd ul li a:hover {
        background-color: #fff;
    }

.ticketsdatewarp {
    margin: 10px 0 0 40px;
    float: left;
    width: 100%;
}

.ShowtimeSheetBtn {
    text-align: left;
    margin-left: 35px;
    height: 40px;
    float: right;
    margin: 8px 0 0 0;
}

.Ticketmanagement .k-grid .k-button.refresh.create {
    z-index: 99;
    position: relative;
}

.Ticketmanagement .k-grid-content .k-state-selected, .state-selected {
    background-color: rgba(213, 236, 249, 0.3);
    border-color: #FAFAFA;
    border: 0;
}

.Ticketmanagement .k-grid-content tr:hover, .ticketlstdetails.k-state-selected {
    background-color: rgba(213, 236, 249, 0.3);
    border-color: #FAFAFA;
    cursor: pointer;
}

.form .form-group input.ticketlfilterSearch {
    border: 1px solid #e5e5e5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.Ticketmanagement .input-group-addon {
    padding: 6px 3px 6px 9px;
    position: relative;
    z-index: 9;
}


.div-form .toggle.low_high i, .div-form .toggle.old_latest i {
    width: 86px;
    height: 20px;
    left: 7px;
    z-index: 6;
}

    .div-form .toggle.low_high i:after {
        content: 'High-Low';
        left: 18px;
        font-size: 10px;
    }

.div-form .k-grid .toggle.low_high i:before, .div-form .k-grid .toggle.old_latest i:before {
    top: 4px;
    left: 4px;
    background-color: #8CC63F;
}

.div-form .toggle.low_high input:checked + i:after {
    content: 'Low-High';
    left: 18px;
    font-size: 10px;
}

.listviewgrid {
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
}

.div-form .toggle.old_latest i:after {
    content: 'Latest-Old';
    left: 19px;
    font-size: 10px;
    right: 17px;
}

.div-form .toggle.old_latest input:checked + i:after {
    content: 'Old-Latest';
    left: 19px;
    font-size: 10px;
}


.tickets_search {
    background: #f5f5f5;
    /*padding: 18px 0 18px 0;*/
    height: 130px;
}

.lblassusers {
    width: 66px;
    line-height: 17px;
    text-align: left;
    margin-left: 18px;
}

.datepic_icon {
    background: #fff url(../images/datepicker-icon.png) no-repeat 95% !important;
    cursor: pointer;
    background-size: 18px 18px !important;
}

.Startdate {
    width: 56px;
    text-align: left;
}

.ticketsdatewarp .Startdate {
    width: 40px;
}

.div-form .k-grid .checkbox input + i:after {
    top: 0px;
    left: 0;
}

.div-form .k-grid .radio i, .div-form .checkbox i {
    top: 5px;
}

.ticketslabels {
    width: 220px;
    margin-right: 10px;
}

.ShowData button {
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 0 0 9px;
}

button.claerbtn {
    background: #BFBFBF;
    color: #444;
    font-weight: normal;
    border: 1px solid #BABBBB;
    line-height: 20px;
}

    button.claerbtn:hover {
        background-color: #cacbcd;
    }

.TeamTimesheetGrid.fixed .k-header.k-grid-toolbar {
    /*position: absolute;
    float: left;
    width: 99.5%;
    z-index: 99;
    top:0px;*/
}

.TeamTimesheetGrid.fixed .k-grid-header .k-grid-header-wrap {
    /*position: absolute;
    top: 42px;
    z-index: 99;
    border-bottom: 1px solid #ccc;*/
}

/*Ticket Conversation Details*/
.ticketconversation {
    width: 100%;
    margin: 15px 0 0 auto;
    padding: 10px;
    float: left;
}

    .ticketconversation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

        .ticketconversation ul li {
            margin: 0 0 25px 0;
            font-weight: 300;
            float: left;
            width: 100%;
        }

            .ticketconversation ul li a.user {
                margin: -30px 0 0 0;
                display: block;
                color: #333;
            }

                .ticketconversation ul li a.user img {
                    width: 37px;
                    height: 37px;
                    border-radius: 50%;
                    background-color: #f3f3f3;
                    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
                }

            .ticketconversation ul li .date {
                font-size: 13px;
                color: #a6a6a6;
                width: 90%;
                text-align: left;
            }

            .ticketconversation ul li .message.blur p {
                -webkit-filter: blur(3px);
                -moz-filter: blur(3px);
                -o-filter: blur(3px);
                -ms-filter: blur(3px);
                filter: blur(3px);
            }

            .ticketconversation ul li .message.blur .hider {
                opacity: 1;
                z-index: 1;
            }

            .ticketconversation ul li .message p {
                margin: 0;
                padding: 0;
                transition: all 0.1s;
            }

            .ticketconversation ul li .message .hider {
                opacity: 0;
                z-index: -1;
                position: absolute;
                height: 100%;
                width: 100%;
                margin: -10px;
                text-align: center;
                cursor: pointer;
                transform-style: preserve-3d;
                transition: all 0.1s;
            }

                .ticketconversation ul li .message .hider span {
                    display: block;
                    position: relative;
                    top: 50%;
                    font-size: 16px;
                    transform: translateY(-50%);
                }

            .ticketconversation ul li.other a.user {
                float: right;
            }

            .ticketconversation ul li.other .date {
                float: right;
                margin: -20px 10px 0 0;
            }

            .ticketconversation ul li.other .message {
                margin: 0 75px 0 0;
                text-align: right;
            }

            .ticketconversation ul li.other .createddate {
                float: right;
                margin-right: 60px;
            }

.ticketpriority {
    margin: 8px 0;
    z-index: 9;
    position: relative;
    font-size: 11px;
}

    .ticketpriority div {
        float: left;
        margin: 0;
    }

    .ticketpriority span.TicketPriority {
        margin: -4px 5px 0 14px;
    }

.priorityhigh, .prioritymedium, .prioritylow {
    margin: 0 17px;
}

.priorityhigh {
}

.chat ul li.other .message:before {
    margin: -9px -16px 0 0;
    right: 0;
}

.ticketconversation ul li.other .message:after {
    content: '';
    right: 0;
    margin: 0 -15px 0 0;
}

.ticketconversation ul li.you a.user {
    float: left;
}

.ticketconversation ul li.you .date {
    float: left;
    margin: -35px 0 0 52px;
    font-weight: 500;
    color: #8A8A8A;
    text-transform: capitalize;
}

.ticketconversation ul li.you .message {
    margin: -22px 0 0 53px;
    text-align: left;
    float: left;
    width: 90%;
}

    .ticketconversation ul li.you .message label {
        padding: 5px 10px 0 0;
        color: #aaa;
    }

.ticketconversation ul li .createddate {
    float: right;
    margin: 0px 12px 5px 10px;
    font-size: 11px;
    color: #C5B5B5;
    font-style: italic;
}

.ticketconversation ul li.you .message:before {
    margin: -9px 0 0 -16px;
    left: 0;
}

.ticketconversation ul li.you .message:after {
    content: '';
    left: 0;
    margin: 0 0 0 -15px;
}

.TicketNumberCon {
    padding: 0 15px;
    float: left;
    background: #FDFDFD;
    border-top: 1px solid rgba(245, 245, 245, 0.65);
    border-bottom: 1px solid rgba(245, 245, 245, 0.65);
}

.assignedconversation {
    height: 420px;
    overflow: auto;
}

.closedticketuser {
    padding: 20px;
}

.TicketNumberCon .ticketinfo {
    text-align: left;
    font-size: 15px;
    color: #5171C3;
    font-weight: 400;
}

.TicketNumberCon span {
    font-size: 11px;
    color: #A7A4A4;
}

.TicketNumberCon label {
    font-size: 11px;
}

.TicketNumberCon .Active {
    padding-top: 6px;
    color: #FBB159;
    background: transparent !important;
}

.TicketNumberCon .Reopen {
    color: #665884;
    background: transparent !important;
}

.TicketNumberCon .New {
    color: #C77966;
    background: transparent !important;
    text-align: left;
}

.TicketNumberCon .Resolved {
    color: #7EB58C;
    background: transparent !important;
}

.TicketNumberCon .OnHold {
    color: #878886;
    background: transparent !important;
}

.TicketNumberCon .Rejected {
    color: #3D3D3E;
    background: transparent !important;
}

.TicketNumberCon .Closed {
    color: #3F7FA0;
    background: transparent !important;
}

.TicketNumberCon .Deferred {
    color: #D6D2C7;
    background: transparent !important;
}

.replytoticket {
    background: rgba(251, 251, 251, 0.47);
    border: 1px solid rgba(245, 245, 245, 0.65);
    padding: 10px;
}

    .replytoticket h4 {
        font-size: 13px;
    }

a.gobackfix {
    position: fixed;
    top: 159px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #292D32;
    color: #fff;
    text-align: center;
}

    a.gobackfix:hover {
        opacity: 0.8;
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.gobackfix .fa-mail-reply:before {
    margin-left: 7px;
}

.TicketNumberCon label {
    width: 75px;
    float: left;
}

.TicketNumberCon div {
    line-height: 25px;
}

.Assignedusersforservice .forservice {
    padding: 0 0 0 17px;
}

.AssTktpopup {
    top: 11%;
    left: 15%;
    width: 70%;
}

.white_content.myticketpopup {
    top: 7%;
    left: 15%;
    width: 70%;
    height: 600px;
    max-height: 580px;
}

    .white_content.myticketpopup .form-horizontal {
        max-height: 579px;
        padding-bottom: 0 !important;
    }




#myticketpopup.editmyticketpopup {
    /*height: 380px;*/
}

.white_content.myLeavespopup {
    top: 9%;
}

    .white_content.myLeavespopup .form-horizontal {
        padding-bottom: 0 !important;
    }

    .white_content.myLeavespopup .form-horizontal {
        max-height: 548px;
        padding: 0 !important;
    }

#Halfdayradio .inline-group .radio {
    line-height: 13px;
}



.div-form .labeltext {
    font-weight: normal;
    color: #949494;
}

.tiketEditor .Editor-editor {
    height: 170px;
}

.inprogresstbs a {
    text-align: center;
    padding: 8px;
    vertical-align: middle;
    margin-right: 18px;
    width: auto;
    float: left;
    border-radius: 2px;
    width: auto;
    color: #333;
    font-size: 15px;
}
/*TicketManagement*/
@font-face {
    font-family: "Tickets";
    src: url("../fonts/ticket_icons.eot");
    src: url("../fonts/ticket_icons.eot#iefix") format("embedded-opentype"), url("../fonts/ticket_icons.woff") format("woff"), url("../fonts/ticket_icons.ttf") format("truetype"), url("../fonts/ticket_icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="Tickets-"]:before, [class*=" Tickets-"]:before,
[class^="Tickets-"]:after, [class*=" Tickets-"]:after {
    font-family: Tickets;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.Tickets-ticket15:before {
    content: "\e000";
}

.Tickets-tickets:before {
    content: "\e001";
}

.inprogresstbs a.activeticket label.active_arrow {
    border-bottom: 2px solid #FF922B;
    position: relative;
    cursor: pointer;
}

    .inprogresstbs a.activeticket label.active_arrow:before {
        top: 100%;
        left: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #FF922B;
        border-width: 6px;
    }

.inprogresstbs a.activeticket i.fa-hourglass-half:before {
    color: #FF922B;
}

.inprogresstbs a.activeticket i.fa-check:before {
    color: #02D0D1;
}

.inprogresstbs a.activeticket label.active_arrow.Completed {
    border-bottom-color: #02D0D1;
}

    .inprogresstbs a.activeticket label.active_arrow.Completed:before {
        border-top-color: #02D0D1;
    }

.inprogresstbs a .fa-hourglass-half, .inprogresstbs a .fa-check {
    padding-right: 5px;
}
/*TicketManagement end*/
.inprogresstbs a i:before {
    margin: 0;
    font-size: 18px;
    color: #999;
}

.inprogresstbs a.activeticket i:before {
    color: #444;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-in;
}

/*.inprogresstbs {
    padding-bottom: 10px;
}*/

.inprogresstbs a label {
    cursor: pointer;
}

.inprogresstbs a.activeticket i.active_arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
    position: relative;
    z-index: 99;
    margin-top: 32px;
    position: absolute;
    margin-left: -16px;
    /*-webkit-transition: .6s ease-out;
        transition: .6s ease-in;*/
    -webkit-animation: fadeIn ease .5s;
    -moz-animation: fadeIn ease .5s;
    animation: fadeIn ease .5s;
}

.DomainNamecancelbtn {
    margin: auto;
    display: block;
    width: 100px;
    float: none;
}

.registeredcompanies {
    min-height: 150px;
}

.MultiDomainNames {
    margin: 10px;
}

.white_content.multiDomains {
    width: 500px;
    left: 30%;
    height: 200px;
    min-height: 250px;
}

.ui-tooltip.ui-widget {
    color: #fff;
    border: 0;
}

.NewTimeSheet .form-horizontal {
    max-height: 565px;
    padding-bottom: 0 !important;
}

.Timesheetdetails {
    border: 1px solid #EAE9E9;
}

.NewTimeSheet .note li:first-child {
    font-size: 14px;
}

.NewTimeSheet .form-horizontal ul {
    margin-top: -25px;
    float: left;
    text-align: left;
}

.NewTimeSheet .form-horizontal .weekSelection ul {
    margin-top: -35px;
}

.timesheetdetails-warp {
    min-height: 348px;
}

.NewTimeSheet ul li {
    list-style-type: none;
    font-size: 12px;
    margin: 5px;
}

.Timesheetdetails.table tr > th, .Timesheetdetails.table tr > td {
    border: 0;
    position: relative;
}

.Timesheetdetails.table tr > th {
    font-size: 13px;
    background: #EFEFEF;
}

    .Timesheetdetails.table tr > th.heading {
        font-size: 15px;
        line-height: 34px;
        font-weight: normal;
    }

    .Timesheetdetails.table tr > th label {
        font-size: 12px;
        font-weight: normal;
        color: #807D7D;
    }

.Timesheetdetails.table tr:nth-child(odd) {
    background: #F9F9F9;
}

.NewTimeSheet .SelectedTodate {
    line-height: 26px;
    border: 1px solid #F3F1F1;
    padding: 5px;
    background: #F5F5F5;
    cursor: not-allowed;
    height: 36px;
}

/*.Timesheetcodetxt:hover ul.ViewCodes, .Timesheetcodetxt input:active ul.ViewCodes {
    display: block;
}*/

ul.ViewCodes {
    position: absolute;
    width: 260px;
    border: 1px solid #ccc;
    top: 64px;
    z-index: 999;
    background: #fff;
    max-height: 140px;
    overflow: auto;
    /*display: none;*/
}

    ul.ViewCodes li:first-child {
        display: block;
    }

    ul.ViewCodes .ProjectName {
        white-space: normal;
        word-wrap: break-word;
        width: 100%;
        color: #999;
    }

.NewTimeSheet ul.ViewCodes li {
    border-bottom: 1px solid #F7F7F7;
    margin: 0;
    padding: 7px;
}

.LeaveRepotsFiletr {
    background: #f5f5f5;
    padding: 10px 0em 20px 0em;
    z-index: 8; /*z-index for calender*/
    position: relative;
}

    .LeaveRepotsFiletr .UsersStatus {
        width: 265px;
    }

    .LeaveRepotsFiletr .Statuslabel.Startdate {
        width: 108px;
    }

    .LeaveRepotsFiletr .Statuslabel.Enddate {
        width: 89px;
    }

    .LeaveRepotsFiletr .EndDatewrap {
        width: 328px;
    }

    .LeaveRepotsFiletr .Startdatewrap {
        width: 284px;
    }

.Leave_reportoptions .Reporttab.ticketsdatewarp .ticketslabels {
    width: 167px;
    text-align: left;
}

.Leave_reportoptions .Reporttab.ticketsdatewarp {
    margin: 0 0 0 0;
}

.ticketsdatewarp {
    margin-left: 0;
}

.Leave_reportoptions .UsersStatus {
    width: 180px;
}

.Leave_reportoptions .Startdate, .Leave_reportoptions .Enddate {
    text-align: left !important;
}

.Enddate.admin {
    text-align: right;
    padding: 0 10px 7px 18px;
    width: 107px;
}

.Reporttab.ticketsdatewarp {
    margin: 0 0 0 40px;
    float: left;
    width: auto;
}

    .Reporttab.ticketsdatewarp .Startdate {
        width: 106px;
        text-align: right;
    }

    .Reporttab.ticketsdatewarp .Enddate {
        text-align: right;
        width: 90px;
    }

    .Reporttab.ticketsdatewarp .ticketslabels {
        width: 267px;
    }

.ticketslabels.EndDatewrap.admin {
    width: 285px;
}

.timesheetdashboar .StartDate {
    background: rgba(195, 195, 195, 0.18);
    padding: 0 5px;
    border: #E5E5E5 1px solid;
    height: 39px;
    margin-right: 35px;
}

.weekhours-wrap {
    width: 100%;
    text-align: center;
    display: block;
}

    .weekhours-wrap .hours {
        padding: 2px;
        vertical-align: top;
        line-height: 32px;
    }

.white_content.maildiv {
    top: 4%;
    max-height: 590px;
}

    .white_content.maildiv .form-horizontal {
        max-height: 580px;
    }

.timesheetdashboar {
    padding: 25px;
}

    .timesheetdashboar .startdate {
        line-height: 40px;
    }

.timesheetdashboarinner {
    width: 190px;
}

    .timesheetdashboarinner .dropdown2 dt a {
        width: 170px;
    }

.timesheetdashboar div.timesheetdashboarinner .dropdown a {
    margin-top: 0;
}

.timesheetdashboar .frmdate {
    margin-right: 30px;
}

.timesheetdashboar .ShowData {
    margin-top: 34px;
}

.timesheetdashboar .dashboard.ShowData {
    margin-top: -4px;
}

.timesheetdashboar .empname {
    float: left;
    padding: 10px;
    margin-top: 30px;
}

.timesheetdashboar .dropdown a {
    margin-top: 30px;
    width: 170px;
    float: left;
}

.dashboarddatewarp {
    padding-top: 31px;
    float: left;
    width: 100%;
}

    .dashboarddatewarp .frmdate, .dashboarddatewarp .todate {
        padding: 0 20px 0 0;
        line-height: 35px;
    }

    .dashboarddatewarp .input:first-child {
        padding-right: 20px;
    }

.Reportsdashboar .timeSheetBtn {
    margin-top: 23px;
}

div.report-statistic-box .teamReportfilter {
    width: 185px;
}

.Reportsdashboar {
    padding-left: 96px;
}

    .Reportsdashboar dl.dropdown a {
        width: 170px;
    }

div.Reportemployeename {
    width: 200px;
}

.Reportemployeename .dropdown2 dt a {
    width: 180px;
}

div.newtimesheetdiv {
    width: 200px;
}

#ddlAssignedDates ul {
    margin: 0;
}

.newtimesheetdiv #ddlAssignedDates dt a {
    width: 180px;
}

ul.AssignedDatesdisplay {
    display: block !important;
}

div.Reportdatesdiv {
    width: 340px;
}

.dashboard_userdates {
    margin-top: 10px;
    width: 400px;
}

.timesheetdashboar.timesheetdashboar_user {
    margin-top: 6px;
    margin-bottom: 20px;
}

.timesheetdashboar_user.timesheetdashboar .ShowData {
    margin-top: 7px;
}

.lblTeamDashHeading {
    padding: 15px 0 0 0;
    text-align: center;
}

.timesheetdashboar_user .frmdate {
    margin: 10px 25px 4px 0px;
}

.zindexCalender {
    z-index: 99;
}

.creategroupbtn {
    color: #fff;
    float: right;
    margin-right: 60px;
    border: 1px solid #299A84;
    line-height: 13px;
    padding: 5px;
    margin: 13px 60px 0 0;
    background: #2FA991;
    border-radius: 2px;
}

#divLogin .btn.btn-success {
    background-color: #292d32;
    border-color: #292d32;
}

.superadmindialog {
    width: 71% !important;
}

.superadmindivform {
    width: 83% !important;
}
/*STYLES ADDED FOR SUPER ADMIN*/
/*GRID*/

.dashboard_div {
    height: auto;
    width: 93%;
    overflow: hidden;
    margin: 0px auto;
}

.dashboard_boxeffects {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ccc;
    height: 190px;
}

.dashboard_div label {
    font-size: 12px;
    color: #bbb;
    margin: 0px;
}

.dashboard_div h1 {
    font-size: 46px;
    color: #666;
    font-weight: normal;
    line-height: 40px;
    margin: 0px;
}

.dashboard_div h2 {
    color: #666;
    font-size: 26px;
    font-weight: normal;
    margin: 0px;
    line-height: 23px;
}

.dashboard_div h3 {
    color: #666;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    line-height: 20px;
}

.dashboard_div h4 {
    color: #fff !important;
    float: left;
    font-size: 16px;
    padding: 5px;
    font-weight: normal;
    margin: 8px 0 0 5px;
    background: #C04B74;
}

.dashboard_div h5 {
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 10px;
}

.usersdiv {
}

    .usersdiv h4 {
        content: "";
        background: #C04B74;
        position: relative;
    }

        .usersdiv h4:after {
            content: "";
            width: .2em;
            bottom: 0em;
            position: absolute;
            display: block;
            border: .9em solid #1eb2df;
            z-index: -2;
            right: -1.35em;
            border-left-width: .75em;
            border-right-color: transparent;
        }

.likesdiv {
}

    .likesdiv h4 {
        background: #0092AF;
    }

.postsdiv {
}

    .postsdiv h4 {
        background: #94B820;
    }

.projectsdiv {
}

    .projectsdiv h4 {
        background: #41C1D5;
    }

.appreciationsdiv {
}

    .appreciationsdiv h4 {
        background: #E87033;
    }

.ticketsdiv {
}

    .ticketsdiv h4 {
        background: #C04B74;
    }

.hoursdiv {
}

    .hoursdiv h4 {
        background: #0092AF;
    }

.leavesinsightdiv {
}

    .leavesinsightdiv h4 {
        background: #94B820;
    }

.dashboard_div h6 {
    font-size: 12px;
    color: #666;
    margin: 0px;
    text-align: left;
}

.small_lefticon {
    float: left;
    margin: 5px;
}

.footcontent {
}

.foottexts {
    padding-left: 20px;
}

.grid_1 {
    width: 6.5%;
}

.grid_2 {
    width: 15%;
}

.grid_3 {
    width: 23.5%;
}

.grid_4 {
    width: 32%;
}

.grid_5 {
    width: 40.5%;
}

.grid_6 {
    width: 49%;
}

.grid_7 {
    width: 57.5%;
}

.grid_8 {
    width: 66%;
}

.grid_9 {
    width: 74.5%;
}

.grid_10 {
    width: 83%;
}

.grid_11 {
    width: 91.5%;
}

.grid_12 {
    width: 100%;
    margin-bottom: 15px !important;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: block;
    float: left;
    margin: 0 2% 1% 0;
    text-align: left;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.margin70 {
    margin-bottom: 70px !important;
}

.marginnegtive {
    margin-top: -30px;
}

.insightspopupdiv {
    width: 80%;
    margin-top: 15px !important;
}

#companyinsights .modal-body {
    height: 500px;
    overflow: auto;
}

.boxshadow {
    box-shadow: 0 3px 24px -11px #4c5e7e;
    border: 1px solid #ccc;
}

.divprivilege label, .divprivilege input {
    width: auto;
    float: left;
    margin: 6px;
}

.divprivilege input {
    vertical-align: middle;
    margin: 5px;
}

.maindivdivprivilege {
    padding: 10px 22px;
    float: left;
}

#managemodules .modal-body {
    padding: 0px;
}
/*@media only screen and (min-width: 1242px) and (max-width: 1280px) {
.div-form section {
    margin-bottom: 10px;
}
.comments {
    width: 576px;
}
.postsection {
    width: 576px;
}


}
*/
@media only screen and (min-width: 1200px) and (max-width: 1242px) {

    .white_content.myLeavespopup {
        top: 6%;
    }

    .NewTimeSheet {
        top: 2%;
    }

    .white_content.myticketpopup {
        top: 3%;
    }
}

.timesheetcodes_Icons {
    background: url(../images/TimeSheetcodes1.png) no-repeat 0px 0;
    width: 80px;
    height: 59px;
    float: left;
    background-size: 60px 60px;
}

.Employees_Icons.idf_Icons {
    background: url(../images/savings.png) no-repeat 0px 0;
    background-size: 50px 45px;
}

.Employees_Icons {
    background: url(../images/employees.png) no-repeat 0px 0;
    width: 80px;
    height: 59px;
    float: left;
    background-size: 50px 55px;
}

.broadcast_Icons {
    background: url(../images/broadcast.png) no-repeat 8px -7px;
    width: 100px;
    height: 60px;
    float: left;
    background-size: 52px 62px;
}

.servces_Icons {
    background: url(../images/servicesicon.png) no-repeat 0px 0px;
    width: 100px;
    height: 50px;
    float: left;
    background-size: 40px 40px;
}

.hractivity_Icons {
    background: url(../images/hr_activity.png) no-repeat 0px 0px;
    width: 75px;
    height: 60px;
    float: left;
    background-size: 65px 65px;
}

.adminsettings_Icons {
    background: url(../images/settings.svg) no-repeat 5px 5px;
    width: 100px;
    height: 50px;
    float: left;
    background-size: 39px 39px;
}

.ticketmanagement {
    background: url(../images/tickets.png) no-repeat 0px 0px;
    width: 50px;
    height: 48px;
    float: left;
    background-size: 45px 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 0 0 17px;
}

.TicketsIcon {
    background: url(../images/tickets.png) no-repeat 7px 7px;
    width: 70px;
    height: 60px;
    float: left;
    background-size: 44px 55px;
}

.leavemanagement {
    background: url(../images/leaves.png) no-repeat 7px -1px;
    width: 50px;
    height: 60px;
    float: left;
    background-size: 47px 49px;
}

.block_company {
    background-image: url(../images/cb.png);
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
}

.unblock_company {
    background-image: url(../images/cub.png);
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
}

.dashboard [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0px 5px 0 0 !important;
    font-size: 16px !important;
}

.adminsettingspanel {
    margin: 15px 0 30px 0;
    float: left;
    width: 100%;
}

.pooloptinsdiv {
    width: 101%;
}

.userwallpostdiv {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 10px 0 15px 0 !important;
    border: 1px solid #e7e7e7;
}

.newDocContent .Editor-container {
    float: left;
    height: 242px;
    border-bottom: 0 !important;
    width: 100%;
}

    .newDocContent .Editor-container .Editor-editor {
        height: 200px;
    }

    .newDocContent .Editor-container .btn-group:nth-last-child(6), .newDocContent .Editor-container .btn-group:nth-last-child(5) {
        display: none;
    }

h4.MyProfileheading {
    color: #378BC9;
}

.switch {
    position: relative;
    width: 400px;
    padding: 0 10px;
    font-family: inherit;
    float: left;
}

.switch__label {
    display: inline-block;
    width: 75px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #E4E1E1;
    line-height: 21px;
    margin: 5px;
    color: #304C6F;
    font-size: 13px;
    border-radius: 30px;
    transition: color 200ms ease-in-out;
}

.switch__labelbymonth {
    padding-left: 15px;
}

.switch input:checked + .switch__label {
    color: #299848;
    font-weight: 700;
}

.switch input[type="radio"]:not(:checked), .switch input[type="radio"]:checked {
    display: none;
}

.editpost .contenteditable {
    border: 1px solid #dce1e4;
    padding: 10px;
    text-align: left;
    font-weight: normal;
}

.editpost .modal-content {
    width: 600px !important;
}
/*adminsettings*/
.adminsettings h4 {
    text-align: left;
    font-size: 20px;
    color: #525;
    margin: 0 auto 0 auto;
    padding: 0;
}

.adminsettings article {
    text-align: left;
    width: 100%;
    font-size: 13px;
}

.adminsettingstabs .tabBlock-tab.is-active span {
    border-bottom: 2px solid #8CC63F;
}

    .adminsettingstabs .tabBlock-tab.is-active span:after {
        border-top-color: #8CC63F;
        margin-left: -30%;
        border-width: 6px;
    }

.adminsettings .div-form .toggle i {
    top: 7px;
    width: 60px;
    height: 25px;
   font-family: FontAwesome , sans-serif;
    background: #BFBFBF;
    transition: all ease-in .5s;
}

    .adminsettings .div-form .toggle i:before {
        width: 15px;
        height: 15px;
        background-color: #F0F0F0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.39);
    }

    .adminsettings .div-form .toggle i:after {
        content: "\f00d";
        font-size: 15px;
        top: 4px;
        color: #8A8888;
    }

.adminsettings .div-form .toggle input:checked + i {
    background: #FF883E;
}

    .adminsettings .div-form .toggle input:checked + i:after {
        content: '\f00c';
        font-size: 15px;
        top: 4px;
        text-shadow: 1px 1px 0 #F7B68D;
    }

    .adminsettings .div-form .toggle input:checked + i:before {
        background-color: #f0f0f0;
    }

    .adminsettings .div-form .toggle input:checked + i:after {
        color: #B75E26;
    }
/*adminsettings*/
.bootbox.modal {
    z-index: 10500;
}

/*Scheduling*/
.container h4.SchedulerHeading {
    color: #F57229;
}

.select.Scheduler select {
    height: 35px;
}

.select.Scheduler i {
    top: 13px;
    height: 9px;
}

.Meetingschedulerpopup {
    width: 70%;
    left: 15%;
    top: 5%;
    max-height: 725px;
    overflow: auto;
}

    .Meetingschedulerpopup .form-horizontal {
        max-height: 552px;
        padding: 5px 0 10px 0 !important;
    }

    .Meetingschedulerpopup .k-widget.k-datetimepicker.k-header {
        border: 0;
        background: transparent;
    }

    .Meetingschedulerpopup .k-picker-wrap.k-state-default, .Meetingscheduler .k-picker-wrap.k-state-default {
        background: transparent;
        border-radius: 2px;
    }

    .Meetingschedulerpopup .form-horizontal .k-picker-wrap .k-input {
        line-height: 25px;
        height: 35px;
    }

    .Meetingschedulerpopup .k-datetimepicker .k-picker-wrap .k-icon {
        margin: 10px 2px;
    }

    .Meetingschedulerpopup .listItems {
        padding: 0 25px;
    }

.legendAvailabilityCheck {
    width: 100%;
    position: relative;
    padding: 0 0 0 16px;
    font-size: 11px;
    float: left;
    margin: 3px 0 0 0;
}

    .legendAvailabilityCheck:before {
        content: "";
        height: 12px;
        width: 12px;
        background: #fff;
        border: 2px solid #1b9c83;
        position: absolute;
        left: 0;
        top: 0;
    }

    .legendAvailabilityCheck.Engaged:before {
        background: #fff;
        border: 2px solid #D75151;
    }

    .legendAvailabilityCheck.leave:before {
        border: 2px solid #FFB000;
    }

.MeetingschedulerpopupPreview .PreviewWrapper {
    padding: 15px;
}

    .MeetingschedulerpopupPreview .PreviewWrapper p {
        text-align: left;
        margin-left: 30px;
    }



.MeetingschedulerpopupPreview {
    top: 15%;
    left: 20%;
    width: 60%;
}

    .MeetingschedulerpopupPreview .form-horizontal {
        max-height: 100%;
    }

.AvailableRoomsinfo {
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    width: 365px;
    z-index: 9999;
    box-shadow: 0px 1px 2px 1px #797979;
    right: 25px;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
}

    .AvailableRoomsinfo:before {
        bottom: 100%;
        right: 5px;
        border: 1px solid rgb(255, 255, 255);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(247, 247, 247, 0);
        border-bottom-color: #ddd;
        border-width: 6px;
        margin-left: -23px;
    }

.month.epsilon.text--caps {
    background: #04BFBF;
    padding: 5px;
    color: #fff;
}

.MeetingschedulerpopupPreview .form-horizontal {
    padding: 20px 0 0px 0 !important;
}

.MeetingschedulerpopupPreview .PreviewWrapper .scheduleddetails {
    background: #f7f7f8;
    float: left;
    padding: 10px 22px;
    width: 100%;
    text-align: left;
}

.date-icon.softest {
    border: 1px solid #04BFBF;
    border-radius: 2px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #fff;
}

.stroke-top {
    background: rgba(255,255,255,0);
    border-top: 1px solid rgba(138, 138, 158, 0.16);
    padding: 5px;
}

.stroke-bottom {
    background: rgba(255,255,255,0);
    border-bottom: 1px solid rgba(138,138,158,0.25);
}

.mega {
    font-size: 40px;
}

.AvailableRoomsinfo ul {
    float: left;
    margin: 7px 0 0 25px;
    text-align: left;
    width: 94%;
}

    .AvailableRoomsinfo ul li {
        font-size: 13px;
        line-height: 23px;
    }

.dateselection .k-widget.k-datepicker.k-header {
    width: 100%;
    position: absolute;
    left: 0;
    background: transparent;
}

.dateselection .k-select {
    width: 98px !important;
    height: 96px !important;
    margin: -64px 0 0 0 !important;
    opacity: 0;
}

.div-form .col.dateselectionwrapper {
    width: 116px;
    padding-right: 0;
}

.dateselection .k-input {
    display: none !important;
}

.dateselection .k-picker-wrap.k-state-default {
    margin-top: 63px;
    border: 0;
}

    .dateselection .k-picker-wrap.k-state-default.k-state-active {
        box-shadow: none;
    }

.dateselection.to {
    padding: 0;
    padding-top: 36px;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
}

.dateselectionwrapper .k-autocomplete.k-state-hover, .dateselectionwrapper .k-picker-wrap.k-state-hover, .dateselectionwrapper .k-numeric-wrap.k-state-hover, .dateselectionwrapper .k-dropdown-wrap.k-state-hover {
    background-color: transparent !important;
}

.Meetingschedulerpopup p.timepicker .k-picker-wrap.k-state-default, .Meetingscheduler p.timepicker .k-picker-wrap.k-state-default {
    background: #fff !important;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dateselectionwrapper .timepicker {
    margin: 10px 0;
}

    .dateselectionwrapper .timepicker.shift-time {
        margin: 0;
    }

        .dateselectionwrapper .timepicker.shift-time span.k-timepicker.k-widget {
            width: 100%;
        }

        .dateselectionwrapper .timepicker.shift-time .k-input {
            width: 89% !important;
        }

.Meetingschedulerpopup .form-horizontal p.timepicker .k-picker-wrap .k-input, .Meetingscheduler p.timepicker .k-picker-wrap .k-input {
    height: 22px;
    box-shadow: none;
    font-size: 11px;
    margin-left: 0;
    width: 80% !important;
    line-height: 28px;
    padding: 5px 0;
    float: left;
    font-weight: 700;
    text-align: center;
}

.Meetingschedulerpopup .k-list-container {
    font-size: 11px;
}

.AvailableRooms {
    position: relative;
}

.schedulerclick {
    position: absolute;
    z-index: 99;
    margin: 11px 0 0 0px;
    color: #666;
}

.div-form .select.Scheduler {
    height: 35px;
}

.Schedulertype {
    margin-top: -17px;
    margin-left: 0;
    text-align: left;
}

.AvailableRoomsinfoWrap {
    position: relative;
}
/*Scheduling end*/
/*ANIMATION FOR BACK BUTTON*/
@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
/*K-tooltip*/

.k-tooltip-content {
    height: auto;
    max-width: 350px;
    overflow: hidden;
    white-space: pre;
    word-wrap: break-word;
}

#MyTeamLeave > .k-grid-content td.k-group-cell {
    border-top: 1px solid #FFF !important;
}

#MyTeamLeave > .k-grid-content table tbody td:first-child {
    border-bottom: 1px solid #E0E0E0 !important;
}

#MyTeamLeave > .k-grid-content table tr.k-alt td:first-child {
    background: #FCFDFD;
}

#MyTeamLeave > .k-grid-content table tbody td.k-group-cell:first-child {
    border-top: 0px solid #C5C5C5 !important;
    border-bottom: 1px solid #F3F3F3 !important;
}

#MyTeamLeave > .k-grid-content .k-grouping-row + tr td {
    border-top-width: 0px !important;
}

/*.viewmorelikespopup {
    max-height: 525px;
    overflow: auto;
    font-style: italic;
}*/

.helpdesk {
    display: none;
}

.helpdesk {
    box-shadow: none;
    position: absolute;
    right: 0px;
    width: 75px;
    border-radius: 2px;
    -webkit-transition: 0.25s width ease-in-out;
    -moz-transition: 0.25s width ease-in-out;
    -ms-transition: 0.25s width ease-in-out;
    -o-transition: 0.25s width ease-in-out;
    transition: 0.25s width ease-in-out;
    z-index: 99;
    top: 0;
}

    .helpdesk.home {
        margin: 65px 3px 4px 0px !important;
        padding: 10px;
        position: fixed;
    }

    .helpdesk img {
        width: 53px;
        padding: 0px;
        float: right;
    }

.helpdeskinner {
    display: none;
    font-size: 12px;
    color: #797979;
}

    .helpdeskinner p:first-child {
        color: #A2A2A2;
    }

.helpdeskinner {
    font-size: 10px;
    color: #6F6E6E;
    font-weight: 700;
    opacity: 0;
}

.helptext {
    position: absolute;
    top: 9px;
    color: #fff;
    font-size: 9px;
    right: 17px;
    display: none;
}

.helpdesk:hover img, .helpdeskinner img {
    box-shadow: none;
}

.helpdesk:hover .helpdeskinner img {
    display: inline;
    width: 54px;
    border-radius: 0;
}

.helpdesk:hover {
    width: 224px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    height: 140px;
    padding: 10px;
}

    .helpdesk:hover .helpdeskinner {
        display: block;
        text-align: left;
    }

.moreinsurance_check {
    position: relative;
    margin-top: 10px;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;*/
    opacity: 0;
}

.moreinsurance {
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    right: 227px;
    top: 83px;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;*/
    opacity: 0;
}

.helpdesk.home:hover .moreinsurance_check, .helpdesk.home:hover .helpdeskinner {
    animation: MoreInsureAni 0.5s ease-in-out;
    -webkit-animation: MoreInsureAni 0.5s ease-in-out;
    -moz-animation: MoreInsureAni 0.5s ease-in-out;
    -o-animation: MoreInsureAni 0.5s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-delay: .2s;
}

.moreinsurance {
    animation: MoreInsureAni 0.5s ease-in-out;
    -webkit-animation: MoreInsureAni 0.5s ease-in-out;
    -moz-animation: MoreInsureAni 0.5s ease-in-out;
    -o-animation: MoreInsureAni 0.5s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@-webkit-keyframes MoreInsureAni {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@keyframes MoreInsureAni {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.moreinsurance {
    border: 1px solid #E5E5E5;
    width: 505px;
}

    .moreinsurance:after, .moreinsurance:before {
        left: 100%;
        top: 26px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .moreinsurance:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #F3F3F4;
        border-width: 10px;
        margin-top: -10px;
    }

    .moreinsurance:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #EAE9E9;
        border-width: 13px;
        margin-top: -13px;
    }

    .moreinsurance table {
        width: 100%;
    }

        .moreinsurance table tr td {
            padding: 2px;
        }

        .moreinsurance table tr:last-child td {
            border: 0;
        }

        .moreinsurance table tr td {
            border-bottom: 1px solid #F3F3F3;
            padding: 7px;
            line-height: 23px;
        }

        .moreinsurance table tr th {
            border-bottom: 1px solid #E0DDDD;
            font-size: 10px;
            padding: 2px 5px;
        }

/*forgotpassword*/
.Forgotmailwrapper {
    margin: 10px;
    padding: 0 30px;
    color: #fff;
    height: 400px;
    border-radius: 2px;
}

    .Forgotmailwrapper p {
        color: #8A8383;
    }

    .Forgotmailwrapper h3 {
        color: #6B6A6A;
    }

        .Forgotmailwrapper h3:before {
            background-image: none;
            border: 0;
            background-color: transparent;
        }

    .Forgotmailwrapper .envelopewrap {
        width: 130px;
        margin: 20px auto;
        text-align: center;
        position: relative;
    }

    .Forgotmailwrapper .envelope {
        background: #4D7590;
        width: 100%;
        height: 80px;
        position: relative;
        box-shadow: 0 5px 0 rgba(99, 139, 167, 0.12);
        margin: 120px 0 30px 0;
        z-index: 1;
    }

        .Forgotmailwrapper .envelope:before,
        .Forgotmailwrapper .envelope:after {
            content: "";
            position: absolute;
            bottom: 0;
        }

        .Forgotmailwrapper .envelope:before {
            right: 0;
            border-bottom: 0px solid transparent;
            border-top: 80px solid transparent;
            border-right: 130px solid #59819C;
            z-index: 1;
        }

        .Forgotmailwrapper .envelope:after {
            left: 0;
            border-bottom: 0px solid transparent;
            border-top: 80px solid transparent;
            border-left: 130px solid #4D7590;
            z-index: 1;
        }

    .Forgotmailwrapper .open {
        border-right: 65px solid transparent;
        border-top: 40px solid #39596F;
        border-left: 65px solid transparent;
        position: absolute;
        z-index: 9999;
        left: 0;
        top: 0;
        transform-origin: 0% 0%;
    }

    .Forgotmailwrapper .paper {
        width: 110px;
        height: 75px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -55px;
        background: #fff;
        z-index: 0;
        box-shadow: 0 0px 7px rgba(0,0,0,0.19), 0 0px 0px rgba(0,0,0,0.3);
    }

        .Forgotmailwrapper .paper:before {
            content: "";
            position: absolute;
        }

        .Forgotmailwrapper .paper:before {
            width: 110px;
            height: 75px;
            background: rgba(177, 177, 177, 0.12);
            bottom: 0;
            left: 0;
        }

    .Forgotmailwrapper .noti {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        border-radius: 35px;
        color: #fff;
        font-size: 17px;
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        background: #2ecc71;
        box-shadow: 0 1px 0px 1px rgb(61, 158, 103);
        opacity: 0;
    }

    .Forgotmailwrapper ul {
        margin: 25px auto 0 auto;
        padding: 0;
        display: block;
        width: 80%;
    }

    .Forgotmailwrapper li {
        list-style: none;
        background: #d3d3d3;
        width: 100%;
        height: 5px;
        margin-bottom: 5px;
    }

        .Forgotmailwrapper li:nth-child(1) {
            width: 50%;
        }

        .Forgotmailwrapper li:nth-child(2) {
            margin-bottom: 20px;
            width: 20%;
        }

    /* TRIGGER ANIMATIONS */
    .Forgotmailwrapper.is-active .open {
        animation: foldUp 1.5s ease-in-out;
        animation-fill-mode: forwards;
    }

    .Forgotmailwrapper.is-active .paper {
        animation: paperUp 2.5s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 1s; /* W3C and Opera */
    }

    .Forgotmailwrapper.is-active .noti {
        animation: noti 1.5s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 2s; /* W3C and Opera */
    }

/* ANIMATIONS */
@keyframes foldUp {
    from {
        transform: rotateX(0deg);
    }

    to {
        transform: rotateX(180deg);
        z-index: 0;
    }
}

@keyframes noti {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes paperUp {
    from {
        height: 75px;
    }

    60% {
        height: 130px;
    }

    70% {
        height: 110px;
    }

    80% {
        height: 130px;
    }

    90% {
        height: 120px;
    }

    100% {
        height: 130px;
    }
}

/*End forgotpassword*/

/*svg animation*/

@-webkit-keyframes hairanimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes hairanimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes pupilanimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(2px, 1px);
        transform: translate(2px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pupilanimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(2px, 1px);
        transform: translate(2px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes armanimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes armanimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes browanimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes browanimation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes shoeanimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes shoeanimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.svg-man {
    width: 50%;
    /* transform:scale(2); */
    margin-top: 100px;
}

.svg-right-arm, .svg-left-arm {
    -webkit-animation-name: armanimation;
    animation-name: armanimation;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.svg-left-arm {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.svg-hair {
    -webkit-animation-name: hairanimation;
    animation-name: hairanimation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.svg-ear {
    -webkit-animation-name: hairanimation;
    animation-name: hairanimation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.svg-right-shoe, .svg-left-shoe {
    -webkit-animation-name: shoeanimation;
    animation-name: shoeanimation;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.svg-left-shoe {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.svg-eye-apple {
    -webkit-animation-name: pupilanimation;
    animation-name: pupilanimation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.svg-brow {
    -webkit-animation-name: browanimation;
    animation-name: browanimation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.man_new {
    position: absolute;
    -webkit-animation: mymove 10s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation: mymove 10s infinite;
    animation-timing-function: linear;
    bottom: 0;
    height: 500px;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {
        bottom: 0px;
    }

    to {
        bottom: 800px;
    }
}

@keyframes mymove {
    from {
        bottom: 0px;
    }

    to {
        bottom: 800px;
    }
}

.svgsignup {
    position: absolute;
    top: 0;
    right: 25px;
}

svg.signupsteps {
    height: 550px;
    margin: 25px 0;
}

.man-wrap {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mandown {
    opacity: 0;
    transition: opacity 2s;
    -o-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
}

/*svg animationend*/

.usertloginimer {
    float: left;
}

/*myteam*/

.myteamtree {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto !important;
}

    .myteamtree ul {
        position: relative;
        padding: .5em 0;
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
    }

        .myteamtree ul li .Managers li .myteamimage:after {
            content: '';
            background: #ccc;
            height: 0;
            width: 1px;
            top: 131px;
            position: absolute;
            left: 50%;
        }

        .myteamtree ul.Managers:before {
            content: '';
            background: #ccc;
            height: 1px;
            width: 90%;
            position: absolute;
            bottom: 0 !important;
            top: 27%;
            left: 0;
            margin: 5%;
        }

.Managers:after {
    content: '';
    background: #ccc;
    height: 98px;
    width: 1px;
    top: 108px;
    position: absolute;
    left: 50%;
}

.myteamtree ul li .ReportingManagers:after {
    content: '';
    background: #ccc;
    height: 10px;
    width: 1px;
    top: 131px;
    position: absolute;
    left: 50%;
}
/*.myteamtree ul li .ReportingManagers:before {
    content: '';
    background: #ccc;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    top: 140px;
    left: 0;
}*/
.ReportingManagers {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.myteamtree ul li .ReportingManagers:after {
    content: '';
    background: #ccc;
    height: 50px;
    width: 1px;
    top: 119px;
    position: absolute;
    left: 50%;
    z-index: -9;
}

.myteamtree ul:after {
    content: '';
    display: table;
    clear: both;
    z-index: 22;
}

.myteamtree ul.ReportingManagers ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 13em;
}

.myteamtree ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em 0.5em 0;
    margin-left: -0.25em;
    margin-right: -0.25em;
    z-index: 25;
    position: relative;
}

    .myteamtree ul li:before, .myteamtree ul li:after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 1em;
    }

    .myteamtree ul li:after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .myteamtree ul li:only-child:after, .myteamtree ul li:only-child:before {
        display: none;
    }

    .myteamtree ul li:only-child {
        padding-top: 11px;
    }

    .myteamtree ul li:first-child:before, .myteamtree ul li:last-child:after {
        border: 0 none;
    }

    .myteamtree ul li:last-child:before {
        border-right: 1px solid #ccc;
        border-radius: 0 1em 0 0;
    }

    .myteamtree ul li:first-child:after {
        border-radius: 1em 0 0 0;
    }

    .myteamtree ul li div.subtree:hover {
        box-shadow: 0 3px 24px -11px #4c5e7e;
        opacity: 0.9;
        -webkit-animation: pulse .5s ease-in-out;
        -moz-animation: pulse .5s ease-in-out;
        -o-animation: pulse .5s ease-in-out;
        animation: pulse .5s ease-in-out;
    }

    .myteamtree ul li div.subtree {
        border: 1px solid #ccc;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        padding: 0em;
        text-decoration: none;
        width: 110px;
        word-wrap: break-word;
        white-space: initial;
        display: inline-block;
        border-radius: 2px;
        color: #333;
        position: relative;
    }
/*end my team*/

.div-form .AssignedTicketsWrapper label {
    font-weight: normal;
    font-size: 12px;
}

.myteamdiv {
    height: 280px;
    width: 250px;
    background: #1fbba6;
    border: 1px solid #1fbba6;
    color: #fff;
    float: left;
    margin: 10px;
}

    .myteamdiv label {
        line-height: 22px;
    }

    .myteamdiv i {
        font-size: 14px;
    }

label.designation {
    padding: 8px 0px 0px 0px;
}

.myteamimage a {
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    color: #2478AD;
    font-size: 11px;
}

    .myteamimage a i {
        font-size: 10px;
        color: #8C8C8C;
    }

.myteamimage {
    height: 110px;
    background: #fff;
    padding: 4px 0 0 0;
    z-index: 20;
    position: relative;
}

    .myteamimage img {
        border: 2px solid #A0A0A0;
        border-radius: 50%;
        -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
        filter: grayscale(100%);
        padding: 5px;
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

        .myteamimage img:hover {
            -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
            filter: grayscale(0%);
        }

    .myteamimage div {
        height: 37px;
        background: #299AE2;
        padding: 1px 0 0 0;
        font-size: 11px;
        border-top: 3px solid #065D94;
        color: #fff;
    }
/*.myteamdiv:first-child::after {
    content:"";
    position:absolute;
    color:#38a9d1;
    background:#38a9d1;
    width:5px;
    height:15px;
}*/

/*STYLES FOR USERS SEARCH*/
.k-state-default h3:before {
    background: none;
}

.k-state-hover {
    background: #EBEBEB !important;
    /*border:1px solid #EBEBEB !important;*/
}

.k-popup .k-list .k-state-hover {
    padding: 1px 5px !important;
}

.k-autocomplete.k-state-hover {
    background: none !important;
    border: none !important;
}

.Displaynone {
    display: none;
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
            float: left;
        }

#txtUsers-list .k-item {
    line-height: 1em;
    width: 100%;
    float: left;
}

/* Material Theme padding adjustment*/

.k-material #txtUsers-list .k-item,
.k-material #txtUsers-list .k-item.k-state-hover,
.k-materialblack #txtUsers-list .k-item,
.k-materialblack #txtUsers-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#txtUsers-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    float: left;
    text-align: left;
    max-width: 75%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: normal;
}

/*#txtUsers-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        float: left;
        background-repeat: no-repeat;
    }*/

#txtUsers-list h3 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#txtUsers-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

#txtUsers-list {
    background: #fff;
    width: 347px !important;
    padding: 0px;
}

.k-animation-container {
    border: none;
}

#txtUsers_listbox {
    background: #fff;
    overflow-x: hidden !important;
}

.k-autocomplete.k-state-default.KSearchAuto {
    background-color: transparent;
    background: none;
    width: 254px;
    border: none;
    margin: 19px 137px 0 0px;
}

span.k-widget.k-autocomplete.k-header.KSearchAuto.pull-right.ng-pristine.ng-untouched.ng-valid.k-state-default:after {
    content: "\f002";
    cursor: pointer;
    width: 30px;
    color: #fff;
    height: 31px;
    background: #5b5b5b;
    padding: 8px;
    position: absolute;
    right: -40px;
}

.k-autocomplete.k-state-default.KSearchAuto .k-input.KSearchAuto {
    padding: 5px 0;
    width: 250px;
    color: #000;
    outline: none;
    line-height: 20px;
    background: #373636;
    border-radius: 2px;
    font-size: 13px;
}

.usersearchdispaly {
    float: right;
    width: 26%;
    margin: 0 20px 0 0;
}

    .usersearchdispaly label {
        float: right;
        position: relative;
        margin: 0px 0px 0 0px;
        background: #f8f8f8;
        width: 347px;
        text-align: center;
        color: #444;
        border: 1px solid #c8c8c8;
    }










.wrap {
    display: inline-block;
    text-align: center;
}

.ScheduleMeetingrooms .radio {
    position: absolute;
    left: -999rem;
}

.rd-visual {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 97%;
    height: 76px;
    padding: 2px 10px;
    border-radius: 0;
    overflow: hidden;
    vertical-align: bottom;
    margin: 5px 5px 0px 5px;
    background: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #f1f1f1;
}

.ScheduleMeetingrooms .radio:checked + .rd-visual {
    color: #fff;
    background-color: #5cbc90;
}

.ScheduleMeetingrooms h5, .rd-visual h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.rd-visual::before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.rd-visual:hover {
    opacity: 1;
}

    .rd-visual:hover::before {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
        filter: none;
    }

.ScheduleMeetingrooms .radio:checked + .rd-visual::before {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

/*.rd-visual::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 54px;
}*/

/*.ScheduleMeetingrooms .radio:checked + .rd-visual::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
}*/

/*.rd-visual.us::before {
    background-image: url(../images/meetingroom.png);
    background-size: 54px;
}*/

/*.rd-visual.nl::before {
    background-image: url(../images/meetingroom.png);
    background-size: 54px;
}*/

.ScheduleMeetingrooms {
    padding: 0 !important;
}

    .ScheduleMeetingrooms .radio:checked + .rd-visual::after {
        background-image: url(../images/checked_room.png);
    }

.Schedulemore {
}

    .Schedulemore .card {
        background: white;
        margin: 0;
        border: 1px solid #dddddd;
        padding: 10px;
        overflow: hidden;
        position: relative;
        text-align: left;
        border-radius: 4px;
        box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.24);
    }

.grid.Schedulemore .card .cancelmeeting {
    top: 14%;
    width: 82%;
    left: 10%;
}

.list.Schedulemore .card .cancelmeeting {
    top: 10%;
    width: 32%;
    left: 33%;
}

.Schedulemore .info {
    text-align: center;
}



    .Schedulemore .info .more, .editSchedule a {
        background: #ebebeb;
        max-width: 30px;
        display: block;
        padding: 7px;
        transition: all 1s cubic-bezier(0.36, 0.13, 0.25, 0.9);
        border-radius: 100%;
        width: 25px;
        height: 25px;
        transform: scale(1);
        bottom: 0;
        position: absolute;
        right: 0;
        line-height: 10px;
        font-size: 19px;
        margin: 5px;
    }

.editSchedule a {
    right: 43px;
}

.editSchedule {
    width: 23px;
    float: right;
    margin: 0 27px 0 0;
}

    .editSchedule i.icons:before {
        line-height: 16px !important;
        padding: 0;
        font-size: 16px;
        vertical-align: top;
    }

.Schedulemore .info .item {
    transform: scale(0);
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    transition: opacity 0.4s ease;
}

    .Schedulemore .info .item p {
        margin: 0;
        padding-top: 0;
    }

    .Schedulemore .info .item .close {
        position: absolute;
        top: -30px;
        right: 5px;
        text-decoration: none;
        padding: 5px;
        display: block;
        border-radius: 100%;
        font-size: 13px;
        color: #000;
        opacity: 1;
    }

    .Schedulemore .info .item img {
        border-radius: 100%;
    }

.grid .Schedulemore .info.active .more {
    transform: scale(25);
    border-radius: 100%;
}

.Schedulemore .info.active .more {
    transform: scale(100);
}

.Schedulemore .info.active .item {
    transform: scale(1);
    z-index: 1;
    opacity: 1;
    text-align: left;
}

.Schedulemore .info.active .description {
    overflow: auto;
    position: relative;
    max-height: 172px;
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

    .Schedulemore .info.active .description strong {
        color: inherit;
        font-size: 14px;
    }

.Schedulemore .info.active .fa.fa-paperclip {
    opacity: 0;
}

.Schedulemore a.more.attachments {
    right: 80px;
}

.Schedulemore .more.attachments {
    background: transparent;
}

.Schedulemore .info.active .more.attachments {
    background: #EBFAFF;
}

.Schedulemore .info.active + .info .more.attachments {
    opacity: 0;
}

.Schedulemore .info.active .icon-profile {
    display: none;
}

.Schedulemore .item {
    transform: scale(1);
    text-align: center;
}

.Schedulemore button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background: #89669b;
    color: white;
    padding: 18px 60px;
    border-radius: 2px;
    font-size: 20px;
}

.Schedulemore .fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px;
}

.Schedulemore .material {
    position: relative;
    color: white;
    margin: 20px auto;
    height: 400px;
    width: 500px;
    background: #f45673;
}

.Schedulemore .ripple {
    overflow: hidden;
}

.Schedulemore .ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

.rd-specifications {
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
}

    .rd-specifications span {
        margin-top: 5px;
        opacity: 0.7;
        font-size: 12px;
        margin-right: 10px;
        /*border: 0.1px solid #eaeaea;*/
    }

.rd-visual small {
    opacity: 0.7;
}

.ScheduleMeetingrooms .radio:checked + .rd-specifications {
}

.ScheduleMeetingrooms .radio:checked + .rd-visual .rd-specifications {
    opacity: 1;
    color: #fff;
}

.ScheduleMeetingrooms input.prevbtn {
    background: #f9f9f9;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #F7F7F7;
    width: auto;
    color: #555;
    padding: 5px 19px;
    font-size: 12px;
}

.ScheduleMeetingrooms input.dayactive.prevbtn {
    color: #38a9d1;
    border-bottom: 1px solid #38a9d1;
}


@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}

.meetingrooms.grid {
    width: 250px;
    margin: 0 5px 0 5px;
}

.meetingrooms li {
    margin: 10px 0;
    padding: 10px;
    box-shadow: none;
    float: left;
    padding: 10px;
    width: 100%;
    text-align: left;
    /*border: 1px solid #E8E3E3;*/
    max-height: 210px;
}

    .meetingrooms li:hover {
        max-height: 210px;
    }

        .meetingrooms li:hover .meetingdescription {
            opacity: 1;
            border: 1px solid #E8E3E3;
            border-top: 0;
            width: 250px;
            margin: -8px 0 0 -11px;
            padding: 10px 0 10px 11px;
            background: #F3F3F3;
            z-index: 9;
            position: relative;
            border-radius: 0px;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
        }

.grid.meetingrooms .meetingrow p {
    width: 100%;
    height: 15px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.meetingrooms.list li {
    max-height: 100%;
    list-style-type: none;
}

    .meetingrooms.list .meetingdescription, .meetingrooms.list li:hover .meetingdescription {
        opacity: 1;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0;
        background: #fff;
    }

.meetingdescription {
    opacity: 0;
}

.meetingrooms li span {
    color: #6F6C6C;
    width: 100%;
    float: left;
    font-weight: normal;
}

.meetingrow {
    margin-bottom: 5px;
    float: left;
    font-weight: 500;
    color: #464646;
    font-size: 12px;
}

.k-animation-container, .k-list {
    background: #fff;
}

.meetingrooms .meetingrow label {
    float: left;
    margin: 0 10px 0 0;
}

    .meetingrooms .meetingrow label .fa:before {
        font-size: 12px;
        margin: 0 2px 0 5px;
    }

.Createdwrap {
    border-top: 1px solid #eee;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}

.meetingroomname strong {
    color: #F57229;
    font-size: 13px;
}

.toggler {
    color: #A1A1A4;
    font-size: 1.25em;
    margin-left: 8px;
    text-align: center;
    cursor: pointer;
}

    .toggler.active {
        color: #000;
    }

.button-wrap .button-label {
}

.button-wrap .tab2 {
    margin-left: 170px;
}

.button-wrap input + .button-label h1 {
    font-size: 15px;
    cursor: pointer;
    margin: -12px 10px 0 0px;
    padding: 6px 12px;
    border-radius: 2px 2px 0 0;
    line-height: 20px;
    background: #E2E2E2;
    color: #777;
    position: absolute;
    top: 0;
}

.button-wrap input:checked + .button-label {
}

    .button-wrap input:checked + .button-label h1 {
        background: #f7f7f7;
        color: #333;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        z-index: 3;
    }

.button-wrap {
    text-align: left;
}

ul.roominfo li {
    list-style-type: none;
    font-size: 13px;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
}

.schedulemargin {
    margin-bottom: 20px;
}

.findrooms {
    background: #f7f7f7;
    padding: 10px 0 0 0;
    border: 1px solid #ccc;
}

    .findrooms ul:active, .findrooms:focus {
        outline: none;
    }

.roomwrap {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.avltimings {
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
}

    .avltimings li {
        float: left;
        list-style-type: none;
    }
/*time selection*/

.tasks {
    margin: 40px auto;
    width: 240px;
    background: white;
    border: 1px solid #cdd3d7;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tasks-header {
    position: relative;
    line-height: 24px;
    padding: 7px 15px;
    color: #5d6b6c;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    background: #f0f1f2;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: -moz-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: -o-linear-gradient(top, #f5f7fd, #e6eaec);
    background-image: linear-gradient(to bottom, #f5f7fd, #e6eaec);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.03);
}

.tasks-title {
    line-height: inherit;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
}

.tasks-lists {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    padding: 10px 4px;
    width: 19px;
    height: 3px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

    .tasks-lists:before {
        content: '';
        display: block;
        height: 3px;
        background: #8c959d;
        border-radius: 1px;
        -webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
        box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
    }

.tasks-list-item {
    display: block;
    line-height: 20px;
    padding: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tasks-list-item label {
        cursor: pointer;
        width: 102px;
    }

.tasks-list-item {
    border-top: 1px solid #f0f2f3;
}

.tasks-list-cb {
    display: none !important;
}

span.rd-visual.us:hover {
    box-shadow: 6px 7px 7px -6px rgba(0, 0, 0, 0.26);
    background: #f4fcff;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    border: 1px solid #c4cbd2;
    border-radius: 2px;
    margin-top: 2px;
}

    .tasks-list-mark:before {
        content: '';
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -3px 0 0 -4px;
        height: 5px;
        width: 9px;
        border: solid #38a9d1;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #38a9d1;
}

    .tasks-list-cb:checked ~ .tasks-list-mark:before {
        display: block;
    }

.booked, .booked:before {
    color: #F57229 !important;
    border-color: #F57229 !important;
    text-decoration: line-through;
    cursor: not-allowed;
    font-size: 11px;
}

.tasks-list-cb.booked:checked ~ .tasks-list-mark {
    border-color: #F57229;
}

.tasks-list-mark.booked:before {
    content: 'X';
    text-decoration: none;
    border-width: 0 0 0px 0px;
    top: 6px;
    left: 12px;
    margin: -9px 0 0 -10px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.tasks-list-desc {
    font-weight: 500;
    color: #555;
    font-size: 12px;
}

.tasks-list-cb:checked ~ .tasks-list-desc {
    color: #34bf6e;
}

.meetinglegend {
    position: relative;
    margin: 10px 5px;
    line-height: 20px;
    float: right;
    font-size: 11px;
    padding-left: 15px;
}

    .meetinglegend:before {
        content: '';
        position: absolute;
        left: 0;
        height: 10px;
        width: 10px;
        bottom: 5px;
    }

    .meetinglegend.cancel:before {
        background: #E2A29D;
    }

    .meetinglegend.previous:before {
        background: #dce5e7;
    }

    .meetinglegend.current:before {
        background: #45B2BD;
    }

    .meetinglegend.future:before {
        background: #B7DB86;
    }

    .meetinglegend.invite:before {
        background: #F7CE5B;
    }

.k-scheduler-content .k-event, .k-task-complete {
    border-width: 0;
}
/*end time selection*/
.meetingcentericon {
    background: url(../images/meeting.png) no-repeat 7px 2px;
    width: 80px;
    height: 80px;
    float: left;
    background-size: 40px 45px;
}

.myteamicon {
    background: url(../images/myteam.png) no-repeat 6px 8px;
    width: 70px;
    height: 70px;
    float: left;
    background-size: 36px 35px;
}

i.mycalendermargin {
    margin: 3px 0 0 0 !important;
}

.levaemanagementdropdownclass .dropdown dd ul {
    left: 33%;
}

.levaemanagementdropdownclass .dropdown1 dd ul {
    left: 23%;
}

.managersdiv .myteamimage {
    height: 130px;
    width: 100%;
}

.teammanagers h3 {
    color: #FBB95A;
    font-size: 18px;
}

.teammembers h3 {
    color: #299AE2;
    font-size: 18px;
}

.teamleaders h3 {
    color: #2FBE66;
    font-size: 18px;
}

.teammanagers .myteamimage img {
    border: 2px solid #FF9800 !important;
}

.teamleaders .myteamimage img {
    border: 2px solid #009688 !important;
}

.teammembers .myteamimage img {
    border: 2px solid #299AE2 !important;
}

.managersdiv .myteamimage img {
    width: 50px;
    border: 2px solid #A0A0A0;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    height: 50px;
}

    .managersdiv .myteamimage img:hover {
        -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
        filter: grayscale(0%);
    }

.managersdiv .myteamimage div {
    padding: 5px;
    height: 54px;
}

.managersdiv {
    margin: 20px 0;
}

    .managersdiv .subtree {
        margin: 0px 5px 10px 0px;
        height: 150px;
        width: 140px;
        border: 1px solid #ccc;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        -ms-transition: all 0.3s ease-in-out;
    }

    /*.managersdiv div {
        float: left;
    }*/

    .managersdiv .marginauto {
        width: 145px;
        display: inline-block;
    }


    .managersdiv .subtree:hover {
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
        opacity: 0.9;
        -webkit-animation: pulse .5s ease-in-out;
        -moz-animation: pulse .5s ease-in-out;
        -o-animation: pulse .5s ease-in-out;
        animation: pulse .5s ease-in-out;
    }


.teammanagers .empdesignation {
    background: #FBB95A;
    border-top: 2px solid #FF9800;
}

.teamleaders .empdesignation {
    background: #18B755;
    border-top: 2px solid #009688;
}

.cancelmeeting {
    position: absolute;
    opacity: 0.2;
}

.paddinglftzero {
    padding-left: 0px;
}

.k-state-default p.usersearchheight {
    height: 18px;
    overflow: hidden;
    position: relative;
    margin: 2px 0 0 0;
}

    .k-state-default p.usersearchheight span {
        font-size: 14px !important;
        float: left;
        margin: 0 5px 0px 0px;
        color: #000 !important;
    }

p.usersearchheight .pe-7s-id:before {
    color: #000 !important;
}

.k-state-default p.usersearchheight span:before {
    font-size: 14px !important;
}

.k-state-default p.usersearchheight {
    left: -20px;
}


    .k-state-default p.usersearchheight.FirstChild {
        left: 0px;
    }

.rd-specifications span:before {
    font-size: 12px;
    padding: 1px 3px;
    /*background: rgba(56, 169, 209, 0.24);*/
}

.createmeetingroom {
    height: 502px;
    top: 15%;
}

.Specificationstxt .form-horizontal {
    max-height: 440px;
    padding-bottom: 0px !important;
}

.Specificationstxt .input input {
    height: 30px;
    margin-left: 10px;
    width: 63px;
}

.createmeetingroom .form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 40px;
}

.Ticketmanagement .k-grid .k-button.refresh.create {
    z-index: 99;
    position: relative;
}

.Timesheetdetails .KSearchAuto {
    color: #666 !important;
    margin: -1px 0 0 18px !important;
}

.Timesheetdetails ul li.k-item h3 {
    font-size: 13px !important;
}

.Timesheetdetails .k-animation-container {
    width: 300px;
}

.tabBlock-tab .codes {
    margin: 0 0 0 0;
    width: 28px;
    font-size: 20px;
}

.mytikgrid .k-grid-content {
    height: 766px;
    overflow: auto;
}

.reg_paging_ul li {
    float: left;
    list-style-type: none;
    padding: 5px;
}

.step-forward, .step-backward, .count_no .btn-default {
    border: 1px solid #CACACA;
    border-radius: 50%;
    padding: 2px;
    background: #fff !important;
    width: 25px;
}

    .step-forward i:before, .step-backward i:before {
        color: #9f9e9e;
        margin: 0;
    }

    .step-forward.selected i:before, .step-backward.selected i:before {
        color: #fff;
    }

    .step-forward i, .step-backward i {
    }

    .step-forward.selected, .step-backward.selected, .count_no button[disabled].selected {
        background-color: #7cb342 !important;
        border-color: #85B850;
        color: #fff;
    }

.page_count button[disabled] {
    background: rgba(226, 226, 226, 0.4) !important;
}

.reg_paging_ul {
    float: left;
    border-top: 1px solid rgba(214, 214, 214, 0.54);
    width: 100%;
}

.count_no {
    float: left;
    margin: 0 2px;
}

.grid_pagging_details label {
    color: #9E9E9E;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}

.mytickets_grid_view {
    height: 756px;
    overflow: auto;
    float: left;
}

    .mytickets_grid_view i.icons:before {
        line-height: 20px !important;
    }

.Ticket-selected {
    background-color: rgba(213, 236, 249, 0.3);
    border-color: #ECECEC;
    border-bottom-width: 1px;
}

.white_content.confirmView {
    top: 5%;
    width: 74%;
    left: 12%;
}

.confirmView .form-horizontal {
    overflow: hidden;
    padding: 0 !important;
    max-height: 545px;
}

@media only screen and (min-width: 100px) and (max-width: 980px) {
    .svgsignup {
        display: none;
    }
}

.viewpdfdoc {
    height: 20px;
    margin: 0 20px 0 0;
}

.AddNewTicketbutton {
    z-index: 99;
    position: relative;
}

/*.dpMeetingDates td[ng-if=showWeeks ], .dpMeetingDates th[ng-if=showWeeks ] {
    display: none;
}*/

.dpMeetingDates {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 2px;
}

    .dpMeetingDates button.btn.btn-default {
        background: #fff;
        border: 1px solid #F5F5F5;
        border-radius: 0;
        box-shadow: none;
    }

    .dpMeetingDates table tr:first-child th button.btn.btn-default {
        background: transparent;
        border: 0;
    }

    .dpMeetingDates .glyphicon {
       font-family: FontAwesome , sans-serif;
    }

    .dpMeetingDates .glyphicon-chevron-left:before {
        content: "\f053";
        color: #777;
    }

    .dpMeetingDates .glyphicon-chevron-right:before {
        content: "\f054";
        color: #777;
    }

    .dpMeetingDates .btn-default.active.btn-info {
        background: #04BFBF !important;
    }

        .dpMeetingDates .btn-default.active.btn-info span, .dpMeetingDates .btn-default.btn-info span {
            color: #fff;
        }

    .dpMeetingDates .btn-default.btn-info {
        background: #04BFBF !important;
    }

        .dpMeetingDates.btn-default.btn-info:focus {
            border: 0;
            outline: 0;
        }

.calendar_reccurence {
    height: 25px;
    margin: 0 0 0 10px;
}
/*scheduler Calendar in home page*/
.schedulerCalendar tr th {
    font-size: 12px;
    text-align: center;
}

    .schedulerCalendar tr th .btn {
        border: 0;
        background: transparent;
        font-size: 12px;
        line-height: 17px;
    }

        .schedulerCalendar tr th .btn i:before {
            color: #777;
        }

.schedulerCalendar tr td .btn {
    background: #fff;
    border: 1px solid #F5F5F5 !important;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    line-height: 17px;
}

    .schedulerCalendar tr td .btn:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .schedulerCalendar tr td .btn.btn-info {
        background: #04BFBF !important;
        color: #fff;
    }

.multidatepicker table {
    width: 100%;
}
/*pid form start here*/

.pidwrapper span {
    padding: 2px;
}

.pidwrapper label {
    width: 120px;
    float: left;
    line-height: 30px;
}

.pidwrapper .select i {
    top: 13px;
    right: 15px;
    width: 5px;
    height: 10px;
    background: #fff;
    box-shadow: 0 0 0 12px transparent;
}

.pidform .table > tbody > tr > td {
    padding: 10px 5px;
}

.pidform strong.heading {
    float: left;
    padding: 15px 0 5px 0px;
}

.pidform strong.smheading {
    float: left;
    font-size: 13px;
}

.container .pidform h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.pidform label.input input, .pidform .select select, .letoutpopup label.input input {
    height: 30px;
}

.pidform .table-bordered tr:first-of-type {
    border-bottom: 1px solid #ebebeb;
}

.pidform .div-form section, .letoutpopup .div-form section {
    margin: 0;
}

.letoutpopup .form-horizontal {
    max-height: 545px;
    padding: 0 !important;
}

.letoutpopup hr {
    height: 421px;
    width: 0;
    border-right: 1px solid #ccc;
    margin-left: 25px;
}

.pidform .Previousemp label.input input {
    margin: 0 !important;
}

.pidform .Previousemp .table > tbody > tr > td {
    padding: 5px;
}

.no-table-bordered tbody > tr > td {
    border-top: 0px solid #ddd;
}

.btnWarpper.pidsubmitted {
    width: 400px !important;
}

    .btnWarpper.pidsubmitted a {
        margin: 0 10px;
    }

span.month {
    line-height: 30px;
}
/*pid form end here*/

.timesheet_toggle {
    margin-left: 20px;
}

/*Enscrolling*/
#scrollbox3 {
    overflow: auto;
    width: 400px;
    height: 360px;
    padding: 0 5px;
    border: 1px solid #b7b7b7;
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

    .track3:hover,
    .track3.dragging {
        background: #d9d9d9; /* Browsers without rgba support */
        background: rgba(0, 0, 0, 0.15);
    }

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}
/*end Enscrolling*/

.my-gallery {
    width: 100%;
    float: left;
}

    .my-gallery img {
        width: 100%;
        height: auto;
    }

    .my-gallery figure a {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 150px;
    }

    .my-gallery figcaption {
        display: none;
    }


.my-gallery {
    width: 100%;
    height: auto;
    float: left;
}

    .my-gallery img {
        width: auto;
        max-width: 100%;
        height: auto;
        border: 0;
    }

    .my-gallery figure a {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        display: block;
        float: left;
        margin: 0 12px 12px 0;
        width: 171px;
        line-height: 0;
    }

/*chat at chatBar*/
.chatBarscrolling {
    width: 100% !important;
    float: left;
    overflow-y: auto;
    height: 287px;
    overflow-x: hidden;
}

/*HrActivities calender*/
.unfilled-leaveslist .dropdown-toggle {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
}

.unfilled-leaveslist .dropdown-menu {
    width: 100%;
}

.unfilled-leaveslist .search-control {
    padding: 5px 10px;
    width: 100%;
}

.unfilled-leaveslist .dropdown-toggle {
    width: 100%;
    height: 39px;
    background: #fff !important;
}

.unfilled-leaveslist .dropdown-menu-inner {
    max-height: 300px;
    overflow: auto;
    padding: 0;
}

.unfilled-leaveslist .popup_calendarWrap {
    width: 100%;
}

    .unfilled-leaveslist .popup_calendarWrap.small_width {
        width: 66.6%;
    }

.dropdown-menu-inner li {
    padding: 5px 15px;
    cursor: pointer;
}

    .dropdown-menu-inner li:hover {
        text-decoration: none;
        background-color: #f3f7f9;
    }

    .dropdown-menu-inner li a {
        font-size: 13px;
        color: #76838f;
        font-weight: 500;
    }

.duration-style {
    position: absolute;
    margin-top: -25px;
}

input[type=checkbox][disabled] + i {
    background: #dedede;
}

.leftsideimg {
    border-radius: 50px;
}

.jobopenings h4 {
    color: #333;
    font-size: 22px;
    font-weight: 100;
    float: left;
    width: 60%;
    text-align: left;
    margin-top: 0px;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
}

.jobdescription {
    width: 75%;
    margin: 0;
    text-align: left;
}

label.JobTitle {
    float: left;
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    width: 100%;
}

    label.JobTitle b {
        font-weight: 600;
        margin: 0 auto;
        font-size: 15px;
    }

    label.JobTitle span.joblbl {
        float: left;
        width: 100px;
    }

    label.JobTitle.lastdate {
        float: right;
        width: 35%;
        text-align: right;
    }

        label.JobTitle.lastdate b {
            clear: none;
            width: auto;
            margin: 0 5px 0 0;
            float: none;
        }

.Job-post-icon {
    float: left;
    width: 25%;
}

.appreciatWrap.jobopenings {
    border: 1px solid #dee4e8;
    margin: 10px;
    padding: 10px 20px;
    background: #F1F6F9;
}

.white_content.apply-jobs-popup {
    top: 10%;
}

.btn-group.btnsgroup-leftalign > .btn:first-child {
    margin-left: -13px;
}


.JobApplications label.widgetcount {
    color: #15a1da;
}

.jobpostingtype {
    width: 273px !important;
}

    .jobpostingtype div {
        border: 1px solid #C1C1C1;
        padding: 3px 10px 3px 10px;
        float: left;
        margin-top: 10px;
    }

    .jobpostingtype label {
        float: left;
        line-height: 1 !important;
    }

.jobopenings .sharebtn {
    background: #35c19b;
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}

    .jobopenings .sharebtn:hover {
        opacity: .8;
        background: #35c19b;
        box-shadow: none;
    }

.docdelete {
    margin: -6px 10px 0 10px;
}

.positionabsolute {
    position: absolute;
}

.opening_widget {
    margin-left: -10px !important;
}

.reqdesc {
    white-space: pre-line;
}

.pollingwarp.jobswrap label {
    cursor: default;
}

.descritiontitle {
    cursor: pointer;
}

#JobDetails.white_content {
    top: 10%;
}

#CreateMyJob.white_content {
    top: 10%;
}

#Requirements .jobopenings {
    max-height: 350px;
    overflow: auto;
}

#JobDetails .reqdesc {
    display: inherit;
}

.div-form .jobtype i {
    width: 81px !important;
}

    .div-form .jobtype i:after {
        font-size: 11px;
    }

.jobtypetoggle {
    margin-left: 21px;
}

.uploaddocs .k-filename {
    min-width: 50px !important;
    max-width: 140px;
    text-overflow: ellipsis;
    margin: 0 70px 0 0;
    overflow: hidden;
}

.flaticon-appicon-interface.widgeticons {
    margin: 0px -2px 0px 4px;
}

#Addrequirementnew.white_content {
    top: 10%;
}

a.previoushistory img {
    margin-top: 0px !important;
}

.ChatMinimize i {
    padding-top: 0px !important;
}

#divChangeIDF .dropdown2 {
    margin-left: 20px;
}

    #divChangeIDF .dropdown2 dt a {
        width: 304px;
    }

    #divChangeIDF .dropdown2 dd ul {
        width: 304px !important;
    }

#divChangeIDF li:nth-child(2) {
    margin-top: 29px;
}

#divChangeIDF .timeassigneduserfilter {
    width: 17.5%;
    position: fixed;
    margin-top: -5px;
}

#divChangeIDF.col-md-6 {
    border-right: 1px solid #ccc;
}

.autosubmitformdiv {
    margin: 40px 0 0 0;
}

    .autosubmitformdiv label {
        margin-right: 20px;
        line-height: 33px;
        font-weight: bold;
    }

    .autosubmitformdiv .k-widget.k-numerictextbox {
        width: 70px;
    }

.featuredpost {
    top: 20px;
    width: 764px;
    left: 20%;
}

    .featuredpost .form-horizontal {
        margin-left: 45px;
    }

    .featuredpost .PollOptions {
        margin: 5px 0 !important;
    }

    .featuredpost .pollingwarp label {
        cursor: default;
    }

    .featuredpost .pollingwarp .radioP {
        margin: 5px 0 !important;
    }

.postreached {
    margin: 0px 10px 0 0px;
    font-size: 30px !important;
    color: #c61d1d;
}

.colorgreen {
    color: #8cc63f !important;
    font-size: 31px !important;
}

.limits.Featuredicons li:first-child {
    border-right: 0px;
}

ul.limits.Featuredicons {
    margin-right: 0px !important;
}

.msg_txt {
    color: #38a9d1;
}

.idfstatus label {
    font-weight: 500;
}

.idfstatus .ShowData span {
    font-size: 12px;
}

.idfstatus .idfgenbtn {
    margin-left: 165px;
}

.idfstatus ul.token-input-list-facebook {
    width: 379px;
    min-height: 75px;
}

#IDFReceiver_textbox {
    float: left;
    margin-left: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}
/*TO DO LIST FOR HOME PAGE STYLES*/
.list {
    position: fixed;
    margin-top: 20px;
    width: 26%;
    overflow: auto;
    height: 100%;
    right: 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,.09);
}

.autoscroll {
    height: 76%;
    width: 100% !important;
    padding: 0px !important;
    background: #fff;
}

    .autoscroll li {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 5px 5px 15px;
        margin: 0 0 0px 0;
        transition: all 0.2s ease-in-out;
        border-left: 5px solid white;
    }

        .autoscroll li:hover {
            background: #efefef;
            border-left: 5px solid #8cc63f;
        }

label.pointercursor {
    color: #969696;
}

.autoscroll li:hover .pointercursor {
    color: #000;
}

.autoscroll li span {
    font-size: 11px;
    color: #9d9d9d;
    float: left;
    width: 96%;
    text-align: left;
}

.autoscroll li:after {
    content: '';
    width: 100%;
    margin: 7px 0px;
    border: 1px dashed #efefef;
    float: left;
}

.autoscroll li a {
    color: #464646;
    font-size: 15px;
    float: left;
    width: 80%;
    text-align: left;
    line-height: 1.3;
}

.autoscroll li label {
    margin-bottom: 0px;
}

span.timeicon {
    cursor: pointer;
    width: auto !important;
    margin-right: 18px;
    margin-top: 18px;
}

.pointercursor {
    cursor: pointer !important;
}

.devidetxt {
    width: auto !important;
    font-size: 14px !important;
    margin-left: 5px;
}

label.countcomment {
    position: relative;
    width: 30px;
    text-align: center;
}

span.clscount {
    position: relative;
    z-index: 9;
    color: #A49E9F !important;
    font-size: 9px !important;
    width: auto !important;
    margin: 0 auto;
    float: none !important;
}

.countcomment:after {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f075";
    color: #eee;
    position: absolute;
    top: -6px;
    left: 4px;
}

.statustasks {
    margin: 4px 0px 0 0px;
    color: #9d9d9d;
    font-size: 11px;
    width: 80%;
    text-align: left;
}

.projectname label {
    font-size: 11px !important;
}

.autoscroll li a:hover {
    text-decoration: underline;
}

.list h6 {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 3px 0 0 0;
    padding: 10px 6px 10px 15px;
    background: #f9f9f9;
    position: relative;
    font-weight: normal;
}

    .list h6:after {
        content: '';
        width: 56%;
        margin: 7px 0px;
        border: 2px solid #d8dde3;
        float: left;
    }
/*RIGHT SIDE ANIMATION NOTIFICATION STYLES*/
.rightslideicon {
    margin: 0px;
    cursor: pointer;
}

    .rightslideicon label {
        margin: -41px 0 0 15px;
        cursor: pointer;
        /*top: 47px;*/
    }

.notificationdiv {
    width: 100%;
    padding: 10px;
    color: #969696;
    line-height: 17px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
}

    .notificationdiv input {
        background: #fff;
        border: 1px solid #ccc;
        transition: all 0.5s ease;
        padding: 3px 6px;
    }

        .notificationdiv input:hover {
            background: #ccc;
            color: #777;
        }

#topbar1.large {
    height: 50px;
    background: #38a9d1;
    position: relative;
}

.nonotifications {
    text-align: center;
}

    .nonotifications label {
        color: #38a9d1;
    }

/*.fixedtodolist {
    position: fixed !important;
    width: 260px;
    top: 55px;
}*/

#ResumeUploadadmin .k-icon.k-i-docx, #ResumeUpload .k-icon.k-i-docx {
    float: left;
    margin: 10px 0 0 10px;
}

#ResumeUploadadmin .k-filename, #ResumeUpload .k-filename {
    text-overflow: ellipsis;
    width: 90px;
    margin: 0 0 0 -50px;
}

.imageoverflow ul.k-upload-files.k-reset {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.imageoverflow .k-icon.k-i-close.k-delete:before {
    content: "\f00d";
    font-family: "FontAwesome", sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 12px 0px 0 2px;
    font-size: 14px;
    color: #B41515 !important;
    line-height: 20px;
}

.form-horizontal.featuredscroll {
    width: 90.5%;
    margin-top: 20px;
}

.theaderhastrick {
    color: #db3a1b;
}

.educationicon {
    margin: 3px 0px 0 0 !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .postsection {
        width: 575px !important;
        /*margin-top: 15px;*/
    }

    .comments {
        width: 570px;
    }

    .k-autocomplete.k-state-default.KSearchAuto {
        margin: 19px 127px 0 0px !important;
    }

    .SideManageWidgets {
        margin-top: 6px;
    }

    .container.Home {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
    .container.Home {
        padding: 0 0 0 5px;
    }

    .k-autocomplete.k-state-default.KSearchAuto {
        margin: 19px 7px 0 0px !important;
    }

    .SideManageWidgets {
        width: 135px !important;
        margin-top: 15px;
    }

        .SideManageWidgets .grid {
            position: relative;
            margin: 0 0 0 -24px;
        }
}
/*SEARCH STYLES*/
.Hometodotask-wrapper {
    margin-right: 0px !important;
}

.Hometodotask-wrapper, .tasksearch {
    margin: -5px -33px 0 0px;
    position: relative;
    background: #38a9d1;
    border-radius: 20px;
    transform-origin: 100% 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .Hometodotask-wrapper.focused, .tasksearch.focused {
        width: 93%;
        margin-top: -24px;
        position: absolute;
    }

    .tasksearch.focused {
        width: 90%;
        margin-top: 6px;
    }

        .Hometodotask-wrapper.focused input, .tasksearch.focused input {
            padding: 0 40px 0 13px;
            border: 0px;
            width: 100%;
            transform: scale(1);
        }

            .Hometodotask-wrapper.focused input[type=text]:focus:not([readonly]), .tasksearch.focused input[type=text]:focus:not([readonly]) {
                border: 0 !important;
            }

    .Hometodotask-wrapper input, .tasksearch input {
        background: transparent;
        border: 0;
        color: white;
        outline: none;
        height: 30px;
        width: 0;
        overflow: hidden;
        font-weight: 300;
        transform: scale(0);
        transform-origin: 0 50%;
        transition: 275ms ease;
    }

        .Hometodotask-wrapper input::placeholder {
            color: #fff;
            opacity: 1;
        }

    .Hometodotask-wrapper i, .tasksearch i {
        position: absolute;
        color: white;
        font-size: 16px;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
    }

    .Hometodotask-wrapper:before {
        font-family: "FontAwesome", sans-serif;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin: 8px 0px 0 8px;
        content: "\f002";
        color: #fff;
        position: absolute;
    }

    .Hometodotask-wrapper.focused:before {
        display: none;
    }

    .Hometodotask-wrapper input::-webkit-input-placeholder {
        color: #fff;
    }

    .Hometodotask-wrapper input::-moz-input-placeholder {
        color: #fff;
    }

.tasktimeline {
    height: 100%;
    background: #e0e0e0;
    margin-top: -34px;
    border-left: 7px solid #ccc;
    top: 33px;
}

.timelinepopup {
    margin-right: 30px;
    margin-top: 6px;
}

.nav-tabs, .nav-tabs > li.active > a {
    border: none;
}

    .nav-tabs > li {
        margin-left: 0 !important;
    }

        .nav-tabs > li > a {
            font-size: 13px !important;
            padding: 10px;
            border-radius: 0 !important;
            color: #666;
            border: none !important;
            background: #dedcdc;
            font-weight: 500;
        }

.notificationmessage {
    margin: -56px 0 0 23px !important;
}

.homeicon {
    margin: 4px 0px 0 5px;
}


.helpline label, .helpline label a {
    font-size: 11px;
}

.workspaceicon {
    margin-top: 5px;
}

.innerworkspaceicon {
    margin: 5px 10px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    height: 30px;
    top: 87%;
    font-size: 11px;
    width: 40%;
}

.carousel-control {
    color: #000;
}

span.glyphicon {
    font-size: 20px !important;
}

.carousel-control span {
    color: #38a9d1;
    text-shadow: none;
    margin: 0px 10px;
}

    .carousel-control span:hover, .carousel-control.left:hover, .carousel-control.right:hover {
        color: #38a9d1;
        text-decoration: underline;
    }

.carousel-inner {
    background: #fff;
}

.personcontact {
    text-align: left;
    padding: 5px 0 5px;
    margin: 0px 10px;
    border-bottom: 1px dashed #efefef;
    float: left;
    transition: all 0.2s ease-in-out;
}

    /*.personcontact:hover {
        background: #e6e6e6;
        border-left: 4px solid #7EB04F;
    }*/

    .personcontact:hover label {
        color: #666;
    }

    .personcontact span {
        font-size: 11px;
        float: left;
        color: #9d9d9d;
        width: 100%;
    }

    .personcontact label {
        color: #969696;
        margin: 0px;
        font-size: 13px;
    }

.maincontactdiv {
    max-height: 210px;
    overflow-x: auto;
}

.replayicon {
    background: #ccc;
    text-align: center;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    padding: 5.5px;
}

a.replayicon {
    color: #777;
}

.replayicon:hover {
    color: #fff;
    background: #38a9d1;
}

.replaydivshow {
    font-size: 11px;
    position: absolute;
    margin-top: -11px;
}

    .replaydivshow label {
        margin-right: 10px;
    }

    .replaydivshow a {
        color: #db3a1b;
    }
/*HOME RATING*/
.widget.ratings-widget {
    float: left;
    width: 100%;
    position: static;
}

    .widget.ratings-widget .star-cb-group > input + label:before, .star-cb-group:hover > input + label:before, .star-cb-group [type="radio"]:not(:checked) + label:after {
        color: #3a3a3a;
    }

.projectsummaryrating {
    background: #e4e4e4;
    margin: 10px 0 !important;
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
    line-height: 22px;
}

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}

    .star-cb-group * {
        font-size: 1rem;
    }

    .star-cb-group > input {
        display: none;
        padding: 15px;
        font-size: 20px;
    }

        .star-cb-group > input + label {
            /* only enough room for the star */
            display: inline-block;
            overflow: hidden;
            text-indent: 9999px;
            height: 30px !important;
            width: 25px;
            line-height: 25px !important;
            white-space: nowrap;
            padding: 0;
            cursor: pointer;
            font-size: 20px !important;
            cursor: pointer;
        }

            .star-cb-group > input + label:before {
                display: inline-block;
                text-indent: -9999px;
                content: "\2606";
                color: #fff;
                border: 0 !important;
                font-size: 25px;
                text-align: right;
            }

            .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
                content: '\2605';
                color: #e52;
                text-shadow: 0 0 1px #333;
                border: 0 !important;
            }

        .star-cb-group > input:checked ~ label:after {
            border: 0;
            background: transparent;
        }

    .star-cb-group > .star-cb-clear + label {
        text-indent: -9999px;
        width: .5em;
        margin-left: -.5em;
    }

        .star-cb-group > .star-cb-clear + label:before, .star-cb-group [type="radio"]:not(:checked) + label:after {
            width: .5em;
            border: 0;
        }

    .star-cb-group:hover > input + label:before, .star-cb-group [type="radio"]:not(:checked) + label:after {
        content: "☆";
        color: #fff;
        text-shadow: none;
        border: 0;
    }

    .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
        content: "★";
        color: #e52;
        text-shadow: 0 0 1px #333;
    }

.ratingdiv {
    margin: 15px 0;
}

.mx-h270 {
    max-height: 270px;
    overflow-y: auto;
}

.timesheettxt {
    color: #26a69a;
    padding-left: 7px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.editbtn {
    margin-top: -25px;
    margin-right: 20px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: #26a69a;
    border: 0;
    color: #fff;
}

    .editbtn i, .editbtn em, .editbtn i.material-icons, .editbtn em.material-icons {
        font-size: 17px;
        margin: 4px 0 0 6px;
    }

        .editbtn i.material-icons,
        .editbtn em.material-icons {
            margin: 7px 0 0 0px;
        }

.m-t15 {
    margin-top: 15px;
}

.m-b15 {
    margin-bottom: 15px !important;
}

.lblbillable {
    color: #26a69a !important;
    margin-left: 10px;
}
/*HOME PAGE COVERSATIONS LIST STYLES*/
ul.conversationlist li {
    line-height: 26px;
    margin: 0px;
    transition: all 0.5s ease;
    cursor: pointer;
    padding: 5px;
}

ul.conversationlist {
    height: 130px;
    background: #fff;
    position: absolute;
    z-index: 99;
    width: 96%;
    border: 1px solid #ccc !important;
    border-top: 0 !important;
    overflow: auto;
    margin-top: 0px !important;
}

    ul.conversationlist li:hover {
        background: #ccc;
    }



.pad-lr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.hract-lop {
    width: 50px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ddd;
}

.hract-comment {
    padding: 5px;
    border: 1px solid #ddd;
}

/*SCROLL CSSS*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb:hover {
    opacity: 0.5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

.track4 {
    width: 10px;
    transition: none !important;
    background-clip: padding-box;
    background: #fff;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}

    .track4.dragging,
    .track4:hover {
        background: #f2f2f2; /* No RGBA support */
        background: rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    }

    .track4:active {
        background: #f2f2f2; /* No RGBA support */
        background: rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    }

.handle4 {
    width: 10px;
    right: 0px;
    background-clip: padding-box;
    background: #ccc; /* No RGBA support */
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

    .handle4:hover {
        background: #999; /* No RGBA support */
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    }

    .dragging .handle4,
    .handle4:active {
        background: gray; /* No RGBA support */
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    }
/*ADMIN SIGNUP STYLES*/
.paddingleft0 {
    padding-left: 0 !important;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.paddingtop0 {
    padding-top: 0px !important;
}

.margin-8 {
    margin: 8px 0;
}

#ComWlocations select, #ComWlocations textarea, #ComWlocations input[type="text"] {
    margin-bottom: 0px;
}

.adminsettingsinnerdiv {
    padding: 0px 15px !important;
}

    .adminsettingsinnerdiv .col-md-10 {
        text-align: left;
    }

#brodcastpopup .dropdown1 dd ul, #ComWlocations .dropdown1 dd ul, #Holidaypopup .dropdown1 dd ul {
    width: 100%;
}

/*BASIC DETAILS DESIGN*/
.iconbasicdetails {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #38a9d1;
    margin: 0px auto;
    text-align: center;
}

    .iconbasicdetails i {
        font-size: 60px;
        color: #fff;
        line-height: 120px;
    }

        .iconbasicdetails i:before {
            margin-right: 0px;
        }

.tolltipsuccess {
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin: 10px 0;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
}

.educationuploadbtn {
    font-size: 17px;
    margin: 0 0 0 10px;
}

    .educationuploadbtn:hover {
        opacity: .6;
    }

.addfamilymembergrid .context-menu > li > a {
    clear: inherit;
}

#Holidaypopup.white_content, #Holidaypopup .form-horizontal {
    overflow: inherit !important;
}

.tabBlock-tab.is-active span {
    font-weight: normal;
    border-bottom: 3px solid #38a9d1 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 2px;
}

#DivSignatures .btnWarpper .button.savebtn {
    width: 80px !important;
}

.clearfix {
    clear: both;
}

.signbtns {
    margin-left: 37% !important;
}

.firsttimeuser.button.savebtn {
    width: 100%;
}

.hrmarginleft10 {
    margin-left: 10px;
}

.hrheadingwidth {
    width: 250px !important;
}

.popupheading h4 {
    font-size: 15px;
    margin: 10px 20px 10px 0px;
}

.modal-title.Actve {
    color: #ed913a;
    text-decoration: underline;
    font-weight: bold;
}

.btnWarpper.backbtndiv {
    width: 290px !important;
}

    .btnWarpper.backbtndiv .backbtn {
        margin-right: 20px;
    }

i.informationmsg {
    background: #38a9d1;
    border-radius: 20px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 19px;
    color: #fff;
    font-size: 13px;
    margin: 0 5px 0 0;
}

    i.informationmsg:before {
        margin-right: 0;
    }


.uploadmargin {
    margin: 20px 0 20px 20px;
}

.certificatebtnwrap {
    margin-left: 42% !important;
}

paddingtop0 {
    padding-top: 0px;
}

.margintop15 {
    margin-top: 15px;
}

.timesheetdashboarinner.newuserdropdown, .timesheetdashboarinner.newuserdropdown .dropdown2 dt a {
    width: 100%;
}

.form-horizontal.newuserpopup {
    overflow: inherit;
    float: left;
    width: 100%;
}

.white_content.myticketpopup.newuserpopupmain {
    height: 450px;
}

.tabBlock-tabs.companysettings li i {
    margin: 4px 6px 0 12px;
}

    .tabBlock-tabs.companysettings li i:before {
        margin: 0;
    }
/*for pointer events disabled*/
.selectdropdowndisabled {
    pointer-events: none;
}
/*COMPANY REPORTS STYLES*/
.reportsbodywrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

    .reportsbodywrapper .pannel.cursor.reporttilediv {
        width: 270px !important;
        box-shadow: 0 3px 24px -11px #4c5e7e;
    }

    .reportsbodywrapper a:hover {
        -webkit-animation: pulse .5s ease-in-out;
        -moz-animation: pulse .5s ease-in-out;
        -o-animation: pulse .5s ease-in-out;
        animation: pulse .5s ease-in-out;
    }

.noticketsdispalydiv {
    width: 40%;
    margin: 40px auto;
}

    .noticketsdispalydiv img {
        vertical-align: middle;
    }

    .noticketsdispalydiv span {
        margin-top: 15px;
        float: left;
    }

#Servicespopup.white_content.myticketpopup {
    height: 500px;
}

#Clientspopup.white_content.myticketpopup {
    height: 390px;
    min-height: 380px;
    overflow: auto;
}

#ServiceImgUpload .k-button.k-upload-button {
    float: left;
}

#ServiceImgUpload .k-upload-files.k-reset .k-file {
    float: left;
    width: 100%;
    text-align: left;
}

.chkemialnotification label {
    line-height: 28px !important;
}

.filedsmandatorycls {
    margin-right: 40px;
    margin-top: 8px;
    font-size: 12px;
    color: #db3e20;
}

.timesheetdashboarinner.newuserdropdown .dropdown2 dd ul, .timesheetdashboarinner.newuserdropdown .dropdown2 dd ul li input.servicesfilter {
    width: 100%;
}

.cancelticketbtn {
    float: left;
    padding: 7px 10px;
    background: #d4d4d4;
    text-transform: capitalize;
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#tktcomment .Editor-editor {
    height: 130px;
    padding-left: 10px;
}

.Editor-editor {
    line-height: 20px;
}

.searchboxmargin {
    margin: 4px 0 0 9px;
}

.inprogresstbs .k-button.create {
    border: 1px solid #88939C;
    background: #78828A;
    color: #fff;
}

    .inprogresstbs .k-button.create:hover {
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
        color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        opacity: 1;
        background: #2E4051;
    }



.toggelbtns {
    position: relative;
    z-index: 9;
    margin: 10px 10px 0 0px;
}

.marginright19 {
    margin-right: 18px !important;
}

.editflagcls {
    float: right;
    width: 20px;
    position: relative;
    right: 8px;
}

.ticketlstdetails .fa-flag:before {
    font-size: 14px;
}

.ticketlstdetails .fa-pencil {
    margin-top: 10px;
    padding: 5px;
}

    .ticketlstdetails .fa-pencil:hover {
        background: #eee;
        padding: 5px;
        border-radius: 50%;
    }

.toggle.old_latest.public i {
    width: 70px;
    left: 0;
}

    .toggle.old_latest.public i:before {
    }

    .toggle.old_latest.public i:after {
        content: 'External' !important;
        left: 11px !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        text-align: center !important;
    }

.toggle.old_latest.public input:checked + i:after {
    content: 'Internal' !important;
    left: 17px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

.clienttktcls {
    margin: -4px 6px 0 0px;
}

#Emp_textboxGroup ul.token-input-list-facebook {
    min-height: 60px !important;
}

#Emp_textboxGroup.teammembersdisplay ul.token-input-list-facebook {
    min-height: 110px !important;
}

.marginbottom7 {
    margin-bottom: 7px;
}

.advacndesearchcls {
    margin: 10px 0 0 20px;
    float: left;
    text-decoration: underline;
    position: relative;
    z-index: 9;
}

#FileUploadMainTicket .k-dropzone {
    padding: 5px 0px !important;
}

#FileUploadMainTicket .k-button.k-upload-button {
    float: left;
}

#FileUploadMainTicket .k-upload-files.k-reset, #FileUpload .k-upload-files.k-reset {
    max-height: 150px;
    overflow: auto;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    overflow-x: hidden;
}

#FileUploadMainTicket .k-upload-files.k-reset {
    max-height: 260px !important;
}

.marginleft5 {
    margin-left: 5px;
}

.sercivehilightcolor {
    color: #757575;
    font-weight: 600;
}

#FileUpload .k-file, #FileUploadMainTicket .k-file {
    font-size: 12px;
    color: #337ab7;
}

#FileUpload .k-file-size, #FileUploadMainTicket .k-file-size {
    margin-left: 10px;
}

#FileUpload .k-button, #FileUploadMainTicket .k-button {
    line-height: 1.12em;
}

#Tickets .k-file-extension-wrapper {
    display: none !important;
}

#ticketlstdetails {
    padding: 5px;
    color: inherit;
    border: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.58) !important;
    cursor: pointer;
}

#divclientfiter .dropdown dt a, #divclientfiter .dropdown1 dt a, #divclientfiter .dropdown2 dt a, #divclientfiter .dropdown3 dt a,
#divcopytoticketsno .dropdown dt a, #divcopytoticketsno .dropdown1 dt a, #divcopytoticketsno .dropdown2 dt a, #divcopytoticketsno .dropdown3 dt a {
    width: 100%;
}

#divclientfiter input[TYPE="text"], #divcopytoticketsno input[TYPE="text"] {
    width: 100% !important;
}

i.icons.deleteicon:before {
    color: #db3e20;
}

.servicedate {
    height: 41px;
}

.servcemaindiv {
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
}

h3.heheadingtop10 {
    margin-top: 10px;
}

.margintop05 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.supportservice.toggle.old_latest.public i:after {
    content: 'External' !important;
    right: 10px;
}

.lblgrdActive {
    border: 1px solid #38a9d1 !important;
    border: 1px solid #38a9d1;
    padding: 0px 5px;
    border-radius: 1vw;
    width: 49px;
    font-weight: normal !important;
    background: #fff !important;
}

label.lblgrdInactive:after {
    background: #78828A !important;
    top: 1px !important;
    right: -3px !important;
}

label.lblgrdActive:before, label.lblgrdInactive:after {
    content: '';
    position: relative;
    z-index: 1;
    top: 0px;
    right: 2px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #8CC63F;
    border-radius: 50%;
    opacity: 1;
    transition: right 0.2s;
    -o-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s;
}

.lblgrdInactive {
    width: 65px;
    border: 1px solid red !important;
    border: 1px solid #38a9d1;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal !important;
    display: block;
    border-radius: 1vw;
}

.positionrelative {
    position: relative;
}

.infotxt {
    position: absolute;
    top: 8px;
    left: 130px;
}

.k-grid .k-alt {
    background: rgba(228, 228, 228, 0.3);
}

.lblexternal {
    background: #38a9d1;
    border-radius: 3px;
    padding: 0px 5px;
    margin: 0 0 0 10px;
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: 0.3px;
}

.right3 {
    right: 3px !important;
}

.caught-up {
    margin-top: 60px;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #aaa;
}

/* Company Settings */
.nopadding-top {
    padding-top: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.supportservice i {
    background: #eee !important;
}

    .supportservice i:after {
        color: #aaa !important;
    }

    .supportservice i:before {
        background: #aaa !important;
    }

.manage-service-tabel {
    margin: -34px 0 0 0;
}

    .manage-service-tabel .k-header {
        height: 30px;
        border: 1px solid #e9e9e9 !important;
        border-width: 0px 1px 1px 1px !important;
    }

.manage-service-refresh {
    z-index: 10;
    margin: 2px 4px 0 0;
}

.maxheight-485 {
    max-height: 485px !important;
}

.border-bottom-eee {
    border-bottom: 1px solid #eee;
}

.client-login span {
    cursor: pointer;
    padding: 3px 5px;
}

    .client-login span:hover {
        color: #04bfbf;
    }

.send-conversation-to-client {
    margin: 3px 0 0 3px;
    float: left;
}

.margintop25 {
    margin-top: 25px !important;
}



/*schedule page changes 26-07-2017*/

.meetingrooms.grid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

    .meetingrooms.grid li {
        width: 50%;
        padding-left: 0;
        margin-bottom: 5px;
        padding-top: 5px;
    }


.meetingrooms.list li:first-child {
    margin-top: 20px;
}



.meetingrooms.list li {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0;
}

    .meetingrooms.list li .card {
        box-shadow: none;
        border-radius: 0;
        border-width: 1px 1px 0px 1px;
    }

    .meetingrooms.list li:last-child {
        border-bottom: 1px solid #ddd;
    }

.meetingrooms.list {
    position: inherit !important;
    box-shadow: none;
    width: 100%;
    padding: 0 10px;
}

/*.right {
    float: right !important;
}*/

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.meetingrooms.list .list-hide {
    display: none;
}

.meetingrooms.list .list-map {
    position: absolute;
}

.meetingrooms.list .list-time {
    position: absolute;
    right: 0;
}

.meetingrooms.list .list-date {
    position: absolute;
    right: 144px;
    top: 8px;
}

.meetingrooms.list .list-agenda {
    margin-top: 30px;
}

#newTimesheetdisable tr td input {
    font-size: 14px !important;
}

label.tktSubjectHome, label.homeschedulesubj {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: 100%;
}







.panelCard {
    border: 1px solid white;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
    float: left;
    width: 100%;
    padding: 12px;
    color: #5e5e5e;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}


    .panelCard h6 {
        font-size: 16px;
        padding: 0;
        font-weight: 300;
        color: #1EA0D6;
        text-align: left;
    }

    .panelCard .task-heading {
        max-height: 48px;
        padding-left: 26px !important;
    }

    .panelCard .panelCard-heading {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        min-height: 48px;
        line-height: 32px;
        font-size: 14px;
        padding: 0 10px;
        position: relative;
        font-weight: 500;
        color: #5e5e5e;
        margin-top: 11px;
        cursor: pointer;
        z-index: 9999;
    }

        .panelCard .panelCard-heading span span {
            white-space: pre;
        }

        .panelCard .panelCard-heading .clientName {
            margin-bottom: 10px;
            line-height: 5px;
            float: left;
            width: 100%;
            font-size: 12px;
            color: #999;
            font-weight: 400;
        }

    .panelCard .panelCard-body {
        background: #fff;
        border-radius: 2px;
        padding: 10px;
        position: relative;
        cursor: pointer;
        float: left;
        width: 100%;
        color: #5e5e5e;
        text-align: left;
    }

        .panelCard .panelCard-body div {
            float: left;
            width: 100%;
            padding: 0;
        }

        .panelCard .panelCard-body h3 {
            font-size: 22px;
            text-overflow: ellipsis;
            white-space: pre;
            overflow: hidden;
            margin: 0;
            color: #5e5e5e;
            float: left;
            min-height: 26px;
            width: calc(100% - 60px);
        }

.appriasal-list {
    width: 29%;
    float: left;
    margin: 0 4% -5px 0;
}

.transparent-bg {
    background: none !important;
}

.padding-lr-10 {
    padding: 0 10px;
}

.margin-5 {
    margin: 5px;
}

.left {
    float: left;
}

.full-width {
    width: 100%;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}


.margin-left-20 {
    margin-left: 20px !important;
}

.pointer {
    cursor: pointer;
}

.hover-eee:hover {
    background: #eeeeee;
}

.idf-table-list .k-grid-content {
    height: 50vh !important;
    overflow-y: auto;
}

.k-i-arrow-60-down {
    background-position: 0px -34px;
}

[class*="fa"]:before, [class*="fa"]:after {
    margin: auto;
}

.signature-popup {
    width: 40% !important;
    height: 135px !important;
    box-shadow: 0 0 37px rgba(0,0,0,0.55);
    top: 33% !important;
    left: 30% !important;
}

    .signature-popup .popup-heading {
        width: 100%;
        position: relative;
    }

        .signature-popup .popup-heading h5 {
            width: 100%;
            text-align: left;
            font-weight: bold;
        }

    .signature-popup .close-popup {
        display: none;
    }

    .signature-popup .payrollcreate {
        float: left;
        width: 100%;
    }

.payrollcreate .input-field {
    width: 100%;
}

.signature-popup .payrollcreate .input-field label {
    float: left;
    width: 100%;
}

    .signature-popup .payrollcreate .input-field label input {
        width: 100%;
    }


.signature-popup[style="z-index: 9999; display: block;"] + .esign-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 9998;
}

.shadow-fade {
    box-shadow: 0 0 0 1000px rgba(0,0,0,0.6) !important;
}

#txtEsignature {
    padding: 7px;
    border: 1px solid #ddd;
    background: #fff;
}

.idf-disable label {
    color: #ddd;
    border: 1px solid #eee;
}

    .idf-disable label:hover {
        cursor: default;
        color: #ddd;
        border: 1px solid #eee;
    }

.grid-button {
    background: none;
    /* padding: 0 5px; */
    /* border-radius: 5px; */
    color: #38a9d1;
    font-weight: 500;
    padding: 0;
}

    .grid-button:hover {
        background: none;
        outline: none;
    }
/* manage > onboarding */



.login-back-btn {
    background: none;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
    font-weight: 600;
}

    .login-back-btn i:before {
        color: #555555;
        margin-right: 5px;
    }

/*.required, .ng-dirty.ng-invalid {
    border: 1px solid #e6a6a6 !important;
}*/

.errorMessage span {
    margin-right: 5px;
}

.successMessage span {
    margin-right: 5px;
}

.errorMessage {
    color: #c16767;
}

.successMessage {
    color: #67ab5c;
}

.alert-message-top {
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 5px;
    text-align: center;
}

    .alert-message-top.errorMessage {
        background: #fff4f4;
        border: 1px solid #fdd5d5;
    }

    .alert-message-top.errorMessage {
        background: #fff4f4;
        border: 1px solid #fdd5d5;
    }

    .alert-message-top.successMessage {
        background: #e5ffe5;
        border: 1px solid #bedeb9;
    }

.height-auto {
    height: auto !important;
}

.max-height-auto {
    max-height: none !important;
}


.tab-list {
    margin-top: 13px;
    padding: 0;
}

    .tab-list li {
        width: 100%;
        list-style: none;
        background: #ddd;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

        .tab-list li a {
            color: #777;
        }

        .tab-list li::before {
            width: 20px;
            height: 20px;
            content: '';
            position: absolute;
            background: #ddd;
            transform: rotate(45deg);
            right: -5px;
        }

.birthday-user .comment-img {
    text-align: center;
}

    .birthday-user .comment-img img {
        width: 110px;
        height: 110px;
        display: inline;
        text-align: center;
        float: none;
        margin-right: 0;
        border: 5px solid rgba(0,0,0,0.10);
    }

.birthday-user span, .birthday-user small {
    width: 100%;
    text-align: center;
    float: left;
    padding-left: 0;
    line-height: 30px;
    font-weight: 500;
    font-family: 'roboto';
    font-size: 16px !important;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.birthday-user span {
    font-size: 15px;
}

.birthday-user small {
    font-size: 11px !important;
    font-family: inherit;
    opacity: 0.8;
    margin-top: 0px;
    line-height: 13px;
}

.birthday-text {
    font-family: 'DancingScript';
    margin-top: 50px;
    margin-bottom: 20px;
}



.birthday-box {
    background: url(../images/birthday-bg.png) repeat 0 0 #fff !important;
    /*background: #fbfbfb !important ;*/
    width: 100%;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    /*-webkit-animation: slide 08s linear infinite;*/
    border: 1px solid rgba(0,0,0,0.05);
    margin-top: 10px !important;
    position: relative;
    padding-bottom: 145px !important;
}



.birthday-ribbons {
    position: absolute;
}

.birthday-giftbox {
    position: absolute;
    bottom: 0;
    right: 134px;
}


@-webkit-keyframes slide {
    from {
        background-position: -96px 0;
    }

    to {
        background-position: 0 -96px;
    }
}


.birthday-text span {
    font-size: 22px;
    color: #636363;
}

    .birthday-text span em {
        width: 100%;
        float: left;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
    }

.birthday-user {
    margin: 10px auto;
}

    .birthday-user .user-detail {
        min-height: 50px;
    }

.user-odd:nth-last-child(-n+2) {
    margin-left: 25%;
}

#password-tab .form-group label, #Signature-tab .form-group label {
    width: 100%;
}

    #password-tab .form-group label .asterisk, #Signature-tab .form-group label .asterisk {
        top: 5px;
    }

.req-job-box {
    background: #fff;
    float: left;
    color: #777;
    z-index: 99;
    margin: 0 10px 8px !important;
    border-radius: 5px;
    width: 95% !important;
}

    .req-job-box .job-title-row {
        padding: 5px;
        float: left;
        width: 100%;
        cursor: pointer;
    }

        .req-job-box .job-title-row h3 {
            font-size: 14px;
            margin: 0;
            padding: 7px 15px 4px 5px;
        }

            .req-job-box .job-title-row h3:before {
                background-image: none;
                background: none;
            }

    .req-job-box.selected {
        background: #cfe8f1;
        color: #777777;
    }

.height-vertical-82 {
    height: 82vh;
}

.scroll-y {
    overflow-y: auto;
}

.status-bar a {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.pos-abs {
    position: absolute;
}

.white_content.myticketpopup .modal-content {
    box-shadow: none;
}

    .white_content.myticketpopup .modal-content .modal-body label {
        width: 100%;
    }

        .white_content.myticketpopup .modal-content .modal-body label .asterisk {
            top: 5px;
        }

    .white_content.myticketpopup .modal-content .modal-body .token-input-list-facebook {
        width: 100%;
    }


.page-header-new {
    font-weight: 300;
    font-size: 30px;
}


.scheduler_cal .k-event-template {
    /*background: yellowgreen;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabBlock-tab:hover {
    color: #38a9d1;
}

.popover-tooltip .fa-commenting-o {
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    color: blue;
}

.btn-dark {
    background: #292d32 !important;
    border: 1px solid #292d32 !important;
    color: #fff;
}

.login-box .login-captcha {
    width: 60%;
    margin: 10px auto;
}


#carousel-example-generic .carousel-control.right {
    background: none;
}

#carousel-example-generic .carousel-control.left {
    background: none;
}

.mutliSelectoption ul li {
    float: left;
    text-align: left;
    width: 100%;
    line-height: 27px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .mutliSelectoption ul li span {
        float: left;
        width: 80%;
        line-height: 20px;
        margin-bottom: 3px;
    }



/* metiriralize menu */



.ManageMobiMenu {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0;
    max-width: 330px !important;
    background: #fff;
    border: 0px solid #ECECEC;
    box-shadow: 0px 1px 2px 1px #D6D6D6;
    position: relative;
}

ul.ManageMobiMenu li {
    padding: 0;
    width: 109px !important;
    height: 80px !important;
    float: left;
    cursor: pointer;
}


/* live updates on 19-feb-18 */

.textlabeldiv label:first-child {
    color: #aaa;
}

.k-autocomplete.k-state-default.KSearchAuto .k-input.KSearchAuto:hover {
    background: #666;
}

.k-autocomplete.k-state-default.KSearchAuto .k-input.KSearchAuto::placeholder {
    color: #ffffff;
}

a {
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .AppreciationIcons img {
        height: 65px;
    }
}


#divTeamchart .highcharts-container {
    position: static !important;
}

.ng-valid-date li tr th button {
    background-color: transparent !IMPORTANT;
}

.btn-info {
    background: none !important;
}


#divUserchart .highcharts-container {
    position: inherit !important;
}

table[datepicker] tr td button {
    margin-right: 0;
    background: transparent !important;
}

#divUserchart rect.highcharts-background {
    fill: #fff !important;
}

.errorMessage_toast {
    color: #cc887b;
}



#UserGrid .k-grid-content table tbody tr td, #Empteamgroup .k-grid-content table tbody tr td, .emp-tbl .k-grid-content table tbody tr td {
    font-size: 12px;
    padding: 5px 10px;
}

    #UserGrid .k-grid-content table tbody tr td strong, #Empteamgroup .k-grid-content table tbody tr td strong, .emp-tbl .k-grid-content table tbody tr td strong {
        font-weight: 500;
    }

#UserGrid .k-pager-wrap, #Empteamgroup .k-pager-wrap, .emp-tbl .k-pager-wrap {
    position: fixed;
    bottom: 0;
    background: #f4f4f4;
    width: calc(100% - 268px);
    padding: 5px !important;
    left: 0;
    padding-left: 5% !important;
    border: none;
}

#UserGrid .k-grid-content.k-auto-scrollable, #Empteamgroup .k-grid-content.k-auto-scrollable, .emp-tbl .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 260px);
    overflow-y: scroll;
}

.emp-tbl .k-grid-header {
    overflow-y: scroll;
    overflow-x: hidden;
}


    #UserGrid .k-grid-header th.k-header a, #Empteamgroup .k-grid-header th.k-header a, .emp-tbl .k-grid-header th.k-header a {
        color: #888;
    }

    #UserGrid .k-grid-header th.k-header, #Empteamgroup .k-grid-header th.k-header, .emp-tbl .k-grid-header th.k-header {
        background: #f7f7f7;
        font-weight: 500;
    }

.emp-tbl .k-grid-content table tbody tr td .btn-group button {
    padding: 0;
    border: 0;
}

#Empteamgroup .k-grid-content table tbody tr td div.k-group, .emp-tbl .k-grid-content table tbody tr td div.k-group {
    background-color: #a0c5d2;
    float: left;
    padding: 0 5px;
    border-radius: 5px;
    color: #ffffff;
}

.emp-tbl {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

    .emp-tbl .k-header.k-grid-toolbar {
        border-color: #cccccc;
    }


.appriasal-total-list .k-listview {
    box-shadow: none;
    border: none;
    float: left;
    width: 100%;
    height: calc(100vh - 240px) !important;
    overflow-y: auto;
    min-height: 100px !important;
}

.bg-lite-grey {
    background: #f9f9f9;
}

.required-star {
    color: #b91212;
    font-size: 15px;
    margin-left: 2px;
}

.padding-10 {
    padding: 10px !important;
}

.pointer {
    cursor: pointer;
}


#grdTeamTimesheet .k-grid-content .userChk {
    margin-top: -20px;
}

span.k-widget.k-numerictextbox .k-numeric-wrap .k-select {
    display: none;
}

span.k-widget.k-numerictextbox .k-numeric-wrap {
    width: 100%;
    padding-right: 0;
}

.report-statistic-box .total.Year {
    font-size: 20px !important;
}



.k-timepicker .k-icon.k-i-clock:before {
    margin: 0 1px !important;
}

.k-primary:hover {
    background: #38a9d1 !important;
    background-image: none !important;
    background-color: #38a9d1 !important;
    border-color: #38a9d1;
}

.k-primary {
    background: #38a9d1 !important;
    background-image: none !important;
    background-color: #38a9d1 !important;
    border-color: #ccc;
}


.dropdown3 dt a span {
    padding: 3px 0;
}

.dropdown dt a span {
    padding: 3px 0;
}

.k-multicheck-wrap .k-item label input {
    margin-right: 5px;
}

.form {
    box-shadow: none;
}


.bootstrap-top-tabs li {
    margin: 0px 10px 0px 0px !important;
}
