/* Login */
.login_page {
    min-height: 100%;
    margin-top: 80px;
    background: url('../images/sedof_logo_800x830.png') no-repeat fixed;
    background-position: 500px  50%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: 30%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sedof_logo_800x830.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sedof_logo_800x830.png', sizingMethod='scale')";
    background-color: #FFFFFF !important;
}
.login-panel {
    margin-top: 15% !important;
}
.login-panel-logo img {
    height: 100%;
    width: 100%;
    margin-top: 5%;
}

/* Spinner */
#loading_spinner {
	position: static;
	top: 50%;
	left: 50%;
	text-align:center;
	z-index:1234;
	overflow: auto;
}

/* Error */
.error_page .error-number {
    font-size: 64px;
    font-weight: 300;
    color: #000000;
}
.error_page h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Header */
.page-header {
    margin-top: 15px;
}
h1 {
    font-size: 24px;
}

/* Sidebar */
@media (min-width: 768px) {
  #page-wrapper {
    margin-left: 150px;
  }
  .sidebar {
    width: 150px;
  }
}
.sidebar-logo {
    width: 150px;
}

/* Footer */
#page-wrapper {
    padding-bottom: 20px;
}

footer {
    clear: both;
    border-top: 1px solid #bbb;
    font-size: 0.9em;
    color: #aaa;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:center;
    background:#fff;
    width: 100%;
}
footer a {
    color: #aaa;
    background:#fff;
}
footer a:hover {
    color: #fff;
    background:#aaa;
}
.footer_login_page {
    margin-top: 200px;
}
.footer_main {
    width: 81%;
    position: fixed;
    bottom:0;
    margin-left: -31px;
    margin-right: -30px;
}

/* Pagination */
.pagination {
    margin-top: 0;
}

/* My account */
#myaccount_password, #myaccount_data {
    margin-top: 10px;
}

/* Printing */
#print-page-header { display: none !important; }
#print-page-footer { display: none !important; }
#printMessageBox {
    z-index: 9999 !important;
}

/* Sorting tables */
.table-sorting {}
.table-sorting .sorting {
    cursor: pointer;
    background: url('../../sbadmin2/bower_components/datatables/media/images/sort_both.png') no-repeat center left;
    padding-left: 18px;
}
.table-sorting .sorting_asc {
    cursor: pointer;
    background: url('../../sbadmin2/bower_components/datatables/media/images/sort_asc.png') no-repeat center left;
    padding-left: 18px;
    background-color: rgb(238, 238, 238);
}
.table-sorting .sorting_desc {
    cursor: pointer;
    background: url('../../sbadmin2/bower_components/datatables/media/images/sort_desc.png') no-repeat center left;
    padding-left: 18px;
    background-color: rgb(238, 238, 238);
}
.table-sorting th a {
    color: #000000;
    text-decoration: none;
}

/* Charts */
.chart {
    overflow: hidden;
    height: 300px;
    /*z-index: 90;*/
    width: 100%;
}
.chart.chart-small {
    height: 100px;
}
.chart.chart-medium {
    height: 200px;
}
.chart.chart-normal {
    height: 250px;
}
.chart.chart-large {
    height: 400px;
}
.chart-padding-bottom {
    margin-bottom: 20px;
}

/* Panel */
.panel-heading .actions {
    float: right !important;
    margin-top: -5px;
}

/* Search */
.table-search-form {
    margin-bottom: 50px;
}
.table-search-form .selector-column {
    margin-left: -15px;
}
.table-search-form .search-column {
    margin-right: -15px;
}

/** Color palette **/
.bg-blue {
  border-color: #4b8df8 !important;
  background-image: none !important;
  background-color: #4b8df8 !important;
  color: white !important;
}
.font-blue {
  color: #4b8df8 !important;
}

.bg-blue-madison {
  border-color: #578ebe !important;
  background-image: none !important;
  background-color: #578ebe !important;
  color: white !important;
}
.font-blue-madison {
  color: #578ebe !important;
}

.bg-blue-chambray {
  border-color: #2c3e50 !important;
  background-image: none !important;
  background-color: #2c3e50 !important;
  color: white !important;
}
.font-blue-chambray {
  color: #2c3e50 !important;
}

.bg-blue-ebonyclay {
  border-color: #22313f !important;
  background-image: none !important;
  background-color: #22313f !important;
  color: white !important;
}
.font-blue-ebonyclay {
  color: #22313f !important;
}

.bg-blue-hoki {
  border-color: #67809f !important;
  background-image: none !important;
  background-color: #67809f !important;
  color: white !important;
}
.font-blue-hoki {
  color: #67809f !important;
}

.bg-blue-steel {
  border-color: #4b77be !important;
  background-image: none !important;
  background-color: #4b77be !important;
  color: white !important;
}
.font-blue-steel {
  color: #4b77be !important;
}

.bg-blue-soft {
  border-color: #4c87b9 !important;
  background-image: none !important;
  background-color: #4c87b9 !important;
  color: white !important;
}
.font-blue-soft {
  color: #4c87b9 !important;
}

.bg-blue-dark {
  border-color: #5e738b !important;
  background-image: none !important;
  background-color: #5e738b !important;
  color: white !important;
}
.font-blue-dark {
  color: #5e738b !important;
}

.bg-green {
  border-color: #35aa47 !important;
  background-image: none !important;
  background-color: #35aa47 !important;
  color: white !important;
}
.font-green {
  color: #35aa47 !important;
}

.bg-green-meadow {
  border-color: #1bbc9b !important;
  background-image: none !important;
  background-color: #1bbc9b !important;
  color: white !important;
}
.font-green-meadow {
  color: #1bbc9b !important;
}

.bg-green-seagreen {
  border-color: #1ba39c !important;
  background-image: none !important;
  background-color: #1ba39c !important;
  color: white !important;
}
.font-green-seagreen {
  color: #1ba39c !important;
}

.bg-green-turquoise {
  border-color: #36d7b7 !important;
  background-image: none !important;
  background-color: #36d7b7 !important;
  color: white !important;
}
.font-green-turquoise {
  color: #36d7b7 !important;
}

.bg-green-haze {
  border-color: #44b6ae !important;
  background-image: none !important;
  background-color: #44b6ae !important;
  color: white !important;
}
.font-green-haze {
  color: #44b6ae !important;
}

.bg-green-jungle {
  border-color: #26c281 !important;
  background-image: none !important;
  background-color: #26c281 !important;
  color: white !important;
}
.font-green-jungle {
  color: #26c281 !important;
}

.bg-green-sharp {
  border-color: #4db3a2 !important;
  background-image: none !important;
  background-color: #4db3a2 !important;
  color: white !important;
}
.font-green-sharp {
  color: #4db3a2 !important;
}

.bg-green-soft {
  border-color: #3faba4 !important;
  background-image: none !important;
  background-color: #3faba4 !important;
  color: white !important;
}
.font-green-soft {
  color: #3faba4 !important;
}

.bg-grey {
  border-color: #e5e5e5 !important;
  background-image: none !important;
  background-color: #e5e5e5 !important;
  color: #333333 !important;
}
.font-grey {
  color: #e5e5e5 !important;
}

.bg-grey-steel {
  border-color: #e9edef !important;
  background-image: none !important;
  background-color: #e9edef !important;
  color: #80898e !important;
}
.font-grey-steel {
  color: #e9edef !important;
}

.bg-grey-cararra {
  border-color: #fafafa !important;
  background-image: none !important;
  background-color: #fafafa !important;
  color: #333333 !important;
}
.font-grey-cararra {
  color: #fafafa !important;
}

.bg-grey-gallery {
  border-color: #555555 !important;
  background-image: none !important;
  background-color: #555555 !important;
  color: white !important;
}

.font-grey-gallery {
  color: #555555 !important;
}

.bg-grey-cascade {
  border-color: #95a5a6 !important;
  background-image: none !important;
  background-color: #95a5a6 !important;
  color: white !important;
}
.font-grey-cascade {
  color: #95a5a6 !important;
}

.bg-grey-silver {
  border-color: #bfbfbf !important;
  background-image: none !important;
  background-color: #bfbfbf !important;
  color: #fafcfb !important;
}
.font-grey-silver {
  color: #bfbfbf !important;
}

.bg-grey-salsa {
  border-color: #acb5c3 !important;
  background-image: none !important;
  background-color: #acb5c3 !important;
  color: #fafcfb !important;
}
.font-grey-salsa {
  color: #acb5c3 !important;
}

.bg-grey-salt {
  border-color: #bfcad1 !important;
  background-image: none !important;
  background-color: #bfcad1 !important;
  color: #fafcfb !important;
}
.font-grey-salt {
  color: #bfcad1 !important;
}

.bg-red {
  border-color: #d84a38 !important;
  background-image: none !important;
  background-color: #d84a38 !important;
  color: white !important;
}
.font-red {
  color: #d84a38 !important;
}

.bg-red-pink {
  border-color: #e08283 !important;
  background-image: none !important;
  background-color: #e08283 !important;
  color: white !important;
}
.font-red-pink {
  color: #e08283 !important;
}

.bg-red-sunglo {
  border-color: #e26a6a !important;
  background-image: none !important;
  background-color: #e26a6a !important;
  color: white !important;
}
.font-red-sunglo {
  color: #e26a6a !important;
}

.bg-red-intense {
  border-color: #e35b5a !important;
  background-image: none !important;
  background-color: #e35b5a !important;
  color: white !important;
}
.font-red-intense {
  color: #e35b5a !important;
}

.bg-red-thunderbird {
  border-color: #d91e18 !important;
  background-image: none !important;
  background-color: #d91e18 !important;
  color: white !important;
}
.font-red-thunderbird {
  color: #d91e18 !important;
}

.bg-red-flamingo {
  border-color: #ef4836 !important;
  background-image: none !important;
  background-color: #ef4836 !important;
  color: white !important;
}
.font-red-flamingo {
  color: #ef4836 !important;
}

.bg-red-soft {
  border-color: #d05454 !important;
  background-image: none !important;
  background-color: #d05454 !important;
  color: white !important;
}
.font-red-soft {
  color: #d05454 !important;
}

.bg-yellow {
  border-color: #ffb848 !important;
  background-image: none !important;
  background-color: #ffb848 !important;
  color: white !important;
}
.font-yellow {
  color: #ffb848 !important;
}

.bg-yellow-gold {
  border-color: #e87e04 !important;
  background-image: none !important;
  background-color: #e87e04 !important;
  color: white !important;
}
.font-yellow-gold {
  color: #e87e04 !important;
}

.bg-yellow-casablanca {
  border-color: #f2784b !important;
  background-image: none !important;
  background-color: #f2784b !important;
  color: white !important;
}
.font-yellow-casablanca {
  color: #f2784b !important;
}

.bg-yellow-crusta {
  border-color: #f3c200 !important;
  background-image: none !important;
  background-color: #f3c200 !important;
  color: white !important;
}
.font-yellow-crusta {
  color: #f3c200 !important;
}

.bg-yellow-lemon {
  border-color: #f7ca18 !important;
  background-image: none !important;
  background-color: #f7ca18 !important;
  color: white !important;
}
.font-yellow-lemon {
  color: #f7ca18 !important;
}

.bg-yellow-saffron {
  border-color: #f4d03f !important;
  background-image: none !important;
  background-color: #f4d03f !important;
  color: white !important;
}
.font-yellow-saffron {
  color: #f4d03f !important;
}

.bg-purple {
  border-color: #8e44ad !important;
  background-image: none !important;
  background-color: #8e44ad !important;
  color: white !important;
}
.font-purple {
  color: #8e44ad !important;
}

.bg-purple-plum {
  border-color: #8775a7 !important;
  background-image: none !important;
  background-color: #8775a7 !important;
  color: white !important;
}
.font-purple-plum {
  color: #8775a7 !important;
}

.bg-purple-medium {
  border-color: #bf55ec !important;
  background-image: none !important;
  background-color: #bf55ec !important;
  color: white !important;
}
.font-purple-medium {
  color: #bf55ec !important;
}

.bg-purple-studio {
  border-color: #8e44ad !important;
  background-image: none !important;
  background-color: #8e44ad !important;
  color: white !important;
}
.font-purple-studio {
  color: #8e44ad !important;
}

.bg-purple-wisteria {
  border-color: #9b59b6 !important;
  background-image: none !important;
  background-color: #9b59b6 !important;
  color: white !important;
}
.font-purple-wisteria {
  color: #9b59b6 !important;
}

.bg-purple-seance {
  border-color: #9a12b3 !important;
  background-image: none !important;
  background-color: #9a12b3 !important;
  color: white !important;
}
.font-purple-seance {
  color: #9a12b3 !important;
}

.bg-purple-intense {
  border-color: #8775a7 !important;
  background-image: none !important;
  background-color: #8775a7 !important;
  color: white !important;
}
.font-purple-intense {
  color: #8775a7 !important;
}

.bg-purple-sharp {
  border-color: #796799 !important;
  background-image: none !important;
  background-color: #796799 !important;
  color: white !important;
}
.font-purple-sharp {
  color: #796799 !important;
}

.bg-purple-soft {
  border-color: #8877a9 !important;
  background-image: none !important;
  background-color: #8877a9 !important;
  color: white !important;
}
.font-purple-soft {
  color: #8877a9 !important;
}

/***
Select2 Plugin
***/
.form-control .select2-choice {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
  height: 34px;
  padding: 3px 0 0 12px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
}

.select2-drop {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  border-top: 0;
}

.select2-drop-auto-width {
  border-top: 1px solid #e5e5e5;
}

.select2-drop.select2-drop-above {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop-active {
  border: 1px solid #999999;
  border-top: 0;
}

.select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: #fff;
  filter: none;
  border-left: 1px solid #e5e5e5;
}

.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
  border-left: 0 !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 1px;
}

.select2-search input {
  border: 1px solid #e5e5e5;
  background-color: #fff !important;
  filter: none;
  margin: 0;
  outline: 0;
  webkit-appearance: none !important;
  color: #333333;
  outline: 0;
  height: auto !important;
  min-height: 26px;
  padding: 6px 6px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}

.form-control.select2-container {
  border: 0;
  height: auto !important;
  padding: 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #999999 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open .select2-choice {
  border-bottom: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999999 !important;
  border-top: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #999999 !important;
  border-bottom: 0 !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  margin: 5px 0;
}

.select2-results .select2-highlighted {
  background: #eee;
  color: #333;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 3px 7px 4px;
  background: #f4f4f4;
  display: list-item;
}

.select2-container-multi .select2-choices {
  padding-left: 6px;
  min-height: 34px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 5px 0 3px 5px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/***
Color variants
***/
.has-warning .select2-container .select2-choice,
.has-warning .select2-container .select2-choices {
  border-color: #faebcc;
}

.has-warning .select2-container.select2-dropdown-open .select2-choice,
.has-warning .select2-container.select2-dropdown-open .select2-choices {
  border-color: #faebcc;
}

.has-warning .select2-container.select2-dropdown-open .select2-choice > span {
  color: #faebcc;
}

.has-error .select2-container .select2-choice,
.has-error .select2-container .select2-choices {
  border-color: #ebccd1;
}

.has-error .select2-container.select2-dropdown-open .select2-choice,
.has-error .select2-container.select2-dropdown-open .select2-choices {
  border-color: #ebccd1;
}

.has-error .select2-container.select2-dropdown-open .select2-choice > span {
  color: #ebccd1;
}

.has-success .select2-container .select2-choice,
.has-success .select2-container .select2-choices {
  border-color: #d6e9c6;
}

.has-success .select2-container.select2-dropdown-open .select2-choice,
.has-success .select2-container.select2-dropdown-open .select2-choices {
  border-color: #d6e9c6;
}

.has-success .select2-container.select2-dropdown-open .select2-choice > span {
  color: #d6e9c6;
}

/* Fix z-index when select2 opened in modals*/
.modal-open .select2-drop-mask {
  z-index: 10051;
}

.modal-open .select2-drop {
  z-index: 10052;
}

.modal-open .select2-search {
  z-index: 10053;
}

/* Form */
.form-condensed {
    padding: 3px 3px 3px 3px;
}

/* Evaluations */
.evaluation blockquote {
    margin-top: 10px;
    font-size: 12px;
}

.blockquote--justification {
  border-left: 5px solid #1b809e;
}
.blockquote--justification span {
  color: #1b809e;
}

.blockquote--notes {
  border-left: 5px solid #aa6708;
}
.blockquote--notes span {
  color: #aa6708;
}

/* Institutions */
.tag {
    border-left: 5px solid #317098;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #91d9e8;
    color: #31708f;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

/* Stats List */
ul.stats {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.stats:not(.no-dividers) li {
    border-right: 1px solid #d9d9d9;
}
ul.stats li {
    display: table-cell;
    padding: 15px;
}
ul.stats li:last-child {
    border-right: none;
}
ul.stats li strong,
ul.stats li small {
    padding: 5px 0;
    display: block;
    text-align: center;
}
ul.stats li strong {
    font-size: 25px;
    font-weight: bold;
}
ul.stats li small {
    font-size: 11px;
    color: #adadad;
}
ul.stats li > div {
    margin: 5px auto;
}
ul.stats li.light strong {
    color: #888888;
}
