﻿@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../fonts/Roboto-Regular.ttf') format('truetype');
}

.classi-check {
    position: absolute;
    opacity: 0;
}

.nav_title {
    height: auto !important;
    border: 0;
    background-color: #0c5e90
}

.site_title {
    height: auto !important;
    padding-right: 10px;
}

.stop-server-button {
    color: white
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.site-logo {
    margin-top: 10px;
    display: inline-block;
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.site-version {
    text-align: center;
}

.validation-summary-errors, .field-validation-error {
    font-weight: bold !important;
    color: #CE5454 !important;
}

.panel_toolbox > li {
    float: right !important;
}

.form-group .irc, .irs-with-grid {
    max-width: 200px;
}

.form-inline button, .form-inline .btn {
    margin-top: 5px;
}

.form-inline .control-label {
    margin-right: 10px;
    color: #2c2c2d;
    font-family: Roboto-Regular;
}

.input-validation-error {
    border: 1px solid #CE5454;
    box-shadow: 0 0 4px -2px #CE5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear;
}

.top-form {
    margin-left: 20px;
    margin-bottom: 20px;
}

.rule-container .form-control {
    margin-right: 10px;
}

.rule-container .form-group {
    margin-top: 7px;
    margin-bottom: 7px;
}

.rule-value-input, .predefined-regex-select {
    width: 100px;
}

.permission-account {
    width: 200px;
}

@media (min-width: 768px) {
    .rule-value-input, .predefined-regex-select {
        width: 150px !important;
    }

    .permission-account {
        width: 300px !important;
    }
}

@media (min-width: 992px) {
    .rule-value-input, .predefined-regex-select {
        width: 150px !important;
    }

    .permission-account {
        width: 300px !important;
    }
}

@media (min-width: 1200px) {
    .rule-value-input, .predefined-regex-select {
        width: 200px !important;
    }

    .permission-account {
        width: 400px !important;
    }
}

@media (min-width: 1600px) {
    .rule-value-input, .predefined-regex-select {
        width: 135px !important;
    }

    .permission-account {
        width: 270px !important;
    }
}

@media (min-width: 1920px) {
    .rule-value-input, .predefined-regex-select {
        width: 200px !important;
    }

    .permission-account {
        width: 400px !important;
    }
}

.rule-delete {
    cursor: pointer;
}

.resizable-textarea {
    resize: vertical;
    max-height: 600px;
}

.deleted-classifications-title {
    margin: 30px 20px 20px 20px;
}

.classification-deleted {
    background: #eee;
    color: #97a5b5;
}

    .classification-deleted .form-control {
        color: #97a5b5;
    }

.x_panel .x_content {
    display: block;
}

.form-inline > .form-group:not(:last-child) {
    margin-right: 15px;
}

.dashboard-widget-content {
    text-align: center;
}

    .dashboard-widget-content .sidebar-widget {
        width: auto !important;
        margin: 0 !important;
        float: none !important;
    }

.gauge-canvas {
    width: 400px;
    height: 200px;
}

.goal-wrapper {
    position: relative
}

.gauage-button-group {
    margin: 0 auto
}

.gauge-button-group-wrapper {
    position: absolute;
    width: 100%
}

.gauge-value, .goal-value {
    margin: 10px 15px;
    font-size: 14pt;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30%;
    height: 40px;
    margin-left: -20%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1em;
    background: none;
}

.nav.toggle {
    padding-bottom: 14px;
}

.datatable-filters {
    margin-bottom: 10px;
    margin-left: 10px;
}

.form-inline .input-group.date {
    margin-bottom: 0;
}

.time-picker {
    max-width: 110px;
}

.form-horizontal .form-inline .control-label {
    padding-top: 0;
}

.throttling-interval-slider-container > label {
    display: block;
    text-align: center !important;
}

.throttling-interval-slider-container > .irs {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.row.throttling-interval-item {
    margin: 10px 15px;
}

.throttling-interval-time-container {
    text-align: center;
}

.throttling-interval-splitter {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.throttling-interval-delete {
    cursor: pointer;
    padding-top: 8px;
    font-size: 1.5em
}

.throttling-interval-validation-message {
    margin-top: 10px;
    text-align: center;
}

.form-has-error {
    border: 1px solid #CE5454;
}

.form-inline input[type=file] {
    display: inline-block;
}

.data-container, .item-template, #ajax-anti-forgery-form {
    display: none;
}

.form-subgroup-title {
    padding-top: 0 !important;
    margin-top: 5px !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.custom-attribute-item {
    margin: 10px auto;
}

.custom-attribute-delete-container {
    padding: 8px;
}

.loading-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.loading-overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.35;
}

.loading-overlay-spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 6px solid #f7f7f7;
    border-top: 6px solid #73879c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: loading-overlay-spin 2s linear infinite;
}

@keyframes loading-overlay-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-footer .btn + .btn {
    margin-bottom: 5px;
}

.icon-button {
    cursor: pointer;
}

.form-inline .field-validation-error {
    margin-left: 5px;
}

.form-inline .form-group .input-group {
    margin-bottom: 0;
}

.form-inline .input-group-btn button,
.form-inline .input-group-btn .btn {
    margin-top: 0;
    margin-bottom: 0;
}

/* Table fixed header */
.header-fixed {
    width: 100%;
}

    .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: block;
    }

        .header-fixed > tbody > tr:after,
        .header-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 150px;
    }

        .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            width: 50%;
            float: left;
        }

/* Time picker hack to add button captions */
div.timepicker-picker table tr td a[data-action=incrementHours]::before {
    content: "Hours";
    position: absolute;
    top: 0px;
    left: 10%;
    z-index: 10;
}

div.timepicker-picker table tr td a[data-action=incrementMinutes]::before {
    content: "Minutes";
    position: absolute;
    top: 0px;
    left: 69%;
    z-index: 10;
}

/* Paged tables with horizontal auto-scrolling */
div.table-paged-wrapper {
    width: 100%;
    overflow-x: auto;
}

/* Styles for file upload */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/* Datatables mouse pointer for clickable rows */
table.table-clickable tbody tr {
    cursor: pointer;
}

.location-selector {
    width: 500px;
    height: 400px;
    margin-top: 10px;
}

/* Fix locationpicker in modal */
.pac-container.pac-logo {
    z-index: 9999;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    text-align: left;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.fresh-install {
    color: red;
    text-align: center;
    margin-top: 16px;
}



.footer-header {
    color: white;
    text-align: center;
    margin-left: 4px;
}

.footer-span {
    margin-right: 8px;
}

.center {
    align-content: center
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    height: 500px;
    width: 400px;
    margin: auto;
    vertical-align: middle;
}

.table-wrap {
    word-wrap: break-word;
}

.neutral-grey-button {
    background-color: white;
    color: #2c2c2d;
    border-color: #2c2c2d;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

    .neutral-grey-button:focus {
        background-color: white;
        color: #aaaaaa;
        border-color: #aaaaaa;
        font-family: Roboto-Regular;
    }

    .neutral-grey-button:hover {
        background-color: white;
        color: #aaaaaa;
        border-color: #aaaaaa;
        font-family: Roboto-Regular;
    }



.positive-blue-button:not([disabled]) {
    background-color: #329dd7;
    color: white;
    border-color: #329dd7;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

positive-blue-button:disabled {
    background-color: white !important;
    color: #aaaaaa;
    border-color: #aaaaaa;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.positive-blue-button:focus:not([disabled]) {
    background-color: white;
    color: #329dd7;
    border-color: #329dd7;
    font-family: Roboto-Regular;
}

.positive-blue-button:hover:not([disabled]) {
    background-color: white;
    color: #329dd7;
    border-color: #329dd7;
    font-family: Roboto-Regular;
}


.outlined-blue-button:not([disabled]) {
    background-color: white;
    color: #329dd7;
    border-color: #329dd7;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.outlined-blue-button:focus:not([disabled]) {
    background-color: white;
    color: #6ac6ed;
    border-color: #6ac6ed;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.outlined-blue-button:hover:not([disabled]) {
    background-color: white;
    color: #6ac6ed;
    border-color: #6ac6ed;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.outlined-blue-button:disabled {
    background-color: white;
    color: #aaaaaa;
    border-color: #aaaaaa;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.outlined-orange-button {
    background-color: white;
    color: #e26e40;
    border-color: #e26e40;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

    .outlined-orange-button:focus {
        background-color: white;
        color: #f58c5e;
        border-color: #f58c5e;
        font-family: Roboto-Regular;
        transition-duration: 0.4s;
    }

    .outlined-orange-button:hover {
        background-color: white;
        color: #f58c5e;
        border-color: #f58c5e;
        font-family: Roboto-Regular;
        transition-duration: 0.4s;
    }

.solid-orange-button {
    background-color: #e26e40;
    color: white;
    border-color: #e26e40;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

    .solid-orange-button:focus {
        background-color: white;
        color: #e26e40;
        border-color: #e26e40;
        font-family: Roboto-Regular;
        transition-duration: 0.4s;
    }

    .solid-orange-button:hover {
        background-color: white;
        color: #e26e40;
        border-color: #e26e40;
        font-family: Roboto-Regular;
        transition-duration: 0.4s;
    }

.solid-red-button:not([disabled]) {
    background-color: #ed2e3b;
    color: white;
    border-color: #ed2e3b;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.solid-red-button:hover:not([disabled]) {
    background-color: white;
    color: #ed2e3b;
    border-color: #ed2e3b;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}


.solid-red-button:focus:not([disabled]) {
    background-color: white;
    color: #ed2e3b;
    border-color: #ed2e3b;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.solid-red-button:disabled {
    background-color: white;
    color: #aaaaaa;
    border-color: #aaaaaa;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.solid-green-button {
    background-color: #46bca5;
    color: white;
    border-color: #46bca5;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

    .solid-green-button:focus {
        background-color: white;
        color: #46bca5;
        border-color: #46bca5;
        font-family: Roboto-Regular;
        transition-duration: 0.4s;
    }

    .solid-green-button:hover {
        background-color: white;
        color: #46bca5;
        border-color: #46bca5;
        font-family: Roboto-Regular;
        transition-duration: 0.4s;
    }


.roboto-font-black {
    font-family: Roboto-Regular;
    color: #2c2c2d;
}

.roboto-font-grey {
    font-family: Roboto-Regular;
    color: #8b8a8d;
}

.roboto-font-light-blue {
    font-family: Roboto-Regular;
    color: #d5eef6;
}

.roboto-font-med-blue {
    font-family: Roboto-Regular;
    color: #d5eef6;
}

.roboto-font-orange {
    font-family: Roboto-Regular;
    color: #e26e40;
}

.roboto-font-green {
    font-family: Roboto-Regular;
    color: #46bca5;
}

.no-display {
    display: none
}

.inline-block-display {
    display: inline-block
}

.inline-display {
    display: inline
}

.block-display {
    display: block
}


.maximum-width {
    width: 100%
}

.maximum-height {
    height: 100%
}

.duplicate-rule-warning {
    color: #CE5454;
    padding-left: 10px;
    display: none
}

.vertical-scroll {
    overflow-y: auto
}

.padding-top-28 {
    padding-top: 28px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-2 {
    padding-top: 2px
}


.padding-top-5 {
    padding-top: 5px
}


.padding-bottom-10 {
    padding-bottom: 10px
}


.font-20 {
    font-size: 20px
}

.pos-relative {
    position: relative;
}

.truncated-note {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.is-processing {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.padding-right-neg-100 {
    padding-right: -100px
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.marign-top-5 {
    padding-top: 25px
}

.marign-top-neg-5 {
    padding-top: 25px
}


.page-title {
    padding-left: 7px;
    padding-top: 8px
}

.create-rule-footer {
    margin-right: 0.75em;
}

.add-nucleuz-rules-button {
    margin: 0;
}

.advanced-settings-checkbox {
    position: absolute;
    opacity: 0;
}

.settings-image-upload {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 10px;
}

.float-right {
    float: right
}

.progressbar-container {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

#locationSelector {
    width: 100%;
    height: 400px;
}

.structured-data-test-status {
    top: 25px;
    right: 65px;
    z-index: 3;
}

.white-background {
    background-color: white;
}

.donut-chart-width {
    width: 37%;
}

.btn:disabled {
    background-color: white !important;
    color: #aaaaaa;
    border-color: #aaaaaa;
    font-family: Roboto-Regular;
    transition-duration: 0.4s;
}

.scan-state-text {
    color: #4e4e4f;
    display: inline-block;
    font-weight: bold;
}

.scan-state-label-text {
    margin-right: 4px;
}

/*.progress {
    margin: 20px auto;
    padding: 0;
    width: 65%;
    height: 30px;
    overflow: hidden;
    background: #0c5e90;
    border-radius: 6px;
}*/
.progress {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: #aaaaaa;
    border-radius: 6px;
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #46bca5;
}

.percent {
    text-align: center;
    position: relative;
    top: -75%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-family: tahoma,arial,helvetica;
    font-size: 12px;
    color: white;
}

.percent-table {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-family: tahoma,arial,helvetica;
    font-size: 12px;
    color: white;
}

.full-width {
    width: 100% !important;
}

.total-percent {
    color: #4e4e4f;
    display: inline-block;
    float: right;
    text-align: right;
}

.processed-rows {
    color: #4e4e4f;
    display: inline-block;
    float: left;
    text-align: left;
}
