﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top:20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 445px;
}
h2{
    font-size:32px;
}
h1, h2, h3, h4, h5, h6, legend, label, dt {
    font-family: 'Ubuntu', sans-serif;
    
    color: #444482;
}

/*Main Layout Grid*/
.main_layout_grid{
    height:100vh;
    width:100vw;
    display:grid;
    grid-template-columns:1.5fr 10fr;
}

.left_sidebar{
     
}
.main_content{
    display:grid;
    grid-template-columns:1fr; 
    grid-template-rows:30px auto;
}
.site_link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #444482;
}
/*Notification Create/Edit*/
.notification_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:max-content;
}
.form_content{
    
}
.lists_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
}
.list_content{
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows:50px 1fr;

}


/*Treatment Add/Edit*/
#prepostop_grid{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:max-content max-content
}
.container{
    width: 1400px;
}
.dropdown-menu{
    background-color: #444482;
    padding: 10px;
}
    .dropdown-menu > li > a:hover{
        color: #444482 !important;
    }
.navbar-inverse .navbar-nav > li > a{
    font-size: 16px !important;
}
.fa-sort{
    margin-left: 8px;
}
.bluebar {
    background-color: #d5ebf1;
    padding: 10px;
}
legend{
    font-size: 20px !important;
    font-weight: bold;
}
.letterspace{
    margin-right: 6px;
}
.filterborder{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}