body{
	font-family: 'Roboto', sans-serif;	
	background-color: #ffffff;	
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:1202px;
}

#publisher-inner{
	color:#fff;
}

.login-container{
	position: relative; 
	/*height:500px;*/
	height:100vh;
	
}
#subscription-status{
	display: none;
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
#publishing-status{
	display: none;
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
.spinner-img{
	width: 150px;        
    top: 25%;
    left: 25%;
    position: relative;	
}

.login-box{
	min-width:400px;
	margin: 0 auto; 
	position: absolute; 
	top: 30%; 
	left: 50vw; 
	transform: translateX(-50%);
}

select, textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
  }

  input[type=text], [type=number]{
	width: 80%;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
  }

  input[type=number]{
	width: 50%;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
  }

.select-label{
	display: inline-block;
	padding: 2px;
	resize: vertical;
}

.fieldlist-label{
	font-size: small;
	text-align: right;
	float: right;
	padding: 2px;
	padding-right: 1em;
	resize: vertical;
	
}

.fieldlist-col25{
	float:left;
	width:35%;
	margin-top: 0.5em;
}
.fieldlist-col75{
	float:left;
	width:65%;
	margin-top: 0.5em;
}

.fieldlist-row:after{
	content: "";
	display: table;
	clear: both;
}

.top-logo{
	border-radius: 0.5em;
	border: 2px solid #384C7C;
	padding-left:1em;
	background: #7199a5;
	margin-bottom:0.5em;
}
.logo-text{
	color:#fefefe; 
	text-transform: uppercase; 
	font-size:20px; 
	padding-left:0.5em; 
	padding-right:1em;
}
.event-selections{
	border-radius: 0.5em;
	border: 2px solid #30487B;
	padding:1em;
	background: #6B7FAF;
	margin-bottom:0.5em;
}
#eventListContainer{
	overflow: hidden;
	border-radius: 0.5em;
	border: 2px solid #CC6713;
	background-color:#FF9A46;
	padding:1em;
	margin-bottom:0.5em;
	position: relative;
}
#eventListDiv{
	color:#fff;
	
}
#publisher{
	border-radius: 0.5em;
	border: 2px solid #B42515;
	background-color: #E75848;
	padding:1em;
	position: relative;
}
.panel-heading{
	color:#676766 !important;
	font-size:16px;
	/*height:62px;*/
	padding:1em !important;
	line-height:1em;

	border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;	

	background: #ffffff;
}
.rte{
	border-left: 1em solid #30487B;
}
.mobile-security{
	border-left: 1em solid #FF9A46;
}

.cdc{
	border-left: 1em solid #E75848;
}

.pe{
	border-left: 1em solid #6B7FAF;
}

.logout_button{
	background: #88293D;
	border: 1px solid #55000A;
	border-radius: 5px;;
	min-width: 5em;
}

.panel-primary{
	margin-left:1em;
	max-width:95%;
	/*border:1px solid white;*/
}
.panel-body{
	/*font-size:22px;*/
	font-weight:normal;
	padding:30px; 
	line-height:30px;
	padding-bottom: 0;
    background: #fbfbfb;
    border: 1px solid #aaaaaa;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.panel-table-label{
	font-weight:500;
	width:140px;
	line-height:34px;
}
.btn-info{
	/* background:rgb(108,205,240); */
	background:rgb(253,218,0);
	border-color:rgb(253,218,0);
	color: rgb(60,61,55);
	height:62px;
	width:208px;
	font-size:22px;
	font-weight:400;
	/*margin-left:15px;*/
}


.status-bar{
	height:20px;
	width:100%;
	background:rgb(57,57,57);
}

.evt-type{
	cursor: pointer;
	display: block;
}

.selected{
	font-weight: bolder;
	text-decoration: underline;
}

.selected:after{
	content: "\2713";
}

.animateIn{
	animation-iteration-count: 1;
	animation: splash 0.6s normal forwards ease-in-out;
	
}
.indent{
	margin-left:4em;
}

.event-counter-circle-container{
	float:left;
	width: 150px;
	height: 150px;
	margin: 10px;
	padding: 10px;
}

.event-inner{
	width:100px;
	margin-left:auto;
	margin-right:auto;
}

.circle-label{
	text-align: center;
	color: #676767;
	font-size: smaller;
}

@keyframes splash {
    from {
    	height:0; 
        transform: translateX(100%);
    }
    to {
    	height:100%;
        transform: translateX(0%);
    }
}

[class*="col-"] {
    margin-bottom: 15px;
}

.panel-body {
	padding-bottom: 0;
}

.event-title{
	font-size: 24px;
	padding-bottom:6px;
}

.event-subtitle{
	font-size: 12px;
}

.property-title{
	margin-left:2em;
	color: #205099;
	font-weight: bolder;
}

.property-value{
	color: #666;
	font-weight: normal;
}

.policy-ok{
	margin-left:4em;
	color: #509950;
}

.policy-bad{
	margin-left:4em;
	color: #995050;
}

.updown-arrow{
	font-size: larger;
	font-weight: bolder;
	cursor: pointer;
	padding-left:1em;
}

.logout-callout{
	float: right; 
	padding-right: 3em;
}

.break{
	clear: both;
}
.ChangeEventHeader-title{
	margin-left:4em;
	color: #509920;
	font-weight: bolder;
}

.ChangeEventHeader-value{
	color: #666;
	font-weight: normal;
}
.ChangeEventHeader-curly{
	margin-left:2em;
	color: #666;
	font-weight: normal;
}

#main{
	background: #fff;
	/*width: 100%;*/
	padding: 1em;
	/*padding-left:0;*/
	margin: 0;
	overflow: auto;
}

#leftside{
	margin: 0;
	float:left;
	width: 30%;
	/*background: #515A6A;*/
	color:#fefefe;
	/*padding-left:1em;*/
	min-height: 1000px;
	/*min-width:518px;*/
}

#rightside{
	margin:0;
	float:right;
	width: 65%;
	background: #fff;	
}

button{
	background: #88293D;
	color: #ffffff;
	border: 1px solid #55000A;
	border-radius:5px;
	padding: 0.5em;
	cursor:pointer;
}
fieldset{
	max-width: 50em;
}
input{
	border: 1px solid #999999;
	border-color: #999999;
	border-radius: 5px;
	padding: 0.5em;
	color: #555555;
	max-width:96%;
}
select{
		border: 1px solid #999999;
		border-color: #999999;
		border-radius: 5px;
		padding: 0.5em;
		color: #555555;
		padding-right:1em;
		max-width: 66%;
	}
.form-label{
	display: inline-block;
	height: 2em;

}

.form-label.hide{
	display: none;
}

.form-label.show{
	display: inline-block;
}

.form-field.hide{
	display: none;
}

.form-field.show{
	display: inline-block;
}
.available{
	margin-top: 2em;
}
#available-events-list ul{
	list-style: none;
	margin:0;
	padding:0;
}

#available-events-list li{
	width:20em;
}

#content{
	overflow-y:scroll;
	min-height: 400px;
}
