.wafmain{
  margin:0;
  /*margin-top: 2em;*/
  padding:0;
  font-family: 'Lato';
  font-size: 0.895em;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v5/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#waf_sidebar{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: 1px solid #ccc;
  min-height: 750px;
  background-color:#333;
  /*box-shadow: 1px 0px 1px #ccc;*/
}
.green-box{
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
}

.red-box{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}

#sidebar_list{
  padding-left: 0;
}

#sidebar_list li{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#sidebar_list li a{
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  padding: 7px 0 7px 20px;
}

#sidebar_list li a:hover{
  text-decoration: none;
  background: rgba(0,0,0,0.1);
  font-weight: bold;
  border-right: 3px solid rgba(241, 196, 15,1.0)
}

#sidebar_list li a:focus{
  text-decoration: none;
  background: rgba(0,0,0,0.1);
  font-weight: bold;
  border-right: 3px solid rgba(241, 196, 15,1.0)
}

.akcelia_apps{
  height: 200px;
/*  position:relative;*/
  text-align: center;
  padding-left:100px;
}

.akcelia_apps a{
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.akcelia_apps_cover{
  text-align: center;
  position: absolute;
  z-index: 1;
  background: rgba(255,255,255,0.0);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.akcelia_apps_cover button{
  margin-top: 50px;
  background: rgba(255,255,255,0.0);
  color: white;
  border: 2px solid white;
  border-radius: 1px;
  visibility: hidden;

}

.akcelia_apps_cover p{
  color: white;
  visibility: hidden;
}

.akcelia_apps_cover:hover{
  cursor: default;
  visibility: visible;
  text-align: center;
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.6);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.akcelia_apps_hover{
  cursor: default;
  visibility: visible;
  text-align: center;
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,0.6);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.akcelia_apps_cover:hover button{
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.akcelia_apps_cover:hover p{
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.akcelia_app_name h5{
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 3px;
  color: white;
  width: 8em;
  height: 1.5em;
  background: rgba(52, 152, 219,0.5);
  border-radius: 3px;
  text-align: center;
}

.view_header{
  list-style-type: none;
}

.view_header li{
  float: left;
  margin: 20px 0 0 20px;
  padding: 0px;
}

.view_header li a:link, .view_header li a:visited {
  /*background-color: rgba(52, 152, 219,1.0);*/
  /*background-color:#1c3267;*/
  color: white;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
}

.view_header li a:hover, .view_header li a:active {
  /*background-color: rgba(41, 128, 185,1.0);*/
}

.view_title{
  font-variant: small-caps;
  font-weight: bolder;
  font-size: 1.8em;
  text-align: left;
  padding-left: 2.6em;
  color: rgba(52, 152, 219,1.0);
}

.view_subtitle{
  font-variant: small-caps;
  font-weight: bolder;
  font-size: 1.2em;
  text-align: left;
  color: rgba(52, 152, 219,1.0);
}

.small_view_title{
  font-variant: small-caps;
  font-weight: bolder;
  font-size: 1.4em;
  text-align: left;
  color: rgba(52, 152, 219,1.0);
}

.smallest_view_title{
  font-variant: small-caps;
  font-weight: bolder;
  font-size: 1.0em;
  text-align: left;
  color: rgba(52, 152, 219,1.0);
}
.clear{
  clear: both;
  padding: 0px;
  margin: 0px;
}

#view_submenu{
  border-top: 1px solid #ddd;
  padding-top: 5px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 2px 5px #ccc;
  padding-bottom: 5px;
  margin-left: 2px;
}

.no_items{
  text-align: center;
  margin-top: 150px;
}

.tiny-card{
  margin: 5px 0px;
  height: 45px;
  padding-top: 20px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
}

.small-card{
  margin: 0;
  height: 150px;
  padding-top: 20px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
}

.card{
  margin: 0px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
  padding: 25px 20px 0px 20px;
}

#rulesummary tr td:nth-child(1){
  padding-right: 200px;
}

.editrule{
  float: right;
}

.selections{
  display: inline-block;
  margin: 2px; padding: 5px 10px;
  background: #71B3F5;
  border-radius: 2px
}

.medium-card{
  margin: 0;
  height: 500px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
  padding-top: 20px;
}

.half_medium-card{
  margin: 0;
  height: 195px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
  padding-top: 20px;
  margin-bottom: 10px;
}

.quarter_medium-card{
  margin: 0;
  height: 60px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
  padding-top: 15px;
}

.large-card{
  margin: 0;
  height: 600px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #bbb;
  padding-top: 20px;
}
.waf_table{
  font-size: 0.9em;
}

.waf_table tbody tr:hover{
  background: #eee;
  box-shadow: 2px 2px 5px #777;
}

.chart_title{
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.graph_title{

}

.led-red {
  margin: 10px auto;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  box-shadow: #000 0 -1px 7px 1px, inset #600 0 -1px 9px, #F00 0 2px 12px;
}

.led-yellow {
  margin: 10px auto;
  width: 12px;
  height: 12px;
  background-color: #A90;
  border-radius: 50%;
  box-shadow: #000 0 -1px 7px 1px, inset #660 0 -1px 9px, #DD0 0 2px 12px;
}

.led-green {
  margin: 10px auto;
  width: 12px;
  height: 12px;
  background-color: greenyellow;
  border-radius: 50%;
  box-shadow: #000 0 -1px 7px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;
}

.led-blue {
  margin: 10px auto;
  width: 12px;
  height: 12px;
  background-color: #19a8fe;
  border-radius: 50%;
  box-shadow: #000 0 -1px 7px 1px, inset #006 0 -1px 9px, #06F 0 2px 14px;
}

.help{
   color: rgba(52, 152, 219,1.0);
}

.form{
  background: white;
  padding-top: 30px;
  text-align: center;
}

.table-form{
  text-align: right;
}

.table-form tr td:nth-child(2){
  text-align: left;
}

input[type='text'], input[type='file'], select, textarea{
  border-radius: 0px ! important;
}

button, a[role='button']{
  border-radius: 7px ! important;
}

.ruleitemparts{
  height: 100px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0px;
  overflow-y: scroll;
}

fieldset{
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px #bbb;
}

.selectedRI{
  background-color: white;
  box-shadow: 4px 4px 5px #888888;
}

.clear-border-radius-0{
  border-radius: 0px;
}

.clear-border-radius-1{
  border-radius: 1px;
}

.clear-border-radius-2{
  border-radius: 2px;
}

.clear-margin-0{
  margin: 0px;
}

.clear-padding-0{
  padding: 0px;
}

.list-panel-body{
  height: 300px;
  overflow-y: scroll;
}

.list-body{
  height: 270px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#domainrulesetmodallist{
  list-style-type: none;
}

#domainrulesetmodallist li{
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px;
  padding-left: 20px;
}

#domainrulesetmodallist li:hover{
  box-shadow: 2px 2px 5px #999;
  font-weight: bolder;
  color: rgba(52, 152, 219,1.0);
}

.selectedRuleset{
  box-shadow: 2px 2px 2px #999;
  font-weight: bolder;
  color: rgba(52, 152, 219,1.0);
}

#unapplied{
  position: fixed;
  right: 10px; top: 80px;
  padding: 10px;
  border-radius: 2px;
  color: white;
  background: rgba(0,0,0,0.7);
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
  z-index: 10;
}

.timeseriesstats tr td:nth-child(2){
  padding-left: 20px;
  padding-bottom: 5px;
  text-align: right;
}

.tablenumber{
  background: #ddd;
  padding: 2px 10px; margin-right: 10px;
  border: 2px solid white;
}

.truncate{
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-wrap{
  table-layout: fixed;
}

.data-wrap{
  word-wrap: break-word;
}

.label{
  line-height: 22px;
  font-size: 0.9em;
}

.form-control-width{
  width: calc(25%);
}

.form-control-inline{
  display: inline;
}

.form-control-textarea-width{
  width: calc(30%)
}

.form-control{
  margin-bottom: 2px;
}

.light-border{
  border: 0px solid #eee;
}

.light-border-bottom{
  border-bottom: 0px solid #eee;
}

.heavy-border-bottom{
  border-bottom: 3px solid #ddd;
  margin-top: 20px;
}

.card-bottom-margin{
  margin-bottom: 20px;
}

#loadercontainer{
  padding-top: 30em;
  position: fixed;
  top: 0; left: 0;
  background: rgba(240, 240, 240, 0.2);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

#loader {
  margin: 0 auto;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.0s linear infinite;
  animation: spin 1.0s 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); }
}

.list-style{
	padding-top: 1em; 
	padding-bottom: 3em; 
	border: 1px solid #eee;
	border-radius: 3px; 
	margin-bottom: 1em;
	box-shadow: 2px 2px 5px #888;
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
