/** DEFAULT **/
html, body{
    font: 11px verdana, arial, sans-serif;
}

h1{
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: Verdana
}
/*
h2{
    font-size: 12px;
    /*font-weight: bold;
    text-decoration: underline;
}*/

.pointer {
    cursor: pointer;
}

.modal{
    text-align: left;
}

/** NAVBAR **/
.navbar{
    margin-bottom: 10px;
}

.navbar-default {
    background: #fff9f1;
}

.navbar-brand {
    height: auto;
}

nav .nav {
    position: relative;
    top: 20px;
}

nav .nav li a {
    font-size: 11px;
    padding: 11px 15px 5px;
    text-align: center;
}

nav .nav li a span.fa {
    color: #665c4b;
    font-size: 30px;
    display: block;
}

nav .nav li a:hover span.fa {
    color: #356B9A;
}

.nav .logoutButton {
    position: absolute;
    right: 10px;
    top: -19px;
    min-width: 300px;
}

.nav .logoutButton a {
    padding: 0;
    font-size: 9px;
    float: right;
}

.badge-nav{
    position: absolute;
    background: #FF0000;
    color: #FFFFFF;
    padding: 4px 7px;
}

.breadcrumb{
    margin-bottom: 10px;
    padding: 3px 15px;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}

.tab-pane{
    padding-top: 15px;
}

.modal-fluid .modal-dialog{
    width: 80%;
}

#timechangetable > tbody > tr > td{
    padding-bottom: 10px;
    padding-right: 10px;
}

#timechangetable > tbody > tr > td:nth-child(2){
    padding-right: 30px;
}

.btn.pull-right{
    margin-left: 5px;
}

.calls-view table{
    margin-bottom: 0;
}

.panel-first{
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance:textfield;
}

.invoiceline-template{
    display: none;
}

.customerusage{
    margin-right: 15px;
}

.customerusage span:first-child{
    font-size: 15px;
}

.customerusage span{
    font-size: 10px;
}


/*form specific*/
.formStep{
    clear: both;
    display: none;
}

.nextStep{
    float: right;
}

#step1{
    display: block;
}


.stepInfo{
    display: block;
    height:30px;
}

.progressBar{
    float:left;
    width: 150px;
}

.progressBar .full{
    background: #259b19;
    height: 15px;
    display: inline-block;
    float: left;
}
.progressBar .empty{
    background: #e3e3e3;
    height: 15px;
    display: inline-block;
    float: left;
}