.shortCut{
    margin-top: 5%;
    position: fixed;
    z-index: 10000;
}

.subshortCut{
    position: fixed;
    z-index: 100000;
}

.subChideShortCut{
    position: fixed;
    z-index: 1000000;
}

.shortCutBox{
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px lightgray;
}

.shortCutHead{
    background-color: #0d6aad;
    color:white;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.shortCutBody{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid black;
    background-color: white;
}

.form-control{
    border: 1px solid gray;
    border-radius: 10px;
    height: 30px;
}