@font-face {
font-family: 'Museo300-Regular';
font-style: normal;
font-weight: 300;
src: url('public/css/fonts/Museo300-Regular.eot');
src: local('Museo300-Regular'), url('public/css/fonts/Museo300-Regular.otf') format('woff');
}
@font-face {
font-family: 'Museo700-Regular';
font-style: normal;
font-weight: 700;
src: url('public/css/fonts/Museo700-Regular.eot');
src: local('Museo700-Regular'), url('public/css/fonts/Museo700-Regular.otf') format('woff');
}
body {
    background-color: #fefefe;
/*    font-family: 'Oxygen', sans-serif;*/
    font-weight: 300;

}
.navbar-brand {
    /*	float: left;*/
    font-size: 14px;
    height: 0;
}
.brand-complex{
    line-height: 14px;
    margin-left: 0px !important;
    margin-top: 11px;
    padding: 0;
}
.list-group-item-header{
    background-color: #334;
    color: #fff;
}
.list-group-item-subtitle{
    background-color: #eee;
    font-weight: bolder;
}
hr{
    border: 1px solid #334;
    margin: 0 4%;
    padding: 0 5px;
}
.yellow-star{
    color: #f4e044;
    text-shadow: 0 0 2px #eee;
}
.text-elipsiss{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-open{
    padding-right: 0 !important;
}
.nicescroll-cursors{
    text-align: left;
}
.bg-restrictedaccess{
    background-color: rgb(255, 253, 247);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(255, 253, 249);
}
.bg-white{
    background-color: #fff;
    padding: 0 !important;
}
.text-white{
    color: #B08818;
}
.multiselect-container > li > a > label, .multiselect-container > li.multiselect-group label{
    font-size: 90%;
}
.table-fixed tbody {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td{
    height: 50px;
}
.table-fixed tbody td, .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}
.badge.up{
    position: relative;
    top: -12px;
    padding: 3px 6px;
    margin-left: -13px;
    font-size: 9px;
}
.badge.green{
    background-color: #48da8b;
}
.fa-white{
    color: #fefefe;
    cursor: pointer;
}
.fa-white:hover{
    color: #fff;
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}
.list-group-item-small{
    padding: 5px 10px;
    border: 1px dotted #ddd;
}
.alert-small {
    padding: 10px;
    font-size: 90%;
}

#usrnm  {
    margin-bottom: 0px;
}