/*
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 : 21-mag-2017, 12.09.24
    Author     : Claudio Ferrari <claudio.ferrari@imagist.it>
*/

.text-middle {
    /*display: inline-block;*/
    vertical-align: middle;
    /*float: none;*/
}

.navbar-metel {
    background-color: #364e63;
}

.navbar-metel .navbar-nav  > li > a{/*, .metel-navbar .navbar-nav > a:hover, .metel-navbar .navbar-nav > a:focus {*/
    background-color: #364e63;
    color: #9d9d9d;
}

.navbar-metel .navbar-nav  > li > a:hover{/*, .metel-navbar .navbar-nav > a:hover, .metel-navbar .navbar-nav > a:focus {*/
    background-color: #364e63;
    color: #ffffff;
}

.navbar-metel .navbar-nav > .active > a, .navbar-metel .navbar-nav > .active > a:hover, .navbar-metel .navbar-nav > .active > a:focus {
    background-color: #364e63;
    color: #ffffff;
}

a.navbar-brand {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    /* border-radius: 4px; */
    font-size: 12px;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

select.form-control {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*
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 : 7-set-2016, 18.10.42
    Author     : Claudio Ferrari <claudio.ferrari@imagist.it>
*/
body{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.table {
    /*font-family: "Open Sans Condensed"*/
    font-family: "Roboto Condensed"
}
/*.default-table { font-family: "Open Sans";}*/
.default-table { font-family: "Roboto";}

.scrollable-div{
    /*position: absolute;*/
    /*border: 5px solid gray;*/
    /*padding: 5px;*/
    /*background: white;*/
    /*width: 100%;*/
    height: 400px;
    overflow-y: scroll;
}

.text-middle {
    /*display: inline-block;*/
    vertical-align: middle;
    /*float: none;*/
}
.delivery {
    -moz-user-select: none;
    padding:0;
    border-radius: 0px;
    /*border: 1px solid #ddd;*/
    min-height: 20px;
}

.delivery {
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 4px;
    margin-left: 50px;
    padding: 4px;
    cursor: hand;
}

.deliveries-container {
    /* border: 1px solid #ddd; */
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
    cursor: normal;
}

.delivery li {
    border: 1px solid #ddd;
    list-style: none outside none;
    /* margin: 0px; */
    /* padding: 8px; */
    cursor: pointer;
}

.disposition-list{
    margin: 0 0 0 0;
}

.navbar-metel {
    background-color: #364e63;
}

.navbar-metel .navbar-nav  > li > a{/*, .metel-navbar .navbar-nav > a:hover, .metel-navbar .navbar-nav > a:focus {*/
    background-color: #364e63;
    color: #9d9d9d;
}

.navbar-metel .navbar-nav  > li > a:hover{/*, .metel-navbar .navbar-nav > a:hover, .metel-navbar .navbar-nav > a:focus {*/
    background-color: #364e63;
    color: #ffffff;
}

.navbar-metel .navbar-nav > .active > a, .navbar-metel .navbar-nav > .active > a:hover, .navbar-metel .navbar-nav > .active > a:focus {
    background-color: #364e63;
    color: #ffffff;
}

a.navbar-brand {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    /* border-radius: 4px; */
    font-size: 12px;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

select.form-control {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.container-fluid {
    padding-top: 50px;
}

p.center {
    text-align: center;
    color: red;
}

p.large {
    font-size: 300%;
}

p.small{
    font-size:0.5em;
}

.select2-selection .select2-selection--multiple {
    border-radius: 0px;
}

.select2-container--krajee .select2-selection {
    border-radius: 0px;
}

.select2 .select2-container .select2-container--krajee {
    width: 100%;
}
