body {
    font-family: 'Open Sans', sans-serif;
    background-color: #1d4863;
    font-size: 14px;

}

/* ######### APP GLOBAL ######### */
/* ######### APP GLOBAL ######### */
/* ######### APP GLOBAL ######### */
/* ######### APP GLOBAL ######### */
/* ######### APP GLOBAL ######### */
/* ######### APP GLOBAL ######### */
/* ######### APP GLOBAL ######### */

p {
    line-height: 200%;
    letter-spacing: 1.5px;
}

h1 {
    text-transform: uppercase;
}

h1 {
    font-size: 24px;
    text-transform: none;
}

h2 {
    font-size: 20px;
    color: #7ea5a5;
}

h3 {
    font-size: 14px;
}

a {
    color: #5bc0de;
}

a:hover {
    text-decoration: none
}

.wrapper {
    width: 100%;
    height: 100%;
}

.right-align {
    text-align: right;
}

.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 2px;
}

.btn-left-margin {
    margin-left: 3px !important;
}

.alert {
    margin-bottom: 0px;
}

/* ------- Pagination and Data Tables ------ */

.dataTables_filter input {
    margin-left: 10px;
}

.dataTables_filter, .dataTables_paginate {
    float: right;
}

.dataTables_paginate .pagination {
    margin: 0px 0 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.remove {
    text-align: center;
}

.remove a {
    color: #990000;
    cursor: pointer;
}

/* ######### LOGIN ######### */
/* ######### LOGIN ######### */
/* ######### LOGIN ######### */
/* ######### LOGIN ######### */
/* ######### LOGIN ######### */

.login-logo {
    margin: 15% 0 50px 0;
    text-align: center;
}

.login {
    color: #fff;
}

.login span {
    font-size: 11px;
    letter-spacing: -0.5px;

}

/* ######### HEADER ######### */
/* ######### HEADER ######### */
/* ######### HEADER ######### */
/* ######### HEADER ######### */
/* ######### HEADER ######### */
/* ######### HEADER ######### */
/* ######### HEADER ######### */

header {
    background: #103046;
    color: #fff;
    height: 42px;
}

header .client-select {
    position: absolute;
    left: 175px;
    top: 8px;
    width: 130px;
    height: 25px;
    color: #97bbb9;
    background-color: #103046;
    border: #173e57 1px solid;
    font-size: 12px;
}

.header-options {
    padding: 6px 10px 0px;
}

.header-options a, .header-options span {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.header-options span {
    font-size: 18px;
}

/* ######### MAIN NAV ######### */
/* ######### MAIN NAV ######### */
/* ######### MAIN NAV ######### */
/* ######### MAIN NAV ######### */
/* ######### MAIN NAV ######### */
/* ######### MAIN NAV ######### */
/* ######### MAIN NAV ######### */

.main-nav {
    width: 220px;
    position: absolute;
    top: 42px;
    z-index: 100;
    background-color: #1d4863;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.small-nav .main-nav {
    width: 55px;
}

.small-nav span.nav-label, .small-nav span.nav-label, .small-nav .nav-profile, .small-nav .main-nav .label {
    display: none;
}

.navbar-minimise {
    padding: 4px 12px;
    margin: 5px 10px 35px 0px;
    font-size: 14px;
    background: #173e57;
    color: #72a8a5;
    border: none;
    float: right;
}

.navbar-minimise:hover, .navbar-minimise:focus {
    background: #173e57;
}

.nav-profile {
    padding: 7px 15px;
    width: 160px;
}

.nav-profile a > span.user-name {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.nav-profile a > span.user-role {
    font-size: 10px;
    color: #97bbb9;
}

.nav-profile .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}

.main-nav .nav > li {
    clear: both;
}

.main-nav .nav > li > a {
    color: #97bbb9;
    border-radius: 0px;
    padding: 15px 20px;
    font-weight: bold;
}

.main-nav .nav > li > a:hover, .main-nav .nav > li > a:focus {
    background-color: #173e57;
}

.main-nav .nav span.nav-label {
    margin-left: 25px;
}

.nav .sub-nav {
    background: #103046;
    border-left: 6px solid #173e57;
}

.small-nav .nav .sub-nav {
    position: absolute;
    left: 55px;
    top: 0px;
}

.nav .sub-nav > li > a {
    padding-left: 20px;
    font-weight: normal;
    font-size: 13px;
}

.nav .sub-nav .nav-divider {
    margin: 4px 0;
    background-color: #173e57;
}

.nav .sub-menu-caret {
    display: none;
}

.small-nav .sub-menu-caret {
    display: inline;
}

/* ######### MAIN CONTENT ######### */
/* ######### MAIN CONTENT ######### */
/* ######### MAIN CONTENT ######### */
/* ######### MAIN CONTENT ######### */
/* ######### MAIN CONTENT ######### */
/* ######### MAIN CONTENT ######### */
/* ######### MAIN CONTENT ######### */

.content-wrapper {
    margin-left: 220px;
    min-height: 100%;
    background: #f0f0f0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.small-nav .content-wrapper {
    margin-left: 55px;
}

.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}

/* ------ Title bar ------- */

.page-title {
    width: 100%;
    padding: 0px 30px 15px;
    background: #fff;
    border-top: 3px solid #e1e1e1;
}

.page-title h1 a {
    color: #e1e1e1;
}

.page-title h1 a:hover {
    color: #1095ad;
    text-decoration: none;
}

.page-title-right {
    margin: 15px 0px;
    text-align: right;
}

.content-sub-wrapper {
    padding: 25px 40px;
}

.c-box {
    background: #fff;
    border-top: 6px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 20px;
}

.history-item {
    text-align: center;
    width: 150px;
}

.remove-item {
    text-align: center;
    width: 150px;
}

.item-name {
    width: 25%;
}

.tags-group{
    padding: 5px;
    border-bottom:1px dotted #E5E5E5;
    margin-left: 5px;
}

.form-spacer{
    border-bottom:1px dotted #E5E5E5;
}



/* ######### USERS ######### */
/* ######### USERS ######### */
/* ######### USERS ######### */
/* ######### USERS ######### */
/* ######### USERS ######### */
/* ######### USERS ######### */
/* ######### USERS ######### */

.role-remove, .account-remove {
    cursor: pointer;
}

.save-btn {
    margin-bottom: 15px;
}


/* ######### NUMBERS ######### */
/* ######### NUMBERS ######### */
/* ######### NUMBERS ######### */
/* ######### NUMBERS ######### */
/* ######### NUMBERS ######### */

.ngn-label-group{
    padding: 0 0 5px;
    margin: 5px 0;
}

.ngn-label-group .ngn-label {
    display: inline;
    padding-right: 10px;
    font-size: 13px;
}


/* ######### REPORTS ######### */
/* ######### REPORTS ######### */
/* ######### REPORTS ######### */
/* ######### REPORTS ######### */
/* ######### REPORTS ######### */
/* ######### REPORTS ######### */
/* ######### REPORTS ######### */

.report-tile-title h1 {
    margin: 0 0 20px;
}

.report-tile a {
    display: block;
    background: #ccc;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.report-tile .outer {
    display: table;
    width: 100%;
    overflow: hidden;
}

.report-tile .inner {
    display: table-cell;
    vertical-align: middle;
}

.report-tile h2 {
    color: #fff;
}

.report-tile-green {
    background-color: #76da57 !important;
}

.report-tile-blue {
    background: #7cb5ec !important;
}

.report-tile-orange {
    background: #e4b666 !important;
}

.report-tile-red {
    background: #e46969 !important;
}

#custom-dates {
    display: none;
}

#report_labels {
    display: none;
}

#report_new_label {
    display: none;
}

#report_scheduled_recipient {
    display: none;
}

#report_results {
    display: none;
}

#generate_report,
#schedule_report {
    margin-left: 10px;
}

#generate_report .spinner,
#schedule_report .spinner {
    display: none;
}

#generate_report .txt i,
#schedule_report .txt i {
    margin-left: 5px;
}

#schedule_report .txt-update {
    display: none;
}

#clear_schedule {
    margin: 0 0 4px 5px;
}

#report_graph {
    width: 100%;
    height: 80%;
    display: none;
}




/* Scheduled Reports */

.txt-editing-schedule {
    display: none;
}

#scheduled_reports .col_frequency {
    text-transform: capitalize;
}

#scheduled_reports .col_status {
    width: 50px !important;
    text-align: center;
}

#scheduled_reports .col_remove,
#scheduled_reports .col_run,
#scheduled_reports .col_edit {
    width: 40px !important;
    text-align: center;
}