/** Facebook Style **/
.new .page-sidebar {
    position: static;
    height: 10vh;
    width: 100%;
    background-color: var(--blue) !important;;
    padding-top: 0 !important;
}
.new .page-content {
    margin-left: 0 !important;
}

.new .page-sidebar a {
  float: left !important;
  width: 130px;
  clear: none;
  display:block;
}

/** Facebook End **/
.new .page-content {
    min-height: 90vh !important;
}
.new .page-sidebar {
    background-color: #111;
    box-shadow: 0 5px 15px -5px #333;
    padding-top: 60px;
    position: relative;
    /* overflow-y: auto; */
}

.new .page-sidebar a,
.new .page-sidebar button {
    height: 100%;
    color: #fff;
    font-size: 10pt;
    padding: 25px 5px 17px 5px;
}
.new .page-sidebar button {
    padding: 17px 5px 17px 5px;
}
.new .page-sidebar a.active,
.new .page-sidebar button.active ,
.new .page-sidebar a.active i ,
.new .page-sidebar button.active i {
    /* color: #fff; */
    /* font-weight: bold; */
}
.new .page-sidebar > a:first-child:hover {
    background-color: var(--blue);
}
.new .page-sidebar a:hover,
.new .page-sidebar button:hover {
    background-color: var(--blue-light);
}

.new .page-sidebar > a:first-child {
    width: 70px !important;
}
.new .page-sidebar a:first-child i {
    font-size: 26pt;
}
.new .page-sidebar a i ,
.new .page-sidebar button i {
    font-size: 14pt;
    width: 5px;
    margin: 0 14px 0 8px;
    text-align: right;
    position: relative;
    top: 3px;
    color: #fff;
}

.new h1 {
    display: inline-block;
    margin: 0 5px 30px 0px;
    font-size: 1.5em;
    font-weight: bold;
}
.new .btn-normal {
    color: #1a3386;
}

.new .appointment-widget:first-child h2 {
    color: #fff;
}
.new .appointment-widget:first-child {
    background-color: var(--blue-light);
    color: #fff;
}
.new .appointment-widget h2 {
    font-size: 16pt;
}
.new .appointment-widget p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.new .appointment-widget strong {
    display: block;
    margin-bottom: 15px;
}

.new .financial-data table td:nth-child(2) {
    text-align: right;
}

.new .btn.blue ,
.new .btn.btn-primary {
    background-color: var(--blue);
    border: var(--blue) solid 1px;
}
.new .pagination > .active > a {
    background-color: var(--blue);
    color: #fff;
}
.new .pagination > li > a {
    color: var(--blue);
}
.new .selectize-dropdown-content {
    background: #fff;
}
.new .selectize-control.form-control.single {
    border: 0;
}
/* Invisible scrollbar */
.new .tab-wrapper {
    overflow: hidden;
    width:100%;
    height:100%;
}
.new .tab-wrapper .tabs {
    white-space: nowrap;
    overflow: auto;
    width:100%;
    height:100%;
    padding-bottom:100px;
    margin-bottom: -100px;
}
.new .chart-wrapper {
    border: 1px solid var(--blue-lighter);
    background-color: #00f1;
    color: var(--blue-dark);
    margin-bottom: 20px;
    border-radius: 10px !important;
    padding: 10px;
}
