body{
    list-style: none;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #003e6b;
}
.light_b{
    color: #59a3d2;
}
.cx_btn{
    color: whitesmoke;
    background: #59a3d2;
}
.cx_btn:hover{
    color: whitesmoke;
    background: #003e6b;
}
a{
    color: #59a3d2;
}
a:hover{
    color: #4d4bee;
}
.main{
    padding-left: 280px;
}
h3{
    margin-top: 10px;
}
h5{
    margin-bottom: 0px;
}
h6{
    font-size: 1.25rem;
}
hr{
    margin: 5px;
}
.row{
    margin-top: 12px;
    margin-bottom: 12px;
}
.pad{
    padding: 20px;
}
.bottom{
    margin-bottom: 0px;
}
.sidebar {
    position: fixed;
    left: 0;
    width: 270px;
    height: 100%;
    background: #5AA3D2;
}
.sidebar header{
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 70px;
    background: #206290;
    user-select: none;
}
.sidebar ul{
    padding: 0;
}
.sidebar ul li a{
    display: block;
    height: 100%;
    width: 100%;
    line-height: 65px;
    font-size: 15px;
    color: white;
    padding-left: 40px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid black;
    text-decoration: none;

}
.sidebar ul li:hover{
    background: #04426F;
}
.sidebar ul li a:hover{
    padding-left: 70px;
}
.field{
    width: 100%;
    padding: .5rem;
    margin-bottom: 10px;
}
.fa-times:hover{
    background-color: whitesmoke;
}
