#LoadingImage{ position: absolute; top: 20%; left: 50%; display: none; z-index: 99999}
.login-panel {margin-top: 25%;}
.alert>span.glyphicon{float:left;}
.mainAdmin{margin-top: 60px;}
.mainAdmin h1{font-size:25px;}
.topSpacer, .noResult{margin-top: 20px;}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-right:25px; } 

.sorted_table tr.placeholder, ol.simple_with_animation li.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
/* line 100, application.css.sass */
.sorted_table tr.placeholder:before, ol.simple_with_animation li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; 
}

.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000; }

.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions:after {
    clear: both;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}

.form-actions {
    padding: 5px 20px;
}
.form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 5px 5px;
}

.spacer{
    margin-top: 10px;
    margin-bottom: 50px;
}

#tabContent, .tab-content {    
    border-image: none;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom:  1px solid #ddd;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 20px 10px;
}

.panel-heading a {
    color: #fff;
    float: right;
}
.panel-heading a.search{
    float: none;
    color:#428bca
}

.full-screen {
    width: 70%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 15%;
}

#tabContent .page-header {
    margin-top: 0;
}


ol.simple_with_animation {
    list-style-type: none;
    border: 1px solid #999999;
}
ol.vertical {
    margin: 0 0 9px;
    min-height: 10px;
}

span.required {
    color: #b94a48;
}

 input:required:invalid, input:focus:invalid,  select:required:invalid, select:focus:invalid {
    border:solid 1px #b94a48;
}


.present{color:green;}
.absent{color:red;}