﻿
/*
Client: TVision
*/

/* Fonts */
/*Add custom fonts here*/
/*Fonts END */


/* ------ GENERAL ------ */

body {
    font-family: Verdana, Geneva, sans-serif !important;
}

/* --- top-bar --- */

#top-bar {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif !important;
    z-index: 1031;
    background-color: #0077be;
}

/* --- scaffolding --- */

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e2e2e2;
}

a {
    color: #0077be;
}

    a:hover {
        color: #4db4f3;
    }

/* --- buttons--- */

.btn-themed {
    color: #fff;
    background-color: #0077be;
    border: #0077be 2px solid;
}

.btn.btn-themed:hover,
.btn.btn-themed:focus {
    background: transparent;
    border: #0077be 2px solid;
    color: #0077be;
}

/* --- client colours--- */

.blue {
    color: #0077be;
}
