.noUnderline:link {
    text-decoration: none;
}

@media (max-width: 1036px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: none;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {


    .clientLogo {
        width: 143px;
        margin: 0 auto;
    }

    .hourpadLogo {
        width: 177px;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 5px;
    }
}


@media (max-width: 992px) {

    #mainNav li a.active span {
        display: none;
    }


    .sidebar.active {
        width: 100%;
        overflow: hidden;
        transition-duration: 0.5s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0, 1, 0.9, 1);
        height: 610px;
    }

    .sidebar {
        overflow: hidden;
        height: 1px;
        transition-duration: 0.5s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0, 1, 0.9, 1);
    }

    .toggleMenu {
        display: block;
    }

    #collapseBtn {
        display: none;
    }
}




@media (min-width: 768px) {
    .container {
        width: 100%;
    }


    .timeEntryTextArea {
        margin-bottom: 10px;
        margin-top: 15px;
        resize: none;
    }

    .hourpadLogo {
        float: none;
        text-align: center;
        padding-top: 10px;
        width: 177px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {

    .container {
        width: 100%;
    }

    .timeEntryTextArea {
        width: 80%;
        margin-bottom: 0;
        margin-top: 15px;
        resize: none;
    }

    .toggleMenu {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1880px) {

    .timeEntryTextArea {
        width: 80%;
        margin-top: 15px;
        resize: none;
    }
}


body {
    background-color: #141f24;
    color: #616161;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #4083b1;
    transition: all 0.1s ease .3s;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

table {
    background-color: #FFF;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #ecf3f8;
}

.table a:hover {
    color: #ff6c64;
}

.table > thead > tr > th {
    border-bottom: none;
    /* background: rgba(71,92,101,1);
    background: -moz-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,92,101,1)), color-stop(100%, rgba(43,62,70,1)));
    background: -webkit-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -o-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: linear-gradient(to bottom, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475c65', endColorstr='#2b3e46', GradientType=0 );*/
    color: #ffffff;
    border-left: 1px solid #5a86a4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #dadcdd;
    padding: 6px;
    vertical-align: middle;
}

.table-curved {
    border-collapse: separate;
}

.table-curved {
    border: solid #d6dce0 1px;
    border-radius: 0;
    border-left: 0px;
}

    .table-curved td, .table-curved th {
        border-left: 1px solid #dadcdd;
        border-top: 1px solid #dadcdd;
    }

    .table-curved th {
        border-top: none;
    }

        .table-curved th:only-child {
            border-radius: 0;
        }

    .table-curved tr:last-child td:last-child {
        border-radius: 0 0 6px 0;
    }


.btn:hover, .btn:focus {
    color: #f1f1f1;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #000;
}

.container {
    background-color: #23333a;
    padding-bottom: 15px;
}

.navbar-brand {
    padding: 0;
}

.navbar-static-top {
    margin-bottom: 0;
    border-top: 4px solid #FF6C64;
    border-bottom: 1px solid #dbdbdb;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.19);
}


.content {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 646px;
    -webkit-box-shadow: -8px 0px 20px -4px rgba(0,0,0,0.20);
    -moz-box-shadow: -8px 0px 20px -4px rgba(0,0,0,0.20);
    box-shadow: -8px 0px 20px -4px rgba(0,0,0,0.20);
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.sidebar {
    margin: 0;
    padding: 0;
}

#mainNav {
    margin-top: 0;
}

    #mainNav li a.active {
        background-color: #1f2e35;
        color: #FFF;
    }

        #mainNav li a.active span {
            position: absolute;
            right: 0;
            width: 11px;
            height: 21px;
            background-image: url(../images/navArrow.png);
            z-index: 9000;
            display: none;
        }

        #mainNav li a.active i {
            color: #FFF;
        }

    #mainNav li i {
        color: #4b90be;
        width: 25px;
    }

    #mainNav li a {
        color: #6293b4;
        display: block;
        padding: 10px 15px;
        background-color: #2b3e46;
        border-bottom: 1px solid #2f434b;
        position: relative;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
        text-decoration: none;
    }

    #mainNav li:first-child {
        border-top: 1px solid #2f434b;
    }

    #mainNav li a:hover {
        color: #FFF;
        background-color: #1f2e35;
        text-decoration: none;
    }

        #mainNav li a:hover i {
            color: #FFF;
        }

    #mainNav li i {
        font-size: 16px;
    }

.nav > li > a {
    color: #787878;
}

    .nav > li > a i {
        font-size: 14px;
    }

.nav .caret {
    border-bottom-color: #6293b4;
    border-top-color: #6293b4;
}

footer {
    padding: 15px;
    background-color: #141f24;
    border-top: 1px solid #2e414a;
    color: #647075;
    font-size: 12px;
}

    footer a {
        color: #64a4b7;
    }

/* count indicator near icons */
.nav > li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    background: rgba(51,200,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* indent 2nd level */
.list-unstyled li > ul > li {
    margin-left: 10px;
    padding: 8px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #636363;
}

.panel-default {
    border-color: #d6dce0;
}

    .panel-default > .panel-heading {
        background: rgba(71,92,101,1);
        background: -moz-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,92,101,1)), color-stop(100%, rgba(43,62,70,1)));
        background: -webkit-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
        background: -o-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
        background: -ms-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
        background: linear-gradient(to bottom, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475c65', endColorstr='#2b3e46', GradientType=0 );
        color: #FFF;
        padding: 5px 15px;
        position: relative;
    }

        .panel-default > .panel-heading h4 {
            margin: 5px 0;
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        }

            .panel-default > .panel-heading h4 i {
                margin-right: 5px;
            }

.bullet {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: middle;
    width: 22px;
    height: 21px;
    float: left;
    margin-top: 2px;
    display: none;
}

.badge {
    background-color: #384a56;
}

.widgetNav {
    position: absolute;
    right: 0;
    top: 0;
}

.panel-heading ul li {
    border-left: 1px solid #5a86a4;
}

.widgetList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widgetList li {
    position: relative;
    transition: all 0.3s ease 0s;
}

.widgetList a {
    padding: 5px 15px;
    display: block;
    border-bottom: 1px solid #e2e6e9;
    position: relative;
}

    .widgetList a:hover {
        text-decoration: none;
    }

.widgetList li:hover {
    background-color: #ecf3f8;
    text-decoration: none;
}

.widgetList a p {
    color: #909ba4;
    width: 95%;
}

.widgetList a:last-child {
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.widgetList span {
    position: absolute;
    right: 10px;
    top: 28%;
    cursor: pointer;
}

    .widgetList span button {
        line-height: 7px;
        padding: 3px 5px;
        cursor: pointer;
    }

.widgetList i:hover {
    color: #FF6C64;
}

.widgetList a h4 {
    font-size: 14px;
}

.unread {
    background-color: #f8f3cd;
}

.mainHeader {
    color: #93979b;
    margin-top: 0;
    font-size: 26px;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.timeEntryHeader {
    margin-bottom: 10px;
    background-position: 0 15px;
}

.btn-default .caret {
    border-top-color: #ff6c64;
}

.dataTables_length {
    color: #8d8d8d;
    margin-top: 10px;
}

.pagination {
    margin: 5px 0;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #5bc0de;
    }

.innerPage {
    padding-top: 0;
}

.navbar-default {
    background-color: #fcfcfc;
    border-radius: 0;
}

.navbar-form {
    margin: 5px -15px;
}

.navbar-nav > li > a i {
    color: #66a2cb;
}

.navbar-nav > li > a {
    border: 1px solid #d0dbe3;
    border-top: none;
    border-bottom: none;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    border-left: 1px solid #ffffff;
    color: #3f3f3f;
}



.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #ececec;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-bottom: -1px;
    border: 1px solid #ccc;
    box-shadow: 0 -2px 0 #4d9ace;
    margin-top: 1px !important;
    border-bottom: none;
}



.navbar-right > li > a {
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    border-left: 1px solid #F1F1F1;
}

.navbar {
    min-height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-default {
    background-color: #46535d;
    color: #FFF;
    border: 1px solid #46535d;
}

.btn-form {
    background: rgba(88,109,117,1);
    background: -moz-linear-gradient(top, rgba(88,109,117,1) 0%, rgba(43,62,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88,109,117,1)), color-stop(100%, rgba(43,62,70,1)));
    background: -webkit-linear-gradient(top, rgba(88,109,117,1) 0%, rgba(43,62,70,1) 100%);
    background: -o-linear-gradient(top, rgba(88,109,117,1) 0%, rgba(43,62,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(88,109,117,1) 0%, rgba(43,62,70,1) 100%);
    background: linear-gradient(to bottom, rgba(88,109,117,1) 0%, rgba(43,62,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586d75', endColorstr='#2b3e46', GradientType=0 );
    color: #FFF;
    border: 1px solid #1f2e35;
}

    .btn-form:hover {
        background: rgba(106,129,138,1);
        background: -moz-linear-gradient(top, rgba(106,129,138,1) 0%, rgba(62,85,94,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,129,138,1)), color-stop(100%, rgba(62,85,94,1)));
        background: -webkit-linear-gradient(top, rgba(106,129,138,1) 0%, rgba(62,85,94,1) 100%);
        background: -o-linear-gradient(top, rgba(106,129,138,1) 0%, rgba(62,85,94,1) 100%);
        background: -ms-linear-gradient(top, rgba(106,129,138,1) 0%, rgba(62,85,94,1) 100%);
        background: linear-gradient(to bottom, rgba(106,129,138,1) 0%, rgba(62,85,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a818a', endColorstr='#3e555e', GradientType=0 );
        color: #FFF;
        border: 1px solid #436b41;
    }

.panel-body .form-control {
    height: auto;
}

.table {
    margin-bottom: 0;
}

.appCalender {
    float: right;
}

.box {
    background-color: #F5F5F5;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
}

.btnColor {
    background-color: #5bc0de;
    color: #FFF;
}

    .btnColor:hover {
        background-color: #85a1b9;
        color: #FFF;
    }

.btnWhite {
    background-color: #ffffff;
    color: #46535d;
    border: 1px solid #ccc;
}

    .btnWhite:hover, .btnWhite:focus {
        color: black;
    }

.btnTable {
    background-color: #d7e2ea;
    color: #4b616a;
    border: 1px solid #cfdbe3;
}

    .btnTable:hover {
        background-color: #fff;
        color: #4b616a;
        border: 1px solid #e9eff3;
    }

.label {
    font-weight: 600;
}

.panel {
    border: 1px solid #d6dce0;
}

.panel-grad {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(38%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}

.panel-reports {
}

    .panel-reports > .panel-heading {
        background-color: #FAFAFA;
        border-bottom: 1px solid #CCCCCC;
    }

.form-signin {
    margin: 25px auto 0;
    max-width: 330px;
    padding: 15px;
}

.form-signin-heading {
    color: #929ea3;
}

.borderHeader {
    border-bottom: 1px solid #D6DBDE;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.alert-warning {
    margin: 10px;
}

.topPlace {
    margin-bottom: 0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    background-color: #FAFAFA;
    border: 1px solid #DADCDD;
    min-height: 35px;
}

.searchField {
    float: right;
    width: 300px;
}

    .searchField input {
        height: 30px;
    }

.piePlaceholder {
    width: 400px;
    height: 300px;
    margin: 0 auto;
}

.form-horizontal .form-group {
    margin-left: 0;
}

.fake-uploader {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .fake-uploader input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

.logoUploadContainer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 1px;
    background-color: #f7f7f7;
    padding: 5px;
}

    .logoUploadContainer img {
        border: 1px solid #d4dcde;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        margin-top: 5px;
    }

.progress {
    margin-top: 1px;
}

.approverNameList {
    padding: 6px 30px 6px 5px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    background-color: #F9F9F9;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.choice-close {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 26px;
    height: 27px;
    cursor: pointer;
    font-size: 16px;
    background-color: #ff6c64;
    color: #fff;
    display: block;
    margin: -5px -1px;
    text-align: center;
    line-height: 27px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .choice-close:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ffa9a4;
    }

.chosenSelectContainer {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    height: auto !important;
    height: 1%;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
}

.approverAddButton {
    background-color: #4D7496;
    padding: 4px 8px;
    color: #fff;
    margin-left: -4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .approverAddButton:hover {
        background-color: #698fb1;
        color: #fff;
    }

.tableLoader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 46%;
    top: 4px;
    z-index: 600;
}

/*----Jquery UI Datepicker style start-----*/

/* http://docs.jquery.com/UI/Datepicker#theming */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: rgba(112,132,153,1);
        background: -moz-linear-gradient(top, rgba(112,132,153,1) 0%, rgba(80,100,122,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,132,153,1)), color-stop(100%, rgba(80,100,122,1)));
        background: -webkit-linear-gradient(top, rgba(112,132,153,1) 0%, rgba(80,100,122,1) 100%);
        background: -o-linear-gradient(top, rgba(112,132,153,1) 0%, rgba(80,100,122,1) 100%);
        background: -ms-linear-gradient(top, rgba(112,132,153,1) 0%, rgba(80,100,122,1) 100%);
        background: linear-gradient(to bottom, rgba(112,132,153,1) 0%, rgba(80,100,122,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708499', endColorstr='#50647a', GradientType=0 );
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        color: #fff;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .7em;
        border-collapse: collapse;
        margin: 0;
        background: none;
    }

#timeEntryDateSelector {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #eaeef2;
    border: 1px solid #fff;
    width: auto;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #eaedf0;
    font-weight: normal;
    color: #555555;
    background-color: #f9fafb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #555555;
        text-decoration: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #dadada;
    font-weight: normal;
    color: #212121;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #212121;
        text-decoration: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #212121;
        text-decoration: none;
    }

.ui-widget :active {
    outline: none;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -99999px;
}

#ui-datepicker-div {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4cfd7;
    width: 180px;
}
/*----Jquery UI Datepicker style End-----*/

.dropdown i {
    color: #000;
}

.ui-dialog {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,233,241,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,233,241,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde9f1',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-dialog {
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.39);
    margin: 0 auto;
    z-index: 90000;
}

.ui-dialog-titlebar {
    background: rgba(71,92,101,1);
    background: -moz-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,92,101,1)), color-stop(100%, rgba(43,62,70,1)));
    background: -webkit-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -o-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: linear-gradient(to bottom, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475c65', endColorstr='#2b3e46', GradientType=0 );
    padding: 7px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    cursor: move;
}

.ui-dialog-titlebar-close {
    background-color: #c2d6df;
    border: 1px solid #000;
    position: absolute;
    right: 4px;
    border-radius: 8px;
    top: 5px;
    background-image: url(../images/ui-icons_222222_256x240.png);
    background-position: -32px -192px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

    .ui-dialog-titlebar-close:hover {
        background-color: #fff;
        position: absolute;
        right: 4px;
        top: 5px;
        background-image: url(../images/ui-icons_222222_256x240.png);
        background-position: -95px -207px;
        text-indent: -9999px;
        width: 18px;
        height: 18px;
        overflow: hidden;
        border: 0;
    }

.ui-dialog-content {
    min-height: 60px;
    text-align: center;
    padding-top: 10px;
}

.ui-dialog-buttonset {
    padding: 5px 10px 0 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        background: rgba(134,164,189,1);
        background: -moz-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,164,189,1)), color-stop(100%, rgba(94,125,153,1)));
        background: -webkit-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: -o-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: -ms-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: linear-gradient(to bottom, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a4bd', endColorstr='#5e7d99', GradientType=0 );
        color: #fff;
        padding: 4px 10px;
        border: 1px solid #2b3e46;
        margin-left: 5px;
        border-radius: 4px;
    }

#userIcon {
    padding: 2px 5px;
    border-radius: 2px;
}

    #userIcon i {
    }

.timeEntryBoxSelected {
    background-image: url(../images/commentTrue.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}


/*-- Tooltip style start--*/

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    min-width: 105px;
    max-width: 220px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

/*-- Tooltip style End--*/

.table td span i {
    cursor: pointer;
}

    .table td span i:hover {
        cursor: pointer;
        color: #ff6c64;
    }

.table-menu:hover {
    background-color: #f2f9f9;
    color: #ff645b;
    border: 1px solid #e9eef2;
}

.btn-toolbar > .btn-group > .btn:first-child {
    border-radius: 0;
}

.btn-toolbar > .btn-group > .btn:last-child {
    border-radius: 0;
}

.btn-toolbar > .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    color: #ff645b;
    margin-right: 0;
}

.navHeader {
    margin-bottom: 0;
    margin-top: 6px;
    margin-left: 10px;
    font-size: 20px;
    color: #32464e;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0;
    border-left: 1px solid #f7f9fb;
}


.col-sm-2 {
    width: 30%;
}

.form-group .col-xs-4 {
    width: 45%;
}

.navbar {
    filter: none !important;
}

.privelegesRow:hover {
    cursor: pointer;
}

.panelColorBody {
    background-color: #f8f8f8;
    padding: 10px;
}

.table td.timeEntryCell {
    padding: 0;
}

.timeEntryCell input {
    padding: 0;
    text-align: center;
    font-size: 12px;
    border: none;
    box-shadow: none;
    height: 38px;
    line-height: 38px;
    border-radius: 0;
    min-width: 32px;
    max-width: auto;
}

.addTimeEntryCell input {
    height: 44px;
    line-height: 20px;
}

::-ms-clear {
    display: none;
}

.timeEntryCell input:focus {
    outline: 2px solid #000000;
    box-shadow: none;
}

.timeEntryTableDateHeader {
    padding: 2px;
    min-width: 34px;
}

a i {
    cursor: pointer;
}

.btn-danger {
    background-color: #E66454;
    border: 1px solid #d76153;
}

.icon-bar {
    background-color: #ccc;
}

.btn-black {
    background-color: #2b3e46;
    color: #fff;
    margin: 5px 15px;
}


#ui-datepicker-div {
    display: none;
}

.btn-login {
    background-color: #ff6c64;
    border: 1px solid #ff8983;
    color: #fff;
}

.collapsedNav {
    font-size: 10px;
    text-align: center;
}

    .collapsedNav i {
        display: block;
        margin: 0 auto;
    }

.btnCollapse {
    color: #808080;
    display: block;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 15px;
    background-color: #414141;
    outline: medium none;
}

    .btnCollapse:active,
    .btnCollapse:hover,
    .btnCollapse:focus {
        background-color: #414141;
        color: #ffffff;
        text-decoration: none;
    }

.siderCollapse {
    display: block;
    text-align: right;
    border-bottom: 1px solid #3b3b3b;
}

.table-striped > tbody > tr.tableRowSelected:nth-child(2n+1) > td, .table-striped > tbody > tr.tableRowSelected:nth-child(2n+1) > th {
    background-color: #c40000;
}

.table-striped > tbody > tr.tableRowSelected:nth-child(2n) > td, .table-striped > tbody > tr.tableRowSelected:nth-child(2n+1) > th {
    background-color: #c40000;
}

.tableButtons {
    min-width: 180px;
}

.report-widget {
    text-align: center;
    font-size: 13px;
}

.report-widget-heading {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1%;
    border: none;
}

.report-widget-footer {
    font-size: 14px;
    color: #999;
    text-align: right;
    background-color: #EAEAEA;
}

.report-widget > .text {
    margin: 10px 0;
}

.favourite {
    color: #f2a500;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.panel-info .panel-heading a {
    color: #c9eaff;
}

.panel-warning > .panel-heading a {
    color: #fff7ec;
}

.panel-danger .panel-heading a {
    color: #A94442;
}

.panel-success .panel-heading a {
    color: #f0ffe9;
}




.panel-lavender .panel-heading a {
    color: #f5ebff;
}

.panel-lavender > .panel-heading {
    color: #f5ebff;
    background-color: #857198;
    border-color: #dadaef;
}

    .panel-lavender > .panel-heading + .panel-collapse .panel-body {
    }

    .panel-lavender > .panel-heading > .dropdown .caret {
    }

.panel-lavender > .panel-footer + .panel-collapse .panel-body {
}

.panel-black .panel-heading a {
    color: #f0f0f0;
}

.panel-black > .panel-heading {
    color: #f0f0f0;
    background-color: #39393d;
    border-color: #eacbd0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #ffffff;
}

.topHeader {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 15px;
    margin-bottom: 15px;
    margin-top: -15px;
}

    .topHeader h1 {
        font-size: 24px;
        color: #444444;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.breadcrumb {
    background: none;
    border-radius: 0;
    margin: 0 -15px -5px;
    padding: 5px 15px 15px;
    font-size: 13px;
}

    .breadcrumb i {
        margin-right: 5px;
    }

.innerHeader {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 18px;
}

    .innerHeader i {
        margin-right: 5px;
    }

.btn {
    border-radius: 2px;
    padding: 4px 10px;
    transition: all 0.3s ease 0s;
}

    .btn i {
        margin-right: 5px;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        opacity: 0.40;
    }

.panel-info > .panel-heading {
    background-color: #1d89cf;
}

.panel-warning > .panel-heading {
    background-color: #f4b04f;
}

.panel-success > .panel-heading {
    background-color: #82af6f;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f8f8f8;
    text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    min-width: 250px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #6293b4;
    color: #fff;
}

.notificationRead {
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    cursor: default;
}

.table-menu {
    background-color: #fff;
    color: #668caa;
    border: 1px solid #e9eef2;
    width: 35px;
    padding: 3px;
}

.btn-trash {
    background: none;
    border: none;
    color: #DD5A43;
    transition: all 0.1s ease 0s;
}

    .btn-trash:hover, .btn-trash:focus {
        color: #DD5A43;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.btn-envelop {
    background: none;
    border: none;
    color: #5bc0de;
    transition: all 0.1s ease 0s;
}

    .btn-envelop:hover, .btn-envelop:focus {
        color: #5bc0de;
    }

.tableFooter {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 10px 15px;
}

.nav-pills > li > a {
    padding: 8px 13px;
    line-height: 19px;
    color: #ffffff;
}

    .nav-pills > li > a:hover {
        background: none;
        color: #FFF;
    }

    .nav-pills > li > a:focus {
        background: none;
    }

.fa-envelope {
}


.panel-body::-webkit-scrollbar {
    width: 8px;
    background-color: #cccccc;
    -moz-appearance: none !important;
    background: #e3e3e3 !important;
}

.panel-body::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 0;
}

    .panel-body::-webkit-scrollbar-thumb:hover {
        background-color: #666666;
        border: 1px solid #333333;
    }

.panel-body::-webkit-scrollbar-track {
    border: 1px gray solid;
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px #d5d5d5 inset;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}

.butter-bar {
    display: none;
}

    .butter-bar.show {
        display: block;
        position: absolute;
        background: #ff6c64;
        border: 1px solid #d85750;
        margin: 0 50%;
        padding: .5em 2em;
        color: #FFF;
        z-index: 90000;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
.input-group .datepicker{
    background-color: #ffffff;
}
.input-group .hasDatepicker{
    background-color: #ffffff;
}