body {
    padding-top: 50px;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

#example_length {
    float: left;
}

.glyphicon-remove-sign {
    color: #ED5629;
}

.glyphicon-ok-sign {
    color: #74B744;
}

.deliveredps {
    width: 30px;
}

table thead tr th {
    text-align: center;
}

.navbar-inverse {
    background-color: #3f9dd3;
    border-color: #3f9dd3;
    color: white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2e6da4;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #2e6da4;
}

.data_short_des {
    height: 20px !important;
    overflow: hidden;
}

.glyphicon {
    font-size: 18px;
}

.glyphicon-asterisk {
    top: 5px;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 5px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    /*font-size: 0.8em;*/
    top: 6px;
    padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

.fa {
    font-size: 18px !important;
}

.menuIcon {
    font-size: 14px !important;
}

.fa-check-circle {
    color: #32CD32;
}

.fa-times-circle {
    color: #FF0000;
}

.fa-eur {
    font-size: 14px !important;
    font-weight: lighter !important;
}



.classOutArticle *{
	text-decoration: line-through !important;
}