﻿/* @font-face kit by Fonts2u (http://www.fonts2u.com) */

@font-face {
    font-family: "Open Sans Semibold";
    src: url("fonts/OpenSans-Semibold.eot?") format("eot"),url("fonts/OpenSans-Semibold.woff") format("woff"),url("fonts/OpenSans-Semibold.ttf") format("truetype"),url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*************************************************************************** CSS Classes **********************************************************/
body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*line-height: 1.2 !important;*/
}

.form-group {
    margin-bottom: 5px;
}

.form-control:not(textarea) {
    line-height: 1 !important;
    height: 31px !important;
    padding: 1px 6px !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.DashbordSettings {
    width: 99% !important;
    padding-right: 5px !important;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 18px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.profilePicture {
    min-width: 150px;
    max-width: 400px;
    margin-top: 50px;
}
/* To make top menu as collapsed always*/
.navbar-header {
    float: none;
    width: 100%;
    text-align: center;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

    .navbar-collapse.collapse {
        display: none !important;
    }

.navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none !important;
}

.navbar-text {
    float: none;
    margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
    display: block !important;
}

.collapsing {
    overflow: hidden !important;
}

.menutext {
    float: right;
    padding-left: 8px;
}

.organisationSelection {
    display: inline-block !important;
}

.navbar-brand-name {
    float: none;
    padding-top: 15px;
    vertical-align: middle;
    display: inline-block;
}

.one-row {
    display: inline-block;
}

.mobile-row {
    display: none;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}

table > thead > tr > th {
    font-family: "Open Sans Semibold" !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Open Sans Semibold" !important;
}

#HoursOfWorkSlider .slider-selection {
    background: #BABABA;
}

#HoursOfWorkSlider {
    margin-left: 5px;
    width: 100%;
    margin-top: 8px;
}

.orange {
    color: #f58220;
}

.blue {
    color: #406a86;
}

.red, .redColor {
    color: red;
}

.black {
    color: black;
}

.input-group input {
    height: 34px !important;
}

.multiselect-search {
    min-width: 200px;
}

.record {
    font-size: 25px !important;
    padding-left: 5px;
    padding-top: 3px;
    cursor: pointer !important;
}

.maronColor {
    color: #930B18;
}

.redColor {
    color: #f14465 !important;
}

.greenColor, .greenColor a {
    color: #26731F !important;
}

.Turquoise {
    color: #00aab5;
}

.Grey {
    color: #4d4d4f;
}

.orangeBackground {
    background-color: #FBCD9B;
}

.greenBackground {
    background-color: #CCFFCC;
}

.blueBackground {
    background-color: #61a1cc;
}

.lightBlueBackground {
    background-color: #cce6ff !important;
}

.redBackground {
    background-color: #f3ddca;
}

.TurquoiseBackground {
    background-color: #00aab5;
}

.GreyBackground {
    background-color: #eeeeee;
}

.font25 {
    font-size: 25px;
}

.font11 {
    font-size: 11px !important;
}

.font20 {
    font-size: 20px;
}

.font15 {
    font-size: 15px;
}

.Tip {
    display: inline-block;
    padding-top: 8px;
    width: 100%;
}

.icon {
    width: 32px;
    cursor: pointer;
    margin-right: 8px;
}

    .icon:last-child {
        margin-right: 0px;
    }

.HoursOfWork {
    max-width: 290px;
    padding-left: 0px;
}

.HoursOfWorkString {
    max-width: 95px;
}

.text-initcapitalize::first-letter {
    text-transform: uppercase;
}

.filters div {
    padding: 5px;
    text-align: center;
}

#myModalNew {
    padding-left: 0px !important;
}

#modalWarning {
    padding-left: 0px !important;
}

.ajax-loader {
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: +1051 !important;
    width: 100%;
    height: 100%;
}

    .ajax-loader img {
        position: relative;
        top: 40%;
        left: 40%;
    }
/*************** Sub Menu *****************/

.dropdown-submenu {
    width: 175px;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropdown-menu > li > a, .dropdown-menu > li > form {
    color: white;
    padding: 5px 20px !important;
    text-decoration: none !important;
    /*background-color: #4B4C4D;*/
}

.dropdown-menu > li > form {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}

.admin-menu > li > a {
    padding: 4px 20px !important;
    text-decoration: none !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > form:hover {
    background-color: gray;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown-menu {
    width: auto;
    background: inherit;
}

.up {
    bottom: 0% !important;
    top: auto !important;
}
/*************************************************************************Time Registration Start****************************************************************/
.timeRegPaging {
    padding: 1px 8px;
    font-weight: normal;
    font-size: 14px;
}

.shiftWeeks {
    font-size: 25px;
    color: #4B4C4D;
    top: 5px;
}

.shiftWeeksRight {
    left: 15px;
}

.worksheet-calendar-picker {
    font-size: 17px;
    text-decoration: underline;
    cursor: pointer;
    color: black;
}

.btn-timereg {
    min-width: 50px !important;
}

.btn-default.btn-timereg {
    float: right;
}

.shiftWeeksLeft {
    right: 15px;
}

.weekDayDivider {
    border-right: 1px solid white;
}

.timeRegLeft {
    padding-right: 5px;
    text-align: right;
    padding-left: 0px;
}

.timeRegRight {
    padding-left: 3px;
    border-left: 1px solid #00aab5;
}

.timeRegRight_Mileage {
    border-left: 1px solid #f58220 !important;
}

.timeRegRight_Expense {
    border-left: 1px solid #4d4d4f !important;
}

.timeRegRight_Photo {
    border-left: 1px solid #406a86 !important;
}

.timeRegTopBar {
    margin: 0px;
    margin-top: 5px !important;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.timeRegshowMore {
    cursor: pointer;
    color: black;
    border-bottom: 2px solid white;
}

.timeRegshowMore-first {
    margin-left: -140px;
}

.worksheet-hide-past-days {
    float: left;
    line-height: 29px;
    width: 140px;
    text-align: left;
}

.timeRegshowMore a:hover {
    cursor: pointer;
    color: black;
    border-bottom: 2px solid white;
}

.timeRegBtnRow {
    height: 35px;
    background-color: #61a1cc;
    padding: 0px 0px 1px 0px;
    line-height: 20px;
    border-bottom: 1px solid white;
    color: white;
    border-radius: 4px;
    margin-bottom: 1px;
}

.timeRegBtnRowLeft {
    line-height: 35px;
    padding-right: 0px;
    text-align: left;
}

.today {
    color: yellow;
    font-weight: bold;
}


.timeRegRowSpace {
    line-height: 1px;
}

.timeRegshowMore:hover {
    color: white;
}

.inputFile {
    width: 50%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 13px;
    width: 50%;
}

.timeRegWeekStatsBar {
    padding-left: 0px;
    border-radius: 5px;
    margin-top: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.timeRegApprovalBar {
    background-color: #f58220
}

.timeRegGraphBar {
    background-color: #00aab5
}

.timeRegInput {
    padding: 6px 4px !important;
    width: 55px !important;
    display: inline-block
}

.divTimeInputs {
    padding: 0px !important
}

.incompleteReg {
    color: red;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: -4px;
}

.endNowLink {
    cursor: pointer;
    text-decoration: underline;
}

.hourslable {
    margin-bottom: 0px;
    font-weight: normal;
}

.pauseIcon {
    margin-bottom: 0px;
    font-weight: normal;
    margin-left: 1px;
}

.timeMaterialSelect {
    padding-right: 18px !important;
    text-align: right;
}

.userSettings {
    width: 19%;
}

.underlineLink {
    text-decoration: underline;
    cursor: pointer;
}

.timeMaterialButtons {
    background-color: #ffffff;
    border-radius: 14px;
    color: #3c4043;
    min-width: 40px;
    padding: 2px 2px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: 1px 1px 2px #888888;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    height: 2.4rem;
    margin-top: 5px;
}

    .timeMaterialButtons span {
        vertical-align: middle;
        line-height: normal;
        display: inline-block;
        margin-bottom: 15px;
        font-size: 12px;
    }

        .timeMaterialButtons span i {
            font-size: 16px;
        }

.btn i {
    font-size: 18px;
}

.totalhours {
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration-style: dotted;
    font-size: 12px;
}

    .totalhours label span {
        text-decoration: underline;
        cursor: pointer;
    }

.text-nodecoration {
    text-decoration: none !important;
    cursor: default !important;
}

.cellAction {
    width: 40px;
    vertical-align: middle;
    text-align: center;
}

.cellborder {
    border-right: 1px solid #cccccc;
    display: table-cell;
}

.cellValues {
    width: 100px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.right-cells {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    padding-top: 3px;
}

.cellTopValue {
    margin-top: 0px;
    padding: 0px 5px 0px 5px;
}

.cellSubValues {
    text-align: center;
    font-size: 10px;
    margin-top: -1px;
    padding-right: 10px;
}

.cellDescription {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding-left: 5px;
}

    .cellDescription div {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .cellDescription span {
        display: inline-block;
        overflow-wrap: break-word;
        padding-right: 3px;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        display: inline-block;
        white-space: normal;
        line-height: 1.2;
    }

.cellFinish {
    display: table-cell;
    width: 65px;
    vertical-align: middle;
    border-right: none;
}

.timematerialrow {
    padding: 0px;
    color: black;
    margin-bottom: 0px;
    display: table-row;
    /*line-height: 0.7em;*/
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.event-border-bottom {
    border-bottom: 1px solid #cccccc;
}

.worksheet-event-time {
    display: table-cell;
    text-align: left;
    width: 141px;
    padding-left: 5px;
    vertical-align: middle;
}

.timematerialtable {
    display: table;
    width: 100% !important;
    border-collapse: collapse !important;
}

.timeRow {
    background: #ffffff;
}

.expenseRow {
    background: #ffffff;
}

.mileageRow {
    background: #ffffff;
}

.timeUnitCell {
    background-color: #effeed
}

.expenseUnitCell {
    background-color: #e1e7ff
}

.mileageUnitCell {
    background: #fff5e1
}

.photoRow {
    background: #ffffff;
}

.eventRow {
    display: table;
    padding-left: 0px;
    margin-top: -1px;
    white-space: normal;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
    padding-right: 0px;
}

.holidayRow {
    display: table;
    padding-left: 5px;
    margin-top: -2px;
    white-space: normal;
    border-bottom: 1px solid #cccccc;
    background-color: #f3ddca;
    padding-right: 0px;
    padding-bottom: 1px;
}

.hideplannedtask {
    display: none;
}

.showplannedtask {
    display: inline;
}

.showHide {
    text-decoration: underline;
    margin-left: 3px;
}

.lightGreen {
    color: #37cd3f;
}

.months {
    display: inline-block;
    padding-left: 17px;
}

.leadAssignmentFilters-left {
    background: #c6e0f1;
    padding-top: 10px;
    display: table-cell;
    height: 100%;
}

.leadAssignmentFilters-right {
    background: #f2d9c3;
    padding-top: 10px;
    padding-left: 30px;
    display: table-cell;
    height: 100%;
}

.filtersAndAssignment {
    display: table;
    width: 100%;
    height: 195px;
}

.campaign-filters {
    height: 235px;
}

.campaignLeadAssignment-right {
    min-height: 230px !important;
}

.zip {
    width: 130px;
}

.zipspan {
    display: inline-block;
}

.nopadding-left {
    padding-left: 0px;
}

.lms-multiselect .btn-group {
    width: 275px !important;
}

#hiddenPanel {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    background-color: #bc0000;
    height: auto;
    min-height: 140px;
    top: 20%;
    z-index: 999;
    box-shadow: -3px 3px 3px #cccccc;
    padding-left: 5px;
    color: #fff;
}

#close-bar {
    position: absolute;
    left: -20px;
    background: #ea4103;
    color: #fff;
    width: 20px;
    height: 125px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 5px;
    box-shadow: -3px 3px 3px #cccccc;
}

.quickActivitiesChk {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.rdoButtons {
    margin-left: 10px !important;
}

.dvPlannedTasks > .plnTask {
    text-decoration: line-through;
}

.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.helptext {
    color: #00AAB5;
    text-decoration: none;
    font-weight: normal;
}

.graphDesign {
    background-color: #c7e6e8;
}

.approvalTable {
    background-color: #fff3e9;
}
/*************************************************************************Time Registration End****************************************************************/
a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.80em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}

.reportColumns-right {
    text-align: right !important;
}

.reportColumns-left {
    text-align: left !important;
}

.hFilter {
    cursor: pointer;
    text-decoration: underline;
    font-size: 15px;
    margin-top: 0px;
}

#lnkFilter {
    cursor: pointer;
}

.container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.container {
    width: 98% !important;
}

#ganttChartFilters {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#ganttChartFilters {
    width: 95% !important;
}

.dtTableFooter {
    padding: 10px 9px 6px 18px !important;
}

.dtTableNumeric {
    text-align: right !important;
}

.TimeRegEditImg {
    width: 60px;
}

.TimeRegEditDiv {
    padding-right: 0px;
    padding-left: 50px;
}

.timeRegTextRight {
    padding-left: 0px;
    left: 5px;
}

.text-unwrap {
    white-space: normal !important;
}

.table-header-right {
    text-align: right;
}

.table-header-left {
    text-align: left;
}

.cell-editable {
    background: #e2fafe;
}

.clear-background {
    background: white;
}

.spanPro {
    font-size: 10px;
    color: #00aab5;
}

button .spanPro {
    color: white;
}

.subscription {
    padding-left: 35% !important;
    padding-right: 35% !important;
    padding-bottom: 20px;
}

.subscription-header {
    margin-left: 35% !important;
    margin-right: 35% !important;
}

.subscription-details {
    padding-left: 35% !important;
    padding-right: 100px;
}

.footer-hr {
    clear: both;
}

.footer-free {
    padding-top: 0px;
    text-align: center;
    font-weight: bold;
}

.disableProSubscription {
    pointer-events: none;
    opacity: 0.4;
}

.loginCtrl {
    padding-top: 10px;
    text-align: center;
    text-align: -webkit-center;
}

.loginSSO-right:not(:first-of-type) {
    margin-left: 0px !important;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    padding: 10px 0px 10px 0px;
}

    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: #eee;
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }

.pageHeader {
    margin-top: 25px;
}

.loginSSO-right {
    padding: 0px 0px 15px 15px;
    text-align: -webkit-left;
    text-align: left;
}

.loginSSO-left {
    padding: 0px 0px 15px 0px;
    text-align: -webkit-right;
    text-align: right;
}

.loginControls {
    padding-left: 0px;
}

.loginButton {
    padding-left: 3px;
    padding-right: 30px;
}

.loginTicker {
    background-color: #D8F0F2 !important;
    line-height: 30px;
    text-align: right;
    font-size: 15px;
    padding: 0px 7px 0px 7px !important;
}

.table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 10px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 3px 20px 3px 10px !important;
}

.sub-link {
    margin-left: 0px;
    padding-left: 20%;
    float: left;
    padding-top: 20px;
    text-decoration: underline;
    color: #FFFF00 !important;
    font-size: 14px;
}

.multiselect-container > li > a {
    background: white !important;
}

.tags span {
    border: 1px solid #61a1cc;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    background: #61a1cc;
    color: white;
    margin-top: 3px !important;
}

.display-inline-block {
    display: inline-block;
}

.field-btn {
    line-height: 1.1 !important;
    margin-top: -2px !important;
}

.fixedHeader-floating {
    top: 57px !important;
}
/*************************************************************************** New action menus **********************************************************/
#action-menu .dropdown-menu {
    min-width: 140px !important;
    background-color: white !important;
    margin-top: 23px;
    margin-left: -35px;
}

    #action-menu .dropdown-menu > li > a {
        background-color: white !important;
        color: black !important;
    }

        #action-menu .dropdown-menu > li > a:hover,
        #action-menu .dropdown-menu > li > a:focus {
            color: #262626 !important;
            text-decoration: none !important;
            background-color: #f5f5f5 !important;
        }

#action-menu .dropdown-toggle {
    float: right;
}

    #action-menu .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

.action-menu-hr {
    width: 100px !important;
}
/*************************************************************************** Media Queries **********************************************************/
@media screen and (max-width: 990px) {
    .menutext {
        display: none;
    }

    .divDateRangeNextChk label.empty {
        display: none;
    }

    .sub-link {
        padding-left: 4% !important;
    }

    .sub-link-logo {
        display: none;
    }

    .OK {
        line-height: 50px;
    }

    .TimeRegEditImg {
        width: 55px;
    }

    #chart_div {
        height: 350px !important;
    }

    .loginLabel {
        text-align: left;
        text-align: -webkit-left;
    }

    .subscription {
        padding-left: 0px;
        padding-right: 0px;
    }

    .userSettings {
        width: 100%;
    }
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px !important;
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 16.333333%;
    }
}

@media (min-width: 768px) {
    .log-off-btn {
        line-height: 0.8 !important;
    }
}

@media screen and (max-width: 768px) {
    .mobile-row {
        display: block;
    }

    .one-row {
        display: block;
    }

    .organisationSelection {
        display: none !important;
    }

    .TimeRegEditImg {
        width: 60px;
    }

    .TimeRegEditDiv {
        padding-left: 30px;
    }


    #chart_div {
        height: 320px !important;
    }

    .loginCtrlTop {
        margin-top: 15px;
    }

    .loginLabel {
        text-align: left;
        text-align: -webkit-left;
    }

    .hr-sect {
        padding: 5px 0px 5px 0px;
    }

    .btn-floating {
        margin: 5px !important;
    }

    .subscription {
        padding-left: 22%;
        padding-right: 22%;
    }

    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #ganttChartFilters {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .userSettings {
        width: 100%;
    }

    .loginSSO-left {
        padding-bottom: 0px 0px 15px 0px;
        text-align: -webkit-right;
    }

    .loginButton {
        padding-left: 0px;
        padding-right: 30px;
    }

    .loginTicker {
        background-color: #D8F0F2 !important;
        line-height: 30px;
        text-align: right;
        font-size: 15px;
        padding: 0px 7px 0px 7px !important;
    }

    .cellDescription span {
        display: inline-block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        display: inline-block;
        white-space: normal;
        line-height: 1.2;
    }

    .leadAssignmentFilters-left {
        background: #c6e0f1;
        padding-top: 10px;
        height: 100%;
        display: table-cell;
    }

    .leadAssignmentFilters-right {
        background: #f2d9c3;
        padding-top: 10px;
        padding-left: 30px;
        height: 100%;
        display: table-cell;
    }

    .lms-multiselect .btn-group {
        width: 100% !important;
    }

    .campaignLeadAssignment-right {
        min-height: 230px !important;
    }

    .filtersAndAssignment {
        display: table;
        width: 100%;
        height: 195px;
    }

    .campaign-filters {
        height: 335px;
    }
}

@media screen and (max-width: 1024px) {
    .leadAssignmentFilters-left {
        background: #c6e0f1;
        padding-top: 10px;
        height: 100%;
        display: table-cell;
    }

    .leadAssignmentFilters-right {
        background: #f2d9c3;
        padding-top: 10px;
        padding-left: 30px;
        height: 100%;
        display: table-cell;
    }

    .campaignLeadAssignment-right {
        min-height: 230px !important;
    }

    .lms-multiselect .btn-group {
        width: 100% !important;
    }

    .filtersAndAssignment {
        display: table;
        width: 100%;
        height: 195px;
    }

    .campaign-filters {
        height: 335px;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 768px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .DashbordSettings {
        padding-right: 12px !important;
    }

    .lms-multiselect .btn-group {
        width: 100% !important;
    }

    #action-menu .dropdown-menu {
        margin-left: -43px;
    }
}

@media only screen and (max-width: 765px) {
    .filtersAndAssignment {
        display: table;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .modal-open {
        position: fixed;
    }

    .OK {
        line-height: 60px;
    }

    .DashbordSettings {
        padding-right: 14px !important;
    }
}

@media screen and (max-width: 500px) {
    .settings-submenu {
        bottom: 8px !important;
    }

    .icon {
        margin-right: 12px;
    }

    .icons {
        padding-right: 0px;
        text-align: right;
    }

    .HoursOfWorkString {
        padding-left: 8px;
    }

    #HoursOfWorkString {
        font-size: 14px;
    }

    .TimeRegDay {
        font-size: 14px !important;
    }

    .timeRegBtnRowLeft {
        padding-left: 5px;
        text-align: left;
    }

    .timeRegBtnRowLeftIcons {
        padding-left: 0px;
    }

    .timeRegRight {
        padding-right: 0px;
    }

    .timeRegLeft {
        padding-right: 10px;
    }

    .TimeRegEditImg {
        width: 45px;
    }

    .timeRegTextRight {
        left: 10px;
    }

    .TimeRegEditDiv {
        padding-left: 20px;
    }

    #chart_div {
        height: 300px !important;
    }

    .subscription {
        padding-left: 0px;
        padding-right: 0px;
    }

    .userSettings {
        width: 100%;
    }

    .filtersAndAssignment {
        display: table;
        width: 100%;
        height: auto;
    }

    .campaign-filters {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .timeRegshowMore-first {
        margin-left: -11px;
    }

    .worksheet-hide-past-days {
        width: 11px !important;
    }
}

@media screen and (max-width: 400px) {
    .icon {
        margin-right: 5px;
    }

    .timeRegTextRight {
        left: 5px;
    }

    .loginControls {
        padding-left: 15px;
    }

    .loginButton {
        padding-left: 18px;
        padding-right: 15px;
    }

    .loginTicker {
        background-color: #D8F0F2 !important;
        line-height: 30px;
        text-align: center;
        font-size: 15px;
        padding: 0px 7px 0px 7px !important;
    }

    .loginSSO-right {
        padding: 0px 0px 15px 5px;
        text-align: center;
        text-align: -webkit-center;
    }

        .loginSSO-right a {
            width: 160px !important;
        }

    .cellDescription span {
        /*display: flex;*/
        margin-left: 3px;
        margin-bottom: 4px;
        margin-top: 4px;
        overflow-wrap: break-word;
        padding-right: 3px;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        display: inline-block;
        white-space: normal;
        line-height: 1.2;
    }

    #action-menu .dropdown-menu {
        margin-left: -38px;
    }

    .cellTopValue {
        margin-top: 0px;
        padding: 0px 5px 0px 5px;
    }

    .cellSubValues {
        text-align: center;
        font-size: 10px;
        margin-top: -1px;
        padding-right: 10px;
    }

    .timematerialrow {
        min-height: 3.5em;
    }

    .filtersAndAssignment {
        display: table;
        width: 100%;
        height: auto;
    }

    .margin-top-5-mobile {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 355px) {
    .icon {
        margin-right: 3px;
    }
}

@media screen and (max-width: 332px) {
    .icon {
        margin-right: 2px;
    }
}

@media screen and (max-width: 980px) {
    .orgLogo {
        display: none !important;
    }
}

.form-group-checkbox {
    margin-bottom: 5px !important;
}

.registerLnk {
    color: white !important;
    text-decoration: none;
}

    .registerLnk:visited {
        color: white !important;
        text-decoration: none;
    }

    .registerLnk:hover {
        color: white !important;
        text-decoration: none;
    }


/*************************************************************************** IOS Auto-zoom on inputs start **********************************************************/
@supports (-webkit-overflow-scrolling: touch) {
    select, textarea, input {
        font-size: 16px !important;
    }

    .form-control:not(textarea) {
        height: 36px !important;
    }
}
/*************************************************************************** IOS Auto-zoom on inputs end **********************************************************/
.btn-default {
    background-color: #daf9dd !important;
}

.btn-cancel {
    background-color: #f9dae0 !important;
}

.multiselect {
    background-color: #fff !important;
}

    .multiselect:focus,
    .multiselect.focus {
        background-color: #e6e6e6 !important;
        border-color: #8c8c8c !important;
    }

    .multiselect:hover {
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

button {
    cursor: pointer !important;
}

.comments {
    white-space: initial;
}

    .comments .checkbox {
        margin-top: 2px;
        margin-bottom: 2px;
    }

.dvPayrollcheckbox {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 24px;
}

.payrollAdCheckboxes {
    margin-top: 5px !important;
}

.userinputcheckbox {
    margin-top: 8px !important;
}

.PayrollAdHoursInput {
    width: 100px;
    display: inline-block;
    padding: 3px 4px !important;
}

/****************************************************************Help section**********************************************************************/

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 30px;
    font-size: 2.25rem !important;
    background-color: #26a25d;
    width: 34px;
    height: 34px;
    padding-top: 2px;
    padding-left: 4px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 5px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container-help {
    max-width: 150px;
    padding: 10px;
    background-color: white;
    text-align: center;
    min-height: 100px;
}

    .form-container-help .msg {
        text-align: left;
        font-weight: normal;
    }

    .form-container-help .read-more {
        padding-bottom: 5px;
    }

    .form-container-help .close {
        font-size: 16px !important;
    }
    /* Set a style for the submit/send button */
    .form-container-help .a {
        background-color: #4CAF50;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 30%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add some hover effects to buttons */
    .form-container-help .btn:hover {
        opacity: 1;
    }

.open-button:hover {
    background-color: #2cd276 !important;
}

.open-button:visited {
    background-color: #2cd276 !important;
}

.open-button:active {
    background-color: #2cd276 !important;
}

.ms-login-checkbox {
    display: inline;
    float: left;
    padding-left: 20px;
    margin-top: 0px;
}

.quick-create {
    color: black;
    font-size: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.quick-create-parent {
    display: inline-block;
}

.error {
    border-color: #E74C3C;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.decimal {
    text-align: right;
}

.font-weight-normal {
    font-weight: normal;
}
/*project task stylings*/
.ProjectTasklistTemplateTaskMembers input[type="tel"], .ProjectTaskMembers input[type="tel"], .ProjectMembers input[type="tel"] {
    max-width: 75px;
    float: right;
}

.ProjectTaskMembers .BudgetHoursTaskMember, .ProjectTaskMembers .BudgetPriceTaskMember, .ProjectTaskMembers .CostPriceTaskMember, .ProjectTaskMembers .SalesPriceTaskMember, .PlannedHoursProjectMember, .CostPriceProjectMember, .SalesPriceProjectMember {
    text-align: right;
}

.expense-attachments {
    max-width: 100%;
    height: auto;
    border: 1px solid #cce6ff !important;
    margin: 0 auto;
    display: block;
}

tr:hover {
    background-color: #f5f5f5;
}

.input-group-addon {
    width: 40px;
    height: 34px !important;
}

.delete-icon {
    width: 20px !important;
}

.multiselect-filter .input-group-addon {
    height: 31px !important;
}

.save-column {
    background-color: #eeeeee !important;
}

.glyphicon-info-sign {
    cursor: pointer;
    color: #f7944b !important;
    top: 2px;
}

.popup-header {
    margin-top: 5px !important;
}

.glyphicon-home {
    font-size: 22px !important;
    vertical-align: middle;
    color: #00AAB5;
    cursor: pointer
}

.wrench-icon-worksheet {
    color: #4B4C4D !important;
    padding-top: 3px !important;
    font-size: 22px !important;
    float: right;
    cursor: pointer;
}

.info-close {
    position: absolute;
    width: 36px;
    height: 36px;
    right: -10px;
    top: -10px;
}


.pre-wrap {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    overflow: hidden;
    width: 535px;
}

.tg-info-span {
    font-weight: normal;
    display: none;
    color: black;
    z-index: 1;
    position: absolute;
    margin-top: 8px;
    text-align: left;
}

.toggle-heading {
    display: inline-block;
    margin-left: 3px;
}

.hide-show-toggle {
    color: black;
    cursor: pointer;
    font-size: 14px;
}

.project-allocation-icon {
    width: auto;
    padding-left: 3px;
    padding-right: 3px !important;
}

.form-btn-group {
    max-width: 310px !important;
}

.vacationoverview-popover {
    font-weight: normal;
    display: none;
    color: black;
    z-index: 1;
    position: absolute;
    margin-left: 5px;
    margin-top: 16px;
    text-align: left;
}
.page-top-search {
    padding-top: 20px;
}
/* Make all anchor links underlined by default*/
a {
    text-decoration: underline !important;
}
a.btn:not(.edit-button) {
    text-decoration: none !important;
}
.select2-choice {
    text-decoration: none !important;
}
.close {
    text-decoration: none !important;
}