﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif*/
    font-family: "Google Sans",Roboto,Arial,sans-serif;
}

/* Wrapping element 
 Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/* bar bar */
.navbar {
    height: 50px !important;
}

.nav-link:hover i {
    color: aqua !important;
}



/* login page start */

.login-page {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    background: url('../images/BG3.JPG') no-repeat;
    background-size: cover;
    -webkit-filter: blur(3px);
    z-index: -10;
  /*  background: rgba(255, 255, 255, 0.3);*/
}


.login-box {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

    .login-box h1 {
        float: left;
        font-size: 32px;
        border-bottom: 6px solid #4caf50;
        margin-bottom: 50px;
        padding: 10px 0;
    }

.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #4caf50;
}

    .textbox i {
        width: 26px;
        float: left;
        text-align: center;
    }

    .textbox input {
        border: none;
        outline: none;
        background: none;
        color: white;
        font-size: 18px;
        width: 80%;
        float: left;
        margin: 0 10px;
    }

.login-btn {
    width: 100%;
    background: none;
    border: 2px solid #4caf50;
    color: white;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
    background-color: #4caf50;
}

    .login-btn:hover {
        /* border: 4px solid #4caf50;
        background-color: #4caf50;*/
        color: aqua;
    }

/* row display */
.tableheadleft {
    width: 25%;
    background-color: #e9ecef;
    /*#ebebeb;*/
}

.star::after {
    content: " *";
    color: red;
    font-weight: bold;
}


.myCheckbox label {
    padding-left: 3px;
    padding-right: 5px;
    text-transform: capitalize;
}

.myCheckbox tr {
    float: left;
    text-transform: capitalize;
}

.myCheckbox td, th {
    border-top: none !important;
    padding-bottom: 0 !important;
}

/*for color gray profile*/
.bg-gray-1 {
    background-color: #f8f9fa !important;
}

.bg-gray-2 {
    background-color: #e9ecef !important;
}

.bg-gray-3 {
    background-color: #dee2e6 !important;
}

.bg-gray-4 {
    background-color: #ced4da !important;
}

.bg-gray-5 {
    background-color: #adb5bd !important;
}

.bg-gray-6 {
    background-color: #868e96 !important;
}

.bg-gray-7 {
    background-color: #495057 !important;
}

.bg-gray-8 {
    background-color: #343a40 !important;
}

.bg-gray-9 {
    background-color: #212529 !important;
}

text-xs {
    font-size: .7rem;
}

.text-lg {
    font-size: 1.2rem;
}

.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}
