﻿html, body {
  margin: 0;
  height: 100%;
  padding-right: 0px !important; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 480px; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

.navbar {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
  height: 100%; }

.jumbotron {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #004883;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: bottom left; }

#sidebar.active {
  margin-left: -250px;
  transform: rotateY(100deg); }

#sidebar .sidebar-header {
  padding: 20px;
  background: #004883; }

#sidebar ul.components {
  /*padding: 20px 0;*/
  /*border-bottom: 1px solid #47748b;*/ }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block; }

#sidebar ul li a:hover {
  color: #004883;
  background: #fff; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #004883; }

.groupHeading {
  display: block;
  margin-left: -22px; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #004883; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #004883; }

a.article, a.article:hover {
  background: #004883 !important;
  color: #fff !important; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 7px;
  /*min-height: 100vh;*/
  height: 100%;
  transition: all 0.3s; }

#Container_Logo {
  color: #004883;
  font-weight: 700; }

#sidebarContainer {
  background-color: #004883;
  padding: 6px 4px;
  position: fixed;
  left: 0px;
  top: 46px;
  bottom: 0px;
  z-index: 3;
  overflow-y: hidden;
  border-right: 1px solid #185280; }

#sidebarContainer.active {
  overflow-y: auto; }

#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: white;
  cursor: pointer; }

#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #004883;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition-delay: 0.2s; }

#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px); }

#sidebarCollapse span:nth-of-type(2) {
  opacity: 0; }

#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px); }

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto; }

#contentContainer {
  position: absolute;
  top: 46px;
  left: 54px;
  right: 4px;
  bottom: 0px; }

#headerContainer {
  background-color: white;
  color: #004883;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 46px;
  right: 0px;
  z-index: 3;
  padding-top: 3px; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
    transform: rotateY(90deg); }
  #sidebar.active {
    margin-left: 0;
    transform: none; }
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto; }
  #sidebarCollapse.active span {
    margin: 0 auto; }
  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px); }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0; }
  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px); } }

/* AdminSys */
#recModalSM {
  padding-right: 0px !important; }

.modal-open {
  overflow: auto !important; }

.headerNavbar {
  background-color: #f3f3f3;
  margin-left: 0px;
  margin-right: 0px; }

#lccFullNavbar {
  display: flex;
  flex-wrap: wrap;
  padding: 0px; }

#lccNavbar {
  margin: 0px 0px; }

.navbarCell {
  float: left;
  padding: 0;
  /*
    border-right: 1px solid #fdfdfd;
    border-left: 1px solid #fdfdfd;
    */ }

.navbarCell:hover {
  background: #e2e2e2; }

.navbarCell a {
  cursor: default; }

.navbarCell.active {
  color: #004883; }

.navbarCell.active:hover {
  color: #006bc1; }

.navbarCell.active a:not(.subLink) {
  background-color: #004883;
  /*box-shadow: 0 -2px 10px -3px rgba(26,26,26,1), 0 2px 10px -3px rgba(26,26,26,1);*/
  width: 100%;
  color: white; }

.navbarCell.active a:not(.subLink):hover {
  background-color: #00335d; }

.navbarCell .navbar-brand {
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem 1rem;
  display: block;
  float: left; }

.editCell {
  cursor: pointer; }

.deleteCell {
  cursor: pointer; }

@media (min-width: 900px) {
  .modal-dialog {
    max-width: 700px; } }

.modal-header {
  padding: 0.3rem 0.5rem;
  display: block; }

.modal-footer {
  padding: 0.3rem 0.5rem; }

.modal-header .close {
  padding: 0;
  margin: 0; }

.changedCtrl {
  background-color: #d3edf5 !important; }

.btn {
  min-width: 80px;
  border-radius: 0; }

.btn:hover {
  color: white; }

.btn-secondary:hover {
  cursor: default; }

.lccButton {
  color: white;
  background-color: #004883; }

.lccButton:hover {
  background-color: #00335d;
  cursor: default; }

.lccButton:focus {
  box-shadow: none; }

.tableGroup {
  background: #d3d7de !important; }

.back-color-sp {
  background-color: #004883; }

.color-sp {
  color: #004883; }

.color-sp-light {
  color: #006bc1; }

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: inline-flex;
  height: 40px;
  color: #004883;
  padding-left: 10px;
  padding-right: 10px; }

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #004883;
  outline: 0px;
  color: white; }

.avatar-circle {
  margin-top: 1px;
  width: 24px;
  height: 24px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-color: #004883;
  border-style: solid;
  border-width: thin; }

.initials {
  position: relative;
  top: -10%;
  /* 25% of parent */
  font-size: 80%;
  /* 50% of parent */
  line-height: 50%;
  /* 50% of parent */
  color: #004883;
  font-weight: normal; }

/*
.avatar-circle:hover, .avatar-circle:focus {
    background-color: $color-sp;
    color: $color-white;
}

.initials:hover, .initials:focus {
    background-color: $color-sp;
    color: $color-white;
}
*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: right;
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 2px;
  background-color: white;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  border: 1px solid #e5e9f2;
  border-radius: 0.25rem;
  white-space: nowrap; }

/* No links inside the dropdown */
.dropdown-header {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e5e9f2;
  color: #004883; }

/* Change color of dropdown no links on hover */
.dropdown-header:hover {
  background-color: #f3f3f3; }

/* Links inside the dropdown */
.dropdown-item {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #004883; }

/* Change color of dropdown links on hover */
.dropdown-item:hover {
  background-color: #f3f3f3;
  cursor: pointer; }

.dropdown-footer {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #e5e9f2; }

.dropdown-footer:hover {
  background-color: #f3f3f3;
  cursor: pointer; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block; }

/* The container <div> - needed to position the Favourite content */
.favourite {
  /*
    float: right;
    position: relative;
    display: inline-block;
    */
  text-align: left; }

/* Dropdown Content (Hidden by Default) */
.favourite-content {
  background-color: white;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  border: 1px solid #e5e9f2;
  border-radius: 0.25rem;
  padding-bottom: 10px; }

/* No links inside the dropdown */
.favourite-header {
  padding-top: 8px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  /*border-top: 3px solid $color-gray-light;*/
  /*border-bottom: 1px solid $color-gray-light;*/
  font-size: 20px; }

/* Change color of dropdown no links on hover */
.favourite-header:hover {
  background-color: #f3f3f3; }

/* Links inside the dropdown */
.favourite-item {
  text-decoration: none;
  display: block;
  padding-left: 30px; }

/* Change color of dropdown links on hover */
.favourite-item:hover {
  background-color: #f3f3f3;
  cursor: pointer; }

.favourite-footer {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #e5e9f2; }

.favourite-footer:hover {
  background-color: #f3f3f3;
  cursor: pointer; }

.clock {
  max-width: 280px;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  font-size: 44px;
  font-weight: normal;
  width: 100%;
  /*
        margin: 0 auto;
        padding: 20px;
    */ }

#MvcViewer1 {
  border: 1px solid #e5e9f2;
  border-radius: 0.25rem; }
