#error-msg {
    color: red;
  }
  #valid-msg {
    color: #00C900;
  }
  input.error {
    border: 1px solid #FF7C7C;
  }
  .hide {
    display: none;
  }
  .iti__flag {background-image: url("{% static "img/flags.png" %}");}
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("{% static "img/flags@2x.png" %}");}
  }
  
      div.tab-registration-container {
      z-index: 10;
      background-color: #ffffff;
      padding: 0 !important;
      border-radius: 2px;
      -moz-border-radius: 4px;
      border: 1px solid #ddd;
      /* margin-top: 20px; */
      margin-left: 0px;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
      box-shadow: 0 6px 12px rgba(0,0,0,.175);
      -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
      background-clip: padding-box;
      opacity: 0.97;
      filter: alpha(opacity=97);
  }
  /*
  div.tab-registration-menu {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0;
  }
  */
  .box-footer {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top: 1px solid #f4f4f4;
      padding: 10px;
      background-color: #fff;
  }
  
  /*
              .inputstl { 
                  padding: 9px; 
                  border: solid 1px #4B718B; 
                  outline: 0; 
                  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CDDBE4), to(#FFFFFF)); 
                  background: -moz-linear-gradient(top, #FFFFFF, #CDDBE4 1px, #FFFFFF 25px); 
                  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
                  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
                  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
              
                  } 
  */
   label {
       color: black;
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: none;
  }
  .form-control {
      border-radius: 0;
      box-shadow: none;
      font-size: 0.85rem;
  }
  label {
      display: inline-block;
      margin-bottom: .5rem;
  }               
  
                  .header-2 {
                      width: 100%;
      left: 0px;
      right: 0px;
      top: 20px;
      bottom: 20px;
      
      
  }
  /*
  .list-group-item.active {
      background: #014E4E;
  }
  .list-group-item.active:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -13px;
      border-left: 0;
      border-bottom: 13px solid transparent;
      border-top: 13px solid transparent;
      border-left: 10px solid #014E4E;
  }
  */
  
  body {
      font-family: 'Quicksand',sans-serif;
      padding: 0;
      font-weight: 500;
      margin: 0;
      font-size: 14px;
      /*background: #f7f7f9;*/
      background: #6bcdf1;
      overflow-y:scroll;
  }
  
  .xxv {
      padding-right: 15px;
      padding-left: 0px;
      border-radius: 4px;
      -webkit-box-shadow: 4px 5px 0 1px rgba(0,0,0,.24);
      -moz-box-shadow: 4px 5px 0 1px rgba(0,0,0,.24);
      box-shadow: 4px 5px 0 1px rgba(0,0,0,.24);
      
  }
  
  h4.heading {
          font-family: "Fjalla One";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    color:  #45ae72;
    border-bottom: 1px dashed #80d4a4;
    padding: 1em;
    margin-bottom: 20px;
  }
  
  
  /* Customize the label (the checkcontainer) */
  .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ddd;
  }
  
  /* On mouse-over, add a grey background color */
  .checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .required
  {
      color: red;
      font-size: larger;
  }
  
  
  .applicationstep {
      /*border: 1px solid #007bff;*/
      /*background-color: #007bff;*/
      background: #f2f7f9;
      padding: 20px;
      border-radius: .25rem;
  }
  .tab-registration-tab, .box-footer {
      background: #f2f7f9;
  }
  .form-group label {
      /*color: white;*/
      color: #7c8a8e;
  }
  /*
  .form-text {
      color: white;
  }
  */
  
  .list-group-item {
      background-repeat: no-repeat;
      background: -moz-linear-gradient(top,#FFF 0,#f0f0f0 100%);
      background: -webkit-linear-gradient(top,#f0f0f0 0,#f0f0f0 100%);
      background: linear-gradient(to bottom,#FFF 0,#f0f0f0 100%);
      filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f0f0f0', GradientType=0);
      color: #757575;
  }
  .list-group-item.active {
    
      background: #014E4E;
      color: white;
  }
  #menu {
      background: #f2f7f9;
  }
  
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
  }
  
  input.error {
    border: 2px solid red;
  }
   
  select.error {
    border: 2px solid red;
  }

  div.error {
    color: red;
}