body{
    font-family: 'Open Sans', sans-serif;
}
.text-muted{
    margin-top:5px;
}
/*StatusPage Links*/
#status-links{
    margin-top: 20px;
}
#history-link{
    float:left;
    width:120px;
}
.int-panel{
    height:180px;
}
#powered{
    float:right;
    text-align:right;
    width:170px;
}
/*Calendar*/
.fc-content {
    white-space: pre-wrap !important;
}
#cal-headcontainer{
    height:100px;
    width:100%;
}
#cal-title{
    float:left;
    width:40%;
}
#cal-key{
    height:100%;
    float:right;
    width:30%;
    padding-top:25px;
}
.key {
    border-radius: 3px;
  float: right;
  width: 100px;
  height: 25px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}
.ktext{
    color:white;
    text-align:center;
    vertical-align:middle;
    width:100%;
}

.red {
  background: #d9534f;
}

.blue {
  background: #2e6da4;
}
/*Confirmation*/
.confirm-form{
    width: 30%;
    margin: 0 auto;
}
/*Dashboard Header*/
.head-buttons{
    margin-bottom:80px;
    margin-top:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    
}
.head-top{
    height:120px;
}
@media(min-width: 800px){
    .head-buttons{
        display: inherit;
        float:right;
        width:20%;
    }
}
@media(max-width: 800px){
    .head-buttons{
       margin-top:0px;
    }
}
/*DataTables Fluid**/
th.ud-head{
    width:120px;
}
.hide-small{
    visibility:hidden;
}
th.dt-center, td.dt-center { text-align: center; }
@media(min-width: 960px){
    .hide-small{
        visibility:visible;
    }
}
/**Dashboard **/
.history-title, .history-content{
    margin-left:60px;
}
.history-list-group-item{
    margin-bottom:30px;
}
#date-select{
    width:150px;
    float:right;
}

/**Design**/
.pic-cont{
    height:200px;
}

/**Dashboard **/

.dash-well{
    min-height: 90px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    width:100%;
    min-width:239px;
}

.dash-col{
    width:100%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}

@media(min-width: 900px){
    .dash-col{
        width:33.33333%;
        margin-bottom:0px;
    }
}

.dash-well .text{
    float:right;
}
.danger {
    background-color: #d9534f !important;
}
.event-badge.primary {
    background-color: #2e6da4 !important;
}
.event-badge.info {
    background-color: #5cb85c !important;
}
#5cb85c
.event-badge{
    float:left;
}

.dash-well .event-badge, .history-badge .event-badge{
    position: absolute;
    top: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}

.dash-well .value{
    display: block;
    height: 40px;
    font-size: 44px;
    line-height: 44px;
    font-style: normal;
    text-align:right;
}

.cstatus{
	width: 200px !important;
	
}
.cindicator{
	background:blue;
	border-radius: 50%;
	width: 10px;
	height: 10px; 
	/* width and height can be anything, as long as they're equal */

}
.tooltip_templates{
    display:none;
}
#cNewModal{
    z-index:999999999 !important;
}
.event-footer{
	color:#9e9e9e;
}
.ccontainer{
	margin-bottom:20px;
	position:relative;
	width: 100%;
}
.d-box{
    height:300px;
}
.btm{
    bottom: 0px;
    position: absolute;
}
.btm10{
    bottom: 40px;
    position: absolute;
}
.hide{
    display:none;
}
.ctitle{
	vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin-top: 9px;
    font-weight: 500;
    width: 40%;
    padding-right: 0px;
}
.ctitle-page{
	vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-weight: 500;
    width: 40%;
    padding-right: 0px;
}
a.panel-href{
   color: #fff;
}
.g-green{
    color:#5cb85c;
}
.g-yellow{
   color:#f0ad4e;
}
.g-blue{
   color:#337ab7;
}
.g-red{
   color:#d9534f;
}
/*Incident View - Public*/
.i-title{
	font-size: 40px;
    margin: 0 auto;
    width: 80%;
	text-align:center;
	color:black;
}
.i-status{
	font-size: 40px;
    margin: 0 auto;
    width: 80%;
	text-align:center;
	color:black;
}
.istatus{
    color: #2196f3;
}
.incident-title{
	margin-top: 40px;
}
.i-details{
	font-size: 20px;
    margin: 0 auto;
    width: 80%;
}
.schedule{
    text-align:center;
}
.incident-details{
	width:100%;
	margin-top:20px;
}
.gray{
	color:#AAAAAA;
}
/*StatusPage Status Bar*/
.Operational{
	background: #27AE60;
}
/*Header*/
@media(min-width: 750px){
    .header-text{
        float:left;
        max-width:80%;
    }
}
.header-text{
	margin-bottom:20px;
	text-align:center;
	
}

#logo-image{
	vertical-align:middle;
	max-height:100px;
	padding-bottom:5px;
}
.header-box{
	width:100%;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
	height: 150px;
}

.hb-nosubscribe{
    height:100px !important;
}

@media (max-width: 768px){
.status-page {
	width: 90% !important;
}
.header-box{
    height:200px;
}
}
.status-page{
	width:90%;
	margin: 0 auto !important;
	max-width: 850px;
	border:none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;

}
.body-status{
	background: #fff;
}
.service-dash{
	background-color: #ffffff !important;
	border-color: white !important;
	height:40px;
}
.service-dash-panel{
	border-color: white !important;
	margin-bottom:2px !important;
}
.service-dash-body{
	border-color: white !important;
}
.events-header{
	width:100%;
	height: 100px;
	margin-top: 20px;
}
.events-title{
	width: 60%;
	float:left;
}
.header-button{
	width:40%;
	float:right;
}
.event-container{
	width: 80%;
}
.subscribe-container{
	width: 100%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
.subscribe{
	text-align:center;
}
@media(min-width: 760px){
    .subscribe-container{
        width:40% !important;
        margin-bottom:0px;
        float:right;
    }
    .header-box{
        height:100px;
    }
    .subscribe{
        float:right;
    }
}
@media screen and (min-width: 250px) and (max-width: 350px){
    .page-header{
			margin: 130px 0 20px !important;
		}
}
@media(max-width: 768px){
		.page-header{
			margin: 130px 0 20px;
		}
		#login-dp .bottom{
			border-top:0 none;
		}
}	
@media(max-width: 1400px){
    	.event-container{
        	width: 100%;
        	padding: 0px 0px;
        }
}
@media(max-width: 1710px){
			.widget-text{
			font-size:25px !important;
		}
	
}
#login-dp{
    min-width: 250px;
    min-height: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
.event-title{
	font-size: 20px;
}
.container-status{
	max-width: 850px;
}

.Operational{
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.Degraded{
	color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.Maintenance{
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.Outage{
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.status2{
	float:right;
}
.status-btn{
	padding:0px 5px;
	height: 25px;
	width: 160px;
}

.use-template{
		width: 250px;	
}

.nav>li>a{
	padding: 1em 2em !important;
	
}
.well-dash{
    margin-bottom:0px;
}
.td-short{
width: 8%;	
}
.badge-large{
	font-size:24px;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
#status-statusText{
	color:white;
	font-size: 20px;
}
.status-lastUpdate{
	float:right;
	color:white;
		font-size: 17px;
}
.widget-well{
	background-color:white;
	margin-bottom: 0px !important;
}
.group-status{
	float:right;
}
.group-container{
	height:30px;
}
.panel-title{
	float:left;
}
@media(max-width: 450px){
    .panel-title{
        max-width:125px;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }
    .group-status{
        width:45%;
    }
    .toggle-click{
        overflow:hidden;
        text-overflow: ellipsis;
    }
    }

}
.timeline-badge.note{
	background-color: #2196f3 !important
}
#wrapper{
    margin-bottom:50px;
}
/*Footer*/
#footer{
	width:100%;
	height:50px;
	background-color:black;
	z-index:999;
	margin-top:50px;
}


/*Register Form*/
.reg_input{
       min-height: 35px;
    font-size: 17px;
    line-height: 20px;
    padding: 0 15px;
    width:100%;
}
.form-element{
	float: left;
    width: 90%;
}
.reg-btm{
    margin-bottom:20px;
}
.reg-sub{
    width:70%;
}
.reg-teaser{
    box-shadow: 0 20px 30px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius:10px;
    margin:50px auto;
    width:80%;
}
.reg-tag-top{
    font-size:30px;
    text-align: center;
vertical-align: middle;
}
.reg-tag-bottom{
    font-size:20px;
    text-align: center;
vertical-align: middle;
}
.reg-section{
    font-size:20px;
}
.reg-tag{
    width:90%;
    margin: 0 auto;
}
.reg-cont{
    width:100%;
}
.reg-img{
    width:201px;
    margin:0 auto;
}
.reg-btn{
    margin: 20px auto;
    width:60%;
    font-size:17px;
}
.register-title{
        display: block;
    width: 100%;
    margin-left:-30px;
}
.register-name-cont, .btn-cont{
    width:90%;
}
.reg-border{
    width:60%;
    background:#fff;
    margin: 0 auto;
}
.tag-free{
    border-bottom: 1px solid #0f76e1;
box-shadow: 0px -4px 0px #0f76e1 inset;
}
@media(max-width: 710px){
    .reg-border{
        width:90%;
        border: none;
    }.register-title{
        margin-left:0px;
        
    }
    .form-element, .reg-teaser{
        width:100%;
    }.reg-sub{
        width:100%;
    }
}
.btn-cont{
    display: flex;
  align-items: center;
  justify-content: center;
}
.register-first{
    width:44%;
    float:left;
}
.register-last{
    width:44%;
    float:right;
}
.form-top{
    height:310px;
}
.form-check{
	float: right;
    height: 34px;
}
 .right-form{
	 font-size: 25px;
 }
 .register-pad{
	 margin-bottom:10px;
 }
 .c-g{
	 color:#27d827;
 }
 .c-r{
	 color:red;
 }
 /*Login Form*/
 #login_input_username, #login_input_password, .login_input{
    min-height: 52px;
    font-size: 17px;
    line-height: 20px;
    padding: 0 15px;
    width:100%;
 }
 .log-in{
     width:100%;
     font-size: 17px;
    padding: 0 42px;
    font-weight: 600;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 18px;
    margin-right: 18px;
    border: 0 none;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    height: 48px;
    line-height: 49px;
 }
.lbl-login{
    color: #484848;
    font-weight: 600;
    display: block;
    max-width: 635px;
    padding-bottom: .8em;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
        font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}
/*Update History*/
.editable-div{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:5px;
}
/*Welcome Page*/
#welcome-wrap{
    width:100%;
}
#welcome-content{
    width:40%;
    float:left;
}
#welcome-image{
    width:50%;
    float:right;
}
#welcome-image>img{
    width:100%;
}
#welcome-text{
    font-size:24px;
}
#welcome-wrap>ul>li, #welcome-wrap>ul>ul>li{
    font-size:24px;
}

/*Spinner*/
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 23px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #337ab7;
  width: 12px;
  height: 34px;
  border-radius: 20%;
  -webkit-transform-origin: 6px 77px;
  transform-origin: 6px 77px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.load-center{
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loader{
margin: -25px 0 25px;
flex: 1 1 180px;
transform: scale(0.4);
}

/*Change Log*/
.changelog {
    padding-left: 0;
    list-style: none;
    margin-left: 24px;
    margin-right: 24px;
}
.changelog>li {
    display: block;
    position: relative;
    padding-left: 96px;
    margin-bottom: 18px;
}
.changelog .ch-added:before {
    content: "Added";
    background-color: #4CAF50;
}
.changelog .ch-fixed:before {
    content: "Fixed";
    background-color: #FF9800;
}
.changelog .ch-updated:before {
    content: "Updated";
    background-color: #29B6F6;
}
.changelog>li:before {
    content: "";
    display: inline-block;
    width: 70px;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    position: absolute;
    left: 0;
    top: 2px;
}
.release-date {
    margin-left: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #d5d5d5;
}
.release-date:before {
    content: "\f133";
    font-family: FontAwesome;
    margin-right: 8px;
}
#change-content>section {
    padding-bottom: 50px;
}

/*Postmortem*/
.mortem-service{
    width:100%;
    height:32px;
    margin-top:20px;
}
.mortem-name{
    float:left;
    max-width:40%;
    margin-right:40px;
    height:34px;
    display:inline-block;
    line-height:35px;
}
.mortem-downtime{
    float:left;
    max-width:40%;
    width:100px;
}