/* CU-868gv91vf: Disable margin transition on client-window to prevent flicker on page load
 * AdminLTE.css applies transition: margin 0.3s to .content-wrapper which causes
 * visible animation when margin-right is set. Only animate on user-initiated sidebar toggle.
 */
.client-window .content-wrapper,
.main-window .content-wrapper {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/* Enable transition only when user toggles sidebar (class added by JS) */
.client-window .content-wrapper.sidebar-animate,
.main-window .content-wrapper.sidebar-animate {
    -webkit-transition: margin 0.3s ease-in-out !important;
    -moz-transition: margin 0.3s ease-in-out !important;
    -o-transition: margin 0.3s ease-in-out !important;
    transition: margin 0.3s ease-in-out !important;
}

/* CU-868gv91vf: Prevent slimScroll from causing sidebar flicker
 * slimScroll wraps content in a slimScrollDiv and applies inline styles
 * Override these to use native scrolling - works better on modern browsers
 */
.main-sidebar .sidebar,
.main-sidebar .slimScrollDiv {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: calc(100vh - 50px) !important; /* viewport height minus header */
    width: auto !important;
}
/* Hide slimScroll rail and bar - use native scrollbar */
.main-sidebar .slimScrollBar,
.main-sidebar .slimScrollRail {
    display: none !important;
}

/* Validation Engine CSS START */
.formError .formErrorContent {
    background: transparent;
    color: red;
    border: none;
    box-shadow: none;
    padding: 11px 0 !important;
}
.formError .formErrorArrowBottom {
    display: none;
}
/* Validation Engine CSS END */
/* Loader CSS START */
#loadingDiv{
    background-color:#000;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:10020;
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    -khtml-opacity:.7;
    opacity:.7
}

.ajax-loader{
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-32px;
    margin-top:-32px;
    display:block;
    z-index:10020!important
}
/* Loader CSS END */
/* Bootstrap Dialog CSS START */
.modal-dialog .modal-header {
    background: #0f568e;
    color: #fff;
    font-size: 16px;
}
.modal-dialog .bootstrap-dialog-footer .btn.btn-default,
.modal-dialog .bootstrap-dialog-footer .btn.btn-cancel,
.modal-dialog .bootstrap-dialog-footer .btn.btn-ok {
    background-color: #d4964c;
    color: #fff;
}
/* Bootstrap Dialog CSS END */
.alert-success {
    color: #3c763d;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
}
.flash-message {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    z-index: 9991;
}
.flash-message .alert-success,
.flash-message .alert-danger {
    display: inline-block;
    margin-top: 8px;
}
.panel-body {
    position: relative;
}
.create-button {
    position: absolute;right: 15px;
}
.mce-statusbar {
    display: none !important;
}
.datepicker {
    z-index: 1060 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display:block;
    padding-top: 0px;
}
.inputMaterial {
    border-radius: 0 !important;
    padding: 7px 0 !important;
}
.notes-section .box-body.pad
{
    position: relative;
}
.filter-tab {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.filter-tab .nav-tabs {
    margin-bottom: 0;
}
.filter-tab .nav-tabs > li {
    margin-bottom: -8px;
}
#plUpload_filelist div,
#memo_plUpload_filelist div,
#fax_plUpload_filelist div,
#followup_plUpload_filelist div,#memoreport_plUpload_filelist div,#invoice_plUpload_filelist div,
#task_plUpload_filelist div
{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #aaaaaa;
    padding: 5px 5px 5px 10px;
    position: relative;
}
.main-window #plUpload_filelist intakedoc,
.main-window #followup_plUpload_filelist .followupdoc,
#memoreport_plUpload_filelist .memoreportsdoc,
.main-window #invoice_plUpload_filelist invoicedoc
{
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    padding-right: 5px;
    vertical-align: middle;
}
#memoreport_plUpload_filelist span, .main-window #followup_plUpload_filelist span, .main-window #plUpload_filelist span, #invoice_plUpload_filelist span{
    margin-right: 10px;
}

.client-window #plUpload_filelist div,
.client-window #invoice_plUpload_filelist div,
.client-window #fax_plUpload_filelist div,
.client-window #memo_plUpload_filelist div {
    padding: 5px 5px 5px 10px;
}
.client-window #plUpload_filelist span,
.client-window #invoice_plUpload_filelist span,
.client-window #fax_plUpload_filelist span,
.client-window #memo_plUpload_filelist span {
    margin-right: 10px;
}
.client-window #plUpload_filelist .fa,
.client-window #invoice_plUpload_filelist .fa,
.client-window #fax_plUpload_filelist .fa,
.client-window #memo_plUpload_filelist .fa {
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    padding-right: 5px; 
    vertical-align: middle;
}
#plUpload_container:hover,
#memo_plUpload_container:hover,
#fax_plUpload_container:hover,
#followup_plUpload_container:hover,
#memoreport_plUpload_container:hover,
#invoice_plUpload_container:hover
{
    margin-left: 0;
}

.main-window .content-wrapper {
    /* margin-right removed - right panel hidden on main pages */
    height: 100%;
}
.page-title a {
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
}
.dataTables_filter ul {
    float: right;
}
.nav.nav-tabs.custome-nav-tabs li:last-child a {
    margin-right: 0;
}
.dataTables_filter .nav-tabs {
    margin-bottom: 0;
}
/* Right Side Docuements Grid CSS START */
#empdocument-grid_wrapper #empdocument-grid_info,
#post-it-grid_wrapper #post-it-grid_info {
    display: none !important;
}
#empdocument-grid_wrapper .sorting_desc:after,
#post-it-grid_wrapper .sorting_desc::after {
    content: "";
}
#empdocument-grid_wrapper .dataTables_paginate,
#post-it-grid_wrapper .dataTables_paginate {
    text-align: center;
}
#empdocument-grid .sorting_desc, #admininvoicenote-grid .sorting{
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    background-color: #1a4e79 !important;
    color: #fff;
}
#empdocument-grid,
#post-it-grid {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#empdocument-grid .dataTable thead {
    background: transparent;
}
#empdocument-grid tr, #admininvoicenote-grid tr {
    background-color: #fff;
}
#admininvoicenote-grid .admin_comment{
   color: #C19A6B !important;
}
#empdocument-grid td, #admininvoicenote-grid td {
    border-bottom: 1px solid #cccccc;
    text-align: left;
    padding: 8px 8px;
    margin: 6px 0;
    color: #000;
    font-size: 12px;
}
#admininvoicenote-grid td{
    border-bottom: 1px solid #C19A6B;
}
#admininvoicenote-grid td {
    background: #FFE9D1;
}
#admininvoicenote-grid_info {
    display: none !important;
}
#empdocument-grid tr:last-child td {
    border-bottom: none;
}
#empdocument-grid .sorting_1 .data-delete, #admininvoicenote-grid .admin_comment  {
    float: right;
    font-size: 17px;
    color: red;
    cursor: pointer;
    line-height: 1;
}
#control-sidebar-settings-tab .row div {
    margin-bottom: 0;
}
#control-sidebar-settings-tab .form-group {
    height: 35px;
}
#post-it-grid .sorting_desc,
#post-it-grid .sorting_disabled {
    font-weight: 400;
    text-align: center;
    padding: 3px 0;
    font-size: 18px;
    background-color: #b3c6f2 !important;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
#admininvoicenote-grid .sorting:after
{
    content: "";
}
#admininvoicenote-grid .popover
{
    width: 460px;
}
div#admininvoicenote-grid_wrapper
{
    margin-bottom: 20px;
}
#post-it-grid.dataTable tr th {
    text-transform: capitalize !important;
}
/*#post-it-grid tbody {
    background-color: #1a4e79 !important; 
}*/
#post-it-grid.dataTable tr td{
    background-color: #1A4E79;
    border-top: 6px solid #1a4e79 !important;
    border-left: 12px solid #1a4e79 !important;
    border-right: 12px solid #1a4e79 !important;
    padding: 0px !important;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
#post-it-grid.dataTable tr:first-child td{
    border-top: 12px solid #1a4e79 !important;
}
#post-it-grid.dataTable tr:last-child td {
    border-bottom: 12px solid #1a4e79 !important;
}
#post-it-grid.dataTable {
    border-collapse: separate !important;
}
#post-it-grid.dataTable tr td div{
    padding: 3px 10px;
    /*background-color: #adf5b5;*/
    border-radius: 3px !important;
    border: 1px solid transparent !important;
    word-break: break-word;
    cursor: pointer;
}
#post-it-grid.dataTable .dataTables_empty{
    color: #fff;
}
/* Right Side Docuements Grid CSS END */
td .details-control {
    background: url('../webroot/img/details_open.png') no-repeat center center;
    cursor: pointer;
    height: 18px;
    width: 18px;
}
.shown td .details-control {
    background: url('../webroot/img/details_close.png') no-repeat center center;
}
.table tr.timesheet, .table tr.timesheet tr:hover, .table tr.timesheet tr, .table tr.timesheet td:hover {
    background: none !important;
}
.table tr.timesheet th {
    font-weight: 800;
}
.table tr.timesheet tr, .table tr.timesheet td td, .table tr.timesheet th {
    border: 1px solid #ddd;
}
.hidecontrol {
    display: none;
}
.showcontrol {
    display: block;
}
.padding-left-zero {
    padding-left: 0;
}
.padding-right-zero {
    padding-right: 0 !important;
}
.date-text {
    margin: 0 10px 10px 0px;
    padding: 10px 15px;
    min-width: 210px;
    text-align: center;
}
.dataTables_filter .bg-yellow {
    color: #fff !important;
    border-color: #d4964c !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.dataTables_filter .bg-yellow:hover, .punch-time.bg-yellow:hover {
    border-color: #D49E5F !important;
    background-color: #D49E5F !important;
}
.punch-time.bg-blue:hover {
    border-color: #115790 !important;
    background-color: #115790 !important;
}
.disabled {
    pointer-events:none;
    opacity:0.6;
    border: 1px solid #ccc;
}
tfoot th {
    /*    border-top: 1px solid #ddd !important;*/
    font-weight: 800 !important;
}
#timesheetTotal th {
    /*    border-top: 1px solid #ddd !important;*/
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: initial;
}
.approved {
    background-color: #DEEFD8 !important;
}
.rejected {
    background-color: #F3DDDD !important;
}
.pending {
    background-color: #D6EDF6 !important;
}
.intro {
    background-color: #E6E6FA !important;
}
.followup {
    background-color: #FDD7E4 !important;
}
.dead {
    background-color: #F3DDDD !important;
}
.complete {
    background-color: #DEEFD8 !important;
}
.new {
    background-color: #F5F5F5 !important;
}
.cancel {
    background-color: #FFFFCC !important;
}
.archive {
    background-color: #FFBF9C !important;
}
/*.approved .fa-pencil-square-o,
.rejected .fa-pencil-square-o {
    color: #fff !important;
}*/
#managetimesheet-grid .fa.fa-plus, 
.dataTables_wrapper .fa.fa-save,
.dataTables_wrapper .fa.fa-close {
    padding-top: 4px;
    color: #1a4e79;
}
#managetimesheet-grid_filter, 
#timesheetreport-grid_filter,
#timestampcategory-grid_filter,
#timesheetGroupReportGrid_filter,
#generalTimestampReportGrid_filter {
    overflow: hidden;
}
.color-box {
    height:19px;
    width:19px;
    margin-top:0px;
    float:left;
}
.status-col {
    font-size:14px;
    margin-right: 10px;
    float:left;
}
.status-text {
    float:none;
    padding-left: 26px;
}
.padding-top-14 {
    padding-top: 14px;
}
.request-send {
    padding: 5px;
    background-color: #D4964C;
    color: #fff;
    margin: 0 1px;
}
#managetimesheet-grid tbody td {
    border-bottom: 1px solid #ddd !important;
}
.table-timesheet tr th, 
.table-timesheet tr td {
    padding: 10px 15px 7px !important;
    font-size: 13px;
}
.font-weight-bold {
    font-weight: bold;
}
.category-error {
    height: 10px;
}
.category-error .errorMsg {
    clear: left;
}
.table>thead>tr>th {
    vertical-align: middle;
}
.marginB16 {
    margin-bottom: 16px;
}
.dataTables_wrapper .dataTable tr td, .dataTables_wrapper .dataTable tr th {
    padding: 8px 12px;
    font-size: 11px;
}
.dataTables_wrapper .dataTable tr th {
    text-transform: uppercase;
}
.grid-edit {
    position: relative;
    margin-bottom: 12px;
    height: 36px;
}
.grid-edit .formError .formErrorContent {
    padding: 7px 0 0 0 !important;
}
.form-group {
    /*height: 60px;*/
    height: auto;
}
label {
    font-weight: 600;
}
.inputMaterial {
    color: #555;
}
.form-control-feedback {
    line-height: 57px;
    pointer-events: none !important;
}
.form-field {
    height: 40px;
    margin-bottom: 16px;
}
.form-wpfield {
    height: 40px;
}
.form-field .form-control-feedback {
    line-height: 32px;
}
.add-cancel {
    display: block;
    right: 6px;
    position: absolute;
    top: 34px;
}
.add-cancel span {
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.add-cancel .ion-plus {
    padding-top: 4px;
    color: #1a4e79;
}
.add-block-grid {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 15px 15px;
}
.grid-edit .errorMsg {
    display: block;
    width: 100%;
}
.grid-edit select {
    height: 25px;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.grid-edit .form-control-feedback {
    right: 0px;
    font-size: 18px;
    line-height: 28px;
    bottom: 3px;
}
.form-field + .edit-delete,
.form-field + .add-view {
    top: 4px;
}
.search-box .form-control-feedback,
.default-search-box .form-control-feedback,
.client-timer .form-control-feedback,
.search-input-box .form-control-feedback{
    line-height: 33px;
    pointer-events: inherit !important;
}
#timestampfrom .form-control-feedback{
    line-height: 33px;
    pointer-events: none !important;
}
.ul-group {
    margin: 10px 0 0 0;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 10px 15px;
}
.ul-group li{
    padding: 6px;
}
.open-client-window {
    cursor: pointer;
}
.default-search-box input {
    border-radius: 5px !important;
    padding: 0 40px 0 15px !important;
}
.client-info-window .mce-panel,
.client-dashboard-mn .mce-panel {
    border: none;
}
.client-info-window .mce-tinymce,
.client-dashboard-mn .mce-tinymce {
    box-shadow: none;
}
/* CU-868gvyte9: Force TinyMCE outer container to fill width (fixes hidden tab width calculation) */
.notes-section > .box-body > .mce-tinymce {
    width: 100% !important;
    min-width: 580px;
}
/* CU-868gvyte9: Prevent toolbar from wrapping onto multiple lines */
.notes-section .mce-toolbar .mce-flow-layout {
    white-space: nowrap;
}
.client-window .client-info-view {
    padding: 1px;
}
.clientinfo-main .client-info-view {
    border-top: none;
    box-shadow: none;
}
.client-timer .form-group,
.memo-form-group {
    height: 35px;
}
.icheckbox_square-blue.checked.disabled {
    background-position: -48px 0;
}
.iradio_square.checked.disabled {
    background-position: -168px 0;
}
li.select2-results__option strong.select2-results__group:hover {
    background-color: #ddd;
    cursor: pointer;
}
.fixed .control-sidebar {
    overflow: visible;
    /*overflow-y: auto !important;*/
}
.popover {
    max-width: 300px;
}
#post-it-grid_wrapper .popover.left {
    margin-right: 217px;
    width: 300px;
}

.client-information-tabs .popover {
    max-width: 1700px;
    width: 700px;
}
.popover-content {
    max-height: 410px;
    overflow-y: auto;
}
 
.popover {
    z-index: 1059;
}
.key-search-box input {
    border-radius: 3px !important;
    padding: 8px 15px !important;
}
.dataTables_wrapper .dataTable tr td {
    word-break: break-word;
}
.client-information-tabs .dataTables_filter {
    display: none;
}
.table.dataTable input{
    width: 100%;
}
.bootstrap-tagsinput.bootstrap-multiemail input[type="text"]{
    min-width: 500px !important;
}
.bg-active-yellow,
.bg-active-yellow:hover > a,
.bg-active-yellow:active > a {
    background-color: #D4964C !important; 
}
.bg-active-yellow > a,
.bg-active-blue > a {
    color: #ffffff !important;
}
.bg-active-blue,
.bg-active-blue:hover > a,
.bg-active-blue:active > a {
    background-color: #87CEFA !important; 
}
.grid-edit .input-group-addon {
    width: 10%;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    background: none !important;
    border-bottom: 0px !important;
    padding: 6px 0px;
}
.grid-edit .input-group-addon + input {
    width: 90%;
}
textarea {
    resize: none;
    /*overflow: hidden;*/
}
/*.add-textarea {
    height: auto;
}*/
#frmAddEditGroupForm .marginB20:nth-child(odd) {
    clear: left;
}
#frmAddEditGroupForm .marginB20:nth-child(even) {
    clear: right;
}
.tab-title {
    line-height: 2.5;
}
.professional-info .form-group {
    padding-right: 8px;
    padding-left: 8px;
}
#employeeNoteSection .form-field textarea {
    word-wrap: break-word;
}
#employeeNoteSection .form-field .inputMaterial,
#employeeNoteSection .form-group .inputMaterial {
    border-bottom: none;
}
#employeeNoteSection .form-field.add-view-onebtn {
    padding-right: 60px !important;
}
#employeeNoteSection .form-field {
    padding-left: 6px; 
    padding-right: 6px; 
    margin-bottom: 2px;
}
#employeeNoteSection .row.list-view.cust-list,
#employeeNoteSection .addNote {
    border-bottom: 1px solid #aaaaaa;
    margin-left: 0px;
}
#employeeNoteSection .addNote .form-group {
    padding-left: 6px;
}
#employeeNoteSection .form-group span.errorMsg {
    position: relative;
}
#employeeNoteSection .noteHeading {
    font-weight: bold;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 5px;
}
#employeeNoteSection .add-view, #employeeNoteSection .edit-delete {
    top: 10px;
}
#employeeNoteSection .edit-delete {
    top: 0px;
}
.datepicker-inline,
.datepicker.datepicker-dropdown,
.bootstrap-timepicker-widget {
    font-size: 12px;
}
.datepicker-inline .table-condensed > tbody > tr > td, .datepicker-inline .table-condensed > tbody > tr > th, 
.datepicker-inline .table-condensed > tfoot > tr > td, .datepicker-inline .table-condensed > tfoot > tr > th, 
.datepicker-inline .table-condensed > thead > tr > td, .datepicker-inline .table-condensed > thead > tr > th,
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td, .datepicker.datepicker-dropdown .table-condensed > tbody > tr > th, 
.datepicker.datepicker-dropdown .table-condensed > tfoot > tr > td, .datepicker.datepicker-dropdown .table-condensed > tfoot > tr > th, 
.datepicker.datepicker-dropdown .table-condensed > thead > tr > td, .datepicker.datepicker-dropdown .table-condensed > thead > tr > th {
    padding: 3px;
}
.noteErrorMsg {
    width: 156px;
    top: 25px;
    position: absolute;
    left: 0;
}
.main-header {
    z-index: 1060;
}
#post-it-grid_paginate {
    white-space: unset;
}
#post-it-grid_paginate .dataTables_paginate .paginate_button,
#post-it-grid_paginate .paginate_button.next, .paginate_button.previous {
    margin-bottom: 4px;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
}
select#txt_select_category {
    padding: 5px 35px 5px 10px;
}
#weblist .treeview-menu > li > a {
    padding: 8px 5px 8px 30px;
}
.notes-tile h3 {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}
.select2-container--default .select2-results__option[aria-disabled=true],
.select2-container--default .select2-results__option[aria-readonly=true] {
    display: none;
}
.select2-container--default .select2-results__option[aria-label='Admin Email'] .select2-results__option[aria-disabled=true] {
    display: block;
}
#frmAddEditEmployeeForm .ddlSelectGroupformError.formError {
    top: 49px !important;
}
#frmInvoiceEmailSettingsForm .txtEmailContentformError {
    left: 20px !important;
}
th.dt-center, td.dt-center { 
    text-align: center; 
}
td.dt-center .btnViewInvoiceReport,
td.dt-center .btnDisplayInvoiceNote {
    font-size: 16px;
}






























/* datatable action */
.data-edit-delete a {
    padding: 0 5px;
}
/*error message */
.errorMsg {
    background: transparent;
    color: #ff0000 !important;
    padding-left: 0;
    font-size: 11px;
}
.multi-email span.errorMsg,
.form-group span.errorMsg {
    position: absolute;
    margin: 0;
}
div.dataTables_filter
{
    display:block;
    text-align: left !important;
}
.dataTables_filter input
{
    border: none;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    outline: none;
    padding: 7px 0;
    border-radius: 0;
}
.inner-section {
    /* background: #fff; */
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.05);
    position: relative;
    margin: 41px 0 0;
    padding: 10px 20px 30px;
    display: inline-block;
    width: 100%;
}
.info-section .tree {
    padding:0 35px 20px 35px  ;
    background-color:#fff;
    border:1px solid #b8b8b8;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.info-section .tree li {
    list-style-type: none;
    margin: 0;
    padding: 11px 0 0 40px;
    position: relative;
}
.info-section .tree li::before, .tree li::after {
    content: '';
    left: -35px;
    position: absolute;
    right: auto;
}
.info-section .tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: -11px;
    width: 0px;
}
.info-section .tree li.parent_li::before {
    border-left: none;
}
.info-section .tree,.info-section .tree ul {
    margin:10px 0 0 0;
}
.info-section .tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:30px;
}
.info-section .tree li span:not(.glyphicon) {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    padding:4px 0;
    text-decoration:none;
    color: #000;
    margin: 0;
}
.permissions-checkbox{
    position: absolute;
    left: -6px;
    z-index: 999;
    width: 15px;
    top: 15px;
    outline: none;
    z-index: 9;
}
.marginB20{
    margin-bottom:20px;
}
.form-group .bootstrap-tagsinput,
.multi-email .bootstrap-tagsinput {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    outline: none;
    border-radius: 0 !important;
    padding: 0 !important;
    /* border: none; */
    box-shadow: none;
    word-break: break-all;
}
.multi-email .bootstrap-tagsinput input {
    /*padding: 7px 0 0 !important;*/
    padding: 2px 6px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
}
/*.multi-email .formError .formErrorContent {
    padding: 21px 0 !important;
}*/
.bootstrap-multiemail .tag {
    background-color: #1a4e79;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    color: #363636;
    padding: 1px 5px;
    line-height: 27px;
}

.bootstrap-multiemail .tag.invalid {
    background-color: #eb1616;
    color: white;
}
.edit-delete {
    display: block;
}
.emails-section .edit-delete {
    right: 4px;
}
.alert.animated {
    z-index: 9999 !important;
}
.formErrorMessage {
    color: red;
    font-size: 10px;
}
.form-control[disabled],textarea:disabled {
    background-color: #fff; 
    opacity: 1;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff;
    cursor: default;
}
.notes-edit,.notes-save {
    font-size: 25px;
    position: absolute;
    right: 44px;
    top: 2px;
    color: #1a4e79;
    cursor: pointer;
}
.Tab-Number-delete-sct {
    padding-right: 70px;
}
.inputtab {
    background-color: #f2f3f8 !important;
}
.status-btn i {
    font-size: 25px;
    color: #1a4e79;
    cursor:pointer;
}
.txtTabContentformError {
    top: 280px !important;
    left: 20px !important;
}
.pop-data-save-btn {
    margin: 10px 0 0;
    border-top : none;
}
.parentFormundefined.formError,
.multiple-select .formError {
    left: 14px !important;
    bottom: -2px !important;
    top: auto !important;
}
.notes-tile-text .parentFormundefined.formError, .multiple-select .formError {
    bottom: -14px !important;
}
.formErrorArrow {
    display: none;
}
.notes-section .parentFormundefined.blackPopup {
    top: 292px !important;
    bottom: 0px !important;
    left: 0px !important;
}
/*.notes-section .formError {
    top: 347px !important;
}*/
#add_client_tab .txtTabTitleformError {
    top: 40px !important;
}
.txtEmailContentformError.parentFormfrmInvoiceEmailSettingsForm.formError {
    top: 307px !important;
}
.add-phone-type .txtAddPhoneTypeformError.parentFormundefined.formError {
    top: 43px !important;
}

#add_client_tab .txtTabContentformError {
    top: 310px !important;
}
#frmRegistrationForm .formError {
    top: 39px !important;
}
#frmRegistrationForm .note-editor .formError {
    top: 180px !important;
}
#frmRegistrationForm .txtSpecialCommentformError.formError {
    top: 202px !important;
    left: 15px !important;
}
#frmRegistrationForm .fileUpload {
    position: absolute;
    top: 0;
    left: 27px;
    margin: 0;
}
li.notifications-menu li.external {
    border-bottom: 3px solid #fff;
    background: #1a4e79;
    display: block;
    overflow: hidden;
    padding: 8px;
    letter-spacing: .5px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
li.notifications-menu li.external h3 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
}
.badge-default {
    background-color: #d4964c;
    height: 20px;
    width: auto;
    line-height: 14px;
    padding: 3px 4px;
}
.notifications-menu > ul .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}
.txtAddEmailformError.formError {
    padding-left: 15px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    padding: 7px;
    font-size: 12px;
}
.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 400px;
}
.keyword-search {
    position: relative;
    width: 418px;
    background-color: #aaaaaa;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.keyword-search input {
    border: 3px solid #ccc;
    padding: 0 5px !important;
}
.register-box {
    width: 80%;
    margin: 3% auto;
}
.register-form {
    padding: 35px;
}
.register-form-error {
    text-align: center;
    font-size: 20px;
    padding: 40px;
}
div#did_list,div#did_list_selected {
    height: 180px;
    overflow-y: scroll;
    padding: 10px;
    background: #fff;
    color: #555555;
    float: left;
    width: 100%;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 0;
    overflow-y: auto;
}
div#ttp2 {
    display: inline;
    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 998;
}
div#ttp2 a {
    text-decoration: none;
    color: #20526d;
    cursor: default;
    font-weight: normal;
    position: absolute;
}
div#ttp2 a span.ttp3 {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    position: absolute;
    width: 200px;
    padding: 10px;
    cursor: default;
    line-height: 140%;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 7px 7px 5px -5px #666;
    -webkit-box-shadow: 7px 7px 5px -5px #666;
    box-shadow: 7px 7px 5px -5px #666;
    background: #ccd7dd repeat-x;
    z-index: 999;
}
.hand.did-item,.hand.did-item-selected {
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}
.hand.did-item:hover {
    color: #3A87AD;
}
.bg-light-blue {
    background-color: #87CEFA;
}
.bg-light-orange {
    background-color: #FFA500;
}
.bg-light-red{
    background-color: red;
}
/*------- Bhumika Start --------*/
.dataTables_length, .dataTables_filter, .dataTables_info, tfoot{display:block;}
div.dataTables_wrapper div.dataTables_length select{width:50px;}

.dataTables_length select{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}   

.dataTables_length label{margin-bottom:15px;}
#manageipaddress-grid_info{margin-bottom: 10px;}
.dataTables_length label{float: right;
    display: block;}
/*------- Bhumika End--------*/
/* Naresh Start */
#timesheetreport-grid_wrapper .form-control-feedback {
    line-height: 33px;
}
#generalTimestampReportGrid_wrapper #generalTimestampReportGrid .form-control-feedback {
    line-height: 33px;
}
#timesheetreport-grid tbody td,
#generalTimestampReportGrid tbody td {
    border-bottom: 1px solid #ddd;
}
.billable {
    background-color: #C4FFC4;
}
.nonbillable {
    background-color: #87CEFA;
}
.verified {
    background-color: #46C141;
}
.billableexception {
    background-color: #FFB6C1;
}
.nonbillableexception {
    background-color: #FFA500;
}
#timesheetReportDateRange {
    width: 100%;
    margin-left: 0px; 
}
#timesheetGroupReportGrid table {
    margin-bottom: 0px;
}
.table .row-group tr,
.table .row-group tr td,
.table .row-group th {
    border: 1px solid #ddd;
}
.panel.row-group {
    margin-bottom: 0px;
}
#timesheetGroupReportGrid_wrapper .form-control-feedback {
    line-height: 33px;
}
.dvcls {
    display: table;
    width: 100%;
}
.dvcls span {
    display: table-cell;
}
.panel-heading.background-pink {
    background-color: #FCD9DE;
}
/* Naresh End */

/* 29-03-2018  Jignesh*/
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
    background: none;
    text-decoration: none;
}
span.wrap {
    width: 48%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    top: 4px;
}
.input-group-addon{
    background: #ddd;
    border: 0;
    border-bottom: 1px solid #bbb;
}
.sal-num
{
    padding:7px !important
}
#showData div#employee-grid_wrapper {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.input-group .parentFormundefined.formError, .multiple-select .formError {
    left: 0px !important;
}
.client-checkbox-grop {
    position: relative;
    top: 35px;
    height: 60px;
}
.client-checkbox-grop .status-btn {
    display: inline-block;
    width: 50%;
    float: left;
    border-bottom: none;
}
#frmSendMemoToClientForm div#client-grid_paginate {
    float: left;
}
.marginB0{
    margin-bottom:0px;
}
.marginB20{
    margin-bottom:20px;
}
.txtFollowUpSubjectformError,#frmEmailNotificationForm .txtEmailSubjectformError {
    top: 40px !important;
}
.txtMemoEmailMessageformError {
    top: 315px !important;
    left: 0 !important;
}
.icheckbox_square-blue.checked.disabled {
    border: none;
}
/*.note-date {
    width: 12%;
}*/
.group-filter
{
    margin-top: 20px;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #aaaaaa !important;
    width: 18px;
    right : 0;
}
.register-page .form-control-feedback {
    width: 50px !important;
}
input#txtUsername, input#txtLoginPass, input#txtEmailAddress {
    padding: 7px 24px 7px 0px !important;
}
.view-popup .fa.fa-commenting {
    font-size: 16px;
}
.cat-head-color
{
    background-color: #FFA08C !important;
}
.actual-head-color
{
    background-color: #F3DDDD !important;
    color: #000;
}
.actual-price-color
{
    background-color: #B0E0E6 !important;
}
.invoice-color
{
     background-color: #FFB6C1 !important;
}
.trial-client-color
{
    background-color: #C4FFC4 !important;
}
.main-client
{
    background-color: #C19A6B !important;
}
.main-client td
{
    border-top: 5px solid #fff !important;
}
.child-client
{
    background-color: #FFE9D1 !important;
}
table.table.table-striped.custom-table.table-bordered.dataTable.no-footer {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}
span.select2-selection.select2-selection--multiple {
    padding-right: 30px;
}
.lastfour_invoice .popover {
    max-width: 460px;
}
#th-header{
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 18px;
}
#frmAddBillingReport table.dataTable thead .sorting:after {
    content: "" !important;
}
#frmAddBillingReport table.dataTable thead th {
    padding: 8px 12px;
}
#clientMainInfo span.client-name {
    margin-right: 9px;
    font-size: 14px;
    padding: 5px 0;
}
#clientMainInfo .star-code {
    padding: 4px 7px;
    font-size: 14px;
}
#clientMainInfo .clientinfo-tab .nav.nav-tabs a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    margin-left: 10px;
}
.form-inline.clientinfo-tab .nav.nav-tabs a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    margin-left: 10px;
}
#memo-main .smal-page-title {
    min-width: 460px;
}
#memo-main .page-title {
    padding: 0px 10px;
    height: 45px;
}
#memo-main .bg-orange{
  background-color: #d4964c !important;  
}
#memo-main .btn.bg-orange {
    padding: 8px 6px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/*  manager memo */
.txtMemoContactformError.parentFormfrmAddEditMemo.formError {
    top: 90px !important;
    left: 10px !important;
}
.memoEditorformError.parentFormfrmAddEditMemo.formError.blackPopup , .messageEditorformError.formError.blackPopup, .postItsEditorformError.formError.blackPopup{
    top: 360px !important;
    left: 0px !important;
}
span.select2-selection.select2-selection--multiple {
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 3px 0 6px;
    margin-right: 3px;
    font-size: 10px;
}
.multiple-select span {
    line-height: 22px;
}
.info-top-bar {
    padding: 8px;
    padding-right: 365px;
}

/*  compress design css */
label {
    margin-bottom: 0px;
}
.inputMaterial {
    padding: 2px 0 !important;
}
.form-group {
    margin: 0px 0 12px;
}
.panel-default>.panel-collapse>.panel-body {
    padding: 10px 0 0;
}
.input-accordion-title {
    padding: 12px 20px;
}
.input-accordion-title:after {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 20px;
}
.info-section {
    padding: 35px 20px 20px;
}
.formError .formErrorContent {
    padding: 0px 0 !important;
}
.client-checkbox-grop {
    position: relative;
    top: 10px;
    height: 40px;
}
.form-control, .form-control:focus {
    height: 25px;
}
.form-control-feedback {
    line-height: 48px;
}
.form-field {
    height: 38px;
    margin-bottom: 0;
}
.form-field .form-control-feedback {
    line-height: 21px;
}
.add-textarea textarea {
    height: 25px;
}
.keyword-search {
    position: relative;
    width: 270px;
    top: -10px;
   margin-bottom: 0;
}
.info-section.informational {
    padding: 45px 20px 20px;
}
.informational-tab {
    margin-top: 0;
}
.nav-tabs.custome-nav-tabs a{
    padding: 4px 5px;
    margin: 0 5px 7px 0px;
    min-width: 70px;
    font-size: 14px;
}
.notes-tile {
    padding: 5px 20px;
    margin: 5px 0 10px;
}
ul.nav.nav-tabs.custome-nav-tabs.ui-sortable {
    margin-bottom: 5px;
}
.panel-group .panel {
    margin: 10px 0;
}
.add-view, .edit-delete {
    top: 14px;
}
/* btn-round (fixed typo from btn-roung) - keeping both for backwards compatibility */
.btn-round, .btn-round:hover,
.btn-roung, .btn-roung:hover {
    width: 25px;
    height: 25px;
    line-height: 27px !important;
    font-size: 13px;
}
.add-view-onebtn {
    padding-right: 60px;
}
.form-field + .edit-delete, .form-field + .add-view {
    top: 2px;
}
.edit-delete span {
    font-size: 18px;
}
.add-cancel {
    top: 21px;
}
.add-cancel span {
    font-size: 19px;
}
.notes-edit, .notes-save{
    font-size: 20px;
}
.notes-delete{
    font-size: 22px;
}
.notes-tile-text input {
    height: 32px;
}
.input-group-addon {
    padding: 5px 12px;
}
.form-control-feedback {
    font-size: 20px;
}
.email_group_detail span.select2 {
    height: 25px;
}
.gender span:first-child {
    display: inline-block;
    font-weight: 600;
}
body {
    font-size: 12px;
}
.input-accordion-title {
    font-size: 14px;
}
.page-title {
    font-size: 16px;
    min-height: 42px;
}
.info-section.informational.spacing {
    padding: 15px 20px 0px;
}
#frmSaveFaxData .add-view {
    top: 7px;
}
.big-btn {
    padding: 6px 15px;
}
#billingStatusGrid .add-view {
    top: 11px;
}
.input-group-addon {
    font-size: 11px;
}
.auto-height {
    height: auto !important;
}
.chk-invoice-category label {
    margin-right: 5px;
    width: 32%;
    float: left;
    margin-bottom: 5px;
}
#frmEmployeeMeetingForm .chk-invoice-category label {
    width: 13%;
    margin-bottom: 0;
}
.txtClientEmailMessageformError.parentFormfrmClientEmailNotificationForm.formError.blackPopup {
    top: 290px !important;
}
#resend-email-page .notes-section .formError {
    top: 290px !important;
}
.txtContactPhoneformError.formError{
    top: 40px !important;
}
.txtAddEmailAddressformError.formError, .txtAddEmailNameformError.formError{
    top: 23px !important;
}
.txtWebNameformError.formError, .txtWebUrlformError.formError{
    top: 40px !important;
}
#timestampcategory-grid .grid-edit {
    position: relative;
    margin-bottom: 0;
    height: 30px;
}
#frmLoginForm .form-field {
    height: 50px;
    margin-bottom: 5px;
}
#frmLoginForm .formError
{
    top: 32px !important;
}
#frmLoginForm .form-field .form-control-feedback {
    line-height: 9px;
}
#frmRegistrationForm .form-group {
    height: 40px;
}
.notes-tile h2 {
    font-size: 16px;
}
.notes-tile h3 {
    font-size: 14px;
}
.login-title {
    font-size: 26px;
    padding: 8px 0;
}
#frmEmailSettingsForm .form-group {
    height: 33px;
}
.sidebar-menu > li > a{
    padding: 8px 5px 8px 10px;
}
.treeview-menu > li > a{
    padding: 8px 5px 8px 30px;
}
.validate-extension .parentFormundefined.formError {
    top: 22px !important;
}
.validate-extension-main .parentFormundefined.formError {
    top: 40px !important;
}
.txtAdminInvoiceNoteformError.parentFormfrmInvoiceNote.formError {
    top: 111px !important;
    left: 16px !important;
}
.txtInvoiceNumberformError.parentFormundefined.formError {
    top: 42px !important;
}
table#billingReport-grid.dataTable thead .sorting:after, #frmBillingReport table#client-grid.dataTable thead .sorting_asc:after, #frmSendInvoiceEmail table#client-grid.dataTable thead .sorting_asc:after
{
    content : "";
}
#admininvoicenote-grid .parentFormundefined.formError {
    top: 121px !important;
}
div#billingStatusGrid .popover {
    max-width: 350px;
    width: 350px;
}
.nopadding {
    padding-left: 0 !important;
}
div#create-message-tab .multiple-select .form-control-feedback {
    top: 11px;
}
.txtMemoContactformError.parentFormfrmAddEditMemo.formError {
    top: 20px !important;
    left: 0 !important;
}
#dateFilter .reportDateRangeformError.parentFormundefined.formError {
    top: 56px !important;
}
.reviewForm .formError, .adminNoteForm .formError{
    top: 110px !important;
    left: 10px !important;
}
#phonetype-grid th.sorting_desc:after {
    content: "";
}
th.no-sort:after {
    content: "" !important;
}
#frmEmpoyeeTimesheetReport div#employee-grid_filter {
    margin-bottom: 12px;
}
#frmEmpoyeeTimesheetReport .reportDateRangeformError.parentFormfrmEmpoyeeTimesheetReport.formError {
    top: 53px !important;
    left: 20px !important;
}
select#ddlSelectPhoneType {
    height: 22px;
}
.cust-list .parentFormundefined.formError {
    left: 13px !important;
    bottom: -2px !important;
    top: 22px !important;
    margin-top:0px !important;
}
.formErrorContent {
    font-size: 10px !important;
}
.sidebar ul li a span {
    white-space: normal !important;
}
.sidebar ul li a i {
    height: auto;
    line-height: 22px;
    /*float: left;*/
}
.chk-invoice-category > label> div
{
    float:left;
}
.txtEmailGroupNameformError.parentFormundefined.formError {
    top: 40px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0; 
}
.key-search-box input{
    padding-right:40px !important;
}
span#keywordSearchIcon {
    color: #000 !important;
}
.keyword-search input {
    padding-right: 30px !important;
}
span.red {
    color: red;
}
div.dataTables_wrapper div.dataTables_filter > label input[type="search"] {
    margin-left: 0.5em;
}
.single-managermemo .txtMemoContactformError.parentFormfrmAddEditMemo.formError {
    top: 36px !important;
    left: 0 !important;
}
.single-managermemo .memoEditorformError.parentFormfrmAddEditMemo.formError.blackPopup {
    top: 370px !important;
    left: 0px !important;
}

.dataTables_filter > label {
    position:relative;
}
.dataTables_filter > label .form-control-feedback {
    position: absolute;
    right: -55px;
    top: -10px;
}
.dataTables_filter > label input[type="search"], input#searchText {
    padding-right: 26px !important;
}
.dataTables_filter .fa.fa-close {
    padding-top: 0;
    cursor: pointer;
    pointer-events: auto !important;
}
.popover{
    z-index: 9999;
}
#basicInfo .disabled{
    border: none;
    border-bottom: 1px solid #ccc;
}
.popover-content a {
    color: blue;
}
.popover-content a:hover {
    color: #000;
}
#timesheetGroupReportGrid td select,#generalTimestampReportGrid td select,#timesheetreport-grid td select{
    padding-right: 30px !important;
}
#timesheetGroupReportGrid td  .form-control-feedback, #generalTimestampReportGrid td  .form-control-feedback, #timesheetreport-grid td  .form-control-feedback
{
    right:0;
}
#managetimesheet-grid td .parentFormundefined.formError {
    top: 107px !important;
    height:10px;
}
#billingReport-grid .popover, #admininvoicenote-grid .popover,#managetimesheet-grid .popover
{
    max-width: 750px;
}
.punchedin > a, li.punchedin > a:hover, .punchedin
{
    background-color: #DEEFD8 !important;
}
.punchedout > a, li.punchedout > a:hover, .punchedout
{
    background-color: #FDD7E4 !important;
}
.overtime > a, li.overtime > a:hover, .overtime
{
    background-color: #FFBF9C !important;
}

.circle {
    background: red;
    border-radius: 200px;
    color: white;
    height: 11px;
    font-weight: bold;
    width: 11px;
    display: inline-block;
    vertical-align:middle;
    border: 1px solid #000;
    margin-right: 3px;
}
.txtContactTypeformError.parentFormundefined.formError {
    top: 43px !important;
}
@media (min-width: 768px) {
    .date-text {
        padding: 10px 10px;
        min-width: auto;
    }
}
@media (max-width: 980px) {
    .professional-info .col-sm-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width:992px) and (max-width: 1400px) {
    #managetimesheet-grid_filter > .row:first-child .col-sm-12:first-child {
        width: 40%;
    }
    #managetimesheet-grid_filter > .row:first-child > .col-sm-12:last-child {
        width: 60%;
    }
    .gender span {
        margin-right: 5px;
    }
    .radio-btn label {
        margin: 0 4px 0 0;
    }
}












#e911_detail .formError {
    position: absolute;
    top: 56px !important;
    left: 8px !important;
    display: block;
    cursor: pointer;
    text-align: left;
    margin-top: -15px !important;
}
#frmSubmitDid .form-group
{
    height:55px !important;
}
div#tabNotFound {
    padding: 30px 0;
    text-align: center;
}
.active-login-client {
    background-color: #02d497;
}

.pause-login-client {
    background-color: #FFA500;
}
.readonly {
    pointer-events: none;
    cursor: auto;
}
div#client-window-memo-report {
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
div#client-window-memo-report .txtMemoEmailMessageformError
{
    top: 315px !important;
    left: 0 !important;
}
button.applyBtn.btn.btn-sm.btn-success {
    background-color: #D4964C !important;
}
.task_new {
    background-color: #75C9DB !important;
}
.task_in_progress {
    background-color: #2f6592 !important;
}
.task_done {
    background-color: #7FCF80 !important;
}
.task_overdue{
    background-color: #ff9792 !important;
}
.task_on_hold {
    background-color: #FCDB8C !important;
}
.task_normal {
    background-color: rgba(26, 78, 121, .05) !important;
}
.task_archive {
    background-color: red !important;
}
.task_high {
    /*background-color: rgba(26, 78, 121, .2) !important;*/
    background-color: #FDD7E4 !important;
}
.rectangle {
    background: red;
    border-radius: 4px;
    color: white;
    height: 15px;
    font-weight: bold;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-right: 8px;
}
.color-box
{
    border-radius: 4px;
}
.color-box.task_normal {
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single {
    border: none !important; 
    border-bottom: 1px solid #aaa !important;
    height:25px !important;
    border-radius:unset !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    display: none;
}

.TaskCommentFeed {
    padding: 2px 28px;
    position: relative;
    margin: 0 -30px;
    margin-top: 10px;
}
.TaskComment {
    display: flex;
    width: 100%;
}
.TaskComment-icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: auto;
}
.TaskComment-block {
    flex: 1 1 auto;
    line-height: 20px;
    min-width: 1px;
    word-wrap: break-word;
}
.TaskComment-icon .Avatar--medium {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    width: auto;
}
.TaskComment-icon .Avatar {
    align-items: center;
    background: center/cover #d5dce0;
    background-color: #1a4e79;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-flex;
    justify-content: center;
    position: relative;
    vertical-align: top;
}
.TaskComment-header {
    align-items: flex-start;
    display: flex;
}
.truncatedRichText {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.truncatedRichText-richText {
    display: inline;
}
.RichText {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.TaskComment-metadata {
    color: #9ca6af;
    display: inline;
    font-size: 11px;
    margin-left: 10px;
    white-space: nowrap;
}
span.TaskComment-timestamp {
    display: inline-block;
    font-size: 10px;
    margin-left: -5px;
}
span.TaskComment-timestamp {
    display: inline-block;
    font-size: 10px;
    margin-left: -5px;
}
.TaskComment-header { 
    margin-bottom: 5px;
}
a.NavigationLink.TaskComment-actorLink{
    font-weight: 600;
    color: #000;
}
a.show_more, a.show_less {
    color: #0f568e;
}
.notification-comment {
    font-weight: 100;
    margin-bottom: 5px;
}
.notification-comment b{
    font-weight: 400;
}
.comments-notification a{
    white-space: normal !important;
    word-wrap: break-word !important;
}
#TaskCommentBlock
{
    padding:0 20px;
}
.select2-container--default.select2-container--disabled .select2-selection--single
{
    background-color: #fff !important;
}

.list-total-comments span {
    min-width: 19px;
    display: inline-block;
    height: 18px;
    line-height: 1.3;
    padding: 3px;
}

.list-total-comments span {
    position: absolute;
    top: -7px;
    left: 12px;
    text-align: center;
    font-size: 10px;
    padding: 2px 3px;
    height: 15px;
    line-height: 12px;
    min-width: 15px;
    border-radius: 50%;
}
.list-total-comments{
    position: relative;
}
.task-reminder {
    /*position: relative;*/
    padding: 0;
    top: -10px;
    text-align: right;
    margin-bottom: 0;
}
#task_reminder_icon{
    font-size: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    display:block;
    position: absolute;
}
.popover-content.overflow-inherit {
    overflow-y: inherit;
}
span#reminderDateBlock {
    font-size: 15px;
    padding: 0 5px;
}
.bootstrap-datetimepicker-widget .timepicker {
    padding: 10px 0px;
}
.bootstrap-datetimepicker-widget table td {
    height: 43px;
    line-height: 44px;
    width: 24px;
}
.bootstrap-datetimepicker-widget table td span {
    width: 34px !important;
    height: 24px !important;
    line-height: 18px !important;
    color: #333;
}
.bootstrap-datetimepicker-widget table td {
    height: 45px !important;
    line-height: 41px !important;
}
.comment-read{
    border-left: 3px solid #d4964c;
}
.notification-title {
    display: flex;
    justify-content: space-between;
}
.awn-toast
{
    padding: 18px 16px 16px 16px !important;
}
.awn-toast.awn-toast-warning {
    background: #F3DDDD !important;
    color: #000;
}
.awn-toast.awn-toast-success {
    background: #DEEFD8 !important;
    color: #000;
}
.awn-toast.awn-toast-info {
    background: #D6EDF6 !important;
    color: #000;
}
.ddlClientidformError.parentFormfrmTaskManagementForm.formError, .ddTaskAssignToformError.parentFormfrmTaskManagementForm.formError {
    top: 42px !important;
}
#managetimesheet-grid tbody td.timesheet-action {
    display: flex;
    border: none !important;
}
td.timesheet-action a {
    margin: 0 3px;
    font-size: 14px;
}
#timesheetTotal input{
    width: auto;
}
#viewtask-grid_wrapper .form-control-feedback{
    line-height: 26px;
    right: 0;
    width: 25px;
    height: 25px;
}
.donwload-docuemnt-btn {
    position: absolute;
    right: 20px;
    min-width: 100px;
    top: 5px;
}
.document-icon{
    text-align: center;
    font-size: 20px;
}
.client_document_container{
    position: initial; 
    top: 0; 
    right: 0; 
}
.btn-round.client_document_container:hover,
.btn-roung.client_document_container:hover {
    margin: 0;
}
.sprite-ic_folder{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -222px;
    background-repeat: no-repeat;
}
.sprite-ic_jpg, .sprite-ic_png, .sprite-ic_jpeg{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -322px;
    background-repeat: no-repeat;
}
.sprite-ic_zip{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -642px;
    background-repeat: no-repeat;
}
.sprite-ic_pdf{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -442px;
    background-repeat: no-repeat;
}
.sprite-ic_docx, .sprite-ic_doc{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -162px;
    background-repeat: no-repeat;
}
.sprite-ic_xls, .sprite-ic_xlsx, .sprite-ic_csv{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -602px;
    background-repeat: no-repeat;
}
.sprite-ic_txt{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -562px;
    background-repeat: no-repeat; 
}
.sprite-ic_gif{
    background-image: url('../webroot/img/icons.svg');
    background-position: 0 -282px;
    background-repeat: no-repeat; 
}
.file-link{
    margin-left: 25px;
}
.top-action-bar {
    display: flex;
}
.popover-content ol, #invoiceAdminNote ol{
    list-style: decimal;
    padding: inherit;
    margin: inherit;
}
.popover-content ul, #invoiceAdminNote ul {
    list-style: inherit;
    padding: inherit;
    margin: inherit;
}
#managedocument-grid .col-filename{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 520px;
    white-space: nowrap;
}
.link-disabled
{
    pointer-events: none;
}
/* CU-868gvbx4p: Disabled menu item styling */
.sidebar-menu > li > a.menu-item-disabled,
.sidebar-menu > li > a.menu-item-disabled:hover,
.sidebar-menu > li > a.menu-item-disabled:focus
{
    pointer-events: auto !important;
    cursor: not-allowed !important;
    opacity: 0.4 !important;
    color: #6a8fa8 !important;
    background: transparent !important;
}
.sidebar-menu > li > a.menu-item-disabled > i,
.sidebar-menu > li > a.menu-item-disabled > span
{
    opacity: 0.5 !important;
}
span.fa.fa-fw.fa-eye
{
    right:11px;
}
#resend-email-page .notes-section .formError.txtMemoEmailMessageformError
{
    top : 303px !important;
}
.icheckbox_square-blue.checked.disabled 
{
    border-bottom: none !important;
}
.main-menu-title
{
    padding-right: 19px;
}
.txtContactExtensionformError.parentFormundefined.formError {
    top: 40px !important;
}
.modal-dialog.overtime-model {
    top: 200px;
}
.small-box {
    padding: 15px 10px;
    text-align: center;
    min-height: 100px;
}
.dashboard-box {
    text-align: center;
    margin-bottom: 40px;
}
.time time {
    font-size: 26px;
    font-weight: bold;
}
.small-box .date span {
    font-size: 20px;
    font-weight: bold;
}
.active-window{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.dashboard-system-monitor a{
    width: 100%;
    font-weight: bold;
}
.dashboard-box button {
    width: 49%;
}
.employee-dashboard-mn hr{
    border: 3px solid #ddd;
}
.flash-message{
    width:50%;
    margin: 0 auto;
}
.input-group-dollar .input-group-addon {
    display: inline-block;
}
.input-group-dollar input {
    display: inline-block;
    width: 76%;
}
.empdoc{
    cursor: pointer;
}
.listing-block{
    display: inline-block;
    width: 100%;
}
textarea#txtAdminInvoiceNote {
    height: 80px !important;
}
.txtMonthlyEmailContentformError.parentFormfrmMonthlyInvoiceEmailSettingsForm.formError.blackPopup {
    top: 306px !important;
    left: 15px !important;
}
#modal-addmessage .custom-modal-dialog .modal-content {
    height: 500px;
}
#txt_message,#txt_memo, #modal-addmessage .pop-input-view, #modal-addmemo .pop-input-view{
    height: 380px;
}
.billing-section div.dataTables_scrollHead table.table-bordered{
        width: 100% !important;
}
.billing-section .dataTables_scrollHeadInner{
    width: 100% !important;
    padding-right: 0px !important;
}
#control-sidebar-settings-tab div.dataTables_wrapper div.dataTables_paginate {
    white-space: pre-wrap;
}
#timesheet_popover_note{
    width: 100%;
}
#modal-recurring_task button.btn.close-btn.ion-close {
    display: none;
}
.start_end_dt .disabled {
    border : none;
    border-bottom: 1px solid #ccc;
}
#monthly_task_block select {
    -webkit-appearance: menulist-button;
}
.select_all_dv {
    padding: 5px 0;
}
.select_all_dv span {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
}
div#task_listings {
    max-height: 350px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}
div#task_listings ul li {
    padding: 5px;
    margin: 5px 0;
}
div#task_listings ul li span {
    margin-left: 5px;
    vertical-align: top;
}
.data_not_found {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 15px;
}
#reminder_window {
    float: right;
    position: relative;
    top: -10px;
    font-size: 12px;
}
#reminder_window i
{
    font-size: 15px;
    margin-right: 2px;    
}












/*Ravi - Invoce display comment design*/
.invoice-admin-note{
    background-color: #30a2e8;
    color: white;padding: 3px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    /*text-transform: uppercase;*/
    width: auto;
}
.invoice-admin-note-modified-date{
    margin-top: 5px;
}
.txt-admin-invoice-note{
    overflow: hidden;
}
.add-note-save-btn{
    right: 0;
    position: absolute;
    bottom: 0;
}
/*Ravi - comment save button 12-12-18*/
.btn_save_note_top{
    margin-top: 10px;
}

/*Ravi - billing changes 14-12-18*/

.billing-body .popover {
    max-width: 460px;
}

.billing-body .popover.fade.left.in table tr td, .billing-body .popover.fade.left.in table tr th {
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 400;
}
.billing-body .popover.fade.left.in table tbody tr:nth-of-type(odd){
    background-color: #f7f7f7;
}
.billing-body .popover.fade.left.in table tr th {
    text-transform: uppercase;
}
.billing-body .popover.fade.left.in table tr td {
    word-break: break-word;
}

/* Environment Indicator Ribbon */
.env-ribbon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    width: 85px;
    height: 85px;
    pointer-events: none;
}

.env-ribbon span {
    position: absolute;
    display: block;
    width: 120px;
    padding: 5px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.4);
    color: #fff;
    font: 700 11px/1 'Poppins', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    left: -30px;
    top: 22px;
    transform: rotate(-45deg);
}

.env-ribbon span::before,
.env-ribbon span::after {
    content: '';
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid #4a5568;
    border-top-color: transparent;
    border-left-color: transparent;
}

.env-ribbon span::before {
    left: 0;
}

.env-ribbon span::after {
    right: 0;
}

/* QA specific styling */
.env-ribbon.env-qa span {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.env-ribbon.env-qa span::before,
.env-ribbon.env-qa span::after {
    border-color: #c44569;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* Staging specific styling */
.env-ribbon.env-staging span {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.env-ribbon.env-staging span::before,
.env-ribbon.env-staging span::after {
    border-color: #d4964c;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* Dev specific styling */
.env-ribbon.env-dev span,
.env-ribbon.env-development span {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.env-ribbon.env-dev span::before,
.env-ribbon.env-dev span::after,
.env-ribbon.env-development span::before,
.env-ribbon.env-development span::after {
    border-color: #0d7d6c;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* Blue cluster (primary QA database) */
.env-ribbon.cluster-blue span {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.env-ribbon.cluster-blue span::before,
.env-ribbon.cluster-blue span::after {
    border-color: #1565C0;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* Green cluster (standby/synced database) */
.env-ribbon.cluster-green span {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
}

.env-ribbon.cluster-green span::before,
.env-ribbon.cluster-green span::after {
    border-color: #2E7D32;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* Wider ribbon to accommodate cluster text */
.env-ribbon.cluster-blue span,
.env-ribbon.cluster-green span {
    width: 140px;
    left: -35px;
    font-size: 10px;
}

/* Animation for ribbon pulse effect */
@keyframes ribbon-pulse {
    0% { opacity: 1; }
    50% { opacity: 0.85; }
    100% { opacity: 1; }
}

.env-ribbon span {
    animation: ribbon-pulse 3s ease-in-out infinite;
}

