body, html, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
  font-family: "Roboto", sans-serif !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
   font-family:  "Roboto", sans-serif !important;
}

.btn.btn-primary{
    border: 2px solid #003B5C;
    background-color: #003B5C;
    color:white;
    border-radius: 2px;
    float: right !important;
    margin-left: 5px;;
}

.btn.btn-primary:hover{
    background-color:white;
    color:#003B5C;
    transition: 250ms;
}

.crmEntityFormView{
    border: none !important;
}

.title-row{
  margin-top: 0 !important;
  background-color: #E6E6E6;
}

.form-container{
  margin-top: 20px !important;
}

.blockedfield:hover{
  cursor: not-allowed !important;
}

.lineproductdependency{
  cursor: not-allowed !important;
}

#vat-text{
  font-style: italic;
  font-size: small;
}

#vat-section-title{
  margin-bottom: 0 !important;
}

input.form-control:focus{
  border: 1px solid #949494 !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-control.readonly{
  border: 1px solid #949494 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 6px 12px !important;
  background-color: #cccccc !important;
}