/* --------------------------------------------------------------

   * Main project CSS.

-------------------------------------------------------------- */
body {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 13px;
	color: #333333;
	width: 1210px;
	margin: auto;
}

input, select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #16609D;
	padding: 0.2em;
	font-size: 14px;
	color: #7a7a7a;
}

button, a.button {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #9FB6C4;
	border: 1px solid #3F738D;
	color: #073B66;
	font-size: 13px;
	cursor: pointer;
	/*padding: 0.2em 1.5em;	*/
}

.login-form button {
	padding: 0.3em 0.2em;
}

button:hover, a.button:hover {
	background-color: #ffd873;
	border: 1px solid #ffb800;
}

a.button {
	padding: 0.2em 0.2em;
	display: inline-block;
	text-decoration: none;
}

a {
	color: #3F738D;
	font-size: 13px;
}

a:hover {
	color: #3F738D;
}

button.disabled {
	background-color: #A3B6C4;
	border: 1px solid #1F4159;
	color: #073B66;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

.login-form {
	margin: 50px auto;
	width: 340px;
}

.login-form label {
	display: inline-block;
 width: 70px;
	text-align: left;
	float: none;
}

.login-form p {
	margin-top: 5px;
}

.login-form input {
	width: 200px;
	margin: 0;
}

.error {
	background-color: #FADA7B;
	border: 1px solid #F45613;
	color: #073b66;
	padding: 0.5em;
	margin-bottom: 20px;
}

.error li {
	margin-left: 15px;
}

.notify {
	background-color: #38de80;
	border: 1px solid #007b36;
	color: #073b66;
	padding: 0.5em;
	margin-bottom: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.user-info {
	margin-top: 7px;
}

.block-title {
	border: 1px solid #3F738D;
	border-radius: 8px 8px 0px 0px;
	background-color: #3F738D;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	margin-top: 15px;
}

.user-block-title {
	border: 1px solid #000000;
	border-radius: 8px 8px 0px 0px;
	background-color: #3F738D;
	color: #FFF;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	margin-top: 15px;
}

.file-upload-block {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.max-file-number {
	font-size: 12px;
	color: #7A7A7A;
}

#mri-table {
	position: relative;
}

#container {
	height: auto;
	overflow: auto;
}

#container .block-title {
	margin-top: 0px;
}

#error-block, #notify-block {
	display: none;
	text-align: center;
	width: 500px;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	top: -15px;
	left: 250px;
	font-weight: bold;
}

#img-list, #usr-mgmnt, #gr-mgmnt, #group-list {
	width: 100%;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid;
}

#img-list th, #usr-mgmnt th, #gr-mgmnt th, #group-list th {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
	font-weight: bold;
	color: #3F738D;
	font-size: 13px;
}

#img-list td, #usr-mgmnt td, #gr-mgmnt td, #group-list td {
	border-right: 1px solid;
	padding: 2px;
	border-top: none;
	border-bottom: none;
}

.tr-error input, .tr-error select {
	border-color: #F45613;
}

.mri-id {
	cursor: pointer;
}

.checkboxes {
	width:20px;
}

.age input {
	width: 85px;
}

.gender select {
	width: 80px;
}

.clinic input {
	width: 120px;
}

.status {
	width: 70px;
}

.progresscontainer {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.progresstext {
	position: absolute;
	font-size: 10px;
	padding: 0px 0px 0px 5px;
	/*z-index: 1000;*/
}

.div-status-openview, .div-status-openlog {
	float: left;
	padding-right: 4px;
	color: #3F738D;
	font-size: 13px;
	text-decoration:underline;
	cursor: pointer;
}

.img-button {
	border: none;
	background-color: transparent;
	padding: 0;
}

.user-no {
	width: 72px;
	white-space: nowrap;
}

.last-login {
	font-size: 10px;
}

.usr-buttons {
	width: auto;
}

.usr-buttons button {
	width: 90px;
	height: 25.58px;
}

.usr-mgmnt button {
	display: block;
	margin: auto;
}

.names {
	width: 100px;
}
.names input {
	width: 90px;
}

.pwd {
	width: 105px;
}
.pwd input {
	width: 100px;
}

.cleanup_interval input {
	width: 45px;
}
.cleanup_interval  {
	width: 40px;
}

.store_dir input {
	width: 55px;
}
.store_dir {
	width: 50px;
}
.store_dir select {
	width: auto;
	height: 25.58px;
}

.time_zone input {
	width: 55px;
}
.time_zone {
	width: 50px;
}

.role {
	width: 80px;
}
.role select {
	width: 80px;
	height: 25.58px;
}

.group button {
	font-weight: normal;
	font-size: 1em;
	height: 25.58px;
	width: 100px !important;
}

#chose-group-dialog {
	display: none;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size: 13px;
}

#chose-group-dialog a {
	color: #3F738D;
}

footer {
	border-top: 1px dashed #999;
	margin-top: 20px;
}

.copyright {
	text-align: center;
	margin: auto;
	font-size: 12px;
}

.about {
	margin-top: 0px;
 width: 125px;
}

input[disabled], select[disabled] {
	background-color: #c0c0c0;
	border-color: #16609D;
}

.w170 {
	width: 170px;
}

/*
the items below has been inserted to ensure same
look after including the bootstrap library during
a jQuery-file-uploade upgrade.
*/

.upload-list td {
	border-top: none;
	border-bottom: none;
	padding-top: 2px;
	padding-left: 5px;
}

.nr-style {
 border: 1px solid #c5dbec;
	background: #CED9E1 url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
 color: #3F738D;
	font-size: inherit;
	padding: 0.7em 0.7em;
	margin: 0;
	line-height: normal;
}

.files {
	margin: 5px;
	width: auto;
	border-collapse: collapse;
}

.files td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.files button {
	margin-bottom: 0;
}

.template-download a:link {
	color: black;
}

.progress {
	margin-bottom: 0;
	border: 1px solid #a6c9e2;
	background-color: white;
}

.progress-bar {
	background-color: #ffa54a !important;
}

#report-type {
	height: auto;
	background-color: #dddddd;
	margin-bottom: 0;
}

.files .progress {
	width: 200px;
	height: 20px;
	box-sizing: content-box;
}

.fileinput-button {
	float: left;
	margin-right: 4px;
}

.td-status {
	width: 90px;
}

.td-status-text {
	vertical-align: top;
}

.fa-gear {
	color: #3F738D;
}

.no-close .ui-dialog-titlebar-close {
 display: none;
}
