﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
:root {
    --dark:#333333;
    --green:#2a502f;
    --grey:#c2c2c2;
  }
   html, body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}
.form-header{
    padding-top: 41px;
    align-items: center;
}
.form-header .heading{
    font-size: 36px;
    color: green;
}
    .form-header .disclaimer {
        enable-background: new;
        background-color: #84BD56;
        font-size: 9px;
        color: black;
        font-family: Tahoma, Geneva, verdana !important;
        padding: 15px;
    }

    .form-header .disclaimerhyperlink {
        color: black !important;
        text-decoration: underline !important;
    }
.ui-autocomplete-input, span, select {
    font-family: 'Open Sans', sans-serif !important;
}
.nomination-num{
    font-size: 14px;
    color: var(--dark);
}
.nomination-form{
    padding-top: 41.5px;
}
.nomination-form .form-group{
    font-size: 16px;
}
.nomination-form .form-control{
    border: 1px solid var(--grey);
    border-radius: 0;
}
.form-label{
    font-weight: bold;
    color: var(--dark);
    font-size: 16px;
}

input[type="email"]#formEmail::-webkit-input-placeholder {
    opacity: 0.5;
    color: var(--dark);
  }
  
  .details-heading{
    font-size: 18px;
    font-weight: bold;
    color: var(--dark);
    border-bottom:  1px solid #c3bfbf;    
    padding-bottom: 10px;
  }
  .optional{
    color: #9a9a9a;
    font-weight: normal;
  }
  .files-container{
    padding: 15px 18px;
    border: 1px dashed #c2c2c2;
    background-color: #fafafa;
    margin-top: 13px;
  }
.submit-btn {
    margin-bottom: 37px;
    background-color: #046124 !important;
    padding: 9px 30px !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
  .select-btn{
      width: 136px;
  }
  .delete-msg{
    color: #e51717;
    padding-left:7px;
  }
  .custom-btn{
    background: none;
    border: none !important;
    padding-right: 0;
    padding-left: 0;
    outline: none !important;
    cursor: pointer;
  }
  .delete-btn:focus{
      border:none;
  }
  .select-area{
      display: flex;
      align-items: center;
  }
  .file-rules{
      font-size: 14px;
      padding-left: 25px;
      padding-right: 10px;
      line-height: 1.71;
  }
  .select-file-block{
    position:relative;
  }

  .file-label{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor:pointer;
    z-index:100;
  }
  .files-container .custom-file-input{
    width: 136px;
  }
  .file-names{
    color: var(--dark);
    line-height: 1.86;
    font-size: 14px;
    padding-top: 15px;    
  }
  .show-files-block{
      display: flex;
      justify-content: space-between;
  }
  @media (min-width: 768px){
      .own-tree{
          padding-left: 1.5rem !important;
      }
      .select-area{
      border-right: solid 1px #ccc;
    }
    .display-files{
        padding-left: 37px;
    }
  }
  @media (max-width:768px){
    .select-area{
        border-bottom: solid 1px #ccc;
      }
      .show-files-block{
          padding-top: 20px;
      }
      .select-area{
          padding-bottom: 20px;
          display: block;
      }
      .file-rules{
          padding-top: 10px;
      }
  }
 @media (min-width: 992px){
  .container {
      max-width: 980px !important;
  }
}
/* new styless added start */
.form-label.required-field::after{
    content: "*";
    color: red;
    padding-left: 5px;
}
.btn-add-image{
    cursor: pointer;
    border: 1px solid #E5E5E5;
    outline: none !important;
    background: none;
    border-radius: 0.25rem;
    padding: 5px 15px;
    margin-top: 15px;
    color: #337340;
    font-weight: bold;
    box-shadow: 0 2px 4px rgb(74 73 73 / 46%), 0 3px 6px rgb(108 108 108 / 32%);
}
/* new styles end */
.validation-message{
    color:red
}
.ui-autocomplete {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-widget {
    font-family: 'Open Sans', sans-serif !important;
}
/* new styles end */
/* auto complete plugin styles start added 3 different ways*/
.ui-menu .ui-menu-item {
    box-shadow: 1px 1px 2px (0 0 0 / 9%);
    padding: 5px 0;
}
.ui-state-active:hover {
    background: var(--grey)
}
/* .ui-menu .ui-menu-item > div{   
    background: #f8f8f8;
        margin-top: 2px;
    }*/
/*.ui-menu .ui-menu-item{
    border-bottom: 1px solid #d4d1d1;
        background: #f8f8f8;
        padding: 5px 0;
    } */
/* auto complete plugin styles end */
/* select files styling start */
.span-select {
    position: absolute;
    box-shadow: 0px 1px 4px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #337340;
    padding: 6px 23px;
    opacity: 0.99;
}


/* select files styling end */

/* add button styling start */
.plus-button {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 4px #00000029;
    background-color: #fff;
    font-size: 16px;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    position: relative;
    margin-right: 1rem;
    cursor: pointer;
    outline: none !important;
}

    .plus-button:after,
    .plus-button:before {
        content: "";
        display: block;
        background-color: #337340;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .plus-button:before {
        height: 1em;
        width: 0.2em;
    }

    .plus-button:after {
        height: 0.2em;
        width: 1em;
    }
/* add button styling end */
/*image loader*/​​​​​​​
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://npsmavcrmaps07.azurewebsites.net/Pictures/Spinner-5.gif) center no-repeat #fff;
}
​​​​​​​
/*image loader end*/ ​​​​​​​

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

:root {
    --dark: #333333;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.info-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.message-greeting {
    font-size: 48px;
    color: var(--dark);
    padding-top: 15px;
    padding-bottom: 15px;
}

.info-modal .modal-footer {
    background: #f0f0f0;
    border-top: none;
    color: var(--dark);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.message-text {
    font-size: 20px;
    line-height: 1.5;
    color: var(--dark);
    padding-bottom: 37px;
}

#myModal .close {
    border: none;
    outline: none !important;
}

@media (min-width:580px) {
    #myModal .modal-dialog {
        width: 46%;
        max-width: 580px !important;
        min-width: 500px;
    }
}

@media (min-width:1024px) {
    #myModal .modal-footer {
        padding-right: 80px;
        padding-left: 80px;
    }

    #myModal .modal-body {
        padding-right: 80px;
        padding-left: 80px;
    }
}​​​​​​​