
.text-header{
    text-align: center;
    font-size: 22px;
    color: #991111;
}


.side-bar li{
border-bottom: 2px solid #000;
padding: 5px;
}

.maintab
{
    color: #991111;
}

.sub-menu li{
padding-left: 16px;
border-bottom: 1px solid gray;
}

.links{
    color: #239acc;
}
.cfp{
    margin-left: 30px;
    list-style-type: disc;
}
.unorderlist{
    margin-left: 30px;
    list-style-type: disc; 
}

.orderlist{
    margin-left: 30px;
    list-style-type: I; 
}

.registration-table, td, th{
    border: 1px solid #000;
}
.registration-table th{
    text-align: center;
   
}

.hotel-table, td, th{
     border: 1px solid #000;
}

.hotel-table th, td{
     text-align: left;

}


.registration-subtitle{
    font-size: 8px;
}

.value {
    text-align: right; 
}


.workshop-table, td, th{
    border: 1px solid #000;
    
}
.ws-t{
    font-size: 14px;
}


.bg-skyblue{
    background-color: #023459;
}
.tophead-text{
    color: #fff;
    text-align: center;
    
}

.menu-header{
    line-height: 40px;
}


/* Full-width input fields */
input[type=text], input[type=password], .form-control {
    width: 80%;
    padding: 0px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #fff;
    border: 1px solid #e0e6e3;
    text-transform: none;
}
.form-control{
    border: 1px solid #e0e6e3; 
}


.registerbtn {
    background-color: #023459;
    color: white;
    padding: 8px 16px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: auto;
    opacity: 0.9;
}

.registerbtn:hover {
    opacity: 1;
}
#Registered{
    border: 1px solid #e0e6e3;
}

tr, th {
	text-align: center;
}

img.acmlogo{
  width:200px;
  height:128;
}

.error {
	width: 92%;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #023459;
	color: #023459;
	background: #023459;
	border-radius: 5px;
	text-align: left;
}

.hidden {
	display: none;
}

table.sponosorlogo td {
    border: none;
    margin: 0 0 18px;  
    border-collapse: inherit;
}

img.sponsorlogo{
  width:150px;
}


input[class="datefield"]{
    width: 10%;
}

ol.roman
 {
    margin-left: 50px;
    list-style-type: circle;
}
  
  #spon_logo{
    width: 50%;
  }
