/*CONTENT WRAPPER*/

.title-head h3:before{
    content: "";
    background-size: 100% 100%;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 4px;
}
.main-box-bg select{
    border: 1px solid #ccc;
    padding: 4px;
    width: 100%;
    border-radius: 4px;
}
.content-wrapper{
    padding-top: 140px!important;
    background-color: #f4f4f4;
}

/*title head*/
.icon-head a{
    position: relative;
}
.u-tooltip{
    display: none;
}
.icon-head a:hover .u-tooltip,.icon-head button:hover .u-tooltip{
    background: #000;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: -6px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 0px;
    display: block;
    width: 65px;
    font-size: 12px;
}
.u-tooltip:before{
    content: "\F0DA";
    font-family: FontAwesome;
    position: absolute;
    top: -15px;
    right: 13px;
    color: black;
    font-size: 17px;
    transform: rotate(-90deg);
}
.icon-head button,.icon-head a{
    padding: 3px 6px!important;
    font-size: 12px!important;
}
.icon-head .btn-common{
    font-size: 12px!important;
}
.icon-head .btn-common,.icon-head .btn-cancel{
    line-height: 1.2;
    padding: 4px 8px;
    margin-top: 9px;
    display: inline-block;
}
.icon-head .btn-common:hover{
    color: #fff!important
}
.icon-head .btn-cancel{
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-radius: 3px!important;
}
.icon-head .no-btn{
    background: none;
    border: none;
    padding: 0!important;
    position: relative;
    border-radius: 0!important;
    top: 4px
}
.title-head h3 i{
    display: none
}
.title-head h3>div{
    display: inline-block;
}
.sidebar-collapse .title-head{
    width: calc(100% - 70px);
}
.fixed-head .title-head{
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}
.title-head{
    /* position: fixed;
    width: calc(100% - 270px); */
    top: 87px;
    z-index: 100;
    padding-left: 0;
    transition: 0.3s ease-in-out;
    background: #f4f4f4
}
.title-head h3>i{
    display: none;
}
.title-head h3{
    font-size: 16px;
    margin: 4px 0 12px 7px;
    color: #18469e;
    text-transform: uppercase;
}
.icon-head{
    padding: 0 10px 0 0;
    position: relative;
    top: 0px
}

.icon-head a {
    cursor: pointer;
}
.icon-head-red{
    font-size: 26px;
    color: #cd9933;
    padding-left: 5px;
    position: relative;
    top: 3px;
}

/*end title head*/

/*background common*/
.bg-content{
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 0px;
    padding: 15px;
    color: #1a1818;
    margin: 0 0 20px 0;
}
/*background common*/


/*group btn bottom*/
.gr-btn-bottom{
    padding-top: 15px;
}
.content-bottom{
    padding: 0 15px 0 0 ;
}
.ng-invalid:not(form) {
    border-left: 3px solid #cf9a34!important;
}
.form-group{
    margin-bottom: 3px!important;
}
.edit-invoice-release textarea{
    min-height: 100px
}
.edit-invoice-release .form-group{
    margin-bottom: 15px!important;
}
.highlight-value{
    color: #6c9b9e;
    border-bottom: 1px solid #c6e6e8;
    display: block;
    padding-bottom: 2px;
    min-height: 27px
}
.modal-dialog{
    max-width: 22cm!important;
}
.invName{
    text-align: center;
    font-size: 16px;
    line-height: 8px;
    font-weight: 700;
    margin: 0 0 3px;
    text-transform: uppercase;
    margin-top: 9px;
}
.table[_ngcontent-c1] {
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    border-spacing: 0;
    width: 100%;
    margin-left: px;
    margin-top: 3px;
    border-top: 1px solid #000;
    border-bottom: 0px solid #000;
    font-size: 16px;
    color: #000;
}
.table[_ngcontent-c1] th[_ngcontent-c4] {
    padding: 2px;
    text-align: center;
    color: #000;
}
/*END CONTENT WRAPPER*/