.uom{
	height: inherit;
	border: none;
}
.no-padding{
	padding: 0px !important;
}
.error{
	color: red !important;
}
hr.dashed {
  border:none;
  border-top:1px dashed #000; 
}
.access-table .parent_menu {
	background: #f9f9f9;
	font-weight: bold;
}
.radio-label{
	font-weight: normal !important;
}
.resendotp {
    background:none!important;
     border:none; 
     padding:0!important;
    font-family:arial,sans-serif; /*input has OS specific font-family*/
     color:#069;
     text-decoration:underline;
     cursor:pointer;
}
.login-title{
	font-size: 25px;
	text-align: center;
}
.rate_block_body{
	background-color: #e7d765;
    color: #000;
}
.rate_block_footer{
	background-color: #dcc942 !important;
    color: #000 !important;
    padding: 5px !important;
}
.rate_block_button{
/*	background-color: #FF9800  !important;*/
}
.rate_block_button1{
/*	color: #ffffff !important;*/
}
.header_rate{
/*	color: #ffffff !important;*/
	font-size: 17px !important;
}
.input_text,.titlecase{text-transform: capitalize;}
.ucase {text-transform: uppercase;}
#payment_container #tableRow,#tableHead{
	width:100%;
}	
#payment_container #tableRow td,#tableHead th{
	width:20%;
}	
#payment_container #tableRow{
	margin-top: -21px;
}
.footer-login.center.loginfooter {
background: #1F1F1F;
padding: 6px;
color: #fff;
border-top: 1px solid #d2d6de;
position: fixed;
left: 0;
bottom: -9px;
width: 100%;
}
/* .dataTables_wrapper .dt-buttons {
  float:none !important;  
  text-align:center !important;
} */
header_rate{
	color: #ffffff !important;
	font-size: 17px !important;
}
.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
}
.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}