.report-data-table .dataTables_wrapper .dataTables_length,
.report-data-table .data-result-info {
    display: inline-flex;
    padding-right: 1%;
}

.report-data-table .dataTables_wrapper .dataTables_info {
    padding-top: 1px;
}

.report-data-table th {
    text-align: left;
    height: auto;
}

.report-data-table .dataTables_length select {
    border: 0.5px solid rgba(130, 161, 193, 0.8);
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    height: 27px;
    width: 56px;
    background: url(../../images/mospi/small-down.png) 85.75% no-repeat #fff;
}
.report-data-table label {
    font-weight: normal;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .next {
    background-image: url('../../images/mospi/Group 1674.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    border: 0 !important;
    vertical-align: middle;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .previous {
    background-image: url('../../images/mospi/Group 1673.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    border: 0 !important;
    vertical-align: middle;
}

.report-data-table .previous:hover{
    background-image: url('../../images/mospi/Group 1673.png') !important;
}

.report-data-table .next:hover {
    background-image: url('../../images/mospi/Group 1674.png') !important;
}

.report-data-table thead tr {
    background: rgb(6, 40, 75) !important;
    color: #90E1FC !important;
}

.report-data-table table{
    color: #06284B;
}
.report-data-table tr {
    background: #F5F9FD 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px #D3E4F5;
    border-radius: 5px;
    border: 0;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    display: inline-flex;
}


.filtersCls button.btn.btn-primary.linkBtn {
    width: 100%;
    padding: 8px 19px;
}

.filtersCls button {
    padding: 8px 19px;
}

.mrgtop29 {
    margin-top:29px;
}

.width20 {
    width: 20% !important;
}

.width10 {
    width: 10% !important;
}
.width53 {
    width: 53% !important;
}
.width6 {
    width: 6% !important;
}

.width100 {
    width: 100%;
}

.width1 {
    width:1% !important;
}

.filtersCls .col-width {
    width:25%;
}

 .report-data-table table.dataTable tbody th,.report-data-table table.dataTable tbody td {
    padding: 8px 10px;
    border: 0;
    
    margin: 0;
    background: #F5F9FD 0% 0% no-repeat padding-box;
}
.report-data-table table.dataTable thead th,.report-data-table table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 0;
}


.report-data-table table.dataTable.display tbody tr.odd>.sorting_2,.report-data-table table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background: #F5F9FD 0% 0% no-repeat padding-box;
}
.report-data-table table.dataTable.row-border tbody th, .report-data-table table.dataTable.row-border tbody td,.report-data-table table.dataTable.display tbody th,.report-data-table table.dataTable.display tbody td {
    border-top: 0;
}

.report-data-table table.dataTable.display tbody tr.even>.sorting_2,.report-data-table table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background: #F5F9FD 0% 0% no-repeat padding-box;
}

.report-data-table table.dataTable.no-footer {
    border-bottom: 0;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 50%;
    background: #4F8EF8;
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    background-color: #4F8EF8;
    line-height: 33px;
    border: 1px solid #4F8EF8;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 50%;
    background: #4F8EF8;
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    background-color: #4F8EF8;
    line-height: 33px;
    border: 1px solid #4F8EF8;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: #06284B !important;
    font-weight: 500;
    transition: background-color .3s;
    margin: 0 5px;
    font-size: 12px;
    line-height: 33px;
    opacity: 0.5;
    border: 1px solid #06284B;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    padding: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: #06284B !important;
    font-weight: 500;
    transition: background-color .3s;
    margin: 0 5px;
    font-size: 12px;
    line-height: 33px;
    opacity: 0.5;
    border: 1px solid #06284B;
    border-radius: 50%;
    text-align: center;
    background: transparent;
}

.report-data-table .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: none;
}

/* new data table page css starts  */

.mrgtop40x {
	margin-top:40px;
}

.pad-right {
	padding-right: 1%;
}

.card-list-view-container.filtersCls button.btn.btn-primary.hollowBtn {
	border: 1px solid #06284B;
	background: #fff;
	color: #06284B;
}

.card-list-view-container.filtersCls button.btn.btn-primary.hollowBtn:hover {
	border: 1px solid #4F8EF8;
	color: #FFFFFF;
	background-color: #4F8EF8;
}

.filtersCls select {
    background: url(../../images/mospi/small-down.png) 95% no-repeat #fff;
    /* background-size: 3%; */
}

/*-----Niketa start------*/
.filtersCls .survey_period span {
    float: left;
    line-height: 40px;
    margin-right: 2%;
}
.filtersCls .survey_period input {
    width: 40%;
    float: left;
    margin-right: 2%;
}

.filtersCls a.addrow i {
    font-size: 25px;
    color: #4f8ef8;
	cursor:pointer;
}
.filtersCls a.deleterow i {
	cursor:pointer;
}

/*-----Niketa end------*/
@media (max-width: 992px){ 
	.filtersCls .displayInlineFlex {
		display: block;
    }
    .filtersCls .col-width {
        width: 100%;
    }

    .linkfilter.mrgtop20 {
        margin-top:0 !important;
    }

    .linkfilter.mrgbottom20 {
        margin-bottom:0 !important;
    }
    .pad-right {
        padding-right: 0;
    }
    .width53 {
        width: 51% !important;
    }
    
    .width1 {
        width:3% !important;
    }
    .filtersCls .surveyperiod.paddingleft0{
        padding-left:15px;
    }
    .filtersCls .surveyperiod .padding0{
        padding:15px !important;
    }
}

/* new data table page css ends */

@media (max-width: 767px) { 
    .report-data-table .dataTables_wrapper .dataTables_paginate .paginate_button{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
} 

@media (max-width: 500px) { 
    .report-data-table table {
        width: 150% !important;
    }
}



/* feedback table css starts  */


.feedbackTable {
    margin: 40px 3%;
}

.feedbackTable thead tr {
    background: rgba(187, 211, 235, 0.3);
}
.feedbackTable table{
    color: #06284B;
}

.feedbackTable .table-bordered th, .feedbackTable .table-bordered td {
    border: 0;
}

.feedbackTable .table.dataTable thead td {
    border: 0;
}

.feedbackTable .table td {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-color: #dee2e6;
    border-style: solid;
    vertical-align: middle;
}


.feedbackTable .table-striped tbody tr:nth-of-type(even) {
    background: rgba(225, 230, 234, 0.3);
}

.feedbackTable .table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.feedbackTable .table-striped tbody tr:nth-of-type(odd) td, .feedbackTable .table-striped tbody tr:nth-of-type(odd) th {
    background-color: #fff;
}

.feedbackTable .table thead th {
    vertical-align: top;
}

.feedbackTable .table thead td, .feedbackTable .table thead th, .feedbackTable .table-striped .table thead th {
    background-color: rgba(187, 211, 235, 0.3);
}
 

.feedbackTable .dataTables_wrapper .dataTables_paginate .next {
    background-image: url('/o/mospi-theme/images/mospi/Group 1674.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    border: 0 !important;
    vertical-align: middle;
}

.feedbackTable .dataTables_wrapper .dataTables_paginate .previous {
    background-image: url('/o/mospi-theme/images/mospi/Group 1673.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    border: 0 !important;
    vertical-align: middle;
}

 

.feedbackTable .previous:hover{
    background-image: url('/o/mospi-theme/images/mospi/Group 1673.png') !important;
}

 

.feedbackTable .next:hover {
    background-image: url('/o/mospi-theme/images/mospi/Group 1674.png') !important;
}

 

.feedbackTable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 50%;
    background: #4F8EF8;
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    background-color: #4F8EF8;
    line-height: 33px;
    border: 1px solid #4F8EF8;
}

 

.feedbackTable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 50%;
    background: #4F8EF8;
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    background-color: #4F8EF8;
    line-height: 33px;
    border: 1px solid #4F8EF8;
}

 

.feedbackTable .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: #06284B !important;
    font-weight: 500;
    transition: background-color .3s;
    margin: 0 5px;
    font-size: 12px;
    line-height: 33px;
    opacity: 0.5;
    border: 1px solid #06284B;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

 

.feedbackTable .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    padding: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: #06284B !important;
    font-weight: 500;
    transition: background-color .3s;
    margin: 0 5px;
    font-size: 12px;
    line-height: 33px;
    opacity: 0.5;
    border: 1px solid #06284B;
    border-radius: 50%;
    text-align: center;
    background: transparent;

}

 

.feedbackTable .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: none;
}

 .feedbackTable .dataTables_info {
    left: 14.3%;
    position: absolute;
    top: -11px;
}

.feedbackTable .dataTables_length {
    margin-bottom: 22px;
}

.feedbackTable .table.dataTable.no-footer {
    border-bottom: 0;
    margin-bottom: 30px;
}

.feedbackTable .dataTables_wrapper .dataTables_length,.feedbackTable .dataTables_wrapper .dataTables_filter, .feedbackTable .dataTables_wrapper .dataTables_info, .feedbackTable .dataTables_wrapper .dataTables_processing, .feedbackTable .dataTables_wrapper .dataTables_paginate {
    color: #06284B;
}

.feedbackTable .dataTables_filter label {
    font-weight: bold;
}

.feedbackTable .dataTables_filter input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.feedbackTable .dataTables_length select {
    border: 0.5px solid rgba(130, 161, 193, 0.8);
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    height: 27px;
    width: 56px;
    background: url(/o/mospi-theme/images/mospi/small-down.png) 85.75% no-repeat #fff;
    text-align: left;
    letter-spacing: 0px;
    color: #06284B;
    opacity: 0.5;
    font-size: 12px;
    line-height: 14px;
    appearance: none;
    font-family: Arial, Helvetica, sans-serif;
}

 @media (max-width: 1024px) { 
    .feedbackTable .dataTables_info {
        left: 19.3%;
    }
}

@media (max-width: 992px) { 
    .feedbackTable .dataTables_info {
        left: 25.3%;
    }
}


@media (max-width: 767px) { 

    .feedbackTable .dataTables_wrapper .dataTables_paginate .paginate_button{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

}
@media (max-width: 640px) { 
    .feedbackTable .dataTables_wrapper .dataTables_length, .feedbackTable .dataTables_wrapper .dataTables_filter {    
        text-align: left;
    }
    
    }

@media (max-width: 500px) { 
    .feedbackTable .dataTables_info {
        left: 42.3%;
    }
}

@media (max-width: 450px) { 
    .feedbackTable .dataTables_info {
        left: 46.3%;
    }
}


@media (max-width: 375px) { 
    .feedbackTable .dataTables_info {
        left: 53.3%;
    }
}

@media (max-width: 320px) { 
    .feedbackTable .dataTables_info {
        left: 60.3%;
    }
}
 
/* feedback table css ends  */