
.alert-success{
    background-color: #CDE0C4;
}
.alert-danger{
    background-color: #EE3124;
}

.errorMessage{
    display: block;
    font-weight: 600;

}

.alert{
    /*  position:fixed; */
    top:0; 
    right:0; 
    width:100%; 
    z-index:999999999999999999999999999999999999999;  
    padding: 20px 0;
    padding-left: 20px;    
    left: 0px;
    opacity: 100% !important;

}

.fontColorRed{
    color: #EE3124 !important;
}
.fontColorGrey{
    color: #a8a8a8 !important;
}
.fontColorGreen{
    color: green !important;
}
.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 6px) !important;
    padding-top: 2px;
	border: 1px solid #ced4da;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html{
	
}
.container{
	
}
body{
    background: #fff;
    
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
    font-size: 12px;
	
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #F36523;
	
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}
#footer a {
    color: #fff;
}

.container-fluid{
	position: relative;
	min-height: 100vh;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header{
	text-align: center;
    margin: 60px;	
}
h1{
	margin: 50px 0;
}