header {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #dedede 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dedede 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dedede', GradientType=0 );
    padding: 10px 0;
}

    header h3 {
        font-size: 20px;
        margin: 0px;
    }

    header a {
        color: #333;
        transition: all 0.3s ease-in-out 0.3s;
    }

        header a:hover, header a:focus {
            color: #99D9EA;
        }

.top-nav {
    background: #E8E8EB;
    padding: 15px 0;
    border-bottom: 1px solid #AAA;
}

    .top-nav ul.list-inline {
        margin-bottom: 0px;
    }

.btn-primary {
    background: #52B8D6;
    background: -moz-linear-gradient(top, #52B8D6 0%, #379EBC 100%);
    background: -webkit-linear-gradient(top, #52B8D6 0%, #379EBC 100%);
    background: linear-gradient(to bottom, #52B8D6 0%, #379EBC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52B8D6', endColorstr='#379EBC', GradientType=0 );
    border-color: #52B8D6;
    transition: all 0.3s ease-in-out 0.3s;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        background: #379ebc;
        background: -moz-linear-gradient(top, #379ebc 0%, #52b8d6 100%);
        background: -webkit-linear-gradient(top, #379ebc 0%, #52b8d6 100%);
        background: linear-gradient(to bottom, #379ebc 0%, #52b8d6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#379ebc', endColorstr='#52b8d6', GradientType=0 );
        border-color: #379ebc;
    }

.page-header {
    margin: 0px;
    background: #EDEDED;
    padding: 10px 0;
}

    .page-header h2 {
        font-size: 18px;
        margin-top: 0px;
    }

    .page-header p, .page-header label {
        font-weight: 300;
        margin: 0px;
    }

.no-padding {
    padding: 0px !important;
}

.panel-primary > .panel-heading {
    background-color: #99D9EA !important;
    border-color: #999 !important;
    color: #2F81C4 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,0,#eee,100%);
    background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
}

    .panel-primary > .panel-heading > p {
        margin: 0px;
    }

.panel.panel-primary {
    border-radius: 0px;
    border-color: #999;
}

    .panel.panel-primary .panel-body {
        background: #FFF;
    }

.gray-bg, .table > thead > tr > th, .table > thead > tr > th a {
    background: #2f81c4;
    color: #fff;
}

.spacer-top-bottom {
    padding-bottom: 15px;
    padding-top: 15px;
}

.inline-object label {
    padding: 0 10px 0 0;
}

.inline-object .form-control {
    margin: 0 10px 0 0;
}

.inline-object .form-control {
    display: inline-block;
    width: 80px;
    padding: 6px;
}

.inline-object {
    margin-bottom: 3px;
    font-size: 11px;
}

    .inline-object a {
        margin: 0 3px;
        font-size: 12px;
    }

.btn-default {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
}

.form-horizontal .spacer-top-bottom {
    border-bottom: 1px solid #EEE;
}

/*.input-mini {
    width: 100px !important;
    max-width: 100%;
}*/

.inline-object.text-right {
    margin-right: 30px;
}

@media screen and ( max-width:1281px) {
    .inline-object label {
        max-width: 50%;
        margin: 5px;
    }

    .inline-object .form-control {
        margin: 5px;
    }

    span.total-gross {
        width: 64px;
    }
}

@media screen and ( max-width:1750px) {
    .input-mini {
        width: 60px !important;
        max-width: 100%;
    }

    .repeat, .total-days {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media screen and (min-width:1751px) and ( max-width:2000px) {
    .day-total {
        font-weight: 600;
        margin-left: 23%;
    }

    .day-total-hrs {
        width: auto;
        margin-left: 23%;
        text-align: left;
    }

    .input-mini {
        width: 60px !important;
        max-width: 100%;
    }
}

@media screen and ( max-width:800px) {
    .inline-object label {
        max-width: 100%;
        margin: 5px;
    }

    .inline-object .form-control {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

.gray-bg {
    /*margin-bottom: 15px;*/
    color: #fff;
    padding-top: 10px;
}
/*label{font-size:11px;font-weight:bold;}*/
label {
    font-size: 13px;
}

    label.control-label {
        font-weight: bold;
    }

/*.repeat {
    margin-bottom: 10px;
}*/

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.gray-bg a {
    color: #fff;
    text-decoration: none;
    padding: 0px 0px 12px 0px;
}

    .gray-bg a:hover, gray-bg a:focus {
        color: #fff;
        text-decoration: none;
    }

.repeat .form-group {
    display: inline-block;
    vertical-align: middle;
}
/* .repeat .btn {margin-top:10px; } */

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media (min-width: 768px ) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.btn {
    line-height: 20px !important;
    padding: 4px 7px;
    font-size: 13px;
}

.panel {
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 0px 15px 15px 15px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading p {
        line-height: 30px;
        margin-bottom: 0;
    }

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.form-group {
    margin-bottom: 15px;
}

.row.filtertable .form-group {
    margin-bottom: 0;
}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}


/******************custom-bootstrap***************/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
        /*float: none;
        width: auto;*/
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

        .input-group .form-control, .input-group-addon, .input-group-btn {
            display: table-cell;
        }

        .input-group .form-control {
            position: relative;
            z-index: 2;
            float: left;
            width: 100%;
            margin-bottom: 0;
        }

    .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .input-group-addon, .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }

        .input-group-addon:last-child {
            border-left: 0;
        }

        .input-group-addon:first-child {
            border-right: 0;
        }

        .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

    span.input-group-addon.info {
        background: transparent;
        border: medium none;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}
/*.hide {
  display: none !important;
}*/
.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.btn.btn-info.btn-top {
    min-width: 100px;
    padding: 2px 12px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .navbar.navbar-fixed-top h4 {
        font-size: 14px;
    }

    .btn-filter {
        margin-top: 0px !important;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .repeat button {
        vertical-align: middle;
        margin-bottom: 13px;
    }

    .btn-info {
        padding: 0 8px !important;
    }

    .visible-sm {
        display: block !important;
    }

    .btn.btn-info.btn-top {
        min-width: 75px;
        padding: 2px 12px;
    }

    .total-days {
        margin-top: -14px;
        margin-left: 18%;
        margin-bottom: 0;
    }

    .day-total-hrs {
        width: auto !important;
        margin-right: 0% !important;
        text-align: left !important;
    }

    span.total-gross {
        width: 64px;
    }

    .panel-body {
        padding: 0px 15px 0px 15px;
    }

    .hidden-sm {
        display: none !important;
    }

    .input-medium {
        width: 100%;
    }

    .btn-right {
        text-align: right;
    }

    .repeat {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .input-mini {
        width: 100px !important;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    .total-days {
        margin-top: -14px;
        margin-left: 1%;
        margin-bottom: 0;
    }

    .sub-pan .repeat {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .input-mini {
        width: 100px !important;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.margin-left-6 {
    margin-left: 6px;
}

#timesheetHomeMenu div.menu-item:hover {
    background-color: #DADADA !important;
    cursor: pointer;
}

tr.timesheet-row:hover {
    background-color: #DADADA !important;
    cursor: pointer;
}

.sort-header {
    text-decoration: underline !important;
}

.btn-timesheet-margin {
    margin-bottom: 23px;
}


/*.toolbar-inner{
  background-color: #429DB6;
}*/
.filtertable {
    padding-top: 15px;
}

    .filtertable input {
        box-sizing: border-box;
    }

.btn-filter {
    margin-top: 26px;
}

.btn-info {
    background: #0068ab !important; /* Old browsers */
    background: -moz-linear-gradient(top, #0068ab 0, #00458e 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#0068ab), color-stop(100%,#00458e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068ab 0,#00458e 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068ab 0,#00458e 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068ab 0,#00458e 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #0068ab 0,#00458e 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068ab', endColorstr='#00458e',GradientType=0 ) !important; /* IE6-9 */
    border: 1px solid #003c7f !important;
    text-shadow: none;
    font-size: 12px;
    padding: 0 10px;
    min-width: 24px;
    min-height: 24px;
}

    .btn-info:hover, .btn-info:focus {
        background: #107dc3 !important; /* Old browsers */
        background: -moz-linear-gradient(top, #107dc3 0, #0052a8 100%) !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#107dc3), color-stop(100%,#0052a8)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #107dc3 0,#0052a8 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #107dc3 0,#0052a8 100%) !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #107dc3 0,#0052a8 100%) !important; /* IE10+ */
        background: linear-gradient(to bottom, #107dc3 0,#0052a8 100%) !important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107dc3', endColorstr='#0052a8',GradientType=0 ) !important; /* IE6-9 */
    }

.shadow-box {
    border: 1px solid #CCC;
    background-color: #FFF;
    box-shadow: 0 3px 5px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.1);
    padding: 15px;
    border-radius: 4px;
}

.btn-style-none {
    background: transparent;
    box-shadow: none;
    border: medium none;
    outline: none;
}



.separator {
    position: relative;
    padding-top: 15px;
}

    .separator:hover, .separator:nth-child(odd):hover {
        background-color: #f1f1f1 !important;
    }

/*.separator:after {
        background: #2F81C4;
        border: none;
        border-radius: 4px;
        display: block;
        font-size: 0;
        height: 2px;
        
        overflow: hidden;
        content: "";
    }*/

#modalLogin .modal-header {
    border-bottom: none;
}

.timesheet-grid th a {
    text-decoration: none !important;
    cursor: pointer;
}

.link-next {
    display: inline-block;
    padding-right: 0px;
    color: rgb(47, 129, 196);
    cursor: pointer;
    padding-left: 10px;
}

.link-previous {
    display: inline-block;
    padding-right: 10px;
    color: rgb(47, 129, 196);
    cursor: pointer;
    padding-left: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
    padding: 3px 15px !important;
    background: #2F81C4;
    color: #fff;
    border-radius: 1px 1px 0 0;
    /*padding: 9px 15px;
    border-bottom: 1px solid #eee*/;
}

    .modal-header h4 {
        font-weight: normal;
    }

a:hover, a:focus {
    text-decoration: none;
}

.modal-header .close {
    font-size: 18px !important;
    text-shadow: none;
    color: #fff;
    margin-top: 2px;
    opacity: 0.8;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #dadada;
}

.separator:nth-child(odd) {
    background: #f5f4f4;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0;
}

/*.end {
    margin-left: 7%;
}}*/

.code {
    margin-left: 3%;
}

.total-hrs, .total-gross, .total-gross-label, .total-quantity {
    font-weight: 600;
    padding: 5px 7px 0 0;
    display: inline-block;
}

.total-quantity:nth-child(2) {
    width: 55px;
}

.total-gross:nth-child(2) {
    width: 59px;
}

.day-total {
    font-weight: 600;
    /*margin-left: 0;*/
}

.total-hrs:nth-child(2) {
    width: 67px;
}

.day-total-hrs {
    width: 70px;
    margin-right: 3%;
    text-align: left;
}

span.total-gross {
    width: 110px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .btn.btn-info.btn-top {
        min-width: 60px;
        padding: 0 12px;
        /* min-height: 24px; */
        line-height: 24px !important;
    }

    .accordion-heading .accordion-toggle {
        padding: 0px !important;
    }

    .modal-body .form-control {
        height: auto !important;
        width: 100%;
        box-sizing: border-box;
    }
}

.text-danger {
    color: red;
}

.width100 {
    width: 100%;
}


.separator .form-group {
    margin-bottom: 5px;
}

.sub-bg {
    background-color: #DCDCDC;
    padding: 10px 0;
}

.sub-pan {
    border: solid 1px #ccc;
    margin: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-width-col {
    width: 10.666667%;
}

.custom-width-atten-col {
    width: 10.333333%;
}

.custom-width-time-col {
    width: 4.333333%;
}

.custom-width-time-col-tablet {
    width: 9.333333%;
}

.custom-width-break-items-col {
    width: 12%;
}

.custom-width-project-items-col {
    width: 17%;
}

.custom-width {
    width: 96px !important;
    padding-right: 5px;
}

.custom-width-submit-ts {
    width: 170px !important;
    padding-right: 5px;
}

.custom-width-tab {
    width: 132px !important;
}

.custom-width-tab-submit-ts {
    width: 180px !important;
}

.widthOne {
    width: 84px;
}

.widthTwo {
    width: 64px;
}

.margin-right-5 {
    margin-right: -5px;
}

.panel-body-padding {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.no-margin-form {
    margin: 0 !important;
}

.collapsed .panel-body {
    display: none;
}

span.month, span.year {
    display: block !important;
    width: 23% !important;
    height: 54px !important;
    line-height: 54px !important;
    float: left !important;
    margin: 1% !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.padding-quantity {
    padding-right: 17px;
}

.text-wrap {
    word-wrap: break-word;
    display: block;
    padding-top: 8px;
}

.margin-top-5 {
    margin-top: 5px;
}

.input-currency-width {
    width: 65px !important;
}

.btn-currency-margin {
    margin-bottom: 12px !important;
}

.currency-padding {
    padding-left: 9px !important;
    padding-right: 0px !important;
}

.recaptcha-div {
    width: 300px;
    margin: 0 auto 1em auto;
}