drg-checkbox-list .drg-checkbox-list-option-list {
	max-height: 200px;
	overflow: auto;
	list-style-type: none;
	padding-left: 0px;
	border: 1px solid #A9A9A9;
	border-width: 0px 1px 1px 1px;
	background-color: white;
}

drg-checkbox-list .drg-checkbox-list-option-list input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 0px;
}

drg-checkbox-list .drg-checkbox-list-option-list li {
	padding-left: 5px;
}

drg-checkbox-list .drg-checkbox-list-option-list li label {
	margin-bottom: 0px;
	display: block;
	padding: 3px 0px;
}

drg-checkbox-list .drg-checkbox-list-option-list li:nth-child(even) {
	background-color: #EEEEEE;
}

.drg-checkbox-list-info {
	font-size: 12px;
}

.drg-checkbox-list-selected {
	display: inline-block;
	padding: 3px 5px;
	margin-top: -3px;
	float: right;
}

.drg-checkbox-list-deselect-all {
	float: right;
}

.drg-checkbox-list-deselect-all, .drg-checkbox-list-select-all {
	margin-bottom: 5px;
}

.drg-checkbox-list-search-wrapper {
	position: relative;
}

.drg-checkbox-list-search-wrapper input {
	width: 100%;
	padding-right: 23px;
}

.drg-checkbox-list-search-wrapper span {
	position: absolute;
	right: 1px;
	padding: 5px;
	cursor: pointer;
}
body {
    padding-right: 0px !important;
    overflow-y: scroll;
}

a {
    border: 0px;
    outline: none !important;
}

.large {
    font-size: 16px;
}

.circle-picture { 
    float         : right;
    height        : 50px;
    width         : 50px;
    border        : 1px solid #eee;
    border-radius : 50%;
    overflow: hidden;
    background-color: #CCC;
}

.main-logo {
    width       :   50px; 
    float       :   left; 
    margin-right:   15px;
}

#navbar-expander {
    margin-right: 10px;
    margin-top: 7px;
    padding-top: 8px;
}

.no-margin {
    margin: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.float-right {
    -webkit-transition   : all 0.6s ease-in-out;
    transition   : all 0.6s ease-in-out;
    float        : right;
}

.float-right.trash-activated {
    -webkit-transform : scale(1.1);
            transform : scale(1.1);
    color     : red;
    text-shadow : -2px -2px 5px #fff;
}

.close-button {
    -webkit-transition   : all 0.6s ease-in-out;
    transition   : all 0.6s ease-in-out;
    color        : white;
}

.close-button:hover {
    cursor      : pointer;
    color       : #FF3333;
    text-shadow : -2px -2px 5px #fff;
}

.float-right-check {
    -webkit-transition   : all 0.6s ease-in-out;
    transition   : all 0.6s ease-in-out;
    float        : right;
    margin-right : 3%;
    color        : white;
    opacity      : 0.9;
}

.float-right-check:hover {
    cursor      : pointer;
    color       : #5cb85c;
    text-shadow : -2px -2px 5px #fff;
}

.project-info {
    -webkit-transition   : all 0.6s ease-in-out;
    transition   : all 0.6s ease-in-out;
    margin-right : 3%;
    color        : white;
    opacity      : 0.9;
    cursor: pointer; 
    margin-top: -9px; 
    margin-right: 32px;
}

.project-info:hover {
    cursor      : pointer;
    color       : #5cb85c;
    text-shadow : -2px -2px 5px #fff;
}

.project-add {
    margin-top: -9px; 
    margin-right: 32px;
}

.float-right-crop {
    -webkit-transition   : all 0.6s ease-in-out;
    transition   : all 0.6s ease-in-out;
    float        : right;
    margin-right : 3%;
    color        : white;
}

.float-right-crop:hover {
    cursor      : pointer;
    color       : #3333FF;
    text-shadow : -2px -2px 5px #fff;
}

.float-right-proj {
    -webkit-transition   : all 0.4s ease-in-out;
    transition   : all 0.4s ease-in-out;
    float        : right;
    margin-right : 3%;
    color        : #ccc;
    opacity      : 0.9;
}

.float-right-proj:hover {
    cursor      : pointer;
    color       : #3333FF;
    -webkit-transform   : scale(1.1);
            transform   : scale(1.1);
}

.add-timesheet {
    -webkit-transition   : all 0.4s ease-in-out;
    transition   : all 0.4s ease-in-out;
    color        : #444;
    opacity      : 0.9;
}

.add-timesheet:hover {
    cursor      : pointer;
    color       : #3333FF;
    -webkit-transform   : scale(1.1);
            transform   : scale(1.1);
}

.form-arrow {
    -webkit-transition : all 0.6s ease-in-out;
    transition : all 0.6s ease-in-out;
    display:inline-block;
    position:absolute;
    top:0;
    bottom:0;
    width:50px;
}

.form-arrow.right {
    right:0;
}

.form-arrow.left {
    left:0;
}

.form-arrow:hover {
    color : #aaa;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    cursor: pointer;
}

.form-arrow.left:hover {
    text-shadow: -2px 2px 3px #888;
}

.form-arrow.right:hover {
    text-shadow: 2px 2px 3px #888;
}

.form-bubble {
    -webkit-transition : all 0.6s ease-in-out;
    transition : all 0.6s ease-in-out;
    border: 2px solid #eee;
}

.form-bubble:hover {
    cursor: pointer;
}

.form-bubble:active {
    background-color: blue;
}

@media screen and (max-width: 768px) {
    .form-arrow.left {
        display:none;
        visibility: hidden;
    }

    .form-arrow.right {
        display: none;
        visibility: hidden;
    }
}

.panel-body .vert-li-outer:first-child{
    border-width : 2px 2px 0px 2px;
}

.panel-body .vert-li-outer:last-child{
    border-width : 2px;
}

.panel-muted {
    background-color: #F0F0F0;
}

/* panel heading edits */
.panel-heading h4{
    font-weight: bold;
}

.panel-info>.panel-heading{
    background-color: #abe1fc;
    border-color: #96c6dd;    
}

.panel-danger>.panel-heading {
    background-color: #fcb8b8;
    border-color: #c48f8f;
}

.panel-danger>.panel-heading>.panel-text-color {
    color: #333;
}

.panel-success>.panel-heading {
    background-color: #cdfcba;
    border-color: #9dc18f;
}

.panel-warning>.panel-heading {
    color: #333;
    background-color: #ffce8a;
    border-color: #eea236;
}

.panel .collapsable-panel {
    padding: 0px;
    height: 100%;
    overflow: hidden;
}

.panel-error-container {
    margin-top: 15px; 
    border: solid red 1px;
}

.panel-error-container ul {
    padding-left: 10px;
}

.panel-scroll {
    max-height: 76vh;
    height: 76vh;
}

.vert-li-outer {
    border-width : 2px 2px 0px 2px;
    border-color : #ccc;
    border-style : solid;
    text-align   : center;
    display      : table;
    width        : 100%;
    color        : #31708f;
    cursor       : auto;
}

.vert-li-outer:hover, .vert-li-outer:hover:first-child, .vert-li-outer:hover:last-child {
    border           : 2px solid #aaa;
    color            : #313190;
}

.vert-li-outer:hover .vert-li-inner {
    background-color : #c0e1f2;
}

.vert-li-inner {
    display          : table-cell;
    vertical-align   : middle;
    width            : 100%;
    background-color : #d9edf7;
    padding: 7px 0px;
}

.vert-li-button {
    float: right;
    color: white;
    border-radius: 0px;
}

.invalidSAPCode, .invalidSAPCode:hover {
    color: black !important;
    border-color: #d43f3a !important;
}

.invalidSAPCode:hover {
    border-color: #ac2925 !important;
}

.invalidSAPCode .vert-li-inner, .invalidSAPCode:hover .vert-li-inner {
    background-color: #d9534f;
    font-weight: bold;
}

.invalidSAPCode:hover .vert-li-inner {
    background-color: #c9302c;
}

hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* modal heading */
.modal-header {
    background-color:#eee;
}

.modal-header .modal-title {
    text-align:center;
}

.glyphicon-spin {
-webkit-animation: spin 1000ms infinite linear;
        animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@keyframes spin {
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.glyphicon-spin.ng-animate {
    -webkit-animation: none 0s;
            animation: none 0s;
}
.glyphicons.x0_5, .glyphicon.x0_5 {
    font-size: 16px;
}
.glyphicon.x1, .glyphicons.x1 {
    font-size: 24px;
}
.x1_5 {
    font-size: 36px;
}
.glyphicon.x2 {
    font-size: 48px;
}

.form-group ul.dropdown-menu:not(.uib-datepicker-popup) {
    max-height: 300px;
    overflow: auto;
}
.add-button {
    cursor: pointer;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.add-button:hover {
    color: #5cb85c;
    text-shadow: -2px -2px 5px #fff;
}

.input-wrapper {
    position: relative;
}

.left-padding {
    padding-left: 30px;
}

.left-icon {
    position: absolute;
    left: 10px;
    top: 10px;
}


.account-box-popover {
    min-width: 250px;
}

.highlight {
    padding: 6px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.preformatted {
    white-space: pre;
}

.spaced {
    padding: 8px;
}

.left {
    float: left;
}


/*=========== Update Popup ===========*/

update-popup {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
}

update-popup .popup-box {
    border: 3px solid #FFF;
}

update-popup .icon-wrapper {
    width: 30px;
    height: 45px;
    float: left;
}

update-popup .info-wrapper {
    height: 45px;
    float: right;
}

update-popup .banner {
    display: block;
    width: 100%;
    height: 16px;
}

update-popup .banner span {
    float: right;
    cursor: pointer;
    margin-right: 2px;
}

update-popup .info-wrapper p{
    padding: 0px 15px 0px 5px;
    display: block;
    color: #FFF;
}

update-popup .icon:before {
    font-family: 'Glyphicons Halflings';
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 10px;
}

    /*=== Notice Messages ===*/

    update-popup .notice .icon:before {
        content: "\e086";	/* info-sign */
    }
    update-popup .popup-box.notice {
        border-color: #FFF;
    }
    
    /*=== Error Messages ===*/

    update-popup .error .icon:before {
        content: "\e209";	/* alert */
        color: #FF0000;		/* red */
    }
    update-popup .popup-box.error {
        border-color: #FF0000;
    }
    
    /*=== Warning Messages ===*/

    update-popup .warning .icon:before {
        content: "\e107";	/* warning-sign */
        color: #f0ad4e;		/* red */
    }
    update-popup .popup-box.warning {
        border-color: #f0ad4e;
    }
    
    /*=== Success Messages ===*/

    update-popup .success .icon:before {
        content: "\e013";	/* checkmark */
        color: #3c763d;		/* green */
    }
    update-popup .popup-box.success {
        border-color: #3c763d;
    }
    
    
/*========= Filters =========*/

span[uib-accordion-header] toggle {
    float: right;
    margin: -6px 0px -12px;
}
    
    
    
/*========= My Team Page =========*/

.employee-controls .glyphicon, .employee-controls .glyphicons {
    vertical-align: baseline;
}

.panel-header-nopad .panel-heading {
    padding: 0px;
}

.panel-header-nopad span[uib-accordion-header] .row {
    padding: 10px 15px;
}

.employee-list-group-item {
    float:right;
    padding-right: 12px;
}

    /*============ Edit Employee Modal ===========*/
    .equipment-list-item.deactivated .vert-li-inner {
        background-color: #EDD;
    }

    .equipment-list-item.unusable .vert-li-inner {
        background-color: #EEE;
    }
    
    /*============ Absences Calendar ===========*/
    .absences-hours {
        font-size: 20px;
    }
    
    
/*========= Projects Page =========*/

.project-controls .glyphicon, .project-controls .glyphicons {
    vertical-align: baseline;
}

    /*============ Project Activities Page ===========*/
    .activity-list-item.deactivated .vert-li-inner {
        background-color: #EDD;
    }
    
    .activity-list-item.unusable .vert-li-inner {
        background-color: #EEE;
    }
    
    .timesheet-color-picker-option {
        height: 50px;
        width: 50px;
        margin: auto;
        cursor: pointer;
        margin: 5px 0px;
    }
    
    .timesheet-color-picker-option-bordered {
        height: 30px;
        width: 30px;
        border: 1px solid black;
    }
    
    .timesheet-color-picker-option.selected {
        border: 5px solid black;
        border-radius: 5px;
    }

    /*============ Project Locations Page ===========*/
    .location-list-item.deactivated .vert-li-inner {
        background-color: #EDD;
    }

    .location-list-item.warn .vert-li-inner {
        background-color: #ffce8a;
    }

    /*============ Project Perdiems Page ===========*/
    .perdiem-list-item.deactivated .vert-li-inner {
        background-color: #EDD;
    }


/*========== Reports Page ==========*/
.ui-grid {margin: 0px 0px 15px; height: 100% !important;}
.ui-grid-column-menu-button-last-col {
    margin-right: 5px !important;
}
hr.dark {border-color: #d8d8d8;}


/*========== Hours Breakdown ==========*/
.hours-breakdown .progress {
    margin-top: 10px;
}

.timesheet-summary {
    max-height: 70vh;
    overflow: auto;
}

.timesheet-summary-panels {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
}






.schedule-picker {
    width: 14.28%;
    display: inline-block;
    float: left;
}

.schedule-picker label {
    width: 100%;
    text-align: center;
}

.schedule-picker drg-time-duration-picker {
    width: 100%;
    display: block;
}

.schedule-picker drg-time-duration-picker table {
    margin-left: auto;
    margin-right: auto;
}






.page-banner {
    background-color: #EEE;
    margin-bottom: 20px;
    text-align: center;
}

.page-banner-warning {
    background-color: #eea236;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
}

.page-banner-warning p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.page-banner-warning-small {
    background-color: #eea236;
    margin-bottom: 10px;
    text-align: center;
}

.page-banner-warning-small p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

.progress-list {
    list-style-type: none;
}

.progress-current {
    font-weight: bold;
    cursor: default;
}

.progress-current:before {
    content: "\2192";
    font-size: 24px;
    margin-left: -15px;
    line-height: 18px;
}

.progress-level a {
    text-decoration: none;
    font-size: 16px;
}

.progress-current a:hover, .progress-current a:active, .progress-current a:focus, .progress-current a:visited {
    cursor: default;
    text-decoration: none;
    font-size: 18px;
}







.no-spinner-buttons {
    /* For Firefox */
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
.no-spinner-buttons::-webkit-inner-spin-button,
.no-spinner-buttons::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




.one-seventh {
    width: 14.28%;
    display: inline-block;
    float: left;
}
.six-sevenths {
    width: 85.68%;
    display: inline-block;
    float: left;
}

@media all and (max-width: 767px){
    .text-xs-center {
        text-align: center;
    }
    
    .panel .collapsed-panel {
        height: 0px;
    }
}

@media all and (max-width: 479px){
    .hidden-xxs {
        display: none !important;
    }
    .visible-xxs {
        display: block !important;
    }
    
    .col-xxs-4 {
        width: 33.33%;
    }
    
    .col-xxs-12 {
        width: 100%;
    }
}

@media all and (max-width: 991px) and (min-width: 768px){
    .absences-hours {
        font-size: 15px
    }
}

.badge-outline {
    border: 1px solid;
    background-color: rgba(0,0,0,0.2);
}

.bottom-padding-40 {
    padding-bottom: 40px;
}

.gridMultiSelectFilter{
    width:95% ;
}

.gridMultiSelectFilter li.ui-select-match-item {
    font-size: 12px;
    width: 100%;
}

.employee-id-card {
    display: inline-block
}

/* QR SCANNER */
.cameraContainer {
    font-family: 'Ropa Sans', sans-serif;
    color: #333;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}

#loadingMessage {
text-align: center;
padding: 40px;
background-color: #eee;
}

#canvas {
width: 100%;
}

#noQRFound {
text-align: center;
}

.inline-block {
    display: inline-block;
}

.preserve-white-space {
    white-space: pre-wrap;
}

.my-team-grid {
    min-height: 70vh;
}

.projects-active-color {
    background-color: #cdfcba;
}

.projects-inactive-color {
    background-color: #fcb8b8;
}

.projects-unassigned-color {
    background-color: #ffce8a;
}

.projects-disabled-color {
    background-color: #F0F0F0;
}
.description-padding {
    padding-left: 10px;
}
.header-thumb-status-name {
    font-style:italic; 
    font-size: 0.9em;
}

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

.timesheet-error-block-container {
    max-height:35vh; 
    display: block; 
    overflow-y: scroll; 
    overflow-x: hidden;
}

.padding-10 {
    padding: 10px;
}
.s4-match-error {
    background-color: #ff4d4d !important;
    border: 2px solid;
}

.s4-status-issue {
    background-color: #eed202  !important;
    border: 2px solid;
}

.s4-status-issue-text {
    color: #eed202  !important;
}

.s4-double-error {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4d4d), color-stop(50%, #ff4d4d), color-stop(50%, #eed202), to(#eed202)) !important;
    background-image: linear-gradient(to right, #ff4d4d 0%, #ff4d4d 50%, #eed202 50%, #eed202 100%) !important;
    border: 2px solid;
}

.s4-data-match {
    background-color: #5cb85c !important;
    border: 2px solid;
}

.modal-header-background-color {
    background-color: #eee;
}

.daily-time-button {
    cursor: pointer;
    padding-left: 3px;
    padding-top: 1px;
}

.equipment-type-checkboxes {
    margin-left: 20px;
}

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

ul.quota-list>li {
    padding-left: 20px;
}

ul.quota-list>li:first-child {
    padding: 0;
}

ul.quota-list>li:first-child:before {
    content: '*';
    padding-right: 5px;
}

ul.quota-list>li:last-child {
    padding-bottom: 15px;
}

.perdiem-reimbursed {
    background-color: #3c763d;
    border: 2px solid;
}

.perdiem-not-reimbursed {
    background-color: #dab600;
    border: 2px solid;
}

.perdiem-not-reimbursed-text {
    color: #dab600;
}

.perdiem-summary-key {
    padding-left: 25px;
}

.perdiem-summary-key-row {
    margin: 10px;
}

span.perdiem-summary-day-warning-icon {
    cursor: pointer; 
    top: 4px;
}

.scrollable-entries-container {
    height: 60vh;
}

.scrollable-entries-below-button {
    max-height: 50vh;
    overflow-y: auto;
}

.scrollable-entries-no-button {
    max-height: 55vh;
    overflow-y: auto;
}
body, html {
    height: 100%;
}

.visible-xxs {
    display: none !important;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.row-centered table {
    margin-left: auto;
    margin-right: auto;
}

/*==================================================================

            Header Thumbnails
            
==================================================================*/

.header-thumb {
    height    : 180px;
    width     : 180px;
    margin        : 3px;
    border-radius : 5px;
    border        : 2px solid #ccc;
    display       : inline-block;
    cursor: pointer;
}

.header-thumb .content {
    text-align : center;
    display    : table;
    height     : 100%;
    width      : 100%;
}

.header-thumb .content div {
    height         : 100%;
    vertical-align : middle;
    display        : table-cell;
}

.header-thumb:hover {
    -webkit-box-shadow : 0px 4px 3px #888888;
            box-shadow : 0px 4px 3px #888888;
    -webkit-transform  : scale(1.1, 1.1);
            transform  : scale(1.1, 1.1);
}

.header-thumb.unpaid {
    border: 4px solid red;
}

.header-thumb.replication-error {
    border: 4px dashed red;
}

.red-circle {
    margin-right: -10px;
    margin-top: -10px;
    height: 50px;
    width: 50px;
    background-color: #aaa;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid #ccc;
}

.red-circle:hover {
    border: 2px solid white;
    background-color: #FF3030;
}

@media screen and (max-width: 399px){
    .header-thumb {
        width: 98%;
        height: 90px;
    }
    
    .header-thumb:hover {
        -webkit-transform: scale(1.01, 1.05);
                transform: scale(1.01, 1.05);
    }
}


/*==================================================================

            Generated Colors for Timedetails
            
==================================================================*/
.generated-color{
    color: white;
}
.absences {
    background-color: #0287b8;
}
.gc0 {
    background-color: #fd0000;
}
.gc1 {
    background-color: #ff0078;
}
.gc2 {
    background-color: #fd00f4;
}
.gc3 {
    background-color: #b900fd;
}
.gc4 {
    background-color: #6b00fd;
}
.gc5 {
    background-color: #0c00fd;
}
.gc6 {
    background-color: #0071fd;
}
.gc7 {
    background-color: #04e459;
}
.gc8 {
    background-color: #b80202;
}
.gc9 {
    background-color: #b80260;
}
.gc10 {
    background-color: #a902b8;
}
.gc11 {
    background-color: #5c02b8;
}
.gc12 {
    background-color: #020fb8;
}
.gc13 {
    background-color: #0271b8;
}
.gc14 {
    background-color: #02b8a5;
}
.gc15 {
    background-color: #02b87a;
}
.gc16 {
    background-color: #06b802;
}
.gc17 {
    background-color: #fb8201;
}
.gc18 {
    background-color: #c36502;
}
.gc19 {
    background-color: rgb(20, 215, 235);
}
.gc20 {
    background-color: rgb(225, 130, 255);
}
.gc21 {
    background-color: rgb(210, 105, 120);
}
.gc22 {
    background-color: rgb(190, 245, 230);
}
.gc23 {
    background-color: rgb(135, 225, 195);
}
.gc24 {
    background-color: rgb(242, 218, 192);
}
.gc25 {
    background-color: rgb(0, 178, 179);
}
.equipment-warning {
    border: 5px solid transparent; /* Placeholder border, actual border will be background */
    -o-border-image: repeating-linear-gradient(
        -45deg, /* Angle of the stripes */
        black,
        black 10px, /* First stripe color and width */
        yellow 10px,
        yellow 20px /* Second stripe color and width (total width of one pattern repeat is 20px) */
    ) 5;
       border-image: repeating-linear-gradient(
        -45deg, /* Angle of the stripes */
        black,
        black 10px, /* First stripe color and width */
        yellow 10px,
        yellow 20px /* Second stripe color and width (total width of one pattern repeat is 20px) */
    ) 5;
    background-color: black;
}
/* text */
.info-wrapper .info{
    font-size: 11px; 
    line-height: 1.1;
}
.activity-data p{
    margin-bottom: 5px;
}


/*==================================================================

            Timesheet Modal
            
==================================================================*/


.modal-dialog.modal-fs {
    position: fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.modal-fs .modal-content {
    height: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: none;
}


.modal-dialog.modal-refresh-s4 {
    max-height: 80%;
}

.modal-refresh-s4 .modal-content {
    height: 100%;
}

    /*--------------- Timesheet Modal Header ---------------*/
    
    #timesheet-header {
        position: absolute;
        height: 50px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    #timesheet-header-top-row {
        height: 50px;
    }
    #timesheet-header-attention-row {
        height: 0px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        overflow: auto;
    }
    #timesheet.unpaid {
        border: 4px solid red;
    }
    #timesheet.replication-error {
        border: 4px dashed red;
    }
    #timesheet.has-banner #timesheet-header {
        height: 100px;
    }
    #timesheet.has-banner #timesheet-header-attention-row {
        min-height: 50px;
    }
    
    #timesheet-progress-section {
        padding: 9px;
        height: 50px;
    }
    
    #timesheet-status {
        display: inline-block;
        float: left;
        background-color: #EEE;
        padding: 5px 12px;
        border: 2px solid black;
        margin-right: 5px;
        color: black;
        font-weight: bold;
    }

    #timesheet-ot-calculation {
        display: inline-block;
        float: left;
        background-color: #EEE;
        padding: 5px 8px;
        border: 2px solid black;
        margin-right: 5px;
        color: black;
        font-weight: bold;
    }

    @media only screen and (max-width: 600px) {
        #timesheet-ot-calculation {
            display:none;
        }
    }

    #timesheet-progress-scale {
        display: table;
        float: left;
        overflow: hidden;
        width: 100%;
    }
    #timesheet-progress-scale .progress-button {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 40px;
        height: 36px;
    }
    #timesheet-progress-scale .progress-scale {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 200px;
        height: 36px;
    }
    #timesheet-progress-scale .progress-scale .progress {
        margin-bottom: 0px;
        height: 34px;
    }
    #timesheet-progress-scale .progress-scale .progress .progress-bar {
        line-height: 34px;
    }

    .progress-bar {
        border: 1px solid black;
    }

    /* Progress Bar Classes */
    .progress-bar-created, .progress-bar-created:hover,
    .progress-bar-car, .progress-bar-car:hover {
        background-color: rgb(200, 200, 200);
        color: black;
    }

    .progress-bar-in-progress, .progress-bar-in-progress:hover,
    .progress-bar-atv, .progress-bar-atv:hover {
        background-color: rgb(26, 82, 255);
        color: white;
    }

    .progress-bar-pending-approval, .progress-bar-pending-approval:hover,
    .progress-bar-phone, .progress-bar-phone:hover {
        background-color: rgb(255, 183, 11);
        color: black;
    }

    .progress-bar-approved, .progress-bar-approved:hover,
    .progress-bar-equipment-billable, .progress-bar-equipment-billable:hover,
    .progress-bar-truck, .progress-bar-truck:hover {
        background-color: rgb(0, 153, 51);
        color: white;
    }

    .progress-bar-sap-pending, .progress-bar-sap-pending:hover,
    .progress-bar-gps, .progress-bar-gps:hover {
        background-color: rgb(163, 63, 148);
        color: white;
    }

    .progress-bar-uav, .progress-bar-uav:hover,
    .progress-bar-closed, .progress-bar-closed:hover {
        background-color: rgb(0, 0, 0);
        color: white;
    }

    .progress-bar-sap-error, .progress-bar-sap-error:hover,
    .progress-bar-computer, .progress-bar-computer:hover {
        background-color: rgb(179, 0, 0);
        color: white;
    }

    .progress-bar-sensor, .progress-bar-sensor:hover {
        background-color: rgb(44, 14, 102);
        color: white;
    }

    .progress-bar-trailer, .progress-bar-trailer:hover {
        background-color: rgb(135, 68, 4);
        color: white;
    }

    .progress-bar-equipment-nonbillable, .progress-bar-equipment-nonbillable:hover {
        background-color: rgb(91, 192, 222);
        color: black;
    }

    #timesheet-hours-total {
        overflow: hidden;
        text-align: center;
        height: 50px;
    }
    #timesheet-hours-total h4{
        font-weight: bold;
        color: #FFF;
        font-size: 22px;
    }
    
    #timesheet-hours-total h4 .danger{
        background-color: #B30000;
    }

    #timesheet-hours-total h4 span.cost-center {
        display: inline-block;
    }
    
    .notification-row {
        color: #FFF;
    }
    
    #notification-box {
        display: inline-block;
        margin: auto;
        padding: 4px 4px 4px 8px;
        background-color: #888;
        margin-top: -7px;
    }
    
    #notification-box i {
        padding: 0px 3px;
    }

    #timesheet-controls {
        display: table;
        float: left;
        height: 50px;
    }
    #timesheet-controls .control-row {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    #timesheet-controls .control-row .control-button {
        width: 45%;
    }
    #timesheet-controls .control-row > [disabled] {
        cursor: not-allowed;
        color: #BBB;
        text-shadow: none;
    }
    
    #review-mode-indicator-box {
        display: inline-block;
        margin-right: 5px;
    }
    
    #reviewModeIndicator {
        display: inline-block;
        background-color: #FFF;
        color: #F00;
        padding: 4px;
        position: relative;
        top: -1px;
    }
    
    #timesheet-menu ul {
        right: 0px;
        left: auto;
    }
    
    #timesheet-header-attention-row .alert {
        padding: 0px;
        margin-bottom: 0px;
    }

    #timesheet-header-attention-row #attention-item-label {
        height: 40px;
        width: 75px;
        display: inline-block;
        color: black;
        vertical-align:top;
        padding: 5px;
        margin-right: 15px;
    }
    
    #timesheet-header-attention-row .attention-item {
        color: black;
        display: inline-block;
        overflow: hidden;
        height: 40px;
        padding-top: 3px;
    }

    #timesheet-header-attention-row .unbalanced-items span:not(:last-child) {
        border-right: 1px solid black;
        padding-right: 5px;
        margin-right: 3px;
    }
    
    #timesheet-header-attention-row .attention-item .overtime-item {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        float:left;
    }

    #timesheet-header-attention-row .attention-item .pay-as-recorded-item {
        font-weight: bold;
        font-size: 18px;
        vertical-align: text-bottom;
    }

    #timesheet-header-attention-row .attention-item .overtime-centered-item {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        padding-left: 10px;
    }

    #timesheet-header-attention-row .attention-item .divider {
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        margin-left: 20px;
        margin-right: 25px;
    }

    #timesheet-header-attention-row .attention-item .override-item {
        font-weight: bold;
        font-size: 18px;
        vertical-align: text-bottom;
    }    
    
    /*--------------- Timesheet Modal Body ---------------*/
    
    #timesheet-days {
        padding-top: 50px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    #timesheet.has-banner #timesheet-days {
        padding-top: 100px;
    }
    
    #timesheet-days.hide-weekend .day.weekend {
        display: none;
    }
    
    .day {
        display: inline-block;
        height: 100%;
        width: 14.28%;
    }
    
    #timesheet-days.hide-weekend .day {
        width: 20%;
    }

    .day .day-inner {
        height: 98%;
        width: 92%;
        margin: 1% 4% 0%;
        font-family : arial;
        -webkit-box-shadow: 3px 3px 6px #444;
                box-shadow: 3px 3px 6px #444;
        overflow: hidden;
        background-color: #EEE;
        position: relative;
    }
    
    .day .day-header {
        color: #333;
        width: 100%;
        height: 6.5%;
        text-align: center;
    }
    
    .context-menu li.disabled > a {
        text-decoration: line-through !important;
    }
    
        /*--------------- Timesheet Modal Body Day Header ---------------*/
        
        .day .day-header-text {
            font-weight: bold;
            height: 100%;
            font-size: 12px;
        }
        
        .day .day-header-text span {
            display: inline-block;
            vertical-align: text-top;
        }
    
    
        /*--------------- Timesheet Modal Body Day Body ---------------*/
        
        .day .timedetail-add-button {
            height: 6%;
            width: 100%;
            border-radius: 0px;
        }
        
        .day .day-body {
            height: 82.5%;
            background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(193,193,193,1)),color-stop(17%, rgba(216,216,216,1)),color-stop(33%, rgba(234,234,234,1)),color-stop(50%, rgba(0,0,0,.05)),color-stop(67%, rgba(234,234,234,1)),color-stop(83%, rgba(216,216,216,1)),to(rgba(193,193,193,1)));
            background: linear-gradient(to bottom,rgba(193,193,193,1) 0,rgba(216,216,216,1) 17%,rgba(234,234,234,1) 33%,rgba(0,0,0,.05) 50%,rgba(234,234,234,1) 67%,rgba(216,216,216,1) 83%,rgba(193,193,193,1) 100%);
            overflow: auto;
        }
        
        .day .day-body timesheet-day-timedetails {
            display: block;
            height: 100%;
            padding-top: 0.1px;
            position: relative;
        }
        
        .day .day-body .detail-container {
            position: relative;
            display: block;
            min-height: 6%;
            border-radius: 10px;
            width: 96%;
            margin: 5px 2% 0px;
        }
        
        .day .day-body .detail-container.overtime:not(.equipment-warning) {
            border: 4px solid black;
        }
        .day .day-body .detail-container.doubletime:not(.equipment-warning) {
            border: 6px ridge #777;
        }
        .day .day-body .detail-container.pending:not(.equipment-warning) {
            border: 6px ridge red;
        }
        
        .day .day-body .time-entry-connector {
            height: 5px;
            display: block;
            width: 10%;
            background-color: #FFF;
            position: absolute;
            top: -5px;
            left: 45%;
        }
        
        .day .day-body .overtime .time-entry-connector {
            top: -9px;
        }
        
        .day .day-body .doubletime .time-entry-connector {
            top: -11px;
        }
        
        .day .day-body .timedetails {
            overflow: hidden;
            padding: 2px 7px;
            height: 100%;
            position: relative;
        }
        
        .day .day-body .timedetails .info-wrapper{
            display: table;
            height: 100%;
        }
        
        .day .day-body .timedetails .info {
            display: table-cell;
            vertical-align: middle;
            height: 100%;
        }
        
        .day .day-body .timedetails .activity-hours {
            position: absolute;
            bottom: 2px;
            right: 8px;
            font-weight: bold;
        }
        
        .day .day-body .timedetails .activity-hours.bill-regular-time {
            background-color: white;
            color: black;
            padding:2px;
        }
    
    
        /*--------------- Timesheet Modal Body Day Footer ---------------*/
        
        .day .day-footer {
            color: #333;
            width: 100%;
            height: 5%;
            text-align: center;
            position: relative;
        }
        
        .day .day-footer.danger {
            background-color: #B30000;
            color: #FFF;
        }
        
        .day .day-footer-text {
            font-weight: bold;
            height: 100%;
            font-size: 12px;
        }
        
        .day .day-footer-text span {
            display: inline-block;
            vertical-align: text-bottom;
            line-height: 33%;
        }
        
        .day .activity-add-button {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            cursor: pointer;
        }
        
        .day .activity-add-button .background {
            background-color: #5cb85c;
            height: 100%;
            margin-left: 100%;
            padding-left: 100%;
            -webkit-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }
        
        .day .activity-add-button i {
            display: inline-block;
            vertical-align: text-bottom;
            line-height: 0px;
        }
        
        .day .activity-add-button.open .background {
            margin-left: 0%;
            padding-left: 0%;
        }
    
    
    /*--------------- Timesheet Time Entry Form ---------------*/
    .timekeeper-picker-listing {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px;
        cursor: not-allowed;
        background-color: #DDD;
        opacity: 0.5;
    }
    .timekeeper-picker-listing.listing-pickable {
        background-color: #FAFAFA;
        opacity: 1;
        cursor: pointer;
    }
    .timekeeper-picker-listing.listing-warning {
        background-color: #fcf8e3;
    }

    .timekeeper-picker-listing.listing-picked {
        border-color: #5cb85c;
        border-width:2px;
    }
    .timekeeper-picker-listing.listing-pickable .clickable {
        cursor: pointer;
    }
    .timekeeper-picker-listing .listing-checkbox {
        top: -2px;
    }
        
/*==================================================================

            Misc
            
==================================================================*/
        
/* new button style for perdiem - red disabled, green enabled */
@font-face {
font-family: 'Glyphicons Halflings';

src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
    url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
    url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), 
    url('../lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
    url('../lib/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
label.activity-option-button {
    margin-bottom: 5px;
}




input[type="checkbox"]:checked + label.activity-option-button{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    background-color: #419641;	/*Green*/
    border-color: #3e8f3e;
}
input[type="checkbox"]:checked + label.activity-option-button:hover{
    color: #fff;
    background-color: #419641;	/*Green*/
    border-color: #3e8f3e;
}
input[type="checkbox"]:checked + label.activity-option-button .btn-icon:before{
    content: "\e013"; 	/*Checkmark*/
}
.activity-option-button{
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);

    

    color: #fff;
    background-color: #d9534f;	/*Faded Red*/
    border-color: #d43f3a;
    text-align: left;
    
}

.activity-option-button .btn-icon:before{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    content: "\e014";
    color: #fff;
}
.activity-option-button.active .btn-icon:before{

    content: "\e013"; 
}
.activity-option-button.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    background-color: #419641;
    border-color: #3e8f3e;
}
.activity-option-button.disabled,
.activity-option-button[disabled],
fieldset[disabled] .activity-option-button,
fieldset[disabled] .btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.activity-option-button .badge {
    text-shadow: none;
}

.activity-option-button:hover,
.activity-option-button:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.activity-option-button.disabled,
.activity-option-button[disabled] {
    background-color: #c12e2a;
    background-image: none;
}

.activity-option-button:focus,
.activity-option-button.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.activity-option-button:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.activity-option-button.active:hover,
.open > .dropdown-toggle.activity-option-button:hover,
.activity-option-button.active:focus,
.open > .dropdown-toggle.activity-option-button:focus,
.activity-option-button.active.focus,
.open > .dropdown-toggle.activity-option-button.focus {
    color: #fff;
    background-color: #419641;
    border-color: #3e8f3e;
}

input.disabled[type="checkbox"] + label.activity-option-button {
    color: #000;
    background-color: #E2E2E2;
    border-color: #CCC;
    cursor: not-allowed;
}
input.disabled[type="checkbox"] + label.activity-option-button .btn-icon:before {
    color: #000;
    content: "\e090";
    cursor: not-allowed;
}

input[type="checkbox"][disabled] + label.activity-option-button {
    opacity: 0.8;
    cursor: not-allowed;
}
input[type="checkbox"][disabled] + label.activity-option-button .btn-icon:before {
    opacity: 0.8;
    cursor: not-allowed;
}
    
.inner-tab-content {
    margin: 20px;
}

ul.download-list {
    max-height: 200px;
    overflow: scroll;
}

.full-height {
    height: 100%;
}
.full-width {
    width: 100%;
}

.form-input-clear {
    position: absolute;
    right: 1px;
    top: 5px;
    padding: 5px;
    cursor: pointer;
}

.sticky-panel-header { 
    position: sticky; 
    top: 0;
    z-index: 1;
}

        
/*==================================================================

            Responsive
            
==================================================================*/


/*------------ Below 1200px (Bootstrap MD) -----------*/
@media (max-width: 1199px) {
    #timesheet-hours-total h4{
        font-size: 18px;
        padding: 5px 0px;
    }
}

@media (max-width: 1376px) {
    #timesheet-hours-total h4 span.cost-center {
        display: none;
    }
}


/*------------ Below 992px (Bootstrap SM) ------------*/
@media (max-width: 991px) {
    #timesheet-hours-total h4{
        padding: 0px;
        margin-top: 5px;
    }
}


/*------------ Below 768px (Bootstrap XS) -----------*/
@media (max-width: 767px) {
    #timesheet-header-top-row {
        height: 100px;
    }
    #timesheet.has-banner #timesheet-header {
        height: 150px;
    }
    #timesheet.has-banner #timesheet-header-attention-row {
        height: 50px;
    }
    #timesheet.has-banner .attention-item {
        width: 75%;
    }
    #timesheet-hours-total h4 {
        padding: 0px;
    }
    #timesheet-header .notification-row h4 {
        font-size: 13px;
        margin-top: 2px;
    }
    #timesheet-header .notification-row .glyphicons, #timesheet-header .notification-row .glyphicon {
        font-size: 30px;
    }
    #timesheet-controls .control-row .control-button {
        margin: 0px;
    }
    #timesheet-days {
        padding-top: 100px;
        overflow-x: scroll;
    }
    #timesheet.has-banner #timesheet-days {
        padding-top: 150px;
    }
    
    #timesheet-days .day {
        width: 180px;
    }
    
    #timesheet-days .day .day-header {
        height: 8%;
    }
    
    #timesheet-days .day .day-body {
        height: 81%;
    }
    
    #timesheet-days > .row {
        width: 1260px;
    }
    
    #timesheet-days.hide-weekend > .row {
        width: 900px;
    }
    
    #timesheet-days .day .day-inner .timedetail-add-button {
        padding-top: 3px;
    }
}


/*------------ Below 480 px (Custom Mobile) ------------*/
@media (max-width: 479px) {
    #timesheet-name {
        width: 50%;
    }
    #timesheet-name > .row {
        margin: 0px;
    }
    
    #timesheet-controls .control-button .glyphicon, #timesheet-controls .control-button .glyphicons {
        font-size: 30px;
    }
    
    #timesheet-header-attention-row #attention-item-label {
        line-height: inherit;
    }

    #timesheet.has-banner .attention-item {
        width: 70%;
    }

    #timesheet-header-attention-row .attention-item .overtime-item {
        line-height: 20px;
    }
    
    .visible-xxs {
        display: inline-block !important;
    }
    
    .hidden-xxs {
        display: none !important;
    }
}
