﻿html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    font-family: objektiv-mk1, sans-serif !important;
    font-weight: 400;
}

.show {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

.hidden {
    opacity: 0;
}
 
@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.max-width-300 {
    max-width: 300px;
    word-wrap: break-word;
}

#storageChart {
    left: -15px;
    position: relative;
}

.purple-body {
    background: transparent linear-gradient(180deg, #7E73E5 0%, #6E64C7 8%, #6158AF 34%, #5E56AA 45%, #544D98 76%, #3F3A73 100%) 0% 0% no-repeat padding-box;
    border: none;
}

.dark-body {
    background: transparent linear-gradient(180deg, #3C3C3C 0%, #272727 100%) 0% 0% no-repeat padding-box;
    border: none;
}

.white-body {
    background-color: #FFF;
    border: none;
}

.row-eq-height > [class^=col] {
    display: flex;
    flex-direction: column;
}

    .row-eq-height > [class^=col]:last-of-type div {
        margin: 10px;
    }

        .row-eq-height > [class^=col]:last-of-type div:first-of-type {
            margin-top: 0;
        }

        .row-eq-height > [class^=col]:last-of-type div:last-of-type {
            margin-bottom: 0;
        }

    .row-eq-height > [class^=col]:first-of-type .black {
        flex-grow: 1;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */

.sw-panel {
    max-width: 480px;
    background: #242B3D;
    color: white;
    border-radius: 2px;
}

.table-dark {
    width: 75%;
    background: transparent;
}

    .table-dark th {
        color: white;
        font-weight: bold;
        font-size: 12px;
    }

    .table-dark td {
        font-size: 12px;
        border-bottom: 1px solid #575757;
        padding: 10px;
        text-align: center;
    }

.form-control {
    border-radius: 0px;
    height: 35px;
    border: 1px solid #707070;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 1px solid #E80000;
}

input.valid,
textarea.valid,
select.valid {
    border: 1px solid #51D300;
}

input::-webkit-input-placeholder {
    color: #CCC;
    font-size: 1em;
}

.text-danger ul {
    list-style: none;
}

.text-danger ul li {
    color: #E80000;
    font-size: 13px;
    margin-top: 5px;
}

.validation-summary-errors ul {
    padding-left: 0px;
    text-align: center;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #E80000;
}

.field-icon {
    float: right;
    margin-right: 5px;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: black;
}

.field-validation-error {
}

i.fa-check {
    color: #4D4284;
    text-align: center
}

.login-card {
    width: 440px;
    padding: 15px;
    background: #242B3D;
    color: white;
}

.page-title {
    color: white;
    font-size: 25px;
    margin-bottom: 0px;
}
.page-title.dark {
    color: #222;
}

.page-subtitle {
    color: white;
    font-size: 23px;
    margin-top: 20px;
    margin-left: 30px;
}

.cs-page-subtitle {
    font-weight: 400;
    color: white;
    font-size: 19px;
}

.tools-title {
    font-size: 23px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}

.tools-text {
    font-size: 13px;
    color: black;
    margin-bottom: 20px;
}

.dl-result {
    display: none;
}

.dl-result-text {
    font-size: 19px;
    color: white;
}

.login-footer-text {
    font-size: 10px;
    color: #4D4284;
    background: white;
    border: none;
    text-align: center;
}

.body-content {
    overflow: hidden;
    display: block;
    min-height:100vh;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 45px; /* height of your footer */
}

.extension-list {
    background: #F7F7F7;
    margin-top: 100px;
}

.navbar {
    min-height: 60px;
    background: linear-gradient(180deg, #005DA0 20%, #002240 300%);
}

.navbar-header {
    width: 200px;
}

.navbar-inverse {
    border-color: #999;
}

.navbar-logo {
    width: 150px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .btn.btn-link.navbar-btn.navbar-link:hover {
    text-decoration: none;
}

.nav-link {
    color: #fff;
    font-weight: 100;
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.1s ease-in-out;
}

.nav-link:hover,
.nav-link:focus {
    color: #373737;
    font-weight: 100;
    background: rgba(255, 255, 255, 1);
    border-bottom: none;

}

.nav-link.active {
    color: #373737;
    font-weight: bold;
    transition: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #AAA;
}

    .navbar-light .navbar-nav .nav-link.active {
        padding-bottom: 1px;
        border-bottom: 4px solid #7E73E5;
        font-weight: normal;
        color: #222;
    }

.nav-item {
    margin-top: 10px;
}

.desktop-only.btn.btn-primary.active,
.desktop-only.btn.btn-primary:active {
    background: #7E73E5;
    border-color: #7E73E5;
    color: white;
    height: 40px;
}

.desktop-only > a.editBtn {
    color: #373737;
}

button.nav-link {
    background: none;
    border: none;
}

button.nav-link:focus {
    outline: none;
}

.avatar {
    border-radius: 50%;
    overflow: hidden;
}
    .avatar.small {
        height: 35px;
        width: 35px;
    }

.avatar-wrapper {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s ease;
}

    .avatar-wrapper:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

        .avatar-wrapper:hover .profile-pic {
            opacity: .5;
        }

    .avatar-wrapper .profile-pic {
        height: 100%;
        width: 100%;
        transition: all .3s ease;
    }

        .avatar-wrapper .profile-pic:after {
            font-family: FontAwesome;
            content: "\f007";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            font-size: 24px;
            background: #ecf0f1;
            color: #34495e;
            text-align: center;
        }

    .avatar-wrapper .upload-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .avatar-wrapper .upload-button .fa-arrow-circle-up {
            position: absolute;
            font-size: 24px;
            top: -17px;
            left: 0;
            text-align: center;
            opacity: 0;
            transition: all .3s ease;
            color: #34495e;
        }

        .avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
            opacity: .9;
        }


.card {
    border-radius: 0px;
    border: none;
}

.card-body {
    font-size: 14px;
}

.dark-card {
   /* border-left: 12px solid #16a6c6;*/
    box-shadow: 0 10px 10px #00000029;
    background: #e6eaf0;
    box-shadow: 0 2px 5px #00000029;
    /*min-height: 210px;*/
    /*min-width: 200px;*/
    color: white;
    width: 100%;
    border-radius: 0px;
}

.dark-card-header {
    border-radius: 0px 0px 0px 0px;
    background: transparent linear-gradient(82deg, #009CBD 0%, #16B7D9 100%) 0% 0% no-repeat padding-box;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.dark-card-body {
    color: #373737;
    font-size: 14px;
}

.dark-notification-card {
    min-height: 200px;
    background: transparent;
    min-width: 200px;
    color: white;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dark-notification-card-body {
    color: white;
    background: transparent;
    border: 3px solid #242b3d;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dark-card-footer:last-child {
    border: none;
    font-size: 10px;
    background: #242b3d;
    text-align: right;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-footer {
    padding: 8px;
}

.product-card {
    background: #696969;
    border-radius: 0px;
    padding: 20px;
    /*
    min-width: 200px;
    max-width: 255px;
    min-height: 255px;
    max-height: 255px;
    */
}

.product-card-header {
    font-size: 18px;
    font-weight: bold;
}

.product-card-subheader {
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 10px;
    border-bottom: solid 1px #D9D9D9;
}

.card-container {
}

.card-overlay {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    transition: .3s ease;
    background-color: white;
}

.sagan-card .card-body {
    background-color: #505050;
}

.sagan-card .card-footer {
    background-color: #373737;
    color: white;
    border-radius: 0;
}

.sagan-info-header {
    background: #373737;
    color: #fff;
    width: 100%;
    padding: 1px;
}

.sagan-info-title {
    font-size: 14px;
    padding: 4px;
}

.sagan-info-body {
    padding: 10px;
}

.sagan-info-description {
    font-size: 12px;
}

.sagan-info-icon {
    background: #7E73E5;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 25px;
    height: 25px;
    padding-left: 6px;
    padding-top: 2px;
    cursor: pointer;
    bottom: 70px;
}

.sagan-info-icon:hover {
    background: #4c4184;
}

.selected-product-card {
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #545454;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:before {
    background-color: #01CAE4;
}

input:checked + .slider {
    background-color: #287883;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 14px;
    margin-top: 6px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.banner-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: -5px;
}

    .banner-container:after {
        content: "";
        display: block;
        width: 10px;
        height: 5px;
        background-color: #584F9D;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .banner-container:before {
        content: "";
        display: block;
        height: 10px;
        width: 5px;
        background-color: #584F9D;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.banner {
    width: 100px;
    padding: 15px;
    background-color: #584F9D;
    color: #fff;
    text-align: center;
    transform: rotate(45deg) translate(28%, 35%);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

#premiumCard {
    background: transparent linear-gradient(180deg, #009CBD 0%, #42CCEA 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #0000004B;
}

    #premiumCard ul {
        list-style: none;
    }

    #premiumCard li:before {
        margin-left: -20px;
        margin-right: 10px;
        content: '✓';
    }

#freeCard ul {
    list-style: none;
}

#freeCard li:before {
    margin-left: -20px;
    margin-right: 10px;
    content: '✓';
}

.toggle-event {
    font-size: 16px;
    color: white;
}

.toggle-on.btn {
    padding-right: 0px !important;
}

.btn.btn-switchon {
    font-size: 11px;
    background: #009CBD;
    color: white;
    text-align: center;
}

.btn.btn-switchoff {
    font-size: 11px;
    background: rgb(255, 147, 1);
    color: white;
    text-align: center;
}

.btn {
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
}

.btn-warning:hover { 
    color: white!important;
}

.btn-login {
    background: #009CBD;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

.btn-primary, .btn-connect {
    background-color: rgb(255, 147, 1);
    border: none!important;
    transition: background 0.1s ease-in-out;
}

    .btn-primary:hover, .btn-connect:hover {
        background-color: rgb(255, 147, 1)!important;
    }

.btn-disconnect {
    background-color: #009CBD;
}

.btn-sagan-action {
    height: 23px;
    padding: 3px;
    background-color: #009CBD;
    box-shadow: 0px 2px 6px #0000004B;
}

/*
.btn-primary:hover, .btn-primary.hover {
        background-color: #444;
        border: 1px solid #444;
        border-radius: 22px;
        min-width: 150px;
    }
*/
.mvc-grid-pager button {
    color: #373737;
}

.mvc-grid-pager button:hover {
    background-color: rgb(255, 147, 1);
    border-color: rgb(255, 147, 1);
    color: #ffffff;
}

.mvc-grid-pager .active {
    background-color: rgb(255, 147, 1);
    border-color: rgb(255, 147, 1);
}
    .mvc-grid-pager .active:hover {
        background-color: rgb(255, 147, 1);
        border-color: rgb(255, 147, 1);
    }

.control-label {
    font-weight: bold;
}

textarea, input, select {
    border-radius: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #009CBD;
    outline: 0 none;
}

input :placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
}

input :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
}

input :-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
}

.connected-service {
    color: white;
    font-weight: 400;
    font-size: 12px;
}

#navbarSupportedContent .nav-link {
    color: #fff;
    font-weight: 100;
    background: transparent;
}

#navbarSupportedContent .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

#navBarSubBar {
    background: initial;
}

#dynamicModal,
#confirmModal,
#cancelAccountModal,
#editKIModal,
#changePasswordModal,
#editEmbeddedSaganModal,
#deleteEmbeddedModal,
#disableEmbeddedModal,
#enableEmbeddedModal,
#addEmbeddedSaganModal,
#deleteSelectedConfirmKIModal,
#deleteConfirmKIModal {
    background: rgba(0, 0, 0, 0.8) !important;
}

#dynamicModal .modal-header,
#confirmModal .modal-header,
#editKIModal .modal-header,
#editEmbeddedSaganModal .modal-header,
#deleteEmbeddedModal .modal-header,
#disableEmbeddedModal .modal-header,
#enableEmbeddedModal .modal-header,
#addEmbeddedSaganModal .modal-header,
#deleteSelectedConfirmKIModal .modal-header,
#deleteConfirmKIModal .modal-header {
    color: #ffffff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: linear-gradient(180deg, #005DA0 20%, #002240 300%);
}

#dynamicModal .close,
#confirmModal .close,
#editKIModal .close,
#editEmbeddedSaganModal .close,
#deleteEmbeddedModal .close,
#disableEmbeddedModal .close,
#enableEmbeddedModal .close,
#addEmbeddedSaganModal .close,
#deleteSelectedConfirmKIModal .close,
#deleteConfirmKIModal .close
 {
    color: #ffffff;
}

#dynamicModal .modal-footer,
#confirmModal .modal-footer,
#editKIModal .modal-footer,
#editEmbeddedSaganModal .modal-footer,
#addEmbeddedSaganModal .modal-footer {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
}


#content-wrap {
    padding-bottom: 30px; /* Footer height */
}

/*
ChangePassword css would not update when included in ChangePassword.cshtml
*/

#changePasswordModal .modal-content {
    border-radius: 0 !important;
}

body.modal-open #changePasswordModal.show {
    background: rgba(0, 0, 0, 0.6) !important;
}

#changePasswordModal .modal-footer>button.btn {
    width: 100%;
    height: 50px;
    background-color: rgb(255, 147, 1);
}

#changePasswordModal .modal-footer>button.btn:hover {
    background-color: rgb(255, 147, 1);
}

#changePasswordModal .btn-primary {
    border-radius: 50px;
    background-color: rgb(255, 147, 1)!important;
    border: none;
    font-size: 16px;
    font-weight: bold;
    min-height: 40px;
    min-width: 100px;
    transition: background-color 0.1s ease-in-out;
}

#changePasswordModal .btn-primary:hover {
    color: #ffffff;
    border: none;
    background-color: rgb(255, 147, 1)!important;
}

#changePasswordModal .btn-primary:focus {
    color: #ffffff;
    border: none;
    background-color: rgb(255, 147, 1);
}

#changePasswordModal .btn-primary:active {
    color: #ffffff;
    border: none;
    background-color: rgb(255, 147, 1);
}

#changePasswordModal .login-card {
    background: linear-gradient(180deg, #005DA0 20%, #002240 300%)!important;
}

.changePasswordModalClose {
    color: #fff;
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
}

.changePasswordModalClose:hover {
    color: #fff;
}
/*
footer {
    border-top: 1px solid #BEBEBE;
    font-size: 10px;
    margin: 20px;
    padding-top: 5px;
}
*/

footer {
    /*border-top: 1px solid #BEBEBE;*/
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* Height of the footer */
}

/**/
.localfile {
    font-size: 10px;
}

/* Set widths on the form inputs since otherwise they're 100% wide
input,
select,
textarea {
    max-width: 280px;
}
*/

.dashboard {
    background-color: #EEE;
}
/*
#container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 15px;
}
*/

.hero-widget {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .hero-widget .icon {
        display: block;
        font-size: 96px;
        line-height: 96px;
        margin-bottom: 10px;
        text-align: center;
    }

    .hero-widget var {
        display: block;
        font-size: 14px;
        font-style: normal;
    }

    .hero-widget label {
        font-size: 14px;
    }

    .hero-widget .options {
        margin-top: 10px;
    }

.data {
    flex-basis: 500px;
    box-shadow: 10px 10px 5px 0 rgba(230,230,230,1);
    border-radius: 0px;
    background-color: #FFF;
    margin: 15px;
}

.db-title {
    text-align: center;
    font-size: 20px;
}

.db-info {
    text-align: center;
    font-size: 30px;
}

.db-info-title-small {
    font-size: 16px;
    clear: left;
    width: 50%;
    margin-left: 5px;
}

.db-info-data-small {
    font-size: 18px;
    float: left;
    margin-left: 15px;
    width: 50%;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
/*.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}
*/
.KIIcons {
    background: #BBB;
    padding: 4px;
    border-radius: 0px;
}

.outerImage {
    height: 100px;
    width: 100%;
    /*/padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    width: 150px;
}

.innerImage {
    line-height: 20px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #DDD;
}

.qq-gallery .qq-upload-button {
    border: none!important;
    background-color: rgb(255, 147, 1)!important;
    width: 250px !important;
    transition: background 0.1s ease-in-out;
}

.qq-gallery .qq-upload-button:hover {
    background-color: #009CBD!important;
}

.uploadicon {
    font-size: 100px;
    color: #aeaeae;
}
/* WebGL*/
/*
.webgl-content * {
    border: 0;
    margin: 0;
    padding: 0
}

.webgl-content {
}

    .webgl-content .logo, .progress {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .webgl-content .logo {
        background: url('/images/progressLogo.Light.png') no-repeat center / contain;
        width: 154px;
        height: 130px;
    }

    .webgl-content .progress {
        height: 18px;
        width: 141px;
        margin-top: 90px;
    }

        .webgl-content .progress .empty {
            background: url('/images/progressEmpty.Light.png') no-repeat right / cover;
            float: right;
            width: 100%;
            height: 100%;
            display: inline-block;
        }

        .webgl-content .progress .full {
            background: url('/images/progressFull.Light.png') no-repeat left / cover;
            float: left;
            width: 0%;
            height: 100%;
            display: inline-block;
        }

    .webgl-content .logo.Dark {
        background-image: url('/images/progressLogo.Dark.png');
    }

    .webgl-content .progress.Dark .empty {
        background-image: url('/images/progressEmpty.Dark.png');
    }

    .webgl-content .progress.Dark .full {
        background-image: url('/images/progressFull.Dark.png');
    }

    .webgl-content .footer {
        margin-top: 5px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }

        .webgl-content .footer .webgl-logo, .title, .fullscreen {
            height: 100%;
            display: inline-block;
            background: transparent center no-repeat;
        }

        .webgl-content .footer .webgl-logo {
            background-image: url('/images/webgl-logo.png');
            width: 204px;
            float: left;
        }

        .webgl-content .footer .title {
            margin-right: 10px;
            float: right;
        }

        .webgl-content .footer .fullscreen {
            background-image: url('/images/fullscreen.png');
            width: 38px;
            float: right;
        }
*/

/* Hide/rearrange for smaller screens */
@media only screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .desktop-only {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}
