﻿.ys-from-label {
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    color:#1b6ec2
}
.ys-header {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    color: #1b6ec2;
    text-align: center;
    margin-block: 5%;
    font-size: 50px
}
.ys-form {
    padding-inline: 10%;
    padding-block: 5%;
    border: #e3e3e3 solid 1px;
    background-color:white
}
.ys-subform {
    padding-inline: 5%;
    padding-block: 5%;
    margin-block: 15px;
    border: #e3e3e3 solid 1px;
    background-color: white
}
.ys-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #1b6ec2;
    margin: 20px
}
.ys-button:hover {
    background-color: #2985E1;
    border-color: #0a58ca;
}
.ys-button:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.ys-button:disabled {
    cursor: not-allowed !important;
    background-color: #7A9FC3
}
.ys-article {
    margin-inline: 25%;
    padding-bottom: 50px
}
.ys-h3{
    padding-block:10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight:lighter
}
.ys-text-danger{
    color:rgba(220,53,69,1);
    font-size:16px
}
.ys-back-button{
    color:rgb(128, 128, 128);
    cursor:pointer
}
.ys-back-button:hover{
    color: rgb(50, 50, 50);
}
.ys-back-button:active {
    color: black;
}
.ys-medisked-link {
    text-align: center;
    text-decoration: none;
    color: rgba(72, 151, 167, 1);
    border: 1px solid rgba(72, 151, 167, 1);
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    width: 175px;
    display: block
}
.ys-medisked-link:hover {
    color: rgba(72, 151, 167, 1);
    background-color: rgba(72, 151, 167, 0.25)
}
@media(max-width: 1000px) {
    .ys-header {
    font-size: 40px
    }

    .ys-article {
    margin-inline: 5%;
    }
}
@media(max-width: 500px) {
    .ys-header {
        font-size: 20px
    }

    .ys-h3 {
        font-size: 20px;
    }

    .ys-button {
        font-size: 10px;
        margin: 10px
    }

    .ys-text-danger {
        color: rgba(220,53,69,1);
        font-size: 10px
    }

    .ys-medisked-link {
        width:100px;
        font-size:10px;
    }
}