body {
  padding-top: 80px;
}
h1 {
  margin-bottom: 1em;
}

.modal-body{min-height:150px;}

hr.clear{
  clear: both;
  border: none;
  height: 0;
}

.panel-heading{
  font-weight: bold;
  font-size: 1.2em;
}
.badge.latest{
  background: #dff0d8;
  color: #468847;
}
.badge.unpatched{
  background: #f2dede;
  color: #b94a48;
}
.panel .pager{
  margin: 1em 1em;
  padding: 0;
  background: none;
}
.pager .description{
  line-height: 2em;
}

th.constrain-width{
  width: 0%;
}
a.amazon{
  background:url(../images/amazon.ico) no-repeat;
  padding-left: 25px;
}
a.zunicore{
  background:url(../images/zunicore.ico) no-repeat;
  padding-left: 25px;
}    

.table-bar input.all{
position: relative;
top: .2em;
margin-right: .5em
}

table.schools tr td:last-child div.btn-group{
width:106px;
}

.inline{
width: auto;
display: inline;
}

.ng-invalid.accessed{border-color: #ff0000;}
.required{color: #ff0000;}


.form-horizontal input[type=text], .form-horizontal select{width:70% !important;}
.form-horizontal .input-group{width:70% !important;}
.form-horizontal .input-group input[type=text]{width:100% !important;}

/* Content panel for each page, hidden during Ajax load */
.content-panel {}

/* The ajax-operation-in-progress graphic */
.ajax-loader {
  display: none;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
}


.inline{width:auto !important;display :inline;}

span.filter{float:left; margin-right:10px;}


.btn-group.dropdown{float:left;}

.good{color:#5cb85c;}
.bad{color:#d9534f;}

/*
.btn-group.dropdown>a{margin-right:30px;}
.btn-group.dropdown>button{margin-left:-30px !important;}
*/


.filters input{display:inline;}
.filters .dropdown-menu{padding:1em; min-width:180px;}
.filters select{width:100% !important;}

.filters .filter span{cursor: pointer;}


.btn .badge{background: #fff; color: #333; margin-right: 0.5em;}


select.perPage{display:inline;width:auto;}


th a.orderUp{
  margin-right: 0;
}
.orderUp:after{
font-family: 'Glyphicons Halflings';
content: " \e114";
}

th a.orderDown{
  margin-right: 0;
}
.orderDown:after{
 font-family: 'Glyphicons Halflings';
content: " \e113";
}

th a{white-space: nowrap;margin-right: 65px;}

.sortable-placeholder{background: #FCFCFC;height:400px;}

.not-deployed {
  background: red;
}


.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.loginbox {
  width: 30%;
}

/***********Support***************/

dd, dt{margin-bottom: 1em; border-top: 1px solid #e3e3e3; padding-top: 1em;}



.test{display: none;}

.internal{background: #F0F6FA;}

#input_comment{height:40px;}

button.close { 
  top: 0;
  right: 0;
}


body {
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

/****************************************************
/******** Signup form
****************************************************/


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/****************************************************
/******** Filters
****************************************************/

@media(max-width:767px){
  .panel-heading .filters{margin-top: 1em;}
  }

/* These are for the system log list page
to colourise the listing by status */
.msm-status .debug { color: #c0c0c0; }
.msm-status .error { color: red; font-weight: bold; }
/*.msm-status .info { color: green; }*/


/****************************************************
/******** Tickets
****************************************************/

#new_comment {
position: fixed;
bottom: 0;
right: 0;
z-index: 10000;
width: 300px;
background:#222;
padding:30px;
}

.comments #attachments, .comments .buttons{display: none;}

#new_comment.closed .form-group{margin:0;}

img.paperclip {
  width: 12px;
  margin: 2px;
}