@import url(../node_modules/bootstrap/dist/css/bootstrap.min.css);
@import url(../node_modules/angular-ui-bootstrap/dist/ui-bootstrap-csp.css);
html {
  font-size: 13px; }

body {
  background: #dcdcdc;
  font-size: 13px; }

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  margin: 1rem 0 1.5rem;
  text-align: center;
  text-transform: capitalize; }

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  margin: 1rem 0 1.5rem;
  font-weight: bold;
  color: #585858; }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

hr.form-separator {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 1px;
  border: none;
  border-bottom: 1px dashed #c8c8c8; }

.img-separator {
  margin-top: -25px;
  padding: 15px 0 0;
  height: 85px;
  width: 100%; }
  .img-separator img {
    margin-top: -80px; }

.info-box {
  padding-top: 10px;
  width: 100% !important; }
  .info-box .alert-fix {
    display: inline-block;
    margin-bottom: 5px;
    width: 100% !important; }

.span-fix span {
  display: inline-block; }

header {
  background: #000 url("../img/bg-pattern.png") top center;
  border-top: 2px solid #008985; }
  header .logo {
    padding: 1rem 0.5rem 1rem 1.5rem; }

.language-selector {
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: -45px; }
  .language-selector .btn {
    border: 1px solid #c0c0c0;
    padding: 2px 9px 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,000000+100 */
    background: white;
    /* Old browsers */
    font-size: 13px; }
    .language-selector .btn img {
      width: 22px;
      height: 13px;
      margin: 0 7px 0 0;
      display: inline-block;
      background: white; }
    .language-selector .btn .caret {
      color: #9d9d9d; }
  .language-selector .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 57px;
    border: 1px solid #c0c0c0;
    color: #acacac;
    padding: 0;
    overflow: hidden; }
    .language-selector .dropdown-menu button {
      border: none;
      background: white;
      text-align: center;
      width: 100%; }
      .language-selector .dropdown-menu button:hover {
        background: #009a95;
        color: white; }

section {
  padding: 1.5rem;
  background: #f7f7f7;
  -webkit-box-shadow: -1px 0px 14px -6px black;
  box-shadow: -1px 2px 14px -6px black; }
  section .box {
    max-width: 940px;
    margin: 1.5rem auto;
    border-radius: 5px;
    background: white;
    border: 1px #c8c8c8 solid;
    padding: 1.5rem;
    position: relative; }

.alert-box {
  display: block;
  padding: 0.5rem; }

.icon-multi-line {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.5rem 0 0; }

.icon-multi-line-top {
  display: table-cell;
  vertical-align: text-top;
  padding: 0 0.5rem 0 0; }

.icon-multi-line-left {
  padding: 0 0.5rem 0 0.3rem;
  font-size: 17px; }

.p-bottom {
  display: inline-block;
  padding: 0 0 1rem; }

.relation-optional {
  border: 1px solid #009a95; }

.relation-not {
  border: 2px solid #009a95 !important;
  background: #efefef; }

.relation-start {
  border: 3px solid #080505 !important; }

.relation-not-label {
  color: grey; }

.btn-green, .btn-green-selected {
  border: 1px #004644 solid;
  background-color: #009a95;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009a95), to(#006f6c));
  background-image: -webkit-linear-gradient(top, #009a95, #006f6c);
  background-image: -moz-linear-gradient(top, #009a95, #006f6c);
  background-image: -o-linear-gradient(top, #009a95, #006f6c);
  background-image: linear-gradient(to bottom, #009a95, #006f6c);
  -pie-background: linear-gradient(top, #009a95, #006f6c);
  color: white !important;
  text-decoration: none;
  text-shadow: 0px 1px 2px #222;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-transform: capitalize; }
  .btn-green:hover, .btn-green-selected:hover {
    background-color: #006f6c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006f6c), to(#009a95));
    background-image: -webkit-linear-gradient(top, #006f6c, #009a95);
    background-image: -moz-linear-gradient(top, #006f6c, #009a95);
    background-image: -o-linear-gradient(top, #006f6c, #009a95);
    background-image: linear-gradient(to bottom, #006f6c, #009a95);
    -pie-background: linear-gradient(top, #006f6c, #009a95);
    color: white !important;
    font-size: 12px;
    cursor: pointer; }
  .btn-green:visited, .btn-green-selected:visited, .btn-green:focus, .btn-green-selected:focus {
    color: white; }

.btn-default {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  color: #009a95; }
  .btn-default:hover {
    font-size: 12px;
    cursor: pointer;
    color: #006f6c; }

.main-options, .program-options {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 1.5rem 0; }
  .main-options .btn-green, .program-options .btn-green, .main-options .btn-green-selected, .program-options .btn-green-selected {
    height: 50px;
    white-space: normal;
    text-align: center;
    font-size: 13px; }
  .main-options .btn-label-green-table, .program-options .btn-label-green-table {
    display: table;
    width: 100%; }
  .main-options .btn-label-green-cell, .program-options .btn-label-green-cell {
    display: table-cell;
    vertical-align: middle;
    height: 35px; }
  .main-options div, .program-options div {
    padding-left: 5px;
    padding-right: 5px; }
  .main-options div:first-child, .program-options div:first-child {
    padding-left: 0;
    padding-right: 5px; }
  .main-options div:last-child, .program-options div:last-child {
    padding-left: 5px;
    padding-right: 0; }

.program-options .btn-green, .program-options .btn-green-selected {
  padding: 6px 12px;
  height: 104px; }

.program-options div:first-child,
.program-options div:last-child {
  padding-left: 5px;
  padding-right: 5px; }

.program-options button {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  height: 104px; }
  .program-options button img {
    display: block;
    margin: 5px auto 5px;
    width: 60px;
    height: 60px; }
  .program-options button:hover {
    background-color: rgba(0, 154, 149, 0.1);
    border: 1px solid #009a95;
    color: #009a95; }

.btn-green-selected {
  height: 104px; }
  .btn-green-selected:hover {
    height: 104px;
    color: white !important; }

.btn-label {
  display: block;
  padding: 0.5rem 0 0.5rem;
  font-weight: bold;
  line-height: 1; }

.btn .glyphicon {
  font-size: 15px;
  vertical-align: middle;
  padding: 0 0.4rem 0.2rem 0; }

.form-container {
  max-width: 650px;
  margin: 0 auto 1.5rem; }

.label-regular {
  font-weight: normal; }
  .label-regular:before {
    content: "("; }
  .label-regular:after {
    content: ")"; }

.label-block {
  display: block; }

.radio-label-fix {
  vertical-align: sub; }

.radio-inline-default {
  padding-left: 0; }

.mandatory-label:after {
  content: " *"; }

.mandatory-list {
  padding: 0.3rem 1.5rem 0;
  margin-bottom: 0; }

footer {
  padding: 1rem;
  color: #767676;
  font-size: 0.9rem;
  text-align: center; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }
  .no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.info-button-float {
  width: 36px;
  height: 34px;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 11px; }

.control-label {
  padding-top: 0 !important;
  margin-top: -2px !important; }
  .control-label span {
    display: block; }

.option-label {
  padding-top: 10px; }

.inline {
  display: inline !important; }

.close {
  position: absolute;
  right: 32px;
  top: 34px;
  width: 32px;
  height: 32px;
  opacity: 0.3; }

.close:hover {
  opacity: 1; }

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #333; }

.close:before {
  transform: rotate(45deg); }

.close:after {
  transform: rotate(-45deg); }

@media (max-width: 767px) {
  .control-label span {
    display: inline-block; }
  .main-options div, .program-options div {
    padding: 0 0.5rem 0.8rem 0 !important; }
  .program-options {
    padding: 0 0.5rem 0.8rem 0 !important; } }

.content-box {
  padding: 15px; }

.content-box-vertical-top {
  padding: 25px 0 0 0; }

.content-box-vertical-top-small {
  padding: 15px 0 0 0; }

.content-box-vertical-left-small {
  padding: 0 0 0 10px !important; }

.content-box-vertical-right-small {
  padding: 0 10px 0 0 !important; }

.content-box-vertical-bottom {
  padding-bottom: 15px; }

.btn-delete {
  padding: 0 0 0 10px;
  border-left: 1px solid;
  margin-left: 10px; }

.label-overview .btn {
  margin: 0 5px 5px 0; }

.reset-padding {
  padding: 0 !important; }

.reset-left-padding {
  padding-left: 0 !important; }

.spinner-container {
  position: relative;
  margin: 40px 10px;
  padding: 10px; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite; }
