html,
body {
    height: 100%;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    background-color: #eeeeee;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
    font-weight: 300;
}

/*
* Menu
*/

.navbar.navbar-default {
    margin: 0;
}

.navbar-default > .container-fluid > #navbar > ul.navbar-nav > li:hover {
    background: #080808;
}

.navbar-default > .container-fluid > #navbar > ul.navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-default > .container-fluid > #navbar > ul.navbar-nav > li.active > a {
    color: #3598dc;
}

@media screen and (max-width: 767px) {
    .navbar-push {
        background: #222;
    }
}

/*
* Login container
*/

.login-container {
    text-align: center;
    margin-top: 100px;
    width: 100%;
    padding: 0;
    color: #6b6b6b;
}

.login-container .lead {
    color: #3598dc;
}

.login-container form {
    background-color: white;
    width: 450px;
    margin: auto;
    margin-top: 40px;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 40px;
}

.login-container form input {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 20px;
    width: 90%;
    height: 40px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #c7c8d3;
    outline: none;
    font-size: 14px;
    color: #3598dc;
}

.login-container form input:focus {
    border-bottom: 1px solid #3598dc;
}

.login-container form input[type="submit"] {
    background-color: #3598dc;
    color: white;
    margin-top: 25px;
}

.errorMessage {
    text-align: left;
    color: red;
    margin-right: 25px;
    margin-left: 25px;
}

@media screen and (max-width: 767px) {
    .login-container form {
        width: 90%;
        padding: 5px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .errorMessage {
        margin-top: 25px;
    }
}

/*
* Dashboard
*/

.container .jumbotron {
    padding: 25px 35px;
    margin-top: 35px;
    color: #3d3d3d;
    background: white;
}

.container .jumbotron strong {
    color: #3d3d3d;
}

.container .spinner_container {
    text-align: center;
    padding-bottom: 20px;
}

.container .spinner_container img {
    width: 20px;
}

.container .no_more_activities {
    text-align: center;
    color: #3d3d3d;
    padding-bottom: 30px;
}

.container .activities_picker {
    margin-top: 25px;
    margin-bottom: 25px;
}
.container .activities_picker .input-group input {
    text-align: center;
}

@media screen and (min-width: 767px) {
    .container .activities_picker .form-inline input {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .container .activities_picker .input-group input {
        margin-top: 10px;
    }
}

/*
* Analyse
*/

.analyse_container > .row > div > div {
    margin-top: 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.analyse_container .analyse_content {
    padding: 10px 25px 20px 25px;
}

.analyse_menu {
    overflow: hidden;
}

.analyse_menu .nav-pills > li > a {
    border-radius: 0;
    color: #3598dc;
}

.analyse_menu .nav-pills > li > a:hover {
    background: #a4cce7;
    color: #3d3d3d;
}

.analyse_menu .nav-pills > li.active > a {
    background: #3598dc;
    color: white;
}

.analyse_menu .nav-pills > li {
    margin: 0;
}

#piechart {
    width: 100%;
    height: 500px;
}

#linechart {
    width: 100%;
    height: 500px;
}

.input-daterange input {
    background: #eeeeee;
    border-color: #989898;
}

.input-group-addon {
    border: none;
    color: #989898;
    background: transparent;
}

.analyse_container .btn-sm {
    margin-top: 1.5px;
    margin-bottom: 15px;
}

.analyse_container .lead,
.settings_container .lead {
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .input-daterange {
        margin-top: 15px;
    }
}

#users table .small-heads,
#sessions table .small-heads {
    font-size: 10px;
    color: #989898;
}

#users .table-responsive {
    overflow: auto;
    max-height: 500px;
}

#users table thead {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

#users table tbody {
    z-index: 0;
}

#users table .totals {
    z-index: 10;
    background: white;
    position: sticky;
    bottom: 0;
}

.green {
    color: green;
}

.red {
    color: red;
}

#users table,
#sessions table {
    font-size: 12px;
}

#users table .name {
    text-align: left;
    max-width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#users .table-responsive > .table > thead > tr > td {
    white-space: inherit;
}

/*
* Settings
*/

.settings_container {
    margin-top: 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 10px 25px 20px 25px;
}

.settings_container .lead.big {
    font-size: 14px;
}

#users .form-control {
    height: 30px;
}

.inline-form label,
.form-inline label {
    color: #888888;
    font-size: 12px;
}

.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 4px 8px;
    color: #3598dc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: rgba(53, 152, 220, 0.2);
    color: #333;
    border-color: #9accee;
}

.settings_container #users .table-striped > tbody > tr:nth-of-type(odd),
.white-popup-block .table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(53, 152, 220, 0.2);
}
.settings_container #users .table-striped > tbody > tr:nth-of-type(odd):hover,
.white-popup-block .table-striped > tbody > tr:nth-of-type(odd):hover {
    background: rgba(53, 152, 220, 0.3);
}
.settings_container #users .table-striped > tbody > tr:nth-of-type(even):hover,
.white-popup-block .table-striped > tbody > tr:nth-of-type(even):hover {
    background: rgba(53, 152, 220, 0.1);
}
.settings_container #users .table-striped > tbody > tr > td,
.settings_container #users th,
.white-popup-block .table > tbody > td,
.white-popup-block .table th {
    border: 1px solid #9accee !important;
}

.settings_container .category_container {
    padding: 25px;
}
.settings_container .category {
    padding: 10px;
    border: 1px solid #9accee;
    border-radius: 5px;
    height: 200px;
}
.settings_container .sites_list {
    overflow-y: scroll;
    height: 135px;
}
.settings_container .category .category_name {
    text-align: center;
    color: #3598dc;
    cursor: move;
}
.settings_container .ghost,
.settings_container .category_container.fake .category {
    background: rgba(53, 152, 220, 0.1);
}
.settings_container .category_container.fake .category {
    line-height: 100%;
    cursor: pointer;
}
.settings_container .category_container.fake .category p {
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}
.settings_container .category_container.fake .category:hover p {
    opacity: 0.8;
    color: #3598dc;
}
.settings_container .category_container.fake .category p.icon {
    top: calc(50% - 40px);
    font-size: 40px;
}
.settings_container .category_container.fake .category p.text {
    top: 33%;
    font-size: 18px;
    line-height: 20px;
}
.settings_container .category_container.real {
    padding-top: 0;
}
.settings_container .category_container .button-controls {
    position: relative;
    top: 30px;
    right: 5px;
    z-index: 1;
}
.settings_container .category_container .button-controls button {
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.6;
}
.settings_container .category_container .button-controls button:hover {
    opacity: 1;
}
.settings_container .site {
    padding: 5px;
    font-weight: 500;
}
.settings_container .site:nth-child(n + 10) {
    opacity: 0.4;
}
.settings_container .site_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    padding-right: 5px;
    cursor: move;
}
.settings_container .category_container {
    border-radius: 5px;
}
.settings_container a {
    cursor: pointer;
}
.white-popup-block form {
    margin-bottom: 10px;
}
.white-popup-block form input[type="text"] {
    font-size: 12px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .white-popup-block .table-responsive {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

.small-form-loading p {
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 0;
    display: inline-block;
}
.small-form-loading img {
    height: 20px;
    margin-top: -2px;
}
.loading_popup_content .text {
    margin-top: 20px;
}
.settings_container .site input[type="text"] {
    width: 120px;
    padding: 2px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 2px;
    border: 1px solid #ededed;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .settings_container .site input[type="text"] {
        width: 100px;
    }
}
@media screen and (max-width: 992px) {
    .settings_container .site input[type="text"] {
        width: 200px;
    }
}
@media screen and (max-width: 767px) {
    .settings_container .site input[type="text"] {
        width: 50%;
    }
}
.loading_top_right {
    margin-bottom: -3px;
    opacity: 0;
}
.loading_top_right img {
    height: 20px;
    margin-right: 30px;
}
.loading_top_right p {
    margin-right: 65px;
    font-size: 12px;
    color: #989898;
    margin-bottom: 0;
    line-height: 23px;
}
.category form.addcat {
    margin-top: 40px;
    text-align: center;
}
.category form.addcat .btn {
    margin-top: 10px;
}

#consultantName {
    margin-bottom: 20px;
}
#consultantName #overviewTitle {
    margin-top: 30px;
}

#timeline {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    max-height: 350px;
    overflow-y: scroll;
}

#timeline p {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
}

.archived {
    opacity: 0.5;
}

.table-orderable td:not(.not-orderable) {
    cursor: pointer;
}

.icon-sort-desc {
    display: none;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
    border-width: 6px 4px 0;
    border-top-color: #949494;
}

.icon-sort-asc {
    display: none;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    cursor: pointer;
    border-width: 0 4px 6px;
    border-bottom-color: #949494;
}

.table-orderable .small-heads td:not(.not-orderable).asc .icon-sort-asc,
.table-orderable .small-heads td:not(.not-orderable).desc .icon-sort-desc {
    display: inline-block;
}
