/* Standard */
body {
    padding-top: 50px;
}

h1 {
    margin-bottom:10px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.show-grid [class *="span"] {
    background: #EEE;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 30px;
    line-height: 30px;
}

.container-fluid {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

    .container-fluid .row,
    .container-fluid footer {
        margin-right: 0;
        margin-left: 0;
    }

    .container-fluid footer {
        padding-left: 15px;
        padding-right: 15px;
    }


/* Login */
/*.jumbotron h1 {
    margin-bottom: 25px;
}

.jumbotron .alert p,
.jumbotron .alert ul {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

    .jumbotron .alert ul {
        padding-left:20px;
    }

#loginForm .inputCheckbox {
    height:40px;
    line-height: 40px;
    vertical-align: middle;
}*/


/*
 * Form
 */
.help-block {
    color:#666;
    font-style:italic;
}

.alert-danger .help-inline,
.alert-danger .help-inline,
.alert-danger .alert-heading .help-inline,
.alert-danger .alert-heading .help-inline {
    color: #B94A48 !important;
}

.sortable.sorted.sortedAsc:after,
.sortable.sorted.sortedDesc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    padding-left:5px;
}

.sortable.sorted.sortedAsc:after {
    /*content: "\e113";*/
    content: "\e133";
}

.sortable.sorted.sortedDesc:after {
    /*content: "\e114";*/
    content: "\e134";
}

/* Filter */
.alert-message.error ul {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.alert-danger ul li {
    color: #B94A48;
    line-height: normal;
}

.alert-danger a {
    color:#B94A48;
    text-decoration:underline;
}

#debugnotify {
    text-align: center;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    font-size: 11px;
    font-family: Monaco, "Courier New", "Courier", monospace;
    font-style: italic;
    color: red;
}

.uneditable-input {
    color: #666;
}


footer {
    color: #999;
    border-top: 1px solid #EEEEEE;
    margin-top: 17px;
    padding-top: 17px;
}

.footer {
    color:#FFF;
}


/*
    Messages stack
*/

#messaging {
    position: fixed;
    right: 50%;
    left: 50%;
    top: 35%;
    bottom: 50%;
    z-index: 1010;
}

#messaging .formMessage {
    width: 320px;
    position: relative;
    right: 120px;
    bottom: 46px;
    font-size: 11px;
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    z-index: 1002;
    text-align: center;
}

/* Labels */
.label-approved {
  background-color: #773bbb;
}
.label-approved:hover {
  background-color: #6a35a7;
}
.label-waiting {
    background-color: #773bbb;
}
.label-waiting:hover {
    background-color: #6a35a7;
}
.label-production {
    background-color: #990033;
}
.label-production:hover {
    background-color: #990033;
}

/* Thumbnail */
.fancybox.thumbnail.loading {
    background-image:url('../img/ajax-loader.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 40px;
}

.thumb {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
