﻿/* 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. */


/* Define custom styles for h4 and h6  - usually use this for headings and sub headings*/
.ciso-title {
    font-size: 28px; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Use your preferred font-family */
   
    padding-bottom: 10px; /* Add some spacing between the title and content */
    font-weight:bold;
}
.title-section-description {
    font-size: 1.1rem;
    font-weight: 500;
    color: #34495e;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.ciso-container {
    width: 75%;
    z-index: 999;
    position: absolute;
    /* Add other styles as needed for positioning and appearance */
}



/*Avatar*/
.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/*My Loader*/

/* Bread crump*/
body {
    background-color: #f9f9fa
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}



.card .card-title {
    color: #000000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 500
}

.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #76838f
}

.breadcrumb.breadcrumb-custom {
    padding: 0 0;
    border-color: transparent;
     
}

.breadcrumb {
    border: 1px solid #f3f3f3;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.56rem 1.13rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

nav {
    display: block;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item {
    font-size: 0.875rem;
    background: #dbe3e6;
    padding: 3.0044rem 40px;
    color: #000;
    display: inline-block;
    vertical-align: top;
}

    .breadcrumb.breadcrumb-custom .breadcrumb-item:before {
        content: "";
    }

    .breadcrumb.breadcrumb-custom .breadcrumb-item a {
        position: relative;
        color: inherit;
        border: 0px solid #dbe3e6;
        display: inline-block;
        vertical-align: top;        
        font-size:14px;
        font-weight:400;
        line-height:22px;
    }

        .breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
            right: -22px;
            z-index: 3;
            border-left-color: #dbe3e6;
            border-left-style: solid;
            border-left-width: 12px;
        }

        .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
            border-top: 21px solid transparent;
            border-bottom: 22px solid red;
            border-left: 12px solid #ffffff;
            top: -15px;
            right: -23px;
        }

    .breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
        background: transparent;
    }

    .breadcrumb.breadcrumb-custom .breadcrumb-item:before {
        content: "";
    }

    .breadcrumb.breadcrumb-custom .breadcrumb-item a:before, .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
        position: absolute;
        top: -14px;
        width: 0;
        height: 0;
        content: "";
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
    }

a:link {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

/*End of bread crump*/

.jay-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    font-size: small;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
     font-size:small;
}

.form-floating > label {
    padding: 0.9rem 0.75rem;
}


/* Cards style */
.wrapper {
   
    overflow: hidden;
}

    .wrapper div {
        min-height: 50px;
        padding: 10px;
    }

.metersSmall {
    background-color: white;
    float: left;
    margin-top:1%;
    margin-right: 20px;
    width: 270px;
}

.two {
    background-color: white;
    float: left;
    margin-right: 20px;
    width: 270px;
}

@media screen and (max-width: 400px) {
    #one {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        
    }
}

.modal-backdrop {
    
    background-color:whitesmoke;
}


/*Bootstrap table styles*/

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: white;
    color: darkslategrey !important;
}

.avaTarIcon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table th {
        background-color: white;
        color: black;
        height: 40px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        vertical-align: central;       
       
    }

    .table td {
        padding: 0.75rem;
        vertical-align: top;
        /*border-top: 1px solid #eceeef;*/
    }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: white;
}


.table thead th {
    vertical-align: bottom;
}

.table tbody + tbody {
    /* border-top: 0px solid #eceeef;*/
    border-right: hidden !important;
}

.table .table {
    /*  background-color: #fff;*/
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    /* border: 1px solid #eceeef;*/
}

    .table-bordered th
      {
        border: 1px solid #eceeef;
    }

    .table-bordered td,th
    {
        border:none;
    }


    .table-bordered thead th,
    .table-bordered thead td {
        border: none;
    }

.table-striped tbody tr:nth-of-type(odd) {
    /* background-color: rgba(0, 0, 0, 0.05);*/
}

.table-hover tbody tr:hover {
    /*background-color: rgba(0, 0, 0, 0.075);*/
}

.table-active,
.table-active > th,
.table-active > td {
    /* background-color: rgba(0, 0, 0, 0.075);*/
}

.table-hover .table-active:hover {
    /* background-color: rgba(0, 0, 0, 0.075);*/
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        /* background-color: rgba(0, 0, 0, 0.075);*/
    }

.table-success,
.table-success > th,
.table-success > td {
    /* background-color: #dff0d8;*/
}

.table-hover .table-success:hover {
    /* background-color: #d0e9c6;*/
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        /* background-color: #d0e9c6;*/
    }

.table-info,
.table-info > th,
.table-info > td {
    /*background-color: #d9edf7;*/
}

.table-hover .table-info:hover {
    /* background-color: #c4e3f3;*/
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        /* background-color: #c4e3f3;*/
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    /*background-color: #fcf8e3;*/
}

.table-hover .table-warning:hover {
    /* background-color: #faf2cc;*/
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        /* background-color: #faf2cc;*/
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    /*  background-color: #f2dede;*/
}

.table-hover .table-danger:hover {
    /* background-color: #ebcccc;*/
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        /* background-color: #ebcccc;*/
    }

.thead-inverse th {
    color: #fff;
    /* background-color: #292b2c;*/
}

.thead-default th {
    color: red;
    /*background-color: #eceeef;*/
}

.table-inverse {
    color: #fff;
    /* background-color: #292b2c;*/
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #fff;
    }

    .table-inverse.table-bordered {
        /*border: 2px;*/
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }
/*end of bootstrap table styles*/

label, input {
    color: black;
    font-weight: normal;
    display: block;
   
}

.iconoclast {
    color: black;
    font-size: 100px;
}

.iconoclast-small {
    color: black;
    font-size: 30px;
    cursor:pointer;
}

.float-container {
}

.float-child {
    width: 12%;
    float: left;
    padding: 2px;
}


.zoom {
    padding: 20px;
    background-color: white;
    transition: transform .1s;
    width: 10px;
    height: 50px;
}

    .zoom:hover {
        -ms-transform: scale(1.21); /* IE 9 */
        -webkit-transform: scale(1.21); /* Safari 3-8 */
        transform: scale(1.21);
    }



#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

@import url('site.css');

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.navbar {
    overflow: hidden;
    background-color: #333;
   
    z-index: 1;
    width: 100%;
    opacity: 100;
    height:51px;
}


.TopTitle {
    background-color: black;
    height: 25%;
    color: white;
    padding-bottom: 3%;
    width: 100% !important;
    
}

.headertitle {
    /*margin-left: 10%;*/
    width: 100%;
}
/* Provide sufficient contrast against white background */
a {
    color: white;
    text-decoration: none;
}
/*color-profile Picker*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f9f9f9;
    color: #666;
    font: 11px/30px Arial, Helvetica, sans-serif;
}

.color-wrapper {
    position: relative;
    width: 250px;
    margin: 20px auto;
}

    .color-wrapper p {
        margin-bottom: 5px;
    }

input.call-picker {
    border: 1px solid #AAA;
    color: #666;
    text-transform: uppercase;
    float: left;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    width: 85px;
}

.color-picker {
    width: 130px;
    background: #F3F3F3;
    height: 81px;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px 1px #DDD;
    position: absolute;
    top: 61px;
    left: 2px;
}

.color-holder {
    background: #fff;
    cursor: pointer;
    border: 1px solid #AAA;
    width: 40px;
    height: 36px;
    float: left;
    margin-left: 5px;
}

.color-picker .color-item {
    cursor: pointer;
    width: 10px;
    height: 10px;
    list-style-type: none;
    float: left;
    margin: 2px;
    border: 1px solid #DDD;
}

    .color-picker .color-item:hover {
        border: 1px solid #666;
        opacity: 0.8;
        
    }

/*End of color picker*/

.myContainer {
    height: 100%;
    width: 78%;

    z-index: 0;
    top: 15%;
    
    background-color: #f9f9f9;
    /*margin-left: 1%;*/
    transition: 0.5s;
    /*padding-top: 45px;*/
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 0;
    top: 2%;
    left: 0%;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


.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;
}

/* 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 */
}

/* hide the checkbox in swal alert*/
.swal2-checkbox {
    display: none !important;
}