   /* numans-regular - latin */
   @font-face {
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/numans-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Numans'), local('Numans-Regular'),
        url('../fonts/numans-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/numans-v9-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/numans-v9-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/numans-v9-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/numans-v9-latin-regular.svg#Numans') format('svg');
    /* Legacy iOS */
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    display: flex;
    font-family: Numans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

div.page {
    height: 100%;
    width: 100%;
    margin: 0;
}

form {
    margin: auto;
    /* nice thing of auto margin if display:flex; it center both horizontal and vertical :) */
    box-sizing: border-box;
    font-size: .75rem;
}

.form-group {
    margin-bottom: .75em;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.modalbackdrop {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.modalpage {
    z-index: 11000;
}

#pldetailentry, #userentry, #commententry, #cliententry, #newcontact,#newproductline {
    margin: auto;
    background-color: #ddd;
    color: #222;
    width: 900px;
    height: 440px;
    border-radius: 16px;
    box-shadow: 4px 4px rgba(0, 0, 0, .6);
    border: 1px solid #000;
}

#cliententry {
    height: 360px;
}

#pldetailentry {
    height: 464px;
}

#userentry {
    height: 310px;
}

#newcontact {
    height: 236px;
    width: 860px;
}

#newproductline {
    height: 600px;
    width: 1200px;
}

#tempcommentsgrid, #tempclientsgrid {
    height: 500px;
}

#logon, #resetpassword, #confirmresetpassword {
    display: flex;
    background-image: url('../images/retail_1920.jpg');
    background-size: cover;
    color: whitesmoke;
}

#logon .form-horizontal, #resetpassword .form-horizontal {
    width: 500px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 16px;
    box-shadow: 4px 4px rgba(0, 0, 0, .6);
    border: 1px solid #000;
    color: #000;
}

#logon input[type='text'],
#logon input[type='password'],
#resetpassword input[type='text'],
#resetpassword input[type='password'] {
    width: calc(100% - 4px);
}

#btnresetmypassword {
    color: maroon;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.portalpage {
    background-color: black;
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.up {
    flex: 0 1 auto;
}

.down {
    flex: 1 1 auto;
    background: #012;
    overflow: hidden;
}



.dash-left {
    overflow-y: auto;
    height: 100%;
    width: 160px;
    float: left;
    background-color: black;
    font-size: 12px;
}

.dash-right {
    overflow: hidden;
    height: 100%;
    width: calc(100% - 160px);
    float: right;
    padding-left: 4px;
}

.dashmenutoggler {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.dashleftcard {
    background-color: black;
}

.dashleftitem {
    font-weight: normal;
    cursor: pointer;
    color: #ddd;
}

.AAPSelected {
    font-weight: bold;
    font-style: italic;
    color: #aaf;
}

#aaptemplatelibrary {
    display: none;
}

a.nav-link:visited,
li.nav-link>a:visited {
    color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #c8e1ef;
}



.text-header {
    font-size: 125%;
    color: rgb(73, 173, 245);
}

.text-data {
    font-size: 100%;
    color: rgb(73, 245, 173);
}

.shadowtext {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

#pldetails td, #pldetails th,
#plw-3-pltable td, #plw-3-pltable th,
#cgcomments td, #cgcomments th,
#cgclients td, #cgclients th,
#userdetails td, #userdetails th,
#plgproductlinestbl td, #plgproductlinestbl th {
    border: 1px solid #999;
    font-size: 75%;
    padding-left: 1px;
    padding-right: 1px;
}

#cgclientstbl td, #cgclientstbl th
{
    border: 1px solid #999;
    padding-left: 1px;
    padding-right: 1px;
}

#pldetails thead th, #cgclientstbl thead th, #plgproductlinestbl thead th
#userdetails thead th, #plw-3-pltable thead th {
    background-color: rgb(175, 175, 175);
}

#pldetails, #cgcommentstbl, #cgclientstbl, #userdetails, #plgproductlinestbl, #plw-3-pltable {
    margin: 0;
    text-align: left;
    position: relative;
    border-collapse: collapse;
    width: 100%;
}

#pldetails>thead tr:nth-child(1)>th, #cgcommentstbl>thead tr:nth-child(1)>th,
#userdetails>thead tr:nth-child(1)>th, #cgclientstbl>thead tr:nth-child(1)>th,
#plgproductlinestbl>thead tr:nth-child(1)>th, #plw-3-pltable>thead tr:nth-child(1)>th   {
    position: sticky;
    top: 0px;
}

/*#pldetails>thead tr:nth-child(2)>th/*, #userdetails>thead tr:nth-child(2)>th {
    position: sticky;
    top: 19px;
}*/

#pldetails tbody tr:nth-child(even), #cgcommentstbl tbody tr:nth-child(even),
#userdetails tbody tr:nth-child(even), #cgclientstbl tbody tr:nth-child(even) ,
#plgproductlinestbl tbody tr:nth-child(even), #plw-3-pltable tbody tr:nth-child(even)
{
    background-color: #ddd;
}

#pldetails tbody tr:nth-child(odd), #cgcommentstbl tbody tr:nth-child(odd),
#userdetails tbody tr:nth-child(odd), #cgclientstbl tbody tr:nth-child(odd),
#plgproductlinestbl tbody tr:nth-child(odd), #plw-3-pltable tbody tr:nth-child(odd) {
    background-color: #eee;
}

#pldetails tbody tr:hover, #cgcommentstbl tbody tr:hover,
#cgclientstbl tbody tr:hover, #userdetails tbody tr:hover,
#plgproductlinestbl tbody tr:hover {
    background-color: rgb(160, 208, 241);
}

#pldetails tbody tr.selected, #cgcommentstbl tbody tr.selected,
#cgclientstbl tbody tr.selected,#userdetails tbody tr.selected,
#plgproductlinestbl tbody tr.selected {
    background-color: rgb(251, 208, 208);
}

#pldetails td,#cgcommentstbl td,#cgclientstbl td,
#userdetails td, #plgproductlinestbl td, #plw-3-pltable td {
    color: #333;
}

.form-control {
    padding: .175rem .5rem;
    font-size: .75rem;
}

.closebutton {
    cursor: pointer;
}

#userentry input[type='text'], #userentry select, 
#commententry input[type='text'], #commententry select,
#cliententry input[type='text'], #cliententry select {
    width: 100%;
}



#userentry .btn-group-toggle .btn.active,
#commententry .btn-group-toggle .btn.active,
#cliententry .btn-group-toggle .btn.active {
    background-color:#0c81aa;
    color: #eee;
}

#cliententryallowedclientusers > div > i {
    cursor: pointer;
}

h6 {
    font-size: x-small !important;
    font-weight: bold;
    color: #0d15f1 !important;
    padding: 4px !important;
}

.dropdown-item {
    padding: 0 1rem !important;
}

#templateconfirmation, #templatealert {    
    width: 60%;
    position: relative;
    left: 20%;
    top: 30%;
    height: 40%;
}

#templateplmassupdate {
    min-width: 600px;
    width: 60%;
    position: relative;
    left: 10%;
    top: 30%;
    height: 240px;
}