html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
    letter-spacing: 0.05em;
}

.form-control:focus {
    outline: none !important;
    border-color:#dee2e6 !important;
    box-shadow: none !important;
}

a{
    text-decoration: none;
}

.app-header, .app-footer, .sidebar-brand{
    min-height: 56.8px;
    max-height: 56.8px;
    height: 56.8px;
}

.sidebar-brand{
    line-height: 56.8px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-text,
.input-group-xs > .btn {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

#sidebar-right{
    width: 300px;
    position: absolute;
    right:0;
    top: 56.8px;
    bottom: 56.8px;
    z-index: 12;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
}

.sidebar-right-links{
    padding: 1.5rem;
}

.hide{
    display:none !important;
}

.overlay{
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.82);
    z-index: 1010000;
}

.bg-1{
    background-color: #ff8fab;
    width: 39%;
}

.bg-2{
    background-color: #ffe5ec;
    width: 61%;
}

.bg-3{
    background-color: #ffc2d1;
    width: 39%;
}

.bg-4{
    background-color: #ffffff;
    width: 61%;
}

.my-list-group{
    padding-left: 0;

}

.my-list-group div:before {
    content: "• ";
}

.h-297mm{
    height: 297mm;
}
