/* HEADER CSS */

.navbar {
    background-color: #cc0000;
    border-bottom: 1px solid #814505;
    min-height: 70px !important;
    box-shadow: rgba(0,0,0,0.15) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 1px 0;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 1px 0;
}

.navbar > .nav > li > a {
    color: #fff;
}

.navbar > .nav > li > a:hover {
    color: #814505;
} 

.navbar-top-links {
    margin-top: 10px;
}

.navbar-brand {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 70px;
    padding: 0 15px;
    background: #fff;
}

.navbar-brand .logo {
    position: relative;
    top: 25%;
    max-width: 225px;
    z-index: 2;
}

.navbar-brand .logo-bottom-curve {
    border-bottom: 1px solid #bfbfbf;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0,rgba(0,0,0,0.05) 0 -1px 1px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0,rgba(0,0,0,0.05) 0 -1px 1px 0 inset;
    box-shadow: rgba(0,0,0,0.1) 0 1px 0,rgba(0,0,0,0.05) 0 -1px 1px 0 inset;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 15px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #fff;
    z-index: 2;
}

a.navbar-brand:hover {
    background-color: #fff !important;
}

.sidebar {
    margin-top: 70px;
}

/* LOGIN CSS */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-top: 100px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
 * Global add-ons
 */
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Main content
 */
.main {
    padding: 40px;
}

.main-content {
    top: 100px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.required:after {
    color: red;
    content: "*";
    font-size: 16px;
}

/*
 * Table contents
 */
.link-details:hover {
    white-space: pre-wrap;
    text-decoration: none
}

#files td:not(.ex-css) {
    font-size: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.wrap {
    word-wrap: break-word;
    word-break: break-all;
    white-space: inherit;
}

td span.details-control {
    cursor: pointer;
}

.badge {
    background-color: #f0ad4e !important;
}

.sidebar hr.sidebar-divider {
    margin: 1rem 1rem 1rem;
} 

.sidebar .sidebar-heading {
    font-size:1.1rem;
    /* color:#3c8ebd; */
    color:#2c5f7c;
    font-weight:bold;
    padding:15px;
    margin-top:15px;
    /* font-weight: 400; */
    /* font-size: 10px; */
    /* padding: 10px 0; */
    /* margin-bottom: 10px; */
    /* margin-top: 20px; */
} 

/*--------------------------------------------------------------------------*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}


.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
  }
  
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
  }
  
  .scroll-to-top:hover {
    background: #5a5c69;
  }
  
  .scroll-to-top i {
    font-weight: 800;
  }

.text-center {
    text-align: center !important;
  }

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.sticky-footer {
    padding-top: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffb600;
    color: maroon;
    text-align: center;
  }

  