@CHARSET "ISO-8859-1";
@font-face{font-family:'baseticamedium';src:url('/fonts/basetica-med-webfont.eot');src:url('/fonts/basetica-med-webfont.eot?#iefix')
format('embedded-opentype'), url('/fonts/basetica-med-webfont.woff')
format('woff'), url('/fonts/basetica-med-webfont.ttf')
format('truetype'),
url('/fonts/basetica-med-webfont.svg#baseticamedium') format('svg');font-weight:normal;font-style:normal}
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

body{
	font-family: 'Fira Sans', sans-serif;
}

.az-logo {
  font-weight: 700;
  font-family: baseticamedium;
  text-transform: uppercase;
  color: #062f88;
	letter-spacing: 2px;
}
.az-column-signup-left{
	    background-image: url(https://eltronix.ch/img/unternehmen_01_filter.jpg);
    background-size: cover;
	    color: #FFF;
}
.az-column-signup-left h1{
	    color: #FFF;
}
.az-column-signup-left .az-logo:hover , .az-column-signup-left .az-logo:focus {
	color: #FFF;
}
.az-column-signup-left h5{
	color: #FFF;
}
.btn-outline-white{
  border-color: #FFF;
  color: #FFF; }


.az-column-signup {

    justify-content: normal;
}
.az-signup-header{
    margin-top: 30px;
}
.wizard{
    
}

@media (min-width: 992px){
    .wizard > .steps {

}
}

@media (min-width: 768px){
    .wizard > .steps {
 
}
}
.wizard > .steps {

}

.wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
    background-color: #b4bdce
}

.wizard > .actions > ul > li:last-child a {
    background-color: #b4bdce;
}
.wizard > .actions > ul > li:last-child a {
    background-color: #072f88;
}

.az-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.no_margin{
    margin:0;
}
.dashboard_card_body_fixed{
    min-height: 120px;
}
.height_1px{
    height:1px;
}
.bg_eltronix{
    background-color: #062f88;
}
.paddingRight_10px{
    padding-right: 10px;
}
#controls{
    margin-bottom: 15px;
}
#formats{
    margin-top: 15px;
    margin-bottom: 15px;
}

#recordingsList {
  list-style-type:none;
}
#recordingsList li {
  margin-bottom:20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
        background-color: #3b48631f;
            position: relative;
}
.recordingList_overlay{
        position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: black;
    z-index: 1;
}
.recordingList_overlay_text{
        position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
        transform: translate(-50%);
    
}
.audio_filename{
        font-weight: 700;
    margin-bottom: 15px;
}
.audio_download_link{
        
    margin-right: 15px;
        margin-top: 15px;
}
.audio_upload_link{
        
    margin-right: 15px;
        margin-top: 15px;
}
#return_status{
     margin-bottom: 15px;
}

.menu_icon{
    padding-right: 5px;
}
.recording_item{
    
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    background-color: #3b48631f;
}
.recording_filename{
    margin-bottom: 10px;
}
.recording_user{
    margin-top:10px;
}