/* Copied from SPU Template */
body { color: #333333; font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif; font-size: 78%;background: #f5f4f2 url('../images/bg_body.png') repeat-x left top; }
a, a:link, a:visited { color: #770000; text-decoration: none; border:0}
img {border:0}
input[type="text"], input[type="password"], input[type="email"], input[type="number"] { height: 20px; padding: 2px; border: 1px solid #C8C8C8; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; width: 300px;}

/* Page Layout */
#main {width: 428px; margin: 40px auto;border: 1px solid #D8DAD4; background: #ffffff; padding:40px;box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.49)
}
#main #tab {position:relative;float:right;top:-40px}
#main  h1 {font-size: 2.051em;margin-bottom:28px;margin-top:0px;line-height:1em}
#main .button {padding: 0;border: 0px solid #FFFFFF;font-size: 0px;height:36px;width:122px;color:transparent;cursor:pointer}
#main #form_content {margin-bottom:12px; margin-right: 92px;word-wrap:break-word}
#main #form_buttons {margin-top:28px;}


/* Form: Inputs */
#main label {font-size: 1em; font-weight: bold;}
#main label {display:block;margin-bottom:10px;}
#main #form_username {margin-bottom:28px}
#main #help {float:right;margin-left:100px;bottom:27px;color: #770000; font-size: .866em;}
#main #learn_more {float:left;padding-right:3px;}

/* Message Box / Errors */
#main .errors {padding:20px; margin-bottom:35px;}
.errors {border:1px dotted #D21033;background: #FED;color: #D21033;line-height: 1.5em}
#msg {padding: 20px; margin-bottom:35px;}
#main input.error {background: #FED}

/* Logout box */
#logout_hide {display: none;}

/* downtimes */
.downtime_box  {
	width: 498px;
	margin-left: -40px;
	padding-left: 10px;
}

.downtime_box div {	
	background-repeat: no-repeat !important;
	background-position: 97% 7px !important;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.49);
	margin-bottom: 20px;
}

.downtime_box  div.details {	
	box-shadow: none;
	display:none;
	margin-left: 45px;
	width: 350px;
	margin-top: -10px;
	padding-bottom: 10px;
}

.downtime_box div.summary {
	box-shadow: none;
	padding: 3px;
}

.downtime_box  .summary  span.link:hover {	
	text-decoration: underline;
}

.downtime_box_downnow{
	background-color: #FBE3E4 !important;
}

.downtime_box_upcoming{
	background-color: #FFF6BF !important;
}

.downtime_box_recurring{
	background-color: #F8F8F8 !important;
	margin: 40px auto;
	width: 508px;
	color: #858585;
}

.appImage {
	width: 46px;
	float:left;
	margin:-5px 10px 10px -5px;
}

.downtime_box div p {
	clear:left
}


/* Mobile responsiveness */
@media only screen and (max-width:1020px) {
    /* Page Layout */
#main {margin:0;width: auto;padding:20px;}
form h1 {font-size: 1.2em;line-height:5em;margin-right: 72px;}
#main #form_content {margin-right: 72px;}
#main #tab {top: -20px;}

/* Form: Inputs */
input[type="text"], input[type="password"], input[type="email"], input[type="number"] {width:100%}
#main #learn_more {padding-right:10px;}
#main #help {margin-left:18px;}


/* downtimes */
.downtime_box  {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
}

.downtime_box div {
        width:auto;
        margin: 0;
}

.downtime_box  div.summary, .downtime_box  div.details{
        width:auto;
        margin: 40px;
}

.downtime_box_recurring{
        width:auto;
}

.appImage {
        width: 30px;
        float:left;
        margin:5px 5px 0px 5px;
}
}

.base-wrapper{
border: none;
}

.btn, #messages-view button.btn,
.row-label .auth-button,
.row-label button,
.device-bar .auth-button,
button.positive,
.help-sidebar .btn-support:hover,
.help-sidebar .btn-support.overlay-active:focus{
padding: 1rem 1.2rem;
margin: 1em;
border: none;
border-radius: 0.2em;
outline: none;
font-size: 14px;
color: #fff;
text-decoration: none;
background-color: #592B2F;
transition: all .2s;
}

.btn:hover, #messages-view button:hover,
.row-label .auth-button:hover,
.row-label button:hover,
.device-bar .auth-button:hover,
button.positive:hover{
background-color: #872937;
}

.help-sidebar .btn-support{
border: 1px solid #592B2F;
color: #592B2F;
}

.help-overlay{
background-color: #3B1C1F;
}

input:focus, textarea:focus{
border-color: #C9B17F;
box-shadow: 0 0 5px 0 rgba(201, 177, 127, 0.5);
}

#messages-view .message.info{
background-color: #f2f2ef;
color: #3B1C1F;
}

#messages-view i{
color: #3B1C1F;
}


