﻿.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
body {
    font-family: Tahoma;
    line-height: inherit;
}
caption {
    caption-side : inherit;
}
label, optgroup, dt, .label, .badge, .alert .alert-link, .close {
    font-weight: inherit;
}
label {
    margin-bottom: 0.1rem;
    padding-top: calc(.1rem + 1px);
    padding-bottom: calc(.1rem + 1px);
}
.field-input > span.dxeBase_Office2010Blue1 {
    display: inline-block;
    padding-top: calc(.1rem + 1px);
    padding-bottom: calc(.1rem + 1px);
    font-size: unset;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    line-height: inherit;
}
html {
    font-family: Tahoma;
    line-height: inherit;
}
.row{
    margin-right:0px;
    margin-left:0px;
}
label, .label {
    text-align: right;
}
.col-form-label {
    padding-top: 0.2rem;
}
.form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.nav-link {
    text-decoration: none;
    color: #1e395b;
    border-radius: 0;
    border: 1px #b4cae3 solid;
    margin: 0.1em 0.1em;
}

.nav-pills .nav-link.active {
    color: #1e395b;
    background: #b4cae3 !important;
    border: 1px #859ebf solid;
    border-radius: 0;
}

        