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

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

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

body {
    padding-top: 70px;
    /* 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: 0px;
    align-content: center;
    width: 100%;
}

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

.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;
    letter-spacing: 0px;
}

.icon-colour { 
    color: #337CF7;
}

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

h5 {
    padding-bottom: 5px;
/*   	border-bottom: 1px solid #ebebeb; */
}

.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
}