html {
    font-size: 100%;
}
body {
    font-family: "Segoe UI", "Open Sans", sans-serif, serif;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
}
#font .light {
    font-weight: 300;
    font-style: normal;
}
#font .normal {
    font-weight: 400;
    font-style: normal;
}
#font .bold {
    font-style: normal;
    font-weight: 700;
}
#font .italic {
    font-style: italic;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.back-to-bottom {
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 20px;
    display:none;
}
body{
    min-width:1024px;
    width: auto !important;
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    overflow-y: initial !important
}
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #dff0d8;
    background-image: -webkit-linear-gradient(top, #76b900 0%, #dadada 100%);
    background-image: -moz-linear-gradient(top, #76b900 0%, #dadada 100%);
    background-image: -ms-linear-gradient(top, #76b900 0%, #dadada 100%);
    background-image: -o-linear-gradient(top, #76b900 0%, #dadada 100%);
    background-image: linear-gradient(to bottom, #76b900 0%, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: inset 1px 1px 3px #666;
    font-family: 'Trebuchet MS',sans-serif;
    font-size: 12px;
}
.toolbar{
    padding: 0;
}
.well{
    box-shadow: 4px 4px 8px #aaa;
}
.btn,.form-control,.input-group-addon{
    box-shadow: 2px 2px 4px #aaa;
}.modal-lg{
    min-width: 900px;
}#TabSauve td,TabClients td,#TabUsers td,#TabPrivate td,#TabPublic td{
    vertical-align: middle !important;
}