﻿    .quart_table#quarttablelist .rTableHead:first-child {
    width: 8% !important;
    text-align: center !important;
}
.quart_table#quarttablelist .rTableRow .rTableCell:first-child {
    width: 7% !important;
    text-align: center !important;
}

.quart_table#quarttablelist .rTableCell, .rTableHead:nth-child(2) {
width: 27.5% !important;
text-align: center !important;
}
.quart_table#quarttablelist .rTableRow .rTableCell:nth-child(2) {
    width: 27.5%!important;
    text-align: left!important;
}

 .quart_table#quarttablelist .rTableCell, .rTableHead:last-child {
width: 10% !important;
text-align: center !important;
}
 .quart_table#quarttablelist .rTableRow .rTableCell:last-child {
    width: 12%!important;
    text-align: center!important;
}


 .bg_white
{
    background-color:white;
}
 .query-bg table tr td
{ 
 font-family:'Conv_Gilroy-Light'; text-align: center; border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#CCCCCC; text-align:justify; vertical-align:top; font-weight:normal;font-size: 16px; line-height:33px; 
        	}

  .bodinnerpolicy {
    padding:0px !important;
}
.pdleft
{
padding-left: 22px;
}
      .view_all.submitbtn input {
            border: none;
             width: 146px;
            height: 40px;
            font-size: 18px;
            outline: none;
        }
        .ui-datepicker th {
            background: #144279 !important;
        }
        .ui-datepicker{
            width:21% !important;
        }
        .ui-state-highlight, .ui-widget-content .ui-state-highlight
        {
             background: #144279 !important;
        }
        .ui-datepicker .ui-datepicker-title select {

            color: #144279 !important;
            border: solid 1px #144279;
        }

        @media (max-width: 767px) {
             .ui-datepicker{
            width:81% !important;
        }

             .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48%;
}
        }
        .ratingblankstar
{
	background-image: url(../images/blank_star.png);
	width: 16px;
	height: 16px;
}
.ratingwaitingstar
{
	background-image: url(../images/half_star.png);
	width: 16px;
	height: 16px;
}
.ratingshiningstar
{
	background-image: url(../images/shining_star.png);
	width: 16px;
	height: 16px;
}
.m90{
   margin: 70px 0px;
}