html {
    height: 100%;

}

body {
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    /* background-color: rgb(245,245,245); */
}

.orangeshadow{
    box-shadow: 0 .5rem 1rem rgba(242,88,34,.35)!important;
}

.greenshadow{
    box-shadow: 0 .5rem 1rem rgba(16, 102, 58,.35)!important;
}

.loginRow {

    height: 100%;
}

#wrapper {
    overflow-x: hidden;
}


#inputGroup-sizing-default.input-group-text {
    background-color: white;
    color: rgb(242, 88, 34);
}

.customshadow {
    box-shadow: 0 1px 2px 0 rgba(242, 88, 34, .3), 0 1px 3px 1px rgba(242, 88, 34, .15);
}

#sidebar-wrapper {
    position: relative;
    color: white;
    background-color: white;
    width: 300px;
    /* background-image: url('../assets/menunodes.jpg');
    background-size: cover;
    background-position: center; */
    min-height: 100vh;
    /* margin-left: -15rem; */
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;

}

#sidebar-wrapper .sidebar-heading {
    /* position: absolute;
    bottom: 0px;
    left: 0px; */

    /* padding: 0.875rem 1.25rem;
    font-size: 1.2rem; */
}

#sidebar-wrapper .list-group {
    /* width: 15rem; */
    background-color: white;
    width: 100%;
}

.list-group-item {
    background: white;
    color: #3f3f3f;
    width: 100%;
    border: none;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.list-group-item.active {
    background: rgb(0, 128, 55);
    background: linear-gradient(132deg, rgba(0, 128, 55, 1) 21%, rgba(35, 117, 75, 1) 60%);
    border-radius: 25px;
    color: white;
    box-shadow: 0 .5rem 1rem rgba(16, 102, 58,.35)!important;
}


/* .list-group-item-action:focus, */
.list-group-item-action:hover {
    background-color: white;
    /* color: rgb(242, 88, 34); */
    /* transition-duration: 0.2s; */
}


#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

#sidebar-wrapper .list-group a {
    font-size: 12px;
}

.clp1 {
    background-color: #464c4f;
    color: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 5px;
}

/* .toggleBtnDiv {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: rgb(242, 88, 34);
    color: white;
    padding: 5px;
    border-radius: 50%;

} */

.navbar {
    background-color: white;
    /* background-color: #243a4e; */
    /* background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%); */
}

#menu-toggle {
    color: white;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
}

.martop10 {
    margin-top: 10px;
}

.statsCard {
    /* border-radius: 10px; */
    padding: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.statMainHead {
    text-align: center;

    font-weight: bold;
    font-size: 16px;
}

.statIndiv {
    padding: 10px 0px;
}

.statSubHead {

    font-size: 12px;
    font-weight: bold;
    text-align: center;

}

.statsValue {
    margin-bottom: 10px;

    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.sepdiv {
    background-color: rgba(245, 245, 245, 0.3);
    height: 1px;
    margin: 8px 0px;
}

.border-rightimp {
    border-right: solid 1px rgba(245, 245, 245, 0.3);
}

a.nav-link {
    color: white;
}

.userdiv {
    background: rgb(13, 135, 65);
    background: linear-gradient(144deg, rgba(13, 135, 65, 1) 24%, rgba(16, 102, 58, 1) 87%);
    /* border-radius: 15px; */
}

.usrname {
    font-size: 14px;
    letter-spacing: 0.5px;
}

#logoutbtn {
    font-size: 12px;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 20px;
    /* background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%); */
    background: rgb(74, 80, 94);
    background: linear-gradient(144deg, rgba(74, 80, 94, 1) 33%, rgba(60, 65, 76, 1) 69%);
}

#logoutbtn:focus {
    transition-duration: 0.3s;
    background: rgb(60, 65, 76);
    background: linear-gradient(235deg, rgba(60, 65, 76, 1) 23%, rgba(97, 102, 117, 1) 79%);
}

.leavediv {
    background-color: white;
    border-radius: 25px;
}

.infdiv {
    background-color: rgba(0, 128, 55, 0.1);
    border-radius: 25px;
}

.cheads {
    color: dimgray;
    background-color: rgba(242, 88, 34, 0.2);
    border-radius: 25px;
    padding: 5px;
    letter-spacing: 0.5px;
}

.infHead {
    /* background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%); */
    /* padding:8px; */
    font-size: 14px;
    color: dimgray;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    /* border-radius: 25px; */
}

.infVal {
    padding: 5px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.btnpunchin:hover {
    background: rgb(0, 128, 55);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color: white;
    box-shadow: 0 .5rem 1rem rgba(16, 102, 58,.35) !important;
}
.btnpunchin:focus {
    background: rgb(0, 128, 55);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color: white;
    box-shadow: 0 .5rem 1rem rgba(16, 102, 58,.35) !important;
}
.btnpunchin {
    width: 180px;
    height: 50px;
    background: #07287F;
    color: white;
    font-weight: bold;
    border: solid 2px #07287F;
    border-radius: 25px;
    font-size: 12px;
    padding: 8px;
    transition-duration: 0.2s;
    /* font-weight: bold;    */
}

.btnpunchout{
    width:180px;
    height:50px;
    background: white;
    color: rgb(242, 88, 34);
    font-weight: bold;
    border:solid 2px rgba(242, 88, 34);
    border-radius: 25px;
    font-size: 12px;
    padding:8px;
    transition-duration: 0.2s;
    /* font-weight: bolder;  */
}

.btnpunchout:hover{
    background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color:white;
    box-shadow: 0 .5rem 1rem rgba(242, 88, 34,.35)!important;
}

.pbtnpunchin{
    width:180px;
    height:32px;
    background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color:white;
    font-weight: bold;
    border-radius: 25px;
    font-size: 12px;
    padding:8px;
    transition-duration: 0.2s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.35)!important;
    border:none;
}

.pbtnview {
    width: 100px;
    height: 32px;
    background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color: white;
    font-weight: bold;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px;
    transition-duration: 0.2s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.35) !important;
    border: none;
}

.pbtnviewdownload {
    width: 145px;
    height: 32px;
    background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color: white;
    font-weight: bold;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px;
    transition-duration: 0.2s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.35) !important;
    border: none;
}

.txtInput {
    /*width: 100px;
    height: 32px;*/
    /*background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);*/
    color: black;
    font-weight: bold;
    border-radius: 12px;
    font-size: 12px;
    padding: 8px;
    transition-duration: 0.2s;
    /*box-shadow: 0 .5*/ rem 1rem rgba(0, 0, 0,.35) !important;
    /*border: none;*/
    border: 2px solid #1cc88a;
    text-transform: uppercase
}
.resultdtls {
    background: rgb(255, 121, 72);
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    color: white;
    font-weight: bold;
    border-radius: 25px;
    font-size: 12px;
    padding: 8px;
    transition-duration: 0.2s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.35) !important;
    border: none;
}


   


.pbdtdcfile {
    width: 180px;
    height: 28px;
    background: linear-gradient(132deg, rgba(255, 121, 72, 1) 21%, rgba(223, 72, 25, 1) 60%);
    background: #07287F;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
    transition-duration: 0.2s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.35) !important;
    border: none;
}

    .pbdtdcfile:hover {
        color: white;
    }

    .pbdtdcfile:focus {
        box-shadow: 0 .5rem 1rem rgba(242, 88, 34,.35) !important;
    }

.pbtnpunchin:hover{
    color:white;
}

.pbtnpunchin:focus{
    box-shadow: 0 .5rem 1rem rgba(242, 88, 34,.35)!important;
}

.pbtnviewdownload:hover {
    color: white;
}

.pbtnviewdownload:focus {
    box-shadow: 0 .5rem 1rem rgba(242, 88, 34,.35) !important;
}

.pbtnview:hover {
    color: white;
}

.pbtnview:focus {
    box-shadow: 0 .5rem 1rem rgba(242, 88, 34,.35) !important;
}

.pbtnpunchout {
    width: 180px;
    height: 50px;
    background: rgb(0, 128, 55);
    background: linear-gradient(132deg, rgba(0, 128, 55, 1) 21%, rgba(35, 117, 75, 1) 60%);
    color: white;
    font-weight: bold;
    border-radius: 25px;
    font-size: 12px;
    padding: 8px;
    transition-duration: 0.2s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.35) !important;
    border: none;
}

.pbtnpunchout:hover{
    color:white;
}

.pbtnpunchout:focus{
    box-shadow: 0 .5rem 1rem rgba(35, 117, 75,.35)!important;
}

.pronames{
    color:#243a4e;
    letter-spacing: 0.5px;
    font-weight: bolder;
    font-size: 36px;
}


.prolables{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.proinfo{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color:dimgrey;
}

.proinfhead{
    background: rgb(0, 128, 55);
    background: linear-gradient(132deg, rgba(0, 128, 55, 1) 21%, rgba(35, 117, 75, 1) 60%);
    color:white;
    font-size: 18px;
    padding:5px 10px;
    border-radius: 25px;
}

.proinfoloc{
    font-weight: bolder;
    font-size: 20px;
}

.txtGrey{
    color:grey;
}


@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -300px;
    }
}

@media only screen and (max-width : 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -300px;
    }
}