﻿/* VARIABLES
 **********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fade-in {
  animation: fadeIn 1.0s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[class*=col-] + .col-md-12,
[class*=col-] + .col-sm-12,
[class*=col-] + .col-md-12,
[class*=col-] + .col-lg-12 {
  float: left;
}
.field-offset {
  padding-left: 40px;
  padding-right: 5px;
}
.text-left {
  text-align: left !important;
}
.inline-width {
  width: auto !important;
}
.text-highlight {
  color: #004C99;
}
.text-italic {
  font-style: italic;
}
.list-group {
  margin-bottom: 0;
}
.list-group .list-group-item {
  border-radius: 0;
  padding: 5px 15px;
}
.list-unstyled.list-indent {
  padding-left: 50px;
}
.list-group-item:focus,
.list-group-item:hover {
  background-color: #fff;
}
.list-group-item.list-group-item-success {
  background-color: #F0F7ED;
}
.list-group-item.list-group-item-success:focus,
.list-group-item.list-group-item-success:hover {
  background-color: #F0F7ED;
}
.list-group-item.list-group-item-success .list-group-item-heading {
  color: #3c763d;
}
.list-group-item.list-group-item-success .list-group-item-text {
  color: #666;
}
.list-group-item.list-group-item-danger {
  color: #a94442;
  background-color: #F9EBEB;
}
.list-group-item.list-group-item-danger:focus,
.list-group-item.list-group-item-danger:hover {
  background-color: #F9EBEB;
}
.list-group-item .list-group-item-text {
  font-weight: normal;
}
.list-group-checkbox label {
  cursor: pointer;
  display: block;
}
.list-group-checkbox label .cbx-container {
  float: right;
}
.list-checkbox-matrix li {
  margin-bottom: 10px;
}
.list-checkbox-matrix li > span {
  font-size: 15px;
  display: inline-block;
  width: 200px;
}
.panel.panel-theme {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) !important;
}
.panel.panel-theme > .panel-heading {
  padding: 15px 20px 10px;
  width: 100%;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}
.panel.panel-theme > .panel-heading:before,
.panel.panel-theme > .panel-heading:after {
  content: "";
  display: table;
}
.panel.panel-theme > .panel-heading:after {
  clear: both;
}
.panel.panel-theme > .panel-heading .panel-title {
  float: left;
  font-size: 15px;
}
.panel.panel-theme > .panel-heading .panel-buttons {
  float: right;
}
.panel.panel-theme > .panel-heading .panel-buttons a {
  color: #868686;
  font-size: 16px;
}
.panel.panel-theme > .panel-heading .panel-buttons a:hover {
  color: #004C99;
}
.panel.panel-theme > .panel-body {
  padding: 15px 20px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.panel.panel-theme.panel-table .panel-heading {
  background-color: #f4f4f4;
  padding: 5px 15px;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 33px;
  border-bottom: none;
}
.panel.panel-theme.panel-table .panel-body {
  padding: 10px 15px;
}
.panel.panel-theme.panel-last {
  margin-bottom: 0;
}
.table.table-theme {
  font-size: 13px;
}
.table.table-theme tr th,
.table.table-theme tr td {
  padding: 12px 8px;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}
.table.table-theme thead th {
  text-transform: uppercase;
  color: #AAA;
  cursor: default;
}
.table.table-theme tbody {
  font-size: 14px;
}
.table.table-theme tbody tr {
  cursor: pointer;
}
.table.table-theme tbody tr.active td {
  background-color: #004C99;
  color: #fff;
}
.table.table-theme tbody tr:hover:not(.active) td {
  background-color: #f7f7f7;
}
.table.table-theme tbody tr i {
  font-size: 18px;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.form.form-fieldset fieldset > legend {
  color: #E73029 !important;
}
.form.form-condensed fieldset {
  margin-bottom: 5px !important;
}
.form.form-condensed fieldset legend {
  margin-bottom: 8px;
}
.form.form-condensed .form-group {
  margin-bottom: 0;
}
.form-horizontal.text-left label {
  text-align: left;
}
.form-horizontal label {
  color: #808080;
  font-weight: normal;
}
@media (max-width: 767px) {
  .form-horizontal .form-group {
    margin-bottom: 5px;
  }
}
.form-group.form-group-sm {
  margin-bottom: 0;
  clear: both;
}
@media (max-width: 767px) {
  .form-group.form-group-sm {
    margin-bottom: 5px;
  }
}
.form-group.form-group-block label {
  display: block;
}
.form-control {
  border-radius: 0;
  border-color: #ccc;
  box-shadow: none;
}
.form-control:focus {
  border-color: #0072e5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 76, 153, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 76, 153, 0.5);
}
.form-control.input-xs {
  height: 22px;
  line-height: 22px;
  padding: 2px 6px;
}
.form-control.input-number {
  display: inline-block;
  width: 50px;
}
.form-control.input-inline {
  display: inline-block;
  width: auto;
}
.control-label.control-label-fixed {
  width: 175px;
}
@media (max-width: 767px) {
  .control-label.control-label-fixed {
    width: 100%;
    margin-bottom: 2px;
  }
}
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #ececec;
  background-color: #f7f7f7;
}
.input-group .input-group-addon.input-group-addon-focus {
  cursor: pointer;
}
.nav-tabs li a {
  border-radius: 0;
}
.tab-content .list-group-item:first-child {
  border-top: none;
}
.breadcrumb {
  background: none;
}
.progress {
  line-height: 20px;
}
.progress.progress-sm {
  height: 15px;
  line-height: 15px;
}
.progress .progress-bar-primary {
  background-color: #004C99;
}
.progress .progress-bar-secondary {
  background-color: #1a8cff;
}
.btn {
  border-radius: 0;
}
.btn-primary {
  background-color: #004C99;
  border-color: #004C99;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: #003469;
  border-color: #003469;
}
.btn-primary[disabled] {
  opacity: 0.7;
  background-color: #004C99;
  border-color: #004C99;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-secondary {
  background-color: #E73029;
  border: none;
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: #c71d16;
  border-color: #c71d16;
  color: #fff;
}
.btn-secondary[disabled] {
  opacity: 0.7;
  background-color: #E73029;
  border-color: #E73029;
}
.section-fixed {
  position: fixed;
  top: 220px;
}
.section-fixed.section-fixed-right {
  right: 20px;
}
.label.label-theme {
  background-color: #004C99;
}
.label.label-sm {
  font-size: 12px;
  padding: 2px 5px;
}
.label.label-lg {
  font-size: 13px;
  padding: 3px 6px;
}
.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 30px;
}
.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 30px;
}
.right-inner-addon i {
  position: absolute;
  right: 0;
  padding: 10px 12px;
  pointer-events: none;
}
fieldset legend {
  color: #444;
  font-size: 18px;
}
fieldset legend a {
  float: right;
  font-size: 14px;
}
.hidden-xs.hidden-xs-inline {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .hidden-xs.hidden-xs-inline,
  .hidden-xs {
    display: none !important;
  }
}
.dropdown .dropdown-menu {
  border-radius: 0;
}
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a:hover {
  color: #fff !important;
  background-color: #004C99;
}
.dropdown .dropdown-menu li form input[type="submit"] {
  background-color: #fff;
  width: 100%;
  outline: none;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown .dropdown-menu li form input[type="submit"]:focus,
.dropdown .dropdown-menu li form input[type="submit"]:active,
.dropdown .dropdown-menu li form input[type="submit"]:hover {
  color: #fff !important;
  background-color: #004C99;
}
.dropdown .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu.dropdown-menu-xs {
    width: 100%;
  }
}
.dropdown .dropdown-menu.dropdown-menu-inline li {
  float: left;
}
.dropdown.open .btn-primary {
  background-color: #E5342C;
  border-color: #E5342C;
}
.badge.badge-primary {
  background-color: #004C99;
}
.dl-horizontal-left dt {
  text-align: left;
}