﻿/* 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. */

/*
    Start Auth Pages
*/
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');

.home-title {
    position: relative;
    justify-content: center;
    align-items: center;
    padding-top: 5%; 
    font-family: 'Zen Dots', sans-serif;
    background-color: #343A40;
}
.title-main{
    color: #c4c4c4;
    font-size: 44px;
}
.title-sub {
    font-size: 32px;
}



.img-logo{
    width: 60%;
    height: 60%;
}


@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
.landing-page {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.landing-body {
    background-color: #343A40;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 5%;
    /*background: #0d0f1b;*/
    background: rgb(52,58,64);
    /*background: #ECF0F5;*/
    overflow: hidden;
}

.landing-ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: -20px;
}

.landing-ul li
{
    list-style: none;
}

.landing-register li,
.landing-forgot-password li,
.landing-login li,
.landing-register-confirmation li,
.landing-reset-password li
{
    list-style: none;    
    margin-left: -40px;
    text-align: left;
}

.landing-ul li:before{
   /* content: attr(data-text);
    font-family: 'Squada One', sans-serif;*/
     position: relative;
    justify-content: center;
    align-items: center;
    /*justify-content: center;
    align-items: center;*/
    /*transform: translate(-50%, -50%);*/
    /*transform: translate(0%, 50%);*/
    /*color: #3e3e3e;*/
    color: #fff;
    font-size: 5em;
    font-weight: 300;
    pointer-events: none;
    opacity: 0;
    letter-spacing: 20px;
    transition: 0.5s;
    white-space: nowrap;
}

.landing-ul li:hover:before{
    opacity: 0.8;
    letter-spacing: 0px;
}

.landing-ul li a{
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
    border-radius: 10px;
}

.li-login a {
    background: #2196f3;
}
.li-register a {
    background: limegreen;
}
.landing-ul:hover li a{
    opacity: 0.2;
}
.landing-ul li a:hover{
    transform: scale(1.4);
    z-index: 1000;
    /*background: #ff3f81;*/
    opacity: 0.8;
}
.li-login a:hover{
    background: aqua;
}
.li-register a:hover {
    background: lightgreen;
}

.landing-ul li a:before{
    content: '';
    position: absolute;
    /*left: -100px;*/
    /*width: 80px;*/
    background: linear-gradient(90deg, transparent, rgba(255,255,255, 0.8), transparent);
    transform: skewX(35deg);
    transition: 0s;
}
.landing-ul li a:hover:before{
    /*left: calc(100% + 100px);*/
    transition: 0.5s;
    transition-delay: 0.2s;
}
.material-icons.md-40 {
    font-size: 40px !important;
}

.auth-link{
    font-size: 24px !important;
    font-weight: bold;
}

.card-text-danger {
    
    font-size: 12px;
    color: white !important;
    font-weight: bold !important;
    border-radius: 5px;
    padding: 2px;
}

/* landing-title */
.container-login .card .web-title,
.container-register .card .web-title {
    font-family: 'Zen Dots', sans-serif;
    font-size: 16px;
    letter-spacing: 0.75px;
    color: white;
    position: absolute;
    margin-top: 5px;
    left: 75%;
    transform: translateX(-50%);
    z-index: 10001;
    transition: 0.85s;
}

.container-login .card:hover .web-title,
.container-register .card:hover .web-title {
    left: 25%;
    transform: translateX(12%);
}

.container-register-confirmation .card .web-title {
    font-family: 'Zen Dots', sans-serif;
    font-size: 16px;
    letter-spacing: 0.75px;
    color: white;
    position: absolute;
    margin-top: 5px;
    left: 30%;
    z-index: 10001;
}

/*landing-login*/
.landing-login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(52,58,64);
    font-family: Calibri, sans-serif;
    overflow: hidden;
}
.material-icons.md-login{
    font-size: 128px !important;
    color: rgba(255, 255, 255, 0.85);
}

.container-login{
    position: relative;
}

.container-login .card{
    position: relative;
    /*width: 320px;
    height: 450px;*/    
    width: 320px;
    height: 560px;
    background: #232323;
    border-radius: 10px;
    overflow: hidden;
}

.container-login .card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2196f3; /*login blue*/
    clip-path: circle(150px at 95% 0%);
    transition: 0.5s ease-in-out;
}

.container-login .card:hover:before
{
    clip-path: circle(470px at 90% -60%);
}

.container-login .card:after{
    content: 'Login';
    position: absolute;
    top: 35%;
    left: -5%;
    font-size: 11em;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.1);
}

.container-login .card .imgBx{
    position: absolute;
    top: -20%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-login .card:hover .imgBx{
    top: 1%;
    transform: translateY(-20%);
}

.container-login .card .imgBx i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    width: 270px;
}

.container-login .card .contentBx{
    position: absolute;
    top: 150%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-login .card:hover .contentBx{
    top: 25%;
    transform: translateY(0%);
}

.container-login .card .contentBx{
    top: 20%;
    transform: translateY(0%);
}

.container-login .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}

.container-login .card .contentBx{
    height: 210px;
}

.container-login .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.container-login .card .contentBx a{
    display: inline-block;
    padding: 5px 10px;
    background: limegreen;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: white;
}
.container-login .card .contentBx a:hover{
    background: forestgreen;
}


.container-login .card .contentBx .card-input{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
}

.container-login .card .contentBx .card-input .input-label{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;    
}

.container-login .card .contentBx .card-input input{
    height: 24px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: black;
    background: #fff;
    transition: 0.5s;
    color: rgb(52,58,64);
    /*cursor: pointer;*/
} 

.container-login .card .contentBx .card-input input:hover{
    background: #2196f3; /*login blue*/
    color: white;
}

.container-login .card .contentBx .card-input input:hover:after{
    background: #2196f3; /*login blue*/
    color: white;
}




/*landing-register*/
.landing-register {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(52,58,64);
    font-family: Calibri, sans-serif;
    overflow: hidden;
}
.material-icons.md-register{
    font-size: 96px !important;
    color: rgba(255, 255, 255, 0.85);
}

.container-register{
    position: relative;
}

.container-register .card{
    position: relative;
    /*width: 320px;
    height: 450px;*/    
    width: 320px;
    height: 560px;
    background: #232323;
    border-radius: 10px;
    overflow: hidden;
}

    .container-register .card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: forestgreen; /*register green*/
        clip-path: circle(150px at 90% -10%);
        transition: 0.5s ease-in-out;
    }

    .container-register .card:hover:before {
        clip-path: circle(470px at 90% -70%);
    }

.container-register .card:after{
    content: 'Register';
    position: absolute;
    top: 42%;
    left: -3%;
    font-size: 7em;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.1);
}

.container-register .card .imgBx{
    position: absolute;
    top: -20%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-register .card:hover .imgBx{
    top: 1%;
    transform: translateY(-35%);
}

.container-register .card .imgBx i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 270px;
}

.container-register .card .contentBx{
    position: absolute;
    top: 20%;
    transform: translateY(-30%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-register .card:hover .contentBx{
    top: 15%;
    transform: translateY(0%);
}

.container-register .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}

.container-register .card .contentBx{
    height: 210px;
}

.container-register .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.container-register .card .contentBx .card-input{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
}

.container-register .card .contentBx .card-input .input-label{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;    
}

.container-register .card .contentBx .card-input input{
    height: 24px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: black;
    background: #fff;
    transition: 0.5s;
    color: rgb(52,58,64);
    /*cursor: pointer;*/
} 

.container-register .card .contentBx .card-input input:hover{
    background: forestgreen; /*register green*/
    color: white;
}

.container-register .card .contentBx .card-input input:hover:after{
    background: forestgreen; /*register green*/
    color: white;
}




/*landing-register-confirmation*/
.landing-register-confirmation {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(52,58,64);
    font-family: Calibri, sans-serif;
    overflow: hidden;
}
.material-icons.md-register-confirmation{
    font-size: 96px !important;
    color: rgba(255, 255, 255, 0.85);
}

.container-register-confirmation{
    position: relative;
}

.container-register-confirmation .card{
    position: relative;
    width: 320px;
    height: 560px;
    background: #232323;
    border-radius: 10px;
    overflow: hidden;
}

.container-register-confirmation .card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: forestgreen; /*register green*/
    clip-path: circle(460px at 80% -60%);
}

.container-register-confirmation .card:after{
    content: 'Register';
    position: absolute;
    top: 50%;
    left: -3%;
    font-size: 7em;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.1);
}

.container-register-confirmation .card .imgBx{
    position: absolute;
    top: 5%;
    left: 27%;
    z-index: 10000;
    width: 100%;
    height: 220px;
}

.container-register-confirmation .card .imgBx i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 270px;
}

.container-register-confirmation .card .contentBx {
    position: absolute;
    top: 35%;
    z-index: 10000;
    width: 100%;
    height: 220px;
}

.container-register-confirmation .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    /*transition: 1s;*/
    z-index: 10;
}

.container-register-confirmation .card .contentBx{
    height: 210px;
}

.container-register .card .contentBx h2 {
    color: white !important;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.container-register-confirmation .card .contentBx a.register-btn{
    display: inline-block;
    padding: 10px 20px;
    background: limegreen;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: white;
}

.container-register-confirmation .card .contentBx a.register-btn:hover {
    background: forestgreen;
}


/*landing-forgot-password*/
.landing-forgot-password {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(52,58,64);
    font-family: Calibri, sans-serif;
    overflow: hidden;
}
.material-icons.md-forgot-password {
    font-size: 128px !important;
    color: rgba(255, 255, 255, 0.85);
}

.container-forgot-password {
    position: relative;
}

.container-forgot-password .card{
    position: relative;
    /*width: 320px;
    height: 450px;*/    
    width: 320px;
    height: 560px;
    background: #232323;
    border-radius: 10px;
    overflow: hidden;
}

.container-forgot-password .card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2196f3; /*forgot-password blue*/
    clip-path: circle(470px at 90% -60%);
    transition: 0.5s ease-in-out;
}

.container-forgot-password .card:hover:before{
    clip-path: circle(470px at 90% -60%);
}

.container-forgot-password .card:after{
    content: 'Forgotten Password';
    position: absolute;
    top: 37%;
    text-align:center;
    font-size: 5.5em;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.1);
}

.container-forgot-password .card .web-title {
    font-family: 'Zen Dots', sans-serif;
    font-size: 16px;
    letter-spacing: 0.75px;
    color: white;
    position: absolute;
    margin-top: 5px;
    left: 30%;
    z-index: 10001;
}

.container-forgot-password .card .imgBx{
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-forgot-password .card:hover .imgBx{
    top: 1%;
    transform: translate(-20%,-20%);
}

.container-forgot-password .card .imgBx i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 270px;
}

.container-forgot-password .card .contentBx{
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-forgot-password .card:hover .contentBx{
    top: 40%;
    transform: translateY(0%);
}


.container-forgot-password .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}

.container-forgot-password .card .contentBx{
    height: 210px;
}

.container-forgot-password .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.container-forgot-password .card .contentBx .card-input{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
}

.container-forgot-password .card .contentBx .card-input .input-label{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;    
}

.container-forgot-password .card .contentBx .card-input input{
    height: 24px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: black;
    background: #fff;
    transition: 0.5s;
    color: rgb(52,58,64);
    /*cursor: pointer;*/
} 

.container-forgot-password .card .contentBx .card-input input:hover{
    background: forestgreen; /*forgot-password green*/
    color: white;
}

.container-forgot-password .card .contentBx .card-input input:hover:after{
    background: forestgreen; /*forgot-password green*/
    color: white;
}


/*landing-reset-password*/
.landing-reset-password {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(52,58,64);
    font-family: Calibri, sans-serif;
    overflow: hidden;
}
.material-icons.md-reset-password {
    font-size: 128px !important;
    color: rgba(255, 255, 255, 0.85);
}

.container-reset-password {
    position: relative;
}

.container-reset-password .card{
    position: relative;
    /*width: 320px;
    height: 450px;*/    
    width: 320px;
    height: 560px;
    background: #232323;
    border-radius: 10px;
    overflow: hidden;
}

.container-reset-password .card:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: forestgreen; /*reset-password green*/
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
}

.container-reset-password .card:hover:before{
    clip-path: circle(300px at 80% -20%);
}

.container-reset-password .card:after{
    content: 'Reset Password';
    position: absolute;
    top: 42%;
    text-align:center;
    font-size: 5.5em;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.1);
}

.container-reset-password .card .imgBx{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-reset-password .card:hover .imgBx{
    top: 3%;
    transform: translateY(0%);
}

.container-reset-password .card .imgBx i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 270px;
}

.container-reset-password .card .contentBx{
    position: absolute;
    top: 150%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-reset-password .card:hover .contentBx{
    top: 35%;
    transform: translateY(0%);
}

.container-reset-password .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
}

.container-reset-password .card .contentBx{
    height: 210px;
}

.container-reset-password .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.container-reset-password .card .contentBx .card-input{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
}

.container-reset-password .card .contentBx .card-input .input-label{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;    
}

.container-reset-password .card .contentBx .card-input input{
    height: 24px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    color: black;
    background: #fff;
    transition: 0.5s;
    color: rgb(52,58,64);
    /*cursor: pointer;*/
} 

.container-reset-password .card .contentBx .card-input input:hover{
    background: forestgreen; /*reset-password green*/
    color: white;
}

.container-reset-password .card .contentBx .card-input input:hover:after{
    background: forestgreen; /*reset-password green*/
    color: white;
}

/*
    End Auth Pages
*/



button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


.icon-white {
  color: rgba(255,255,255,.8) !important;
}

.nav-label{
    font-family: 'Zen Dots';
    font-size: 16px;
    margin-left: 4px;
}

.main-sidebar{
    background: rgba(255,255,255, 0.8) !important;
}

li.nav-item {
    margin: 5px 0px 5px 0px;
}

.sidebar-logo {
    width: 150px;
    height: auto;
    min-width: 48px;
}

.nav-link:hover{
    color: white !important;
}

.sidebar-divider-top {
    margin: 5px 0px 3px 0px;
    border-top: solid darkgray;
}

.sidebar-divider-bottom {
    margin: 3px 0px 5px 0px;
    border-bottom: solid darkgray;
}


/*sub-link{
    font-size: 32px !important;
    font-weight: bold;
}*/


/*.nav-link {
  font-size: 18px;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgb(64,131,28) !important;
    border-color: rgb(74,129,42) !important;
}*/
/* 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: rgb(64,131,28);*/
    /*border-color: rgb(74,129,42);*/
}

/*.btn-warning{
    color: black;
}
.btn-info{
    color: black;
}
.btn-danger{
    color: black;
}*/
.btn-warning{
    color: white;
}
.btn-warning:hover {
    color: white;
}
.btn-success {
    background-color: green;
}
.btn-orange {
    background-color: #FF5D00;
    border: none;
}
.btn-orange:hover{
    background-color: #FF2900;
}

.btn-green {
    background-color: #00C700;
    border: none;
}

.btn-smol {
    padding: 3px 5px !important;
    font-size: 12px !important;
    margin-bottom: 3px !important;
}

.btn-setnum {
    background-color: #E7EBEE;
    border-color: #E7EBEE;
    border-style: groove;
    border-width: 1.5px;
    color: #262626;
    font-size: 18px !important;
    font-family: 'Squada One', sans-serif;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.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;
    overflow: scroll;
    min-width: 720px;
}



footer {
    /*  background-color: white;*/
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    white-space: nowrap;
    line-height: 10px; /* Vertically center the text there */
    padding: 0px;
    border-radius: 10px;
    border-color: transparent;
}

/*
 *  WEB
 *  CSS
 *  START
 *  HERE
 */

/* Styles go here */

body, html {
    font-family: 'Calibri', serif;
   height: 100%;
    background-color: #ECF0F5;
    color: #6E6E6E;
}

/*
 * Material-Icons Ruleset
 * ------------------------------
 */

/* Rules for sizing the icon. */
.material-icons.md-08 {
    font-size: 8px !important;
}

.material-icons.md-10 {
    font-size: 10px !important;
}

.material-icons.md-12 {
    font-size: 12px !important;
}

.material-icons.md-14 {
    font-size: 14px !important;
}

.material-icons.md-16 {
    font-size: 16px !important;
}

.material-icons.md-18 {
    font-size: 18px !important;
}

.material-icons.md-20 {
    font-size: 20px !important;
}

.material-icons.md-22 {
    font-size: 22px !important;
}

.material-icons.md-24 {
    font-size: 24px !important;
}

.material-icons.md-28 {
    font-size: 28px !important;
}

.material-icons.md-32 {
    font-size: 32px !important;
}

.material-icons.md-36 {
    font-size: 36px !important;
}

.material-icons.md-38 {
    font-size: 38px !important;
}

.material-icons.md-40 {
    font-size: 40px !important;
}

.material-icons.md-44 {
    font-size: 44px !important;
}

.material-icons.md-48 {
    font-size: 48px !important;
}

.material-icons.md-56 {
    font-size: 56px !important;
}

.material-icons.md-64 {
    font-size: 64px !important;
}

.material-icons.md-72 {
    font-size: 72px !important;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }



.contentpane {
    margin-top: 100px;/*
    margin-left: 110px;*/
    z-index: 2;
}

.navpane {
    /*margin-top: -50px;*//*
    margin-left: 110px;*/
    padding: 10px 12px 2px 12px;
    position: fixed;
    width: 100%;
    max-height: 70px;
    min-width: 240px;
    background-color: green;
    color: #6E6E6E;
    -webkit-box-shadow: 0px 0px 5px 0px #6E6E6E;
    box-shadow: 0px 0px 5px 0px #6E6E6E;
    /*text-align: right;*/
    text-align: center;
    overflow-y: auto;
    z-index: 20;
}

.btn-logout {
    padding: 0px;
    font-size: 12px;
    font-family: Calibri;
}

.head-nav {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    overflow: auto;
}

.user-nav {
    font-size: 12px;
    margin-top: 7px;
    /*vertical-align: center;*/
    align-items: center;
}

.anchor-black {
    /*color: rgba(183, 189, 193, 1);*/
    color: #6E6E6E;
}


.sidepane {
    position: fixed;
    width: 120px !important;
    height: 100%;
    background-color: rgba(41, 57, 70, 1);
    color: rgba(41, 57, 70, 1);
    font-size: 11px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1;
    text-align: center;
}

.sidepane a {
    color: rgba(183, 189, 193, 1);
    z-index: 99999;
}

    .sidepane a:hover {
        color: white;
    }

.nav-item:hover {
    background-color: rgba(23, 230, 28, 0.70) !important;
    border-radius: 5px;
}

/* Content design */
.page-title {
    font-size: 24px;
}
.search-title {
    font-size: 18px;
    font-family: Calibri, sans-serif;
}
.pre-scrollable {
    min-height: 360px;
    overflow-y: scroll;
}

.table-responsive{
    min-height: 360px !important;
}

.table-main {
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
   /* width: 100%;*/
}

.table-main td, .table-main th {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-column {
    max-width: 96px !important;
    min-width: 96px !important;
    width: 96px !important;
}

.table-main-header {
    font-family: Calibri;
    background-color: white;
    color: #6E6E6E;
    /*width: 100%;*/
    margin-bottom: -5px;
    border-radius: 5px;
    padding: 5px 2px !important;
    min-height: 75px !important;
}

.table-data {
    background-color: white;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 10px 0px rgba(110,110,110,0.9);
    padding: 20px;
}

.header-title {
    /*font-size: 22px;*/
}

.header-search {
    background: transparent;
    border: none;
    font-size: 14px;
    min-width: 180px;
    vertical-align: top;
    border-radius: 5px;
    border: solid;
    border-color: #d7d7d7;
}

    .header-search:focus {
        outline: none;
        border: solid;
        border-color: #9b9b9b;
    }

.header-search-group {
    z-index: 100;
}

.btn-search {
    font-size: 22px;
}

.btn-padding {
    padding: 2px 5px !important;
}

.table-main tbody tr:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}

.table-main tbody tr:hover a {
    color: white !important;
    text-decoration: underline;
    text-underline-position: under;
}

.table-main tbody tr:hover a:hover {
    font-weight: 900 !important;
    text-decoration: none;
}

.table-main tbody tr:hover a.btn{
    color: white !important;
    text-decoration: none;
}

.table-main tbody tr:hover a.btn:hover  {
    font-weight: normal !important;
    text-decoration: none;
}

.table-main tbody tr a.dropdown-item {
    color: black !important;
    text-decoration: none;
}

.table-main tbody tr a.dropdown-item:hover {
    color: white !important;
    text-decoration: underline;
    background-color: #28a745;
}

.table-main tbody tr a.dropdown-item.delete:hover {
    color: white !important;
    text-decoration: underline;
    background-color: #dc3545;
}

.table-main tbody tr a.dropdown-item.info:hover {
    color: white !important;
    text-decoration: underline;
    background-color: #17a2b8;
}

.sortable-column {
    cursor: pointer;
}

.sortable-column:hover {
    color: white;
    background-color: gray;
}


.box-btn-top {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px ridge #BEBEBE;
}

.box-btn-bottom {
    padding: 10px;
    margin-top: 10px;
    border-top: 1px ridge #BEBEBE;
}

.box-btn-top a,
.box-btn-bottom a,
.box-btn-top input,
.box-btn-bottom input{
    margin-left: 12px;
    margin-right: 12px;
}


.box-data-header {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: auto;
    width: 100%;
}

.box-data input{
    text-align: center !important;
}

.box-data select {
    text-align-last: center;
}

.qty {
    text-align-last: right !important;
    padding-left: 5px;
}

.box-data-sidemargin{
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.input-center{
    text-align: center !important;
}

.head-link {
    font-size: 24px;
    color: #4f4f4f ;
}

.head-link:hover{
    color: #6E6E6E;
}

.head-sub{
    font-size: 20px;
    font-weight: bold;
}

.double-arrow-green{
    color: limegreen;
}
.double-arrow-lightgreen {
    color: #00C700;
}
.double-arrow-yellow {
    color: gold;
}
.double-arrow-red {
    color: tomato;
}
.double-arrow-blue {
    color: dodgerblue;
}
.double-arrow-orange {
    color: #FF4300;
}

.double-arrow-gray {
    color: gray;
}

.box-data {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px 0px 0px 3px;
    padding: 20px 40px;
    margin-bottom: 20px;
    overflow: auto;
    min-width:360px;
    max-width: 360px;
}

.box-data-title {
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 24px;
}

.box-data-user {
    text-transform: uppercase;
    color: #636363;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-data-question {
    font-size: 16px;
    background-color: white;
    font-family: Calibri;
    color: #555555;
    border-radius: 3px 0px 0px 3px;
    overflow: auto;
    min-width: 360px;
}

.box-data-property {
    color: #6E6E6E;
    font-size: 14px;
    font-weight: bold;
}

.box-data-value {
    color: #444444;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.auth-pages {
    background-color: white;
    box-shadow: gray 2px 2px;
    max-width: 320px;
    border-radius: 8px;
    margin-top: -8px;
}

.auth-title {
    font-weight: bolder;
}

.auth-entry {
    animation: fadeIn ease 1.25s;
    -webkit-animation: fadeIn ease 1.25s;
    -moz-animation: fadeIn ease 1.25s;
    -o-animation: fadeIn ease 1.25s;
}

@keyframes fadeIn {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}


.rejected-review {
    color: red;
    font-weight: bold;
}

.pending-review {
    color: blue;
    font-weight: bold;
}

/*
    Calendar
*/

.calendar-box {
    background-color: white;
    margin: 20px 0px;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    border-color: #0e0e0e;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border-color: #0e0e0e;
}

#calendar2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border-color: #0e0e0e;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(23, 255, 28, 0.80) !important;
    background-color: var(--fc-today-bg-color, rgba(23, 255, 28, 0.80)) !important;
    font-weight: bold;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(23, 255, 28, 0.80) !important;
    background-color: var(--fc-today-bg-color,rgba(23, 255, 28, 0.80)) !important;
    font-weight: bold;
}

.fc-theme-standard .fc-list {
    border: 1px solid #0e0e0e !important;
    border: 1px solid var(--fc-border-color, #0e0e0e) !important;
}

.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-row:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.54);
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 200px;
    background-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.table-attendance {
    min-height: 720px !important;
}
/*.nav-green {
    background-color: rgb(84,177,55) !important;
}*/

.table-head-font{
    font-size: 18px !important;
}

.thead-short{
    font-size: 14px;
}
.item-column-focus {
    font-weight: bolder !important;
    font-size: 16px !important;
}

/*
    Invoice 
*/

.invoice-box {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px 0px 0px 3px;
    padding: 20px 40px;
    margin-bottom: 20px;
    overflow: auto;
    min-width: 360px;
}

.invoice-purpose {
    letter-spacing: 1.25px;
    font-weight: bold;
}

.invoice-logo {
    width: 180px;
    height: auto;
    margin: 0;
}
/*Filter styles*/
.saturate {filter: saturate(3);}
.grayscale {filter: grayscale(100%);}
.contrast {filter: contrast(160%);}
.brightness {filter: brightness(0.25);}
.blur {filter: blur(3px);}
.invert {    filter: invert(100%);}
.sepia {    filter: sepia(100%);}
.huerotate {    filter: hue-rotate(180deg);}
.rss.opacity {    filter: opacity(50%);}
/* End of Filter Styles */

.invoice-box .invoice{
    border-radius: 5px;
    padding: 10px;
}

.invoice-box .invoice-link{
    letter-spacing: 1px;
    font-weight: bold;
}
.invoice-box .invoice .row{
    padding: 20px;
}

.invoice-location{
    font-size: 18px;
}
.invoice-date,
.invoice-supplier-name,
.invoice-supplier-address,
.invoice-delivery-date,
.invoice-remarks,
.invoice-signature,
.invoice-ipo-number{
    font-size: 15px;
}
.invoice-po-number {
    font-size: 18px;
    font-weight: bold;
    color: darkslategray !important;
}

.invoice-remarks-value {
    padding: 0px 20px 0px 20px !important;    
    text-indent: 40px;
}
.remarks-margin {
    border-bottom: 1px solid darkgray;
    width: 100%;
    display: block;
}

.content-ellipsis {
    max-width: 90px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
    Pack Image upload section
*/
.img-label {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.img-section {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    max-width: 80%;
    text-align-last: center;
}

/*
    Home top-bottom nav
*/
 .top-btn {
	 transition: all 0.25s ease-in-out;
	 position: fixed;
	 bottom: 0;
	 right: 0;
	 display: inline-flex;
	 cursor: pointer;
	 align-items: center;
	 justify-content: center;
	 margin: 0 1em 1em 0;
	 border-radius: 50%;
	 padding: 0.1em;
	 width: 40px;
	 height: 40px;
	 background-color: rgb(23 255 28 / 0.6);
     z-index : 9999999;
}
 .top-btn.show {
	 visibility: visible;
	 opacity: 1;
}
 .top-btn.hide {
	 visibility: hidden;
	 opacity: 0;
}
 .top-btn svg {
	 fill: #000;
	 width: 24px;
	 height: 12px;
}
 .top-btn:hover {
	 background-color: limegreen;
}
 .top-btn:hover svg {
	 fill: #000;
}
 .screen-reader-text {
	 position: absolute;
	 clip-path: inset(50%);
	 margin: -1px;
	 border: 0;
	 padding: 0;
	 width: 1px;
	 height: 1px;
	 overflow: hidden;
	 word-wrap: normal !important;
	 clip: rect(1px, 1px, 1px, 1px);
}
 .screen-reader-text:focus {
	 display: block;
	 top: 5px;
	 left: 5px;
	 z-index: 100000;
	 clip-path: none;
	 background-color: #eee;
	 padding: 7px 11px 7px;
	 width: auto;
	 height: auto;
	 text-decoration: none;
	 line-height: normal;
	 color: #444;
	 font-size: 1em;
	 clip: auto !important;
}

.bottom-btn {
    transition: all 0.25s ease-in-out;
    position: fixed;
    top: 64px;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1em 0;
    border-radius: 50%;
    padding: 0.1em;
    width: 40px;
    height: 40px;
    background-color: rgb(23 255 28 / 0.6);
    z-index : 9999999;
}
.bottom-btn.show {
	 visibility: visible;
	 opacity: 1;
}
.bottom-btn.hide {
    visibility: hidden;
    opacity: 0;
}
.bottom-btn svg {
	 fill: #000;
	 width: 24px;
	 height: 12px;
}
.bottom-btn:hover {
	 background-color: limegreen;
}
.bottom-btn:hover svg {
	 fill: #000;
}

.svg-bottom{
    transform: scaleY(-1);
}

.screen-reader-text-bottom {
	 position: absolute;
	 clip-path: inset(50%);
	 margin: -1px;
	 border: 0;
	 padding: 0;
	 width: 1px;
	 height: 1px;
	 overflow: hidden;
	 word-wrap: normal !important;
	 clip: rect(1px, 1px, 1px, 1px);
}
 .screen-reader-text-bottom:focus {
	 display: block;
	 top: 5px;
	 left: 5px;
	 z-index: 100000;
	 clip-path: none;
	 background-color: #eee;
	 padding: 7px 11px 7px;
	 width: auto;
	 height: auto;
	 text-decoration: none;
	 line-height: normal;
	 color: #444;
	 font-size: 1em;
	 clip: auto !important;
}

/*
    Prevent line break on hyphen with PO numbers
*/

.po-number-nobr {
    white-space: nowrap;
}


form.file-upload-button {
    display: inline-block;
    vertical-align: middle;
}

form.file-upload-button label {
    font-weight: normal !important;
}

.ship-pack-header{
    padding: 10px 30px 1px 30px;
    margin-bottom: -5px;
    background-color: white;
}

.ship-pack-header h1 {
    font-size: 20px;
    font-weight: bold;    
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    height: 300px;
}

a.enlargeImageDialog img {
    box-shadow: 10px 10px 15px #888888 !important;
    margin: 15px !important;
}




/*
    #################################
    [START] Table (Fixed) Properties
    #################################
*/

.thw-8 {
    width: 8px !important;
}
.thw-10 {
    width: 10px !important;
}
.thw-12 {
    width: 12px !important;
}
.thw-14 {
    width: 14px !important;
}
.thw-16 {
    width: 16px !important;
}
.thw-18 {
    width: 18px !important;
}
.thw-20 {
    width: 20px !important;
}
.thw-22 {
    width: 22px !important;
}
.thw-24 {
    width: 24px !important;
}
.thw-26 {
    width: 26px !important;
}
.thw-28 {
    width: 28px !important;
}
.thw-30 {
    width: 30px !important;
}
.thw-32 {
    width: 32px !important;
}
.thw-34 {
    width: 34px !important;
}
.thw-36 {
    width: 36px !important;
}
.thw-38 {
    width: 8px !important;
}

.thw-40 {
    width: 10px !important;
}

.thw-42 {
    width: 12px !important;
}

.thw-44 {
    width: 14px !important;
}

.thw-46 {
    width: 16px !important;
}

.thw-48 {
    width: 18px !important;
}

.thw-50 {
    width: 20px !important;
}

.thw-52 {
    width: 22px !important;
}

.thw-54 {
    width: 24px !important;
}

.thw-56 {
    width: 26px !important;
}

.thw-58 {
    width: 28px !important;
}

.thw-60 {
    width: 30px !important;
}

.thw-62 {
    width: 32px !important;
}

.thw-64 {
    width: 34px !important;
}

.thw-66 {
    width: 36px !important;
}
.thw-68 {
    width: 8px !important;
}

.thw-70 {
    width: 10px !important;
}

.thw-72 {
    width: 12px !important;
}

.thw-74 {
    width: 14px !important;
}

.thw-76 {
    width: 16px !important;
}

.thw-78 {
    width: 18px !important;
}

.thw-80 {
    width: 20px !important;
}

.thw-82 {
    width: 22px !important;
}

.thw-84 {
    width: 24px !important;
}

.thw-86 {
    width: 26px !important;
}

.thw-88 {
    width: 28px !important;
}

.thw-90 {
    width: 30px !important;
}

.thw-92 {
    width: 32px !important;
}

.thw-94 {
    width: 34px !important;
}

.thw-96 {
    width: 36px !important;
}

.thw-98 {
    width: 28px !important;
}

.thw-100 {
    width: 30px !important;
}

.thw-102 {
    width: 32px !important;
}

.thw-104 {
    width: 34px !important;
}

.thw-106 {
    width: 36px !important;
}
.thw-108 {
    width: 28px !important;
}

.thw-110 {
    width: 30px !important;
}

.thw-112 {
    width: 32px !important;
}

.thw-114 {
    width: 34px !important;
}

.thw-116 {
    width: 36px !important;
}
.thw-132 {
    width: 36px !important;
}
/*
    ###############################
    [END] Table (Fixed) Properties
    ###############################
*/


#myTable input::-webkit-outer-spin-button,
#myTable input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#myTable input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.item-action {
    width: 70px;
}

td .btn-default *{
    vertical-align: middle;
}

/* Downloads Page */
.dl-app{
    box-shadow: 1px 1px darkslategray;
    margin-top: 8px;
}
.dl-app:hover {
    box-shadow: none;
}
.dl-btn{
    padding: 8px 22px 8px 22px;
    font-size: 18px;
    margin: 12px 18px;
    line-height: 18px;
    border-radius: 15px;
    color: white;
    box-shadow: 1px 1px darkslategray;
}
.dl-btn:hover{
    color: white;
    box-shadow: none;
}
.dl-btn-extension{
    font-size: 12px;
    margin-top: 4px;
}

.dl-table-title{
    font-size: 28px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.col-required {
    color: red;
    text-shadow: 0px 0px 5px white;
}

/* Quick Fixes */
.div-border-top {
    margin-top: 20px;
    border-top: 0.5px solid;
}

.div-border-bottom {
    margin-top: 20px;
    border-bottom: 0.5px solid;
}

.font-user {
    font-family: 'Zen Dots';
    letter-spacing: 0.75px;
}

.inventory-head {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.items-box {
    border-radius: 5px;
    padding: 10px;
    min-width: 480px;
    margin-right: 12px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-32 {
    margin-top: 32px;
}

.min-height-480{
    min-height: 480px !important;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-256 {
    min-width: 256px !important;
}

.min-width-128{
    min-width: 128px !important;
}

.min-width-64{
    min-width: 64px !important;
}

.min-width-em-10 {
    min-width: 10em;
}

.min-width-em-6 {
    min-width: 6em;
}

.min-width-em-15 {
    min-width: 15em;
}

.min-width-em-4 {
    min-width: 4em;
}

.padding-top-6 {
    min-width: 100%;
    padding-top:6px;
}

w-15 {
    width: 15%;
}

w-5{
    width: 5%;
}
