* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: Arial;
    font-size: 10pt;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
    color: #0070a3;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    color: green;
}

.userinfo {
    padding-top: 0px;
    margin-left: 125px;
    color: yellow;
    font-family: arial;
    font-weight: none;
    font-size: 8pt;
}

.login {
    margin: 5px;
    width: 220px;
    border: 1px solid #1491da;
    padding: 0px;
}

.login th {
    border: 0;
    border-bottom: 2px solid grey;
    color: white;
}

.login tr {
    height: 25px;
}

.login td {
    border: 0;
    border-bottom: 1px dotted #dddddd;
}

.obietext {
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}

.tab5 {
    text-align: center;
    text-transform: uppercase;
    vertical-align: center;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    background-color: #1491da;
    color: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.userinfo {
    padding-top: 0px;
    margin-left: 125px;
    color: yellow;
    font-family: arial;
    font-weight: none;
    font-size: 8pt;
}

#contenttable {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#content {
    overflow: auto;
    width: 100%;
}

#copy {
    height: 20px;
    clear: both;
    width: 100%;
    background: url("/images/bluedefault.gif") center center repeat-x;
    font-family: arial;
    font-size: 8pt;
    padding-left: 30px;
    padding-top: 4px;
    color: white;
}

#loadingBg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1051;
    width: 100%;
    height: 100%;
    display: none;
}

#loadingBg > img {
    position: fixed;
    width: 144px;
    height: 144px;
    top: 50%;
    left: 50%;
    margin: -72px 0 0 -72px;
}

.sf-with-ul {
    color: white !important;
}

.sf-with-ul:hover {
    color: yellow !important;
}

.sf-menu a:hover {
    text-decoration: none !important;
}

#calltracking_statistics_button {
    position: absolute;
    right: 10px;
    top: 45px;
}

.btn-group {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.btn-group button {
    padding: 8px 16px;
    margin: 5px;
}

.stats_tables_clear {
    font-size: 10px !important;
    height: 20px !important;
    padding-top: 3px !important;
    border-radius: 3px;
    display: inline-block !important;
    position: absolute !important;
    right: 10px !important;
    top: 13px !important;
    width: 80px !important;
}
.stats_tables_run {
    font-size: 10px !important;
    height: 20px !important;
    padding-top: 3px !important;
    border-radius: 3px;
    display: inline-block !important;
    position: absolute !important;
    right: 10px !important;
    top: 35px !important;
    width: 80px !important;
}
.stats_summary_table {
    width: 100%;
    background-color: #eee;
    font-size: 8pt;
    color: #999;
}
.stats_summary_table td {
    border: 1px dotted #ddd;
    padding-left: 5px !important;
}
.stats-clickable-icon {
    font-size: 24px !important;
    cursor: pointer;
}
.stats-clickable-icon:hover {
    color: blue !important;
    text-decoration: none !important;
}