@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    src: url('Lato-regular.eot');
    src: url('fonts.css') format('embedded-opentype'),
        local('Lato Regular'),
        local('Lato-regular'),
        url('../fonts/Lato-regular/Lato-regular.woff2') format('woff2'),
        url('../fonts/Lato-regular/Lato-regular.woff') format('woff'),
        url('../fonts/Lato-regular/Lato-regular.ttf') format('truetype'),
        url('../fonts/Lato-regular/Lato-regular.svg') format('svg');
}
html,body{
    height:100%;
}
.loading-icon {
    background: url(/assets/images/ajax-loader-cicle.gif);
    height: 20px;
    background-repeat: no-repeat;
}
.rounded-project {
    padding: 15px;
    border: 1px solid #E6E9ED;
    border-radius: 0px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff;
	position: relative;
}
.bids-delete-icon, .bids-edit-icon, .bids-invite-delete-icon, .bids-proposal-delete-icon {
    margin: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.bids-edit-icon {
    margin-right: 20px;
}
a.bids-toggle-icon > span:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
a.bids-toggle-icon[aria-expanded="true"] > span:after {
    content:"\e080";
}
@media only screen and (max-width: 700px) {
    .cdk-overlay-container {
        position: fixed;
        z-index: 9999;
    }
    .modal-center {
        /*-webkit-transform: translate(0, 25%) !important;*/
        /*-ms-transform: translate(0, 25%) !important;*/
        /*-o-transform: translate(0, 25%) !important;*/
        /*transform: translate(0, 25%) !important;*/
    }
    .modal{
        z-index: 9999;
    }
    .datepicker__calendar {
        transform: translate(-50%, -50%);
        position: absolute!important;
        left: 50%!important;
        top: 50%!important;
    }
    .hide-on-mobile{
        display: none!important;
    }
    .padding-settings-button {
        padding: 5px;
    }
    ::ng-deep select, option {
        width:100px;
    }
}
@media(min-width: 768px) {
    div#app-navbar-collapse {
        padding: 0px 15px 0px 180px;
    }
    a.navbar-brand img {
        height: 50px;
    }
    nav.navbar.navbar-inverse.navbar-static-top.main-nav, nav.navbar.navbar-static-top.settings-nav
    {
        margin-bottom: 5px;
    }
    .col-md-12.todos-status p {
        padding: 5px;
        background: #9e4040;
        border-radius: 4px;
        color: #fff;
    }
    .padding {
        padding: 10px !important;
    }
    .margin-top {
        margin-top: 10px;
    }
    .margin-top-double {
        margin-top: 20px;
    }
    .margin-right {
        margin-right: 10px;
    }
    .margin-right-double {
        margin-right: 20px;
    }
    .margin-bottom {
        margin-bottom: 10px;
    }
    .margin-bottom-double {
        margin-bottom: 20px;
    }
    .margin-left {
        margin-left: 10px;
    }
    .margin-left-double {
        margin-left: 20px;
    }
    .rounded-project .complete-status
    {
        margin-top: 0px;
    }
    #taskListModal,.modal-center, #todoModal, #taskEditModal, #costcodeModel, #taskListTemplateModal{
        text-align: center;
        padding: 0!important;
    }

    .modal-center:before,#taskListModal:before, #todoModal:before, #taskEditModal:before, #costcodeModel:before
    ,#taskListTemplateModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-center .modal-dialog,#todoModal .modal-dialog,#taskListModal .modal-dialog,#taskEditModal .modal-dialog,
    #costcodeModel .modal-dialog, #taskListTemplateModal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .tasklist-panel {
        min-height: 50px;
        background: #278cb8 !important;
        border-color: #278cb8 !important;
    }
    i.taslist-archive.fa.fa-archive,i.delete-icon.fa.fa-times-circle,i.edit-icon.fa.fa-edit,.whitebg {
        color: #fff;
    }
    .load-completed-todos a, .template-li a
    {
        text-decoration: none;
    }
    .todo-list-checkbox, .todo-list-checkbox-checked {
        border: 1px solid #bbb;
        background: #fff;
        color: #555;
        clear: none;
        cursor: pointer;
        display: inline-block;
        line-height: 0;
        height: 16px;
        margin: 0px 8px !important;
        outline: 0;
        padding: 0!important;
        text-align: center;
        vertical-align: middle;
        width: 16px;
        min-width: 16px;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        -webkit-transition: .05s border-color ease-in-out;
        transition: .05s border-color ease-in-out;
    }
    .load-completed-todos .badge {
        width: 28px;
        padding: 2px;
        margin-right: 10px;
    }
    .load-completed-todos {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    i.activate-icon.fa.fa-check-square {
        font-size: 19px;
        margin-right: 10px;
        margin-top: 1px;
    }
    .list-group a.todo-text {
        text-decoration: none;
        color: inherit;
    }
    .drop-file {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: inline-block;
        margin: 10px auto;
        padding-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    div#dropFilesHere {
        padding: 25px;
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        border: 2px dashed silver;
        margin-top: 24px;
        font-weight: bold;
        font-size: 18px;
    }
    .img-wrap {
        position: relative;
        display: inline-block;
        /*border: 1px red solid;*/
        font-size: 0;
        margin-right: 10px;
    }
    .img-wrap .fa-times-circle {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #FFF;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: .2;
        text-align: center;
        font-size: 15px;
        line-height: 10px;
        border-radius: 50%;
    }
    .list-group-item .list-attachments {
        padding: 6px;
        position: relative;
        margin-top: 22px;
        border: 2px dashed;
    }
    ul.dropdown-menu.pull-right.user-dropdown {
        position: relative;
    }
    .template-li .template-title{
        font-size: 22px;
    }
    .template-li a {
        color:  inherit;
    }
    .h5-title {
        font-size: 16px;
        font-weight: bold;
    }
    .template-tasklist .tasklists-actions {
        min-height: 56px;
    }
    .templatetasklist-todos {
        margin-top: 50px;
    }
    .list-sites {
        min-height: 60px;
    }
    .list-badge {
        margin-top: 5px;
        padding: 6px 6px;
        margin-right: 14px;
    }
    .bottom-border-none {
        margin-bottom: 0px !important;
    }
    .border-none th, .border-none td, .border-none tr{
        border:	0px !important;
    }
    .nav-collapse {
        border-color: #333;
        background: #333;
    }
    .nav-collapse span.icon-bar {
        background: #fff;
    }
    #purchaseorderModal .cpm-upload-filelist {
        display: inline-block;
        width: 100%;
    }
    .image-wrapper i.fa.fa-times-circle.attachment-delete,
    .image-wrapper i.fa.fa-times-circle.delete-icon,
    .docs-container i.fa.fa-times-circle.attachment-delete,
    .docs-container i.fa.fa-edit.attachment-edit,
    .cpm-upload-container i.fa.fa-times-circle.attachment-delete  {
        top: 20px;
        position: relative;
        left: 38px;
        z-index: 100;
        background-color: #333;
        padding: 5px 2px 2px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        opacity: .2;
        text-align: center;
        font-size: 15px;
        line-height: 10px;
        border-radius: 50%;
    }
    .table-purchaseorder a.no-decorate {
        text-decoration: none;
    }

    i.activate-icon.fa.fa-check-square {
        font-size: 19px;
        margin-right: 10px;
        margin-top: 1px;
    }
    .list-group a.todo-text {
        text-decoration: none;
        color: inherit;
    }
    .drop-file {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: inline-block;
        margin: 10px auto;
        padding-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    div#dropFilesHere {
        padding: 25px;
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        border: 2px dashed silver;
        margin-top: 24px;
        font-weight: bold;
        font-size: 18px;
    }
    .img-wrap {
        position: relative;
        display: inline-block;
        /*border: 1px red solid;*/
        font-size: 0;
        margin-right: 10px;
    }
    .img-wrap .fa-times-circle {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #FFF;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        opacity: .2;
        text-align: center;
        font-size: 15px;
        line-height: 10px;
        border-radius: 50%;
    }
    .img-wrap:hover .fa-times-circle,.image-wrapper i.fa.fa-times-circle.attachment-delete:hover
    ,.image-wrapper i.fa.fa-times-circle.delete-icon:hover
    {
        opacity: 1;
    }
    .image-wrapper i.fa.fa-times-circle.delete-icon {
        top: -28px !important;
        left: 88px !important;
    }
    .list-group-item .list-attachments {
        padding: 6px;
        position: relative;
        margin-top: 22px;
        border: 2px dashed;
    }
    ul.dropdown-menu.pull-right.user-dropdown {
        position: absolute;
    }
    .template-li .template-title{
        font-size: 22px;
    }
    .template-li a {
        color:  inherit;
    }
    .h5-title {
        font-size: 16px;
        font-weight: bold;
    }
    .template-tasklist .tasklists-actions {
        min-height: 56px;
    }
    .templatetasklist-todos {
        margin-top: 50px;
    }
    .list-sites {
        min-height: 60px;
    }
    .list-badge {
        margin-top: 5px;
        padding: 6px 6px;
        margin-right: 14px;
    }
    .bottom-border-none {
        margin-bottom: 0px !important;
    }
    .border-none th, .border-none td, .border-none tr{
        border:	0px !important;
    }
    .nav-collapse {
        border-color: #333;
        background: #333;
    }
    .nav-collapse span.icon-bar {
        background: #fff;
    }
    .cpm-upload-filelist .image-wrapper {
        width: 25%;
        float: left;
    }
    .image-wrapper i.fa.fa-times-circle.attachment-delete, .image-wrapper i.fa.fa-times-circle.delete-icon  {
        top: 20px;
        position: relative;
        left: 38px;
        z-index: 100;
        background-color: #333;
        padding: 5px 2px 2px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        opacity: .2;
        text-align: center;
        font-size: 15px;
        line-height: 10px;
        border-radius: 50%;
    }
    .table-purchaseorder a.no-decorate {
        text-decoration: none;
    }
    div.cpm-upload-container, div.proposal-upload-container, div.estimate-upload-container,
    div.cpm-upload-container-selection, div.attachment-upload-container, div.ap_payment-upload-container,
    div.choice_edit-upload-container,div.upload-custom-container {
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: inline-block;
        margin: 10px auto;
        padding-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    a.cpm-upload-pickfiles, a.proposal-upload-pickfiles, a.estimate-upload-pickfiles,
    a.cpm-upload-pickfiles-selection, a.attachment-upload-pickfiles, a.ap_payment-upload-pickfiles,
    a.task-upload-pickfiles, a.choice_edit-cpm-upload-pickfiles,a.upload-custom-pickfiles  {
        text-decoration: none;
        display: block;
        border: 0 none;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
    }
    span.label.label-default.label-payables {
        font-size: 12px;
        color: #333;
        background: #fff;
        border: 1px solid;
        border-radius: 4px;
        margin-right: 4px;
    }
    a.approve-payroll {
        color: #846216 !important;
    }
    .payroll-payments-table tbody tr td:last-child {
        width: 10%;
    }
    td.error {
        color: #FF0000;
    }
    .cpm-doc-container i.fa.fa-times-circle.attachment-delete {
        top: 5px;
        left: 150px;
        float: left;
    }
    .cpm-doc-container {
        padding-top: 20px !important;
    }
    .docs-container .attachment-delete, .docs-container .attachment-edit,
    .cpm-upload-container i.fa.fa-times-circle.attachment-delete,
    .attachment-upload-container i.fa.fa-times-circle.attachment-delete {
        position: relative;
        float: left;
        left: 107px;
        top: 8px;
        cursor: pointer;
    }
    .docs-container i.fa.fa-times-circle.attachment-delete,
    .cpm-upload-container i.fa.fa-times-circle.attachment-delete,
    .docs-container i.fa.fa-edit.attachment-edit,
    .cpm-upload-container i.fa.fa-times-circle.attachment-deletet {
        opacity: 1;
        /* left: 113px;
        top: 6px; */
        left: 104px;
        top: -4px;
    }
    .fa-file-text-o.file-attachment {
        font-size: 18px;
    }
    .selections {
        padding: 10px;
        background: rgba(68, 68, 68, 0.13);
        border-radius: 5px;
    }
    .attachment-upload-container i.fa.fa-times-circle.attachment-delete {
        left: 122px !important;
        top: 3px !important;
    }
    .folded {
        overflow: auto;
    }
    .cpm-selection-upload i.fa.fa-times-circle.attachment-delete
    {
        opacity: 0.5;
        left: 91px;
        top: 19px;
    }
    .cpm-selection-upload i.fa.fa-times-circle.attachment-delete:hover {
        opacity: 1;
    }
    .folded .docs-container i.fa.fa-times-circle.attachment-delete {
        left: 98px;
        top: 1px;
    }
    .table-address-list td {
        width: 40%;
    }
    .table-address-list td:nth-child(1) {
        width: 15% !important;
    }
    td.bordered {
        border: 1px solid #ddd !important;
        border-radius: 4px;
    }
    thead.invoice-entry, .background-primary {
        background: #337ab7 !important;
        color: #fff;
    }
    .table-invoice-entry tbody tr, .invoice-conclusion tr {
        background: #ecf0f1;
    }
    .ten-percent {
        width: 10% !important;
    }
    .twenty-percent {
        width: 20% !important;
    }
    .thirty-percent {
        width: 30% !important;
    }
    .fourty-percent {
        width: 40% !important;
    }
    .fifty-percent {
        width: 50% !important;
    }
    .sixty-percent {
        width: 60% !important;
    }
    .seventy-percent {
        width: 70% !important;
    }
    .eighty-percent {
        width: 80% !important;
    }
    .ninty-percent {
        width: 90% !important;
    }
    .company-attachments {
        overflow: auto;
        padding: 10px;
        margin-bottom: 20px;
    }

    .list-group.bids-invites,
    .list-group.invites-proposals{
        display:none;
    }
    .badge-float-none{
        float: none!important;
        margin: 0 5px;
    }
    .badge-danger, .badge-lost {
        /*background-color: #d43f3a;*/
        background-color: #F92739!important;
        color:#fff!important;
        margin-right: 10px;
    }

    .badge-warning, .badge- {
        background-color: #d58512;
    }

    .badge-success, .badge-won {
        /*background-color: #398439;*/
        background-color: #00de0b!important;
        color:#fff!important;
    }

    .badge-info {
        background-color: #269abc;
    }

    .badge-inverse {
        background-color: #333333;
    }
    .bids-wrapper{
        margin: 10px 0px;
    }
    span.badge.badge-tax {
        background: #337ab7 !important;
        margin-top: 6px;
        margin-left: 3px;
    }
    .hover-none:hover, .hover-none{
        text-decoration: none;
    }
    .rounded-border, .bordered {
        border: 1px solid #ddd;
    }
    #rotate-me {
        -webkit-transform: rotate(134deg);
        -moz-transform: rotate(134deg);
        -o-transform: rotate(134deg);
        -ms-transform: rotate(134deg);
        transform: rotate(134deg);
        height: 43px;
        width: 161px;
        margin-top: 52px;
    }
    #rotate-me span {
        position: absolute;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-left: -19px;
        margin-top: -3px;
    }
    li a {
        cursor: pointer;
    }
    .hand {
        cursor: pointer;
    }
    .cpm-upload-filelist.cpm-subcontractor-attachments .image-wrapper {
        width: 27%;
    }
    .cpm-upload-filelist.cpm-subcontractor-attachments-half .image-wrapper {
        width: 49%;
    }
    i.fa.fa-times-circle.delete-icon.po-icon {
        top: 20px !important;
        left: 40px !important;
    }
    img.loader-icon {
        position: relative;
        left: 24%;
    }
    .Over {
        color: #c9302c !important;
        font-weight: normal;
    }
    .Under {
        color: #398439 !important;
        font-weight: normal;
    }
    .non {
        display:none;
    }
    .fc-content .fc-title {
        float: left;
    }
    .remove-event {
        float: right;
        line-height: 14px;
        opacity: 0.3;
        position: relative;
    }
    .remove-event:hover {
        opacity: 1;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(1.5);
        cursor:pointer;
    }
    .remove-event:before, .close:after {
        background-color: #333;
    }
    .alert.alert-danger.apply-errors {
        position: fixed;
        top: -1px;
        width: 100%;
        z-index: 9999;
        margin-left: -15px;
        margin-right: 0px;
    }
    header.main-header {
        background: #292935 none repeat scroll 0 0;
        display: block;
        padding: 10px 0;
        height: 80px;
        color: #fff;
    }
    nav.navbar.navbar-inverse.navbar-static-top.customer-sub-nav {
        margin-bottom: 0px !important;
    }
    .hello-text {
        font-size: 16px !important;
    }
    .left-area, .right-area {
        background-color: #e8e8e8;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .slider-thumbnails {
        height: 100%;
    }
    .col-md-6.slider-thumbnails {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .col-md-3.right-area, .col-md-3.left-area {
        height: 100%;
    }
    .image-wrapper.edit-wrapper i.fa.fa-times-circle.delete-icon {
        top: -32px !important;
        left: 93px !important;
    }
    .cpm-drag-drop {
        clear: both;
    }
    .upload-box .cpm-upload-filelist .image-wrapper {
        width: 26% !important;
    }
    .tooltip-element {
        z-index: 999999;
    }
    .alert.alert-success.success-message {
        position: absolute;
        top: 0;
        z-index: 99999;
        width: 100%;
        left: 0px;
        right: 0;
    }
    button.view-data.btn.btn-default {
        display: none !important;
    }
    /*Chart css*/
    #chartjs-tooltip {
        opacity: 1;
        position: absolute;
        background: rgba(0, 0, 0, .7);
        color: white;
        border-radius: 3px;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
        pointer-events: none;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .chartjs-tooltip-key {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
    .login-page .panel-heading {
        color: #73879C;
        background-color: transparent;
        border: 0;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        margin: 0 15px;
        border-bottom: 2px solid #E6E9ED;
    }
    .signup-page .panel-heading {
        color: #73879C;
        background-color: transparent;
        border: 0;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        margin: 0 15px;
        border-bottom: 2px solid #E6E9ED;
    }
    [hidden] {
        display: none !important;
    }
    .col-md-4.span-circle {
        color: #fff;
        border-radius: 50%;
        width: 26%;
        height: 62px;
        text-align: center;
        position: relative;
        left: 81px;
        word-break: break-word;
    }
    .cdk-overlay-container {
        z-index: 9999999;
    }
    .mat-select-panel {
        max-width: none !important;
        margin-left: 5px;
        margin-top: 14px;
    }
    .full-width-control {
        width: 100%;
        font-family: Lato;
    }
    .search-box {
        font-family: Lato;
    }
    .md-input-element .datepicker__input {
        width: 100%;
        border-top: 0px !important;
        border-bottom: 1px solid gray;
        border-right: 0px !important;
        border-left: 0px !important;
        margin: 5px 0px;
    }

    .md-input-element.inv-pay-picker .datepicker__input {
        border: 1px solid #ccc !important;
        border-radius: 4px;
        padding: 6px 12px;
    }
    .datepicker {
        width: 100% !important;
    }
    .datepicker__calendar__month__day {
        /* width: 73px !important; */
        width: 11.7% !important;
    }
    .datepicker__calendar__label {
        width: 5em !important;
        /* width: 3em !important; */
    }
    .datepicker__calendar {
        width: 100% !important;
    }
    button.btn-submit.btn.btn-success[md-raised-button] {
        color: #fff !important;
        background-color: #5cb85c !important;
        border-color: #4cae4c !important;
    }
    button.btn-submit.btn.btn-success[md-raised-button]:hover {
        background-color: #449d44 !important;
        border-color: #398439 !important;
    }
    button.btn-cancel.btn.btn-danger[md-raised-button] {
        color: #fff !important;
        background-color: #d9534f;
        border-color: #d43f3a;
    }
    button.btn-cancel.btn.btn-danger[md-raised-button]:hover {
        background-color: #c9302c;
        border-color: #ac2925;
    }
    button.btn-aqua[md-raised-button]:hover {
        background-color: #349C85;
        border-color: #269abc;
    }
    button.btn-aqua[md-raised-button] {
        color: #fff !important;
        background-color: #0DB592;
        border-color: #349C85;
    }
    button.btn-info[md-raised-button]:hover {
        background-color: #31b0d5;
        border-color: #1b6d85;
    }
    button.btn-info[md-raised-button] {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da;
    }
    button.btn-default[md-raised-button]:hover {
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    button.btn-default[md-raised-button] {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
    .btn-raise-primary.btn-primary[md-raised-button]:hover {
        background-color: #286090;
        border-color: #204d74;
    }
    .btn-raise-primary.btn-primary[md-raised-button] {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }
    md-hint.help-block.mat-hint {
        font-size: 14px;
        top: 39px;
    }
    .has-error .mat-input-underline, .has-error .mat-input-underline:focus, .has-error .mat-input-underline:active,
    .has-error .mat-input-underline .mat-input-ripple {
        border-color: #a94442;
        background-color: #a94442;
    }
    span.help-block.has-error {
        color: #a94442;
    }
    .has-error .mat-hint-underline, .has-error .mat-hint-underline:focus, .has-error .mat-hint-underline .mat-hint-ripple {
        background-color: #c9302c;
    }
    .has-error input, .has-error .mat-hint-placeholder.md-float, .has-error span.mat-input-placeholder-wrapper label {
        color: #a94442;
    }
    .full-width-control label.mat-hint-placeholder.md-empty, .search-box label.mat-hint-placeholder.md-empty {
        font-size: 13px;
        font-weight: bold;
        font-family: Lato;
    }
    .mini-cal .datepicker__calendar__label {
        width: 28px !important;
    }
    .mini-cal .datepicker__calendar__month__day {
        width: 31px !important;
    }
    .mini-cal .datepicker__calendar__cancel {
        position: relative;
        bottom: 0em;
        left: 0em;
    }
    .mini-cal .datepicker__calendar {
        width: auto !important;
        height: auto !important;
    }
    .select-control {
        width: 100%;
        height: 34px;
        padding: 6px 0px;
        font-size: 14px;
    }
    .select-options {
        width: 529px;
    }
    .form-group.ng-dt.input-group.date {
        display: block;
    }
    .iconSearch {
        position: absolute;
        bottom: 13px;
        right: 16px;
        top: 9px;
        width: 17px;
    }
  	.icon-circle-loader {
		height: 500px;
	}
    .project-modal input.default, .chosen-input-length input.default {
        width: auto !important;
    }
    td.mat-inv-picker .datepicker__calendar__label {
        width: 6em !important;
    }
    td.mat-inv-picker .input-group-addon {
        width: 43px;
        position: absolute;
        z-index: 1;
        right: 20px;
        height: 31px;
    }
    td.mat-inv-picker .datepicker__input
    {
        height: 31px;
        border-radius: 6px;
        border: 1px solid #b5afaf !important;
        border-top: auto !important;
        border-right: auto !important;
        border-left: auto !important;
        margin: 0 auto !important;
    }
    .input-modal  input.default {
        width: auto !important;
    }
    .cl-date .datepicker__calendar__month__day {
        width: 70px !important;
    }
    .inv-pay-picker .datepicker__calendar__month__day,
    .inv-pay-picker .datepicker__calendar__label {
        /*width: 84px !important;*/
        /* width: 2.2em !important; */
        width: 14% !important;
        height: 2.2em !important;
        margin: 0.5% 0% !important;
    }
    md-hint.position-inherit {
        position: inherit !important;
    }
    .form-inn-input .mat-input-underline {
        width: 100% !important;
    }
    ul.nav.sub-navigation li:last-child a {
        border-right: 1px solid;
    }
    ul.nav.sub-navigation li a {
        padding: 5px 15px;
        /* margin: 2px 9px; */
        border-radius: 0px;
        border-left: 1px solid #337ab7;
        border-top: 1px solid #337ab7;
        border-bottom: 1px solid #337ab7;
    }
    .nav-pills>li+li {
        margin-left: 0px;
    }
    button.btn.btn-xs.btn-info.mat-raised-button {
        height: 33px;
        line-height: 1;
    }
    .prj-title {
        margin-right: 38px;
        margin-left: 18px;
        margin-top: 4px;
        margin-bottom: 4px;
        width: auto;
    }
    p.title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 119px;
        position: relative;
        left: 47px;
    }
    p.title.image-section {
        left: 34px;
    }
    .table-list thead {
        background: rgba(51, 51, 51, 0.12);
    }
    .table-list thead th {
        border: none;
    }
    .table-list thead th {
        width: 10%;
        align-items: center;
    }
    .table-list thead tr th {
        vertical-align: inherit;
    }
    .table-list tbody tr {
        height: 75px;
    }
    .modal-info .modal-dialog {
        width: 800px;
    }
}
span.li-comment-span {
    margin-bottom: 17px;
    display: inline-block;
    font-size: 12px;
}
.icon-autocomplete, .icon-checkbox, .icon-checkbox-group, .icon-calendar, .icon-file-input,
.icon-hidden-input, .icon-number, .icon-select, .icon-text-area, .icon-text-input  {
    display: none;
}
.cursor-pointer:hover {
    cursor: pointer;
}
body{
    background-color: #f9f8f8;
}
.mce-path.mce-flow-layout-item.mce-first {
    display: none;
}
.cpm-drop-pickfiles:hover,.upload-custom-pickfiles:hover {
    border: 3px dashed !important;
}

.cpm-drop-pickfiles,.upload-custom-pickfiles {
    border: 1px dashed !important;
}

.cpm-hover{
    border: 3px dashed;
}

.model-scrollable {
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

button.btn-submit.btn.btn-success[mat-raised-button] {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
button.btn-submit.btn.btn-success[mat-raised-button]:hover {
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
button.btn-cancel.btn.btn-danger[mat-raised-button] {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}
button.btn-cancel.btn.btn-danger[mat-raised-button]:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
button.btn-aqua[mat-raised-button]:hover {
  background-color: #349C85;
  border-color: #269abc;
}
button.btn-aqua[mat-raised-button] {
  color: #fff !important;
  background-color: #0DB592;
  border-color: #349C85;
}
button.btn-info[mat-raised-button]:hover {
  background-color: #31b0d5;
  border-color: #1b6d85;
}
button.btn-info[mat-raised-button] {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
button.btn-default[mat-raised-button]:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
button.btn-default[mat-raised-button] {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-raise-primary.btn-primary[mat-raised-button]:hover {
  background-color: #286090;
  border-color: #204d74;
}
.btn-raise-primary.btn-primary[mat-raised-button] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.mat-raised-button{
  margin: 1px;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.w-70{
  width: 70% !important;
}

.w-50{
  width: 50% !important;
}

.w-25{
  width: 25% !important;
}

.w-20{
  width: 20% !important;
}

.px-0    { padding-left: 0 !important; padding-right: 0 !important; }
.px-1    { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2    { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3    { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4    { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5    { padding-left: 3rem !important; padding-right: 3rem !important; }

.d-inline-block {
    display: inline-block;
}


/* Mat-calendar  */
.mat-calendar-body-label{
  visibility:hidden;
}


.mat-calendar-body>tr>td:only-child{
  display:none;
}

html.swal2-shown .swal2-custom-width, body.swal2-shown .swal2-custom-width{
    width: 650px !important; /* Adjust the width as needed */
}
html.swal2-shown .swal2-custom-width .swal2-styled+.swal2-styled {
    margin-top: 0;
}

.swal2-custom-width .swal2-styled{
    float: right;
}

.swal2-custom-width .swal2-cancel {
    order: 1;
}

.swal2-custom-width .swal2-confirm {
    order: 2;
}
.customerCoTitle {
    cursor: pointer;
}
.coCommentDiv {
    overflow-x: hidden;
    overflow-y: auto;
    width: 580px;
    height: 400px;
}
.coCommentInput {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px !important;
    border: 2px solid #ccc !important;
}