﻿.panel-primary {
	background-color: #ecf0f1;
}

.available-sessions td {
	/*border: 2px solid #2c3e50;
	border-radius: 3px;*/
	/*padding: 2px;*/
	display:inline-block;
	margin-right: 5px;
	/*padding:3px;*/
}

.available-sessions td label {
	font-weight: normal;
}

.alert span {
	margin-right: 5px;
}

.modal-header {
	background-color: #f39c12;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal-body ul {
	padding-left: 3px;
	margin: 0px;
}

.modal-body ul li {
	list-style-type: none;
	margin-bottom: 3px;
}

.modal-body ul li a {
	margin-right: 4px;
}

table tr.listHead {
	background-color: #ecf0f1;
}

table tr.listAlt {
}

 .experiment-attachments {
 	padding:0px;
 }
 
 .experiment-attachments li {
 	list-style-type: none; 
 	margin-bottom: 6px;
 }
 
 /****** HOVER STYLES ******/
.dvhdr1 {
    background: #2c3e50;
    font-size: 17px;
    color: #fff;
    padding: 10px 15px;
    max-width: 250px;
    border: 1px solid #2c3e50;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
 }
 
 .dvbdy1 {
    background: #ecf0f1;
    border-left: 1px solid #2c3e50;
    border-right: 1px solid #2c3e50;
    border-bottom: 1px solid #2c3e50;
    padding: 15px;
    max-width: 250px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;    
 }
 
 .remove-attachment {
 	margin-right: 6px;
 }