.modal-lg {
    width: 95% !important;
}

.never {
    display: none;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.stop-x-scrolling {
    width: 100% !important;
}

table {
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;
    vertical-align: top;
    border-collapse: collapse !important;
}

table.dataTable thead > tr > th {
    word-wrap: normal;
    word-break: normal;
}

th, td {
    padding: 4px !important;

}
td {
    font-weight: normal;
}



#downloadReport {
    float: right;
}

#milestone-filter .modal-md, #outsource-filter .modal-md{
    width: 60%;
}

.milestone-date {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.select2 {
    width: 100% !important;
}

.notification {
    z-index: 1000;
    position: absolute;
    left: 40%;
    top: 100px;
    text-align: center;
}

.row-gap {
    margin-bottom: 12px;
}

.complete {
    background: #79b172 !important;
}

.overdue {
    background: #ab0505 !important;
    color: #ffffff !important;
}

.milestone-complete{
    background: #e8ee36 !important;
}

.estimation-actions {
    color: #333;
}

.error {
    color: red;
}

/* Spinner */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End of spinner */

/*Steps*/
.registration-form fieldset {
    display: none;
}

.registration-fieldset {
    background-color: #FFFFFF;
    min-height: 265px;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 14px 0 0;
    margin-left: 1px;
}

.bs-wizard > .bs-wizard-step {
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
    position: relative;
}

.bs-wizard > .bs-wizard-step.active {
    background-color: #ff9500;
    color: #FFFFFF;
}

.bs-wizard > .bs-wizard-step.disabled {
    background-color: #999999;
    color: #FFFFFF;
}

.bs-wizard a {
    color: #FFFFFF;
}

.bs-wizard a:hover {
    color: #FFFFFF;
}

/*End of steps*/

#estimationModal .modal-dialog, #add-owner-popup .modal-dialog{
    margin: 10px auto;
}
form .input-error {
    border-color: #ab0505;
}
.wordwrap{
    word-break: normal !important;
    word-wrap: normal !important;
}

.select2-results__options {
    max-height: 225px !important;
}
.in-active{
    background-color: #fcf8e3 !important;
}


/* custom style for ebridge chat head */

.chat-box-container{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
}

.chat-box-line{
    border-bottom: 1px solid #f2edee;
    margin-bottom: 10px;
}

.chat-action{
    float: right;
    width: 55px;
    margin: 5px 0 0 0;
    padding-top: 5px;
}

.chat-reply{
    margin-left: 50px;
    display: flex;
    justify-content: start
}
.direct-chat-text{
    background-color: #ffffff;
    border:  1px solid #63d278;
}

.direct-chat-text::after, .direct-chat-text::before{
    border-right-color: #63d278 !important;
}

.direct-chat-color{
    border:  1px solid #FF0000;
}

.direct-chat-color::after, .direct-chat-color::before{
    border-right-color: #FF0000 !important;
}

.direct-chat-msg {
    margin-bottom: 5px;
    width: 70%;
}

.chat-reply .direct-chat-text{
    background-color: #ffffff;
    border: 1px solid #a3cee4;
    font-size:16px;
}

.direct-chat-text i{
    display: flex;
    justify-content: end;
    font-size: 12px;
}


.chat-reply .direct-chat-text::after, .chat-reply .direct-chat-text::before{
    border-right-color: #a3cee4 !important;
}


.reply-msg{
    color:#a3cee4 ;
}

.main-msg{
    color:#63d278 ;
}

.chat-box .row.no-gutters{
    margin-left: 0;
    margin-right: 0;
}

.chat-box .row.no-gutters > [class^="col-"],
.chat-box .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.chat-row{
    margin-bottom: 10px;
}

.chat-img{
    text-align: center;
}

.chat-content{
    padding: 10px;
    background-color: #f2edee;
    border-radius: 4px;
}

.chat-content p{
    margin-bottom: 0;
}

.chat-content:before{
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border: 15px solid;
    border-color: transparent #f2edee transparent transparent;
    left: -30px;
    top: 15px;
}

.chat-reply-blue, .chat-reply-green{
    margin-left: 80px;
}

.chat-reply-blue .chat-content{
    background-color: transparent;
    border: solid 2px #a3cee4;
}

.chat-reply-blue .chat-content:before{
    border-color: transparent #a3cee4 transparent transparent;
}

.chat-reply-green .chat-content{
    background-color: transparent;
    border: solid 2px #63d278;
}

.chat-reply-green .chat-content:before{
    border-color: transparent #63d278 transparent transparent;
}


/* end of chat head */

.project-nav > li > a {
    padding: 5px 10px;
    word-wrap: break-word;
}

.direct-chat-text{
    margin: 5px 60px 0 50px;
}
.reply-span{
    font-size: 16px;
    padding-top: 12px;
}

#add-account-plan-popup .modal-md {
    width: 75%;
}
#reply-account-plan-popup .modal-md {
    width: 75%;
}

#reply-msg-popup .modal-md {
    width: 75%;
    margin-top: 8%;
}
.ticket-status-fixed{
    background-color: #d6f5f5;
}
.ticket-status-closed{
    background-color: #e0ebeb;
}
.ticket-type-high{
    background-color: #ffddcc;
}
.reply-count{
    color:#63d278 !important;
}

.custom-search{
    margin-top:-60px;
}

/* Status Board */

.tooltip-inner {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.project-status-title{
    padding: 0 50px 0 0;
    font-size: 16px !important;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.project-status-0{
    border-top-color:white !important;
}
.project-status-1{
    border-top-color:green !important;
}

.project-status-2{
    border-top-color:grey !important;
}

.project-status-3{
    border-top-color:orange !important;
}

.project-status-4{
    border-top-color:red !important;
}

.project-status-0-bg{
    background-color:white !important;
    border: 1px solid grey;
}

.project-status-1-bg{
    background-color:green !important;
}

.project-status-2-bg{
    background-color:grey !important;
}

.project-status-3-bg{
    background-color:orange !important;
}

.project-status-4-bg{
    background-color:red !important;
}

/* End of Status Board */

.forgot-login{
    text-decoration: underline !important;
}
input.ng-touched.ng-invalid{
    border-color: red;
}
.custom-change-pwd-box{
    padding-top: 40px;
    padding-bottom: 40px;
}
input.ng-invalid.ng-touched,
select.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched{
    border-color: red;
}
.review-tool-view  .custom-toggleIssueBtn{
    position: absolute;
    z-index: 999;
    right: 0;
}
.review-tool-view .form-box-div{
    overflow: hidden;
}
.review-tool-view .form-box-div .box-inner {
    width: 100%;
    border: 1px solid #a29415;
}
.review-tool-view .alert a.close {
    text-decoration: none;
}
.small-link{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-20{
    font-size: 20px;
}
.text-normal{
    font-weight: normal;
}
.text-bold{
    font-weight: 700;
}
.mt-0{
    margin-top: 0;
}
.newsfeed-img{
    /*width: 300px;*/
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.bg-orange-700{
    background-color: #ef5800 !important;
    color: #fff;
    border-radius: 0;
}
.bg-orange-500{
    background-color: #ff9900 !important;
    color: #fff;
    border-radius: 0;
}
.small-box h3{
    font-family: Roboto;
    font-weight: 300;
}
.small-box.bg-orange-700::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ef5800;
    position: absolute;
    right: -14px;
    top: 35%;
    z-index: 1;
}
.dashboard-title{
    margin: 0;
    font-size: 24px;
}
.progress-star{
    margin-top: 0;
    margin-left: 0%;
    color: #f31717;
    font-size: 20px;
}
.progress-success-300{
    background-color: #36bf81;
}
.progress-warning-300{
    background-color: #ffb13c
}
.custom-story-panel{
    background: url(../image/panel_bg.png) #58bb5c;
    color: #fff;
    text-align: center;
}
.billed-badge{
    background: #4472c4;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    display: inline-block;
}
.variance-badge{
    background: #ed7d31;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    display: inline-block;
}
.net-badge{
    background: #a5a5a5;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    display: inline-block;
}
.milestone-label{
    color: #0085d6;
    font-size: 14px;
}
.onTrack-badge{
    background: #46964A;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    display: inline-block;
}
.managed-badge{
    background: #ffd026;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    display: inline-block;
}
.offTrack-badge{
    background: #ef6204;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    display: inline-block;
}
.table-header{
    background-color: #222d32 !important;
    color: #fff;
    font-size: 20px;
}
.custom-contribution-panel{
    background: url(../image/panel_bg.png) #222d32;
    background-position: left;
    color: #fff;
    text-align: center;
}
.fa-icon-md{
    font-size: 20px;
}
.same-filled{
    color: #46964a;
}
.not-filled{
    color: #f44336;
}
.leave{
    color: #ccc;
}
.holiday{
    color: #00c0ef;
}
.diff-filled{
    color: #ff9900;
}
.custom-panel-body{
    padding-top: 0;
}
.custom-dropdown{
    border: 0;
    border-bottom: 1px solid #d2d6de;
}
.fa-md{
    font-size: 60px;
}
.text-light{
    color: rgba(0,0,0,0.3);
}
.status-label{
    padding: 2px 10px;
    border-radius: 2px;
}
.completion-status{
    position: absolute;
    z-index: 5;
    right: 2px;
    top: 1px;
    background: #fff;
    border-radius: 5px;
}
.text-yellow{
    color: #eac128;
}
.text-primary {
    color: #007bff!important;
}
.text-white {
    color: #fff!important;
}
.text-black {
    color: #000!important;
}
.text-success-light{
    color: #a4d2ae !important;
}
.text-danger-light {
    color: #f0504b !important;
}
.bg-white {
    background-color: #FFFFFF!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
.bg-success {
    background-color: #28a745!important;
}
.bg-danger-light {
    background-color: #f0504b!important;
}
.bg-success-light {
    background-color: #a4d2ae!important;
}
.timing{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    color: white;
    font-size: 20px;
    background: #ff9900;
    padding: 8px 18px;
    border-radius: 50%;
    border: 6px solid #fff;
    text-align: center;
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.4);
    animation: timing-pulse 1.5s infinite;
}
.timing .timer-txt{
    font-size: 12px;
}
.timing .time{
    font-size: 16px;
}
@-webkit-keyframes timing-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,153,0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,153,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,153,0, 0);
    }
}
@keyframes timing-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,153,0, 0.4);
        box-shadow: 0 0 0 0 rgba(255,153,0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(255,153,0, 0);
        box-shadow: 0 0 0 15px rgba(255,153,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,153,0, 0);
        box-shadow: 0 0 0 0 rgba(255,153,0, 0);
    }
}
.box-orange{
    border-top-color: #ff9900;
}
.btn-circle-sm, .btn-circle-sm:hover{
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 30px;
  color: #fff;
}
.mt-3{
    margin-top: 3rem!important;
}
.bg-grey{
    background: #ccc;
}

.text-orange{
    color: #f57610;
}

.bg-light-grey{
    background: #f3f3f3;
}

.pb-4{
    padding-bottom: 1.5rem;
}
.pb-3{
    padding-bottom: 1rem;
}
    /* Invoive Css */

    .invoice .modal-header{
        padding:0 15px;
        /* border-bottom: none; */
    }

    .invoice{
        font-size: 14px;
    }
    .invoice-heading{
        background: #f47822;
        font-size: 30px;
        padding: 5px 20px;
        color: #fff;
    }
    .invoice .client-name{
        font-size: 20px;
    }

    .invoice table{
        width: 100%;

    }

    .invoice table thead th{
        background: #5ec2b6;
        border: 2px solid #fff;
        padding: 0.5rem !important;
    }
    .invoice table tbody td, .invoice table tfoot td{
        border-top: 1px solid #7b7b7b;
        padding: 0.5rem !important;
    }
    .invoice table tfoot th{
        border-top: 1px solid #7b7b7b;
        border-bottom: 1px solid #7b7b7b;
        padding: 0.5rem !important;
    }
    
    .invoice .payment{
        color: #f57610;
        font-size: 18px;
        font-weight: 500;
    }
    .invoice .invoice-email-icon{
        vertical-align: top;
        padding-top: 6px;
    }
    .invoice .invoice-emails{
        margin-left: 2px;
        display: inline-block;
    }
    
   /* @media screen {
      #printSection {
          display: none;
      }
    }

    @media print {
      body * {
        visibility:hidden;
      }
      #printSection, #printSection * {
        visibility:visible;
      }
      #printSection {
        position:absolute;
        left:0;
        top:0;
      }
      .invoice-heading
      {
        background: #f47822;
        -webkit-print-color-adjust: exact;
      }
    }*/

    @media screen, print{
        @page {
            margin: 8mm; 
          }

        .invoice-heading{
            background: #f47822 !important;
            font-size: 30px;
            padding: 5px 20px;
            color: #FFFFFF !important;
            -webkit-print-color-adjust: exact;
        }

        .invoiceprintbody table thead th {
            background-color: #5ec2b6 !important;
            -webkit-print-color-adjust: exact;
        }
        .invoiceprintbody .payment{
            color: #f57610 !important;
        }
        .invoiceprintbody table .bg-grey{
            background-color:#CCCCCC !important;
            -webkit-print-color-adjust: exact;
        }
        .invoiceprintbody table .bg-light-grey{
            background-color:#f3f3f3 !important;
            -webkit-print-color-adjust: exact;
        }
       
    }

    .status-red-bg,.status-red-bg:hover:focus:active{color:white;background-color:red !important;border:none}
    .status-gray-bg,.status-gray-bg:hover:focus:active{color:white;background-color:gray !important;border:none}
    .status-green-bg,.status-green-bg:hover:focus:active{color:white;background-color:green !important;border:none}
    .status-orange-bg,.status-orange-bg:hover:focus:active{color:white;background-color:orange !important;border:none}
.effort-varience{
    color: #fff;
    padding: 2px 10px;
    font-size: 88%;
    text-align: center;
}
.effort-varience a{
    color: #fff;
}
.bg-warning{
    background-color: #f39a15;
}
.fta{
    display: inline-block;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}
.sv{
    display: inline-block;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}
.completion {
    display: inline-block;
    position: relative;
    width: 100px;
    top: 0px;
    left: 10px;
}
.bg-primary-600{
    background: #3094ce;
    color: #fff;
}
.bg-success-600{
    background: #47964a;
    color: #fff;
}
.text-orange-500{
    color: #ff9900;
}
.text-orange-700{
    color: #ef5800;
}
.text-success-500{
    color: #47964a;
}
.text-info-500{
    color: #3c8dbc;
}

/** project variance tracker css starts**/

.variance-container{
    float:left;
    width:100%;
    padding:15px;
}
.variance-title{
    float: left;
    width: 50%;
    padding-top: 5px;
    font-weight: 700;
}
.variance-value{
    float:left;
    width:50%;
}
.variance-date-filter{
    background: #fff;
    cursor: pointer;
    padding: 7px 5px;
    border: 1px solid #ccc;
}
.variance-label{
    padding-top:5px;
}
.filt-container{
    float:left;
    width:100%;
    padding:30px 15px;
}
#invoiceView .modal-dialog {
    max-width: 50%;

}

#invoiceSentView .modal-dialog {
    max-width: 50%;

}

.tax_invoice_details {
    border: solid 1px;
}

.my-chat-reply {
    display: flex;
    justify-content: end;
}

.my-chat-reply .direct-chat-text{
    background-color: #ffffff;
    border:  1px solid #a3cee4;
    font-size: 16px;
}

.my-chat-reply .direct-chat-msg {
    width: 70%;
}

.my-chat-reply .direct-chat-text::after, .my-chat-reply .direct-chat-text::before{
    border-right-color: #a3cee4 !important;
}

.modal-lg.custom-modal-width{
    width: 60% !important;
}

.form_header{
    font-size: 16px;
    margin-bottom: 15px;
}

 .divider-line {
    margin: 20px;
    border: 0;
    width: 94%;
    height: 1px;
    background-image: radial-gradient(#000, #00000038, transparent);
}

.edit-skill-modal{
    max-width: 60%;
    width: 60%;
}

.edit-skill-modal .modal-body{
    padding: 10px 25px;
}

.edit-skill-modal .modal-header{
    padding: 15px 25px;
    border: 0;
}

.custom_select{
    min-width: 160px;
}

.custom_padding{
    padding-bottom: 15px;
}

.chkbx-holder {
    display: none;
}