@media (max-width: 800px) {
    #rightBar {
        background-color: #ff0000;
    }
}

.tooltip {
    opacity: 1 !important;
}

#advancedSearch {
    opacity: .6;
    background-color: #306394;
    color: white;
    border-radius: 0 0 7px 7px;
    padding: 0 0 0px 16px;
    width: 10%;
    margin-left: 9px;
    cursor: pointer;
    transition: all;
    position: absolute;
}

#advancedSearch:hover,
.search-container:hover #advancedSearch {
    opacity: 1;
}

#advancedSearch.columnsSelected {
    background-color: #4B6B52;
}

#advancedSearch ul {
    margin-left: 0;
}

#advancedSearch ul li {
    opacity: .8;
}

#advancedSearch ul li:hover {
    opacity: 1;
}

#advancedSearch ul li span {
    margin-left: 10px;
}

.RMControls {
    cursor: pointer;
    /*display: none;*/
}


/*color-profile actuivity*/

#fileActivityTableContainer {
    padding: 14px !important;
    overflow: auto !important;
}

.ta-header {
    position: fixed;
    width: 100%;
    z-index: 1003;
}

.ta-header-logo {
    height: 42px;
}

.color-white {
    color: white !important;
}

#tblAddEmployee tbody tr:first-child {
    background-color: red;
}

#hoursTodayNum i,
#totalEmployeesNum i {
    margin-right: 3px;
}

#jobDownloadTimelogBtn {
    margin-left: 14px;
}

#ServiceTypeTitle {
    float: right;
    display: inline;
}

.ClientPageFormButton {
    margin-left: 4px;
    margin-top: 25px;
}

.newExpenseGroupBtn {
    margin-left: 5px;
    padding-bottom: 6px;
    margin-top: 28px;
}

.altLaborTblContainer {
    width: 53%;
}

.alternativeLabor {
    margin-left: -20px;
}

#invoiceBtnGroup {
    margin-left: 13px;
}

.noti_bubble {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px 3px 0px 3px;
    background-color: rgb(226, 145, 145);
    color: white;
    font-weight: bold;
    font-size: 0.75em;
    border-radius: 20px;
}

.noti_Bubble_notification {
    position: absolute;
    top: 19px;
    right: 86px;
    /*right: 137px;*/
    padding: 0px 3px 0px 3px;
    background-color: #E06060;
    color: white;
    font-weight: bold;
    font-size: 0.75em;
    border-radius: 20px;
}

#employeeSearchFilter {
    margin-left: 5px;
    width: 97%;
}

#empSearchContainer {
    margin: 0 0 10px 25px;
}

.formFooter {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    /*-webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;*/
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    background-color: lightgrey;
    height: 33px;
}

.formFooter .formFooterBtn {
    margin-left: 10px;
}

.formBtnContainer {
    display: inline-flex;
    width: 28%;
    margin-top: -17px;
}

.invoiceCommentEntry,
#invoiceCommentsTable,
.commentModalEntry,
#commentsModalTable {
    margin-top: 10px;
}

#invoiceDateRange {
    padding-left: 30%;
}

#invoiceDateRange span {
    margin-right: 12px;
}

#invoiceDateRange div {
    padding-right: 30px;
}

.bold {
    font-weight: bold;
}

.commentWrittenBy {
    color: #72baf5;
}

.btnGroup {
    padding-top: 18px;
}

#userName {
    margin-left: 10px;
}

#userNameUserIcon {
    font-size: larger;
}

#userNameContainer {
    float: right;
    padding-left: 25px;
    /* margin-left: 23px; */
    color: white;
    padding-top: 20px;
    margin-right: 23px;
    /* border-left: solid 1px white; */
}

.sparkyInfo hr {
    width: 95%;
    margin-left: -3px;
    margin: 0;
}

.sparkyInfo h5 span {
    display: block;
    font-size: 22px;
}

.stats-green {
    color: #418A41!important
}

.stats-blue {
    color: #448FAD !important;
}

.stats-purple {
    color: #905FAA!important;
}

.sparkyInfo div div h5 {
    float: left;
    width: 50%;
    font-weight: 700;
    font-size: 11px;
}

.sparkyInfo table {
    margin-left: 15px;
    margin-top: 20px;
}

.sparkyInfo thead td {
    width: 115px;
    font-weight: bold;
}

.dashboardTitleContainer {
    width: 30%;
    float: left;
    margin-left: 50px;
    min-height: 57px;
}

.stats-bar {
    float: right;
    margin-right: 35px;
    width: 60%;
}

.stats-bar h5 {
    float: left;
    font-weight: 700;
    font-size: 11px;
    margin-right: 5px;
}

.stats-bar h5 span {
    font-size: 11px !important;
    font-weight: 700 !important;
}

.stats-bar li {
    display: inline-block;
    max-height: 47px;
    overflow: hidden;
    text-align: left;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    min-width: 70px;
    list-style: none;
}

.stats-bar li {
    border-left: 1px dotted #c7c7c7;
    padding: 0 10px;
}

.stats-bar li:first-child {
    border-left: 0;
    padding-left: 0;
}

.stats-bar h5 span {
    display: block;
    font-size: 12px;
}


/*.sparkyInfo tbody td {
}*/

.budget-highlight {
    width: 65px;
    padding-left: 12px;
    border-radius: 3px;
    color: white;
}

.budget-color-green {
    background-color: #496949 !important;
}

.budget-color-blue {
    background-color: #57889c !important;
}

.budget-color-orange {
    background-color: #a57225 !important;
}

.budget-color-red {
    background-color: #a90329 !important;
}

#newBillingRate {
    margin-left: 18px;
    display: none;
    background-color: #DBDBDB;
    width: 92%;
    border-style: solid;
    border-width: 1px;
    border-color: #B1B1B1;
}

#newBillingRate ul {
    width: 100%;
}

.typeText {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s !important;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s !important;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s !important;
    transition: border linear 0.2s, box-shadow linear 0.2s !important;
}

ul.manySteps li {
    min-width: 16% !important;
    max-width: 16% !important;
}

#newBillingRate li {
    display: inline-block;
    width: 18%;
    margin-right: 10px;
}

#newBillingRate .select2-container,
#newBillingRate input {
    width: 100%;
}

body {
    /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
}

#imageModal .modal-body {
    max-height: 100%;
}

#imageModal .modal-header {
    height: 27px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 6px 6px 0px 0px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

#jobTitleList {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 14px;
    -webkit-column-width: 156px;
    -moz-column-width: 156px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    column-width: 156px;
    margin: 39px 0 0 22px;
    height: 90%;
}

#jobTitleList ul li {
    list-style: none;
    margin-bottom: 6px;
}

.jobTitleName {
    width: 55%;
    float: left;
    margin-bottom: 1px;
    padding: 12px 0 0 10px;
}

.jobTitleItem {
    list-style: none;
    width: 90%;
    height: 52px;
    background-color: #F0F0F0;
    border: 1px solid grey;
    border-radius: 5px;
}

.jobTitleItem a {
    float: right;
    margin-right: 20px;
    height: 18px;
    width: 14px;
    font-size: 21px;
    margin-top: 5px;
}

.newItemHeader2 {
    margin-top: 5px;
    margin-left: 5%;
    color: #319cf2;
}

.JobInfoSpan {
    margin-top: 5px;
    color: #6D4603;
}

.CrewTimelogDragDrop {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.Shim10 {
    margin-bottom: 10px;
}

.SectionH2 {
    margin-left: 20px;
}

.sidePanel {
    width: 15% !important;
}

.mainPanel {
    width: 65% !important;
}

.RoundedTableOrange {
    border-color: #F78940 !important;
    border-style: solid !important;
    border-width: 2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 4px;
    background-color: #ffffff;
}

#dueByOffset {
    margin-right: 3%;
    margin-top: 2px;
    margin-left: 17%;
}

.invoiceRecordNew {
    margin-left: 1.4%;
}

.invoiceItemEntryEdit {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

#issueMessage {
    width: 98%;
    height: 100px;
}

#issueSubmit {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 150px;
    height: 22px;
    background-color: #306394;
    color: lightgray;
    border: solid;
    border-width: 2px;
    border-color: black;
    cursor: pointer;
    border-bottom: none;
}

#issueSubmit span {
    margin-left: 7px;
}

.hide {
    display: none;
}

.show-inline {
    display: inline-block;
}

.accessDeniedBox {
    /*margin-left: 18%;*/
    margin: 5%;
    margin-top: 10%;
    text-align: center;
}

.empTableInput {
    width: 40px;
}

.expTableInput {
    width: 40px;
}

#itemEntry {
    /*margin-bottom: 30px !important;*/
}

.RoundedTable {
    border-color: #72baf5 !important;
    border-style: solid !important;
    border-width: 2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 4px;
    background-color: #ffffff;
}

.RoundedTableGrey {
    border-color: #d8d5d5 !important;
    border-style: solid !important;
    border-width: 2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 4px;
    background-color: #ffffff;
    margin: 20px 0 25px 0;
}

.RoundedTableNoBG {
    border-color: #d8d5d5 !important;
    border-style: solid !important;
    border-width: 2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 4px;
    margin: 20px 0 25px 0;
}

.timelogInfoTableGraphic {
    border-color: #d8d5d5 !important;
    border-style: solid !important;
    border-width: 2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 4px;
    background-color: #ffffff;
    margin-left: 5%;
    display: table;
    margin-top: 3%;
}

.testBackgroundRed {
    background-color: red !important;
}

.CenteredTable {
    width: 98% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#foo {
    width: 100%;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60%;
}

.site_Logo {
    width: 170px;
}

.form-wrapper .with-sidebar {
    border-right: 1px solid #edeef1;
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
}

.with-sidebar-left {
    padding-left: 5px;
    border-left: 1px solid #edeef1;
}

.topBuffer {
    margin-top: 10px;
}

.lpRounded {
    padding-top: 5px;
    border-color: #d9e1e8;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 20px;
}

.lpRounded h2 {
    background: #13395c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #306394 0%, #13395c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #306394), color-stop(100%, #13395c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #306394 0%, #13395c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #306394 0%, #13395c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #306394 0%, #13395c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #306394 0%, #13395c 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#306394', endColorstr='#13395c', GradientType=0);
    /* IE6-9 */
    height: 33px;
    margin-top: -5px;
    color: #f7f7f7;
    padding-top: 2px;
    padding-top: 5px;
    border-color: #d9e1e8;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    padding-left: 5px;
}

.lpFormLabel {
    display: inline-block;
    width: 70px;
}

#navPointer_Home {
    display: none;
}

.navPointer {
    display: none;
}

.lpCalDat {
    height: 120px;
    padding-top: 5px;
    border-color: #d9e1e8;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    margin-right: 20px;
    color: #A9AEB3;
}

.lpCalDat a {
    text-decoration: none;
}

.lpCalTitle {
    height: 36px;
    background-color: #ffffff;
    font-size: 32px;
    border: none;
    padding-bottom: 20px;
}

.lpCalTitle a {
    text-decoration: none;
}

.lpCalDatOtherMonth {
    height: 120px;
    background-color: #d1dbeb;
    padding-top: 5px;
    border-color: #2c3742;
    text-align: right;
    margin-right: 20px;
    color: #A9AEB3;
}

.lpCalDatOtherMonth a {
    color: #ff0000;
}

.plCalDateDiv {
    height: 100px;
    overflow: auto;
}

.plCalDateLI {
    text-align: left;
    list-style-type: none;
    background-color: #278CCF;
    margin-bottom: 2px;
    border-color: #d9e1e8;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 3px;
    margin-right: 20px;
}

.plCalDateLI a {
    color: #fdfdfd;
}

.fake_h2 {
    font-size: 28px;
}

.formFields {}

.sideBarInfoHeader {
    font-size: 14px;
    font-weight: normal;
}

.sideBarInfoContent {
    font-size: 12px;
    font-weight: lighter;
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    display: inline-block;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.form-display-label {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.form-display-data {
    font-size: 14px;
    font-weight: 300;
}

.form-display-panel {
    background-color: rgb(249, 249, 249);
    margin: auto;
    margin-bottom: 6px;
    border: 1px solid rgb(209, 209, 209);
    border-bottom-width: 7px;
    border-top: none;
}

.selected-row {
    background-color: #d8ebd3 !important;
}

.select-width {
    width: 90%;
}

.select-width-75 {
    width: 75%;
}

.customIcons {
    font-size: 1.25em;
}

.filterSelect {
    margin-top: 5px;
}

.filterLabel {
    margin-top: 10px;
}

.applyFilterBtn,
.resetFilterBtn {
    margin-top: 20px;
}

.job-info-buttons {
    padding-left: 27%;
    margin: 0px 0 0 -27px;
}

.gropRatesSelect {
    width: 200px;
    margin-left: 10px;
}

.commentsTall {
    height: 825px;
}

.infoPanelButtons {
    padding-left: 19%;
    padding-top: 5%;
}

.infoTableHeaderCell {
    border-bottom-color: #72baf5;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.fileBrowserContainer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.opusTabBtns {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
}

#newOpusBtn {
    margin-right: 6px;
}

.newTableBtn {
    margin-left: 7%;
}

.newInvoiceBtn {
    margin-left: 1%;
}

.closeItemEntryBtn,
.btn-cancel {
    background: #db5959;
    border-color: #db5858;
}

#miniBar {
    background-color: darkgray;
    width: 80px;
    height: 400px;
    position: absolute;
}

.largerTable {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.un-bold {
    font-weight: normal !important;
}

.bolded {
    font-weight: bold !important;
}

.underlined {
    text-decoration: underline;
}

#newBtnPlaceHolder {
    display: inline;
}

#selectFilterDate {
    display: inline-block;
    font-weight: bold;
}

.dateInputTimelog {
    width: 30%;
}

.filterDatePicker {
    width: 80%;
}

.viewTableData {
    min-height: 100px;
    overflow: auto;
    float: left;
    margin-left: 2%;
    width: 95%
}

.employee {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee;
    cursor: pointer;
}

.expense {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee;
    cursor: pointer;
}

.employee:hover {
    background: #AEDFE9;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.moving {
    overflow: visible !important;
}

.hours {
    width: 80px;
}

#dateError {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif, FontAwesome !important;
    font-size: 12px !important;
}

.filterDate {
    width: 90%;
}

#timelogInfo {
    margin-top: 6%;
    width: 45%;
}

.formTitle {
    margin-left: 12px;
    font-weight: bold;
}

#tblAddEmployee {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px;
}

.neg-marg {
    margin-top: -25px;
}

.jobInfoTable {
    /*width: 90% !important;*/
    margin-right: 3%;
    padding-top: 1%;
}

#dailyMileType {
    width: 48%;
    float: left;
}

#perMileType {
    width: 50%;
    float: right;
}

.filterApplyBtns {
    margin-top: 5px;
    margin-bottom: 10px;
    height: 30px;
    display: inline;
    margin-left: 13%;
}

.selectedOption {
    text-decoration: underline;
    color: #0088cc !important;
}

.jobViewIconATag {
    margin-right: 10px;
    font-size: 25px;
    text-decoration: none;
}

.jobViewIconATag:hover,
.jobViewIconATag:visited,
.jobViewIconATag:link,
.jobViewIconATag:active {
    text-decoration: none;
}

.jobViewIcon {
    margin-right: 2px;
    color: #DBDBDB;
    text-decoration: none;
    cursor: pointer;
}

.btnSpacer {
    margin-right: 4px;
}

.address23 {
    margin-left: 119px;
}

.companyLabel {
    width: 259px !important;
}

.fullSizeBlock {
    display: block;
    height: 100% !important;
    width: 99% !important;
}

#clientList {
    width: 107%;
    float: right;
    text-align: center;
    margin-right: 5.5%;
}

.progressTitle {
    float: left;
    margin-right: 5px;
}

#leftInfo {
    float: left;
    width: 50%;
}

#rightInfo {
    float: right;
    width: 50%;
}

.progBarText {
    padding-left: 10px;
    margin-right: 42%;
    font-size: 12px;
    color: #0A0A0A;
    text-align: center;
}

.newJobModalTitle {
    margin-top: 3%;
    margin-left: 5%;
    margin-bottom: 1%;
    font-size: 25px;
}

#modalSpawn .modal-body {
    max-height: 500px !important;
    overflow-y: visible !important;
}

.newJobModalBtns {
    margin-bottom: 2%;
    margin-left: -7.4%;
    /*float: left;*/
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.newJobModalLabel {
    text-align: right !important;
    margin-right: 6px;
}

.newJobModalError {
    display: inline !important;
}

#alertBox {
    width: 91%;
}

.jobTimelogHeader {
    border-bottom-color: #72baf5;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    cursor: pointer;
}

.progMargin {
    margin-left: 27%;
}

#filterBar {
    height: 1420px;
}

#filterBar2 {
    border-right: 1px solid #edeef1;
    box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
    height: 1420px;
    float: left;
    width: 15%;
}

#filterBar.fixed,
#filterBar2.fixed {
    position: fixed;
    width: 13%;
}

.testBorder {
    border-style: solid;
    border-width: 1px;
}

.invoiceLabel {
    text-align: right !important;
    margin-right: -10px;
    float: left;
    width: 85px;
    font-weight: bold;
}

.invoiceCheckBoxLabel {
    font-weight: bold;
    margin-right: 10px;
    margin-left: 2px;
}

.invoiceCheckBox {
    margin: 0 !important;
}

.invoicetotalledValue {
    float: right;
    width: 100px;
}

.normalizeFont {
    font-weight: normal;
}

.successViewButton {
    margin-left: 25%;
    margin-bottom: 10px;
}

.successPrintlessViewButton {
    margin-left: 40%;
    margin-bottom: 10px;
}

#successBoxMaster>div>div>div :not([data-notifyrelo="close"]) :not(a) {
    width: 305px;
}

#successBoxMaster {
    border: 1px solid #28537E;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    opacity: .95 !important;
    border-radius: 4px;
}

#successBoxClose {
    float: right;
    margin-right: -6px;
}

#successBoxTitleSpan {
    font-style: normal;
    color: #add7ff;
    text-shadow: 1px 1px #3C3C3C;
}

.successPrintButton {
    float: right;
    margin-right: 20%;
}

.zeroWidth {
    width: 0px;
    float: left;
    cursor: pointer;
}

#successBoxMessage {
    margin-left: 6px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
}

.foosaTabla {
    font-size: 100%;
}

.dailyFieldLabel {
    float: left;
    width: 80px;
}

select {
    z-index: 100;
}

.dailyFieldMTop {
    margin-top: 10px;
}

.JQTALloadingMessage {
    margin-left: 10%;
    margin-top: 2%;
}

.JQTALfilterTableComtainer {
    display: inline-flex;
    width: 100%;
}

.JQTATablePaginatorCont {
    margin-left: 2%;
}

.JQTALTableAdjuster {
    overflow: hidden;
    margin-left: 0px;
    margin-top: 0px;
}

.componentRow i {
    font-size: larger;
    margin-left: 4px;
}

.green {
    color: rgb(43, 187, 43);
}

.grey {
    color: #9ba3ad;
}

.black {
    color: black;
}

.itemEntryTitle {
    background-color: #f9f9f9;
    margin-bottom: 0px;
    font-size: 17px;
    padding: .5%;
}

.blueTitle {
    font-weight: bold;
    color: #3b9ff3;
}

#platNumTotes {
    font-size: x-large;
    margin-left: 25px;
}

#totalPlats {
    width: 130px;
}

#form-display .project-section {
    /*display: inline-flex;*/
    margin: 21px 0px 0px 23px;
}

#form-display .project-section label {
    display: inline;
}

.pointer {
    cursor: pointer;
}

#componentTable input {
    width: 80px;
}

.breakdownTable {
    width: 90%;
    float: right;
}

#invoiceCommentPreviewMsg {
    word-wrap: break-word;
}

.invoiceCommentsPreview {
    padding: 2px 5px;
    width: 75%;
    margin-left: 40px;
    background-color: white;
    border: 2px solid #72baf5;
    border-radius: 4px;
}

.commentEntry {
    margin-top: 10px;
}

#cancelComment {
    margin-right: 10px;
}

.LPLightBlue {
    color: #72baf5;
}

#invoiceViewComments {
    margin-left: 8px;
}

#commentPreviewConitainer {
    display: flex;
}

@media (max-width: 1600px) {
    .filterApplyBtns {
        margin-top: 5px;
        margin-bottom: 10px;
        height: 30px;
        display: inline;
        margin-left: 6%;
    }
    .progMargin {
        margin-left: 22%;
    }
    .shortcuts {
        padding-top: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 1500px) {
    .filterDate {
        width: 80%;
    }
    .filterApplyBtns {
        margin-top: 5px;
        margin-bottom: 10px;
        height: 30px;
        display: inline;
        margin-left: 4%;
    }
    .progMargin {
        margin-left: 20%;
    }
    .mainPanel {
        width: 60% !important;
    }
}

@media (max-width: 1400px) {
    .filterDate {
        width: 65%;
    }
    .filterApplyBtns {
        margin-top: 5px;
        margin-bottom: 10px;
        height: 30px;
        display: inline;
        margin-left: 0%;
    }
    .jobViewIconATag {
        font-size: 30px;
        text-decoration: none;
    }
    .progMargin {
        margin-left: 18%;
    }
}

@media (max-width: 1300px) {
    .jobViewIconATag {
        font-size: 22px;
        text-decoration: none;
    }
    .progMargin {
        margin-left: 13%;
    }
}

@media (max-width: 1250px) {
    .filterDate {
        width: 116%;
    }
    .jobViewIconATag {
        font-size: 17px;
        text-decoration: none;
    }
    .shortcuts {
        padding-top: 25px;
        margin-left: 3%;
        width: 100%;
    }
}

@media (max-width: 940px) {
    .foosaTabla {
        font-size: 95%;
    }
}

@media (max-width: 768px) {
    .foosaTabla {
        font-size: 79%;
    }
}

.jobViewNewExpenseBtn {
    margin-left: 14px;
}

.crewInfoTable {
    margin-right: 3%;
    padding-top: 2%;
}

#form-display {
    position: relative;
    margin-left: -0.3%;
    margin-right: -0.3%;
    margin-bottom: -.6%;
}

#form-display.company-view .address-resolver-icon {
    top: 0.5em;
    right: 5em;
}

#itemEntry.company-edit .address-resolver-icon {
    top: 0.5em;
    right: 15em;
}

#form-display.client-view .address-resolver-icon {
    top: 0.5em;
    right: 5em;
}

#itemEntry.client-edit .address-resolver-icon {
    top: 0.5em;
    right: 2em;
}

#itemEntry {
    position: relative;
    background-color: rgb(249, 249, 249);
    margin-bottom: 3px;
    border: 1px solid rgb(209, 209, 209);
    margin-left: 0%;
    display: none;
    border-color: #d1d1d1;
    border-width: 1px;
    border-style: solid;
}

.dashboardItem {
    margin-left: 10px;
}

.dashboardTable {
    width: 100%;
}

.truncate {
    /*width:90px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shortcuts {
    /*text-align: left;*/
    padding-top: 25px;
    /*padding-left: 10px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.shortcuts .shortcut {
    width: 120px;
    display: inline-block;
    padding: 15px 0;
    margin: 0 5px 1em;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    background: #F3F3F3;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 120px;
}

.shortcuts .shortcut .shortcut-icon {
    width: 100%;
    margin-top: .25em;
    margin-bottom: .35em;
    font-size: 32px;
    color: #555;
}

.shortcuts .shortcut:hover {
    background: #E8E8E8;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
    background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
}

.shortcuts .shortcut:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #666;
}

.shortcuts .shortcut-label {
    display: block;
    margin-top: .75em;
    font-weight: 400;
    color: #666;
}

.cbgMain {
    margin: 6px 0px 8px 0px;
    padding: 0;
    list-style-type: none;
    text-align: left;
    /*width: 30%;*/
    /*background-color: rgb(213, 240, 255);
border-style: groove;*/
}

.cbgMain li {
    display: inline-block;
    padding-left: 5px;
}

.tableError {
    border-color: #c73939 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.hide {
    display: none;
}

.alert-msg-color {
    color: #c73939;
}

.red-text {
    color: red;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-20px {
    font-size: 20px;
}

.table-input {
    margin-bottom: 0 !important;
}

.center {
    text-align: center !important;
}

.chartTitle {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

.margin-0px,
.margin-0,
.margin-none {
    margin: 0;
}

.margin-10px {
    margin: 10px;
}

.margin-left-0px,
.margin-left-0px,
.margin-left-none {
    margin-left: 0px;
}

.margin-left-5px {
    margin-left: 5px;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-left-20px {
    margin-left: 20px;
}

.margin-left-25px {
    margin-left: 25px;
}

.margin-left-40px {
    margin-left: 40px;
}

.margin-left-75px {
    margin-left: 75px;
}

.margin-left-neg40px {
    margin-left: -40px;
}

.margin-left-neg60px {
    margin-left: -60px;
}

.margin-left-1perc {
    margin-left: 1%;
}

.margin-left-12perc {
    margin-left: 12%;
}

.margin-left-90perc {
    margin-left: 90%;
}

.margin-right-5perc {
    margin-right: 5%;
}

.margin-top-0px,
.margin-top-0,
.margin-top-none {
    margin-top: 0;
}

.margin-top-3px {
    margin-top: 3px;
}

.margin-top-4px {
    margin-top: 4px;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-15px {
    margin-top: 15px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-top-34px {
    margin-top: 34px;
}

.margin-top-neg5px {
    margin-top: -5px;
}

.margin-bottom-0px,
.margin-bottom-0,
.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.margin-bottom-2perc {
    margin-bottom: 2%;
}

.padding-5px {
    padding: 5px;
}

.padding-10px {
    padding: 10px;
}

.padding-15px {
    padding: 15px;
}

.padding-20px {
    padding: 20px;
}

.padding-top-5px {
    padding-top: 5px;
}

.padding-top-30px {
    padding-top: 30px;
}

.padding-right-10px {
    padding-right: 10px;
}

.padding-bottom-5px {
    padding-bottom: 5px;
}

.min-width-200px {
    min-width: 200px;
}

.height-auto {
    height: auto !important;
}

.height-25px {
    height: 25px;
}

.height-40px {
    height: 40px;
}

.width-275px {
    width: 275px;
}

.width-100px {
    width: 100px;
}

.width-50-perc {
    width: 50%;
}

.width-75-perc {
    width: 75%;
}

.width-84-perc {
    width: 84%;
}

.width-93-perc {
    width: 93%;
}

.width-94-perc {
    width: 94%;
}

.width-95-perc {
    width: 95%;
}

.width-97-perc {
    width: 97%;
}

.width-99-perc {
    width: 99%;
}

.width-100-perc {
    width: 100%;
}

.width-100-perc-anyway {
    width: 100% !important;
    max-width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-decoration-none {
    text-decoration: none;
}

.font-size-11pt {
    font-size: 12pt;
}

.font-size-12pt {
    font-size: 12pt;
}

.swatch-dark-grey {
    color: #302F2F;
}

.min-height-0 {
    min-height: 0 !important;
}

.buried {
    z-index: -1000;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}


/* Loading Spinner styles */

.loadTimerContainer {
    width: 100px;
    margin-left: -50px;
    margin-top: -7px;
}

.loadMessageContainer {
    width: 500px;
    margin-left: -243px;
    margin-top: 75px;
}


/* Chart styles */

.chart.expanded {
    height: 600px;
}

.chartNavigator {
    width: 15%;
}

.chartNavItem {
    color: #0088cc;
}

.chartHolder {
    margin: 10px;
    padding: 15px;
}

.bordered {
    border: 2px solid #D6D6D6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.chartHolder .chart {
    height: 350px;
}

.chartHolder .chart.expanded {
    height: 600px;
}

.chartRow .chartHolder {
    float: left;
    width: 45%;
}

.chartRow .chartHolder.expanded {
    float: none;
    width: 95%;
}

.chartHoverInfo {
    min-height: 20px;
}

.chartHoverInfo .hoverInfoFontSize {
    font-size: 12pt;
}

.chartResizer {
    position: relative;
    color: rgb(110, 130, 155);
    font-size: 14pt;
}

.chartResizer i {
    position: absolute;
    right: 0;
    top: -5px;
    opacity: 0.7;
}

.chartResizer i:hover {
    color: #333333;
    -webkit-transition: opacity .1s ease;
}

.fixedChartHeight {
    height: 430px;
}

.noChartData {
    padding-top: 30%;
    color: #29323d;
}


/* flot css class overrides */

.axisLabels {
    font-weight: bold;
}

.pieLabel {
    font-size: 12pt;
}

@media (max-width: 1569px) {
    .chartRow .chartHolder {
        width: 94%;
        margin-left: 0.5%;
    }
}

@media (max-width: 1075px) {
    .chartRow .chartHolder {
        width: 80%;
        margin-left: 6.5%;
    }
    .chartRow .chartHolder .chart {
        height: 300px;
    }
    .pieLabel {
        font-size: 10pt;
    }
    .chartFooter .chartHoverInfo .hoverInfoFontSize {
        font-size: 10pt;
    }
}

@media (max-width: 675px) {
    .chartRow .chartHolder {
        width: 80%;
        margin-left: 0.5%;
    }
    .chartRow .chartHolder.fixedChartHeight {
        height: 275px;
    }
    .chartRow .chartHolder .chart {
        height: 200px;
    }
    .chartRow .chartHolder .chartTitle {
        font-size: 12pt;
    }
    .chartFooter .chartHoverInfo .hoverInfoFontSize {
        font-size: 10pt;
    }
    .pieLabel {
        font-size: 8pt;
    }
}


/* Global chart filters */

.globalChartFilters.chartFilterMargins {
    margin: 5px 10px 5px 25px;
}

.chartFilterLabel {
    font-weight: 600;
}


/* nav menu toggler */

.nav-menu-icon {
    margin: 16px 13px 0 -8px;
}


/* File Browser */

.fileBrowserControls {
    padding-left: 15px;
    border-color: #72baf5;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.fileBrowserControls a {
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
}

.fileBrowserControls .activeControl,
.fileBrowserControls .inactiveControl {
    margin-right: 20px;
}

.fileBrowserControls .inactiveControl {
    color: #c3c3c3;
}

.fileBrowserControls .icon-spinner {
    color: #0085cf;
}

.fileBrowserControls .control-imagePreview i.not-allowed:hover {
    -webkit-animation: shake 150ms 2 linear;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(3px, 0);
    }
    50% {
        -webkit-transform: translate(-3px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}


/* News Management */

.newsContentEditor {
    width: 95%;
    height: 400px;
    overflow: auto;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    outline: none;
}

.position-relative {
    position: relative;
}

.flex-container {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-item-inline {
    margin: 0 5px 0 5px;
}

.large-alert {
    font-size: 12pt;
    background: #d7ecf6;
    line-height: 1.4;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d7d9db;
    border-left-width: 50px;
    border-radius: 4px;
}

.large-alert:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -48px;
    margin-top: 2px;
}

.large-alert-info {
    border-left-color: #009cff;
    color: #006db3;
}

.large-alert-info:before {
    background-image: url('../images/icons/alert-icon-info-16x16.png');
}

.active-btn-orange {
    background-color: #FF9300 !important;
    font-weight: bold;
}

.list-style-none {
    list-style-type: none;
}

.image-grid {
    padding: 0.25em;
    overflow: hidden;
    list-style: none;
}

.image-grid li {
    float: left;
    width: 50%;
    padding: 0.25em;
}

.image-grid li.placeholder {
    margin-top: 25px;
}

.image-grid img {
    display: block;
}

.image-grid li:nth-child(odd) {
    clear: left;
}

#hideImageGrid {
    font-size: x-large;
}

.form-display-bg-color-default {
    background-color: #424e5e !important;
}

.form-display-bg-color-proposal {
    background-color: #5A3333 !important;
}


/*progress bar*/

#proprosal-progress-bar-box {
    padding: 20px;
    background-color: rgb(218, 218, 218);
    border-radius: 14px;
    margin: 0px 5px 25px 30px;
    width: 93%;
}

#lp-progress-bar {
    margin-top: 14px;
}

#progress-bar-label {
    float: left;
    margin-top: -10px;
    margin-left: 40%;
    font-weight: bold;
}

.proposal-indicator {
    color: #5A3333;
    float: right;
    margin-right: 5px;
    font-size: 11pt !important;
    margin-top: 2px;
}

.proposal-indicator:hover {
    transform: scale(1.2);
}

@media screen and (min-width: 40em) {
    .image-grid li {
        width: 33.3333333333333333%;
    }
    .image-grid li:nth-child(3n+1) {
        clear: left;
    }
    .image-grid li:nth-child(odd) {
        clear: none;
    }
}

@media screen and (min-width: 55em) {
    .image-grid li {
        width: 25%;
    }
    .image-grid li:nth-child(4n+1) {
        clear: left;
    }
    .image-grid li:nth-child(3n+1) {
        clear: none;
    }
}

@media screen and (min-width: 72em) {
    .image-grid li {
        width: 20%;
    }
    .image-grid li:nth-child(5n+1) {
        clear: left;
    }
    .image-grid li:nth-child(4n+1) {
        clear: none;
    }
}

@media screen and (min-width: 90em) {
    .image-grid li {
        width: 15.666667%;
        /*width: 16.666666666%;*/
    }
    .image-grid li:nth-child(6n+1) {
        clear: left;
    }
    .image-grid li:nth-child(5n+1) {
        clear: none;
    }
}

.frontIndex
{
    z-index: 999999;
}

.multiselect__input{
    font-size: 12px !important;
}
.multiselect__single{
    font-size: 12px !important;
}
.multiselect__option{
    font-size: 12px !important;
}
.multiselect__placeholder{
    font-size: 12px !important;
}
.el-range-input{
    font-size: 12px !important;
}