html {
    font-size: 100%;
}
#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
}
.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;
}.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}.btn-primary.btn-outline {
    color: #428bca;
}.btn-success.btn-outline {
    color: #5cb85c;
}.btn-info.btn-outline {
    color: #5bc0de;
}.btn-warning.btn-outline {
    color: #f0ad4e;
}.btn-danger.btn-outline {
    color: #d9534f;
}.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}body{
    font-family: Century Gothic, Arial;
}
.m1 { 
    margin-bottom: 0.2em;
    padding-top: .6em;
    padding-bottom: .1em;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(158, 158, 158, 0.1);
    border-radius: 5px;
    padding-bottom: .1em;
    border: solid rgba(96, 125, 139, 0.7) 0.2px;
    box-shadow: 2px 2px 1px rgba(158, 158, 158, 0.7);
   }
.m2 { 
    margin-bottom: 0.2em;
    padding-top: .6em;
    padding-bottom: .1em;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 235, 59, 0.1);
    border-radius: 5px;
    padding-bottom: .1em;
    border: solid rgba(96, 125, 139, 0.7) 0.2px;
    box-shadow: 2px 2px 1px rgba(158, 158, 158, 0.7);
}
.m1:hover, .m2:hover{
    color: rgba(62, 69, 81, 0.7);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
#TabSauve td, #TabPos td, #TabArt{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}