.page_tab_title
{
	width:100px !important;
}


.content-tabs .page-tabs a {
	width: 150px !important;
    text-align: center !important;
}

.main thead>tr>td {
  /*background-color: #3c8dbc; */
  background-color: #474544;
  color: white;
}
.main thead>tr>th {
  background-color: #474544;
  color: white;
} 

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


/*For MillEntry Form*/
.milladdress
{
	font-size: 14px;
	min-height: 15px;
	line-height:15px;
	vertical-align: middle;	
}

.required-field 
{
    border:2px solid red !important;
}

/*.loader {
    background-color: white;
    border: 16px solid #f3f3f3; 
    border-top: 16px solid #3498db; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;    
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}  */
.cellright
{
  text-align: right;
}

.cellcenter
{
  text-align: center;
}

.cellleft
{
  text-align: left !important;
}
