[v-cloak] .v-cloak--hidden{
    display: none;
}

tr {
    transition: height 1s;
    -webkit-transition: height 1s; /* Safari and Chrome */
    -moz-transition: height 1s; /* Firefox 4 */
    -o-transition: height 1s; /* Opera */
}
.uk-logo{
    width: 80px;
    padding: 5px;
}
.uk-navbar-container {
    background: #0A2E60;
    border-bottom: #DD0302 solid 1px;
}
.uk-navbar-container:not(.uk-navbar-transparent){
    background: #fff;
}
.uk-navbar-nav > li > a {
    color: #ffffff;
}


.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    font-family: Antonio, sans-serif;
    font-size: 1.2em;
}
.antonio-font {
    /*font-family: Antonio, sans-serif !important;*/
    font-size: 1.1em;
}
.antonio-act {
    font-weight: bold !important;
}
.antonio-font-size-1 {
    font-size: 1.1em !important;
}
.antonio-font:hover {
    background: #FFFFFF !important;
}
.nav-bar-back {
    background: #0A2E60 !important;
}
.nav-bar-color {
    background: #FFFFFF !important;
    color: #0A2E60 !important;
}
.uk-pagination > .uk-active > * {
    background: #0A2E60 !important;
    color: #FFFFFF !important;
    /*background: #FFFFFF !important;
    color: #0A2E60 !important;
    font-size: 1.1em !important;
    font-weight: bold !important;*/
}
.uk-pagination a {
    color: #0A2E60 !important;
}
.uk-table .uk-label{
    background: #0A2E60 !important;
}

.uk-text-small {
    font-size: 1.1rem;
}
.color-black, .color-black:hover{
    color:#000;
}
.uk-navbar-container {
    border-bottom: none;
}

input[type="text"], input[type="password"], input[type="number"], textarea, select {
    outline: none;
    border-radius: 5px;
}
.uk-button{
    border-radius: 5px;
}
input:focus {
    border: #DD0302 solid 1px;
    outline: #DD0302;
}

.brands-row {
    cursor: pointer;
}


.div-width-1-2 {
    max-width: 50% !important;
    padding: 10px 2px !important;
    display:inline-block;
}
.div-width-1-4 {
    max-width: 25% !important;
    padding: 10px 2px !important;
    display:inline-block;
}
.zuk-width-1-2 {
    max-width: 50% !important;
    padding: 10px 2px !important;
    display:inline-block;
}
.zuk-width-1-4 {
    max-width: 25% !important;
    padding: 10px 2px !important;
    display:inline-block;
}

.zuk-width-1-12 {
    max-width: 10%;
    padding: 10px 2px !important;
}
.zuk-width-1-20 {
    max-width: 5%;
    padding: 10px 2px !important;
}
.zuk-width-2-20 {
    max-width: 10%;
    padding: 10px 2px !important;
}
.zuk-width-3-20 {
    max-width: 15%;
    padding: 10px 2px !important;
}
.zuk-width-2-12 {
    max-width: 20%;
    padding: 10px 2px !important;
}
.zuk-width-3-12 {
    max-width: 30%;
    padding: 10px 2px !important;
}
.zuk-width-6-12 {
    max-width: 60%;
}

.zuk-form-small {
    max-width: 50%;
}

.zuk-td-small {
    max-width: 25%;
}
.zuk-td-border{
    border-top:  1px solid #8f8f8f;
}
.uk-alert-danger {
    border-left: none;
    color: #ffffff !important;
    background: #0A2E60;
}
.uk-navbar-nav > li.uk-active > a {
    color: #ffffff !important;
    font-weight: bold;
    border-top: #fff solid 3px;
}
#mainContent{
    font-family: Montserrat;
    font-size: 0.8rem;
}
