﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.underline, a.underline {
    color: #0366d6;
    text-decoration:underline;
}

.btn-link {
    padding:0
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*Validator*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

/*Loader*/
.loader {
    background-color: #000;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 0.8;
}

.loader-message {
    position: absolute;
    top: 52%;
    width: 100%;
}

.centered {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    filter: blur(10px) contrast(20);
}

.blob-1, .blob-2 {
    width: 70px;
    height: 70px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blob-1 {
    left: 20%;
    animation: osc-l 1.5s ease infinite;
}

.blob-2 {
    left: 80%;
    animation: osc-r 1.5s ease infinite;
    background: #0bb;
}

@keyframes osc-l {
    0% {
        left: 20%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 20%;
    }
}

@keyframes osc-r {
    0% {
        left: 80%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 80%;
    }
}
/*Fin Loader*/

/*Body Mayus*/
body {
    text-transform: uppercase !important;
}

.nestable-noboldhover .dd-handle {
    font-weight: inherit !important;
    cursor: auto;
}

li.dd-item button{
    font-size: 20px;
    color:#888;
}

tr.notUpdated {
    background-color: rgba(242,179,185,0.5);
}

tr.notUpdated.odd {
    background-color: rgba(242,179,185,0.75)!important;
}

tr.notUpdated:hover {
    background-color: rgb(242,179,185)!important;
}

tr.hasnoRate {
    background-color: #6b676c5e!important
}

span.select2-dropdown.select2-dropdown--below, span.select2-dropdown.select2-dropdown--above {
    z-index: 3050 !important;
}

.form-dropzone.dropzone.dz-clickable, .form-dropzone.dropzone.dz-clickable *:not(.dz-message, .dz-remove, .alert-link, button, .cursor-pointer) {
    cursor: inherit !important
}

.dropzone.dz-clickable .cursor-pointer {
    cursor: pointer
}

.form-dropzone.dz-clickable button {
    cursor: pointer !important;
}

.form-dropzone.dz-clickable button:disabled {
    cursor: not-allowed !important;
}

.form-dropzone.dropzone {
    border: none !important;
    background: none !important;
}

span.select2.select2-container.select2-container--bootstrap4.select2-container--below,
span.select2.select2-container.select2-container--bootstrap4.select2-container--focus,
span.select2.select2-container.select2-container--bootstrap4 {
    width: 100% !important;
}

td.no-transform {
    text-transform: none !important;
}

.modalDetail .ibox-title {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0px 70px 0px 15px;
}

.modalDetail .ibox-title h5{
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0
}

#reader.inverse video {
    transform: scaleX(-100%);
}

.navbar-default {
    background: #3e495f;
}



.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

.dataTables_wrapper{
    overflow:scroll
}


@media (max-width: 767px) {
    .middle-box h1.logo-name {
        font-size: 96px;
    }
    .box-indicator h1, .row-indicators h1 {
        font-size: 25px;
    }
}

