@charset "UTF-8";
/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    outline: none !important;
    color: #3E3E3E;
}
input:focus { 
	outline: none; 
}
div {
	outline: none !important;
}
button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{
    outline: none !important;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}.submenu {
    list-style-type: none;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-toolbar .btn-group.lists {
    float: right;
    margin-right: 11px;
}
.btn_lists {
    border-radius: 0px;
}
.btn-toolbar.lists {
    float: right;
}
