.table {
    text-align: left;
}

.drag_cursor {
    cursor: move;
}

.grayed {
    background: gray;
    opacity: 0.4;
}

.grid_footer_href {
    text-decoration: none !important;
    color: #337ab7;
    border: 1px solid #AAAAAA;
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;

}

.grid_footer_href:hover {
    background: #DDDDDD;
}

.non-clickable {
    pointer-events: none;
    cursor: default;
}

.delete-link {
    color: red;
}

header {
    background-color: rgb(236, 118, 25);

}

.logo {
    height: 6em;
    margin-top: 0.7em;
    margin-bottom: 1.3em;
}

footer {
    margin-top: 25px;
    padding: 0.7em 0 0.7em 0;
    background-color: #286D9F;
    color: #0c3467;
    font-weight: bold;
    font-size: 1.1em;
}

body {
    font-family: Lato;
    min-height: 400px;
    margin-bottom: 60px;
    clear: both;
}
.nav-item {
    font-size: 1.2em;
}

.site-name-sentence {
    padding-left: 5em;
}

.modal-content {
    width: fit-content;
    padding: 20px;
}

.state-title {
    color: #286D9F;
    font-size: 1.8em;
    /*font-weight: bold;*/
}

.add-event {
    margin-bottom: 25px;
    font-size: 1.6em;
    text-decoration: none;
    border-bottom: 1px solid #337ab7;
    display: inline-block;
}


.add-event>a:hover {
    text-decoration: none;
    font-weight: bold;
}

header h1, header h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

textarea.form-control {
    height: 8em;
}

.navbar {
    height: 0.7em;
    min-height: 0.7px;
    background-color: #286D9F;
    border-radius: unset;
}

.contact-icon {
    color: #0c3467;
}

.contact-icon:hover {
    color: white;
}

.into-text {
    color: #286D9F;
    font-size: 1em;
}

.btn-add-event  {
    height: 2.5em;
    width: 12em;
    border-radius: 25px;
    color: #ffffff;
    text-shadow: 4px 4px #286D9F;
    background-color: #286D9F;
    box-shadow: 4px 4px 6px 0px #0c3467;
    margin-top: 25%;
}
.btn-add-event:hover {
    color: #FFFFFF;
    text-shadow: 0px 0px #ffffff;
    box-shadow: 2px 2px 2px 0px #0c3467;
}

.state-title-noevent {
    color: #E04403;
}

.table-striped>tbody>tr:nth-of-type(2n+2){
    background-color: #FADAAF;
}

.table-striped>tbody>tr:nth-of-type(2n+1){
    background-color: #FFFFFF;
}

.table>tbody>tr>th{
    border: 0;
}

.list-title {
     color: #286D9F;
     font-size: 1.3em;
     font-weight: bold;
 }