/** BODY ELEMENTS **/
html {
    overflow-y: hidden !important;
}
body {
    font-family: 'Poppins' !important;
}
.v-application {
    font-family: 'Poppins' !important;
}

.uturn-vbtn {
    text-transform: none !important;
    letter-spacing: normal !important;
}
.mainbg {
    background-image: url(/img/bg-01.png);
}
/**** HEADER ****/
.uturn-header {
    background-color: #000000 !important;
}

/**** NAV ****/
/*.uturn-nav {
    background-color: #000 !important;
    color: #FFF !important;
}*/

/** HOME **/
.card-uturns-home {
    min-height: 330px;
}
.title-uturns-home {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block !important;
    line-height: 1.4rem;
}
.category-uturns-home {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 1.1rem;
}
.user-uturns-home {
    color: #0099cc;
    font-size: .9rem;
}
.date-uturns-home {
    color: #666;
    font-size: .75rem;
}

/**** uturnS MAIN ****/
/*** Toggle/Tab ***/
.uturn-toggle button span {
    letter-spacing: 0;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 1.5;
    font-size: 0.875rem;
}

/** uturn list **/
.row-table span {
    line-height: 60px;
}
/*** TreeView ***/
.uturn-treeview button span {
    letter-spacing: 0;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 1.5;
    font-size: 0.875rem;
}

