﻿/* 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. */


.compact > tbody > tr > td,
.compact > tbody > tr > th {
    padding-left: 27px;
}

    .compact > tbody > tr > td,
    .compact > tbody > tr > th {
        left: 4px;
        height: 14px;
        width: 14px;
        /*border-radius: 14px;*/
        line-height: 14px;
        text-indent: 3px;
    }

.nav-tabs-slim li button{
    padding: 2px 8px
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.dataTables_filter {
    display: flex;
    align-content: stretch;
    justify-content: flex-end;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.heading {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #5d8cae
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn-floating {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding: 15px;
    font-size: 17px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    /* Sticky footer styles
-------------------------------------------------- */
    html {
    font-size: 14px;
}
.mousepointer {
cursor:pointer
}
.technisionBadge {
    cursor: pointer
}
@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;
}
.badge-sm {
    font-size: 0.55em;
}
/* 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 */
}



/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
}

    #wrapper.toggled {
        padding-right: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #6c757d;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-right: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#leading {
    position: fixed;
    right: 50%;
    top: 30%;
    z-index: 9000;
    height: 140px
}


.new-report {
    position: absolute;
    position: absolute;
    font-weight: bolder;
    color: #ff9005;
    display: block;
    top: 0px;
    right: -4px;
    transform: rotate( 40deg);
    animation: blinker 1s linear infinite;
}

.new-report-xs {
    font-size: x-small;
}

.x-small {
    font-size: 10px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.card-body-borderd {
    border-radius: 0.2rem;
    border: 3px solid #ced4
}


/****** File upload css  ******/
.file-upload {
    /*display: inline-block;*/
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    direction: ltr;
}

    .file-upload .file-select {
        /*display: inline-block;*/
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            float: left;
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 50px;
            line-height: 50px;
            font-size: large;

        }

        .file-upload .file-select .file-select-name {
            line-height: 50px;
            display: inline-block;
            padding: 0 10px;
            direction: rtl;
            font-size: large;
            float: right;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }
/****** File upload css  ******/

.btn-group-sm > .btn, .btn-xs {
    padding: 0.05rem 0.26rem;
    font-size: .675rem;
    border-radius: 0.2rem;
}


table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: right;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.pr-15 {
    padding-right: 15px!important;
}
.pl-15 {
    padding-right: 15px!important;
}

tr.mousepointer:hover{
    color:#2929ff
}

.table.sky-table-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.sky-table-sm thead th {
    font-size: small;
    padding: 0px 10px 0px 0px;
    background-color: lightblue
}
.sky-table-sm tbody td {
    font-size: small;
    padding: 3px 10px 3px 0px;

}

.table.sky-table-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.sky-table-md thead th {
    font-size: small;
    padding: 0px 10px 0px 0px;
    background-color: #dcdcdc
}

.sky-table-md tbody td {
    font-size: small;
    padding: 3px 10px 3px 0px;
}



.hidden {
    display: none!important
}

@media(max-width:425px) {
    .hidden-xs {
        display: none!important
    }
}

@media(max-width:768px) {
    .hidden-md {
        display: none
    }
}

@media(max-width:1024px) {
    .hidden-l {
        display: none
    }
}

@media(max-width:1620px) {
    .textColor-l {
        color:cornflowerblue
    }
}

@media(min-width:1440px) {
    .textColor-xl {
        color: white
    }
}
@media(max-width:1300px) {
    .fa-5x-sm {
        color: white;
        width: 100%
    }
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.fa-5x {
    /*font-size: 2.5vw;*/
    color: white;
    width: 100%;
    zoom: 50%;
}

.white {
    /*font-size: 1vw;*/
    color: white;
    width: 100%;
}

.one {
    background-color: #2c78e2;
}

.two {
    background-color: #15bb88;
}

.three {
    background-color: #e27b2c;
}

.four {
    background-color: #1a65ac;
}

.five {
    background-color: #15b6bb;
}

.six {
    background-color: #8cc63e;
}

.seven {
    background-color: #e2de2c;
}

.eight {
    background-color: #e22c80;
}

.nine {
    background-color: #b44be8;
}

.ten {
    background-color: #2c78e2;
}

.eleven {
    background-color: #2c78e2;
}

.twelve {
    background-color: #8cc63e;
}

.tile {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

    .tile:hover {
        opacity: 1;
        transform: scale(1.1)
    }



#img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: -100;
    filter: blur(50px);
    -moz-filter: blur(50px);
    -webkit-filter: blur(50px);
    -o-filter: blur(50px);
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(181, 196, 217, 0.9) !important;
    color: white !important
}