body{
	font-family: serif;
    height: auto;
}
#content {
    padding-top: 0;
    padding-bottom: 0;
}
body.external-page.external-alt #content .admin-form {
    margin-top: 0;
}
.navbar.navbar-shadow{
    background: #7d0000
}
.navbar-branding .navbar-brand {
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
.navbar .nav > li.dropdown.open .dropdown-menu, .navbar .nav > li.dropdown .open .dropdown-menu {
    border-top-color: #7d0000;
}
.navbar .nav > li.dropdown.open .dropdown-menu:after, .navbar .nav > li.dropdown .open .dropdown-menu:after {
    border-bottom-color: #7d0000;
}
.navbar .nav .list-group > li.list-group-item > a {
    padding: 12px;
    font-size: 15px;
    color: #aaaaaa;
}
.navbar .nav > li > a {
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
.navbar-branding {
    width: 240px;
}
.bg-success {
    background-color: #7d0000 !important;
    color: #fcfefb;
}
.equino-form {
    display: flex;
    flex-direction: column;
    background: transparent;
    height: 100vh;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.equino-input {
    background: no-repeat;
    border: none;
    border-bottom: 2px solid #7d0000;
    color: #aaaaaa !important;
    font-size: 18px !important;
    margin: 15px 0 !important;
    width: 200px;
}
.equino-label {
    width: 103px;
    text-align: right;
    font-size: 18px !important;
}
.equinos-logo {
	width: 200px;
	margin-bottom: 50px;
}
.equinos-btn {
    background: #7d0000;
    font-size: 15px !important;
    padding: 7px 40px;
    border: none;
    color: white;
    border-radius: 5px;
    font-weight: 600 !important;
    font-style: italic;
    width: auto;
}
.equinos-btn.gray-btn {
    background: #aaaaaa;
}
.equinos-search {
    font-size: 15px !important;
    padding: 5px 5px;
    padding-right: 8px;
    border: 2px solid #7d0000;
    margin-right: -8px;
    border-radius: 5px;
    font-style: italic;
    background: transparent;
}
.equinos-btn-container{
	margin-top: 30px;
}
.btns-container {
    display: flex;
    justify-content: space-between;
}
.top-btn {
    margin: 0 3px;
}
.flex {
    display: flex;
}
.panel-heading {
    background: #7d0000;
    color: white;
    font-size: 15px;
    font-style: italic;
}
.modal-header {
    background: #7d0000;
    color: white;
}
.modal-title {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
@media(max-width: 767px){
	.equinos-logo {
	    width: 150px;
	    margin-bottom: 20px;
	}
	.equino-input{
		margin: 8px 0 !important;
	}
	.equinos-btn-container {
	    margin-top: 18px;
        width: 100px;
	}
    .btns-container {
        flex-direction: column;
    }
    .flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .equinos-btn {
        padding: 7px 0;
        width: 100%;
    }
    .top-btn {
        margin: 5px;
        display: flex;
        width: 43%;
    }
    .top-btn.search {
        width: 100%;
    }
    .top-btn.search .equinos-btn {
        width: 120px;
    }
    .top-btn.search .equinos-search {
        width: calc(100% - 112px);
    }
}