﻿input[type="button"].btn {
    font-weight:normal;
}

.absolute-center {
    /*height: 50%;
    width: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
}

.absolute-center-container {
    /*width: 100%;
    height: 100%;
    clear: both;*/
}

#assign-student-login-pane .absolute-center {
    /*width: 360px;
    height: 180px;*/
}

#assign-student-login-pane .lead {
    width: 180px;
}

h2.title {
    border-bottom: solid 2px #7EABCD;
    padding-bottom: 8px;
    color: #0B3861;
}

.errors-overview {
    display: inline-block;
    margin-right: 8px;
    color:#8b0000;
}

ul.line{
  margin:0;
  padding:0; 
  list-style-type:none;
}
 
ul.line li {
  display:inline-block;
}

table.items-list {
    width:100%;
    border: solid 1px #7EABCD;
}

table.items-list thead th {
    font-weight:bolder;
    border-bottom: solid 1px #7EABCD;
    padding-top: 4px;
    padding-bottom: 2px;
    background-color: #badaf2;
}

.actions {
    padding: 10px 0 4px;
}

.form-control {
    width:100%;
    padding: 1px 0;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
select.form-control {
    margin-bottom: 2px;
}

.last-col {
    width:1em;
}
.col-2 {
    width: 100px;
}

label.title {
    border-bottom: solid 1px #7EABCD;
    color: #0B3861;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: small;
}

td.control-label {
    width: 150px;
}
.section {
    padding-bottom: 6px;
}

.has-success {
    color:#3c763d;
}
.has-error {
    color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}