@font-face {
    font-family: 'Glyphicons Halflings';
  
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular-iefix.eot') format('embedded-opentype'), 
         url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
         url('./fonts/glyphicons-halflings-regular.woff') format('woff'), 
         url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
         url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-forward:before {
    content: "\e075";
  }
  .glyphicon-chevron-left:before {
    content: "\e079";
  }
  .glyphicon-chevron-right:before {
    content: "\e080";
  }
  .glyphicon-backward:before {
    content: "\e071";
  }

  .row {
    min-width: 200px; 
  }

  .selector_mid, .selector_allowed, .selector_denied {
    position: relative;
    min-height: 1px;
    float: left;
    width: 42%;
    text-align: center;
  }

  .selector_mid {
    min-width: 30px;
    width: 15%;
    text-align: center!important;
  }

  .form-control {
    display: block;
    min-width: 75px;
    width: 100%;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 130px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
  .ac_container {
  width: 100%;
  height: 4000px;
  background-color: rgba(128, 128, 128, 0.655);
  position: absolute;
  z-index: 9999;
  }
  .ac_settings {
    background: white;
    min-width: 200px;
    max-width: 50%;
    min-height: 230px;
    margin: 20px auto auto;
    padding: 10px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
    display: none;
    font-size: 10pt;
  }
  .selector_mid button {
    margin: 1px;
    padding: 4px;
  }
  .ac_settings h1{
     font-size: 16pt;
     margin: 0px;
     display: block;
	 height: 30px;
  }
  .ac_settings h1::after {
    content: "";
    display: block;
    background-color: #FFFFFF;
  }
  .access_list_save{
    float:left; 
    margin:10px;
  }
  .access_list_close{
    float:right; 
    margin-top: 5px!important;
  }