.outer {
	margin-top: 40px;
	width: 800px;
	padding: 20px;
	border: 1px solid lightgray;
	border-radius: 10px;
	background-color: white;
}
.waf_header {
	margin-bottom: 50px;
}
.form-select {
	margin-bottom: 20px !important;
}
.cache_text {
	margin-top: 2px;
}
body {
	background-color: #133F8A;
}
#current_ip {
	background-color: #EEEEEE;
}
#loading {
	display: none;
}

#select_by_area {
	display: none;
}
#this_thing_area {
	display: none;
}
#item_list_area {
	display: none;
}
#submit_area {
	display: none;
}

/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/** MODAL STYLING **/

.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt {
  p {
    font-size: 13px;
    color: #666;
    small {
      font-size: 11.5px;
      color: #999;
    }
  }
}

#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif !important;
  p.subtle {
    color: #555;
    font-style: italic;
    font-family: 'Roboto', sans-serif !important;
  }
  h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif !important;
  }
  p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
    b {
      text-transform: uppercase;
      text-decoration: underline;
    }
  }
}

#ctk_banner {
	width: 460px;
	padding: 10px;
}
#cl_logo {
	padding-bottom: 10px;
}
h4 {
	font-size: 1.2rem;
	//color: DarkRed;
	padding-bottom: 10px;
}
hr {
	margin: 0 auto;
	padding-bottom: 15px;
	
}
