.tag_window ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
 }
.tag_window ul li {
  display: inline;
  border: 1px solid #cecece;
  background-color: #1485CC;
  color: white;
  font-family: Courier, monospace;
  padding: 3px;
  border-radius: 5px;
}
.auto-form {
  width: 90%;
}
.monospace {
  font-family: Hack, Consolas, monaco, monospace;
  font-size: 9.5pt;
  text-align: right;
}
.monospace th {
  text-align: right;
}
.monospace td {
  text-align: right;
}
.left {
  text-align: left !important;
}
.dropdown {
  display: inline-block;
  float: right;
  top: 15px;
  margin-right:30px,
}
.navbar {
  background-color: rgb(35, 35, 90);
}
.navbar a {
  color: white;
}
.navbar-brand a {
  color: white;
}
.thead tr th {
  background-color: #eceeef;
  font-weight: 'bold';
  border-right: 1px solid #aaaaaa;
}
.table {
  border: 1px solid #eceeef;
}
.loader {
    display: inline-block;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
select {
      overflow-y: auto;
}

.modal-dialog{
 position: relative;
  display: table; /* This is important */
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px;
}

#blpt_logo{
  height: 28px;
  width: 140px;
  margin-top: 12px;
  display: inline-block;
}

#nav_coloring{
  background-color:##0D0C5C;
}

#nav_icon_list{
  margin-right: 5%;
  margin-left: 5%;
}

#nav_icon_font{
  font-size: 8pt;
}

#nav_icon_sizing{
  font-size: 8pt;
}

nav .container{
  min-width: 100% !important;
}

#login_skin_logo{
  display: inline-block;
  height: 64px;
  /* width: 400px; */
  padding-left: 20px;
  margin: auto;
}

#logo{
  display: inline-block;
  width: 250px;
  padding-right: 20px;
  margin: auto;
}

#login_google_logo{
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: 12px;
}

#login_sign_in{
  text-decoration: none;
  font-family: helvetica;
  font-size: 12pt;
  color: grey;
  font-weight: lighter;
}

.login_logo_container{
  margin-top: 12%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 1000px;
}

.login_logo_divider{
  display: inline-block;
  background-color: black;
  height: 80px;
  width: 1px;
}

.login_google_login{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 10px;
  /* border: 1px;
  border-width: 1px;
  border-color: #3300A6; */
  border-radius: 30px;
  width: 360px;
  height:25px;
  /* border-style: solid; */
  background-color: white;
  box-shadow: 1px 1px 3px #888888;
}

.login_google_logo_spacing{
  display: inline-block;
  padding-left: 16px;
}

.login_sign_in_spacing{
  padding-bottom:10px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: super;
}

.login_skin_logo_spacing{
  display: inline-block;
  vertical-align: super;
}

#login_header_1{
  font-family: Roboto;
  font-weight: 100;
  text-align: center;
  display: block;
  color: grey;
  font-size: 60pt;
  padding-top: 40px;
  margin: 0;
}

#login_header_2{
  font-family: Roboto;
  font-weight: 100;
  text-align: center;
  display: block;
  color: grey;
  font-size: 24pt;
  margin-top: -10px;
}