/** 
 * Last Update: 2020-03-23 11:00;
 * by VG
 * **/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');*/
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("/fonts/Lato/lato-lightitalic.woff2") format("woff2"), url("/fonts/Lato/lato-lightitalic.woff") format("woff"), url("/fonts/Lato/lato-lightitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url("/fonts/Lato/lato-italic.woff2") format("woff2"), url("/fonts/Lato/lato-italic.woff") format("woff"), url("/fonts/Lato/lato-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/fonts/Lato/lato-bolditalic.woff2") format("woff2"), url("/fonts/Lato/lato-bolditalic.woff") format("woff"), url("/fonts/Lato/lato-bolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("/fonts/Lato/lato-light.woff2") format("woff2"), url("/fonts/Lato/lato-light.woff") format("woff"), url("/fonts/Lato/lato-light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("/fonts/Lato/lato-regular.woff2") format("woff2"), url("/fonts/Lato/lato-regular.woff") format("woff"), url("/fonts/Lato/lato-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("/fonts/Lato/lato-bold.woff2") format("woff2"), url("/fonts/Lato/lato-bold.woff") format("woff"), url("/fonts/Lato/lato-bold.ttf") format("truetype");
}
/*  SECTION NORMALIZE: normalize v8.0.1 */
* {
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

ul, ol {
  list-style-position: inside;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* END SECTION NORMALIZE */
/* SECTION TYPOGRAPHY */
body, p, span, h1, h2, h3, h4, h5, h6, input, a, button, * {
  font-family: "Lato", sans-serif;
  color: #271f30;
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1.45;
}

@media screen and (min-width: 1100px) {
  p {
    margin-bottom: 1.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  p {
    margin-bottom: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0.9em;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
  font-weight: lighter;
  text-transform: uppercase;
}

h2 {
  font-size: 3.157em;
  font-weight: lighter;
  text-transform: uppercase;
}

h3 {
  font-size: 2.369em;
  font-weight: lighter;
}

h4 {
  font-size: 1.777em;
  font-weight: bold;
}

h5 {
  font-size: 1.333em;
  font-weight: normal;
}

h6 {
  font-size: 1em;
  font-weight: normal;
}

small, .small {
  font-size: 0.75em;
}

big, .big {
  font-size: 1.25em;
}

/* END SECTION TYPOGRAPHY */
/* SECTION GENERAL */
html {
  height: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  background-color: #f4f1e8;
  display: flex;
  flex-direction: column;
  /*
  		@include media('screen', '>=desktop') {
              padding-bottom: $footerHeightDesktop; // Min padding to allow the footer always at bottom
  	    }
  
  		@include media('screen', '>=tablet', '<desktop') {
              padding-bottom: $footerHeightTablet; // Min padding to allow the footer always at bottom
  	    }
  
  	    @include media('screen', '>=mobile', '<tablet') {
              padding-bottom: $footerHeightMobile; // Min padding to allow the footer always at bottom
  	    }
  
  		@include media('screen', '<mobile') {
              padding-bottom: $footerHeightMobileSmall; // Min padding to allow the footer always at bottom
  	    }
  	    */
}
body > .container {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  body > .container .row {
    max-width: 100vw;
  }
}

.breadcrumb {
  background-color: transparent;
}

.page-copy {
  margin-bottom: 5px;
}

.hidden-class {
  display: none !important;
}

.clear-class {
  clear: both;
}

.clear-block-class {
  display: block;
  clear: both;
}

.crmEntityFormView fieldset {
  margin-bottom: 0px;
}

#gethelp {
  display: none;
}

.help-block {
  font-family: "Lato", sans-serif;
  color: #271f30;
}

.icon {
  position: relative;
  display: inline;
  top: 1px;
  line-height: 1em;
  font-weight: normal;
}

.iconRight {
  margin-left: 5px;
}

.iconCompleted::before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}

.iconArrowUp::before {
  font-family: "Glyphicons Halflings";
  content: "\e113";
}

.iconArrowDown::before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
}

.iconArrowLeft::before {
  font-family: "Glyphicons Halflings";
  content: "\e079";
}

.iconArrowRight::before {
  font-family: "Glyphicons Halflings";
  content: "\e080";
}

.iconTriangleUp::before {
  font-family: "Glyphicons Halflings";
  content: "\e253";
}

.iconTriangleDown::before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
}

.iconTriangleLeft::before {
  font-family: "Glyphicons Halflings";
  content: "\e251";
}

.iconTriangleRight::before {
  font-family: "Glyphicons Halflings";
  content: "\e250";
}

.iconPlus::before, .fa-plus::before, .fa-plus-circle::before {
  font-family: "Glyphicons Halflings";
  content: "\2b";
}

.iconCross::before {
  font-family: "Glyphicons Halflings";
  content: "\e014";
}

.iconMenu::before {
  font-family: "Glyphicons Halflings";
  content: "\e236";
}

.iconSearch::before, .fa-search::before, .glyphicon-search::before {
  font-family: "Glyphicons Halflings";
  content: "\e003";
}

.iconDetails::before {
  font-family: "Glyphicons Halflings";
  content: "\e015";
}

.iconEdit::before {
  font-family: "Glyphicons Halflings";
  content: "\270f";
}

.iconDelete::before {
  font-family: "Glyphicons Halflings";
  content: "\e020";
}

.iconPrint::before {
  font-family: "Glyphicons Halflings";
  content: "\e045";
}

.iconCalendar::before, .fa-calendar::before {
  font-family: "Glyphicons Halflings";
  content: "\e109";
}

.iconWarning::before {
  font-family: "Glyphicons Halflings";
  content: "\e107";
}

.iconInfo::before {
  font-family: "Glyphicons Halflings";
  content: "\e086";
}

a, a:active, a:hover, a:focus, a:hover:active {
  color: #271f30;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
a.danger {
  color: #e72713 !important;
}
a.btn {
  text-decoration: none !important;
}
a:disabled, a:disabled:focus, a:disabled:hover, a:disabled:active, a:disabled:active:hover, a.disabled, a.disabled:focus, a.disabled:hover, a.disabled:active, a.disabled:active:hover, a[disabled], a[disabled]:focus, a[disabled]:hover, a[disabled]:active, a[disabled]:active:hover, a.readonly, a.readonly:focus, a.readonly:hover, a.readonly:active, a.readonly:active:hover, a[readonly], a[readonly]:focus, a[readonly]:hover, a[readonly]:active, a[readonly]:active:hover {
  color: #271f30;
  text-decoration: underline;
  opacity: 0.5;
  cursor: not-allowed;
}

.modal-content {
  border-radius: 10px;
}
.modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #cfdae6;
}
.modal-content .modal-header .modal-title {
  font-weight: bold;
}
.modal-content .modal-header .modal-title .fa {
  display: none;
}
.modal-content .modal-header .close {
  margin-top: 0px;
  min-width: 20px;
  font-size: 1.5em;
  opacity: 0.7;
}
.modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal-content .modal-header .close, .modal-content .modal-header .close > span {
  font-weight: bold;
  color: #271f30;
}
.modal-content .form-loading .fa-spin {
  display: block;
  background: url("loading.gif");
  background-image: url("loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96px auto;
  height: 96px;
  width: 96px;
  animation: none;
  -webkit-animation: none;
}
.modal-content .form-loading .fa-spin::before {
  content: none;
}
.modal-content .modal-body .entitylist-search > input.query {
  border-bottom: 1px solid #c1c3d6 !important;
}
.modal-content .modal-body .entitylist-search > .input-group-btn > .btn {
  border-bottom: 1px solid #c1c3d6 !important;
}
.modal-content .modal-body .entitylist-search > .input-group-btn > .btn:hover {
  border: 0 !important;
}
.modal-content .modal-body select option, .modal-content .modal-body select.form-control option {
  background-color: #fff;
}
.modal-content .modal-body > iframe {
  opacity: 0;
}
.modal-content .modal-footer {
  padding: 15px;
  border-top: 1px solid #cfdae6;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modal-content .modal-footer {
    text-align: center;
  }
}
.modal-content .modal-footer .btn {
  float: none !important;
  margin-top: 10px;
}
.modal-content .modal-footer .btn.cancel {
  float: left !important;
}

body.iframe-body {
  padding-bottom: 0;
  background-color: #fff;
}
body.iframe-body > .container {
  width: auto;
}
body.iframe-body select option, body.iframe-body select.form-control option {
  background-color: #fff;
}

div.alert-error, .crmEntityFormView div.alert-error, div.message.alert-error,
div.alert-danger, .crmEntityFormView div.alert-danger, div.message.alert-danger {
  border-radius: 10px;
  color: #271f30;
  background-color: rgba(231, 39, 19, 0.3);
  border-color: #e72713;
}
div.alert-error .validation-header, div.alert-error #MessageLabel, div.alert-error > p, .crmEntityFormView div.alert-error .validation-header, .crmEntityFormView div.alert-error #MessageLabel, .crmEntityFormView div.alert-error > p, div.message.alert-error .validation-header, div.message.alert-error #MessageLabel, div.message.alert-error > p,
div.alert-danger .validation-header,
div.alert-danger #MessageLabel,
div.alert-danger > p, .crmEntityFormView div.alert-danger .validation-header, .crmEntityFormView div.alert-danger #MessageLabel, .crmEntityFormView div.alert-danger > p, div.message.alert-danger .validation-header, div.message.alert-danger #MessageLabel, div.message.alert-danger > p {
  font-size: 1.333em;
  font-weight: normal;
}
div.alert-error .validation-header .fa, div.alert-error #MessageLabel .fa, div.alert-error > p .fa, .crmEntityFormView div.alert-error .validation-header .fa, .crmEntityFormView div.alert-error #MessageLabel .fa, .crmEntityFormView div.alert-error > p .fa, div.message.alert-error .validation-header .fa, div.message.alert-error #MessageLabel .fa, div.message.alert-error > p .fa,
div.alert-danger .validation-header .fa,
div.alert-danger #MessageLabel .fa,
div.alert-danger > p .fa, .crmEntityFormView div.alert-danger .validation-header .fa, .crmEntityFormView div.alert-danger #MessageLabel .fa, .crmEntityFormView div.alert-danger > p .fa, div.message.alert-danger .validation-header .fa, div.message.alert-danger #MessageLabel .fa, div.message.alert-danger > p .fa {
  display: none;
}
div.alert-error .validation-header .close-message, div.alert-error #MessageLabel .close-message, div.alert-error > p .close-message, .crmEntityFormView div.alert-error .validation-header .close-message, .crmEntityFormView div.alert-error #MessageLabel .close-message, .crmEntityFormView div.alert-error > p .close-message, div.message.alert-error .validation-header .close-message, div.message.alert-error #MessageLabel .close-message, div.message.alert-error > p .close-message,
div.alert-danger .validation-header .close-message,
div.alert-danger #MessageLabel .close-message,
div.alert-danger > p .close-message, .crmEntityFormView div.alert-danger .validation-header .close-message, .crmEntityFormView div.alert-danger #MessageLabel .close-message, .crmEntityFormView div.alert-danger > p .close-message, div.message.alert-danger .validation-header .close-message, div.message.alert-danger #MessageLabel .close-message, div.message.alert-danger > p .close-message {
  float: right;
}
div.alert-error .validation-header .close-message:hover, div.alert-error #MessageLabel .close-message:hover, div.alert-error > p .close-message:hover, .crmEntityFormView div.alert-error .validation-header .close-message:hover, .crmEntityFormView div.alert-error #MessageLabel .close-message:hover, .crmEntityFormView div.alert-error > p .close-message:hover, div.message.alert-error .validation-header .close-message:hover, div.message.alert-error #MessageLabel .close-message:hover, div.message.alert-error > p .close-message:hover,
div.alert-danger .validation-header .close-message:hover,
div.alert-danger #MessageLabel .close-message:hover,
div.alert-danger > p .close-message:hover, .crmEntityFormView div.alert-danger .validation-header .close-message:hover, .crmEntityFormView div.alert-danger #MessageLabel .close-message:hover, .crmEntityFormView div.alert-danger > p .close-message:hover, div.message.alert-danger .validation-header .close-message:hover, div.message.alert-danger #MessageLabel .close-message:hover, div.message.alert-danger > p .close-message:hover {
  cursor: pointer;
}
div.alert-error .validation-header > p, div.alert-error #MessageLabel > p, div.alert-error > p > p, .crmEntityFormView div.alert-error .validation-header > p, .crmEntityFormView div.alert-error #MessageLabel > p, .crmEntityFormView div.alert-error > p > p, div.message.alert-error .validation-header > p, div.message.alert-error #MessageLabel > p, div.message.alert-error > p > p,
div.alert-danger .validation-header > p,
div.alert-danger #MessageLabel > p,
div.alert-danger > p > p, .crmEntityFormView div.alert-danger .validation-header > p, .crmEntityFormView div.alert-danger #MessageLabel > p, .crmEntityFormView div.alert-danger > p > p, div.message.alert-danger .validation-header > p, div.message.alert-danger #MessageLabel > p, div.message.alert-danger > p > p {
  font-size: 1em;
}
div.alert-error ul, .crmEntityFormView div.alert-error ul, div.message.alert-error ul,
div.alert-danger ul, .crmEntityFormView div.alert-danger ul, div.message.alert-danger ul {
  list-style: disc;
  margin-left: 1.7em;
}
div.alert-error ul li, .crmEntityFormView div.alert-error ul li, div.message.alert-error ul li,
div.alert-danger ul li, .crmEntityFormView div.alert-danger ul li, div.message.alert-danger ul li {
  font-size: 1.5em;
}
div.alert-error ul li a, .crmEntityFormView div.alert-error ul li a, div.message.alert-error ul li a,
div.alert-danger ul li a, .crmEntityFormView div.alert-danger ul li a, div.message.alert-danger ul li a {
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}
div.alert-error ul li a:hover, .crmEntityFormView div.alert-error ul li a:hover, div.message.alert-error ul li a:hover,
div.alert-danger ul li a:hover, .crmEntityFormView div.alert-danger ul li a:hover, div.message.alert-danger ul li a:hover {
  text-decoration: underline;
}

div.alert-warning, .crmEntityFormView div.alert-warning, div.message.alert-warning {
  border-radius: 10px;
  color: #271f30;
  background-color: rgba(255, 206, 36, 0.3);
  border-color: #ffce24;
}
div.alert-warning .validation-header, div.alert-warning #MessageLabel, div.alert-warning > p, .crmEntityFormView div.alert-warning .validation-header, .crmEntityFormView div.alert-warning #MessageLabel, .crmEntityFormView div.alert-warning > p, div.message.alert-warning .validation-header, div.message.alert-warning #MessageLabel, div.message.alert-warning > p {
  font-size: 1.333em;
  font-weight: normal;
}
div.alert-warning .validation-header .fa, div.alert-warning #MessageLabel .fa, div.alert-warning > p .fa, .crmEntityFormView div.alert-warning .validation-header .fa, .crmEntityFormView div.alert-warning #MessageLabel .fa, .crmEntityFormView div.alert-warning > p .fa, div.message.alert-warning .validation-header .fa, div.message.alert-warning #MessageLabel .fa, div.message.alert-warning > p .fa {
  display: none;
}
div.alert-warning .validation-header .close-message, div.alert-warning #MessageLabel .close-message, div.alert-warning > p .close-message, .crmEntityFormView div.alert-warning .validation-header .close-message, .crmEntityFormView div.alert-warning #MessageLabel .close-message, .crmEntityFormView div.alert-warning > p .close-message, div.message.alert-warning .validation-header .close-message, div.message.alert-warning #MessageLabel .close-message, div.message.alert-warning > p .close-message {
  float: right;
}
div.alert-warning .validation-header .close-message:hover, div.alert-warning #MessageLabel .close-message:hover, div.alert-warning > p .close-message:hover, .crmEntityFormView div.alert-warning .validation-header .close-message:hover, .crmEntityFormView div.alert-warning #MessageLabel .close-message:hover, .crmEntityFormView div.alert-warning > p .close-message:hover, div.message.alert-warning .validation-header .close-message:hover, div.message.alert-warning #MessageLabel .close-message:hover, div.message.alert-warning > p .close-message:hover {
  cursor: pointer;
}
div.alert-warning .validation-header > p, div.alert-warning #MessageLabel > p, div.alert-warning > p > p, .crmEntityFormView div.alert-warning .validation-header > p, .crmEntityFormView div.alert-warning #MessageLabel > p, .crmEntityFormView div.alert-warning > p > p, div.message.alert-warning .validation-header > p, div.message.alert-warning #MessageLabel > p, div.message.alert-warning > p > p {
  font-size: 1em;
}
div.alert-warning ul, .crmEntityFormView div.alert-warning ul, div.message.alert-warning ul {
  list-style: disc;
  margin-left: 1.7em;
}
div.alert-warning ul li, .crmEntityFormView div.alert-warning ul li, div.message.alert-warning ul li {
  font-size: 1.5em;
}
div.alert-warning ul li a, .crmEntityFormView div.alert-warning ul li a, div.message.alert-warning ul li a {
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}
div.alert-warning ul li a:hover, .crmEntityFormView div.alert-warning ul li a:hover, div.message.alert-warning ul li a:hover {
  text-decoration: underline;
}

div.alert-success, .crmEntityFormView div.alert-success, div.message.alert-success {
  border-radius: 10px;
  color: #271f30;
  background-color: rgba(0, 167, 71, 0.3);
  border-color: #00a747;
}
div.alert-success .validation-header, div.alert-success #MessageLabel, div.alert-success > p, .crmEntityFormView div.alert-success .validation-header, .crmEntityFormView div.alert-success #MessageLabel, .crmEntityFormView div.alert-success > p, div.message.alert-success .validation-header, div.message.alert-success #MessageLabel, div.message.alert-success > p {
  font-size: 1.333em;
  font-weight: normal;
}
div.alert-success .validation-header .fa, div.alert-success #MessageLabel .fa, div.alert-success > p .fa, .crmEntityFormView div.alert-success .validation-header .fa, .crmEntityFormView div.alert-success #MessageLabel .fa, .crmEntityFormView div.alert-success > p .fa, div.message.alert-success .validation-header .fa, div.message.alert-success #MessageLabel .fa, div.message.alert-success > p .fa {
  display: none;
}
div.alert-success .validation-header .close-message, div.alert-success #MessageLabel .close-message, div.alert-success > p .close-message, .crmEntityFormView div.alert-success .validation-header .close-message, .crmEntityFormView div.alert-success #MessageLabel .close-message, .crmEntityFormView div.alert-success > p .close-message, div.message.alert-success .validation-header .close-message, div.message.alert-success #MessageLabel .close-message, div.message.alert-success > p .close-message {
  float: right;
}
div.alert-success .validation-header .close-message:hover, div.alert-success #MessageLabel .close-message:hover, div.alert-success > p .close-message:hover, .crmEntityFormView div.alert-success .validation-header .close-message:hover, .crmEntityFormView div.alert-success #MessageLabel .close-message:hover, .crmEntityFormView div.alert-success > p .close-message:hover, div.message.alert-success .validation-header .close-message:hover, div.message.alert-success #MessageLabel .close-message:hover, div.message.alert-success > p .close-message:hover {
  cursor: pointer;
}
div.alert-success .validation-header > p, div.alert-success #MessageLabel > p, div.alert-success > p > p, .crmEntityFormView div.alert-success .validation-header > p, .crmEntityFormView div.alert-success #MessageLabel > p, .crmEntityFormView div.alert-success > p > p, div.message.alert-success .validation-header > p, div.message.alert-success #MessageLabel > p, div.message.alert-success > p > p {
  font-size: 1em;
}
div.alert-success ul, .crmEntityFormView div.alert-success ul, div.message.alert-success ul {
  list-style: disc;
  margin-left: 1.7em;
}
div.alert-success ul li, .crmEntityFormView div.alert-success ul li, div.message.alert-success ul li {
  font-size: 1.5em;
}
div.alert-success ul li a, .crmEntityFormView div.alert-success ul li a, div.message.alert-success ul li a {
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}
div.alert-success ul li a:hover, .crmEntityFormView div.alert-success ul li a:hover, div.message.alert-success ul li a:hover {
  text-decoration: underline;
}

div.attachment.alert-block {
  border-radius: 10px;
  color: #271f30;
  background-color: rgba(255, 206, 36, 0.3);
  border-color: #ffce24;
}
div.attachment.alert-block .validation-header, div.attachment.alert-block #MessageLabel, div.attachment.alert-block > p {
  font-size: 1.333em;
  font-weight: normal;
}
div.attachment.alert-block .validation-header .fa, div.attachment.alert-block #MessageLabel .fa, div.attachment.alert-block > p .fa {
  display: none;
}
div.attachment.alert-block .validation-header .close-message, div.attachment.alert-block #MessageLabel .close-message, div.attachment.alert-block > p .close-message {
  float: right;
}
div.attachment.alert-block .validation-header .close-message:hover, div.attachment.alert-block #MessageLabel .close-message:hover, div.attachment.alert-block > p .close-message:hover {
  cursor: pointer;
}
div.attachment.alert-block .validation-header > p, div.attachment.alert-block #MessageLabel > p, div.attachment.alert-block > p > p {
  font-size: 1em;
}
div.attachment.alert-block ul {
  list-style: disc;
  margin-left: 1.7em;
}
div.attachment.alert-block ul li {
  font-size: 1.5em;
}
div.attachment.alert-block ul li a {
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}
div.attachment.alert-block ul li a:hover {
  text-decoration: underline;
}

.entitylist .view-empty.message {
  border-radius: 10px;
  color: #271f30;
  background-color: rgba(255, 206, 36, 0.3);
  border-color: #ffce24;
}
.entitylist .view-empty.message .validation-header, .entitylist .view-empty.message #MessageLabel, .entitylist .view-empty.message > p {
  font-size: 1.333em;
  font-weight: normal;
}
.entitylist .view-empty.message .validation-header .fa, .entitylist .view-empty.message #MessageLabel .fa, .entitylist .view-empty.message > p .fa {
  display: none;
}
.entitylist .view-empty.message .validation-header .close-message, .entitylist .view-empty.message #MessageLabel .close-message, .entitylist .view-empty.message > p .close-message {
  float: right;
}
.entitylist .view-empty.message .validation-header .close-message:hover, .entitylist .view-empty.message #MessageLabel .close-message:hover, .entitylist .view-empty.message > p .close-message:hover {
  cursor: pointer;
}
.entitylist .view-empty.message .validation-header > p, .entitylist .view-empty.message #MessageLabel > p, .entitylist .view-empty.message > p > p {
  font-size: 1em;
}
.entitylist .view-empty.message ul {
  list-style: disc;
  margin-left: 1.7em;
}
.entitylist .view-empty.message ul li {
  font-size: 1.5em;
}
.entitylist .view-empty.message ul li a {
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}
.entitylist .view-empty.message ul li a:hover {
  text-decoration: underline;
}

h2.tab-title-non-collapsible {
  display: block;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 10px;
  padding-left: 15px;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 2.157em;
  text-transform: none;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1099px) {
  h2.tab-title-non-collapsible {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  h2.tab-title-non-collapsible {
    font-size: 1.3em;
  }
}
h2.tab-title-non-collapsible.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
h2.tab-title-non-collapsible > .non-collapsible-subtitle {
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  right: 80px;
}

h2.tab-title.collapse-parent {
  display: block;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 10px;
  padding-left: 15px;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  font-size: 2.157em;
  text-transform: none;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1099px) {
  h2.tab-title.collapse-parent {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  h2.tab-title.collapse-parent {
    font-size: 1.3em;
  }
}
h2.tab-title.collapse-parent.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
h2.tab-title.collapse-parent.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
h2.tab-title.collapse-parent::before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
  float: right;
  transition: all 0.7s;
  margin-right: 0.2em;
  margin-top: 0.1em;
  color: #ffce24;
}
h2.tab-title.collapse-parent:hover::before {
  color: #75707b;
}
h2.tab-title.collapse-parent > .collapse-subtitle {
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  right: 80px;
}
@media screen and (max-width: 767px) {
  h2.tab-title.collapse-parent > .collapse-subtitle {
    position: initial;
    display: block;
    width: 100%;
    right: auto;
    padding-top: 10px;
  }
}

div.tab.collapse, h2.tab-title.collapse-parent + div.tab {
  position: relative;
  background-color: #fff;
  padding: 25px 20px 0 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div.tab.collapse {
  display: none !important;
}
div.tab.collapse.in {
  display: block !important;
}

.tooltip-icon {
  font-size: 1.5em;
  color: #271f30;
}
@media screen and (max-width: 400px) {
  .tooltip-icon {
    width: 8%;
  }
}

.tooltip > .tooltip-inner {
  text-align: left;
  padding: 10px;
  max-width: 300px;
  border-radius: 5px;
  background-color: #271f30;
}
.tooltip > .tooltip-inner, .tooltip > .tooltip-inner > strong, .tooltip > .tooltip-inner > b, .tooltip > .tooltip-inner > small, .tooltip > .tooltip-inner > big, .tooltip > .tooltip-inner > i, .tooltip > .tooltip-inner p, .tooltip > .tooltip-inner p > strong, .tooltip > .tooltip-inner p > b, .tooltip > .tooltip-inner p > small, .tooltip > .tooltip-inner p > big, .tooltip > .tooltip-inner p > i, .tooltip > .tooltip-inner span, .tooltip > .tooltip-inner span > strong, .tooltip > .tooltip-inner span > b, .tooltip > .tooltip-inner span > small, .tooltip > .tooltip-inner span > big, .tooltip > .tooltip-inner span > i, .tooltip > .tooltip-inner h1, .tooltip > .tooltip-inner h1 > strong, .tooltip > .tooltip-inner h1 > b, .tooltip > .tooltip-inner h1 > small, .tooltip > .tooltip-inner h1 > big, .tooltip > .tooltip-inner h1 > i, .tooltip > .tooltip-inner h2, .tooltip > .tooltip-inner h2 > strong, .tooltip > .tooltip-inner h2 > b, .tooltip > .tooltip-inner h2 > small, .tooltip > .tooltip-inner h2 > big, .tooltip > .tooltip-inner h2 > i, .tooltip > .tooltip-inner h3, .tooltip > .tooltip-inner h3 > strong, .tooltip > .tooltip-inner h3 > b, .tooltip > .tooltip-inner h3 > small, .tooltip > .tooltip-inner h3 > big, .tooltip > .tooltip-inner h3 > i, .tooltip > .tooltip-inner h4, .tooltip > .tooltip-inner h4 > strong, .tooltip > .tooltip-inner h4 > b, .tooltip > .tooltip-inner h4 > small, .tooltip > .tooltip-inner h4 > big, .tooltip > .tooltip-inner h4 > i, .tooltip > .tooltip-inner h5, .tooltip > .tooltip-inner h5 > strong, .tooltip > .tooltip-inner h5 > b, .tooltip > .tooltip-inner h5 > small, .tooltip > .tooltip-inner h5 > big, .tooltip > .tooltip-inner h5 > i, .tooltip > .tooltip-inner h6, .tooltip > .tooltip-inner h6 > strong, .tooltip > .tooltip-inner h6 > b, .tooltip > .tooltip-inner h6 > small, .tooltip > .tooltip-inner h6 > big, .tooltip > .tooltip-inner h6 > i, .tooltip > .tooltip-inner input, .tooltip > .tooltip-inner input > strong, .tooltip > .tooltip-inner input > b, .tooltip > .tooltip-inner input > small, .tooltip > .tooltip-inner input > big, .tooltip > .tooltip-inner input > i, .tooltip > .tooltip-inner a, .tooltip > .tooltip-inner a > strong, .tooltip > .tooltip-inner a > b, .tooltip > .tooltip-inner a > small, .tooltip > .tooltip-inner a > big, .tooltip > .tooltip-inner a > i, .tooltip > .tooltip-inner button, .tooltip > .tooltip-inner button > strong, .tooltip > .tooltip-inner button > b, .tooltip > .tooltip-inner button > small, .tooltip > .tooltip-inner button > big, .tooltip > .tooltip-inner button > i {
  color: #fff;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #271f30;
  color: #271f30;
}

.tooltip-icon-margin-right {
  margin-right: 5px;
  left: 0px;
}

div#loading {
  background: url("loading.gif");
  background-color: rgba(39, 31, 48, 0.3);
  background-image: url("loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px auto;
  position: fixed;
  display: none;
  background-size: 96px auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

#content > ul.nav-tabs {
  border-bottom: 1px solid #c1c3d6;
}
#content > ul.nav-tabs > li > a, #content > ul.nav-tabs > li > a:focus {
  color: #271f30;
  background-color: transparent;
}
#content > ul.nav-tabs > li > a:hover {
  color: #fff;
  background-color: #4e4755;
  border-color: #4e4755;
}
#content > ul.nav-tabs > li.active > a, #content > ul.nav-tabs > li.active > a:focus, #content > ul.nav-tabs > li.active > a:hover {
  color: #271f30;
  background-color: #fff;
  border-color: #c1c3d6;
  border-bottom: 0;
  text-decoration: none;
}

/* Login Control */
div.ap-login-control {
  float: none;
  margin: auto;
}

/* End Login Control */
/* END SECTION GENERAL */
/* SECTION HEADER */
.navbar-static-top.navbar, .navbar-static-top.navbar-inverse, .navbar-fixed-top.navbar-inverse {
  background-color: #f4f1e8 !important;
  border-top: 4px solid #ffce24 !important;
  margin-bottom: 0;
  padding-top: 5px;
  /* FOR IRISH VERSION */
}
.navbar-static-top.navbar .navbar-header, .navbar-static-top.navbar-inverse .navbar-header, .navbar-fixed-top.navbar-inverse .navbar-header {
  padding-top: 5px;
  min-width: 150px;
  min-height: 90px;
  float: left;
  width: 14%;
  margin: 0;
}
@media screen and (max-width: 519px) {
  .navbar-static-top.navbar .navbar-header, .navbar-static-top.navbar-inverse .navbar-header, .navbar-fixed-top.navbar-inverse .navbar-header {
    min-width: 120px;
    min-height: 75px;
  }
}
.navbar-static-top.navbar .navbar-header a.homelink, .navbar-static-top.navbar-inverse .navbar-header a.homelink, .navbar-fixed-top.navbar-inverse .navbar-header a.homelink {
  text-decoration: none;
}
.navbar-static-top.navbar .navbar-header a.homelink, .navbar-static-top.navbar .navbar-header a.homelink:hover, .navbar-static-top.navbar-inverse .navbar-header a.homelink, .navbar-static-top.navbar-inverse .navbar-header a.homelink:hover, .navbar-fixed-top.navbar-inverse .navbar-header a.homelink, .navbar-fixed-top.navbar-inverse .navbar-header a.homelink:hover {
  font-family: "Lato", sans-serif;
  color: #271f30;
}
.navbar-static-top.navbar .navbar-header a.homelink:hover, .navbar-static-top.navbar-inverse .navbar-header a.homelink:hover, .navbar-fixed-top.navbar-inverse .navbar-header a.homelink:hover {
  text-decoration: underline;
}
.navbar-static-top.navbar .navbar-header .navbar-logo, .navbar-static-top.navbar-inverse .navbar-header .navbar-logo, .navbar-fixed-top.navbar-inverse .navbar-header .navbar-logo {
  background: url(logo.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 150px;
  height: 90px;
  pointer-events: auto;
}
@media screen and (max-width: 519px) {
  .navbar-static-top.navbar .navbar-header .navbar-logo, .navbar-static-top.navbar-inverse .navbar-header .navbar-logo, .navbar-fixed-top.navbar-inverse .navbar-header .navbar-logo {
    width: 120px;
    height: 75px;
  }
}
.navbar-static-top.navbar .navbar-header .navbar-logo a, .navbar-static-top.navbar-inverse .navbar-header .navbar-logo a, .navbar-fixed-top.navbar-inverse .navbar-header .navbar-logo a {
  display: block;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 90px;
  text-decoration: none;
  pointer-events: auto;
}
@media screen and (max-width: 519px) {
  .navbar-static-top.navbar .navbar-header .navbar-logo a, .navbar-static-top.navbar-inverse .navbar-header .navbar-logo a, .navbar-fixed-top.navbar-inverse .navbar-header .navbar-logo a {
    width: 120px;
    height: 75px;
  }
}
.navbar-static-top.navbar .navbar-main, .navbar-static-top.navbar-inverse .navbar-main, .navbar-fixed-top.navbar-inverse .navbar-main {
  padding-top: 15px;
  min-height: 90px;
  margin: 0;
  float: right;
  width: 84%;
}
@media screen and (max-width: 1099px) {
  .navbar-static-top.navbar .navbar-main, .navbar-static-top.navbar-inverse .navbar-main, .navbar-fixed-top.navbar-inverse .navbar-main {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .navbar-static-top.navbar .navbar-main, .navbar-static-top.navbar-inverse .navbar-main, .navbar-fixed-top.navbar-inverse .navbar-main {
    width: 75%;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .navbar-static-top.navbar .navbar-main, .navbar-static-top.navbar-inverse .navbar-main, .navbar-fixed-top.navbar-inverse .navbar-main {
    width: 65%;
  }
}
@media screen and (max-width: 519px) {
  .navbar-static-top.navbar .navbar-main, .navbar-static-top.navbar-inverse .navbar-main, .navbar-fixed-top.navbar-inverse .navbar-main {
    width: 45%;
    min-height: 75px;
  }
}
@media screen and (max-width: 1099px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle {
    display: none;
  }
}
.navbar-static-top.navbar .navbar-main .navbar-toggle, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover {
  min-width: 100px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border-color: #75707b;
  border-radius: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover {
    top: 15px;
    right: 15px;
    min-width: 70px;
  }
}
@media screen and (max-width: 520px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover {
    top: 10px;
    right: 10px;
    min-width: 60px;
  }
}
.navbar-static-top.navbar .navbar-main .navbar-toggle, .navbar-static-top.navbar .navbar-main .navbar-toggle span, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:active span, .navbar-static-top.navbar .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:active:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:active:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:active:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:active:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:active:hover span {
  color: #271f30;
  font-size: 1.2em;
}
.navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover {
  min-width: 100px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border-color: #75707b;
  border-radius: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  background-color: #4e4755;
  border-color: #4e4755;
  cursor: pointer;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover {
    top: 15px;
    right: 15px;
    min-width: 70px;
  }
}
@media screen and (max-width: 520px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover {
    top: 10px;
    right: 10px;
    min-width: 60px;
  }
}
.navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover span {
  color: #271f30;
  font-size: 1.2em;
}
.navbar-static-top.navbar .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:enabled:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:enabled:hover span {
  color: #fff;
}
.navbar-static-top.navbar .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover {
  min-width: 100px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border-color: #75707b;
  border-radius: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover {
    top: 15px;
    right: 15px;
    min-width: 70px;
  }
}
@media screen and (max-width: 520px) {
  .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover {
    top: 10px;
    right: 10px;
    min-width: 60px;
  }
}
.navbar-static-top.navbar .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled span, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active span, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle:disabled:active:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled span, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active span, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.disabled:active:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled] span, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active span, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[disabled]:active:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly span, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active span, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle.readonly:active:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly] span, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:focus span, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:hover span, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active span, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-static-top.navbar .navbar-main .navbar-toggle[readonly]:active:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled] span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly] span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active span, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-static-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle:disabled:active:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.disabled:active:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled] span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[disabled]:active:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle.readonly:active:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly], .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly] span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:focus span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:hover span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active span, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-toggle[readonly]:active:hover span {
  color: #271f30;
  font-size: 1.2em;
}
.navbar-static-top.navbar .navbar-main .navbar-right, .navbar-static-top.navbar-inverse .navbar-main .navbar-right, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-right {
  float: right !important;
  text-align: right;
}
.navbar-static-top.navbar .navbar-main .navbar-right .navbar-nav, .navbar-static-top.navbar-inverse .navbar-main .navbar-right .navbar-nav, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-right .navbar-nav {
  float: none !important;
}
.navbar-static-top.navbar .navbar-main .navbar-right .navbar-nav > li, .navbar-static-top.navbar-inverse .navbar-main .navbar-right .navbar-nav > li, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-right .navbar-nav > li {
  float: none;
}
@media screen and (min-width: 1100px) {
  .navbar-static-top.navbar .navbar-main .navbar-right .navbar-nav > li, .navbar-static-top.navbar-inverse .navbar-main .navbar-right .navbar-nav > li, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-right .navbar-nav > li {
    display: inline-block;
  }
}
@media screen and (max-width: 1099px) {
  .navbar-static-top.navbar .navbar-main .navbar-right .navbar-nav > li, .navbar-static-top.navbar-inverse .navbar-main .navbar-right .navbar-nav > li, .navbar-fixed-top.navbar-inverse .navbar-main .navbar-right .navbar-nav > li {
    display: auto;
  }
}
.navbar-static-top.navbar .navbar-main .menu-bar, .navbar-static-top.navbar-inverse .navbar-main .menu-bar, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar {
  padding-top: 0 !important;
}
@media screen and (min-width: 1100px) {
  .navbar-static-top.navbar .navbar-main .menu-bar, .navbar-static-top.navbar-inverse .navbar-main .menu-bar, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media screen and (max-width: 1099px) {
  .navbar-static-top.navbar .navbar-main .menu-bar, .navbar-static-top.navbar-inverse .navbar-main .menu-bar, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar {
    margin-right: 20px;
    margin-top: 70px;
    background-color: #fff;
    border: 1px solid #75707b;
  }
}
@media screen and (max-width: 1099px) {
  .navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav {
    padding: 5px 10px;
  }
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > li > a, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  color: #271f30;
  text-transform: uppercase;
  padding: 5px 6px;
  margin: 0;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > li > a .caret, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a .caret, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a .caret {
  width: 5px;
  height: 23px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  color: #ffce24;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > li > a .caret::before, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a .caret::before, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a .caret::before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > li > a.navbar-icon > span.badge, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a.navbar-icon > span.badge, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > li > a.navbar-icon > span.badge {
  margin-left: 7px;
  top: -2px;
  position: relative;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > a, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > a, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > a {
  background-color: #fff;
  text-decoration: none;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu {
  background-color: #fff;
  border: 1px solid #75707b;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a {
  font-family: "Lato", sans-serif;
  color: #271f30;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a:hover, .navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a:focus, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a:hover, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a:focus, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a:hover, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > li > a:focus {
  background-color: #ffe58b;
  font-family: "Lato", sans-serif;
  color: #271f30;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a, .navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a:hover, .navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a:focus, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a:hover, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a:focus, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a:hover, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .open > .dropdown-menu > .active > a:focus {
  background-color: #ffce24;
  outline: 0;
  color: #271f30;
  text-decoration: none;
}
.navbar-static-top.navbar .navbar-main .menu-bar > .navbar-nav > .divider-vertical, .navbar-static-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .divider-vertical, .navbar-fixed-top.navbar-inverse .navbar-main .menu-bar > .navbar-nav > .divider-vertical {
  height: 13px;
  margin: 0 2px;
}
.navbar-static-top.navbar.ie .navbar-header, .navbar-static-top.navbar-inverse.ie .navbar-header, .navbar-fixed-top.navbar-inverse.ie .navbar-header {
  padding-top: 10px;
  min-width: 180px;
  min-height: 70px;
  width: 15%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .navbar-static-top.navbar.ie .navbar-header, .navbar-static-top.navbar-inverse.ie .navbar-header, .navbar-fixed-top.navbar-inverse.ie .navbar-header {
    width: 29%;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .navbar-static-top.navbar.ie .navbar-header, .navbar-static-top.navbar-inverse.ie .navbar-header, .navbar-fixed-top.navbar-inverse.ie .navbar-header {
    width: 34%;
  }
}
@media screen and (max-width: 519px) {
  .navbar-static-top.navbar.ie .navbar-header, .navbar-static-top.navbar-inverse.ie .navbar-header, .navbar-fixed-top.navbar-inverse.ie .navbar-header {
    width: 54%;
  }
}
.navbar-static-top.navbar.ie .navbar-header .navbar-logo, .navbar-static-top.navbar-inverse.ie .navbar-header .navbar-logo, .navbar-fixed-top.navbar-inverse.ie .navbar-header .navbar-logo {
  background: url(logo-ie.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 180px;
  height: 70px;
}
.navbar-static-top.navbar.ie .navbar-header .navbar-logo a, .navbar-static-top.navbar-inverse.ie .navbar-header .navbar-logo a, .navbar-fixed-top.navbar-inverse.ie .navbar-header .navbar-logo a {
  width: 180px;
  height: 70px;
}
.navbar-static-top.navbar.ie .navbar-main, .navbar-static-top.navbar-inverse.ie .navbar-main, .navbar-fixed-top.navbar-inverse.ie .navbar-main {
  padding-top: 10px;
  min-height: 70px;
  width: 83%;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .navbar-static-top.navbar.ie .navbar-main, .navbar-static-top.navbar-inverse.ie .navbar-main, .navbar-fixed-top.navbar-inverse.ie .navbar-main {
    width: 70%;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .navbar-static-top.navbar.ie .navbar-main, .navbar-static-top.navbar-inverse.ie .navbar-main, .navbar-fixed-top.navbar-inverse.ie .navbar-main {
    width: 65%;
  }
}
@media screen and (max-width: 519px) {
  .navbar-static-top.navbar.ie .navbar-main, .navbar-static-top.navbar-inverse.ie .navbar-main, .navbar-fixed-top.navbar-inverse.ie .navbar-main {
    width: 45%;
  }
}

.page-heading {
  margin-bottom: 5px;
  padding-top: 0;
}
.page-heading > .page-header {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5px;
  border-bottom: 0;
}
.page-heading > .page-header > h1 {
  font-size: 2.2em;
  margin-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1099px) {
  .page-heading > .page-header > h1 {
    font-size: 1.4em;
  }
}
.page-heading > .page-subtitle {
  margin-top: 15px;
  padding-left: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: lighter;
}
@media screen and (max-width: 1099px) {
  .page-heading > .page-subtitle {
    font-size: 1.8em;
    margin-top: 5px;
  }
}
.page-heading .breadcrumb > li a {
  text-decoration: underline;
}
.page-heading .breadcrumb > li a:hover {
  text-decoration: none;
}

/* END SECTION HEADER */
/* SECTION FOOTER */
body > footer {
  /*
  position: absolute;
  		right: 0;
  		bottom: 0;
  		left: 0;
  		*/
  width: 100%;
  background-color: #efece1;
  clear: both;
  position: relative;
  margin-top: auto;
  /*
  	    @include media('screen', '>=desktop') {
              height: $footerHeightDesktop; // Min padding to allow the footer always at bottom
  	    }
  
  		@include media('screen', '>=tablet', '<desktop') {
              height: $footerHeightTablet; // Min padding to allow the footer always at bottom
  	    }
  
  	    @include media('screen', '>=mobile', '<tablet') {
              height: $footerHeightMobile; // Min padding to allow the footer always at bottom
  	    }
  
  		@include media('screen', '<mobile') {
              height: $footerHeightMobileSmall; // Min padding to allow the footer always at bottom
  	    }
  	    */
}
body > footer > .footer-top {
  background: url(footer-flowers.png);
  background-size: auto 110px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: bottom left;
  display: flex;
  width: 100%;
  min-height: 130px;
  align-items: center;
  padding-bottom: 110px;
  color: #271f30;
}
@media screen and (max-width: 767px) {
  body > footer > .footer-top > .container {
    width: 100%;
  }
}
body > footer > .footer-top h3, body > footer > .footer-top h4 {
  color: #271f30;
}
@media screen and (max-width: 1099px) {
  body > footer > .footer-top h3, body > footer > .footer-top h4 {
    font-size: 1.4em;
  }
}
body > footer > .footer-top .text-left {
  text-align: left;
  width: 50%;
  max-height: 250px;
  padding-top: 20px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  body > footer > .footer-top .text-left {
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
}
body > footer > .footer-top .text-left .contact-link {
  font-size: 1.5em;
  margin-top: 4%;
  background: transparent;
  border: 3px solid #c4b681;
  color: #271f30;
}
body > footer > .footer-top .text-left .contact-link:hover {
  color: #271f30;
  text-decoration: underline;
  border: 3px solid #d5a021;
}
@media screen and (max-width: 767px) {
  body > footer > .footer-top .text-left a:not(.contact-link) {
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  body > footer > .footer-top .text-left a:not(.contact-link) img {
    margin-left: 0 !important;
  }
}
body > footer > .footer-top .text-right {
  text-align: right;
  width: 50%;
  max-height: 230px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  body > footer > .footer-top .text-right {
    width: 100%;
    text-align: center;
  }
}
body > footer > .footer-top .text-right .gov-logo {
  background: url(logo-government.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: inline-block;
  width: 40%;
  min-height: 120px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  body > footer > .footer-top .text-right .gov-logo {
    margin-top: 10px;
  }
}
body > footer > .footer-top .text-right .nsai-logo {
  background: url(nsai_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  display: inline-block;
  width: 40%;
  min-height: 124px;
  max-height: 248px;
  max-width: 604px;
}
@media screen and (min-width: 768px) {
  body > footer > .footer-top .text-right .nsai-logo {
    margin-left: 10px;
  }
}
body > footer > .footer-bottom {
  display: flex;
  background-color: #c4b681;
  width: 100%;
  min-height: 44px;
  align-items: center;
  padding: 10px 0;
  font-size: 1.1em;
  color: #271f30;
}
@media screen and (max-width: 1099px) {
  body > footer > .footer-bottom {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  body > footer > .footer-bottom > .container {
    width: 100%;
  }
}
body > footer > .footer-bottom .footer-copyright {
  width: 34%;
}
@media screen and (max-width: 767px) {
  body > footer > .footer-bottom .footer-copyright {
    width: 100%;
  }
}
body > footer > .footer-bottom .footer-copyright p {
  color: #271f30;
  font-size: 1em;
}
body > footer > .footer-bottom .footer-nav {
  width: 65%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  body > footer > .footer-bottom .footer-nav {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
body > footer > .footer-bottom .footer-nav .footer-nav-list-item {
  display: inline;
  margin-right: 5px;
}
body > footer > .footer-bottom .footer-nav .footer-nav-list-item:last-child {
  margin-right: 0;
}
body > footer > .footer-bottom .footer-nav .footer-nav-list-item a {
  color: #271f30;
  font-size: 1em;
}

/* END SECTION FOOTER */
/* SECTION BUTTONS */
.btn-outline-success {
  border-radius: 40px;
  opacity: 1;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 130px;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
  background-image: none;
  border-color: #004d1a;
}
@media screen and (max-width: 767px) {
  .btn-outline-success {
    min-width: 110px;
  }
}
.btn-outline-success, .btn-outline-success span {
  color: #271f30;
}
.btn-outline-success, .btn-outline-success span {
  color: #004d1a;
}

.btn-outline-edit {
  border-radius: 40px;
  opacity: 1;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 130px;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
  background-image: none;
  border-color: #75707b;
}
@media screen and (max-width: 767px) {
  .btn-outline-edit {
    min-width: 110px;
  }
}
.btn-outline-edit, .btn-outline-edit span {
  color: #271f30;
}

button, .btn {
  border-radius: 40px;
  opacity: 1;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 130px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  button, .btn {
    min-width: 110px;
  }
}
button, button span, .btn, .btn span {
  color: #271f30;
}
button:disabled, button:disabled:focus, button:disabled:hover, button:disabled:active, button:disabled:active:hover, button.disabled, button.disabled:focus, button.disabled:hover, button.disabled:active, button.disabled:active:hover, button[disabled], button[disabled]:focus, button[disabled]:hover, button[disabled]:active, button[disabled]:active:hover, button.readonly, button.readonly:focus, button.readonly:hover, button.readonly:active, button.readonly:active:hover, button[readonly], button[readonly]:focus, button[readonly]:hover, button[readonly]:active, button[readonly]:active:hover, .btn:disabled, .btn:disabled:focus, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:active:hover, .btn.disabled, .btn.disabled:focus, .btn.disabled:hover, .btn.disabled:active, .btn.disabled:active:hover, .btn[disabled], .btn[disabled]:focus, .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:active:hover, .btn.readonly, .btn.readonly:focus, .btn.readonly:hover, .btn.readonly:active, .btn.readonly:active:hover, .btn[readonly], .btn[readonly]:focus, .btn[readonly]:hover, .btn[readonly]:active, .btn[readonly]:active:hover {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.btn-primary, .btn-primary:hover, .btn-primary:enabled:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:enabled:active:hover, .btn-warning, .btn-warning:hover, .btn-warning:enabled:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:enabled:active:hover {
  background-color: #ffce24;
  border-color: #ffce24;
}
.btn-primary, .btn-primary span, .btn-primary:hover, .btn-primary:hover span, .btn-primary:enabled:hover, .btn-primary:enabled:hover span, .btn-primary:focus, .btn-primary:focus span, .btn-primary:active, .btn-primary:active span, .btn-primary:active:focus, .btn-primary:active:focus span, .btn-primary:active:hover, .btn-primary:active:hover span, .btn-primary:enabled:active:hover, .btn-primary:enabled:active:hover span, .btn-warning, .btn-warning span, .btn-warning:hover, .btn-warning:hover span, .btn-warning:enabled:hover, .btn-warning:enabled:hover span, .btn-warning:focus, .btn-warning:focus span, .btn-warning:active, .btn-warning:active span, .btn-warning:active:focus, .btn-warning:active:focus span, .btn-warning:active:hover, .btn-warning:active:hover span, .btn-warning:enabled:active:hover, .btn-warning:enabled:active:hover span {
  color: #271f30;
}
.btn-primary:hover, .btn-primary:enabled:hover, .btn-primary:active:hover, .btn-primary:enabled:active:hover, .btn-warning:hover, .btn-warning:enabled:hover, .btn-warning:active:hover, .btn-warning:enabled:active:hover {
  background-color: #d5a021;
  border-color: #d5a021;
}
.btn-primary:hover, .btn-primary:hover span, .btn-primary:enabled:hover, .btn-primary:enabled:hover span, .btn-primary:active:hover, .btn-primary:active:hover span, .btn-primary:enabled:active:hover, .btn-primary:enabled:active:hover span, .btn-warning:hover, .btn-warning:hover span, .btn-warning:enabled:hover, .btn-warning:enabled:hover span, .btn-warning:active:hover, .btn-warning:active:hover span, .btn-warning:enabled:active:hover, .btn-warning:enabled:active:hover span {
  color: #271f30;
}
.btn-primary:disabled, .btn-primary:disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled:active:hover, .btn-primary.disabled, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:active:hover, .btn-primary[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:active:hover, .btn-primary.readonly, .btn-primary.readonly:focus, .btn-primary.readonly:hover, .btn-primary.readonly:active, .btn-primary.readonly:active:hover, .btn-primary[readonly], .btn-primary[readonly]:focus, .btn-primary[readonly]:hover, .btn-primary[readonly]:active, .btn-primary[readonly]:active:hover, .btn-warning:disabled, .btn-warning:disabled:focus, .btn-warning:disabled:hover, .btn-warning:disabled:active, .btn-warning:disabled:active:hover, .btn-warning.disabled, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.disabled:active:hover, .btn-warning[disabled], .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:active, .btn-warning[disabled]:active:hover, .btn-warning.readonly, .btn-warning.readonly:focus, .btn-warning.readonly:hover, .btn-warning.readonly:active, .btn-warning.readonly:active:hover, .btn-warning[readonly], .btn-warning[readonly]:focus, .btn-warning[readonly]:hover, .btn-warning[readonly]:active, .btn-warning[readonly]:active:hover {
  background-color: #ffce24;
  border-color: #ffce24;
}
.btn-primary:disabled, .btn-primary:disabled span, .btn-primary:disabled:focus, .btn-primary:disabled:focus span, .btn-primary:disabled:hover, .btn-primary:disabled:hover span, .btn-primary:disabled:active, .btn-primary:disabled:active span, .btn-primary:disabled:active:hover, .btn-primary:disabled:active:hover span, .btn-primary.disabled, .btn-primary.disabled span, .btn-primary.disabled:focus, .btn-primary.disabled:focus span, .btn-primary.disabled:hover, .btn-primary.disabled:hover span, .btn-primary.disabled:active, .btn-primary.disabled:active span, .btn-primary.disabled:active:hover, .btn-primary.disabled:active:hover span, .btn-primary[disabled], .btn-primary[disabled] span, .btn-primary[disabled]:focus, .btn-primary[disabled]:focus span, .btn-primary[disabled]:hover, .btn-primary[disabled]:hover span, .btn-primary[disabled]:active, .btn-primary[disabled]:active span, .btn-primary[disabled]:active:hover, .btn-primary[disabled]:active:hover span, .btn-primary.readonly, .btn-primary.readonly span, .btn-primary.readonly:focus, .btn-primary.readonly:focus span, .btn-primary.readonly:hover, .btn-primary.readonly:hover span, .btn-primary.readonly:active, .btn-primary.readonly:active span, .btn-primary.readonly:active:hover, .btn-primary.readonly:active:hover span, .btn-primary[readonly], .btn-primary[readonly] span, .btn-primary[readonly]:focus, .btn-primary[readonly]:focus span, .btn-primary[readonly]:hover, .btn-primary[readonly]:hover span, .btn-primary[readonly]:active, .btn-primary[readonly]:active span, .btn-primary[readonly]:active:hover, .btn-primary[readonly]:active:hover span, .btn-warning:disabled, .btn-warning:disabled span, .btn-warning:disabled:focus, .btn-warning:disabled:focus span, .btn-warning:disabled:hover, .btn-warning:disabled:hover span, .btn-warning:disabled:active, .btn-warning:disabled:active span, .btn-warning:disabled:active:hover, .btn-warning:disabled:active:hover span, .btn-warning.disabled, .btn-warning.disabled span, .btn-warning.disabled:focus, .btn-warning.disabled:focus span, .btn-warning.disabled:hover, .btn-warning.disabled:hover span, .btn-warning.disabled:active, .btn-warning.disabled:active span, .btn-warning.disabled:active:hover, .btn-warning.disabled:active:hover span, .btn-warning[disabled], .btn-warning[disabled] span, .btn-warning[disabled]:focus, .btn-warning[disabled]:focus span, .btn-warning[disabled]:hover, .btn-warning[disabled]:hover span, .btn-warning[disabled]:active, .btn-warning[disabled]:active span, .btn-warning[disabled]:active:hover, .btn-warning[disabled]:active:hover span, .btn-warning.readonly, .btn-warning.readonly span, .btn-warning.readonly:focus, .btn-warning.readonly:focus span, .btn-warning.readonly:hover, .btn-warning.readonly:hover span, .btn-warning.readonly:active, .btn-warning.readonly:active span, .btn-warning.readonly:active:hover, .btn-warning.readonly:active:hover span, .btn-warning[readonly], .btn-warning[readonly] span, .btn-warning[readonly]:focus, .btn-warning[readonly]:focus span, .btn-warning[readonly]:hover, .btn-warning[readonly]:hover span, .btn-warning[readonly]:active, .btn-warning[readonly]:active span, .btn-warning[readonly]:active:hover, .btn-warning[readonly]:active:hover span {
  color: #271f30;
}

.btn-default, .btn-default:hover, .btn-default:enabled:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:enabled:active:hover, .btn-info, .btn-info:hover, .btn-info:enabled:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:enabled:active:hover {
  background-color: #fff;
  border-color: #75707b;
}
.btn-default, .btn-default span, .btn-default:hover, .btn-default:hover span, .btn-default:enabled:hover, .btn-default:enabled:hover span, .btn-default:focus, .btn-default:focus span, .btn-default:active, .btn-default:active span, .btn-default:active:focus, .btn-default:active:focus span, .btn-default:active:hover, .btn-default:active:hover span, .btn-default:enabled:active:hover, .btn-default:enabled:active:hover span, .btn-info, .btn-info span, .btn-info:hover, .btn-info:hover span, .btn-info:enabled:hover, .btn-info:enabled:hover span, .btn-info:focus, .btn-info:focus span, .btn-info:active, .btn-info:active span, .btn-info:active:focus, .btn-info:active:focus span, .btn-info:active:hover, .btn-info:active:hover span, .btn-info:enabled:active:hover, .btn-info:enabled:active:hover span {
  color: #271f30;
}
.btn-default:hover, .btn-default:enabled:hover, .btn-info:hover, .btn-info:enabled:hover {
  background-color: #4e4755;
  border-color: #4e4755;
}
.btn-default:hover, .btn-default:hover span, .btn-default:enabled:hover, .btn-default:enabled:hover span, .btn-info:hover, .btn-info:hover span, .btn-info:enabled:hover, .btn-info:enabled:hover span {
  color: #fff;
}
.btn-default:disabled, .btn-default:disabled:focus, .btn-default:disabled:hover, .btn-default:disabled:active, .btn-default:disabled:active:hover, .btn-default.disabled, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled:active:hover, .btn-default[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:active:hover, .btn-default.readonly, .btn-default.readonly:focus, .btn-default.readonly:hover, .btn-default.readonly:active, .btn-default.readonly:active:hover, .btn-default[readonly], .btn-default[readonly]:focus, .btn-default[readonly]:hover, .btn-default[readonly]:active, .btn-default[readonly]:active:hover, .btn-info:disabled, .btn-info:disabled:focus, .btn-info:disabled:hover, .btn-info:disabled:active, .btn-info:disabled:active:hover, .btn-info.disabled, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled:active:hover, .btn-info[disabled], .btn-info[disabled]:focus, .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled]:active:hover, .btn-info.readonly, .btn-info.readonly:focus, .btn-info.readonly:hover, .btn-info.readonly:active, .btn-info.readonly:active:hover, .btn-info[readonly], .btn-info[readonly]:focus, .btn-info[readonly]:hover, .btn-info[readonly]:active, .btn-info[readonly]:active:hover {
  background-color: #fff;
  border-color: #75707b;
}
.btn-default:disabled, .btn-default:disabled span, .btn-default:disabled:focus, .btn-default:disabled:focus span, .btn-default:disabled:hover, .btn-default:disabled:hover span, .btn-default:disabled:active, .btn-default:disabled:active span, .btn-default:disabled:active:hover, .btn-default:disabled:active:hover span, .btn-default.disabled, .btn-default.disabled span, .btn-default.disabled:focus, .btn-default.disabled:focus span, .btn-default.disabled:hover, .btn-default.disabled:hover span, .btn-default.disabled:active, .btn-default.disabled:active span, .btn-default.disabled:active:hover, .btn-default.disabled:active:hover span, .btn-default[disabled], .btn-default[disabled] span, .btn-default[disabled]:focus, .btn-default[disabled]:focus span, .btn-default[disabled]:hover, .btn-default[disabled]:hover span, .btn-default[disabled]:active, .btn-default[disabled]:active span, .btn-default[disabled]:active:hover, .btn-default[disabled]:active:hover span, .btn-default.readonly, .btn-default.readonly span, .btn-default.readonly:focus, .btn-default.readonly:focus span, .btn-default.readonly:hover, .btn-default.readonly:hover span, .btn-default.readonly:active, .btn-default.readonly:active span, .btn-default.readonly:active:hover, .btn-default.readonly:active:hover span, .btn-default[readonly], .btn-default[readonly] span, .btn-default[readonly]:focus, .btn-default[readonly]:focus span, .btn-default[readonly]:hover, .btn-default[readonly]:hover span, .btn-default[readonly]:active, .btn-default[readonly]:active span, .btn-default[readonly]:active:hover, .btn-default[readonly]:active:hover span, .btn-info:disabled, .btn-info:disabled span, .btn-info:disabled:focus, .btn-info:disabled:focus span, .btn-info:disabled:hover, .btn-info:disabled:hover span, .btn-info:disabled:active, .btn-info:disabled:active span, .btn-info:disabled:active:hover, .btn-info:disabled:active:hover span, .btn-info.disabled, .btn-info.disabled span, .btn-info.disabled:focus, .btn-info.disabled:focus span, .btn-info.disabled:hover, .btn-info.disabled:hover span, .btn-info.disabled:active, .btn-info.disabled:active span, .btn-info.disabled:active:hover, .btn-info.disabled:active:hover span, .btn-info[disabled], .btn-info[disabled] span, .btn-info[disabled]:focus, .btn-info[disabled]:focus span, .btn-info[disabled]:hover, .btn-info[disabled]:hover span, .btn-info[disabled]:active, .btn-info[disabled]:active span, .btn-info[disabled]:active:hover, .btn-info[disabled]:active:hover span, .btn-info.readonly, .btn-info.readonly span, .btn-info.readonly:focus, .btn-info.readonly:focus span, .btn-info.readonly:hover, .btn-info.readonly:hover span, .btn-info.readonly:active, .btn-info.readonly:active span, .btn-info.readonly:active:hover, .btn-info.readonly:active:hover span, .btn-info[readonly], .btn-info[readonly] span, .btn-info[readonly]:focus, .btn-info[readonly]:focus span, .btn-info[readonly]:hover, .btn-info[readonly]:hover span, .btn-info[readonly]:active, .btn-info[readonly]:active span, .btn-info[readonly]:active:hover, .btn-info[readonly]:active:hover span {
  color: #271f30;
}

.view-search .btn-default, .view-search .btn-default:hover, .view-search .btn-default:enabled:hover, .view-search .btn-default:focus, .view-search .btn-default:active, .view-search .btn-default:active:focus, .view-search .btn-default:active:hover, .view-search .btn-default:enabled:active:hover {
  min-width: 58px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 35px;
  padding: 5px 10px;
}
.view-search .btn-default:disabled, .view-search .btn-default:disabled:focus, .view-search .btn-default:disabled:hover, .view-search .btn-default:disabled:active, .view-search .btn-default:disabled:active:hover, .view-search .btn-default.disabled, .view-search .btn-default.disabled:focus, .view-search .btn-default.disabled:hover, .view-search .btn-default.disabled:active, .view-search .btn-default.disabled:active:hover, .view-search .btn-default[disabled], .view-search .btn-default[disabled]:focus, .view-search .btn-default[disabled]:hover, .view-search .btn-default[disabled]:active, .view-search .btn-default[disabled]:active:hover, .view-search .btn-default.readonly, .view-search .btn-default.readonly:focus, .view-search .btn-default.readonly:hover, .view-search .btn-default.readonly:active, .view-search .btn-default.readonly:active:hover, .view-search .btn-default[readonly], .view-search .btn-default[readonly]:focus, .view-search .btn-default[readonly]:hover, .view-search .btn-default[readonly]:active, .view-search .btn-default[readonly]:active:hover {
  min-width: 58px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 35px;
  padding: 5px 10px;
}

.btn-danger, .btn-danger:hover, .btn-danger:enabled:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:enabled:active:hover {
  background-color: #e72713;
  border-color: #e72713;
}
.btn-danger, .btn-danger span, .btn-danger:hover, .btn-danger:hover span, .btn-danger:enabled:hover, .btn-danger:enabled:hover span, .btn-danger:focus, .btn-danger:focus span, .btn-danger:active, .btn-danger:active span, .btn-danger:active:focus, .btn-danger:active:focus span, .btn-danger:active:hover, .btn-danger:active:hover span, .btn-danger:enabled:active:hover, .btn-danger:enabled:active:hover span {
  color: #fff;
}
.btn-danger:hover, .btn-danger:enabled:hover, .btn-danger:active:hover, .btn-danger:enabled:active:hover {
  background-color: #b21909;
  border-color: #b21909;
}
.btn-danger:hover, .btn-danger:hover span, .btn-danger:enabled:hover, .btn-danger:enabled:hover span, .btn-danger:active:hover, .btn-danger:active:hover span, .btn-danger:enabled:active:hover, .btn-danger:enabled:active:hover span {
  color: #fff;
}
.btn-danger:disabled, .btn-danger:disabled:focus, .btn-danger:disabled:hover, .btn-danger:disabled:active, .btn-danger:disabled:active:hover, .btn-danger.disabled, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled:active:hover, .btn-danger[disabled], .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled]:active:hover, .btn-danger.readonly, .btn-danger.readonly:focus, .btn-danger.readonly:hover, .btn-danger.readonly:active, .btn-danger.readonly:active:hover, .btn-danger[readonly], .btn-danger[readonly]:focus, .btn-danger[readonly]:hover, .btn-danger[readonly]:active, .btn-danger[readonly]:active:hover {
  background-color: #e72713;
  border-color: #e72713;
}
.btn-danger:disabled, .btn-danger:disabled span, .btn-danger:disabled:focus, .btn-danger:disabled:focus span, .btn-danger:disabled:hover, .btn-danger:disabled:hover span, .btn-danger:disabled:active, .btn-danger:disabled:active span, .btn-danger:disabled:active:hover, .btn-danger:disabled:active:hover span, .btn-danger.disabled, .btn-danger.disabled span, .btn-danger.disabled:focus, .btn-danger.disabled:focus span, .btn-danger.disabled:hover, .btn-danger.disabled:hover span, .btn-danger.disabled:active, .btn-danger.disabled:active span, .btn-danger.disabled:active:hover, .btn-danger.disabled:active:hover span, .btn-danger[disabled], .btn-danger[disabled] span, .btn-danger[disabled]:focus, .btn-danger[disabled]:focus span, .btn-danger[disabled]:hover, .btn-danger[disabled]:hover span, .btn-danger[disabled]:active, .btn-danger[disabled]:active span, .btn-danger[disabled]:active:hover, .btn-danger[disabled]:active:hover span, .btn-danger.readonly, .btn-danger.readonly span, .btn-danger.readonly:focus, .btn-danger.readonly:focus span, .btn-danger.readonly:hover, .btn-danger.readonly:hover span, .btn-danger.readonly:active, .btn-danger.readonly:active span, .btn-danger.readonly:active:hover, .btn-danger.readonly:active:hover span, .btn-danger[readonly], .btn-danger[readonly] span, .btn-danger[readonly]:focus, .btn-danger[readonly]:focus span, .btn-danger[readonly]:hover, .btn-danger[readonly]:hover span, .btn-danger[readonly]:active, .btn-danger[readonly]:active span, .btn-danger[readonly]:active:hover, .btn-danger[readonly]:active:hover span {
  color: #fff;
}

.grid-actions-add {
  text-align: center;
  padding-top: 15px;
}

.btn-add {
  width: 100%;
}
.btn-add span.icon {
  background: url(add-button.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  min-width: 40px;
  clear: both;
  font-weight: normal;
  font-size: 1.5em;
  margin-right: 0;
  margin-left: 0;
  top: 0;
}
.btn-add span.icon::before {
  content: none;
}
.btn-add span.text {
  font-weight: normal;
  color: #271f30;
  text-decoration: underline;
  display: block;
  clear: both;
  margin-top: 5px;
  text-align: center;
  font-size: 1.4em;
  width: 100%;
  white-space: normal;
}
.btn-add:focus, .btn-add:active:focus {
  outline: 0;
}
.btn-add:active {
  box-shadow: none;
}
.btn-add:hover span.icon, .btn-add:enabled:hover span.icon, .btn-add:active:hover span.icon, .btn-add:enabled:active:hover span.icon {
  background: url(add-button-hover.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn-add:hover span.text, .btn-add:enabled:hover span.text, .btn-add:active:hover span.text, .btn-add:enabled:active:hover span.text {
  text-decoration: none;
}
.btn-add:hover span.icon, .btn-add:enabled:hover span.icon {
  background: url(add-button-hover.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn-add:disabled, .btn-add:disabled:focus, .btn-add:disabled:hover, .btn-add:disabled:active, .btn-add:disabled:active:hover, .btn-add.disabled, .btn-add.disabled:focus, .btn-add.disabled:hover, .btn-add.disabled:active, .btn-add.disabled:active:hover, .btn-add[disabled], .btn-add[disabled]:focus, .btn-add[disabled]:hover, .btn-add[disabled]:active, .btn-add[disabled]:active:hover, .btn-add.readonly, .btn-add.readonly:focus, .btn-add.readonly:hover, .btn-add.readonly:active, .btn-add.readonly:active:hover, .btn-add[readonly], .btn-add[readonly]:focus, .btn-add[readonly]:hover, .btn-add[readonly]:active, .btn-add[readonly]:active:hover {
  cursor: not-allowed;
}
.btn-add:disabled span.text, .btn-add:disabled:focus span.text, .btn-add:disabled:hover span.text, .btn-add:disabled:active span.text, .btn-add:disabled:active:hover span.text, .btn-add.disabled span.text, .btn-add.disabled:focus span.text, .btn-add.disabled:hover span.text, .btn-add.disabled:active span.text, .btn-add.disabled:active:hover span.text, .btn-add[disabled] span.text, .btn-add[disabled]:focus span.text, .btn-add[disabled]:hover span.text, .btn-add[disabled]:active span.text, .btn-add[disabled]:active:hover span.text, .btn-add.readonly span.text, .btn-add.readonly:focus span.text, .btn-add.readonly:hover span.text, .btn-add.readonly:active span.text, .btn-add.readonly:active:hover span.text, .btn-add[readonly] span.text, .btn-add[readonly]:focus span.text, .btn-add[readonly]:hover span.text, .btn-add[readonly]:active span.text, .btn-add[readonly]:active:hover span.text {
  color: #271f30 !important;
  text-decoration: underline !important;
}

.input-group-btn > button, .input-group-btn > button:hover, .input-group-btn > button:focus, .input-group-btn > button:active, .input-group-btn > button:active:focus, .input-group-btn > button:enabled:hover, .input-group-btn > button:enabled:active:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
}
.input-group-btn > button, .input-group-btn > button span, .input-group-btn > button:hover, .input-group-btn > button:hover span, .input-group-btn > button:focus, .input-group-btn > button:focus span, .input-group-btn > button:active, .input-group-btn > button:active span, .input-group-btn > button:active:focus, .input-group-btn > button:active:focus span, .input-group-btn > button:enabled:hover, .input-group-btn > button:enabled:hover span, .input-group-btn > button:enabled:active:hover, .input-group-btn > button:enabled:active:hover span {
  color: #271f30;
}
.input-group-btn > button:not(:last-child) {
  border-right: 2px solid #c1c3d6 !important;
}
.input-group-btn > button:hover, .input-group-btn > button:enabled:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  border-right: 1px solid #c1c3d6;
  border-top: 1px solid #c1c3d6;
}
.input-group-btn > button:hover, .input-group-btn > button:hover span, .input-group-btn > button:enabled:hover, .input-group-btn > button:enabled:hover span {
  color: #271f30;
}
.input-group-btn > button:disabled, .input-group-btn > button:disabled:focus, .input-group-btn > button:disabled:hover, .input-group-btn > button:disabled:active, .input-group-btn > button:disabled:active:hover, .input-group-btn > button.disabled, .input-group-btn > button.disabled:focus, .input-group-btn > button.disabled:hover, .input-group-btn > button.disabled:active, .input-group-btn > button.disabled:active:hover, .input-group-btn > button[disabled], .input-group-btn > button[disabled]:focus, .input-group-btn > button[disabled]:hover, .input-group-btn > button[disabled]:active, .input-group-btn > button[disabled]:active:hover, .input-group-btn > button.readonly, .input-group-btn > button.readonly:focus, .input-group-btn > button.readonly:hover, .input-group-btn > button.readonly:active, .input-group-btn > button.readonly:active:hover, .input-group-btn > button[readonly], .input-group-btn > button[readonly]:focus, .input-group-btn > button[readonly]:hover, .input-group-btn > button[readonly]:active, .input-group-btn > button[readonly]:active:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
}
.input-group-btn > button:disabled, .input-group-btn > button:disabled span, .input-group-btn > button:disabled:focus, .input-group-btn > button:disabled:focus span, .input-group-btn > button:disabled:hover, .input-group-btn > button:disabled:hover span, .input-group-btn > button:disabled:active, .input-group-btn > button:disabled:active span, .input-group-btn > button:disabled:active:hover, .input-group-btn > button:disabled:active:hover span, .input-group-btn > button.disabled, .input-group-btn > button.disabled span, .input-group-btn > button.disabled:focus, .input-group-btn > button.disabled:focus span, .input-group-btn > button.disabled:hover, .input-group-btn > button.disabled:hover span, .input-group-btn > button.disabled:active, .input-group-btn > button.disabled:active span, .input-group-btn > button.disabled:active:hover, .input-group-btn > button.disabled:active:hover span, .input-group-btn > button[disabled], .input-group-btn > button[disabled] span, .input-group-btn > button[disabled]:focus, .input-group-btn > button[disabled]:focus span, .input-group-btn > button[disabled]:hover, .input-group-btn > button[disabled]:hover span, .input-group-btn > button[disabled]:active, .input-group-btn > button[disabled]:active span, .input-group-btn > button[disabled]:active:hover, .input-group-btn > button[disabled]:active:hover span, .input-group-btn > button.readonly, .input-group-btn > button.readonly span, .input-group-btn > button.readonly:focus, .input-group-btn > button.readonly:focus span, .input-group-btn > button.readonly:hover, .input-group-btn > button.readonly:hover span, .input-group-btn > button.readonly:active, .input-group-btn > button.readonly:active span, .input-group-btn > button.readonly:active:hover, .input-group-btn > button.readonly:active:hover span, .input-group-btn > button[readonly], .input-group-btn > button[readonly] span, .input-group-btn > button[readonly]:focus, .input-group-btn > button[readonly]:focus span, .input-group-btn > button[readonly]:hover, .input-group-btn > button[readonly]:hover span, .input-group-btn > button[readonly]:active, .input-group-btn > button[readonly]:active span, .input-group-btn > button[readonly]:active:hover, .input-group-btn > button[readonly]:active:hover span {
  color: #271f30;
}

/* END SECTION BUTTONS */
/* SECTION GRIDS */
.table {
  border: 0;
  margin-bottom: 10px;
}
.table > thead > tr > th,
.table > thead > tr > td {
  background-color: #fff;
  font-weight: normal;
  color: #271f30;
  border: 0;
  font-weight: bold;
  border-bottom: 1px solid #271f30;
}
.table > thead > tr > th a,
.table > thead > tr > td a {
  text-decoration: none;
  font-weight: bold;
}
.table > thead > tr > th a:hover,
.table > thead > tr > td a:hover {
  text-decoration: underline;
}
.table > thead > tr > th a .fa,
.table > thead > tr > td a .fa {
  top: 0;
}
.table > thead > tr > th a .fa-arrow-up::before,
.table > thead > tr > td a .fa-arrow-up::before {
  font-family: "Glyphicons Halflings";
  content: "\e253";
  padding-left: 5px;
}
.table > thead > tr > th a .fa-arrow-down::before,
.table > thead > tr > td a .fa-arrow-down::before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
  padding-left: 5px;
}
.table > thead > tr > th span.grid-warning,
.table > thead > tr > td span.grid-warning {
  color: #e72713;
  display: inline-block;
  font-size: 1.5em;
  float: left;
}
.table > thead > tr > th span.grid-warning::before,
.table > thead > tr > td span.grid-warning::before {
  font-family: "Glyphicons Halflings";
  content: "\e107";
}
.table > thead > tr:first-child > td:first-child,
.table > thead > tr:first-child > th:first-child {
  border-top-left-radius: 10px;
}
.table > thead > tr:first-child > td:last-child,
.table > thead > tr:first-child > th:last-child {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .table > tbody > tr {
    border-top: 5px solid #cfdae6 !important;
  }
  .table > tbody > tr:first-child {
    border-top: 0 !important;
  }
  .table > tbody > tr:first-child > td:first-child,
.table > tbody > tr:first-child > th:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  background-color: #fff;
  font-weight: normal;
  color: #271f30;
  border: 0;
  border-bottom: 1px solid #cfdae6;
}
.table > tbody > tr > th .dropdown > a.btn, .table > tbody > tr > th .dropdown > a.btn > span.fa-chevron-circle-down,
.table > tbody > tr > td .dropdown > a.btn,
.table > tbody > tr > td .dropdown > a.btn > span.fa-chevron-circle-down {
  color: #ffce24;
}
.table > tbody > tr > th .dropdown > a.btn > span.fa-chevron-circle-down::before,
.table > tbody > tr > td .dropdown > a.btn > span.fa-chevron-circle-down::before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
}
.table > tbody > tr > th .dropdown > a.btn, .table > tbody > tr > th .dropdown > a.btn:hover,
.table > tbody > tr > td .dropdown > a.btn,
.table > tbody > tr > td .dropdown > a.btn:hover {
  height: 35px;
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  padding: 7px 11px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.table > tbody > tr > th .dropdown > a.btn:hover, .table > tbody > tr > th .dropdown > a.btn:hover > span.fa-chevron-circle-down,
.table > tbody > tr > td .dropdown > a.btn:hover,
.table > tbody > tr > td .dropdown > a.btn:hover > span.fa-chevron-circle-down {
  color: #d5a021;
}
.table > tbody > tr > th .dropdown > ul.dropdown-menu,
.table > tbody > tr > td .dropdown > ul.dropdown-menu {
  padding: 0 10px;
}
.table > tbody > tr > th .dropdown > ul.dropdown-menu li,
.table > tbody > tr > td .dropdown > ul.dropdown-menu li {
  padding: 4px 0px;
  text-align: center;
}
.table > tbody > tr > th .dropdown > ul.dropdown-menu li a,
.table > tbody > tr > td .dropdown > ul.dropdown-menu li a {
  padding: 4px 0px;
  margin: 0;
  margin-left: 0;
  color: #271f30;
  text-decoration: underline;
}
.table > tbody > tr > th .dropdown > ul.dropdown-menu li:hover,
.table > tbody > tr > td .dropdown > ul.dropdown-menu li:hover {
  background-color: transparent;
}
.table > tbody > tr > th .dropdown > ul.dropdown-menu li a:hover, .table > tbody > tr > th .dropdown > ul.dropdown-menu li:hover a, .table > tbody > tr > th .dropdown > ul.dropdown-menu li:hover a:hover,
.table > tbody > tr > td .dropdown > ul.dropdown-menu li a:hover,
.table > tbody > tr > td .dropdown > ul.dropdown-menu li:hover a,
.table > tbody > tr > td .dropdown > ul.dropdown-menu li:hover a:hover {
  text-decoration: none;
  background-color: #ffe58b;
}
.table > tbody > tr > th span.grid-warning,
.table > tbody > tr > td span.grid-warning {
  color: #e72713;
  display: inline-block;
  font-size: 1.5em;
  float: left;
}
.table > tbody > tr > th span.grid-warning::before,
.table > tbody > tr > td span.grid-warning::before {
  font-family: "Glyphicons Halflings";
  content: "\e107";
}
.table > tbody > tr.selected > th, .table > tbody > tr.selected > td {
  background-color: #ffe58b;
}
.table > tbody > tr:hover > th, .table > tbody > tr:hover > td, .table > tbody > tr.info:hover > td {
  background-color: rgba(207, 218, 230, 0.5);
}
.table > tbody > tr:last-child > th,
.table > tbody > tr:last-child > td {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table > tbody > tr:last-child > th,
.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #cfdae6;
  }
}
.table > tbody > tr:last-child > td:first-child,
.table > tbody > tr:last-child > th:first-child {
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .table > tbody > tr:last-child > td:first-child,
.table > tbody > tr:last-child > th:first-child {
    border-bottom-left-radius: 0;
  }
}
.table > tbody > tr:last-child > td:last-child,
.table > tbody > tr:last-child > th:last-child {
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .table > tbody > tr:last-child > td:last-child,
.table > tbody > tr:last-child > th:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
    text-align: left;
    padding-left: 13rem !important;
  }
}
.table > tbody > tr > td:last-child:not([data-th]), .table > tbody > tr > td:last-child[data-th=""],
.table > tbody > tr > th:last-child:not([data-th]),
.table > tbody > tr > th:last-child[data-th=""] {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table > tbody > tr > td:last-child:not([data-th]), .table > tbody > tr > td:last-child[data-th=""],
.table > tbody > tr > th:last-child:not([data-th]),
.table > tbody > tr > th:last-child[data-th=""] {
    text-align: center;
    padding-left: 5px !important;
  }
}
.table > tbody > tr > td:last-child div.dropdown,
.table > tbody > tr > th:last-child div.dropdown {
  display: inline-block;
}
.table > tbody > tr > td:last-child a.btn-grid-action,
.table > tbody > tr > th:last-child a.btn-grid-action {
  min-width: 30px;
  padding: 5px;
  color: #271f30;
}
.table > tbody > tr > td:last-child a.btn-grid-action > .icon,
.table > tbody > tr > th:last-child a.btn-grid-action > .icon {
  width: 20px;
  height: 20px;
  font-size: 18px;
}
.table > tbody > tr > td:last-child a.btn-grid-action:hover > .icon::before, .table > tbody > tr > td:last-child a.btn-grid-action:hover > .icon:hover::before, .table > tbody > tr > td:last-child a.btn-grid-action > .icon:hover::before,
.table > tbody > tr > th:last-child a.btn-grid-action:hover > .icon::before,
.table > tbody > tr > th:last-child a.btn-grid-action:hover > .icon:hover::before,
.table > tbody > tr > th:last-child a.btn-grid-action > .icon:hover::before {
  color: #d5a021;
}
.table > tbody > tr > td:last-child a.details-link > .icon::before,
.table > tbody > tr > th:last-child a.details-link > .icon::before {
  font-family: "Glyphicons Halflings";
  content: "\e015";
}
.table > tbody > tr > td:last-child a.edit-link > .icon::before,
.table > tbody > tr > th:last-child a.edit-link > .icon::before {
  font-family: "Glyphicons Halflings";
  content: "\270f";
}
.table > tbody > tr > td:last-child a.deactivate-link > .icon::before, .table > tbody > tr > td:last-child a.delete-link > .icon::before,
.table > tbody > tr > th:last-child a.deactivate-link > .icon::before,
.table > tbody > tr > th:last-child a.delete-link > .icon::before {
  font-family: "Glyphicons Halflings";
  content: "\e020";
}
.table > tbody > tr > td:last-child a.disassociate-link > .icon::before,
.table > tbody > tr > th:last-child a.disassociate-link > .icon::before {
  font-family: "Glyphicons Halflings";
  content: "\e014";
}

.table > tbody > tr > td:last-child a.renew-link > .icon::before,
.table > tbody > tr > th:last-child a.renew-link > .icon::before {
    font-family: "Glyphicons Halflings";
    content: "\e030";
}
.table > tbody > tr > td:last-child a.print-link > .icon::before,
.table > tbody > tr > th:last-child a.print-link > .icon::before {
    font-family: "Glyphicons Halflings";
    content: "\e045";
}
.table > tbody > tr > td:last-child a.deactivate-link:hover > .icon::before, .table > tbody > tr > td:last-child a.deactivate-link:hover > .icon:hover::before, .table > tbody > tr > td:last-child a.deactivate-link > .icon:hover::before, .table > tbody > tr > td:last-child a.delete-link:hover > .icon::before, .table > tbody > tr > td:last-child a.delete-link:hover > .icon:hover::before, .table > tbody > tr > td:last-child a.delete-link > .icon:hover::before, .table > tbody > tr > td:last-child a.disassociate-link:hover > .icon::before, .table > tbody > tr > td:last-child a.disassociate-link:hover > .icon:hover::before, .table > tbody > tr > td:last-child a.disassociate-link > .icon:hover::before,
.table > tbody > tr > th:last-child a.deactivate-link:hover > .icon::before,
.table > tbody > tr > th:last-child a.deactivate-link:hover > .icon:hover::before,
.table > tbody > tr > th:last-child a.deactivate-link > .icon:hover::before,
.table > tbody > tr > th:last-child a.delete-link:hover > .icon::before,
.table > tbody > tr > th:last-child a.delete-link:hover > .icon:hover::before,
.table > tbody > tr > th:last-child a.delete-link > .icon:hover::before,
.table > tbody > tr > th:last-child a.disassociate-link:hover > .icon::before,
.table > tbody > tr > th:last-child a.disassociate-link:hover > .icon:hover::before,
.table > tbody > tr > th:last-child a.disassociate-link > .icon:hover::before {
  color: #e72713;
}

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

.entitylist-filter {
  background-color: #fff;
  border-radius: 10px;
}
.entitylist-filter .panel-body {
  padding: 10px 15px 10px 15px;
}
.entitylist-filter .panel-body > ul.list-inline {
  float: left;
  width: 80%;
}
@media screen and (max-width: 1099px) {
  .entitylist-filter .panel-body > ul.list-inline {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .entitylist-filter .panel-body > ul.list-inline {
    float: none !important;
    width: 100%;
  }
  .entitylist-filter .panel-body > ul.list-inline li.entitylist-filter-option-group,
.entitylist-filter .panel-body > ul.list-inline div.entitylist-filter-option-text {
    width: 100%;
  }
}
.entitylist-filter .panel-body > ul.list-inline label.entitylist-filter-option-group-label {
  font-weight: bold;
}
.entitylist-filter .panel-body > ul.list-inline li.entitylist-filter-option-group {
  padding-right: 15px;
}
.entitylist-filter .panel-body > ul.list-inline .dropdown-container {
  width: 100%;
}
.entitylist-filter .panel-body > ul.list-inline .dropdown-container select option, .entitylist-filter .panel-body > ul.list-inline .dropdown-container select.form-control option {
  background-color: #fff;
}
.entitylist-filter .panel-body > ul.list-inline .input-group-addon {
  display: none;
}
.entitylist-filter .panel-body > div.pull-right {
  float: left;
  text-align: right;
  padding-top: 28px;
  padding-right: 5px;
  width: 18%;
}
@media screen and (max-width: 1099px) {
  .entitylist-filter .panel-body > div.pull-right {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .entitylist-filter .panel-body > div.pull-right {
    float: none !important;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .entitylist-search {
    width: 100%;
    margin-top: 1em;
  }
}
.entitylist-search > input.query {
  background-color: #fff;
  border: 0 !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.entitylist-search > .input-group-btn > .btn {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
}
.entitylist-search > .input-group-btn > .btn:hover {
  background-color: #4e4755;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
}
.entitylist-search > .input-group-btn > .btn:hover, .entitylist-search > .input-group-btn > .btn:hover span {
  color: #fff;
}

.view-pagination ul.pagination {
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-top: 1px;
  width: auto;
  max-width: 100%;
}
.view-pagination ul.pagination > li a {
  border-color: transparent;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  color: #271f30;
  margin: 0;
  height: 40px;
  padding-top: 9px;
  margin-left: 3px;
}
.view-pagination ul.pagination > li:hover a, .view-pagination ul.pagination > li:hover a:hover {
  color: #271f30;
  cursor: pointer;
  background-color: #cfdae6;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
}
.view-pagination ul.pagination > li.active a, .view-pagination ul.pagination > li.active a:hover, .view-pagination ul.pagination > li.active:hover a, .view-pagination ul.pagination > li.active:hover a:hover {
  color: #fff;
  cursor: default;
  background-color: #4e4755;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
}
.view-pagination ul.pagination > li:first-child a {
  color: #fff !important;
  background-color: transparent !important;
  padding-top: 10px;
}
.view-pagination ul.pagination > li:first-child a::before {
  font-family: "Glyphicons Halflings";
  content: "\e251";
  color: #271f30;
}
.view-pagination ul.pagination > li:first-child:hover a::before, .view-pagination ul.pagination > li:first-child:hover a:hover::before {
  color: #cfdae6;
}
.view-pagination ul.pagination > li:last-child a {
  color: #fff !important;
  background-color: transparent !important;
  padding-top: 10px;
}
.view-pagination ul.pagination > li:last-child a::before {
  font-family: "Glyphicons Halflings";
  content: "\e250";
  color: #271f30;
}
.view-pagination ul.pagination > li:last-child:hover a::before, .view-pagination ul.pagination > li:last-child:hover a:hover::before {
  color: #cfdae6;
}
.view-pagination ul.pagination > li.disabled a, .view-pagination ul.pagination > li.disabled a:hover, .view-pagination ul.pagination > li.disabled:hover a, .view-pagination ul.pagination > li.disabled:hover a:hover {
  color: #c1c3d6;
  cursor: not-allowed;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
}
.view-pagination ul.pagination > li.disabled:first-child a::before, .view-pagination ul.pagination > li.disabled:first-child a:hover::before, .view-pagination ul.pagination > li.disabled:hover:first-child a::before, .view-pagination ul.pagination > li.disabled:hover:first-child a:hover::before {
  color: #271f30;
  opacity: 0.2;
}
.view-pagination ul.pagination > li.disabled:last-child a::before, .view-pagination ul.pagination > li.disabled:last-child a:hover::before, .view-pagination ul.pagination > li.disabled:hover:last-child a::before, .view-pagination ul.pagination > li.disabled:hover:last-child a:hover::before {
  color: #271f30;
  opacity: 0.2;
}

.view-loading {
  text-align: center;
  font-size: 0;
  color: transparent;
}
.view-loading .fa-spin {
  background: url("loading.gif");
  background-color: rgba(39, 31, 48, 0.3);
  background-image: url("loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px auto;
  background-color: transparent;
  height: 64px;
  width: 64px;
  display: block;
  animation: none;
  -webkit-animation: none;
  margin: 0 auto;
}
.view-loading .fa-spin::before {
  content: none;
}

.entity-grid .message {
  margin: 0;
}

.view-select > .dropdown > .selected-view:hover {
  text-decoration: none;
  background-color: transparent;
}
.view-select > .dropdown > .selected-view > .fa-list {
  margin-right: 0.5em;
}
.view-select > .dropdown > .selected-view > .caret {
  width: 5px;
  height: 23px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  color: #ffce24;
}
.view-select > .dropdown > .selected-view > .caret::before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
}
.view-select > .dropdown.open > .selected-view {
  background-color: #fff;
  text-decoration: none;
}
.view-select > .dropdown.open > .dropdown-menu {
  background-color: #fff;
  border: 1px solid #75707b;
}
.view-select > .dropdown.open > .dropdown-menu > li > a {
  font-family: "Lato", sans-serif;
  color: #271f30;
}
.view-select > .dropdown.open > .dropdown-menu > li > a:hover, .view-select > .dropdown.open > .dropdown-menu > li > a:focus {
  background-color: #ffe58b;
  font-family: "Lato", sans-serif;
  color: #271f30;
}
.view-select > .dropdown.open > .dropdown-menu > .active > a, .view-select > .dropdown.open > .dropdown-menu > .active > a:hover, .view-select > .dropdown.open > .dropdown-menu > .active > a:focus {
  background-color: #ffce24;
  outline: 0;
  color: #271f30;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .toolbar-actions .create-action {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .toolbar-actions .pull-right, .toolbar-actions .pull-left {
    clear: both;
    float: right !important;
  }
}

/* END SECTION GRIDS */
/* SECTION FORMS */
fieldset.color-section, fieldset.warning-section, fieldset.summary-section {
  display: block;
  background-color: #fff;
  padding: 20px 15px 15px 15px;
  margin-top: 15px;
  border-radius: 10px;
}
fieldset.color-section legend, fieldset.warning-section legend, fieldset.summary-section legend {
  font-weight: bold;
  font-size: 1.3em;
}
fieldset.color-section .snippet p, fieldset.warning-section .snippet p, fieldset.summary-section .snippet p {
  margin-bottom: 0;
}
fieldset.color-section .snippet + table.section, fieldset.warning-section .snippet + table.section, fieldset.summary-section .snippet + table.section {
  display: none;
}

fieldset.color-section {
  background-color: #fff;
}
fieldset.color-section legend {
  padding-bottom: 15px;
  float: left;
  border-bottom: 0;
}

fieldset.warning-section {
  border: 1px solid #ffce24;
  margin: 5px;
  background-color: rgba(255, 206, 36, 0.3);
}

fieldset.summary-section {
  padding: 20px 0 15px 0;
}
fieldset.summary-section > table {
  width: 98% !important;
  margin: 0 auto;
}
fieldset.summary-section legend {
  background-color: #fff;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  border-radius: 10px;
}
fieldset.summary-section .summary-buttons {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}
fieldset.summary-section .summary-buttons .summary-edit-buttons {
  text-align: right;
}

.border-section {
  border: 1px solid #271f30;
  padding: 15px;
  border-radius: 10px;
}
.border-section p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .crmEntityFormView .actions > .btn {
    margin-bottom: 1em;
  }
}
.crmEntityFormView > .row.form-custom-actions {
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
.crmEntityFormView .tab .tab-column table.section > tbody > tr > td.subgrid-cell > .info {
  display: none;
}

@media screen and (max-width: 767px) {
  .crmEntityFormView .tab {
    width: 100% !important;
  }
  .crmEntityFormView .tab .tab-column {
    width: 100% !important;
  }
  .crmEntityFormView .tab .tab-column table.section {
    width: 100% !important;
    overflow: visible;
  }
  .crmEntityFormView .tab .tab-column table.section > tbody > tr > td.cell {
    display: block;
    width: 100% !important;
  }
}
.crmEntityFormView div.info {
  min-height: 35px;
  padding-top: 4px;
}
.crmEntityFormView div.control {
  min-height: 35px;
}
.crmEntityFormView div.info,
.crmEntityFormView div.description,
.crmEntityFormView div.control {
  font-size: 1.125em;
}
.crmEntityFormView div.info > p,
.crmEntityFormView div.info label, .crmEntityFormView div.info label > p,
.crmEntityFormView div.description > p,
.crmEntityFormView div.description label,
.crmEntityFormView div.description label > p,
.crmEntityFormView div.control > p,
.crmEntityFormView div.control label,
.crmEntityFormView div.control label > p {
  font-size: 1em;
}

select, select:active, input[type=text], input[type=text]:active, input[type=password], input[type=password]:active, input[type=email], input[type=email]:active, input[type=number], input[type=number]:active, input[type=url], input[type=url]:active, input[type=date], input[type=date]:active, input[type=time], input[type=time]:active,
.form-control,
.form-control:active, .crmEntityFormView .form-control, .crmEntityFormView .form-control:active {
  font-size: 1em;
  color: #271f30;
  height: 35px;
  font-weight: normal;
  font-weight: normal;
  background-color: transparent;
  border: 0;
  text-decoration: none !important;
  box-shadow: none;
}
select.uppercase, select:active.uppercase, input[type=text].uppercase, input[type=text]:active.uppercase, input[type=password].uppercase, input[type=password]:active.uppercase, input[type=email].uppercase, input[type=email]:active.uppercase, input[type=number].uppercase, input[type=number]:active.uppercase, input[type=url].uppercase, input[type=url]:active.uppercase, input[type=date].uppercase, input[type=date]:active.uppercase, input[type=time].uppercase, input[type=time]:active.uppercase,
.form-control.uppercase,
.form-control:active.uppercase, .crmEntityFormView .form-control.uppercase, .crmEntityFormView .form-control:active.uppercase {
  text-transform: uppercase;
}
select.lowercase, select:active.lowercase, input[type=text].lowercase, input[type=text]:active.lowercase, input[type=password].lowercase, input[type=password]:active.lowercase, input[type=email].lowercase, input[type=email]:active.lowercase, input[type=number].lowercase, input[type=number]:active.lowercase, input[type=url].lowercase, input[type=url]:active.lowercase, input[type=date].lowercase, input[type=date]:active.lowercase, input[type=time].lowercase, input[type=time]:active.lowercase,
.form-control.lowercase,
.form-control:active.lowercase, .crmEntityFormView .form-control.lowercase, .crmEntityFormView .form-control:active.lowercase {
  text-transform: lowercase;
}
select.capitalize, select:active.capitalize, input[type=text].capitalize, input[type=text]:active.capitalize, input[type=password].capitalize, input[type=password]:active.capitalize, input[type=email].capitalize, input[type=email]:active.capitalize, input[type=number].capitalize, input[type=number]:active.capitalize, input[type=url].capitalize, input[type=url]:active.capitalize, input[type=date].capitalize, input[type=date]:active.capitalize, input[type=time].capitalize, input[type=time]:active.capitalize,
.form-control.capitalize,
.form-control:active.capitalize, .crmEntityFormView .form-control.capitalize, .crmEntityFormView .form-control:active.capitalize {
  text-transform: capitalize;
}
@media screen {
  select, select:active, input[type=text], input[type=text]:active, input[type=password], input[type=password]:active, input[type=email], input[type=email]:active, input[type=number], input[type=number]:active, input[type=url], input[type=url]:active, input[type=date], input[type=date]:active, input[type=time], input[type=time]:active,
.form-control,
.form-control:active, .crmEntityFormView .form-control, .crmEntityFormView .form-control:active {
    border-bottom: 1px solid #c1c3d6 !important;
  }
}
select:disabled, select:disabled:focus, select:disabled:hover, select:disabled:active, select:disabled:active:hover, select.disabled, select.disabled:focus, select.disabled:hover, select.disabled:active, select.disabled:active:hover, select[disabled], select[disabled]:focus, select[disabled]:hover, select[disabled]:active, select[disabled]:active:hover, select.readonly, select.readonly:focus, select.readonly:hover, select.readonly:active, select.readonly:active:hover, select[readonly], select[readonly]:focus, select[readonly]:hover, select[readonly]:active, select[readonly]:active:hover, input[type=text]:disabled, input[type=text]:disabled:focus, input[type=text]:disabled:hover, input[type=text]:disabled:active, input[type=text]:disabled:active:hover, input[type=text].disabled, input[type=text].disabled:focus, input[type=text].disabled:hover, input[type=text].disabled:active, input[type=text].disabled:active:hover, input[type=text][disabled], input[type=text][disabled]:focus, input[type=text][disabled]:hover, input[type=text][disabled]:active, input[type=text][disabled]:active:hover, input[type=text].readonly, input[type=text].readonly:focus, input[type=text].readonly:hover, input[type=text].readonly:active, input[type=text].readonly:active:hover, input[type=text][readonly], input[type=text][readonly]:focus, input[type=text][readonly]:hover, input[type=text][readonly]:active, input[type=text][readonly]:active:hover, input[type=password]:disabled, input[type=password]:disabled:focus, input[type=password]:disabled:hover, input[type=password]:disabled:active, input[type=password]:disabled:active:hover, input[type=password].disabled, input[type=password].disabled:focus, input[type=password].disabled:hover, input[type=password].disabled:active, input[type=password].disabled:active:hover, input[type=password][disabled], input[type=password][disabled]:focus, input[type=password][disabled]:hover, input[type=password][disabled]:active, input[type=password][disabled]:active:hover, input[type=password].readonly, input[type=password].readonly:focus, input[type=password].readonly:hover, input[type=password].readonly:active, input[type=password].readonly:active:hover, input[type=password][readonly], input[type=password][readonly]:focus, input[type=password][readonly]:hover, input[type=password][readonly]:active, input[type=password][readonly]:active:hover, input[type=email]:disabled, input[type=email]:disabled:focus, input[type=email]:disabled:hover, input[type=email]:disabled:active, input[type=email]:disabled:active:hover, input[type=email].disabled, input[type=email].disabled:focus, input[type=email].disabled:hover, input[type=email].disabled:active, input[type=email].disabled:active:hover, input[type=email][disabled], input[type=email][disabled]:focus, input[type=email][disabled]:hover, input[type=email][disabled]:active, input[type=email][disabled]:active:hover, input[type=email].readonly, input[type=email].readonly:focus, input[type=email].readonly:hover, input[type=email].readonly:active, input[type=email].readonly:active:hover, input[type=email][readonly], input[type=email][readonly]:focus, input[type=email][readonly]:hover, input[type=email][readonly]:active, input[type=email][readonly]:active:hover, input[type=number]:disabled, input[type=number]:disabled:focus, input[type=number]:disabled:hover, input[type=number]:disabled:active, input[type=number]:disabled:active:hover, input[type=number].disabled, input[type=number].disabled:focus, input[type=number].disabled:hover, input[type=number].disabled:active, input[type=number].disabled:active:hover, input[type=number][disabled], input[type=number][disabled]:focus, input[type=number][disabled]:hover, input[type=number][disabled]:active, input[type=number][disabled]:active:hover, input[type=number].readonly, input[type=number].readonly:focus, input[type=number].readonly:hover, input[type=number].readonly:active, input[type=number].readonly:active:hover, input[type=number][readonly], input[type=number][readonly]:focus, input[type=number][readonly]:hover, input[type=number][readonly]:active, input[type=number][readonly]:active:hover, input[type=url]:disabled, input[type=url]:disabled:focus, input[type=url]:disabled:hover, input[type=url]:disabled:active, input[type=url]:disabled:active:hover, input[type=url].disabled, input[type=url].disabled:focus, input[type=url].disabled:hover, input[type=url].disabled:active, input[type=url].disabled:active:hover, input[type=url][disabled], input[type=url][disabled]:focus, input[type=url][disabled]:hover, input[type=url][disabled]:active, input[type=url][disabled]:active:hover, input[type=url].readonly, input[type=url].readonly:focus, input[type=url].readonly:hover, input[type=url].readonly:active, input[type=url].readonly:active:hover, input[type=url][readonly], input[type=url][readonly]:focus, input[type=url][readonly]:hover, input[type=url][readonly]:active, input[type=url][readonly]:active:hover, input[type=date]:disabled, input[type=date]:disabled:focus, input[type=date]:disabled:hover, input[type=date]:disabled:active, input[type=date]:disabled:active:hover, input[type=date].disabled, input[type=date].disabled:focus, input[type=date].disabled:hover, input[type=date].disabled:active, input[type=date].disabled:active:hover, input[type=date][disabled], input[type=date][disabled]:focus, input[type=date][disabled]:hover, input[type=date][disabled]:active, input[type=date][disabled]:active:hover, input[type=date].readonly, input[type=date].readonly:focus, input[type=date].readonly:hover, input[type=date].readonly:active, input[type=date].readonly:active:hover, input[type=date][readonly], input[type=date][readonly]:focus, input[type=date][readonly]:hover, input[type=date][readonly]:active, input[type=date][readonly]:active:hover, input[type=time]:disabled, input[type=time]:disabled:focus, input[type=time]:disabled:hover, input[type=time]:disabled:active, input[type=time]:disabled:active:hover, input[type=time].disabled, input[type=time].disabled:focus, input[type=time].disabled:hover, input[type=time].disabled:active, input[type=time].disabled:active:hover, input[type=time][disabled], input[type=time][disabled]:focus, input[type=time][disabled]:hover, input[type=time][disabled]:active, input[type=time][disabled]:active:hover, input[type=time].readonly, input[type=time].readonly:focus, input[type=time].readonly:hover, input[type=time].readonly:active, input[type=time].readonly:active:hover, input[type=time][readonly], input[type=time][readonly]:focus, input[type=time][readonly]:hover, input[type=time][readonly]:active, input[type=time][readonly]:active:hover,
.form-control:disabled,
.form-control:disabled:focus,
.form-control:disabled:hover,
.form-control:disabled:active,
.form-control:disabled:active:hover,
.form-control.disabled,
.form-control.disabled:focus,
.form-control.disabled:hover,
.form-control.disabled:active,
.form-control.disabled:active:hover,
.form-control[disabled],
.form-control[disabled]:focus,
.form-control[disabled]:hover,
.form-control[disabled]:active,
.form-control[disabled]:active:hover,
.form-control.readonly,
.form-control.readonly:focus,
.form-control.readonly:hover,
.form-control.readonly:active,
.form-control.readonly:active:hover,
.form-control[readonly],
.form-control[readonly]:focus,
.form-control[readonly]:hover,
.form-control[readonly]:active,
.form-control[readonly]:active:hover, .crmEntityFormView .form-control:disabled, .crmEntityFormView .form-control:disabled:focus, .crmEntityFormView .form-control:disabled:hover, .crmEntityFormView .form-control:disabled:active, .crmEntityFormView .form-control:disabled:active:hover, .crmEntityFormView .form-control.disabled, .crmEntityFormView .form-control.disabled:focus, .crmEntityFormView .form-control.disabled:hover, .crmEntityFormView .form-control.disabled:active, .crmEntityFormView .form-control.disabled:active:hover, .crmEntityFormView .form-control[disabled], .crmEntityFormView .form-control[disabled]:focus, .crmEntityFormView .form-control[disabled]:hover, .crmEntityFormView .form-control[disabled]:active, .crmEntityFormView .form-control[disabled]:active:hover, .crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control.readonly:hover, .crmEntityFormView .form-control.readonly:active, .crmEntityFormView .form-control.readonly:active:hover, .crmEntityFormView .form-control[readonly], .crmEntityFormView .form-control[readonly]:focus, .crmEntityFormView .form-control[readonly]:hover, .crmEntityFormView .form-control[readonly]:active, .crmEntityFormView .form-control[readonly]:active:hover {
  opacity: 0.5;
  background-color: transparent;
  color: #75707b;
  cursor: not-allowed;
}
@media screen {
  select:disabled, select:disabled:focus, select:disabled:hover, select:disabled:active, select:disabled:active:hover, select.disabled, select.disabled:focus, select.disabled:hover, select.disabled:active, select.disabled:active:hover, select[disabled], select[disabled]:focus, select[disabled]:hover, select[disabled]:active, select[disabled]:active:hover, select.readonly, select.readonly:focus, select.readonly:hover, select.readonly:active, select.readonly:active:hover, select[readonly], select[readonly]:focus, select[readonly]:hover, select[readonly]:active, select[readonly]:active:hover, input[type=text]:disabled, input[type=text]:disabled:focus, input[type=text]:disabled:hover, input[type=text]:disabled:active, input[type=text]:disabled:active:hover, input[type=text].disabled, input[type=text].disabled:focus, input[type=text].disabled:hover, input[type=text].disabled:active, input[type=text].disabled:active:hover, input[type=text][disabled], input[type=text][disabled]:focus, input[type=text][disabled]:hover, input[type=text][disabled]:active, input[type=text][disabled]:active:hover, input[type=text].readonly, input[type=text].readonly:focus, input[type=text].readonly:hover, input[type=text].readonly:active, input[type=text].readonly:active:hover, input[type=text][readonly], input[type=text][readonly]:focus, input[type=text][readonly]:hover, input[type=text][readonly]:active, input[type=text][readonly]:active:hover, input[type=password]:disabled, input[type=password]:disabled:focus, input[type=password]:disabled:hover, input[type=password]:disabled:active, input[type=password]:disabled:active:hover, input[type=password].disabled, input[type=password].disabled:focus, input[type=password].disabled:hover, input[type=password].disabled:active, input[type=password].disabled:active:hover, input[type=password][disabled], input[type=password][disabled]:focus, input[type=password][disabled]:hover, input[type=password][disabled]:active, input[type=password][disabled]:active:hover, input[type=password].readonly, input[type=password].readonly:focus, input[type=password].readonly:hover, input[type=password].readonly:active, input[type=password].readonly:active:hover, input[type=password][readonly], input[type=password][readonly]:focus, input[type=password][readonly]:hover, input[type=password][readonly]:active, input[type=password][readonly]:active:hover, input[type=email]:disabled, input[type=email]:disabled:focus, input[type=email]:disabled:hover, input[type=email]:disabled:active, input[type=email]:disabled:active:hover, input[type=email].disabled, input[type=email].disabled:focus, input[type=email].disabled:hover, input[type=email].disabled:active, input[type=email].disabled:active:hover, input[type=email][disabled], input[type=email][disabled]:focus, input[type=email][disabled]:hover, input[type=email][disabled]:active, input[type=email][disabled]:active:hover, input[type=email].readonly, input[type=email].readonly:focus, input[type=email].readonly:hover, input[type=email].readonly:active, input[type=email].readonly:active:hover, input[type=email][readonly], input[type=email][readonly]:focus, input[type=email][readonly]:hover, input[type=email][readonly]:active, input[type=email][readonly]:active:hover, input[type=number]:disabled, input[type=number]:disabled:focus, input[type=number]:disabled:hover, input[type=number]:disabled:active, input[type=number]:disabled:active:hover, input[type=number].disabled, input[type=number].disabled:focus, input[type=number].disabled:hover, input[type=number].disabled:active, input[type=number].disabled:active:hover, input[type=number][disabled], input[type=number][disabled]:focus, input[type=number][disabled]:hover, input[type=number][disabled]:active, input[type=number][disabled]:active:hover, input[type=number].readonly, input[type=number].readonly:focus, input[type=number].readonly:hover, input[type=number].readonly:active, input[type=number].readonly:active:hover, input[type=number][readonly], input[type=number][readonly]:focus, input[type=number][readonly]:hover, input[type=number][readonly]:active, input[type=number][readonly]:active:hover, input[type=url]:disabled, input[type=url]:disabled:focus, input[type=url]:disabled:hover, input[type=url]:disabled:active, input[type=url]:disabled:active:hover, input[type=url].disabled, input[type=url].disabled:focus, input[type=url].disabled:hover, input[type=url].disabled:active, input[type=url].disabled:active:hover, input[type=url][disabled], input[type=url][disabled]:focus, input[type=url][disabled]:hover, input[type=url][disabled]:active, input[type=url][disabled]:active:hover, input[type=url].readonly, input[type=url].readonly:focus, input[type=url].readonly:hover, input[type=url].readonly:active, input[type=url].readonly:active:hover, input[type=url][readonly], input[type=url][readonly]:focus, input[type=url][readonly]:hover, input[type=url][readonly]:active, input[type=url][readonly]:active:hover, input[type=date]:disabled, input[type=date]:disabled:focus, input[type=date]:disabled:hover, input[type=date]:disabled:active, input[type=date]:disabled:active:hover, input[type=date].disabled, input[type=date].disabled:focus, input[type=date].disabled:hover, input[type=date].disabled:active, input[type=date].disabled:active:hover, input[type=date][disabled], input[type=date][disabled]:focus, input[type=date][disabled]:hover, input[type=date][disabled]:active, input[type=date][disabled]:active:hover, input[type=date].readonly, input[type=date].readonly:focus, input[type=date].readonly:hover, input[type=date].readonly:active, input[type=date].readonly:active:hover, input[type=date][readonly], input[type=date][readonly]:focus, input[type=date][readonly]:hover, input[type=date][readonly]:active, input[type=date][readonly]:active:hover, input[type=time]:disabled, input[type=time]:disabled:focus, input[type=time]:disabled:hover, input[type=time]:disabled:active, input[type=time]:disabled:active:hover, input[type=time].disabled, input[type=time].disabled:focus, input[type=time].disabled:hover, input[type=time].disabled:active, input[type=time].disabled:active:hover, input[type=time][disabled], input[type=time][disabled]:focus, input[type=time][disabled]:hover, input[type=time][disabled]:active, input[type=time][disabled]:active:hover, input[type=time].readonly, input[type=time].readonly:focus, input[type=time].readonly:hover, input[type=time].readonly:active, input[type=time].readonly:active:hover, input[type=time][readonly], input[type=time][readonly]:focus, input[type=time][readonly]:hover, input[type=time][readonly]:active, input[type=time][readonly]:active:hover,
.form-control:disabled,
.form-control:disabled:focus,
.form-control:disabled:hover,
.form-control:disabled:active,
.form-control:disabled:active:hover,
.form-control.disabled,
.form-control.disabled:focus,
.form-control.disabled:hover,
.form-control.disabled:active,
.form-control.disabled:active:hover,
.form-control[disabled],
.form-control[disabled]:focus,
.form-control[disabled]:hover,
.form-control[disabled]:active,
.form-control[disabled]:active:hover,
.form-control.readonly,
.form-control.readonly:focus,
.form-control.readonly:hover,
.form-control.readonly:active,
.form-control.readonly:active:hover,
.form-control[readonly],
.form-control[readonly]:focus,
.form-control[readonly]:hover,
.form-control[readonly]:active,
.form-control[readonly]:active:hover, .crmEntityFormView .form-control:disabled, .crmEntityFormView .form-control:disabled:focus, .crmEntityFormView .form-control:disabled:hover, .crmEntityFormView .form-control:disabled:active, .crmEntityFormView .form-control:disabled:active:hover, .crmEntityFormView .form-control.disabled, .crmEntityFormView .form-control.disabled:focus, .crmEntityFormView .form-control.disabled:hover, .crmEntityFormView .form-control.disabled:active, .crmEntityFormView .form-control.disabled:active:hover, .crmEntityFormView .form-control[disabled], .crmEntityFormView .form-control[disabled]:focus, .crmEntityFormView .form-control[disabled]:hover, .crmEntityFormView .form-control[disabled]:active, .crmEntityFormView .form-control[disabled]:active:hover, .crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control.readonly:hover, .crmEntityFormView .form-control.readonly:active, .crmEntityFormView .form-control.readonly:active:hover, .crmEntityFormView .form-control[readonly], .crmEntityFormView .form-control[readonly]:focus, .crmEntityFormView .form-control[readonly]:hover, .crmEntityFormView .form-control[readonly]:active, .crmEntityFormView .form-control[readonly]:active:hover {
    border-bottom: 1px solid #c1c3d6 !important;
  }
}

textarea, textarea:active, textarea.form-control, textarea.form-control:active, .textarea, .textarea:active,
.crmEntityFormView textarea,
.crmEntityFormView textarea:active, .crmEntityFormView textarea.form-control, .crmEntityFormView textarea.form-control:active, .crmEntityFormView .textarea, .crmEntityFormView .textarea:active {
  min-height: 35px;
  max-height: 140px;
  height: auto;
}

@media screen {
  textarea, textarea:active, .crmEntityFormView textarea, .crmEntityFormView textarea:active, .crmEntityFormView textarea, .crmEntityFormView textarea:active {
    border: 1px solid #c1c3d6 !important;
  }
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(39, 31, 48, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(39, 31, 48, 0.3);
}

input[type=text]:placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:placeholder, input[type=number]:-ms-input-placeholder, input[type=url]:placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:placeholder, input[type=date]:-ms-input-placeholder, input[type=time]:placeholder, input[type=time]:-ms-input-placeholder,
select:placeholder,
select:-ms-input-placeholder, .form-control:placeholder, .form-control:-ms-input-placeholder {
  color: #75707b;
  opacity: 0;
}
input[type=text]:focus:placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=email]:focus:placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=number]:focus:placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=url]:focus:placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=date]:focus:placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=time]:focus:placeholder, input[type=time]:focus:-ms-input-placeholder,
select:focus:placeholder,
select:focus:-ms-input-placeholder, .form-control:focus:placeholder, .form-control:focus:-ms-input-placeholder {
  opacity: 1;
}

.text-muted {
  display: none;
}

input.money:-moz-read-only {
  padding-left: 5px;
}

input.money:read-only {
  padding-left: 5px;
}

.crmEntityFormView div.description, .crmEntityFormView div.description {
  margin-bottom: 5px;
}
.crmEntityFormView div.description.below, .crmEntityFormView div.description.below {
  clear: both;
}

div.input-group > .input-group-addon {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
}
div.input-group > .input-group-addon.disabled {
  opacity: 0.5;
}
div.input-group > .input-group-addon + input[type=text].form-control {
  height: 36px;
}

div.info.required label::after {
  content: " *" !important;
  color: #E72713 !important;
  font-size: 18px;
}

.crmEntityFormView .actions {
  border: 0;
  border-top: 0;
}

select, select.form-control {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 2em;
}
select option, select.form-control option {
  font-size: 1em;
  color: #271f30;
  height: 35px;
  font-weight: normal;
  background-color: #f4f1e8;
}
select option.uppercase, select.form-control option.uppercase {
  text-transform: uppercase;
}
select option.lowercase, select.form-control option.lowercase {
  text-transform: lowercase;
}
select option.capitalize, select.form-control option.capitalize {
  text-transform: capitalize;
}

label.dropdown-container {
  position: relative;
  float: none !important;
}
label.dropdown-container::after {
  font-family: "Glyphicons Halflings";
  content: "\e252";
  color: #ffce24;
  right: 10px;
  top: 0.5625em;
  position: absolute;
  pointer-events: none;
}
label.dropdown-container.disabled::after {
  opacity: 0.5;
  cursor: not-allowed;
}

fieldset.color-section select option, fieldset.color-section select.form-control option, fieldset.summary-section select option, fieldset.summary-section select.form-control option {
  background-color: #fff;
}

.crmEntityFormView .cell.checkbox-cell div.control {
  float: none;
}

.control .checkbox, .crmEntityFormView .cell.checkbox-cell .checkbox {
  min-height: 35px;
}
.control .checkbox input[type=checkbox], .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.control .checkbox input[type=checkbox]:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:hover + label::before {
  border: 2px solid #ffce24;
}
.control .checkbox input[type=checkbox]:checked + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:checked + label::before {
  border: 1px solid #ffce24;
  background-color: #ffce24;
}
.control .checkbox input[type=checkbox] + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox] + label::after {
  content: none;
}
.control .checkbox input[type=checkbox]:checked + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:checked + label::after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
.control .checkbox input[type=checkbox]:disabled, .control .checkbox input[type=checkbox]:disabled + label, .control .checkbox input[type=checkbox]:disabled:focus, .control .checkbox input[type=checkbox]:disabled:focus + label, .control .checkbox input[type=checkbox]:disabled:hover, .control .checkbox input[type=checkbox]:disabled:hover + label, .control .checkbox input[type=checkbox]:disabled:active, .control .checkbox input[type=checkbox]:disabled:active + label, .control .checkbox input[type=checkbox]:disabled:active:hover, .control .checkbox input[type=checkbox]:disabled:active:hover + label, .control .checkbox input[type=checkbox].disabled, .control .checkbox input[type=checkbox].disabled + label, .control .checkbox input[type=checkbox].disabled:focus, .control .checkbox input[type=checkbox].disabled:focus + label, .control .checkbox input[type=checkbox].disabled:hover, .control .checkbox input[type=checkbox].disabled:hover + label, .control .checkbox input[type=checkbox].disabled:active, .control .checkbox input[type=checkbox].disabled:active + label, .control .checkbox input[type=checkbox].disabled:active:hover, .control .checkbox input[type=checkbox].disabled:active:hover + label, .control .checkbox input[type=checkbox][disabled], .control .checkbox input[type=checkbox][disabled] + label, .control .checkbox input[type=checkbox][disabled]:focus, .control .checkbox input[type=checkbox][disabled]:focus + label, .control .checkbox input[type=checkbox][disabled]:hover, .control .checkbox input[type=checkbox][disabled]:hover + label, .control .checkbox input[type=checkbox][disabled]:active, .control .checkbox input[type=checkbox][disabled]:active + label, .control .checkbox input[type=checkbox][disabled]:active:hover, .control .checkbox input[type=checkbox][disabled]:active:hover + label, .control .checkbox input[type=checkbox].readonly, .control .checkbox input[type=checkbox].readonly + label, .control .checkbox input[type=checkbox].readonly:focus, .control .checkbox input[type=checkbox].readonly:focus + label, .control .checkbox input[type=checkbox].readonly:hover, .control .checkbox input[type=checkbox].readonly:hover + label, .control .checkbox input[type=checkbox].readonly:active, .control .checkbox input[type=checkbox].readonly:active + label, .control .checkbox input[type=checkbox].readonly:active:hover, .control .checkbox input[type=checkbox].readonly:active:hover + label, .control .checkbox input[type=checkbox][readonly], .control .checkbox input[type=checkbox][readonly] + label, .control .checkbox input[type=checkbox][readonly]:focus, .control .checkbox input[type=checkbox][readonly]:focus + label, .control .checkbox input[type=checkbox][readonly]:hover, .control .checkbox input[type=checkbox][readonly]:hover + label, .control .checkbox input[type=checkbox][readonly]:active, .control .checkbox input[type=checkbox][readonly]:active + label, .control .checkbox input[type=checkbox][readonly]:active:hover, .control .checkbox input[type=checkbox][readonly]:active:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:focus, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:focus + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:focus, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:focus + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled], .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled] + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:focus, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:focus + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:focus, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:focus + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly], .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly] + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:focus, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:focus + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:hover + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active + label, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active:hover, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active:hover + label {
  cursor: not-allowed;
}
.control .checkbox input[type=checkbox]:disabled + label::before, .control .checkbox input[type=checkbox]:disabled:focus + label::before, .control .checkbox input[type=checkbox]:disabled:hover + label::before, .control .checkbox input[type=checkbox]:disabled:active + label::before, .control .checkbox input[type=checkbox]:disabled:active:hover + label::before, .control .checkbox input[type=checkbox].disabled + label::before, .control .checkbox input[type=checkbox].disabled:focus + label::before, .control .checkbox input[type=checkbox].disabled:hover + label::before, .control .checkbox input[type=checkbox].disabled:active + label::before, .control .checkbox input[type=checkbox].disabled:active:hover + label::before, .control .checkbox input[type=checkbox][disabled] + label::before, .control .checkbox input[type=checkbox][disabled]:focus + label::before, .control .checkbox input[type=checkbox][disabled]:hover + label::before, .control .checkbox input[type=checkbox][disabled]:active + label::before, .control .checkbox input[type=checkbox][disabled]:active:hover + label::before, .control .checkbox input[type=checkbox].readonly + label::before, .control .checkbox input[type=checkbox].readonly:focus + label::before, .control .checkbox input[type=checkbox].readonly:hover + label::before, .control .checkbox input[type=checkbox].readonly:active + label::before, .control .checkbox input[type=checkbox].readonly:active:hover + label::before, .control .checkbox input[type=checkbox][readonly] + label::before, .control .checkbox input[type=checkbox][readonly]:focus + label::before, .control .checkbox input[type=checkbox][readonly]:hover + label::before, .control .checkbox input[type=checkbox][readonly]:active + label::before, .control .checkbox input[type=checkbox][readonly]:active:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:focus + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:focus + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled] + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:focus + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:focus + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly] + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:focus + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:hover + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active + label::before, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active:hover + label::before {
  border: 2px solid #c1c3d6 !important;
  background-color: transparent;
}
.control .checkbox input[type=checkbox]:disabled + label::after, .control .checkbox input[type=checkbox]:disabled:focus + label::after, .control .checkbox input[type=checkbox]:disabled:hover + label::after, .control .checkbox input[type=checkbox]:disabled:active + label::after, .control .checkbox input[type=checkbox]:disabled:active:hover + label::after, .control .checkbox input[type=checkbox].disabled + label::after, .control .checkbox input[type=checkbox].disabled:focus + label::after, .control .checkbox input[type=checkbox].disabled:hover + label::after, .control .checkbox input[type=checkbox].disabled:active + label::after, .control .checkbox input[type=checkbox].disabled:active:hover + label::after, .control .checkbox input[type=checkbox][disabled] + label::after, .control .checkbox input[type=checkbox][disabled]:focus + label::after, .control .checkbox input[type=checkbox][disabled]:hover + label::after, .control .checkbox input[type=checkbox][disabled]:active + label::after, .control .checkbox input[type=checkbox][disabled]:active:hover + label::after, .control .checkbox input[type=checkbox].readonly + label::after, .control .checkbox input[type=checkbox].readonly:focus + label::after, .control .checkbox input[type=checkbox].readonly:hover + label::after, .control .checkbox input[type=checkbox].readonly:active + label::after, .control .checkbox input[type=checkbox].readonly:active:hover + label::after, .control .checkbox input[type=checkbox][readonly] + label::after, .control .checkbox input[type=checkbox][readonly]:focus + label::after, .control .checkbox input[type=checkbox][readonly]:hover + label::after, .control .checkbox input[type=checkbox][readonly]:active + label::after, .control .checkbox input[type=checkbox][readonly]:active:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:focus + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox]:disabled:active:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:focus + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].disabled:active:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled] + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:focus + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][disabled]:active:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:focus + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox].readonly:active:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly] + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:focus + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:hover + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active + label::after, .crmEntityFormView .cell.checkbox-cell .checkbox input[type=checkbox][readonly]:active:hover + label::after {
  color: #c1c3d6;
}
.control .checkbox label, .crmEntityFormView .cell.checkbox-cell .checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-weight: bold;
}
.control .checkbox label::before, .control .checkbox label::after, .crmEntityFormView .cell.checkbox-cell .checkbox label::before, .crmEntityFormView .cell.checkbox-cell .checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.control .checkbox label::before, .crmEntityFormView .cell.checkbox-cell .checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #271f30;
  background-color: #fff;
  left: 0px;
  top: 3px;
}
.control .checkbox label::after, .crmEntityFormView .cell.checkbox-cell .checkbox label::after {
  height: 5px;
  width: 9px;
  left: 2px;
  top: 2px;
  font-size: 12px;
  color: #fff;
}
.control .checkbox label > p, .crmEntityFormView .cell.checkbox-cell .checkbox label > p {
  display: inline-block;
  width: 100%;
  padding-left: 5px;
}
.control .checkbox.checkbox-right.checkbox-full-width, .crmEntityFormView .cell.checkbox-cell .checkbox.checkbox-right.checkbox-full-width {
  width: 98%;
}
.control .checkbox.checkbox-right.checkbox-full-width label, .crmEntityFormView .cell.checkbox-cell .checkbox.checkbox-right.checkbox-full-width label {
  width: 100%;
}
.control .checkbox.checkbox-right label, .crmEntityFormView .cell.checkbox-cell .checkbox.checkbox-right label {
  padding-right: 30px;
  padding-left: 0;
}
.control .checkbox.checkbox-right label::before, .crmEntityFormView .cell.checkbox-cell .checkbox.checkbox-right label::before {
  right: 0px;
  left: auto;
}
.control .checkbox.checkbox-right label::after, .crmEntityFormView .cell.checkbox-cell .checkbox.checkbox-right label::after {
  left: auto;
  right: 6px;
}

.boolean-radio {
  height: 35px;
}
.boolean-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.boolean-radio input[type=radio]:hover + label::before {
  border: 2px solid #ffce24;
}
.boolean-radio input[type=radio]:checked + label::before {
  border: 1px solid #ffce24;
  background-color: #ffce24;
}
.boolean-radio input[type=radio] + label::after {
  content: none;
}
.boolean-radio input[type=radio]:checked + label::after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
.boolean-radio input[type=radio]:disabled, .boolean-radio input[type=radio]:disabled + label, .boolean-radio input[type=radio]:disabled:focus, .boolean-radio input[type=radio]:disabled:focus + label, .boolean-radio input[type=radio]:disabled:hover, .boolean-radio input[type=radio]:disabled:hover + label, .boolean-radio input[type=radio]:disabled:active, .boolean-radio input[type=radio]:disabled:active + label, .boolean-radio input[type=radio]:disabled:active:hover, .boolean-radio input[type=radio]:disabled:active:hover + label, .boolean-radio input[type=radio].disabled, .boolean-radio input[type=radio].disabled + label, .boolean-radio input[type=radio].disabled:focus, .boolean-radio input[type=radio].disabled:focus + label, .boolean-radio input[type=radio].disabled:hover, .boolean-radio input[type=radio].disabled:hover + label, .boolean-radio input[type=radio].disabled:active, .boolean-radio input[type=radio].disabled:active + label, .boolean-radio input[type=radio].disabled:active:hover, .boolean-radio input[type=radio].disabled:active:hover + label, .boolean-radio input[type=radio][disabled], .boolean-radio input[type=radio][disabled] + label, .boolean-radio input[type=radio][disabled]:focus, .boolean-radio input[type=radio][disabled]:focus + label, .boolean-radio input[type=radio][disabled]:hover, .boolean-radio input[type=radio][disabled]:hover + label, .boolean-radio input[type=radio][disabled]:active, .boolean-radio input[type=radio][disabled]:active + label, .boolean-radio input[type=radio][disabled]:active:hover, .boolean-radio input[type=radio][disabled]:active:hover + label, .boolean-radio input[type=radio].readonly, .boolean-radio input[type=radio].readonly + label, .boolean-radio input[type=radio].readonly:focus, .boolean-radio input[type=radio].readonly:focus + label, .boolean-radio input[type=radio].readonly:hover, .boolean-radio input[type=radio].readonly:hover + label, .boolean-radio input[type=radio].readonly:active, .boolean-radio input[type=radio].readonly:active + label, .boolean-radio input[type=radio].readonly:active:hover, .boolean-radio input[type=radio].readonly:active:hover + label, .boolean-radio input[type=radio][readonly], .boolean-radio input[type=radio][readonly] + label, .boolean-radio input[type=radio][readonly]:focus, .boolean-radio input[type=radio][readonly]:focus + label, .boolean-radio input[type=radio][readonly]:hover, .boolean-radio input[type=radio][readonly]:hover + label, .boolean-radio input[type=radio][readonly]:active, .boolean-radio input[type=radio][readonly]:active + label, .boolean-radio input[type=radio][readonly]:active:hover, .boolean-radio input[type=radio][readonly]:active:hover + label {
  cursor: not-allowed;
}
.boolean-radio input[type=radio]:disabled + label::before, .boolean-radio input[type=radio]:disabled:focus + label::before, .boolean-radio input[type=radio]:disabled:hover + label::before, .boolean-radio input[type=radio]:disabled:active + label::before, .boolean-radio input[type=radio]:disabled:active:hover + label::before, .boolean-radio input[type=radio].disabled + label::before, .boolean-radio input[type=radio].disabled:focus + label::before, .boolean-radio input[type=radio].disabled:hover + label::before, .boolean-radio input[type=radio].disabled:active + label::before, .boolean-radio input[type=radio].disabled:active:hover + label::before, .boolean-radio input[type=radio][disabled] + label::before, .boolean-radio input[type=radio][disabled]:focus + label::before, .boolean-radio input[type=radio][disabled]:hover + label::before, .boolean-radio input[type=radio][disabled]:active + label::before, .boolean-radio input[type=radio][disabled]:active:hover + label::before, .boolean-radio input[type=radio].readonly + label::before, .boolean-radio input[type=radio].readonly:focus + label::before, .boolean-radio input[type=radio].readonly:hover + label::before, .boolean-radio input[type=radio].readonly:active + label::before, .boolean-radio input[type=radio].readonly:active:hover + label::before, .boolean-radio input[type=radio][readonly] + label::before, .boolean-radio input[type=radio][readonly]:focus + label::before, .boolean-radio input[type=radio][readonly]:hover + label::before, .boolean-radio input[type=radio][readonly]:active + label::before, .boolean-radio input[type=radio][readonly]:active:hover + label::before {
  border: 2px solid #c1c3d6 !important;
  background-color: transparent;
}
.boolean-radio input[type=radio]:disabled + label::after, .boolean-radio input[type=radio]:disabled:focus + label::after, .boolean-radio input[type=radio]:disabled:hover + label::after, .boolean-radio input[type=radio]:disabled:active + label::after, .boolean-radio input[type=radio]:disabled:active:hover + label::after, .boolean-radio input[type=radio].disabled + label::after, .boolean-radio input[type=radio].disabled:focus + label::after, .boolean-radio input[type=radio].disabled:hover + label::after, .boolean-radio input[type=radio].disabled:active + label::after, .boolean-radio input[type=radio].disabled:active:hover + label::after, .boolean-radio input[type=radio][disabled] + label::after, .boolean-radio input[type=radio][disabled]:focus + label::after, .boolean-radio input[type=radio][disabled]:hover + label::after, .boolean-radio input[type=radio][disabled]:active + label::after, .boolean-radio input[type=radio][disabled]:active:hover + label::after, .boolean-radio input[type=radio].readonly + label::after, .boolean-radio input[type=radio].readonly:focus + label::after, .boolean-radio input[type=radio].readonly:hover + label::after, .boolean-radio input[type=radio].readonly:active + label::after, .boolean-radio input[type=radio].readonly:active:hover + label::after, .boolean-radio input[type=radio][readonly] + label::after, .boolean-radio input[type=radio][readonly]:focus + label::after, .boolean-radio input[type=radio][readonly]:hover + label::after, .boolean-radio input[type=radio][readonly]:active + label::after, .boolean-radio input[type=radio][readonly]:active:hover + label::after {
  color: #c1c3d6;
}
.boolean-radio label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin-right: 10px;
  font-weight: bold;
}
.boolean-radio label::before, .boolean-radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.boolean-radio label::before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #271f30;
  background-color: #fff;
  left: 0px;
  top: 3px;
}
.boolean-radio label::after {
  height: 8px;
  width: 8px;
  left: 2px;
  top: 2px;
  font-size: 12px;
  color: #fff;
}

.control > input[type=file] {
  width: 100%;
}

.control .error-message {
  display: none;
}

.field-error > .control > .input-group > .form-control, .field-error > .control > .input-group > .input-group-addon, .field-error > .control > .input-group > .input-group-btn > .btn {
  border-bottom: 1px solid #e72713 !important;
}
.field-error > .control > .input-group > .form-control {
  color: #e72713;
}
.field-error > .control > .form-control, .field-error > .control > label.dropdown-container > .form-control {
  border-bottom: 1px solid #e72713 !important;
  color: #e72713;
}
.field-error > .control > label.dropdown-container::after {
  color: #e72713;
}
.field-error > .control > .error-message {
  color: #e72713;
  font-size: 1em;
  padding-left: 12px;
  display: block;
}

@media screen and (min-width: 768px) {
  .div-info-left {
    width: 74%;
    display: block;
    float: left;
    clear: none !important;
  }
  .div-info-left label {
    display: inline-block !important;
    margin-top: 5px;
  }
  .div-info-left + .div-control-right {
    width: 24%;
    display: block;
    float: right;
    clear: none !important;
  }
  .div-info-left.half {
    width: 49%;
  }
  .div-info-left.half + .div-control-right {
    width: 49%;
  }
  .div-info-left.third {
    width: 29%;
  }
  .div-info-left.third + .div-control-right {
    width: 69%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-info-left.third {
    width: 49%;
  }
  .div-info-left.third + .div-control-right {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .div-info-align-right {
    text-align: right;
  }
  .div-info-align-right label {
    float: none !important;
    display: inline-block !important;
    padding-right: 5px;
    margin-top: 5px;
  }
}
span.picklist {
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 399px) {
  span.picklist {
    width: 90%;
  }
}
span.picklist > input[type=radio].toggle {
  display: none;
}
span.picklist > input[type=radio].toggle + label {
  color: #271f30;
  background-color: #fff;
  background-image: none;
  border-color: #75707b;
}
@media screen and (max-width: 399px) {
  span.picklist > input[type=radio].toggle + label {
    padding: 5px;
  }
}
span.picklist > input[type=radio].toggle:checked + label {
  color: #fff;
  background-color: #4e4755;
  background-image: none;
  border-color: #4e4755;
}

@media screen and (max-width: 399px) {
  table[data-name=section_ApplicationType] div.control {
    width: 100%;
  }
}
.quickform .tab {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.crmEntityFormView td.crmquickform-cell {
  padding-bottom: 0px;
}
.crmEntityFormView .tab .tab-column table.section > tbody tr td.crmquickform-cell .info {
  min-height: auto;
}
.crmEntityFormView .tab .tab-column table.section > tbody tr td.crmquickform-cell .info:first-child {
  padding-top: 0px;
}

/* END SECTION FORMS */
/* SECTION PROGRESS BAR */
div.progress {
  height: 30px;
  border: 2px solid #c4b681;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  margin-top: 15px;
}
div.progress .progress-bar {
  background-color: #ffce24;
  color: transparent !important;
  text-align: right;
  padding-top: 3px;
  height: 27px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
div.progress .progress-bar .bee-icon {
  background: url(logo-bee.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  background-size: cover;
  border: 0;
  position: absolute;
  top: 0;
}

.progress-numeric-dots {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.progress-tracker {
  display: flex;
  margin: 5px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  display: block;
  position: relative;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 28px;
}
.progress-step:last-child {
  flex-grow: 0;
}
.progress-step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  /*z-index: -10;*/
  top: 12px;
  bottom: 12px;
  right: -14px;
  width: 100%;
  height: 4px;
  transition: background-color 0.3s;
}
.progress-step.is-active .progress-title {
  font-weight: normal;
}
.progress-step > a {
  display: block;
}
.progress-step .progress-marker {
  color: #fff;
  background-color: #f4f1e8;
}
.progress-step::after {
  background-color: #f4f1e8;
}
.progress-step .progress-text, .progress-step > a .progress-text {
  color: #d5a021;
}
.progress-step.is-active .progress-marker {
  background-color: #ffce24;
}
.progress-step.is-complete .progress-marker {
  background-color: #ffe58b;
}
.progress-step.is-complete::after {
  background-color: #c4b681;
}

.progress-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: normal;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: background-color, border-color;
  transition-duration: 0.3s;
}

.progress-text {
  display: block;
  padding: 14px 9.3333333333px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-title {
  margin-top: 0;
}

.progress-tracker--center .progress-step {
  text-align: center;
}

.progress-marker-hexagon {
  position: relative;
  background-color: #f4f1e8;
  border-left-style: solid;
  border-left-color: #d5a021;
  border-right-style: solid;
  border-right-color: #d5a021;
  z-index: 20;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .progress-marker-hexagon {
    width: 30px;
    height: 17.32px;
    margin: 5px 0;
    border-left-width: 2px;
    border-right-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .progress-marker-hexagon {
    width: 15px;
    height: 8.66px;
    margin: 4.33px 0;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}
.progress-marker-hexagon::before, .progress-marker-hexagon::after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
}
@media screen and (min-width: 768px) {
  .progress-marker-hexagon::before, .progress-marker-hexagon::after {
    width: 21.21px;
    height: 21.21px;
    left: 2.3934px;
  }
}
@media screen and (max-width: 767px) {
  .progress-marker-hexagon::before, .progress-marker-hexagon::after {
    width: 10.61px;
    height: 10.61px;
    left: 1.1967px;
  }
}
.progress-marker-hexagon::before {
  border-top-style: solid;
  border-top-color: #d5a021;
  border-right-style: solid;
  border-right-color: #d5a021;
}
@media screen and (min-width: 768px) {
  .progress-marker-hexagon::before {
    top: -10.6066px;
    border-top-width: 2.8284px;
    border-right-width: 2.8284px;
  }
}
@media screen and (max-width: 767px) {
  .progress-marker-hexagon::before {
    top: -5.3033px;
    border-top-width: 1.4142px;
    border-right-width: 1.4142px;
  }
}
.progress-marker-hexagon::after {
  border-bottom-style: solid;
  border-bottom-color: #d5a021;
  border-left-style: solid;
  border-left-color: #d5a021;
}
@media screen and (min-width: 768px) {
  .progress-marker-hexagon::after {
    bottom: -10.6066px;
    border-bottom-width: 2.8284px;
    border-left-width: 2.8284px;
  }
}
@media screen and (max-width: 767px) {
  .progress-marker-hexagon::after {
    bottom: -5.3033px;
    border-bottom-width: 1.4142px;
    border-left-width: 1.4142px;
  }
}
.progress-step.is-active .progress-marker-hexagon {
  background-color: #ffce24;
}
.progress-step.is-complete .progress-marker-hexagon {
  background-color: #ffe58b;
}

@media screen and (max-width: 767px) {
  .progress-step-hexagon {
    min-width: 24px;
  }
}
.progress-step-hexagon::after {
  background-color: #c4b681;
}
.progress-step-hexagon.is-complete::after {
  background-color: #d5a021;
}
@media screen and (max-width: 767px) {
  .progress-step-hexagon:not(:last-child)::after {
    top: 6.5px;
    right: -12px;
  }
}

/* END SECTION PROGRESS BAR */
/* SECTION DATEPICKER PLUGIN */
div.input-group.datetimepicker > .input-group-addon .icon-calendar::before, div.input-group.datetimepicker > .input-group-addon .fa-calendar::before {
  font-family: "Glyphicons Halflings";
  content: "\e109";
}
div.input-group.datetimepicker > .input-group-addon, div.input-group.datetimepicker > .input-group-addon:focus, div.input-group.datetimepicker > .input-group-addon:active, div.input-group.datetimepicker > .input-group-addon:active:focus, div.input-group.datetimepicker > .input-group-addon[disabled]:hover, div.input-group.datetimepicker > .input-group-addon.disabled:hover, div.input-group.datetimepicker > .input-group-addon[readonly]:hover, div.input-group.datetimepicker > .input-group-addon.readonly:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
}
div.input-group.datetimepicker > .input-group-addon, div.input-group.datetimepicker > .input-group-addon span, div.input-group.datetimepicker > .input-group-addon:focus, div.input-group.datetimepicker > .input-group-addon:focus span, div.input-group.datetimepicker > .input-group-addon:active, div.input-group.datetimepicker > .input-group-addon:active span, div.input-group.datetimepicker > .input-group-addon:active:focus, div.input-group.datetimepicker > .input-group-addon:active:focus span, div.input-group.datetimepicker > .input-group-addon[disabled]:hover, div.input-group.datetimepicker > .input-group-addon[disabled]:hover span, div.input-group.datetimepicker > .input-group-addon.disabled:hover, div.input-group.datetimepicker > .input-group-addon.disabled:hover span, div.input-group.datetimepicker > .input-group-addon[readonly]:hover, div.input-group.datetimepicker > .input-group-addon[readonly]:hover span, div.input-group.datetimepicker > .input-group-addon.readonly:hover, div.input-group.datetimepicker > .input-group-addon.readonly:hover span {
  color: #271f30;
}
div.input-group.datetimepicker > .input-group-addon:hover, div.input-group.datetimepicker > .input-group-addon:enabled:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  border-right: 1px solid #c1c3d6;
  border-top: 1px solid #c1c3d6;
}
div.input-group.datetimepicker > .input-group-addon:hover, div.input-group.datetimepicker > .input-group-addon:hover span, div.input-group.datetimepicker > .input-group-addon:enabled:hover, div.input-group.datetimepicker > .input-group-addon:enabled:hover span {
  color: #271f30;
}
div.input-group.datetimepicker > .input-group-addon:active:hover, div.input-group.datetimepicker > .input-group-addon:enabled:active:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
}
div.input-group.datetimepicker > .input-group-addon:active:hover, div.input-group.datetimepicker > .input-group-addon:active:hover span, div.input-group.datetimepicker > .input-group-addon:enabled:active:hover, div.input-group.datetimepicker > .input-group-addon:enabled:active:hover span {
  color: #271f30;
}
div.input-group.datetimepicker > .input-group-addon:disabled, div.input-group.datetimepicker > .input-group-addon:disabled:focus, div.input-group.datetimepicker > .input-group-addon:disabled:hover, div.input-group.datetimepicker > .input-group-addon:disabled:active, div.input-group.datetimepicker > .input-group-addon:disabled:active:hover, div.input-group.datetimepicker > .input-group-addon.disabled, div.input-group.datetimepicker > .input-group-addon.disabled:focus, div.input-group.datetimepicker > .input-group-addon.disabled:hover, div.input-group.datetimepicker > .input-group-addon.disabled:active, div.input-group.datetimepicker > .input-group-addon.disabled:active:hover, div.input-group.datetimepicker > .input-group-addon[disabled], div.input-group.datetimepicker > .input-group-addon[disabled]:focus, div.input-group.datetimepicker > .input-group-addon[disabled]:hover, div.input-group.datetimepicker > .input-group-addon[disabled]:active, div.input-group.datetimepicker > .input-group-addon[disabled]:active:hover, div.input-group.datetimepicker > .input-group-addon.readonly, div.input-group.datetimepicker > .input-group-addon.readonly:focus, div.input-group.datetimepicker > .input-group-addon.readonly:hover, div.input-group.datetimepicker > .input-group-addon.readonly:active, div.input-group.datetimepicker > .input-group-addon.readonly:active:hover, div.input-group.datetimepicker > .input-group-addon[readonly], div.input-group.datetimepicker > .input-group-addon[readonly]:focus, div.input-group.datetimepicker > .input-group-addon[readonly]:hover, div.input-group.datetimepicker > .input-group-addon[readonly]:active, div.input-group.datetimepicker > .input-group-addon[readonly]:active:hover {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.datepicker table tr td.day {
  color: #271f30;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background-color: #ffce24;
  cursor: pointer;
  color: #271f30;
}
.datepicker table tr td.day.old, .datepicker table tr td.day.new {
  color: #9db3cc;
}
.datepicker table tr td.day.old.disabled, .datepicker table tr td.day.new.disabled {
  color: #adc0d5;
  opacity: 1;
}
.datepicker table tr td.day.old.disabled:hover, .datepicker table tr td.day.new.disabled:hover {
  color: #adc0d5;
}
.datepicker table tr td.day.active {
  color: #fff;
  background-color: #4e4755;
  border-color: #4e4755;
}
.datepicker table tr td.day.today::before {
  border-bottom-color: #ffce24;
}
.datepicker table tr td.day:hover::before, .datepicker table tr td.day.focused::before {
  border-bottom-color: #fff;
}
.datepicker table tr td.day.day.disabled {
  opacity: 0.7;
  font-weight: lighter;
}
.datepicker table tr td.day.day.disabled:hover {
  cursor: not-allowed;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget {
    position: absolute;
  }
}
/* END SECTION DATEPICKER PLUGIN */
/* SECTION CARDS */
.cards {
  text-align: center;
}
.cards .card {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-right: 2%;
  min-width: 31%;
  max-width: 31%;
  min-height: 210px;
  max-height: 210px;
  font-size: 1.1em;
}
@media screen and (min-width: 1100px) {
  .cards .card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .cards .card {
    min-width: 48%;
    max-width: 48%;
    margin-right: 1%;
  }
  .cards .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cards .card {
    min-width: 95%;
    max-width: 95%;
    margin-right: 0;
  }
}
.cards .card:last-child {
  margin-right: 0;
}
.cards .card > .card-title {
  background-color: #cfdae6;
  display: block;
  width: 100%;
  min-height: 30px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  word-break: break-all;
}
.cards .card > .card-content-wrapper {
  display: table;
  width: 100%;
  height: 110px;
}
.cards .card > .card-content-wrapper > .card-content {
  display: table-cell;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  vertical-align: middle;
  text-align: center;
}
.cards .card > .card-content-wrapper > .card-content .highlight-text {
  display: block;
  font-size: 2em;
  clear: both;
  font-weight: lighter;
}
.cards .card > .card-content-wrapper > .card-content p {
  margin-bottom: 0;
}
.cards .card > .card-content-wrapper > .card-content p:not(:first-child) {
  margin-top: 10px;
}
.cards .card > .card-content-wrapper > .card-content p + .highlight-text {
  margin-top: 10px;
}
.cards .card > .card-content-wrapper > .card-content .strong {
  font-weight: bold;
}
.cards .card > .card-content-wrapper > .card-content .small-text {
  font-size: 0.9em;
  position: relative;
  top: -7px;
}
.cards .card > .card-buttons {
  display: block;
  width: 100%;
  height: 70px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cards .card > .card-buttons > .btn {
  padding: 7px 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.cards .card.no-title {
  padding-top: 30px;
}
.cards .card.no-buttons {
  padding-bottom: 30px;
}
.cards .card.no-buttons > .card-content-wrapper > .card-content {
  padding-top: 20px;
  height: 130px;
}
.cards .card.card-yellow {
  background-color: #ffce24;
}
.cards .card.card-yellow > .card-title {
  background-color: rgba(39, 31, 48, 0.3);
}
.cards .card.card-closed {
  background-color: #cfdae6;
}
.cards .card.card-with-grid {
  max-height: none;
}
.cards .card.card-with-grid > .card-content-wrapper {
  min-height: 90px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-content {
  height: auto;
}
.card-content {
    position: relative;
}

.card-icon-info-container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

    .card-icon-info-container:hover {
        cursor: pointer;
    }

    .card-icon-info-container > .popover {
        width: 500px !important;
    }

.card-icon-info {
    font-size: 35px;
}



.cards .card.card-with-grid > .card-content-wrapper > .card-grid {
  display: table-row;
  height: auto;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table {
  width: 95%;
  font-size: 0.9em;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table {
    font-size: 0.8em;
  }
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table .no-data {
  text-align: center;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > thead > tr:first-child > th:first-child {
  border-top-left-radius: 0;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > thead > tr:first-child > th:last-child {
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr {
    border-top: 0 !important;
  }
  .cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr:first-child > td:first-child,
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr:first-child > th:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 0;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr:last-child > td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr:last-child > td {
    border-bottom: 0;
  }
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr.active-row > td {
  background-color: #ffe58b;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .table > tbody > tr.active-row:hover > td {
  background-color: #ffce24;
}
.cards .card.card-with-grid > .card-content-wrapper > .card-grid > .more-info {
  font-size: 0.9em;
  text-align: right;
  width: 100%;
  padding-right: 10px;
  padding-top: 5px;
}
.cards .card.card-with-grid > .card-buttons {
  height: auto;
}
@media screen and (min-width: 768px) {
  .cards .card.card-with-grid.fix-height-2-rows {
    max-height: 295px;
  }
  .cards .card.card-with-grid.fix-height-2-rows > .card-content-wrapper {
    min-height: 176px;
    height: auto;
  }
}
.cards .card.card-claim-item > .card-content-wrapper > .card-content {
  padding-top: 10px;
  height: 140px;
}

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

.cards-filters {
  text-align: right;
  font-size: 1.3em;
  margin-bottom: 5px;
  margin-right: 1.4em;
}
/* END SECTION CARDS */
/* SECTION APPLICANT PORTAL */
.yui-button button {
  min-width: auto;
}

.snippet p, .snippet ul li {
  font-size: 1.2em;
}

.form-search .form-control, .form-search .form-control:active {
  background-color: #fff;
  border: 0 !important;
  border-bottom: 0 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.form-search .input-group-btn > button, .form-search .input-group-btn > button:hover, .form-search .input-group-btn > button:focus, .form-search .input-group-btn > button:active, .form-search .input-group-btn > button:active:focus, .form-search .input-group-btn > button:enabled:hover, .form-search .input-group-btn > button:enabled:active:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
}
.form-search .input-group-btn > button, .form-search .input-group-btn > button span, .form-search .input-group-btn > button:hover, .form-search .input-group-btn > button:hover span, .form-search .input-group-btn > button:focus, .form-search .input-group-btn > button:focus span, .form-search .input-group-btn > button:active, .form-search .input-group-btn > button:active span, .form-search .input-group-btn > button:active:focus, .form-search .input-group-btn > button:active:focus span, .form-search .input-group-btn > button:enabled:hover, .form-search .input-group-btn > button:enabled:hover span, .form-search .input-group-btn > button:enabled:active:hover, .form-search .input-group-btn > button:enabled:active:hover span {
  color: #271f30;
}
.form-search .input-group-btn > button:hover, .form-search .input-group-btn > button:enabled:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  border-right: 1px solid #c1c3d6;
  border-top: 1px solid #c1c3d6;
  background-color: #4e4755;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
}
.form-search .input-group-btn > button:hover, .form-search .input-group-btn > button:hover span, .form-search .input-group-btn > button:enabled:hover, .form-search .input-group-btn > button:enabled:hover span {
  color: #271f30;
}
.form-search .input-group-btn > button:hover, .form-search .input-group-btn > button:hover span, .form-search .input-group-btn > button:enabled:hover, .form-search .input-group-btn > button:enabled:hover span {
  color: #fff;
}
.form-search .input-group-btn > button:disabled, .form-search .input-group-btn > button:disabled:focus, .form-search .input-group-btn > button:disabled:hover, .form-search .input-group-btn > button:disabled:active, .form-search .input-group-btn > button:disabled:active:hover, .form-search .input-group-btn > button.disabled, .form-search .input-group-btn > button.disabled:focus, .form-search .input-group-btn > button.disabled:hover, .form-search .input-group-btn > button.disabled:active, .form-search .input-group-btn > button.disabled:active:hover, .form-search .input-group-btn > button[disabled], .form-search .input-group-btn > button[disabled]:focus, .form-search .input-group-btn > button[disabled]:hover, .form-search .input-group-btn > button[disabled]:active, .form-search .input-group-btn > button[disabled]:active:hover, .form-search .input-group-btn > button.readonly, .form-search .input-group-btn > button.readonly:focus, .form-search .input-group-btn > button.readonly:hover, .form-search .input-group-btn > button.readonly:active, .form-search .input-group-btn > button.readonly:active:hover, .form-search .input-group-btn > button[readonly], .form-search .input-group-btn > button[readonly]:focus, .form-search .input-group-btn > button[readonly]:hover, .form-search .input-group-btn > button[readonly]:active, .form-search .input-group-btn > button[readonly]:active:hover {
  min-width: 35px;
  height: 35px;
  padding: 5px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c1c3d6;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
}
.form-search .input-group-btn > button:disabled, .form-search .input-group-btn > button:disabled span, .form-search .input-group-btn > button:disabled:focus, .form-search .input-group-btn > button:disabled:focus span, .form-search .input-group-btn > button:disabled:hover, .form-search .input-group-btn > button:disabled:hover span, .form-search .input-group-btn > button:disabled:active, .form-search .input-group-btn > button:disabled:active span, .form-search .input-group-btn > button:disabled:active:hover, .form-search .input-group-btn > button:disabled:active:hover span, .form-search .input-group-btn > button.disabled, .form-search .input-group-btn > button.disabled span, .form-search .input-group-btn > button.disabled:focus, .form-search .input-group-btn > button.disabled:focus span, .form-search .input-group-btn > button.disabled:hover, .form-search .input-group-btn > button.disabled:hover span, .form-search .input-group-btn > button.disabled:active, .form-search .input-group-btn > button.disabled:active span, .form-search .input-group-btn > button.disabled:active:hover, .form-search .input-group-btn > button.disabled:active:hover span, .form-search .input-group-btn > button[disabled], .form-search .input-group-btn > button[disabled] span, .form-search .input-group-btn > button[disabled]:focus, .form-search .input-group-btn > button[disabled]:focus span, .form-search .input-group-btn > button[disabled]:hover, .form-search .input-group-btn > button[disabled]:hover span, .form-search .input-group-btn > button[disabled]:active, .form-search .input-group-btn > button[disabled]:active span, .form-search .input-group-btn > button[disabled]:active:hover, .form-search .input-group-btn > button[disabled]:active:hover span, .form-search .input-group-btn > button.readonly, .form-search .input-group-btn > button.readonly span, .form-search .input-group-btn > button.readonly:focus, .form-search .input-group-btn > button.readonly:focus span, .form-search .input-group-btn > button.readonly:hover, .form-search .input-group-btn > button.readonly:hover span, .form-search .input-group-btn > button.readonly:active, .form-search .input-group-btn > button.readonly:active span, .form-search .input-group-btn > button.readonly:active:hover, .form-search .input-group-btn > button.readonly:active:hover span, .form-search .input-group-btn > button[readonly], .form-search .input-group-btn > button[readonly] span, .form-search .input-group-btn > button[readonly]:focus, .form-search .input-group-btn > button[readonly]:focus span, .form-search .input-group-btn > button[readonly]:hover, .form-search .input-group-btn > button[readonly]:hover span, .form-search .input-group-btn > button[readonly]:active, .form-search .input-group-btn > button[readonly]:active span, .form-search .input-group-btn > button[readonly]:active:hover, .form-search .input-group-btn > button[readonly]:active:hover span {
  color: #271f30;
}

.loader {
  text-align: center;
  font-size: 0;
  color: transparent;
}
.loader .fa-spin {
  animation: none;
  -webkit-animation: none;
}
.loader .fa-spin > .fa-spinner {
  background: url("loading.gif");
  background-color: rgba(39, 31, 48, 0.3);
  background-image: url("loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px auto;
  background-color: transparent;
  height: 64px;
  width: 64px;
  display: block;
  animation: none;
  -webkit-animation: none;
  margin: 0 auto;
}
.loader .fa-spin > .fa-spinner::before {
  content: none;
}

.blockPage {
  text-align: center;
  font-size: 0;
  color: transparent;
}
.blockPage .fa-spinner {
  background: url("loading.gif");
  background-color: rgba(39, 31, 48, 0.3);
  background-image: url("loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px auto;
  background-size: 96px auto;
  height: 96px;
  width: 96px;
  display: block;
  animation: none;
  -webkit-animation: none;
  margin: 0 auto;
}
.blockPage .fa-spinner::before {
  content: none;
}

.notification-badge {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

form[action*="/SignIn"] fieldset, form[action*="/Account/Login"] fieldset {
  display: block;
  background-color: #fff;
  padding: 20px 30px 20px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
}
form[action*="/SignIn"] fieldset > legend, form[action*="/Account/Login"] fieldset > legend {
  float: left;
  border-bottom: 0;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
form[action*="/SignIn"] fieldset > legend + .alert-danger, form[action*="/Account/Login"] fieldset > legend + .alert-danger {
  float: left;
  clear: both;
  width: 100%;
}
form[action*="/SignIn"] fieldset > legend + .alert-danger > ul > li, form[action*="/Account/Login"] fieldset > legend + .alert-danger > ul > li {
  font-size: 1.3em;
}
form[action*="/SignIn"] fieldset > button, form[action*="/Account/Login"] fieldset > button {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  form[action*="/SignIn"] fieldset > .form-group .col-sm-8, form[action*="/Account/Login"] fieldset > .form-group .col-sm-8 {
    width: 75%;
  }
  form[action*="/SignIn"] fieldset > .form-group .col-sm-4, form[action*="/Account/Login"] fieldset > .form-group .col-sm-4 {
    width: 25%;
  }
  form[action*="/SignIn"] fieldset > .form-group .col-sm-offset-8, form[action*="/Account/Login"] fieldset > .form-group .col-sm-offset-8 {
    margin-left: 75%;
  }
  form[action*="/SignIn"] fieldset > .form-group .col-sm-offset-4, form[action*="/Account/Login"] fieldset > .form-group .col-sm-offset-4 {
    margin-left: 25%;
  }
}
form[action*="/SignIn"] fieldset > .form-group:last-child, form[action*="/Account/Login"] fieldset > .form-group:last-child {
  margin-bottom: 0;
}
form[action*="/SignIn"] fieldset > .form-group label, form[action*="/Account/Login"] fieldset > .form-group label {
  text-align: left;
}
form[action*="/SignIn"] fieldset > .form-group label.required::before, form[action*="/Account/Login"] fieldset > .form-group label.required::before {
  content: none;
}
form[action*="/SignIn"] fieldset > .form-group label.required::after, form[action*="/Account/Login"] fieldset > .form-group label.required::after {
  content: " *" !important;
  color: #E72713 !important;
  font-size: 18px;
}
form[action*="/SignIn"] fieldset > .form-group #submit-signin-local, form[action*="/Account/Login"] fieldset > .form-group #submit-signin-local {
  margin-bottom: 10px;
  margin-right: 5px;
}
form[action*="/SignIn"] fieldset > .form-group #submit-signin-local + a.btn, form[action*="/Account/Login"] fieldset > .form-group #submit-signin-local + a.btn {
  font-size: 0.9em;
  margin-bottom: 10px;
}

ul.nav-account {
  display: none;
}
ul.nav-account .fa-sign-in::before {
  content: none;
}

.section-landing {
  background-color: none;
  background: none;
}
@media screen and (min-width: 1100px) {
  .section-landing {
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .section-landing {
    height: 295px;
  }
}
@media screen and (max-width: 767px) {
  .section-landing {
    height: 130px;
  }
}
.section-landing:not(.ie) {
  background: url(home-header.png);
  background-color: #ffce24;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-landing.ie {
  background: url(home-header-ie.png);
  background-color: #ffce24;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-landing div {
  height: 100%;
}
.section-landing .row > div .section-landing-heading, .section-landing .row > div .section-landing-heading span,
.section-landing .row > div .section-landing-sub-heading,
.section-landing .row > div .section-landing-sub-heading span {
  color: #fff;
}
.section-landing .row > .text-right {
  text-align: right;
  z-index: 990;
}
@media screen and (max-width: 767px) {
  .section-landing .row > .text-right {
    z-index: 990;
    text-align: center;
  }
}
.section-landing .row .service-provider-link {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .section-landing .row .service-provider-link {
    top: 60%;
    right: 7%;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .section-landing .row .service-provider-link {
    top: 55%;
    right: 5%;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .section-landing .row .service-provider-link {
    top: 135%;
    font-size: 1.1em;
    z-index: 999;
  }
}

.content-home {
  background-color: #fff49a;
  margin-top: 20px;
  border-radius: 20px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1100px) {
  .content-home {
    padding: 5px 40px 5px 40px;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .content-home {
    padding: 5px 30px 5px 30px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .content-home {
    padding: 5px 20px 5px 20px;
    font-size: 1em;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .content-home.authenticated {
    margin-top: 15px;
  }
}

.table > tbody > tr.unread > td {
  background-color: rgba(255, 229, 139, 0.5);
}
.table > tbody > tr.unread > td, .table > tbody > tr.unread > td > a, .table > tbody > tr.unread > td > time, .table > tbody > tr.unread > td > span {
  font-weight: bold;
}
.table > tbody > tr.unread:hover > td {
  background-color: #cfdae6;
}

.sitemap li {
  padding: 0.2em;
}
.sitemap li > ul {
  padding-left: 2em;
}
.cc-window {
  background-color: #4e4755;
  font-size: 1.4em !important;
}
.cc-window .cc-message {
  color: #fff;
}
.cc-window .cc-message .cc-link {
  opacity: 1;
  color: #fff;
}
.cc-window .cc-compliance .cc-btn {
  text-decoration: none;
}
.cc-window .cc-compliance .cc-btn, .cc-window .cc-compliance .cc-btn:hover, .cc-window .cc-compliance .cc-btn:enabled:hover, .cc-window .cc-compliance .cc-btn:focus, .cc-window .cc-compliance .cc-btn:active, .cc-window .cc-compliance .cc-btn:active:focus, .cc-window .cc-compliance .cc-btn:active:hover, .cc-window .cc-compliance .cc-btn:enabled:active:hover {
  background-color: #ffce24;
  border-color: #ffce24;
}
.cc-window .cc-compliance .cc-btn, .cc-window .cc-compliance .cc-btn span, .cc-window .cc-compliance .cc-btn:hover, .cc-window .cc-compliance .cc-btn:hover span, .cc-window .cc-compliance .cc-btn:enabled:hover, .cc-window .cc-compliance .cc-btn:enabled:hover span, .cc-window .cc-compliance .cc-btn:focus, .cc-window .cc-compliance .cc-btn:focus span, .cc-window .cc-compliance .cc-btn:active, .cc-window .cc-compliance .cc-btn:active span, .cc-window .cc-compliance .cc-btn:active:focus, .cc-window .cc-compliance .cc-btn:active:focus span, .cc-window .cc-compliance .cc-btn:active:hover, .cc-window .cc-compliance .cc-btn:active:hover span, .cc-window .cc-compliance .cc-btn:enabled:active:hover, .cc-window .cc-compliance .cc-btn:enabled:active:hover span {
  color: #271f30;
}
.cc-window .cc-compliance .cc-btn:hover, .cc-window .cc-compliance .cc-btn:enabled:hover, .cc-window .cc-compliance .cc-btn:active:hover, .cc-window .cc-compliance .cc-btn:enabled:active:hover {
  background-color: #d5a021;
  border-color: #d5a021;
}
.cc-window .cc-compliance .cc-btn:hover, .cc-window .cc-compliance .cc-btn:hover span, .cc-window .cc-compliance .cc-btn:enabled:hover, .cc-window .cc-compliance .cc-btn:enabled:hover span, .cc-window .cc-compliance .cc-btn:active:hover, .cc-window .cc-compliance .cc-btn:active:hover span, .cc-window .cc-compliance .cc-btn:enabled:active:hover, .cc-window .cc-compliance .cc-btn:enabled:active:hover span {
  color: #271f30;
}
.cc-window .cc-compliance .cc-btn:disabled, .cc-window .cc-compliance .cc-btn:disabled:focus, .cc-window .cc-compliance .cc-btn:disabled:hover, .cc-window .cc-compliance .cc-btn:disabled:active, .cc-window .cc-compliance .cc-btn:disabled:active:hover, .cc-window .cc-compliance .cc-btn.disabled, .cc-window .cc-compliance .cc-btn.disabled:focus, .cc-window .cc-compliance .cc-btn.disabled:hover, .cc-window .cc-compliance .cc-btn.disabled:active, .cc-window .cc-compliance .cc-btn.disabled:active:hover, .cc-window .cc-compliance .cc-btn[disabled], .cc-window .cc-compliance .cc-btn[disabled]:focus, .cc-window .cc-compliance .cc-btn[disabled]:hover, .cc-window .cc-compliance .cc-btn[disabled]:active, .cc-window .cc-compliance .cc-btn[disabled]:active:hover, .cc-window .cc-compliance .cc-btn.readonly, .cc-window .cc-compliance .cc-btn.readonly:focus, .cc-window .cc-compliance .cc-btn.readonly:hover, .cc-window .cc-compliance .cc-btn.readonly:active, .cc-window .cc-compliance .cc-btn.readonly:active:hover, .cc-window .cc-compliance .cc-btn[readonly], .cc-window .cc-compliance .cc-btn[readonly]:focus, .cc-window .cc-compliance .cc-btn[readonly]:hover, .cc-window .cc-compliance .cc-btn[readonly]:active, .cc-window .cc-compliance .cc-btn[readonly]:active:hover {
  background-color: #ffce24;
  border-color: #ffce24;
}
.cc-window .cc-compliance .cc-btn:disabled, .cc-window .cc-compliance .cc-btn:disabled span, .cc-window .cc-compliance .cc-btn:disabled:focus, .cc-window .cc-compliance .cc-btn:disabled:focus span, .cc-window .cc-compliance .cc-btn:disabled:hover, .cc-window .cc-compliance .cc-btn:disabled:hover span, .cc-window .cc-compliance .cc-btn:disabled:active, .cc-window .cc-compliance .cc-btn:disabled:active span, .cc-window .cc-compliance .cc-btn:disabled:active:hover, .cc-window .cc-compliance .cc-btn:disabled:active:hover span, .cc-window .cc-compliance .cc-btn.disabled, .cc-window .cc-compliance .cc-btn.disabled span, .cc-window .cc-compliance .cc-btn.disabled:focus, .cc-window .cc-compliance .cc-btn.disabled:focus span, .cc-window .cc-compliance .cc-btn.disabled:hover, .cc-window .cc-compliance .cc-btn.disabled:hover span, .cc-window .cc-compliance .cc-btn.disabled:active, .cc-window .cc-compliance .cc-btn.disabled:active span, .cc-window .cc-compliance .cc-btn.disabled:active:hover, .cc-window .cc-compliance .cc-btn.disabled:active:hover span, .cc-window .cc-compliance .cc-btn[disabled], .cc-window .cc-compliance .cc-btn[disabled] span, .cc-window .cc-compliance .cc-btn[disabled]:focus, .cc-window .cc-compliance .cc-btn[disabled]:focus span, .cc-window .cc-compliance .cc-btn[disabled]:hover, .cc-window .cc-compliance .cc-btn[disabled]:hover span, .cc-window .cc-compliance .cc-btn[disabled]:active, .cc-window .cc-compliance .cc-btn[disabled]:active span, .cc-window .cc-compliance .cc-btn[disabled]:active:hover, .cc-window .cc-compliance .cc-btn[disabled]:active:hover span, .cc-window .cc-compliance .cc-btn.readonly, .cc-window .cc-compliance .cc-btn.readonly span, .cc-window .cc-compliance .cc-btn.readonly:focus, .cc-window .cc-compliance .cc-btn.readonly:focus span, .cc-window .cc-compliance .cc-btn.readonly:hover, .cc-window .cc-compliance .cc-btn.readonly:hover span, .cc-window .cc-compliance .cc-btn.readonly:active, .cc-window .cc-compliance .cc-btn.readonly:active span, .cc-window .cc-compliance .cc-btn.readonly:active:hover, .cc-window .cc-compliance .cc-btn.readonly:active:hover span, .cc-window .cc-compliance .cc-btn[readonly], .cc-window .cc-compliance .cc-btn[readonly] span, .cc-window .cc-compliance .cc-btn[readonly]:focus, .cc-window .cc-compliance .cc-btn[readonly]:focus span, .cc-window .cc-compliance .cc-btn[readonly]:hover, .cc-window .cc-compliance .cc-btn[readonly]:hover span, .cc-window .cc-compliance .cc-btn[readonly]:active, .cc-window .cc-compliance .cc-btn[readonly]:active span, .cc-window .cc-compliance .cc-btn[readonly]:active:hover, .cc-window .cc-compliance .cc-btn[readonly]:active:hover span {
  color: #271f30;
}

.profileForm .emailConfirmation {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.profileForm .emailConfirmation > p {
  margin-bottom: 0;
}
.profileForm .emailConfirmation > p .btn {
  margin-top: 1em;
}

/* END SECTION APPLICANT PORTAL */
/* SECTION NEW APPLICATION */
#application-footer {
  font-size: 1.125em;
  width: 100%;
  padding-top: 20px;
}
#application-footer .left {
  display: inline-block;
  width: 50%;
  min-width: 240px;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #application-footer .left {
    width: 100%;
    min-width: 100%;
  }
}
#application-footer .left p {
  max-width: 320px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #application-footer .left p {
    max-width: 100%;
  }
}
#application-footer .right {
  display: inline-block;
  width: 49%;
  min-width: 240px;
  text-align: right;
  vertical-align: top;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #application-footer .right {
    width: 100%;
    min-width: 100%;
    text-align: left;
    margin-top: 15px;
  }
}
#application-footer .right p {
  max-width: 320px;
  text-align: right;
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #application-footer .right p {
    max-width: 100%;
    text-align: left;
  }
}

.eircode-input, .crmEntityFormView .cell input[type=text].eircode-input {
  width: 63%;
  float: left;
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  .eircode-input, .crmEntityFormView .cell input[type=text].eircode-input {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .eircode-input, .crmEntityFormView .cell input[type=text].eircode-input {
    width: 70%;
  }
}
@media screen and (max-width: 519px) {
  .eircode-input, .crmEntityFormView .cell input[type=text].eircode-input {
    width: 53%;
  }
}
@media screen and (max-width: 399px) {
  .eircode-input, .crmEntityFormView .cell input[type=text].eircode-input {
    width: 100%;
    float: none;
  }
}
.eircode-input + .btn-search-eircode, .crmEntityFormView .cell input[type=text].eircode-input + .btn-search-eircode {
  font-size: 0.9em;
  margin-left: 7px;
  display: inline;
  float: right;
}
@media screen and (max-width: 399px) {
  .eircode-input + .btn-search-eircode, .crmEntityFormView .cell input[type=text].eircode-input + .btn-search-eircode {
    float: none;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.application-types {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  vertical-align: top;
}
.application-types > .application-type {
  text-align: center;
  vertical-align: top;
  padding: 4% 4% 4% 4%;
  border: 0;
  border-radius: 10px;
  margin-bottom: 2%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .application-types > .application-type {
    width: 48%;
    display: inline-block;
    min-height: 580px;
  }
}
@media screen and (min-width: 768px) {
  .application-types > .application-type:not(:last-child) {
    margin-right: 2%;
  }
}
.application-types > .application-type > .application-type-title {
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: lighter;
}
@media screen and (max-width: 1199px) {
  .application-types > .application-type > .application-type-title {
    font-size: 1.9em;
  }
}
.application-types > .application-type > .application-type-descriptions, .application-types > .application-type > .application-type-itens-start {
  font-size: 1em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .application-types > .application-type > .application-type-descriptions, .application-types > .application-type > .application-type-itens-start {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1200px) {
  .application-types > .application-type > .application-type-descriptions, .application-types > .application-type > .application-type-itens-start {
    font-size: 1.2em;
  }
}
.application-types > .application-type > .application-type-descriptions {
  padding: 5% 3% 4% 3%;
  height: 30%;
}
.application-types > .application-type > .application-type-itens-start {
  padding: 0% 3% 4% 3%;
}
.application-types > .application-type > .application-type-itens {
  padding: 0 5% 5% 5%;
  height: 37%;
  margin: 0;
  list-style-position: inside;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .application-types > .application-type > .application-type-itens {
    font-size: 1.05em;
    height: 30%;
  }
}
.application-types > .application-type > .application-type-content {
  padding: 5% 0 4% 0;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .application-types > .application-type > .application-type-content {
    height: 67%;
    min-height: 355px;
  }
}
.application-types > .application-type > .application-type-content > p, .application-types > .application-type > .application-type-content > span, .application-types > .application-type > .application-type-content > ul, .application-types > .application-type > .application-type-content > a {
  font-size: 1.2em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .application-types > .application-type > .application-type-content > p, .application-types > .application-type > .application-type-content > span, .application-types > .application-type > .application-type-content > ul, .application-types > .application-type > .application-type-content > a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .application-types > .application-type > .application-type-content > p, .application-types > .application-type > .application-type-content > span, .application-types > .application-type > .application-type-content > ul, .application-types > .application-type > .application-type-content > a {
    font-size: 1.3em;
  }
}
.application-types > .application-type > .application-type-content > p {
  margin-bottom: 3%;
}
.application-types > .application-type > .application-type-content > ul {
  padding: 1% 0 3% 0;
  margin: 0;
  list-style-position: inside;
  text-align: left;
}
.application-types > .application-type > .btn {
  margin: 0;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .application-types > .application-type > .btn {
    max-width: 100%;
    overflow: hidden;
  }
}
.application-types > .subsidy-calculator {
  text-align: center;
  vertical-align: top;
  padding: 1% 2% 1% 2%;
  border: 0;
  border-radius: 10px;
  background-color: #fff;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 1%;
  font-size: 1.2em;
}
.application-types > .subsidy-calculator > p {
  margin-bottom: 1em;
}
.application-types + .sponsor-referral {
  text-align: center;
  vertical-align: top;
  padding: 1% 2% 1% 2%;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  width: 98%;
  margin: 0 auto;
  font-size: 1.2em;
}
.application-types + .sponsor-referral > p {
  margin-bottom: 1em;
}
.application-types + .sponsor-referral > .btn {
  font-size: 1em;
}

.tab[data-name=tab_ResidencyEligibility] fieldset:first-child .snippet {
  font-weight: bold;
  font-size: 1.15em;
}
.tab[data-name=tab_ResidencyEligibility] label {
  font-weight: normal;
}
.tab[data-name=tab_ResidencyEligibility] .social-security-payments {
  clear: both;
}

table[data-name=section_Declaration] .checkbox.checkbox-right label,
table[data-name=section_Declaration] .crmEntityFormView .cell.checkbox-cell .checkbox.checkbox-right label {
  font-size: 1.2em;
}

table[data-name=section_PartnerDetails] > tbody > tr:first-child td .description {
  padding-bottom: 1em;
}

.snippet p.about-income-help {
  font-size: 1.3em;
  border: 1px solid #ffce24;
  margin: 5px;
  background-color: rgba(255, 206, 36, 0.3);
  padding: 10px 15px 15px 15px;
  border-radius: 10px;
}
.snippet p.about-income-help a {
  text-decoration: none;
  height: 35px;
  display: block;
}
.snippet p.about-income-help a .iconInfo {
  font-size: 1.5em;
  display: inline-block;
  height: 35px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.snippet p.about-income-help a .desc {
  text-decoration: underline;
  height: 35px;
  display: inline-block;
}
.snippet p.about-income-help a:hover .desc {
  text-decoration: none;
}

.application-complete, .application-complete > p {
  font-size: 1.2em;
  text-align: center;
  padding: 20px 40px;
}
.application-complete > .redirect-buttons {
  margin-top: 40px;
  text-align: center;
}

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

.row.record-status {
  display: block;
  position: absolute;
  background-color: #cfdae6;
  left: 0;
  width: 100%;
  height: 46px;
  max-height: 46px;
  padding: 10px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.row.record-status #application-status {
  font-weight: bold;
  font-size: 1.2em;
}
.row.record-status + div.spacer {
  display: block;
  height: 50px;
}

/* END SECTION NEW APPLICATION */
/* SECTION VIEW AWARDS */
.award-assessment-intro {
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .award-assessment-intro {
    font-size: 1em;
  }
}
.award-assessment-intro p {
  margin-bottom: 0.8em;
  text-align: justify;
}
.award-assessment-intro p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cards.awards .card > .card-content-wrapper > .card-grid {
    height: 125px;
  }
}

.cards.award-cards {
  margin-bottom: 15px;
}
.cards.award-cards .card.card-award-segment {
  background-color: transparent;
  max-height: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.cards.award-cards .card.card-award-segment > .card-title {
  background-color: #fff;
  height: 40px;
  padding-top: 10px;
  font-size: 1.2em;
}
@media print {
  .cards.award-cards .card.card-award-segment > .card-title {
    font-size: 1em;
    border-top: 1px solid #271f30;
    border-left: 1px solid #271f30;
    border-right: 1px solid #271f30;
  }
}
.cards.award-cards .card.card-award-segment > .card-content-wrapper {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 162px;
}
@media print {
  .cards.award-cards .card.card-award-segment > .card-content-wrapper {
    border-bottom: 1px solid #271f30;
    border-left: 1px solid #271f30;
    border-right: 1px solid #271f30;
  }
}
.cards.award-cards .card.card-award-segment > .card-content-wrapper > .card-content {
  height: 175px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.cards.award-cards .card.card-award-segment > .card-content-wrapper > .card-content p:not(:first-child) {
  margin-top: 4px;
  font-size: 0.95em;
}
.cards.award-cards .card.card-award-segment > .card-content-wrapper > .card-content .highlight-text {
  font-size: 2.8em;
}
.cards.award-cards .card.card-award-segment > .card-content-wrapper > .card-content .big-text {
  font-size: 1.4em;
}
@media print {
  .cards.award-cards .card.card-award-segment > .card-content-wrapper > .card-content .big-text {
    font-size: 1.2em;
  }
}
.cards.award-cards .card.card-award-segment > .card-content-wrapper > .card-content .small-text {
  font-size: 0.85em;
  top: -8px;
}
.cards.award-cards .card.card-award-segment.card-yellow > .card-title {
  background-color: #ffce24;
}
.cards.award-cards .card.card-award-segment.card-yellow > .card-content-wrapper {
  background-color: #ffce24;
}
.cards.award-cards .card.card-award-segment > .bottom-text {
  font-size: 1em;
  font-weight: bold;
  top: -8px;
  position: relative;
}
.cards.award-cards .card.card-award-segment > .bottom-text::before {
  content: "|";
  display: block;
  font-size: 1.8em;
  font-weight: lighter;
}
.cards.award-cards .card.card-award-segment > .bottom-text.bottom-text-empty {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .cards.award-cards .card.card-award-segment > .bottom-text.bottom-text-empty {
    display: none;
  }
}

.award-details {
  text-align: center;
  padding: 0 20px 50px 20px;
  font-size: 1.3em;
}
.award-details .award-title {
  display: block;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .award-details .award-detail {
    display: table-row;
    width: 100%;
    margin-bottom: 7px;
    font-size: 0.85em;
  }
}
.award-details .award-detail:not(:last-child) {
  margin-bottom: 7px;
}
.award-details .award-detail .detail-label {
  display: inline-block;
  width: 49%;
  text-align: right;
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  .award-details .award-detail .detail-label {
    display: table-cell;
    vertical-align: middle;
  }
}
.award-details .award-detail .detail-content {
  display: inline-block;
  width: 49%;
  text-align: left;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .award-details .award-detail .detail-content {
    display: table-cell;
    vertical-align: middle;
  }
}

/* END SECTION VIEW AWARDS */
/* SECTION VIEW ASSESSMENTS */
.my-assessments .my-assessments-intro {
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .my-assessments .my-assessments-intro {
    font-size: 1em;
  }
}
.my-assessments .my-assessments-intro p {
  margin-bottom: 0.8em;
  text-align: justify;
}
.my-assessments .my-assessments-intro p:last-child {
  margin-bottom: 0;
}
.my-assessments .table > tbody > tr.active-row > th, .my-assessments .table > tbody > tr.active-row > td {
  background-color: #ffe58b;
}
.my-assessments .table > tbody > tr.active-row:hover > th, .my-assessments .table > tbody > tr.active-row:hover > td {
  background-color: #ffce24;
}
.my-assessments .table > tbody > tr.active-row:hover > th a.btn-grid-action:hover > .icon::before, .my-assessments .table > tbody > tr.active-row:hover > th a.btn-grid-action:hover > .icon:hover::before, .my-assessments .table > tbody > tr.active-row:hover > th a.btn-grid-action > .icon:hover::before, .my-assessments .table > tbody > tr.active-row:hover > td a.btn-grid-action:hover > .icon::before, .my-assessments .table > tbody > tr.active-row:hover > td a.btn-grid-action:hover > .icon:hover::before, .my-assessments .table > tbody > tr.active-row:hover > td a.btn-grid-action > .icon:hover::before {
  color: #4e4755;
}

.assessment-details {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section tr.row-border-bottom {
    border-bottom: 1px solid #271f30;
  }
  .assessment-details .tab .section tr.row-border-bottom > td.cell {
    padding-bottom: 5px;
  }
  .assessment-details .tab .section tr.row-border-bottom + tr > td.cell {
    padding-top: 15px;
  }
}
.assessment-details .tab .section tr > td.cell {
  vertical-align: top;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section tr > td.cell {
    padding-bottom: 0;
  }
}
.assessment-details .tab .section tr > td.cell .info {
  float: none !important;
  display: inline-block !important;
  padding-top: 0;
  font-weight: bold;
  word-break: break-word;
}
.assessment-details .tab .section tr > td.cell .control {
  float: none !important;
  display: inline-block !important;
  text-align: center;
  opacity: 0.7;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section tr > td.cell .control.cell-border-bottom {
    border-bottom: 1px solid #c1c3d6;
  }
  .assessment-details .tab .section tr > td.cell .control.cell-border-top {
    border-top: 1px solid #c1c3d6;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.section_AssessmentDetails tr:nth-child(2) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.section_AssessmentDetails tr > td.cell {
    margin-bottom: 0;
  }
}
.assessment-details .tab .section.section_AssessmentDetails tr > td.cell .type-message {
  font-size: 1.5em;
  text-align: center;
  padding: 10px 40px 10px 40px;
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.third, .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.half {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.third, .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.half {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.third + .control, .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.half + .control {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.third + .control, .assessment-details .tab .section.section_AssessmentDetails tr > td.cell .info.half + .control {
    max-width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.section_AssessmentDetails tr:first-child > td.cell:first-child .info {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.section_AssessmentDetails tr:first-child > td.cell:nth-child(2) {
    text-align: right;
  }
}
.assessment-details .tab .section.details {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.details tr.no-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.details tr > td.cell:first-child > .details-title, .assessment-details .tab .section.details tr > td.cell:first-child > .categorized-data {
    border-right: 3px solid #271f30;
  }
}
.assessment-details .tab .section.details tr > td.cell > .details-title {
  font-weight: bold;
  font-size: 1.7em;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1099px) {
  .assessment-details .tab .section.details tr > td.cell > .details-title {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.details tr > td.cell > .details-title {
    padding-top: 15px;
  }
}
.assessment-details .tab .section.details tr > td.cell > .details-total {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.details tr > td.cell > .details-total.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .assessment-details .tab .section.details tr > td.cell > .details-total {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.assessment-details .tab .section.details tr > td.cell > .details-total:first-child {
  border-right: 0;
}
.assessment-details .tab .section.details tr > td.cell > .details-total .info {
  font-size: 1.7em;
}
.assessment-details .tab .section.details tr > td.cell > .details-total .control {
  font-weight: bold;
  font-size: 1.5em;
  opacity: 0.8;
}
@media screen and (max-width: 1099px) {
  .assessment-details .tab .section.details tr > td.cell > .details-total .control {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.details tr > td.cell > .details-total .control > span {
    text-align: right;
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.details tr > td.cell > .details-total .info {
    font-size: 1.5em;
    text-decoration: underline;
  }
  .assessment-details .tab .section.details tr > td.cell > .details-total .control {
    font-size: 1.3em;
  }
}
.assessment-details .tab .section.details tr > td.cell > .categorized-data > .source {
  padding-left: 30px;
}
@media screen and (max-width: 1099px) {
  .assessment-details .tab .section.details tr > td.cell > .categorized-data > .source {
    padding-left: 10px;
  }
}
.assessment-details .tab .section.details tr > td.cell > .categorized-data > .source > .source-title {
  padding-top: 25px;
  padding-bottom: 5px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.3em;
}
.assessment-details .tab .section.details tr > td.cell > .categorized-data > .source > .source-title.first {
  padding-top: 0;
}
.assessment-details .tab .section.details tr > td.cell > .categorized-data > .source > .item {
  padding-left: 15px;
  padding-right: 30px;
}
@media screen and (max-width: 1099px) {
  .assessment-details .tab .section.details tr > td.cell > .categorized-data > .source > .item {
    padding-left: 5px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.details tr > td.cell > .categorized-data > .source > .item .control > span {
    text-align: right;
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.details tr > td.cell .info.third, .assessment-details .tab .section.details tr > td.cell .info.half {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.details tr > td.cell .info.third, .assessment-details .tab .section.details tr > td.cell .info.half {
    max-width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .assessment-details .tab .section.details tr > td.cell .info.third + .control, .assessment-details .tab .section.details tr > td.cell .info.half + .control {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.details tr > td.cell .info.third + .control, .assessment-details .tab .section.details tr > td.cell .info.half + .control {
    max-width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .assessment-details .tab .section.section_MultipleChildDiscount tr > td.cell .info {
    width: auto;
  }
  .assessment-details .tab .section.section_MultipleChildDiscount tr > td.cell .info + .control {
    width: auto;
    padding-left: 5%;
  }
}

/* END SECTION VIEW ASSESSMENTS */
/* SECTION AUTO ADDRESS */
.auto-address-container {
  margin-bottom: 1em;
}
.auto-address-container .autoaddress-control {
  max-width: none;
}
.auto-address-container .autoaddress-control > .autoaddress-text-box {
  width: 83% !important;
  margin-right: 3% !important;
}
.auto-address-container .autoaddress-control > .autoaddress-text-box, .auto-address-container .autoaddress-control > .autoaddress-text-box:active {
  font-size: 1em;
  color: #271f30;
  height: 35px;
  font-weight: normal;
  font-weight: normal;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.auto-address-container .autoaddress-control > .autoaddress-text-box.uppercase, .auto-address-container .autoaddress-control > .autoaddress-text-box:active.uppercase {
  text-transform: uppercase;
}
.auto-address-container .autoaddress-control > .autoaddress-text-box.lowercase, .auto-address-container .autoaddress-control > .autoaddress-text-box:active.lowercase {
  text-transform: lowercase;
}
.auto-address-container .autoaddress-control > .autoaddress-text-box.capitalize, .auto-address-container .autoaddress-control > .autoaddress-text-box:active.capitalize {
  text-transform: capitalize;
}
@media screen {
  .auto-address-container .autoaddress-control > .autoaddress-text-box, .auto-address-container .autoaddress-control > .autoaddress-text-box:active {
    border-bottom: 1px solid #c1c3d6 !important;
  }
}
.auto-address-container .autoaddress-control > .autoaddress-text-box:active {
  /*
  outline: 0;
  border: 0;
  border: 1px solid #dedede;
  border-radius: 3px 0 0 3px;
  line-height: normal;
  height: 55px;
  width: 80%;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  color: #ccc;
  margin: 0;
  padding: 0 10px;
  float: left;
  */
}
.auto-address-container .autoaddress-control > .autoaddress-button {
  border-radius: 40px;
  opacity: 1;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 130px;
  font-weight: bold;
  white-space: nowrap;
  min-width: 150px;
  width: 10%;
  height: 42px !important;
}
@media screen and (max-width: 767px) {
  .auto-address-container .autoaddress-control > .autoaddress-button {
    min-width: 110px;
  }
}
.auto-address-container .autoaddress-control > .autoaddress-button, .auto-address-container .autoaddress-control > .autoaddress-button span {
  color: #271f30;
}
.auto-address-container .autoaddress-control > .autoaddress-button, .auto-address-container .autoaddress-control > .autoaddress-button:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button:focus, .auto-address-container .autoaddress-control > .autoaddress-button:active, .auto-address-container .autoaddress-control > .autoaddress-button:active:focus, .auto-address-container .autoaddress-control > .autoaddress-button:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:active:hover {
  background-color: #ffce24;
  border-color: #ffce24;
}
.auto-address-container .autoaddress-control > .autoaddress-button, .auto-address-container .autoaddress-control > .autoaddress-button span, .auto-address-container .autoaddress-control > .autoaddress-button:hover, .auto-address-container .autoaddress-control > .autoaddress-button:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:focus, .auto-address-container .autoaddress-control > .autoaddress-button:focus span, .auto-address-container .autoaddress-control > .autoaddress-button:active, .auto-address-container .autoaddress-control > .autoaddress-button:active span, .auto-address-container .autoaddress-control > .autoaddress-button:active:focus, .auto-address-container .autoaddress-control > .autoaddress-button:active:focus span, .auto-address-container .autoaddress-control > .autoaddress-button:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:active:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:active:hover span {
  color: #271f30;
}
.auto-address-container .autoaddress-control > .autoaddress-button:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:active:hover {
  background-color: #d5a021;
  border-color: #d5a021;
}
.auto-address-container .autoaddress-control > .autoaddress-button:hover, .auto-address-container .autoaddress-control > .autoaddress-button:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:active:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:enabled:active:hover span {
  color: #271f30;
}
.auto-address-container .autoaddress-control > .autoaddress-button:disabled, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:focus, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:active, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button.disabled, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:focus, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:active, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button[disabled], .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:focus, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:hover, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:active, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button.readonly, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:focus, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:hover, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:active, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button[readonly], .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:focus, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:hover, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:active, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:active:hover {
  background-color: #ffce24;
  border-color: #ffce24;
}
.auto-address-container .autoaddress-control > .autoaddress-button:disabled, .auto-address-container .autoaddress-control > .autoaddress-button:disabled span, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:focus, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:focus span, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:hover span, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:active, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:active span, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button:disabled:active:hover span, .auto-address-container .autoaddress-control > .autoaddress-button.disabled, .auto-address-container .autoaddress-control > .autoaddress-button.disabled span, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:focus, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:focus span, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:hover, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:hover span, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:active, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:active span, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button.disabled:active:hover span, .auto-address-container .autoaddress-control > .autoaddress-button[disabled], .auto-address-container .autoaddress-control > .autoaddress-button[disabled] span, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:focus, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:focus span, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:hover, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:hover span, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:active, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:active span, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button[disabled]:active:hover span, .auto-address-container .autoaddress-control > .autoaddress-button.readonly, .auto-address-container .autoaddress-control > .autoaddress-button.readonly span, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:focus, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:focus span, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:hover, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:hover span, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:active, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:active span, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button.readonly:active:hover span, .auto-address-container .autoaddress-control > .autoaddress-button[readonly], .auto-address-container .autoaddress-control > .autoaddress-button[readonly] span, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:focus, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:focus span, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:hover, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:hover span, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:active, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:active span, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:active:hover, .auto-address-container .autoaddress-control > .autoaddress-button[readonly]:active:hover span {
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-options-msg.info, .auto-address-container .autoaddress-control .autoaddress-options-msg.warning {
  background-color: rgba(255, 206, 36, 0.3);
  border-color: #ffce24;
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-options-msg.error {
  background-color: rgba(231, 39, 19, 0.3);
  border-color: #e72713;
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-options-msg.success {
  background-color: rgba(0, 167, 71, 0.3);
  border-color: #00a747;
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-autocomplete .autoaddress-suggestion, .auto-address-container .autoaddress-control .autoaddress-autocomplete .autoaddress-suggestion:hover {
  background: #cfdae6;
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-autocomplete .autoaddress-suggestion:hover {
  text-decoration: underline;
}
.auto-address-container .autoaddress-control .autoaddress-autocomplete .autoaddress-suggestion.autoaddress-searchTerm:after {
  content: " ... ";
  background: none;
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-autocomplete .autoaddress-suggestion.autoaddress-search.autoaddress-searchTerm:hover:after {
  background: none;
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-options-container .autoaddress-options-list {
  max-height: 169px;
}
.auto-address-container .autoaddress-control .autoaddress-options-container .autoaddress-options-list li a:hover {
  background-color: rgba(207, 218, 230, 0.5);
  color: #271f30;
}
.auto-address-container .autoaddress-control .autoaddress-options-container .autoaddress-options-list li.active a {
  background-color: rgba(207, 218, 230, 0.5);
  color: #271f30;
}

/* END SECTION AUTO ADDRESS */
/*  SECTION PRINT */
@media only print {
  html {
    height: auto;
  }

  .breadcrumb, #MessagePanel, #btnPrint, .page-heading, td .dropdown.action, .collapse-parent:before {
    display: none;
  }

  td {
    font-size: 12px;
  }

  label, input, select, fieldset, table.section {
    margin: 0;
    padding: 0;
    border: 0px;
  }

  select, label.dropdown-container {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }

  label.dropdown-container::after {
    content: none;
  }

  a[href]:after {
    content: none !important;
  }

  .form-control, .control {
    border: 0;
    font-size: 13px;
  }

  .form-control {
    border-bottom: 0 !important;
  }

  .input-group-addon {
    margin: 0;
    padding: 0;
    border: 0px;
    background: none;
  }

  div.info label {
    padding-right: 5px;
  }

  div.tab.collapse.print-in {
    display: block !important;
    height: auto !important;
  }

  div.tab.collapse, div.tab-column, div.tab-column fieldset, div.tab-column fieldset table {
    width: 100%;
  }

  h2.collapse-parent {
    font-size: 24px !important;
    text-decoration: underline;
  }
  h2.collapse-parent .collapse-subtitle {
    font-size: 20px !important;
  }

  .div-info-left {
    width: 74%;
    display: block;
    float: left;
    clear: none !important;
  }
  .div-info-left label {
    display: inline-block !important;
    margin-top: 5px;
  }
  .div-info-left + .div-control-right {
    width: 24%;
    display: block;
    float: right;
    clear: none !important;
  }
  .div-info-left.half {
    width: 49%;
  }
  .div-info-left.half + .div-control-right {
    width: 49%;
  }
  .div-info-left.third {
    width: 29%;
  }
  .div-info-left.third + .div-control-right {
    width: 69%;
  }

  .div-info-align-right {
    text-align: right;
  }
  .div-info-align-right label {
    float: none !important;
    display: inline-block !important;
    padding-right: 5px;
    margin-top: 5px;
  }

  .assessment-details {
    width: 100%;
  }
  .assessment-details table {
    page-break-before: avoid;
    page-break-after: auto;
  }
  .assessment-details tr {
    page-break-before: avoid;
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .assessment-details td {
    page-break-before: avoid;
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .assessment-details .form-control {
    margin-left: 4% !important;
    width: 95% !important;
    text-align: left !important;
  }
  .assessment-details .mobile-only {
    display: none;
  }
}
/* END SECTION PRINT */
/* SECTION CHROME FIX */
@-webkit-keyframes autofill {
  to {
    color: #271f30;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

/* END SECTION CHROME FIX */
/* SECTION FIREFOX FIX */
@-moz-document url-prefix() {
  label.dropdown-container:after {
    top: 1.5em !important;
  }

  .entitylist-filter .panel-body .dropdown-container:after {
    top: 0.5em !important;
  }
}
/* END SECTION FIREFOX FIX */
/* SECTION EDGE FIX */
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
  label.dropdown-container:after {
    top: 1.5em !important;
  }

  .entitylist-filter .panel-body .dropdown-container:after {
    top: 0.5em !important;
  }
}
/* END SECTION EDGE FIX */
/* SECTION IE FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: -ms-flexbox;
  }
  body > .container {
    min-height: 440px;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1099px), screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 1099px) {
  body > .container {
    min-height: 540px;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 520px) and (max-width: 767px), screen and (-ms-high-contrast: active) and (min-width: 520px) and (max-width: 767px) {
  body > .container {
    min-height: 250px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 519px), screen and (-ms-high-contrast: active) and (max-width: 519px) {
  body > .container {
    min-height: 200px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  label.dropdown-container:after {
    top: 1.5em !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .entitylist-filter .panel-body .dropdown-container:after {
    top: 0.5em !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand, select.form-control::-ms-expand {
    display: none;
  }
}
/* END SECTION IE FIX */
