﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*margin-top: 120px;*/
}

.display_icon {
    width: 60px;
    height: 60px;
    background-color: #bb2649;
    padding: 15px;
    float: left;
    margin-bottom: 20px;
}

.display_icon span {
    font-size: 30px; 
    color: white
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/* Colors the validation messages red */
.input-validation-error {
    border: 1px solid #bb2649 !important;
    background-color: #fff !important;
}

.field-validation-error {
    font-weight: bold;
    color: #bb2649;
}

.block-ui-message-custom{
  display: inline-block;
  text-align: left;  
  border-radius: 4px;
  font-weight: bold;
  /* needed for IE */
  min-width:400px;
  filter: alpha(opacity=100);
}
.block-ui-message-custom-inner {
  text-align: center;  
  padding:5px;
  font-weight: normal;
}

/* Added styles - temporary */
.navbar-inverse {
    background-image: none;
    border-bottom: none;
}

.image-crop {
    height: 430px;
    overflow: hidden;
    position: absolute;
    z-index: -10;
}

.image-crop img {
    width: 1140px;
    margin: -75px 0 0 0px;
    filter: blur(0px) brightness(1.2);
    -webkit-filter: blur(0px) brightness(1.2);
    -moz-filter: blur(0px) brightness(1.2);
    -o-filter: blur(0px) brightness(1.2);
    -ms-filter: blur(0px) brightness(1.2);
}

.thumbnail {
    border: none;
}

/* Text align rigth */
.align-right {
    text-align: right;
}

.pointer:hover {
    cursor: pointer;
}

.nav-tabs-container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.testSystem {
    background-color: #4d4f59;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: larger;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: 3px;
}