.btnview{margin-bottom:10px; }

 .star{ font-size:15px; font-family: 'ralewaysemibold'; color:red; position:absolute; right:0px; top:0px;
	 display:inline-block; vertical-align:middle; padding-top:3px; padding-left:5px;}
	 

#datepicker{width:310px; margin: 0 20px 10px 0px;}
#datepicker > span:hover{cursor: pointer;}

 .ui-datepicker {
    background:    #dee8ed ;
   border: 1px solid #555;
   color: #000;
 }
 .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    color: #000;
}
button.ui-datepicker-current { display: none; }

.columnWarining {
	
	border-color: red !important;
}

.columnWariningright {
	
	border-right-color: red !important;
}
/*
.parsley-errors-list li.parsley-required {
   list-style: none;
   color: #E74C3C;
   padding-left: 0;
}
*/
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
	font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.471;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445;
}


.copyright {
	margin-top: 18%;
	background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
	/*color: #204d74;*/
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
}
.copyrighttext {
	
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 font-size: 13px;
	 color: #333;
	 margin-top: 12px;
	 
}

.imgordr {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
	border: 0;
	text-align:center;
}

.leftalign{
	text-align: left !important;
}

.separator{
	border-top:1px solid #D8D8D8;
	margin-top:10px;
	padding-top:10px;
}

th { font-size: 12px; }
td { font-size: 11px; }

table.dataTable thead th,
table.dataTable tfoot th {
  text-align: center;
}

table.datatable tbody > tr > td {
	height: 5px !important; /* or whatever height you need to make them all consistent */
	white-space: nowrap;
}
  
#locgrp {
	font-size: 11px;
}
.mywrap{
	margin: 25px;
}

.submenufont {
	font-size: 12px;
}
.scroll-bar{
	overflow-y:auto;
	overflow-x:auto;
	width: 250px;
	height:85vh;
	padding-right:0 !important;
}

.scroll-bar::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

/*30-10-23 */
.iti--allow-dropdown{ width:100%}
