########################################	
# © Copyright : All rights reserved 20202
# Created by : Galoga Industries
# Contact : 	hello@galoga.tech
# Created :		2019-12-15	 	
# Update : 		2022-10-14
########################################	

######################################## 
# INCLUDED IN inclues/view/view.php 
########################################

.class:before {
  content: " ";
}
  
.class:after {
  content: " ";
}

body {
  padding-top: 65px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  padding-bottom: 50px;
}

.section {
  padding-top: 0px;
  padding-bottom: 20px;
  align-content: center;
  width: 100%;
}

.jumbotron-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.row-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.footer-padding {
    padding-top: 5px;
    padding-bottom: 0px;
}  

.text-grey {
    letter-spacing: 0px;
    color: #555f61;
}

.text-nav {
  font-family: ;
    letter-spacing: 1px;
} 

.text-logo {
  font-family: Ubuntu;
  # font-size: 24px;
  # letter-spacing: 1px;
  # font-family: Ubuntu, Roboto, Permanent Marker, Sedgwick Ave
}

.icon-colour { 
  color: #ebebeb;
  # BS5 tex-primary #0d6efd
}

.bg-colour { 
  background-color: ;
  
}

h2 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c9;
}

h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c9;
}

.forms-blank
select {
  border: 23px
}
    
select:focus {
  border: 0px 
}

.mdi::before {
  font-size: 24px;
  line-height: 14px;
}

.btn .mdi::before {
    position: relative;
    top: 4px;
}

.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb a:hover span {
    text-decoration: underline;
}

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px
}

/* Container holding the image and the text */
.container-text {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left-text {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right-text {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right-text {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: var(--bs-light);
  border-radius: .3rem;  
}

.tooltip:hover,
[data-tooltip-bottom]:hover,
[data-tooltip-left]:hover,
[data-tooltip-right]:hover,
[data-tooltip]:hover {
  position: relative;
}
[data-tooltip-bottom]:hover::after,
[data-tooltip-left]:hover::after,
[data-tooltip-right]:hover::after,
[data-tooltip]:hover::after {
  all: initial;
  display: inline-block;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;		  
  border-top: 10px solid #1a1a1a;
  position: absolute;
  bottom: 100%;
  content: '';
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 5px;
}
[data-tooltip-right]:hover::after {
  margin-bottom: 0;
  bottom: auto;
  transform: rotate(90deg) translate(0, -50%);
  left: 100%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
[data-tooltip-left]:hover::after {
  margin-bottom: 0;
  bottom: auto;
  transform: rotate(-90deg) translate(0, -50%);
  left: auto;
  right: 100%;
  top: 50%;
  margin-right: -5px;
  margin-top: -5px;
}
[data-tooltip-bottom]:hover::after {
  margin-bottom: 0;
  bottom: auto;
  transform: rotate(180deg) translate(-50%, 0);
  top: 100%;
  margin-left: -20px;
  margin-top: 5px;
}
.tooltip:hover .tooltip-dynamic-bottom,
.tooltip:hover .tooltip-dynamic-left,
.tooltip:hover .tooltip-dynamic-right,
.tooltip:hover .tooltip-dynamic,
[data-tooltip-bottom]:hover::before,
[data-tooltip-left]:hover::before,
[data-tooltip-right]:hover::before,
[data-tooltip]:hover::before {
  all: initial;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  background-color: #1a1a1a;
  content: attr(data-tooltip);
  color: #f9f9f9;
  position: absolute;
  bottom: 100%;
  width: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}
.tooltip:hover .tooltip-dynamic-right,
[data-tooltip-right]:hover::before {
  margin-bottom: 0;
  bottom: auto;
  transform: translate(0, -50%);
  left: 100%;
  top: 50%;
  content: attr(data-tooltip-right);
  margin-left: 15px;
}
.tooltip:hover .tooltip-dynamic-left,
[data-tooltip-left]:hover::before {
  margin-bottom: 0;
  bottom: auto;
  transform: translate(0, -50%);
  left: auto;
  right: 100%;
  top: 50%;
  content: attr(data-tooltip-left);
  margin-right: 15px;
}
.tooltip:hover .tooltip-dynamic-bottom,
[data-tooltip-bottom]:hover::before {
  margin-bottom: 0;
  bottom: auto;
  top: 100%;
  content: attr(data-tooltip-bottom);
  margin-top: 15px;
}
.tooltip 
.tooltip .tooltip-dynamic-left,
.tooltip .tooltip-dynamic-right,
.tooltip .tooltip-dynamic {
  display: none;
  width: auto !important;
