/* #702082 violet ng willis */

/* main { 
    min-height: 80vh;
} */

/* body{ background-color: #58595b; } */



nav {
  height: 80px;
  padding: 0 !important;
}

.navbar {
  justify-content: flex-start;
}

/* header nav{ background: url('images/header.png'); } */

.card {
  border: 0;
  margin-bottom: 25px;
  cursor: pointer;
  display: inline-block;
}
.cards {
  text-align: center;
}
.dropdown-menu {
  right: 0;
  /* top:5px; */
  border-radius: 0;
  left: inherit;
}

.menu-icon {
  border-radius: 100px;
  border: 2px solid white;
  padding: 7px 10.44px;
  font-size: 15px;
}
.nextprev {
  position: absolute;
  bottom: 30px;
  font-size: 50px;
  color: black;
  background: none;
}

.mwc-card-title {
  color: white;
  margin-bottom: unset;
  font-weight: bold;
  display: block;
  font-size: smaller;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}

.btn-view-sum {
  padding: 10px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  min-width: 200px;
  border-radius: .25rem;
  display: block;
  width: max-content;
  margin: auto;
  max-width: 320px;
}


td .btn-view-sum:first-child {
  margin-top: 1.5rem;
}

.btn-view-sum:hover {
  color: white;
  text-decoration: none;
}
#mastercode-62 {
  float: right;
  display: block;
  height: 70px;
}

.footer-copyright {
  background-color: #58595b;
}
.modal-content {
  border: none;
}

#modal01 .modal-body {
  padding: 0;
}

#modal01 .close {
  position: absolute;
  right: 5px;
  top: -3px;
  text-shadow: none;
  z-index: 1;
  margin-top: .25rem;
  margin-right: .25rem;
}

button:focus {
  outline: 0;
}

.cards > div {
  perspective: 1000px;
}

.cards .card:hover {
  box-shadow: 0 0 6px rgba(35, 173, 255, 1);
}

.cards .card {
  width: 100%;
  height: 85%;
  transform-style: preserve-3d;
  box-shadow: 1px 1px 6px #607d8b;
  /* padding-bottom: 1rem; */
  padding-top: 1rem;
  border-radius: .25rem;
  min-height: 160px;
}

.flipIn {
  transition: transform 0.3s 0.1s;
  transform: rotateY(0deg);
}

.flipOut {
  transition: transform 0.3s;
  transform: rotateY(90deg);
}

.table-cont {
  overflow: auto;
}
#modal01 > div {
  perspective: 1000px;
}

#modal01 .modal-content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateY(-90deg);
  border-radius: .25rem;
}

.modalFlipIn {
  transition: transform 0.3s 0.3s;
  transform: rotateY(0deg) !important;
}

.modalFlipOut {
  transition: transform 0.3s;
  transform: rotateY(-90deg) !important;
}

.card-header {
  background: unset;
  border: unset;
  color: #702082;
}


.carousel-indicators {
  bottom: 0;
}
.carousel-indicators .active {
  background-color: black;
}
.carousel-indicators li {
  background-color: gray;
}

#card-info h4 {
  font-weight: lighter;
}
.open-card-side-img {
  background-color: #808080;
  width: 30%;
  display: none;
}
.td-blank-side {
  vertical-align: top;
  width: 120px;
}
.bg-blue {
  background-color: #00a0d2;
}
.searchbox {
  border-radius: 0;
  border: 0;
}

@media (max-width: 576px) {
  .card-logo {
    width: 100px;
    height: 100px;
    margin: 0 !important;
  }
  .td-blank-side {
    width: 100px;
  }
  #card-info h4 {
    font-size: 16px;
  }
  .navbar-brand + span {
    font-size: 15px !important;
  }

  /* .card{ height: 150px !important; width: 255px;} */
  /* .card-img-top{ height: 100%; } */
}

@media (max-width: 400px) {
  .menu-icon {
    padding: 5px 8px;
    font-size: 12px;
  }
}

.ui-loader {
  display: none;
}

.sortable-title {
  margin-right: 48px;
}

.sortable-drag-icon {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 20px;
  color: #63666a;
}

.sortable-drag-icon:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#reorder-modal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

#reorder-modal .modal-header {
  background-color: #00c889;
}

#reorder-modal .modal-title {
  color: white;
}

#reorder-modal .dropdown-toggle::after {
  display: none;
}

#reorder-modal .option {
  position: absolute;
  right: 0;
  top: 0;
}

#reorder-modal .dropdown-toggle {
  color: white !important;
  padding: 20px;
}

#reorder-modal .dropdown-menu {
  border-radius: 0;
  top: -10px !important;
}

#sortable-save-btn {
  color: #00c889;
  font-weight: 400;
}

#sortable-cancel-btn {
  color: #63666a;
  font-weight: 400;
}



.navbar-brand {
  margin-right: unset;
}



@media (min-width: 321px) {
  .container {
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1380px;
  }
}

.card-img-top {
  height: 100px;
  width: 100px;
}



#card-info {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.card-logo {
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-left: 5%;
  border-radius: .25rem;
}

.card-title {
  color: rgb(128, 128, 128);
}

.card-label {
  color: #6d6e70;
}

@media (max-width: 576px) {
  .card-logo {
    margin: 0 !important;
  }
  #card-info h4 {
    font-size: 16px;
  }
  .navbar-brand + span {
    font-size: 15px !important;
  }
  .card-title-text {
    margin-left: -.5rem;
  }
}

@media (max-width: 768px) {
  .navbar-brand > img {
    height: 46px;
  }
  .navbar-brand {
    padding: 0;
    line-height: 15px;
  }
}


#modal01 .card-title {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: unset;
}

.card-title-text {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}

.inside-card-label-td {
  width: 20%;
}

@media (min-width: 992px) {
  #modal01 .modal-lg {
    max-width: 550px;
  }
}

@media (max-width: 520px) {
  .td-blank-side {
    width: 25%;
  }
}

@media (max-width: 425px) {
  .td-blank-side {
    width: 20%;
  }
  
  .inside-card-label-td {
    width: 22%;
  }

  #card-info .td-text-detail a {
    max-width: 260px;
  }

  #card-info .td-label {
    width: 25% !important;
  }
}

@media (max-width: 375px) {
  .td-blank-side {
    width: 15%;
  }
}

@media (max-width: 319px) {
  .td-blank-side {
    width: 10%;
  }
}



#card-info .td-text-detail {
  overflow: hidden;
  padding-bottom: .75rem !important;
  padding-right: 10%;
  padding-left: 10%;
}

#card-info .td-details {
  padding-bottom: .25rem;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  font-size: 1rem;
  vertical-align: baseline;
  /* word-break: break-all; */
  line-height: 1;
  padding-right: 10%;
  padding-left: 10%;
}

#card-info .td-description {
  color: grey;
  padding-bottom: 1.5rem !important;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.25;
}

#card-info .td-label {
  color: #6d6e70;
  width: 20%;
}

#card-info .td-text-detail a {
  max-width: 256px;
  /* word-break: break-all; */
}

@media (max-width: 575px) and (min-width: 321px) { 
  .navbar .container,
  .card-template {
    padding-left: 0;
    padding-right: 0;
  }
}

.website_link {
  word-break: break-all;
}

.card-logo {
  border: .25rem white solid;
}

nav,
.footer-copyright {
  /* background-color: #444; */
  background-color: #142c41;
}


* {
  font-family: Helvetica,Arial,Verdana,sans-serif;
}

a:not(.btn-view-sum),
#sortable-save-btn {
  color: #0079c1;
}

a:not(.btn-view-sum):not(.footer-link):hover,
a:not(.btn-view-sum):not(.footer-link):active,
a:not(.btn-view-sum):not(.footer-link):focus,
#sortable-save-btn:hover,
#sortable-save-btn:active,
#sortable-save-btn:focus {
  color: #0f4b6f;
}

.mwc-card-title {
  /* font-size: 18px; */
  /* font-weight: normal; */
}

#card-info .td-label,
.td-description {
  color: #686868;
  font-weight: 500;
}

.card-title-text {
  color: #333;
  /* word-break: break-all; */
}

#card-info .td-text-detail {
  /* font-size: 18px; */
  font-weight: bold;
}

.dropdown-menu i {
  color: #ff6e1e;
}

.dropdown-menu a {
  color: #686868;
}

.dropdown-menu a:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus {
  color: #686868;
  background-color: white;
  text-decoration: underline;
}

.close {
  font-weight: normal;
}

#modal02 .modal-header,
#reorder-modal .modal-header {
  background-color: #0079c1;
}

#modal02 .modal-header button {
  font-weight: normal;
}

#reorder-modal-body br {
  display: none;
}


@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  /* IE9+ CSS */
  .card-title-text {
    max-width: 378.21px;
  }
}

.highlight-text {
  font-weight: 100;
}