<style>
    /* #page-wrapper {
        padding-top: 30px !important;
    } */

    .bg-danger {
    background-color: #f4d2d3 !important;
}
  .navbar-nav > li{
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* Fixes dropdown menus placed on the right side */
  .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
  }
nav a {
  color: white; text-decoration: none;
}


/* Standard Divs*/

.nice_presentation  {
  clear:both;
  background: #f9f9f9;
  margin:auto;
  position:relative;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  padding: 35px;
  border: 1px solid #ccc;
  border: inset 1px solid #333;
}

.nice_presentation2  {
  clear:both;
  top: 20px;
  background: #f9f9f9;
  margin:auto;
  position:relative;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  padding: 35px 7px 20px 7px;
  border: 1px solid #ccc;
  border: inset 1px solid #333;
}

.nice_size  {
  margin:auto;
  position:relative;  
}

/* 
Below is migrated code from the old Style.css file
*/

.row p {
  font-size: 14px;
  font-family: 'Helvetica Neue Light', sans-serif
}

p {
  font-size: 14px;
  font-family: 'Helvetica Neue Light', sans-serif
}

H1, H2, H3, H4, H5 {
  font-family: 'Helvetica Neue Light', sans-serif
}

.block_left{
  float:left;
  background: #f9f9f9;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  padding: 35px;
  border: 1px solid #ccc;
  border: inset 1px solid #333;
  width: 49%;
  height: 430px;
}

.block_right{
  float:right;
  background: #f9f9f9;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  padding: 35px;
  border: 1px solid #ccc;
  border: inset 1px solid #333;  
  width: 49%;
  height: 430px;
}

/* Custom modal for HTML popups */

#custom_modal_motivation{
max-width: 700px;
}


/* Modal CSS below */

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal-dialog-centered{
  position: fixed !important;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 38%;

}

.modal-dialog-centered .modal-content {

  height: 500px !important;

}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15%;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  width: 860px;
  height: 900px;
  
  /* Attempt to center MODAL on screen... */
  margin: auto;  
}

.modal-content-member {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  width: 800px;
  height: 900px;
  
  /* Attempt to center MODAL on screen... */
  margin: auto;  
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  color: #000;
  background: #fff;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  color: #000;
  background: #fff;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}




/* Divs to create a 3 column design */
.review_left_three_col{
  float:left;
  width: 30%;
  margin-left: 30px;
  /*border: 1px solid #cecece;*/
  padding: 5px;
}
.review_middle_three_col{
  float:left;
  width: 30%;
  margin-left: 30px;
  /*border: 1px solid #cecece;*/
  padding: 5px;
}
.review_right_three_col{
  float:right;
  width: 30%;
  margin-left: 30px;
  /*border: 1px solid #cecece;*/
  padding: 5px;
}


/* Forms configured below...*/

form    {

  margin:auto;
  position:relative;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  
  padding:5px;
  
  }
  
  form-control .form-text-field {
  
  
  color: red;
  
  }
  
  .form-control-file {
  
  margin-left: 20px;  
  
  }
  
  
  .form-inline .form-control {
  
  min-width: 350px;
  
  
  }
  
  .form-control2 {
  
  min-width: 800px;
  
  }

  .form-control-weekdays {  
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  form label {
  
      font-weight: 400;
      min-width: 160px;
      font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
      text-decoration:none;
      font-size: 16px;
      padding-left: 0px;
      float:left;
  
  }
  
  
  /* TABLES ARE CONFIGURED BELOW... */
  
  .table {
      border: 0px solid #7f7d7d;
      font-size: 13px;
  }
  
  /* Fix problems with a white thick border on each cell in the table... */
  
  table.dataTable {
      border-collapse: collapse !important;
  }
  
  .table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
      border-color: #cecece;
  }
  
  .table-success, .table-success>td, .table-success>th {
      background: #dfefe8;
  }
  
  .table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
      border-color: #7f7d7d;
  }
  
  .table thead th {
      vertical-align: bottom;
      border: 0px solid #7f7d7d;
      border-bottom: 0px solid #7f7d7d;
      border-top: 0px solid #7f7d7d;
  }

  
  /* Fix problem with arrows showing from DataTables CSS (we are using JQuery CSS) */
  table.dataTable thead .sorting:after {
      visibility: hidden;
  }
  
  
  /* DATATABLES ARE CONFIGURED BELOW... */
  
  
  .dataTables_filter{
          float: right !important;
      }
  
  /* Make sure that DataTables fits within the design, and that i breaks long words like emailaddresses etc */
  table.dataTable td {
    word-break: break-word;
  }
  
  
  table.dataTable thead th, table.dataTable thead td {
      border-bottom: 1px solid #cacccc !important;
  }
  
  table.dataTable thead{
      /*border-top: 1px solid #cacccc !important;
      border-bottom: 1px solid #cacccc !important;
      border-right: 1px solid #cacccc !important;
      border-left: 1px solid #cacccc !important;*/
  }
  
  table.dataTable tbody{
      border-bottom: 1px solid #cacccc !important;
      border-right: 1px solid #cacccc !important;
      border-left: 1px solid #cacccc !important;
      border-top: 1px solid #cacccc !important;
      
  }



.dropdown .nav-link {color:#fff; text-decoration: none;}
.dropdown .dropdown-menu a{
    color: #000;
}

.dropdown-menu{
    min-width: 200px;
 }
.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #b91773;
  border-color: #fff;
  max-width: 1600px !important;

}

/* this deals with giving font-awesome icons badges since they were deprecated in BS4 */
*.icon-blue {color: #0088cc;
}
*.icon-white {color: white;
  padding-right: 2rem;}

i {
    text-align:left;
    /* vertical-align:middle; */
    position: relative;
}
.badge:after{
    content:attr(data-count);
    /* position: absolute; */

    /* background: rgba(0,0,255,1); */
    /* height:1rem; */
    /* top:1rem;
    right:1.5rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;; */
    font-size: 1rem;
    /* border-radius: 50%; */
    color:white;
    /* border:1px solid blue; */
}


/* 
   Important CSS for tab menu 
*/
 
/* The panel body is deciding the overall look of the tabs */
.panel-body{
  width: 100%;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ccc;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  */
}   



html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
body{
    height:100%;
    margin-bottom: 2.5rem; /* force the BODY element to match the height of the HTML element */
}


#sidebar {
    overflow: hidden;
    z-index: 3;
        max-width: 180px;
}
#sidebar .list-group {
    min-width: 250px;
    background-color: #023c73;
    min-height: 100vh;
}
#sidebar i {
    margin-right: 6px;
}

#sidebar .list-group-item {
    border-radius: 0;
    background-color: #04519b;
    color: rgba(255,255,255,0.8);
    border-left: 0;
    border-right: 0;
    white-space: nowrap;
}
#sidebar .list-group-item:hover {
    color: #fff;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #222;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
  background-color: #033C73;
}
#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item,
#sidebar .list-group .collapsing .list-group-item  {
  padding-left: 20px;
  background-color: #fff;
  color: #033C73;
}
#sidebar .list-group .collapse .list-group-item:hover,
#sidebar .list-group .collapsing .list-group-item:hover  {
    background-color: #2FA4E7;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item,
#sidebar .list-group .collapse > .collapsing .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:767px) {

    #sidebar {
        min-width: 35px;
        max-width: 40px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(-45px);
        position: fixed;
    }

    #sidebar.show {
        transform: translateX(0);
    }

    #sidebar::-webkit-scrollbar{ width: 0px; }

    #sidebar, #sidebar .list-group {
        min-width: 35px;
        overflow: visible;
        position: relative;
    }
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        top: 0;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
}

.collapse.show {
  visibility: visible;
}
.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: 100%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


#sidebarLeft {
    overflow: hidden;
    z-index: 3;
        max-width: 180px;
}
#sidebarLeft .list-group {
    min-width: 250px;
    background-color: #023c73;
    min-height: 100vh;
}
#sidebarLeft i {
    margin-right: 6px;
}

#sidebarLeft .list-group-item {
    border-radius: 0;
    background-color: #04519b;
    color: rgba(255,255,255,0.8);
    border-left: 0;
    border-right: 0;
    white-space: nowrap;
    text-align: left;
}
#sidebarLeft .list-group-item:hover {
    color: #fff;
}

/* highlight active menu */
#sidebarLeft .list-group-item:not(.collapsed) {
    background-color: #222;
}

/* closed state */
#sidebarLeft .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebarLeft .list-group .list-group-item[aria-expanded="true"] {
  background-color: #033C73;
}
#sidebarLeft .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
#sidebarLeft .list-group .collapse .list-group-item,
#sidebarLeft .list-group .collapsing .list-group-item  {
  padding-left: 20px;
  background-color: #fff;
  color: #033C73;
}
#sidebarLeft .list-group .collapse .list-group-item:hover,
#sidebarLeft .list-group .collapsing .list-group-item:hover  {
    background-color: #2FA4E7;
}

/* level 2*/
#sidebarLeft .list-group .collapse > .collapse .list-group-item,
#sidebarLeft .list-group .collapse > .collapsing .list-group-item {
  padding-left: 30px;
}

/* level 3*/
#sidebarLeft .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;          
}
@media (max-width:767px) {

    #sidebarLeft {
        min-width: 35px;
        max-width: 40px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(45px);
        position: fixed;
    }

    #sidebarLeft.show {
        transform: translateX(0);
    }

    #sidebarLeft::-webkit-scrollbar{ width: 0px; }

    #sidebarLeft, #sidebarLeft .list-group {
        min-width: 35px;
        overflow: visible;
        position: relative;
    }
    /* overlay sub levels on small screens */
    #sidebarLeft .list-group .collapse.show, #sidebarLeft .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        left: -150px;
        top: 0;
    }
    #sidebarLeft .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebarLeft .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebarLeft .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }

   
}
</style>