/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2-aug-2015, 11:59:48
    Author     : anne
*/

.glyphicon-large-green {
    color: green;
     font-size: 30px;
    
}

.glyphicon-large-red {
    color:red;
     font-size: 30px;
}

.btn-xl
{
    font-size: 30px;
    width: 150;

}

.license {
    margin-top: 10px;
    font-size: 12px;
    
}

#serialData 
{
    color:black;
}


table .details
{
    font-size: 13px;
    width:80%;
    float:right;
}

.expandRow
{

    background-color: white;
}
.order-info{
    padding:5px;
    
}
.location
{
    padding:0px 8px;
    font-style: normal;
    font-weight: bold;
    color:black;
    background-color:yellow;
    border: 2px solid gray;
    margin-right:6px;
    border-radius: 6px;
}

.location-bulk
{
    padding:0px 8px;
    font-style: normal;
    font-weight: bold;
    color:black;
    background-color:yellowgreen;
    border: 2px solid gray;
    margin-right:6px;
    border-radius: 6px;
}

.form-horizontal .control-label{
    text-align: left;
}

.form-horizontal .form-group button{
    margin-left: 15px;
}

.jumbotron{
    background-color: #ee3032;
    color:white;
    text-align: left;
    padding:14px;
    text-shadow:  0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)

}


/*Style rechten knoppen*/
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #000055;
}



.instruction{
    color:white;
    background-color: green;
    font-style: italic;
    padding: 6px 6px;
    border-radius: 6px;
}
#app
{
    min-height: 100%;
    margin: 0 auto -60px;
    height: auto;
}

#googlechart_gauge
{
    margin-top: 60px;
}

.location
{
    padding:0px 8px;
    font-style: normal;
    font-weight: bold;
    color:black;
    background-color:yellow;
    border: 2px solid gray;
    margin-right:6px;
    border-radius: 6px;
}

.article-info{
    color:blue;
}

.lot-info{
    padding:0px 8px;
    font-style: normal;
    font-weight: bold;
    color:darkmagenta;
    background-color:lightgoldenrodyellow;
    border: 2px solid gray;
    margin-right:6px;
    border-radius: 6px;
}

/*171208gkn bijgemaakt om stock aantal goed te laten opvallen  180227gkn overgenomen uit mobile.xss */
.stock-info  
{
    color: white;
    background: darkmagenta;
    border-radius: 6px;
    padding: 4px 6px 4px;    
}

.navbar-title
{
    color:white;
    font-size: 30px;
    top:-10px;
    position: relative;


}
.navbar-brand
{
    /*width:88%;*/
}

.navbar-info
{
    padding: 4px 6px;
    margin-left: 10px;

    color:white;
    background-color: #000055;
    border-radius: 6px;
    font-size:12px;
    float:right;
    position:relative;
    top:-4px;
}

h1 {
    font-size: 30px;
    margin-top:0px;
}

.btn-primary{
    background-color:black;
    border-color:white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: red;
    border-color: #000; /*set the color you want here*/
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ddd;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #000000;
    color: white;
}

.navbar-inverse .navbar-toggle {
    border-color: #000055;
}



.footer {

    width: 100%;
    /*height: 40px;*/
    padding-top:10px;;
    background-color: #f5f5f5;
}





