/*/------------------------------ WEB FONTS ------------------------------/*/

html {
    height: 100%;
}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../fonts/GothamRounded-Book.eot');
    src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Book.woff2') format('woff2'),
    url('../fonts/GothamRounded-Book.woff') format('woff'),
    url('../fonts/GothamRounded-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('../fonts/GothamRounded-Bold.eot');
    src: url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
    url('../fonts/GothamRounded-Bold.woff') format('woff'),
    url('../fonts/GothamRounded-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000;
    padding-top: 150px;
    font-family: GothamRounded-Book, "Montserrat", Helvetica, Arial, sans-serif;
}

a, button {
    cursor: pointer;
}

@media (max-width: 1008px) {
    body {
        padding-top: 120px;
    }
}

@media (min-width: 1400px) {
    .container.hublist {
        width: 1300px;
    }
}

@media (min-width: 1500px) {
    .container.hublist {
        width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container.hublist {
        width: 1500px;
    }
}

@media (min-width: 1700px) {
    .container.hublist {
        width: 1600px;
    }
}

.logo img {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 150px;
}

.logo-container {
    margin: 50px 0px 50px;
    display: flex;
    justify-content: center;
}

.logo {
    text-align: center !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

h1.login-h1 {
    margin-bottom: 30px;
    font-size: 25px;
}

.login-input input {
    background: #FCFCFC;
    border: 2px solid #E7E7E7;
    margin: 0px auto;
    padding: 15px;
    width: 100%;
    display: block;
    border-radius: 3px;
    font-size: 18px;
    transition: opacity 0.4s;
    text-align: left;
    height: auto;
    -webkit-appearance: none
}

.btn-remove {
    color: #FFF;
    background-color: #B7070F;
    border: 2px solid #B7070F !important;
    background-image: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.btn-remove:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
}

.btn-add-platform {
    color: #FFF;
    background-color: #10A400;
    border: 2px solid #10A400 !important;
    background-image: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.btn-add-platform:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
}

.btn-run-ota {
    color: #FFF;
    background-color: #A41413;
    border: 2px solid #A41413 !important;
    background-image: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.btn-run-ota:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
}

.btn-translate {
    color: #FFF;
    background-color: #3E8A98;
    border: 2px solid #3E8A98 !important;
    background-image: none;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.btn-translate:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
    border-radius: 10px;
}

.btn-login {
    color: #FFF;
    background-color: #95BF4A;
    border: 2px solid #95BF4A !important;
    background-image: none;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    font-size: 20px;
}

.btn-login:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
    font-size: 20px;
}

.sign-up p {
    color: white;
    text-align: center;
    padding: 20px;
}

.back-to-login p {
    padding-top: 18px
}

.sign-up a {
    font-weight: bold;
    color: #3BB1E0;
}

.logo {
    color: #FFF !important;
    font-size: 32px;
    margin-top: 8px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    float: left;
}

.logo span span {
    color: #10C469 !important;
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

#topnav .active a:first-of-type {
    color: black;
}

#topnav .active a:first-of-type i {
    color: black;
}

#topnav .active .submenu li.active a {
    color: black;
}

.globalBackground, .background-header-box{
    background-color:#09425f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.user-information.white-block.clearfix {
    background: /* top, transparent red, faked with gradient */ linear-gradient(
            rgba(142, 136, 133, 0.55),
            rgba(142, 136, 133, 0.55)
    ),
        /* bottom, image */ url("../img/backgrounds/login3.jpg") no-repeat fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}

#topnav .topbar-main .badge {
    position: absolute;
    top: 12px;
    right: 7px;
}

#topnav .topbar-main .nav > li > a {
    color: #FFF !important;
    line-height: 60px;
    padding: 0px 15px;
    position: relative;
    background: transparent !important;
}

#topnav .topbar-main .nav > li > a i {
    font-size: 16px;
}

#topnav .topbar-main .navbar-nav > .open > a {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#topnav .topbar-main .profile img {
    border: 2px solid #EDF0F0;
    height: 36px;
    width: 36px;
}

#topnav .topbar-main .navbar-nav {
    margin: 0px;
}

#topnav .topbar-main {
    height: 70px;
}

#topnav .app-search {
    position: relative;
    margin: 15px 15px 15px 10px;
}

#topnav .app-search a {
    position: absolute;
    top: 5px;
    right: 20px;
    color: rgba(255, 255, 255, 0.7);
}

#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: #FFF;
    padding-left: 20px;
    padding-right: 40px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 30px;
    height: 30px;
    width: 180px;
}

#topnav .app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .app-search input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .app-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .app-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

#topnav .navbar-custom {
    background-color: #FFF;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle:hover {
    background-color: transparent;
}

#topnav .navbar-toggle:hover span {
    background-color: #231F20;
}

#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navbar-toggle:focus span {
    background-color: #231F20;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 23px auto 17px auto;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #FFF;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform .5s ease;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: GothamRounded-Bold, "Montserrat", serif;
    text-transform: uppercase;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #7F7F7F;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

#topnav .navigation-menu > li > a:hover {
    color: black;
}

#topnav .navigation-menu > li > a:hover i {
    color: black;
}

#topnav .navigation-menu > li > a:focus {
    color: black;
}

#topnav .navigation-menu > li > a:focus i {
    color: black;
}

#topnav .navigation-menu > li > a:active {
    color: black;
}

#topnav .navigation-menu > li > a:active i {
    color: black;
}

#topnav .navigation-menu > li > a i {
    font-size: 18px;
    margin-right: 5px;
    color: rgba(67, 89, 102, 0.8);
    vertical-align: middle;
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
    background-color: transparent;
}

@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .mobileswitcher {
        display: none;
    }
}

@media (min-width: 1200px) {
    .table-responsive {
        overflow-x: hidden;
    }
}

/*
  Responsive Menu
*/
@media (min-width: 992px) {
    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navigation-menu > li:first-of-type a {
        padding-left: 0px;
    }

    #topnav .navigation-menu > li:hover a {
        color: black;
    }

    #topnav .navigation-menu > li:hover a i {
        color: black;
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #E7E7E7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #FFF;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }

    #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
        content: "\e649";
        font-family: "themify";
        position: absolute;
        right: 20px;
        font-size: 9px;
    }

    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 8px 25px;
        clear: both;
        white-space: nowrap;
        color: #435966;
    }

    #topnav .navigation-menu > li .submenu li a:hover {
        color: black;
    }

    #topnav .navigation-menu > li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        color: #949BA1;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 72px;
    }

    .container {
        width: auto;
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }

    #topnav .navigation-menu > li {
        float: none;
    }

    #topnav .navigation-menu > li > a {
        color: #435966;
        padding: 15px;
    }

    #topnav .navigation-menu > li > a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #435966;
    }

    #topnav .navigation-menu > li .submenu li a:hover {
        color: black;
    }

    #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
        content: "\e64b";
        font-family: "themify";
        position: absolute;
        right: 30px;
    }

    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 2px;
    }

    #topnav .navigation-menu > li.has-submenu.open > a {
        color: black;
    }

    #topnav .navbar-header {
        float: left;
    }

    #navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #E7E7E7;
        border-bottom: 1px solid #E7E7E7;
        background-color: #FFF;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

.notification-box {
    margin-right: 10px;
}

.notification-box ul {
    max-height: 60px;
}

.notification-box ul li a {
    font-size: 24px;
    color: #FFF;
    display: block;
    line-height: 60px;
}

.noti-dot {
    position: relative;
    top: -45px;
}

.notifications .pulse {
    width: 2px;
    height: 2px;
    border: 3px solid #FF5B5B;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #FF5B5B;
    z-index: 10;
    position: absolute;
    right: 18px;
}

.notifications .dot {
    border: 4px solid #FF5B5B;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -12px;
    left: 12px;
    z-index: 1;
    opacity: 0;
}

.notifications i.fa.fa-bell-o {
    font-size: 24px !important;
    position: relative;
    top: 4px
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.user-box {
    text-align: center;
}

.user-box .user-img {
    display: none;
    position: relative;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 8px;
    right: 15px;
    line-height: 0px !important;
}

.remove_organisation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.user-box .user-status i {
    font-size: 12px !important;
}

.user-box .user-status.away i {
    color: #F9C851;
}

.user-box .user-status.offline i {
    color: #FF5B5B;
}

.user-box .user-status.online i {
    color: #10C469;
}

.user-box .user-status.busy i {
    color: #98A6AD;
}

/* Footer */
.footer {
    border-top: 1px solid rgba(67, 89, 102, 0.1);
    bottom: 0px;
    color: #58666E;
    text-align: left !important;
    padding: 20px 0px;
    position: absolute;
    right: 0px;
    left: 0px;
}

.footer ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.footer ul li a {
    color: #98A6AD;
}

.footer ul li a:hover {
    color: #231F20;
}

.wrapper.right-bar-enabled .right-bar {
    right: 0;
    display: block !important;
}

.wrapper.right-bar-enabled .left-layout {
    left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
    float: right !important;
    right: -266px;
    top: 0px;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #FFF;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    display: block;
    float: left;
    height: 100%;
    position: fixed;
    transition: all 200ms ease-out;
    width: 240px;
}

.right-bar {
    background: #FFF !important;
    z-index: 9999 !important;
}

.right-bar h4 {
    border-bottom: 1px solid rgba(152, 166, 173, 0.5);
    padding: 4px 10px 10px 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.right-bar .right-bar-toggle {
    float: right;
    line-height: 46px;
    font-size: 20px;
    color: #333;
    padding: 0px 10px;
}

.notification-list {
    padding-bottom: 60px;
    height: 100%;
}

.notification-list .list-group-item {
    border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
    margin-bottom: 0px;
}

.notification-list .list-group-item.active {
    background-color: rgba(152, 166, 173, 0.1);
}

.user-list .user-list-item .avatar {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.user-list .user-list-item .avatar img {
    border-radius: 50%;
    width: 100%;
}

.user-list .user-list-item .icon {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.user-list .user-list-item .icon i {
    color: #FFF;
    line-height: 30px;
    font-size: 16px;
}

.user-list .user-list-item .user-desc {
    margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
    color: #435966;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.user-list .user-list-item .user-desc span.desc {
    color: #98A6AD;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
    font-size: 11px;
    color: #231F20;
    font-style: italic;
}

/* Invoice logo */
.invoice-logo {
    color: #188AE2 !important;
}

.paddingTop-170 {
    padding-top: 170px;
}

.dashboard-box {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #FFF;
}

.content-wrapper-box {
    padding: 15px 20px !important;
}

.dashboard-box p {
    padding: 15px 20px;
}

.background-header-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 15px;
    font-family: GothamRounded-Book, sans-serif;
    text-transform: uppercase;
    color: #FFF;
}

.dashboard-title {
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
}

.status-icon {
    font-size: 18px;
}

.menu-icon {
    font-size: 13px !important;
    padding-bottom: 3px
}

.amount {
    font-size: 30px;
    padding: 20px;
    text-align: center;
}

ul.nav.navbar-nav.navbar-right.pull-right {
    padding-top: 20px;
}

img.logo-dashboard {
    height: 5em;
    color:white;
    position: absolute;
    top: 9px;
}

.dashboard-title{
    color:#f8efff;
}

#topnav .navbar-toggle {
    padding-top: 20px;
}

/*Mobile responsiveness*/

@media (max-width: 414px) {
    .amount {
        display: inline;
        text-align: right;
        font-size: 18px;
        float: right;
        padding: 7px;
    }
}

/*Profile page*/

.btn-edit {
    color: #000;
    background-color: rgba(208, 208, 208, 0.38);
    border: 2px solid rgba(208, 208, 208, 0.56) !important;
    background-image: none;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.btn-edit:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
}

.btn-annuleren {
    color: #000;
    background-color: rgba(208, 208, 208, 0.38);
    border: 2px solid rgba(208, 208, 208, 0.56) !important;
    background-image: none;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.btn-annuleren:hover {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    opacity: 0.75;
}

.btn-gravatar i.fa.fa-external-link {
    font-size: 13px;
}

.btn-gravatar {
    max-width: 250px;
    font-family: GothamRounded-Book;
}

.btn-opslaan {
    max-width: 175px;
    margin: 0px auto;
    font-family: GothamRounded-Book;
}

p.gravatar-content {
    margin-bottom: 40px;
}

.btn-accountinformatie {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    padding: 20px;
}

.btn-instellingen {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    background: #F3F4F9;
}

.btn-accountinformatie a, .btn-instellingen a {
    color: #435966;
    text-decoration: none;
}

div#account-info.tab-pane.active {
    padding-top: 50px;
    padding-bottom: 50px
}

div.col-sm-6.pw-change.text-only {
    text-align: left !important;
    padding-top: 7px !important;
}

.user-information img.avatar {
    height: 200px;
    border-radius: 50%;
    border: solid 2px #FFF;
    /*margin-top: 20px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    -webkit-box-shadow: 0px 1px 31px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 31px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 31px -13px rgba(0, 0, 0, 0.75);
}

.user-information .col-md-9 {
    margin-top: 5px;
}

.user-information h1 {
    font-family: GothamRounded-Book;
    text-transform: uppercase;
}

.user-information {
    padding: 50px 20px 70px;
}

header.panel-heading.tab-bg-dark-navy-blue {
    padding: 0px;
}

.panel {
    border: 0px !important;
}

.nav-tabs li a {
    background: #F3F4F9;
    border: 1px solid #F3F4F9 !important;
}

.nav-tabs li.active a, .nav-tabs li.active a:active {
    background: #FFF;
    border: 0px !important;
}

.white-block {
    background: white;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}

.noPadding {
    padding: 0px !important;
}

.spesp-status-box div.col-md-3.pull-right.text-right {
    margin: 15px -15px 25px;
}

/*responsive menu*/

/* =Nav
-------------------------------------------------------------- */
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger i {
    font-size: 20px;
}

#nav-trigger span {
    margin-top: 25px;
    margin-right: 5px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #5C524B;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}

#nav-trigger span:hover {
    background-color: #6E645D;
}

#nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #FFF;
    border-right: solid 10px transparent;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    position: absolute;
    top: 33px;
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #8E8885;
    padding-left: 0px;
}

nav#nav-mobile li {
    color: #FFF;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 2px #FFF;;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    color: white;
    padding: 5px 30px;
    font-size: 13px;
}

nav#nav-mobile a:hover {
    background-color: #2D364A;
    color: #FFF;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 767px) {
    #nav-trigger {
        display: block;
    }

    .col-md-12, .col-md-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .white-block {
        padding: 5px;
    }

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

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }
}

/* =END
-------------------------------------------------------------- */

i.menu-responsive {
    padding-right: 7px;
}

.add-platform input {
    margin-bottom: 20px;
    padding: 22px;
}

/*NOTIFICATIONS*/

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.notification-dropdown {
    margin-top: 0px;
    border-radius: 2px;
}

.notification-dropdown li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.notifications .dropdown-menu {
    min-width: 400px;
}

.create-update-container i.input-fa-icon {
    height: 18px;
    position: relative;
    font-size: 19px;
    left: 135px;
    top: 32px;
    color: #435966;
}

.create-update-container .btn-green {
    max-width: 300px;
    margin: 0px auto;
}

img.password-icon {
    height: 23px;
    position: relative;
    /* right: -22px; */
    left: 22px;
    top: 31px;
}

/*LOGIN PLACEHOLDER WHITE COLOR*/

input.input-email::-webkit-input-placeholder, input.input-password::-webkit-input-placeholder, input.input-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}

input.input-email::-moz-placeholder, input.input-password::-moz-placeholder, input.input-field::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}

input.input-email:-ms-input-placeholder, input.input-password:-ms-input-placeholder, input.input-field:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}

input.input-email:-moz-placeholder, input.input-password:-moz-placeholder, input.input-field:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}

.btn-green {
    background: #9C6;
    padding: 10px;
    color: #FFF;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    font-family: GothamRounded-Book;
}

.btn-blue {
    background: #378AC6;
    padding: 10px;
    color: #FFF;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    font-family: GothamRounded-Book;
}

.settings a {
    color: #435966;
    font-family: GothamRounded-Book;
    text-transform: uppercase;
}

.settings label {
    color: #435966;
    font-family: GothamRounded-Book;
    text-transform: uppercase;
}

.create-password {
    margin-bottom: 25px;
}

.create-update-container input {
    background: transparent;
    color: #435966 !important;
    border: solid 1px;
    border-radius: 5px;
    display: block;
    /*margin: 0px auto;*/
    padding-left: 20px;
    font-size: 16px;
}

.create-update-container label {
    padding: 15px 0px 5px 0px;
}

.create-user {
    margin-top: 20px;
}

.upload-form {
    border-radius: 50px;
}

.noMargin {
    margin: 0px !important;
}

.button-wrapper button {
    margin-bottom: 10px;
}

/*---------------------------------------- DEFAULTS -------------------------------------------------*/

.header-box h1, .header-box h2, .header-box h3, .header-box h4, .header-box h5, .header-box h6 {
    font-family: GothamRounded-Book;
    text-transform: uppercase;

}

.header-box-bold h1, .header-box-bold h2, .header-box-bold h3, .header-box-bold h4, .header-box-bold h5, .header-box-bold h6 {
    font-family: GothamRounded-Book;
    text-transform: uppercase;
    font-weight: bold;

}

.header-default h1, .header-default h2, .header-default h3, .header-default h4, .header-default h5, .header-default h6 {
    font-weight: 300 !important;
}

.btn-default {
    background: #3E8A98;
    padding: 7px;
    padding-bottom: 5px;
    color: #EEE;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    min-width: 125px;
    border: none;
    font-family: GothamRounded-Book;
    text-shadow: none;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.btn-primary {
    background: #378AC6;
}

.btn-success {
    background: #9C6;

}

.btn-info {
    background: #5BC0DE;
}

.btn-warning {
    background: #EB9316;
}

.btn-danger {
    background: #C12E2A;
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    padding: 7px;
    padding-bottom: 5px;
    color: #FFF;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    min-width: 125px;
    border: none;
    font-family: GothamRounded-Book;
}

.btn-primary i.fa, .btn-success i.fa, .btn-info i.fa, .btn-warning i.fa, .btn-danger i.fa, .btn-default i.fa {
    position: relative;
    top: 2px;
    left: -5px;
}

.checkbox.disabled {
    color: #D6D6D6;
}

.checkbox label, .radio label {
    color: #FFF;
}

.sideBarIcon {
    cursor:pointer;
    font-size:15px;
}

#organisationTree li{
    list-style-type:none;
}

.firstOrganisationSidebar{
    padding-left:0 !important;
    margin-left:0 !important;
}

.radio.disabled {
    color: #D6D6D6;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.selectedLink{
    color: black !important;
    font-weight:bold;
}

.alert-danger, .alert-info, .alert-success, .alert-warning {
    background-image: none;
}

.alert-danger {
    background: #ECAEAD;
}

.alert-warning {
    background: #FDEFA7;
}

.alert-info {
    background: #A6D5EC;
}

.alert-success {
    font-size: 15px;
    font-family: 'Gotham', sans-serif;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.status_info {
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
    color: #3E8A98;
}

.addOrganisation {
    right: 0px;
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: white;
}

.addOrganisation:hover {
    text-decoration: none;
}

th a {
    color: #FFF;
}

th a:hover {
    color: #FFF;
    text-decoration: underline;
}

.dynatable-search {
    float: right;
    margin-bottom: 10px;
}

.dynatable-pagination-links {
    float: right;
}

.dynatable-record-count {
    display: block;
    padding: 5px 0;
}

.dynatable-pagination-links span,
.dynatable-pagination-links li {
    display: inline-block;
}

.dynatable-page-link,
.dynatable-page-break {
    display: block;
    padding: 5px 7px;
}

.dynatable-page-link {
    cursor: pointer;
}

.dynatable-active-page,
.dynatable-disabled-page {
    cursor: text;
}

.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
    text-decoration: none;
}

.dynatable-active-page {
    background: #71AF5A;
    border-radius: 5px;
    color: #FFF;
}

.dynatable-active-page:hover {
    color: #FFF;
}

.dynatable-disabled-page,
.dynatable-disabled-page:hover {
    background: none;
    color: #999;
}

.hub-statuses {
    max-height: 160px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.sense-alert {
    font-family: GothamRounded-Book, "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.nicefont {
    font-family: GothamRounded-Book, "Montserrat", Helvetica, Arial, sans-serif;
}

.deletionnote {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    font-style: italic;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

div#radioBtn a {
    border-radius: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    min-width: 60px;
}

div#radioBtn {
    border: 1px solid #ccc;
}

a.btn.btn-primary.btn-sm.notActive {
    border-left: 1px solid #ccc;
}

div#navigationcontenttop .pagination {
    margin: 0px;
}

.fillstatus {
    background: linear-gradient(180deg, #fff 50%, #000 50%);
    height: 15px;
    width: 10px;
    border: 1px solid black;
    margin-top: 7px;
    display: none;
}

i.fa.fa-wifi {
    font-size: 18px;
}

span.fillstatus.fill_24 {
    background: linear-gradient(180deg, #fff 30%, green 20%);
    display: inline-block;
    border: 1px solid green;
}

span.fillstatus.fill_135 {
    background: linear-gradient(180deg, #fff 50%, orange 20%);
    display: inline-block;
    border: 1px solid orange;
}

span.fillstatus.fill_136 {
    background: linear-gradient(180deg, #fff 75%, red 20%);
    display: inline-block;
    border: 1px solid red;
}

.btn-edit {
    background: #3E8A98;
    padding: 7px;
    padding-bottom: 5px;
    color: #EEE;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    border: none;
    text-shadow: none;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.easyiconlist {
    margin-top: 15px;
    bottom: 15px;
}

.findicon {
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 4px;
}

.loadingspinner {
    margin-top: 15px;
    text-align: center;
}

.loadingspinner i {
    font-size: 30px;
    margin-bottom: 15px;
}

tr.blockedOrganisationRow {
    background-color: red !important;
    color: white;
}

.stripeBlock {
    text-decoration: line-through;
}

.darklink {
    color: #337ab7;
}

.blockCenter {
    text-align: center;
}

.logged-in-as-redirects {
    display: flex;
    flex-direction: column;
}

.alert-big {
    height: 70px;
}

.user_password_checkbox {
    margin-top: 8px;
    text-transform: capitalize;
}

.password_edit_red label {
    color: red;
}

#show_password, #show_password_fields_lock, #show_developer, #show_master {
    display: none;
}

#show_password_fields {
    color: red;
    cursor: pointer;
    margin-top: 15px;
}

i.fa.fa-lock.edit_page {
    color: green;
    cursor: pointer;
    margin-top: 17px;
}

.alert-success.resetform {
    color: green;
    padding-bottom: 10px;
}

.warehouseButtonColor {
    background: coral;
}

.sense_hubs {
    width: 60px;
    padding-top: 8px;
}

div#SenseHubradioBtn {
    border: 1px solid #ccc;
}

div#SenseHubradioBtn a {
    border-radius: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    min-width: 60px;
}

#SenseHubradioBtn .sensehubbutton {
    color: #3276b1;
    background-color: #fff;
}

.sensecolors {
    background-color: #5BC0DE;
}

a.btn.btn-primary.onlinebutton.btn-sm.sensehubbutton.active {
    background-color: #265a88 !important;
    border-color: #245580;
    color: white !important;
}

.alert.alert-warning a {
    color: #435966;
}

.multihubsblock {
    padding: 0px 15px;
}

.multihubsblock .row {
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
}

.multihubsblock .row:last-child {
    margin-top: 5px;
    border-bottom: 0px solid #ccc;
}

.pump-speed-error-action {
    float: right;
    font-size: 14px;
    color: #a94442;
}

.pump-speed-error-action:hover {
    cursor: pointer;
}

.input-cartridge-amount-holder {
    display: flex;
    justify-content: space-evenly
}

.input-cartridge-amount {
    width: 90%;
}

.inline {
    display: inline !important;
}

.templateCheckBox {
    margin: 4px 0 0;
    line-height: normal;
}

.checkboxLabel {
    padding: 0 !important;
}

.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    text-align: left;
    background-color: crimson;
    color: #FFFFFF;
}

.betaText {
    color: black;
    font-weight: bold;
}

.darkText {
    color: black;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#betaSwitcher {
    margin-top: 20px;
    text-align: center;
}

.fullscreenBox {
    margin: 0px 10px;
}

.organisation-list {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.child-organisation-list {
    display: none;
    list-style: none;
}

.organisation-list .active {
    display: block;
}

.organisation-list .toggle, .clickableOrganisation {
    cursor: pointer;
}

.organisationLeader {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.selectedOrganisation {
    font-weight: bold;
}

.cleanRow {
    padding: 0;
    margin: 0;
}

.stickyHubList {
    position: fixed;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
}

#loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

#loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.organisation-list {
    user-select: none;
}

.show .organisation-list:first-child {
    display:block !important;
}

li.parent ul.organisation-list {
    padding-left: 20px;
}

.boldSidebarItem{
    font-weight:bold;
    color:#5BC0DE;
}

/* Hide child organisations by default */
ul.organisation-list ul.organisation-list {
    display: none;
}

.clickableOrganisation:hover {
    color: black;
}

.generatedList .organisation-list li.parent {
    border-bottom: 1px solid lightgrey;
    line-height: 22px;
}

.generatedList .organisation-list li.parent:last-child {
    border-bottom: none;
}

.noOrganisationBorder {
    border-bottom: none !important;
}

.betaFastBox{
    padding:10px;
    border:1px solid black;
    border-radius:15px;
    text-align:center;
    margin:10px;
    cursor:pointer;
}
.betaFastBox i{
    font-size:30px;
}

#particleBackground {
    position: fixed;
    inset: 0;
    z-index: 0;            /* behind content */
    background: black;   /* fallback color while loading */
}

/* Ensure the login card sits above the particles */
.login-item,
.login-wrapper,
.login-card,
.app-login-container {
    position: relative;
    z-index: 1;
}

/* Your outer login box—added a subtle shadow for depth */
.login-shell {
    width: 400px;
    padding: 15px;
    border-radius: 15px;
    background: #111;
    border:1px solid #09425f;
    margin: 0 auto;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* Optional: center on page */
body, html {
    height: 100%;
}
.page-center {
    min-height: 100%;
    z-index:100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

div#organisationList ul {
    margin: 0;
    padding: 0;
}

div#organisationList ul li {
    margin: 0 0 0 10px;
    padding: 0;
}