@import url('style-blessed1.css?z=636');

html,
body {
  height: 100%;
  width: 100%;
}

.white {
  color: #ffffff;
}

.green {
  color: #4eaf50;
}

.red {
  color: #bb2c2c;
}

.blue {
  color: #3180ab;
}

.primary {
  color: #48486b;
}

.grey-1 {
  color: #b9b9b9;
}

.grey-2 {
  color: #a8a8a8;
}

.grey-3 {
  color: #818181;
}

.yellow {
  color: #ea9d2e;
}

.dropdown-menu.right {
  right: 0;
  left: auto;
}

.bootstrap-select .dropdown-toggle:focus {
  border: 1px solid #999999;
  box-shadow: none;
  outline: none !important;
}

.dropdown-menu.actions li > a {
  padding: 12px 25px;
}

.dropdown-menu.actions li > a .fa {
  margin-right: 10px;
  font-size: 16px;
}

a:focus {
  outline: 0;
}

.buttons-set {
  margin: 15px 0;
}

.btn {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn .fa {
  padding-right: 20px;
  font-size: 16px;
}

.btn .fa.fa-right {
  padding-right: 0;
  padding-left: 10px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 15px;
  font-size: 12px;
  line-height: inherit;
}

.btn-success {
  background-color: #4eaf50;
}

.btn-warning {
  background-color: #bb2c2c;
}

.btn-primary {
  background-color: #48486b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #33334d;
}

.btn-default {
  background-color: #3180ab;
  color: #fff;
}

.btn-default:hover {
  color: #fff;
  background-color: #2b7197;
}

.btn-light {
  background-color: #e9e9e9;
  color: #4c4c4c;
}

.btn-light:hover {
  color: #4c4c4c;
  background-color: #dcdcdc;
}

.btn-light-2 {
  background-color: #a3a3b5;
  color: #fff;
}

.btn-light-2:hover {
  color: #fff;
  background-color: #9595aa;
}

.btn-inverted {
  background-color: #fff;
  color: #3180ab;
}

.btn-transparent-light {
  background: transparent;
  color: #fff;
  border: 1px solid #3180ab;
}

.btn-transparent-light:hover {
  background: #3180ab;
  color: #fff;
}

h2 {
  text-transform: uppercase;
  color: #48486b;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.tags .tag {
  background-color: #e8eff3;
  padding: 10px;
  color: #666666;
  display: inline-block;
  margin: 0 3px 3px 0;
}

@media (min-width: 768px) {
  .tags .tag {
    margin: 0 5px 5px 0;
  }
}

.tags .tag .fa {
  margin: 4px 0 0 7px;
}

.tags.dark .tag {
  background-color: #48486b;
  color: #fff;
}

.tags.grey .tag {
  background-color: #999999;
  color: #fff;
}

.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
  border: none;
  padding: 2px;
}

.table-striped {
  background-color: #e8eff3;
}

.table-striped > tbody > tr {
  border: 0;
}

.table-striped > tbody > tr td {
  border: 0;
  padding: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8fbfc;
}

.pagination-wrapper {
  text-align: center;
  padding-top: 10px;
}

.pagination-wrapper .pagination {
  margin: 0 auto;
}

label {
  font-weight: normal;
}

.form-control {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  display: inline;
  width: 95%;
  box-shadow: none;
  color: #4c4c4c;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

.form-control:focus {
  border: 1px solid #999999;
  box-shadow: none;
}

textarea.form-control {
  text-align: left;
  color: #999999;
  width: 100%;
  display: block;
}

.bootstrap-select .btn {
  background-color: #f7f7f7;
  height: 47px;
}

.input-group .form-control {
  height: 47px;
}

.input-file-custom {
  background-color: #f7f7f7;
  height: 47px;
  padding: 0 12px;
  letter-spacing: normal;
}

.input-file-custom .fake-input {
  display: inline-block;
  width: 50%;
  height: 47px;
  line-height: 47px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input-file-custom .fake-btn {
  display: inline-block;
  width: 40%;
  height: 47px;
  border-left: 1px solid #e3e3e3;
  line-height: 47px;
  text-align: center;
}

.input-file-custom .form-control-file {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 47px;
}

@media (min-width: 992px) {
  .input-file-custom {
    letter-spacing: 1px;
  }

  .input-file-custom .fake-input {
    width: 70%;
  }

  .input-file-custom .fake-btn {
    width: 25%;
  }
}

.form-container {
  background-color: #fff;
  padding: 35px;
}

@media (min-width: 768px) {
  .form-container {
    padding: 35px 65px;
  }
}

.form-container h1 {
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.form-container .subtitle {
  color: #999999;
  text-align: center;
}

.form-container form {
  margin-top: 25px;
}

.form-container .form-control {
  border-color: #f7f7f7;
  height: 47px;
  width: 100%;
}

.form-container .buttons-set {
  text-align: center;
}

.form-container .login-link {
  margin-top: 25px;
}

.form-container .login-link a {
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1415px;
  }
}

.site-wrapper,
.site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-wrapper.OverflowHidden {
  overflow: hidden;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  display: inline-block;
}
