/* TYPES
   -----------------------------------------------------------------
*/
/* Headings
   --------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  border-bottom: 7px solid #8a8a8a;
  line-height: normal;
}
/* Links
   --------------------
*/
a {
  cursor: pointer;
}
/* Forms
   --------------------
*/
fieldset {
  margin-top: 8px;
}
legend {
  color: #474747;
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
  border-style: dotted;
  line-height: 30px;
}
label {
  margin-bottom: 2px;
  color: #474747;
}
/* Line
   --------------------
*/
hr {
  border-top-style: dotted;
}
/* Address
   --------------------
*/
address strong,
address div {
  display: block;
  margin-top: 5px;
}
/* CLASSES
   -----------------------------------------------------------------
*/
/* Headings
   --------------------
*/
.titleMain {
  color: #474747;
  font-size: 46px;
  line-height: 46px;
  margin: 30px 0 5px 0;
  padding: 0;
}
.pageTitleTable {
  border: 0 none;
  color: #DADADA;
  display: inline;
  font-size: 46px;
  padding: 0;
}
.legend {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.modal-header h3,
h3.panel-title {
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
h3.panel-title {
  color: #FFF;
}
/* Forms
   --------------------
*/
.form-horizontal h3 {
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  margin-top: 0;
  font-size: 14px;
}
.radio label,
.checkbox label {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  color: #666666;
}
/* Read-only forms (details)
   --------------------
*/
.details {
  margin-bottom: 15px;
}
.details .row {
  margin-top: 8px;
  margin-bottom: 8px;
}
.details .row:first-child {
  margin-top: 0;
}
.details .row:last-child {
  margin-bottom: 0;
}
.details-fixed-default,
.form-fixed-default {
  width: 600px;
}
.details-fixed-lg,
.form-fixed-lg {
  width: 701px;
}
.details-fixed-xl,
.form-fixed-xl {
  width: 800px;
}
.details-fixed-xxl,
.form-fixed-xxl {
  width: 970px;
}
.details-fixed-sm,
.form-fixed-sm {
  width: 500px;
}
.details-fixed-xs,
.form-fixed-xs {
  width: 200px;
}
/* Tables
   --------------------
*/
.table thead th,
.table tbody th {
  text-transform: uppercase;
  color: #333;
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  font-weight: normal;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px dotted #cccccc;
}
.table > thead > tr > th {
  border-bottom: 1px dotted #cccccc;
}
.table.table-unbordered > thead > tr > th,
.table > tbody > tr > th,
.table.table-unbordered > tfoot > tr > th,
.table > thead > tr > td,
.table.table-unbordered > tbody > tr > td,
.table > tfoot > tr > td,
.table.table-unbordered > thead > tr > th {
  border-width: 0;
}
.table-layout-fixed {
  table-layout: fixed;
}
/* Modal
   --------------------
*/
.modal-default .modal-dialog {
  width: 600px;
}
.modal-lg .modal-dialog {
  width: 701px;
}
.modal-xl .modal-dialog {
  width: 801px;
}
.modal-xxl .modal-dialog {
  width: 970px;
}
.modal-xxxl .modal-dialog {
  width: 1170px;
}
.modal-sm .modal-dialog {
  width: 500px;
}
.modal-xs .modal-dialog {
  width: 400px;
}
.modal-scrollable .modal-body {
  max-height: 450px;
  overflow: auto;
}
.modal-scrollable .modal-footer {
  margin-top: 0;
}
/* Lists
   --------------------
*/
.list-sgs li {
  list-style: url(/Reference/Resources/Images/CorpV3/list_item.png);
}
.linkList {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.linkList li {
  list-style: none outside none;
  margin: 5px 0;
  padding: 0;
}
.linkList li a {
  display: inline;
  font-size: 12px;
  position: relative;
}
.showCatNav {
  border-top: 1px dotted #cccccc;
  margin: 0 0 40px;
  padding: 0;
  width: 210px;
}
.showCatNav li {
  border-bottom: 1px dotted #cccccc;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 0;
  text-transform: uppercase;
}
/* Forms
   --------------------
*/
.btn {
  font-family: 'UniversLTStd57Condensed', sans-serif;
  text-transform: uppercase;
}
.btn.btn-lg {
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
}
.btn-sm .caret {
  margin-bottom: 1px;
}
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .2s;
}
.btn-primary.btn-outline {
  color: #ff6600;
}
.btn-success.btn-outline {
  color: #53b258;
}
.btn-info.btn-outline {
  color: #2980b9;
}
.btn-warning.btn-outline {
  color: #f7be00;
}
.btn-danger.btn-outline {
  color: #c0392b;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:active,
.btn-info.btn-outline:hover,
.btn-info.btn-outline:active,
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:active,
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:active {
  color: #FFF;
}
fieldset.well {
  padding: 14px;
}
.page-title + .well.form-search {
  margin-top: -12px;
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fieldset-fixed > .row {
  width: 530px;
  margin-left: 0;
}
.fieldset-fixed span.error {
  top: -10px;
}
.required:after {
  content: " *";
  color: #ff6600;
}
/* Message Box
   --------------------
*/
.alert-heading {
  margin: 0 0 3px 0;
}
.alert-text {
  margin: 0;
}
.alert-list {
  margin-bottom: 0;
}
.hero-unit .alert {
  line-height: 20px;
  font-weight: normal;
  font-size: 13px;
}
.alert h5 {
  font-size: 12px;
  margin-top: 0;
}
.alert-danger h5 {
  color: #c0392b;
}
.alert-success h5 {
  color: #53b258;
}
.alert-info h5 {
  color: #2980b9;
}
.alert-validation .dl-horizontal {
  margin-bottom: 0;
}
.alert-validation .dl-horizontal dt {
  width: 22px;
  margin-top: 3px;
}
.alert-validation .dl-horizontal dt:first-child {
  margin-top: 0;
}
.alert-validation .dl-horizontal dd {
  margin-left: 27px;
  margin-top: 3px;
}
/* Misc
   --------------------
*/
.clear {
  clear: both;
}
/* Buttons alignment */
.buttonsLeftAlign {
  margin-top: 10px;
  padding-left: 90px;
  text-align: left;
  clear: both;
}
.buttonsRightAlign {
  margin-top: 10px;
  text-align: right;
  clear: both;
}
.clearForm label,
.clearLabel {
  font-weight: normal;
}
.text p {
  margin: 5px 0;
}
.fix-input-list input[type="radio"],
.fix-input-list input[type="checkbox"] {
  margin: 0 0 3px 0;
}
.fix-input-list input[type="radio"] + label,
.fix-input-list input[type="checkbox"] + label {
  display: inline-block;
  margin: 0 0 0 5px;
}
.fix-input-list > tbody > tr > td {
  padding-bottom: 5px;
}
.nav-pills > li > a {
  border-radius: 0;
}
.no-margin {
  margin: 0;
}
/* Module
   --------------------
*/
.module {
  padding: 0;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  color: #484848;
}
.module h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 10px 0;
  text-transform: none;
}
.module h4 {
  background: none repeat scroll 0 0 #8A8A8A;
  cursor: default;
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  height: 14px;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
  width: 100%;
}
.module abbr {
  margin-right: 5px;
}
.module h4 a,
.module h4 span,
.news h4 a,
.news h4 span {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #484848;
  display: inline-block;
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  font-size: 19px;
  margin: -5px 0;
  padding: 0 5px 0 0;
  text-decoration: none;
  vertical-align: text-top;
  width: auto;
  line-height: 25px;
}
.module address {
  margin-bottom: 0;
}
.adr,
.adr li,
.adr.ul {
  display: block;
  margin: 5px 0;
  padding: 0;
  font-size: 14px;
}
/* Related topics
   --------------------
*/
.left-side-related {
  border-left: 7px solid #DADADA;
  border-top: 7px solid #DADADA;
}
.left-side-related-content {
  padding: 11px 0 20px 12px;
}
/* Date
   --------------------
*/
.date {
  background-color: #ff6600;
  color: #FFF;
  cursor: default;
  float: left;
  margin: 0 7px 0 0;
  padding: 11px 0 7px;
  position: relative;
  text-align: right;
  width: 67px;
}
.date p {
  background-color: #ff6600;
  font-family: 'UniversLTStd67BoldCondensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin: 0 7px 0 0;
  padding: 0;
  text-align: right;
  width: 62px;
}
div.date span {
  font-size: 35px;
  position: relative;
  top: 5px;
}
.date.date-sm {
  width: 40px;
  padding: 10px 0 7px;
}
.date.date-sm p {
  font-size: 10px;
  line-height: 10px;
  width: 37px;
}
div.date.date-sm span {
  font-size: 20px;
}
/* Table
   --------------------
*/
.clearForm {
  margin: 0;
  padding: 0;
}
.clearForm td {
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
}
/* Fieldset form
   --------------------
*/
fieldset.first {
  margin-top: 10px;
}
fieldset.fieldsetForm.filter {
  background-color: #F9F9F9;
  padding-bottom: 5px;
  margin-bottom: 10px;
  /* override the .filter class */
}
fieldset.fieldsetForm div {
  padding-top: 10px;
  clear: left;
}
fieldset.fieldsetForm div.first {
  padding-top: 0;
}
fieldset.fieldsetForm div div {
  clear: none;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
  display: inline;
}
fieldset.fieldsetForm div div.noSpace {
  margin: 0;
}
fieldset.fieldsetForm div div.noLabel {
  position: relative;
  top: 14px;
}
fieldset.fieldsetForm div div.button {
  position: relative;
  top: 15px;
  left: -16px;
}
/* Reset the style for sub div */
fieldset.fieldsetForm div div div {
  clear: none;
  float: none;
  margin: 0;
  display: block;
}
.filter {
  background-color: #F9F9F9;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.filter h2 {
  margin-top: 0;
}
/* Labels (bootstrap)
   --------------------
*/
.label {
  font-size: 80%;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label {
  font-weight: normal;
}
.badge-primary {
  background-color: #ff6600;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #cc5200;
}
.badge-success {
  background-color: #53b258;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #419145;
}
.badge-info {
  background-color: #2980b9;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #20638f;
}
.badge-warning {
  background-color: #f7be00;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #c49700;
}
.badge-danger {
  background-color: #c0392b;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #962d22;
}
/* Bootstrap fix
   --------------------
*/
.tooltip {
  z-index: 1051;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 2px;
  margin-right: -10px;
}
/*.dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }*/
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*
    Read more
    --------------------
*/
.read-more-wrapper {
  display: inline;
}
.read-more {
  display: inline-block;
  margin-left: 5px;
  color: #ff6600;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'UniversLTStd57Condensed', sans-serif;
}
.read-more:hover {
  color: #b34700;
}
/*
    Loader (spinner)
    --------------------
*/
.sgsLoader .status {
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ff6600;
  font-family: UniversLTStd57Condensed, sans-serif;
  margin: 30px 0;
  vertical-align: middle;
}
.sgsLoader .status .fa {
  font-size: 2em;
  margin-right: 3px;
}
.sgsLoader .status .error {
  color: #c0392b;
}
/* Bootstrap hacks (IE)
   --------------------
*/
.navbar-inverse .navbar-inner {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff575757', endColorstr='#ff474747', GradientType=0);
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffff6600', endColorstr='#ffe65c00', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffff6600', endColorstr='#ffe65c00', GradientType=0);
}
.row input[class*='span'] {
  min-height: 1px\9;
  box-sizing: inherit\9;
}
/*# sourceMappingURL=fwk.css.map */