@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    background-color: #f7f8f8;
    font-family: 'Open Sans',serif;
}
input.btn-primary {
    background-color: #DD1c23;
	border-radius: 8px;
	border: none;
}
.text-primary, a, a.text-primary:hover, a:focus, a:hover {
    color: #1967d2;
}
.panel-default .panel-heading .panel-title {
    font-weight:600;
}
.vui-nav-contact .vui-fa-icon {
    color: #004879;
}
.vui-module-tile a .vui-tile-label {
    color: #dd1c23; 
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: -20px;
}
.vui-module-tile a {
    background: #ffffff;
    border-color: #dd1c23;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
}
.vui-module-tile a:hover .vui-tile-label{
    color: #b80f1a; 
}
.vui-module-tile a:hover{
    border-color: #b80f1a;
}
/*.web::after 
{
    display: block;
    white-space: pre-wrap;
    content: "www.hotmail.com \A ";
}
  */
  
.vui-module-tile
{
    width:100%;
    /* height: 48px; */
}

.save-button {
    position: fixed;
    bottom: 2em;
    left: 3px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    color: #fff;
    background-color: royalblue;
    border-color: #0b2f58;
    border-radius: 3px;
}

.save-button:hover {
    background-color: rgba(135, 135, 135, 0.50);
    cursor: pointer;
}

.product-button {
    position: fixed;
    bottom: 8em;
    left: 3px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    color: #fff;
    background-color: royalblue;
    border-color: #0b2f58;
    border-radius: 3px;
}

.product-button:hover {
    background-color: rgba(135, 135, 135, 0.50);
    cursor: pointer;
}
.vui-header-nav {
    background: #004879;
    border-bottom: 1px solid rgba(0,0,0,.35);
}

.vui-main-panel>.vui-panel-sidebar .vui-context-nav .nav>.active>a {
    background: white;
    color: black;
    padding: 14px 16px 15px 18px;
}

.vui-main-panel>.vui-panel-sidebar .vui-context-nav .nav>.active>a:hover {
    background: #e5e7e9;
    text-decoration-line: none;
}

a.nav-button {
    background: white;
    color: black;
    padding: 14px 16px 15px 16px;
    border-bottom: solid 1px #e5E7E9;
    border-radius: 0px;
}

a.nav-button:hover {
    background: #e5e7e9;
    text-decoration-line: none;
}

.appsave-button {
    left: 43px;
    background-color: #DD1C23;
} 
a.appsave-button:hover {
    background: #b80F1a;
    text-decoration: none;
    color: #FFF;
}