/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:300,400,500');
.background-descriere {
  background: url(../images/bg-deschis.png) 50% 100% repeat-x, url(../images/bg-deschis-top.png) 50% repeat;
  margin-top: -20px;
}
:root {
  --text-color: #9e9e9e;
  --neutral-color: #f0f1f5;
  --box-shadow: 0px 0px 20px rgba(189, 190, 191, .5);
  --color-1: #51aaf7;
  --color-2: #5ceea7;
  --color-3: #ff7350;
  --min-modal-width: 0%;
  --min-modal-height: 0%;
}
.background-gradient {
  background: url(../images/bg-gradient.png) repeat-x, url(../images/bg-inchis.png) repeat, url(../images/triunghi.png) 0% 0% repeat;
}

.margin-left-100 {
  margin-left: 80px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-150 {
  margin-top: 150px;
}

.card-padding {
  margin-top: 20px;
  color: #0b3c49;
  font-family: "Raleway";
}

.background-all {
  background: #f1ffe7;
}

.card-title-color-event {
  color: #f0e100;
  font-family: "Raleway";
  font-weight: 500 !important;
}

.card-title-color-communicate {
  color: #48bf84;
  font-family: "Raleway";
  font-weight: 500 !important;
}
.switch-container label {
  padding: 0 10px;
  color: #0b3c49;
  font-family: "Raleway";
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  padding-left: 5px; 
  cursor: pointer;
}
.header {
  width: 100%;
  text-align: left;
  border-bottom: 3px solid;
  line-height: 0.1em;
  margin: 10px 0 35px;
}

.header span {
  background: #f1ffe7;
  padding: 0 10px;
  color: #0b3c49;
  font-family: "Raleway";
  padding-right: 10px;
}

.header-phone {
  border-color: #00796b;
}

.header-communicate {
  border-color: #48bf84;
}

.header-event {
  border-color: #f0e100;
}

.phone-button {
  color: #f1ffe7;
  background: #0b3c49;
  border-color: #000;
}

.icon-phone {
  padding: 30px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: white;
  border-style: solid;
  border-color: #e0e0e0;
  color: #e0e0e0;
  cursor: default;
}

.card-panel:hover .icon-phone {
  border-style: solid;
  border-color: #76ff03;
  color: #76ff03;
}

.black-border-color {
  border-color: solid black;
}

.icon-block {
  padding: 0 15px;
  margin-bottom: 5vh;
  margin-top: -5vh;
}

.icon-block .material-icons {
  font-size: 5vh;
}

.top-banner {
  background: url('../images/background.png') 50% 50%;
  background-size: cover;
  font-family: Raleway;
}

.transparent-grey {
  background-color: rgba(160, 160, 160, 0.4);
}

.transparent-grey a img {
  content: url('../images/LogoLSAC - alb.png')
}

.dark-text {
  color: rgba(52, 52, 52, 0.8);
}

.dark-green-text {
  color: #314f51;
}

.white-black-text {
  background-color: rgba(52, 52, 52, 0.8);
  color: #FFFFFF !important;
}

.white-black-text a {
  color: #FFFFFF !important;
}

.white-black-text a>img {
  content: url('../images/LogoLSAC - alb.png')
}

.logo-lsac-top {
  height: 35px;
  margin-top: 2vh;
  width: auto;
}

.raleway-text {
  font-weight: 100;
  text-align: justify;
  font-family: 'Raleway', sans-serif;
}

.open-sans-text {
  font-weight: 100;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
}

.open-sans-text b {
  font-weight: 900;
  text-shadow: 0px 0px 10px black;
}

.raleway-text b {
  font-weight: 900;
  text-shadow: 0px 0px 10px black;
}

.text-normal {
  font-size: 16px;
}

.text-shadow {
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.14), 0 3px 14px rgba(0, 0, 0, 0.12), 0 5px 5px rgba(0, 0, 0, 0.3);
}

.probe {
  background-color: rgba(175, 188, 182, 0.22);
}

.probe:hover {
  background-color: rgba(175, 188, 182, 0.22);
}

.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.title {
  text-align: center !important;
  margin-top: 50px;
}

#nav {
  transition: all .2s;
}

.footer {
  position: relative;
  padding: 10px;
  color: white;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
  background: black;
}

.img-banner {
  height: 7rem;
  margin-bottom: 10px;
}

.img-logo {
  width: 100%;
}

body, html {
  height: 100vh;
}

.v-center {
  display: block !important;
  margin: 0 auto;
  text-align: center;
}

.full-page {
  height: auto;
  min-height: 100vh;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.zindex-0 {
  z-index: 0;
}

.zindex-1 {
  z-index: 1;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.parallax {
  height: 100vh;
}

.page-header-bottom-box {
  height: 200px;
  width: 300%;
  position: absolute;
  background-color: red;
  bottom: 0;
}

.nav-no-scroll {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.nav-no-scroll a {
  color: white;
}

.nav-scroll {
  background-color: #fbfbfb !important;
}

.nav-scroll a {
  color: #0c3c4a;
}

.nav-scroll a:hover {
  background-color: #0c3c4a;
  color: #fbfbfb;
}

.teal-green {
  background-color: #48bf84;
}

.blue-transparent {
  background-color: rgba(8, 126, 139, 0.8);
}

.greyish-text {
  color: #242424;
}

.side-nav-container {
  background-color: #0c3c4a;
  color: #f1ffe8;
}

.side-nav-menu-category {
  font-weight: bold;
}

.side-nav-menu-item {
  font-weight: normal;
  padding:3px;
  padding-left:30px;
}

  .collapsible-panel {
    border-color: #004d66;
    background-color: #004d66;
    color: #f1ffe7;
    font-family: 'Raleway', sans-serif;
    border-radius: 12px 12px;
  }


.collapsible-mayor {
  margin-left: 20px;
}

.collapsible-leadership{
    background-color: #00394d;

}

#footer {
  position: relative;
  padding: 0;
}

.red {
  background-color : red;
}
/* CSS PT SWITCH TOGGLE */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 19px;
  margin: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  height: 20px;
  width: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #00796B;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--color-1);
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 30px;
}

.switch-container label {
  color: var(--text-color);
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  padding-left: 5px; 
  cursor: pointer;
}
/* FINAL SWITCH TOGGLE */
.custom-checkbox  .custom-control-input:checked~ .custom-control-label::before {
  background-color: var(--color-1);
  border: none;
}
.th, .td, .td-opt {
  font-size: 12px;
  color: var(--text-color);
}

.th {
  font-weight: 700;
  font-size: 13px;
}

.tr-body:nth-child(1) {
  padding-top: 20px;
}

.tr-body {
  border-bottom: 2px solid var(--neutral-color);
}

.td p {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}

.tr-head {
  background-color: var(--neutral-color);
  border-radius: 30px;
}

.tr-head, .tr-body {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}