/*--------------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;  
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

a.no-cursor {
  cursor: default;
}

/*--------------------------------------------------------------------------
 AJAX
--------------------------------------------------------------------------*/
#ajax-loader {
  display: none;
  background: url(../img/loaders/ajax-loader.gif) no-repeat center; 
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/*--------------------------------------------------------------------------------------
  REQUIRERED
--------------------------------------------------------------------------------------*/
.removed {
  color: #aa4444;
}
.enabled {
  color: #44aa44;
}
.background-enabled {
  background-color: #44aa44;
}
.disabled {
  color: #aa4444;
}
.warning {
  color: #aa4444;
}
.inactive {
  color: #cccccc;
}
.selected {
  color: #a94442;
}
.background-disabled {
  background-color: #aa4444;
}
.required {
  color: red;
  width: auto;
  float: none;
  display: inline;
  margin : 0 6px 0 6px;
}

/*--------------------------------------------------------------------------
 MODAL
--------------------------------------------------------------------------*/
.modal-header {
  padding: 14px 16px 10px 16px ;
}
.modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
}
.modal-header i.fa {
  font-size: 20px;
  margin-right: 12px;
}
.modal-content {
  background-color: #fff;
  border-radius: 0;
  border: 0;
}

/*--------------------------------------------------------------------------------------
  BUTTON
--------------------------------------------------------------------------------------*/
.btn-full {
  padding: 0;
  width: 100%;
  white-space: normal;
  margin: 0 0 6px 0;
}
.btn.btn-default {
  background-color: #ffffff;
  padding: 6px 8px;
}
.btn.btn-default:hover {
  background-color: #ccc;
}
.btn.btn-danger {
  background-color: #e41f15;
  padding: 10px 40px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  border: 0;
}
.btn.btn-danger:hover {
  background-color: #ccc;
}
.btn.btn-primary {
  background-color: #5A7391;
  padding: 6px 8px;
  border: 0;
}
.btn.btn-primary:hover {
  background-color: #ccc;
}
.btn.btn-default.btn-tool-box {
  color: #333;
  width: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn.btn-default.btn-tool-box:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*--------------------------------------------------------------------------------------
  Divider
--------------------------------------------------------------------------------------*/
.divider {
  height: 1px;
  margin: 8px 0 12px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}

/*--------------------------------------------------------------------------------------
  CAPTCHA
--------------------------------------------------------------------------------------*/
.captcha {
  margin: 8px auto;
  max-width: 180px;
}
.captcha img {
  width: 100%;
  margin-top: 10px;
}
.captcha .form-group {
  margin-top: 10px;
}

/*--------------------------------------------------------------------------
 MESSAGE
--------------------------------------------------------------------------*/
.message-text {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding: 4px 8px 4px 8px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-left: 2px solid rgba(232, 232, 232, 0.4);
}
.message-block {
  margin-bottom: 12px;
  padding: 10px 8px 10px 8px;
  background-color: #fff;
  border-left: 2px solid rgba(232, 232, 232, 0.4);
  text-align: left;
}
.message-alert {
  margin-bottom: 12px;
  padding: 4px 8px 4px 8px;
  background-color: #fff;
  border-bottom: 1px solid rgba(232, 232, 232, 0.4);
  text-align: center;
}
.message-text.info,
.message-alert.info,
.message-block.info {
  color: #00529B;
  font-size: 14px;  
}
.message-text.success,
.message-alert.success,
.message-block.success {
  color: #4F8A10;
  font-size: 14px;  
}
.message-text.warning,
.message-alert.warning,
.message-block.warning {
  color: #9F6000;
  font-size: 14px;
}
.message-text.error,
.message-alert.error,
.message-block.error {
  color: #a94442;
  font-size: 14px; 
}
.message-text.info,
.message-block.info {
  border-left-color: #00529B;
}
.message-text.success,
.message-block.success {
  border-left-color: #4F8A10;
}
.message-text.warning,
.message-block.warning {
  border-left-color: #9F6000;
}
.message-text.error,
.message-block.error {
  border-left-color: #D8000C;
}
.message-alert.info {
  border-bottom-color: #00529B;
}
.message-alert.success {
  border-bottom-color: #4F8A10;
}
.message-alert.warning {
  border-bottom-color: #9F6000;
}
.message-alert.error {
  border-bottom-color: #D8000C;
}

/*--------------------------------------------------------------------------
 PROCESS WINDOW
--------------------------------------------------------------------------*/
.process-window-border {
  padding: 8px 8px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid  #ccc;
}
.process-window-content {
  display: none;
}
.process-window-content.active {
  display: block;
}
.process-dialog,
.process-request,
.process-window-content.active {
  cursor: pointer;
}

/*--------------------------------------------------------------------------------------
  CONTAINER BLOCK
--------------------------------------------------------------------------------------*/
.container-block {
  max-width: 1040px;
  min-height: 640px;
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK
--------------------------------------------------------------------------*/
.display-block {
  width:100%;
  padding: 0;
  margin-bottom: 12px;
  border-radius: 10px;  
  background-color: #fff;
  border: 1px solid #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
}
.display-content {
  width:100%;
  padding: 8px 14px 8px 14px;
}
h2.display-title {
  color: #000;
  font-size: 22px;
  margin-top: 2px;
  margin-bottom: 8px;
}
h2.display-title i.fa {
  font-size: 22px;
  margin-right: 12px;
}

/*--------------------------------------------------------------------------
 PICTURE
--------------------------------------------------------------------------*/
.picture {
  width: 100%;
  padding: 2px;
  margin: 4px auto 18px auto;
  max-width: 260px;
  max-height: 260px;
}
.picture img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 256px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(0, 0, 0, 0.26);
}

/*--------------------------------------------------------------------------
 DISPLAY DIVERS
--------------------------------------------------------------------------*/
header .logo-nav {
  float: right;
  width: 70px;
  height: 94px;
  background-color: #000;
}
header nav {
  background-color: #fff;
  height: 65px;
  margin-bottom: 30px;
}
header .header-img {
  padding-top: 24px;
  background: url("../img/header.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
}
@media (max-width: 768px) {
  header .header-img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  header .header-img {
    height: 200px;
  }
}
p {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
h1, h2, h3, h4, h5 {
  color: #e41f15;
  font-family: Arial, Helvica, sans-serif;
}
h1 {
  color: #000;
  font-size: 2.6rem;
  margin: 1.2rem 0;
}
p.subtitle {
  color: #000;
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
p.labeled {
  color: #5c5c5c;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
a {
  color: #e41f15;
}
a:hover {
  color: #87120c;
}
.alert-protection {
  background-color: #f6f5f5;
  border: 1px solid #d6d8db;
  margin-bottom: 48px;
  padding: 12px;
}
.alert-protection p {
  color: #5c5c5c;
  font-family: Arial, Helvica, sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.3rem;
  margin-bottom: 16px;
  margin-top: 0px;
  text-align: left;
}
.header-title {
  color: #e41f15;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.35rem;
  margin: 0 0 18px 0;
}
