﻿body {
}
.CP-popUp.row-margin {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.CPEntries{
  
}
.CPEntries tbody > tr > th{
    padding:7px 12px;
    font-size:11px !important;
    color:#fff;
    font-weight:bold !important;
}

.CPEntries tbody > tr > td {
    padding: 12px 12px;
    font-size:11px !important;
    font-weight: bold;
}

.CPEntries tbody > tr > td:last-child{
    /*text-align:center;*/
}

.CPEntries tbody > tr:nth-child(even){
    background: #F1F1F1;
}
.CPEntries tbody > tr:nth-child(odd){
    background: #F9F9F9;
}
.search-box{
    position:relative;
}
.searchbtn.search-icon,
.searchbtn.search-icon:hover {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5px;
    text-indent: -9999px;
    background:transparent;
    background-image: url(Images/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 36px;
    height: 36px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
}
.search-form-control{
    padding-left:40px;
}
.btn.savebtn.btn-verify {
    padding: 7px 15px;
}
.sign-star{
    position:relative;
}
.sign-star .star-imp{
    position:absolute;
    top:0;
    right:7px;
    padding:0 !important;
}
.CP-Entry-Save {
    margin-left: 15.666667%;
}
.master .form-group span.label-heading {
    margin: 8px 0 !important;
    display: block;
    padding: 0;
}
.Btn-handover{
    justify-content:center;
}
.Lbl-header {
    font-family: 'Barlow-regular', sans-serif;
    font-size: 22px;
}
.headerHandoverpopup{
    position:relative;
}
.btnCloseHandover {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #00b5a5;
    color: #fff;
    cursor:pointer;
}
.form-table-group{
    margin:0 !important;
}
.Table-box-grid {
    overflow: hidden;
}
.Table-box-grid > div{
    overflow-x: hidden;
    height: 285px;
}
table.check-Report {
    margin: 15px 0;
}
table.check-Report > tbody > tr > td {
    width: 3.6666666667%;
    position: relative;
}
table.check-Report > tbody > tr > td:nth-child(1){
    width: 4.6666666667%;
}
table.check-Report > tbody > tr > td input[type="radio"] {
        margin-right: 8px;
}
table.check-Report > tbody > tr > td label{
    position: absolute;
    top: 0;
    padding-top: 0 !important;
}

.report-package tbody > tr:nth-child(even) {
    background: #F1F1F1 !important;
}

.report-package tbody > tr > th {
    padding: 7px 12px;
    font-size: 11px !important;
    color: #fff;
    font-weight: bold !important;
}

.report-package tbody > tr > td {
    padding: 12px 12px;
    font-size: 11px !important;
    font-weight: bold;
}


@media only screen and (max-width:1025px) {
   #CPEntry .modal-dialog.screen-popup {
       max-width: 1000px;
   }

   #CPEntry .modal-content.screen-box {
       width: 1000px !important;
   }

   table.check-Report > tbody > tr > td {
        width: 4.6666666667%;
   }

    table.check-Report > tbody > tr > td:nth-child(1) {
        width: 2.6666666667%;
    }

}