﻿/*Client general Page*/
.generalForm .form-group {
    line-height: 1 !important;
    margin-bottom: 5px !important;
}

.generalForm div.form-group label, .generalForm div.form-group div {
    padding-right: 0px;
}
div.form-group div {
    padding-right: 0px;
}

.form-group > div > a {
    text-decoration:underline;
}

.form-group > div > a.btn {
    text-decoration:none !important;
}

.form-horizontal .form-group{
    margin-left:0 !important;
    width: 100%;
}
.no-padding {
    padding-right: 0px;
    padding-left: 0px !important;
}
.form-control[readonly]{
    background:#ebebe4 !important;
}
/*.generalForm div.form-group label, .generalForm div.form-group div span, .generalForm div.form-group div {
    margin-top: 5px;
}*/
.circle-alert {
    height: 20px;
    width: 20px;
    background-color: #FE130D;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

    .circle-alert:after {
        content: '!';
        color: #FFFFFF;
    }

.autosync-warning {
    color: #FE130D;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    height: 25px;
}

.check-circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
}

    .check-circle:after {
        content: '✔';
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: #527A00;
        color: #FFFFFF;
        border-radius: 50%;
        display: inline-block;
        line-height: 20px;
        margin-top: 6px;
        text-align: center;
        font-weight: normal;
    }

.small-font {
    height: 14px;
    width: 445px;
    color: #777777;
    font-size: 10px;
    line-height: 14px;
}

.information {
    height: 19px;
    width: 155px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.message {    
    color: #000000;
    font-size: 14px;
    line-height: 17px;
}

.circle-number {
    height: 20px;
    width: 20px;
    background-color: #AAAAAA;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
}

.autosync-success {
    color: #2D552D;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}
.subtitle {
    margin-top: 10px !important;
}
.option-normal {
    font-size: 14px;
    font-weight: normal;
}
.generalForm input[type="radio"], .generalForm input[type="checkbox"] {
    margin-top: 0px;
}
.radio-inline, .checkbox-inline {
        margin-left: 0px !important;
        margin-right: 5px !important;
    }
.text {
    font-weight: normal !important;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
div.dt-buttons{
    padding: 14px 1px 11px 10px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border:0px !important;
}

.popover-title {
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    height:30px;
}
.popover{
    z-index:1020 !important;
}
@media (min-width: 992px) {
    .right-container {
        padding-left: 40px;
    }

    .tab-enabled {
        top: 112px !important;
    }

    .top-tab {
        margin-left: 0px;
        position: relative;
        width: 100%;
        z-index: 100;
        background-color: white;
        margin-top: 5px;
    }

    .nav-tabs li {
        width: 179px;
    }
}
.has-switch {
    display:block !important;
    cursor:auto !important;
}
.has-switch span.switch-left {
    border-radius: 2px 2px 2px 2px !important;
}

.has-switch span.switch-right {
    border-radius: 2px 2px 2px 2px !important;
}
.has-switch span {
    padding: 6px 5px;
    line-height: 6px !important;
    cursor: auto !important;
    width:20% !important;
}
.tab-enabled {
    background-color: #fafafa;
}

.top-tab {
    margin-left: 0px;
    position: relative;
    width: 100%;
    background-color: white;
}

.wizard-image {
    margin-left: -3px;
}

.child-panel {
    margin-bottom: 5px !important;
}

.child-instruciton-message {
    margin-left: 5px;
}

.required-field .control-label-nobold:after {
    content: "*";
    font-weight: bold;
    color: red;
}
.panel-body .control-label{
   padding-top:7px;
}
select.select-hasSize {
        height: auto !important;
    }

.flat-li {
        list-style: none;
        padding-left: 0px;
    }

#inline-li li{ 
   margin:-10px;
   padding-right:25px;
   padding-top:15px;
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 480px) {
    .top-header-bar {
        background-color: white;
        /*height:88px;*/
        display: none;
    }

        .top-header-bar div {
            display: none;
        }

            .top-header-bar div:first-child {
                display: block !important;
            }
}

@media (min-width: 481px) and (max-width: 991px) {
    .top-header-bar {
        background-color: white;
        height: 48px;
    }

        .top-header-bar div {
            display: none;
        }

            .top-header-bar div:first-child {
                display: block !important;
            }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .top-header-bar {
        background-color: white;
        height: 48px;
    }
}

@media (min-width: 1200px) {

    .top-header-bar {
        background-color: white;
        height: 48px;
       
    }
    .dual-control {
        left: 465px !important;
    }
}


/*HREmployee General User*/
.hremp_general {
    font-weight: normal;
}

/*HREmployee Deduction Index*/
.hremp_dedwidth {
    width: 13%;
}

/*HREmployee Pay History Index*/
.hremp_paywidth {
    width: 8%;
}

/*HREmployee Note - edit*/
.hremp_notewidth {
    width: 100%;
}

/*HREmployee Deduction - edit*/
.payeerowshow {
    display: block;
}

.payeerowhide {
    display: none;
}

.linkText {
    text-decoration: underline;
}

.statusFilter {
    display: inline;
    margin-left: 10px;
    min-height: inherit;
}

.statusFilterActive {
    display: inline;
    min-height: inherit;
}

.termination-error {
    background-color: #D65C4F;
    color: white;
    padding: 5px;
    margin-top: 5px;
}

.payee-error {
    background-color: #D65C4F;
    color: white;
    padding: 5px;
    margin-top: 5px;
    width: 30%;
}
.timeEntry-control{
    margin-top:6px;
}
.ctlHours{
width:80px;
float:left;
}
.employee-tab > .nav-tabs {
    margin-bottom: 5px !important;
}

.custom-error, .street, .city, .state, .zip {
    background-color: #D65C4F;
    color: white;
    padding: 5px;
    margin-top: 5px;
    display: none;
}

.instruction-Heading-hr {
    margin-bottom: -7px;
}

.WorkAddr {
    font-weight: normal;
}

.instruction-Heading-hr {
    margin-bottom: -7px;
}

.hrwizard-name {
    padding: 0px;
    margin-bottom: 10px;
}

.aca-padd {
    padding: 0px;
    margin-bottom: 10px;
}

.basic-margin {
    margin-bottom: 3px;
}

.ACAPadding {
    padding: 10px;
    margin-left: 10px;
}

.ACAWOPadding {
    padding: 0px;
}

.ACAMargin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.MenuCenter{
    margin:auto;display:block;text-align:center;
}
.LoginBar{
    min-height:20px;
}
/*Side bar*/
@media (max-width: 768px) {
    .sidebar {
        min-height: 89.5% !important;
    }
}

@media (min-width: 769px) {
    .sidebar {
        min-height: 92% !important;
    }

    .footer-right {
        float: right;
    }
}

@media (min-width: 991px) {
    .sidebar {
        min-height: 87% !important;
    }

    .footer-right {
        float: right;
    }
}

@media (min-width: 1000px) {
    .sidebar {
        min-height: 87% !important;
    }

    .footer-right {
        float: right;
    }
}



/*Side bar*/


select::-ms-expand {
    width: 12px;
    border: none;
    background: #fff;
}
/* inline date picker */
.dc-trigger {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 5px;
    cursor: pointer;
    height: 34px;
}
    .ui-datepicker-trigger:hover {
        background-color: #507034;

    }
/*.lnkAssign{
    color:white;

}*/
.payrollError{
    color:red;
}

.payrollDDL{
    color:#fff;
    font-weight:bold;
    height:50px;
    background-color:#507034;
}
.hrColor
{
    border:solid 1px #A8A8A8;
}
.payrollMargin
{
    margin-left:20px;
}
.payrollAddress
{
font-weight:bold;color:blue;
}
.payrollHeader
{
font-weight:bold;color:#000;
}
.apprvPayStub
{
    text-decoration:underline;
}
.wizard{

    width:80px !important;

}
.input-group-addon {
    width:auto !important;
}
.ts2HourSelect {
    width: 120px;
}

.TC1Add  {
   overflow-x:auto;
}
.TC2Add {
     overflow-x:auto;
}
 .mdl {
     width:65%;
 }
  .clsWarn{
      font-weight:bold;color:red;
  }
   .clsEmailWarn{
      font-weight:bold;color:blue;margin-top:10px;
  }
@media screen and (min-width: 768px) {
  .mdlEdit {
        width: 60%; /* either % (e.g. 60%) or px (400px) */
    }
}
.ddl-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.chkLabel{
    vertical-align:2px;
    margin-left:2px;
}
/* Search Module Css*/
.search form div div {
        padding-right: 2px !important;
        padding-left: 5px !important;
    }

        .search form div div label {
            padding-right: 0px !important;
            padding-left: 5px !important;
        }

    .search .form-group {
        line-height: 1 !important;
        margin-bottom: 5px !important;
    }

    .search input[type="radio"], .search input[type="checkbox"] {
        margin-top: 0px;
    }

    .search-title {
        padding-top: 10px !important;
    }
  /* End Search Module Css*/

  .enrollInstructionWarnClass{
      color:red;
      font-weight:bolder;
  }
  .ProgBarVisited{
      font-weight:bolder;
  }
   .ProgBarCurrent{
      font-weight:bolder;
  }
  .ProgBarUnvisited
  {
      color: #566573;
  }


  /*progressbar*/
.progressbar1 {
	margin-bottom: 5px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
.progressbar1 li {
	list-style-type: none;
	color: black;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
    text-align: center;
}

.progressbar1 li:before {
	content: counter(step);
	counter-increment: step;
	width: 26px;
	line-height: 25px;
	display: block;
	font-size: 25px;
	color: #333;
	background: transparent;
	border-radius: 3px;
	margin: 5px auto 5px auto;
}
/*progressbar connectors*/
.progressbar1 li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: black;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
.progressbar1 li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar1 li.active:before,  .progressbar li.active:after{
	background: #27AE60;
	color: white;
}
/*-----------------------------------------------------*/
/*progressbar2*/
.progressbar2 {
    margin-bottom: 5px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    .progressbar2 li {
        list-style-type: none;
        color: black;
        font-size: 9px;
        width: 100px;
        float: left;
        position: relative;
        text-align: center;
    }

        .progressbar2 li:before {
            content: counter(step);
            counter-increment: step;
            width: 26px;
            line-height: 25px;
            display: block;
            font-size: 25px;
            color: #333;
            background: transparent;
            border-radius: 3px;
            margin: 5px auto 5px auto;
        }
        /*progressbar connectors*/
        .progressbar2 li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: black;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        .progressbar2 li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        .progressbar2 li.active:before, .progressbar li.active:after {
            background: #27AE60;
            color: white;
        }
/*-----------------------------------------------------*/
.btn-primary {
    background-color: #507034;
    border-color: #507034;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #507034;
        border-color: #507034;
    }
.btn{
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

}
    .btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
        text-decoration: none !important;
    }

a {
    color: maroon;
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    text-decoration-skip-ink:none;
}

    a:hover, a:focus {
      color: maroon;
      text-decoration: underline !important;
      cursor: pointer;
      background: 0 0;
    }
    
.dataTables_filter label > input[type=search] {
    margin-top: 5px !important;
}
.table > tbody > tr > td > select.form-control,
.table > tbody > tr > td > div.dvDate > input{
    width:auto;
}
.table > tbody > tr > td > div.input-group > input.form-control{
    z-index:0;
}

.table > thead > tr > th,
 .table > tbody > tr > th,
 .table > tfoot > tr > th,
 .table > thead > tr > td,
 .table > tbody > tr > td,
 .table > tfoot > tr > td {
    padding: 5px;
}

.table > thead > tr > th > a,
 .table > tbody > tr > th > a,
 .table > tfoot > tr > th > a,
 .table > thead > tr > td > a,
 .table > tbody > tr > td > a,
 .table > tbody > tr > td > span > a,
 .table > tfoot > tr > td > a {
    text-decoration: underline !important;
}
.table > thead > tr > th > a.btn,
.table > tbody > tr > th > a.btn,
.table > tfoot > tr > th > a.btn,
.table > thead > tr > td > a.btn,
.table > tbody > tr > td > a.btn,
.table > tbody > tr > td > span > a.btn,
.table > tfoot > tr > td > a.btn {
    text-decoration: none !important;
}
.table > thead > tr > th {
    color: Black;
    font-weight: normal;
    border-bottom-color: #507034 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(odd) > th, .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f2f2f2 !important;
}


.dataTables_filter label > input[type=search] {
    margin-top: 5px !important;
}
.panel-heading .btn, .panel-heading .btn-group {
     margin-bottom: 3px !important;
      margin-left: 3px !important;
}
.header-buttons {
    float: left !important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    width: 100%;
}

.wrapword{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

.hour-warnings {
    font-size: 16px;
    color: #bd5800;
    border-bottom: 1px solid #DDDDDD;
}
.hour-warnings ul {
    color: #000000;
    font-size: 14px;
    padding-left:30px;
    overflow:hidden;
    padding-bottom:15px;
    padding-top: 15px;
    line-height: 1.5em;
}

.popover-content-bamboo {
    color: #FFFFFF;
    background-color: #555555;
    font-size: 13px;
    border-radius: 6px;
}

.popover-bamboo {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.popover.top.popover-bamboo > .arrow:after {
    border-top-color: #555555;
}

.btn-bamboo {
    color: #73C41D;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    border: 1px solid #73C41D;
    border-radius: 6px;
}

.btn-bamboo:hover {
    color: #73C41D;
}

.btn-bamboo:visited {
    color: #73C41D;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .popover-bamboo > .arrow-right {
        left: 78% !important;
    }
}

@media (min-width: 1500px) {
    .popover-bamboo > .arrow-right {
        left: 83% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popover-bamboo > .arrow-right {
        left: 72% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popover-bamboo > .arrow-right {
        left: 70% !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .popover-bamboo > .arrow-right {
        left: 40% !important;
    }
}

.sidebarHeader > img[embeddedService-chatHeader_chatHeader] {
    margin-right: 8px;
    max-height: 20px;
    max-width: 125px !important;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] {
    background: #444444;
}

h2[embeddedService-chatHeader_chatHeader] {
    visibility: hidden;
}

.message {
    border-style: hidden;
    padding: 6px 8px 6px 6px;
    margin: 4px 20px;
    color:black !important;
}

.embeddedServiceHelpButton .uiButton{
    max-width:17em !important;
}
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent {
    --lwc-colorBrandSecondary: #686868;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent {
    background: #EBEBEB;
}

.embeddedServiceSidebarFormField .slds-style-inputtext {
    border-color: #CCCCCC;
}

.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
    --lwc-colorTextDefault: #555555;
    line-height: 19px;
    font-size: 14px;
}

.embeddedServiceSidebarFormField .slds-style-inputtext, .embeddedServiceSidebarFormField .slds-style-select {
    --lwc-colorTextDefault: #222222;
    line-height: 26px;
    font-size: 18px;
    font-weight: normal;
}

.embeddedServiceSidebarFormField .slds-style-inputtext {
    border-color: #CCCCCC;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: lightgray !important;
    font-family: "Salesforce Sans", sans-serif;
}

.embeddedServiceHelpButton:hover .helpButton:hover .uiButton:hover {
    background-color: #444444 !important;
    color: white !important;
}
.embeddedServiceHelpButton:hover .helpButton:hover .uiButton:hover .message, .message:hover {
    color: white !important;
}
.embeddedServiceHelpButton > .helpButton > .uiButton:focus {
    background-color: lightgray !important;
    color: white !important;
    text-decoration: none !important;
}
.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:focus, .embeddedServiceHelpButton:focus {
    text-decoration: none !important;
}
.embeddedServiceHelpButton::before {
    color: black !important;
    background: lightgray !important;
    border-color: lightgray !important;
}

.embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    background-color: lightgray !important;
    border-color: lightgray !important;
    color: black !important;
    border-style:none !important;
}
.embeddedServiceSidebarMinimizedDefaultUI.helpButton:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: white !important;
    overflow: visible !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: white !important;
}
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
    background: lightgray !important;
}
.embeddedServiceSidebarMinimizedDefaultUI .minimizedImage .uiImage{
    display:none !important;
}
.embeddedServiceHelpButton .helpButton {
    right: 310px !important;
}

.embeddedServiceSidebarMinimizedDefaultUI {
    right: 310px !important;
    background-color: lightgray !important;
    border-color: lightgray !important;
    border-style: none !important;
}

.embeddedServiceSidebarMinimizedDefaultUI .minimizedText > .message {
    overflow: visible !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black;
}
.embeddedServiceSidebarMinimizedDefaultUI:hover .minimizedText > .message {        
    color: white !important;
}
.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    overflow: visible !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.embeddedServiceHelpButton:active {
    text-decoration: none;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: lightgray;
    font-family: "Salesforce Sans", sans-serif;
}

.helpButtonEnabled:focus .helpButtonLabel {
    text-decoration: none !important;
}


