/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button 
 {
   -webkit-appearance: none;
   margin: 0;
 }
 
 /* Firefox */
 input[type=number] 
 {
   -moz-appearance: textfield;
 }
 
 .dropdown-menu 
  {
    font-size: 14px  !important; 
  }

  .dropdown-submenu 
  {
    position: relative;
  }

.dropdown-submenu>.dropdown-menu 
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu 
{
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu 
{
    display: block;
}
.dropdown-submenu>a:after 
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after 
{
    border-left-color: #fff;
}

.dropdown-submenu.pull-left 
{
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu 
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropbtn 
{
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropbtn:hover, .dropbtn:focus 
  {
    background-color: #3e8e41;
  }

  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  #myInput:focus 
  {
      outline: 3px solid #ddd;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content 
  {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content a 
  {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover 
  {
    background-color: #ddd;
  }

  .show 
  {
    display: block;
  }

.bd-placeholder-img 
{
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}



.show 
{
  display: block;
}
/* change the mouse pointer to hand on hover of a row */
.handonhover
{
      transition: transform .01s;
}
.handonhover:hover
{        
  cursor:pointer; 
  transform: scale(1.01);
  background:#ccc;
  color:#fff;
  background-color:#888888; 
  box-shadow: 5px 10px #888888;
}
.bblcontainer {
  position: relative;
  text-align: center;
  color: purple;

}

.bblcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) 
{
.bd-placeholder-img-lg 
    {font-size: 3.5rem;}
}



html
{  
  height:100vh;  
}

body
{
  background: url("/assets/images/mywall.jpg");
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height:100vh;
}
.anovatex
{
  border-left:2px solid #166FBF;
  border-top:3.2px solid #166FBF;
  
}
.picuredbg
{
  background-color:rgba(166, 36, 36, 0.7); 
  min-height:100vh; 
  background-size: cover;
}

.spanprepend
{
  height:calc(1.5em + 0.5rem + 2px) !important; 
  width:calc(1.5em + 0.5rem + 2px) !important; 
  padding:6px !important;
}

.form-label-group 
{
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: calc(1.5em + 0.5rem + 30px) !important;
  height:calc(1.5em + 0.5rem + 0.1px) !important;
  display: inline;
  color: transparent;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .3s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: black;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  top:-17px;
  padding-top: .2rem;
  padding-bottom: .0rem;
  font-size: 12.5px;
  color: #166FBF;
  background-color:#fff;
  z-index:15;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.form-signin 
{
      width: 100%;
      max-width: 320px;
      padding: 15px;
      margin: auto;
      background-color:rgba(153,87,205,0.4);
      border-radius:20px;
      border-color: #92a8d1;
}
      .myDivg {
        text-align: center;
            }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      li a 
      {
        color:white !important;
        font-weight:600 !important;
      }

      li a:hover
      {
        background-color:rgba(173, 255, 47,0.2) !important;
        font-weight:600 !important;
        border-radius:50%;
      }

      .sidebar li a
      {        
        border-radius:10px;
        padding: 7px 5px; 
        margin-right: 10px;
      }

      .sidebar li a:hover
      {
        background-color:rgba(173, 255, 47,0.2) !important;
      }
      
      a span
      {
        color:hotpink !important;
      }

      .mynavdropdown
      {
        background-color:#4f0ef4 !important;
        border:1px solid rgb(50, 221, 252);
      }

     .mynavdropdown a
     {
      color:white !important;
      font-weight:600 !important;
     }

     .container-fluid
     {
          background-color:rgba(48, 155, 217, 0.615) !important;
          background-size: cover;
          background-attachment: fixed; 
          min-height:calc(100vh - 84px); 
     }

     .homesearch
     {      
           position: relative;  
           text-transform: uppercase;
           padding: 15px;
           min-width:calc(100% - 31px);    
           background-color:rgba(192,192,192,0.65);
           border-radius:20px;           
           font-size: 25px;
           font-weight: 600;
           font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
           cursor: default;
           align-content: space-between; 
           margin-top: 6vh;            
     }

     .homesearch .searchbox
     {
      max-width: 80%; 
      border-radius:20px;
      margin: auto;
      margin-bottom: 0px;
     }

     .homesearch input
     {   
           max-width: 90%;
           height:2.5em;
           border-radius:20px;
           margin: auto;
     }

     .homesearch .my-dropdown-content
     {
       width:80% !important;       
     }

     .homesearch .homesearchbuttons .btn-group 
     {         
          border-radius:20px;
          margin:auto;
                 
      } 

      .homesearch .homesearchbuttons button
      {
            margin: 3px;
      } 

     .form-ajaxsubmit 
     {
           width: 98%;
           max-width: 100vw;
           padding: 15px;           
           margin: auto;
           margin-top:23px;
           margin-bottom: 30px;
           background: linear-gradient(to top right, rgba(51, 127, 241, 0.5),rgba(37, 100, 207,.7));
           border-radius:20px;
           border: 1px solid rgba(192,192,192,0.98);
     }

     .form-ajaxsubmit .formheader
     {      
           position: relative;
           left:-16px;
           top:-16px; 
           padding-left:15px;
           padding-top: 10px;
           text-transform: uppercase;
           min-width:calc(100% + 31px);    
           background-color:rgba(192,192,192,0.98);
           border-radius:20px;
           border-bottom-left-radius:0px;
           border-bottom-right-radius:0px;
           font-size: 25px;
           font-weight: 600;
           font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
           cursor: default;
           align-content: space-between;           
     }

     .form-ajaxsubmit .formheader .keynote
     {
        font-size: 13px;
        color:rgba(34, 11, 245, 0.98);
        text-transform: capitalize;
        position: relative;
        top:-5px;
        font-style: italic;
     }

     .form-ajaxsubmit .btn-primary
     {      
        background-color: rgba(22, 18, 244,.6) !important;
     }

     .form-ajaxsubmit .formheader input
     {      
           position: relative;
           max-width: 80%;
           margin-top: 5px;
           margin-bottom: 10px;
           left:auto;
           right:0px;
           height:2em;
           border-radius:20px;
     }

     .editmode .formheader input
     {      
           position: relative;
           max-width: 90%;
           margin-top: 5px;
           margin-bottom: 10px;
           left:auto;
           right:0px;
           height:2em;
           border-radius:20px;
     }

     .editmode .formheader .dropdown:hover .dropdown-menu
     {      
           display:block;
     }

     .editmode .formheader button
     {      
      border:1px solid rgba(192,192,192,7);
     }

     .form-section
     {
        border:1px solid rgba(192,192,192,0.98);
        padding-left:10px;
        padding-right: 10px;
        padding-top:0px;
        padding-bottom: 10px;
        margin-top:30px;
        border-radius:10px;
     }
     
     .form-section .form-section-header
     {
       position: relative;
       top: -11px;
       left:20px;
       background-color: rgba(192,192,192,0.98);
       display:inline;
       border-radius:20px;
       padding-left:7px;
       padding-right:7px;
       font-size: 1.3em;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-weight: 500;       
     }

     .editmode .form-section .form-section-header
     {
      cursor: pointer !important; 
      padding-top: 3px;
      padding-bottom: 3px;      
     }

     .editmode .form-section .form-section-header:before
     {
       font-weight:900;
       font-size: larger;
       content: "\002B /_"; 
       padding-right: 10px;
       color:purple;  
     }

     .form-ajaxsubmit  .accordion .form-section .card 
     {
      background-color: transparent;
      border-style: none;
     }

     .my-dropdown-content
     {
       display: inline-block;
       position: absolute;
       background-color:rgba(230, 230, 250,0.9);
       width:65%;
       padding: 12px 12px;
       z-index: 70;
       margin-top: 1.8px;
       text-transform: none;
       transition: all .3s ease-in-out;
       font-size: 1rem;
       font-weight: normal;
       overflow: hidden;
       border-radius: 5px;
     }

     .editmode .my-dropdown-content
     {
       width:85%;       
     }

    .my-dropdown-content a 
      {
        color: black;
        padding: 2px 2px;
        text-decoration: none;
        display: block;
        font-size: 0.8em;
      }

    .my-dropdown-content a:hover 
      {
        background-color: rgb(119, 105, 248);
      }

      .my-dropdown-content button 
      {
        position:relative;
        top:-15px;
        right:-8px;
        color:indigo;
        font-weight: 700;
        z-index: 73;
      }

     #mysearchprogress
     {
       background-color: rgb(214, 127, 255);
       min-height: 4px;
       position:relative;
       top:-12px;
       left:-12px;
       min-width:calc(100% + 24px);
       margin: 0px;
       animation: mypganimation .5s linear 0s infinite alternate;
     }

     .loading_sel_box
     {       
      background-image: url("/assets/images/loader4.gif");
      background-size: 20px 20px;      
      background-position: 95% 50%;
      background-repeat: no-repeat;
      background-attachment: local;
    }     

     @keyframes mypganimation
     {
        0% 
        {
          background: red;
          min-width:calc(80%);
          margin-left: 40px;
          margin-right:40px;
        }

        20% {background: orange;}        
        40% {background: yellow;}

        60% 
        {
          background: green;
          min-width:calc(50%);
          margin-left: 50px;
          margin-right:50px;
        }
        80% {background: blue;}
        100% {background: purple;}
     }

     .oneinput
     {
       width:30vw !important;
       margin-left:auto;
       margin-right:auto;
       margin-top:4vh;
       left:20px;
       top:-7rem;
       min-width:400px;       
     }

     .oneinput .formheader
     {
       font-size: 22px !important;
       text-transform: none;
     }

     .oneinput .modal-content
     {
      border:1.5px solid rgba(118, 241, 93, 0.7);
      border-top:0.3px solid rgba(190, 238, 181, 0.3);
     }

     .twoinput
     {
       width:60vw !important;
       margin-left:auto;
       margin-right:auto;
       margin-top:4vh;
       left:20px;
       top:-7rem;
       min-width:400px;       
     }

     .twoinput .formheader
     {
       font-size: 22px !important;
       text-transform: none;
     }

     .mylisttable
     {
      background:linear-gradient(to right, rgba(192,192,192,0.98),rgba(192,192,192,0.58));
     }

     .mylisttable thead
     {
      background:linear-gradient(to right,rgba(74, 123, 221, 0.7), rgba(32, 45, 224, 0.9));
      color:#f8f9fa !important;
     }

     .mylisttable tbody tr:nth-of-type(odd) 
     {
      background-color: rgba(0, 0, 0, 0.14);
     }

     .mylisttable tbody tr:hover
     {
       background: #166FBF !important;
       cursor: pointer;
       /*transition: transform .01s;
       transform: scale(1.005);*/
     }

     .mylisttableheader
     {
      border-radius:20px; 
      border-bottom-left-radius:0px ; 
      border-bottom-right-radius:0px; 
      background-color:rgba(192,192,192,0.98);
      padding: 15px;
      padding-bottom: 10px;
      margin-top:20px;
     }

     .mylisttableheader h5
     {
      font-size: 1.5em;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      font-weight: 800; 
     }

     .mylisttable input
     {
      background:none;
      border: none;
      width: 100%;
      padding: 0px;
      cursor: pointer !important;
     }

     .mylisttable input:focus
     {
      outline: none;
     }

     .myhover a:hover 
     {
       cursor: pointer !important;
       background-color:rgba(153,87,205,0.4);
     }

     .was-validated .custom-control-input:valid ~ .custom-control-label, 
     .custom-control-input.is-valid ~ .custom-control-label 
     {
      color: #1a1b1a !important;
     }

     #commentbox
     {
      width:250px; 
      height:40px; 
      text-align: center;
      margin:auto; 
      padding-top: 5px;
      border-radius: 10px;
      font-weight: 500;
      overflow: hidden;
     }

     .commentdefault
     {
        background-color:rgba(247, 249, 247,0); 
     }

     .commentarrears
     {
        background-color:rgba(221, 12, 12,.8); 
     }

     .commentpaid
     {
        background-color:rgba(50, 203, 42, .8); 
     }

     .commentcaptured
     {
        background-color:rgba(20, 146, 229, 0.8); 
     }


  #upload {
      opacity: 0;
  }

  
  #upload-label {
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
  }

  #uploadtwo {
    opacity: 0;
}


#upload-label-two {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}