@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,700&subset=latin-ext');    

html {
    font-family: 'Raleway-Regular','Raleway';
    background:rgba(77,85,91,1);
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}

.pasek {
    border-top: 5px solid #FDB813;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.logo {
    text-align: center;
}

legend {
    margin-top: 20px
}





input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
} 

.upload-field {
    position: relative;
    cursor: pointer;
    width: 400px;
    height: 30px;
    line-height: 28px;
    padding: 5px 10px;
    border: 1px solid #FDB813;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    top: 18px;
}

.icon-folder {
    height: 30px;
    width: 30px;
    background-size: cover;
    background-color: transparent;
    border: none;
    float: right;
}

md-input-container {
    margin: 18px 0px 0px 0px;
}

.bold {
    font-weight: bold;
}


md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: rgb(1, 183, 105);
}

md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgba(37, 218, 13, 0.5);
}

.krok {
    height: 80px;
}
 
.bold {
    font-weight: bold;
}

.my-margin-top-small {
    margin-top: 10px;
}

.my-margin-top-medium {
    margin-top: 45px;
}

.my-magrin-bottom-remove {
    margin-bottom: 0px
}
.opis_modulu {
    width: 670px; 
    font-size: 13px;
}

.krok_opis {
    font-size: 15px;
}

.center {
    text-align: center;
}

.fs15 {
    font-size: 15px;
}
@media (max-width: 992px) {
    .opis_modulu {
        width: 100%; 
    }
    .fake-angular{
        display: block;
        margin-top: 30px;
        margin-left: 0;
    }
}
