﻿/* Controls während der AngularJS Initialisierung verbergen */
[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important}

.addformsubject {
position:absolute;
z-index:100000;
left:-1000px;
top:-50px;
}

@media only screen and (min-width: 1024px) {
    .add_min_hide_co_desktop {
        display:none;
    }

}

@media only screen and (max-width: 1023px) {
    .add_min_hide_co_tablet {
        display:none;
    }

}

@media only screen and (max-width: 480px) {
    .add_min_hide_co_mobile {
          display:none;
    }
}

/*Loader für Formulare */
.smarpagetloading {
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    /*background-color: #E9E9E9;*/
}

    .smarpagetloading > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 45px;
        height: 45px;
        
    }

.addsysFormGlobErr {
    display:none;
    padding: 10px 0 10px 0
}