.layout-boxed {
    background-image: url('/img/background.jpg');
}
.pagination-sm-info{
    padding: 5px 10px;
}

.form-control label{
    margin-left: 5px;
    margin-right:1em;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

table tr.alt-row td{
    background-color: #f9f9f9
}

table tr.rejected td{
    color: #dd4b39;
    background-color: #eFe8e8;
}

table tr.rejected-alt td{
    color: #dd4b39;
    background-color: #fcf5f7;
}

.status-warning{
    color: orange;
}

.status-rejected{
    color: red;
}

.status-approved{
    color: darkgreen;
}

.main-sidebar{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.main-header{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}


.alert-fixed {
    position:fixed;
    top: 1em;
    left: 50%;
    width: 50%;
    margin-left: -25.5%;
    z-index:9999;
    border-radius:0px;

}
.form-group.has-error ul li{
    color: red;
}
.dropdown-flags{
    right: auto !important;
    min-width:120px;
}
