 body {
       min-height: 1000px !important;
        max-width: 300px !important;
        margin-left: 24px !important;
        padding-left: 0px !important;
       overflow-y:auto;
      }
   form span {
    color: #003876;
    font-family: arial, tahoma, sans-serif;
    font-weight: normal;
    font-size: 1.3em;
}
   .vl {
    position: absolute;
    left: 280px;
    border-left: 10px solid #007fb1;
    height: 35px;
    margin-top: 10px;
}
   
   .multi-select-menu {
         z-index: 99999;
      }
     select{
       font-size: 12px;
    font-family: Tahoma,Geneva,sans-serif;
    color: #6E6E6E;
   }
   
   select.blueLine {
    background-image: linear-gradient( 
90deg
 , transparent 50%, #007fb1 50%), linear-gradient( 
90deg
 , #007fb1 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + -2px), calc(100% - 12px) calc(1em + -2px);
    background-size: 8px 35px, 8px 35px;
    background-repeat: no-repeat;
}
   
   .subscribe-label{
     top:10px !important;
     left: 3px !important;
   }
   label.checkboxLabel{
     top: -4px !important;
   }
   
   input[type=checkbox]{
     width: 18px;
     height: 18px;
   }
   label.error{
     top: 0px !important;
     left: 3px !important;
   }
   
   .buttonRightArrow{
     left: -25px !important;
   }
   
   .btn.btn-primary{
     left: 3px !important;
   }
   .error{
     margin-bottom: 0px !important;
   }
   a, a:hover {
    text-decoration: underline;
    color: #007fb1;
 }
   .multi-select-container .multi-select-button,.multi-select-menuitem{
    font-size: 12px !important;
    font-family: Tahoma,Geneva,sans-serif;
    color: #6E6E6E !important;
   }
   
   #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: -76px 0 0 -76px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
   
   .white{
     color: #fff !important;
   }
   
   input:disabled{
     background-color: #fff;
     opacity: 0.7 !important;
      cursor:auto !important;
   }
   
   .btn.btn-primary:disabled {
    background-color: #007FB1;
      opacity: 0.7 !important;
     cursor:auto !important;
   }
   
   .disable-multiSelect{
     pointer-events : none !important;
     opacity: 0.7 !important;
   }

   