
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: left;
}

h1 {
    font-weight: bold;
    font-size: 22px;
    min-height: 50px;
}
h3 {
    font-weight: 300;
    font-size: 15px;
}
h2 {
    font-weight: bold;
    font-size: 22px;
}
a {
    color: #009578;
    text-decoration: none !important;
    font-weight: bold;
    border-bottom: 1px solid #009578;
}

/* hide elements */

.navbar-collapse,
.navbar-toggle,
.footer .ajaxGeneral,
.cmsModal, #cmsModal,
.cmsModal2, #cmsModal2,
.modal,
.dropdown-menu,
.dataTables_filter,
.sidebar-nav,
.hide,
button,
.something-wrong,
.breadcrumbs,
td.control,
th.control {
    display: none;
}

/* end hide elements */

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.glyphicon-chevron-right:before {
    content: "\e080";
}

.header {
    width: 1000px;
}

.navbar-brand img{
    left: 820px;
    position:absolute;
}

.card_content {
    width: 1000px;
}
#card_general {
    width: 1000px;
    padding: 5px 0px 30px 0px;
}

/* table */


table tbody {
    border-top: 4px solid #199578 !important;
    border-bottom: 4px solid #cccccc !important;
}
.table {
    font-size: 13px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    line-height: 1.3em;
}
.table td {
    padding: 7px;
    border-bottom: 1px solid #cccccc;
}

div.table-responsive{
    clear:both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 45px;
}

/* table end */


/* ----------   */
/* #card_Tracker_Card_PredefinedStats */
/* ----------   */
#card_Tracker_Card_PredefinedStats .btn-group{
    float:left;
}

.highcharts-container {
    width: 1000px !important;
}