/* GENERAL */
*
{
  color: #000;
  box-sizing: border-box;

    font-family: articulat-cf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face
{
  font-family: outerspace;
  src: url("../Fonts/OuterspaceMilitia.otf") format("opentype");
  font-display: swap;
}

@font-face
{
  font-family: consolefont, monaco, monospace;
  src: url("../fonts/console.ttf");
  font-display: swap;
}

body
{
	padding: 0;
	margin: 0;
	/*background-color: #0F4C5C; */
  background-color: rgb(26,31,54);
	overflow: hidden;
}

/* For Desktop */
@media only screen and (min-width: 960px)
{
    
}

/* UNIVERSAL RULES */
a
{
    text-decoration: none;
}

button:hover, a:hover 
{
    cursor: pointer;
}

h1, h2, h3, p, label, option, select, a
{
    color: black;
}

th 
{
  font-weight: bold;
}

hr 
{
  border: 0;
  height: 1px;
  background-color: grey;
  opacity: 0.25;
}

.redbkg {background-color: red !important;}

.order-section-continue:disabled
{
  background-color: grey;
  opacity: 0.5;
}

.smalltext {font-size: 12px;}

.nav-offscreen { top: -70px;}
.nav-onscreen { top: 0px;}

.msg-offscreen { position: absolute; top: -95px;}
.msg-onscreen { position: sticky; top: 20px;}

.side-offscreen{ top: -60px;}
.side-onscreen{ top: 80px;}

.icontray-offscreen{ left: -80px;}
.icontray-onscreen{ left: 0px;}
.clearfix {
    overflow: auto;
  }

.disabled,input:read-only,textarea:read-only
{
    opacity: 0.5;
}

input[type='file']
{
  opacity: 1 !important;
}


.centered
{
    text-align: center;
}

.nav-selected
{
    color: #F79D65 !important;
}

.pressed
{
    border: 2px solid black !important;
    background-color: white !important; 
    color: black !important;
}

.framework-title
{
  font-size: 26px;
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.85;
  letter-spacing: 5px;

  text-align:center;
  margin:25px auto;
}

.display-none
{
    display: none !important;
}
.maximize
{
    width: 800px;
    height: 800px;
}

.minimize
{
    width: auto;
    height: auto;
}

.standard-dropdown, .standard-select
{
    color: black;
    padding: 5px;
    width: 200px;
}

.standard-center-flex
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.standard-dropdown option
{
    color: black;
    padding: 5px;
}

.standard-textarea
{
  width: 100%;
  padding: 5px;
  color: black;
}

.sortdd, .sortbox, .productdd, .statusdd
{
    padding: 12px !important;
}

.tablecell-dropdown
{
    color: black;
    padding: 5px;
    width: 125px;
}

.tablecell-dropdown option
{
    color: black;
    padding: 5px;
}

.table-input
{
    color: black;
    padding: 5px;
    width: 80px;
}

.table-input-wide
{
    color: black;
    padding: 5px;
    width: 140px;
}

.date-input
{
    width: 200px !important;
    padding: 10px !important;
}

.export-data
{
    margin-left: 20px;
    cursor: pointer;
}

.h2label
{
  font-size: 1.5em;
}

.flex-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.removeRow
{
    width: 64px;
  height: 64px;
    padding: 10px;
  background-color: #660C0C;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}

.addButton
{
width: 100%;
  height: 30px;
  background-color: #034F0A;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  color: #FFF;
  border: 0;
  font-size: 24px;
  margin-bottom: 50px;
  cursor: pointer;
}

.standard-input, .cycle-amnt
{
    color: black;
    padding: 5px;
}

.standard-input-sm
{
    color: black;
    padding: 5px;
    width: 75px;
}

.standard-btn
{
    background-color: #0F4C5C;
    color: white;
    padding: 6px;
    border: 0;
    margin: 5px 2px;
    width: 200px;
    height: 40px;
}

.standard-btn-sm
{
    background-color: #0F4C5C;
    color: white;
    padding: 6px;
    border: 0;
    margin: 0 2px;
    width: 125px;
    height: 30px;
}

.full
{
  width: 100% !important;
}

.half
{
  width: 50%;
}

.active
{
  background-position: left;
}

#preview-btn
{
    width: 100%;
    height: 40px;
    padding: 5px;
    background-color: #034f0A;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.submit-btn
{
    width: 100%;
    height: 40px;
    padding: 5px;
    background-color:#0F4C5C;
    color: white;
    border: 0;
    margin-bottom: 5px;
}

.deletecustomer, .voidorder, .deleteuser 
{
    background-color: #9A031E !important;
}

.action-container 
{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.action-child
{
  margin-right: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 0.2s ease-out;
}

.action-child:hover 
{
  border-bottom: 1px solid #0F4C5C;
}

.action-child img 
{
  margin-right: 10px;
}

.action-child p 
{
  font-size: 14px;
  margin: 0;
}

.action-btn-container
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.order-action-btn, .small-btn
{
    flex-grow: 1;
    height: 40px;
    padding: 5px;
    background-color:black;
    color: white;
    border: 0;
    margin: 10px 2px;
}

#finish-btn
{
    position: absolute;
    top: calc(50% + 120px);
    left: 50%;
    width: 240px;
    height: 40px;
    transform: translate(-50%, -50%);
    padding: 5px;
    background-color: #034f0A;
    border: 0;
    border-radius: 5px;
}

.bkg-logo
{
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  z-index: -999;
  opacity: 0.5;
}

.plane
{
	z-index: -999;
	transition: transform 15s linear;
}



@keyframes anim-bl-tr
{
  from
  {
    left: 1920px;
    opacity:0;
  } 
  to
  {
    right:0;
    opacity:1;
  }
}


/* For Desktop */
@media only screen and (min-width: 960px)
{
    .nav-offscreen { top: -70px;}
    .nav-onscreen { top: 15px;}

    .side-offscreen{ left: -80px;}
    .side-onscreen{ left: 5px;}

    .icontray-offscreen{ left: -80px;}
    .icontray-onscreen{ left: 65px;}
    
    .maximize
    {
        width: 90% !important;
        height: 800px;
    }

    .minimize
    {
        width: fit-content !important;
        height: auto;
    }
    
    .tablecell-dropdown
    {
        color: black;
        padding: 5px;
        width: 140px;
    }
}

/* ELEMENTS */
.nav-bar {display: none;}
.side-bar {display: none;}
.icon-tray {display: none;}

.m-nav-bar
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #142d44;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: all 0.25s ease-in-out;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 0px 15px;
    
    z-index: 10;
}

.m-nav-bar select
{
    width: 675px;
    background-color: #142d44;
    padding: 10px;
    border: none;
    font-size: 18px;
}

.m-side-bar
{
    position: absolute;
    left: 0px;
    width: 800px;
    height: 60px;
    background-color: #142d44;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 30px;
    
    transition: all 0.25s ease-in-out;
    
    z-index: 9;
}

.m-icon-tray
{
    position: absolute;
    top: 80px;
    width: 80px;
    height: 400px;
    background-color: #142d44;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 10;

    transition: all 0.25s ease-in-out;
}

#total-container
{
    text-align: right;
    margin-right: 15px;
}

#total-container h2
{
    font-size: 18px;
}


#cust-details-container
{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

#cust-op-cell
{
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#cust-op-cell label
{
    margin: 0 5px;
}

#cust-address-container
{
    max-width: 300px;
}

.address-row
{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}

.address-row input
{
    color: black;
    flex-grow: 3;
    padding: 5px;
    margin: 2px auto;
    max-width: 300px;
}

.address-row input.grow1
{
    flex-grow: 1 !important;
    max-width: 100px;
}

#cust-update-container
{
    padding: 10px;
}

.viewsort-container, .advsort-container
{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.viewsort-container input
{
  flex-grow: 1;
}

.viewsort-container button
{
  flex-grow: 1;
}

.datatable
{
  border-collapse: collapse;
  width: 100%;
  margin: 15px auto;
  border: 1px solid #ddd;
  overflow: scroll;
}

.datatable tr
{
    cursor: pointer;
}

.datatable th
{
  color: white;
  background-color: #0F4C5C;
  padding: 10px;
  text-align: left;
}

.datatable td 
{
  color: black;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.datatable tr:nth-child(even) {background-color: #f2f2f2;}

.datatable th, .datatable td
{
    
}

.paging-container
{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.paging-container p
{
    margin: 0 5px;
}

.page-ctrl-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewset-dropdown
{
    color: black;
    padding: 5px;
    margin: 0 5px;
}

.viewset-dropdown option
{
    color: black;
}

.page-ctrl-container p
{
    color: black;
    margin: 0 3px;
}

.lastpage
{
    color: blue;
    margin: 0 3px;
}

.prevpage, .nextpage
{
    color: blue;
    margin: 0 5px;
}

.action-container 
{

}

/* For Desktop */
@media only screen and (min-width: 960px)
{
    .m-nav-bar {display: none;}
    .m-side-bar {display: none;}
    .m-icon-tray {display: none;}
    .nav-bar
    {
        position: absolute;
        left: 2.5%;
        width: 95%;
        height: 70px;
        background-color: #142d44;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -ms-transform: skewX(5deg); /* IE 9 */
        transform: skewX(5deg);

        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        padding: 0px 10px;

        transition: all 0.25s ease-in-out;
    }

    .nav-links-container
    {
        width: 100%;
        line-height: 70px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-links-container a
    {
        letter-spacing: 2px;
        height: 68px;
       /* transition: 0.25s ease-in; */
    }

    .nav-link-active
    {
        border-bottom: 1px solid white;
    }

    .side-bar
    {
        position: absolute;
        top: 15px;
        width: 60px;
        height: 500px;
        background-color: #142d44;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -ms-transform: skewX(5deg); /* IE 9 */
        transform: skewX(5deg);

        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-top: 70px;
        z-index: 99;

        transition: all 0.25s ease-in-out;
    }

    .icon-tray
    {
        position: absolute;
        top: 85px;
        width: 60px;
        height: 300px;
        background-color: #142d44;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -ms-transform: skewX(5deg); /* IE 9 */
        transform: skewX(5deg);

        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        z-index: 99;

        transition: all 0.25s ease-in-out;
    }
}

.dashboard-container
{
  position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/**************************************/
/* NAV */
/*************************************/
#nav-window
{
    width: 0%;
    height: 0px;
    background-color: #F5F5F5;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    position: relative;

    transition: all 0.5s ease-in-out;

    position: absolute;
    left:0;
    top:0;
    z-index: 999;
}
.nav-window-open
{
    width: 100% !important;
}

.nav-window-opener
{
    position: fixed;
    left: -20px;
    top: 25px;
    cursor: pointer;
    opacity: 1;
    z-index: 998;
}

#nav-window-inside
{
    width: 250px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

#nav-window-inside img 
{
    margin: 25px auto;
}

.nav-window-close
{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 998;
}

.nav-option-container
{
    width: 100%;
    max-height: 35px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;

    margin: 15px auto;
    align-items: center;

    transition: all 0.25s ease-in-out;
}

.nav-option-container a 
{
    color: #0F4C5C;
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px auto;

    opacity: 0.75;
    text-align: center;
}

.nav-option-container a:hover 
{
    color: #F79D65 !important;
}

.nav-cat
{
    font-size: 22px !important;
    opacity: 1 !important;
}

.nav-option-open
{
    max-height: 200px !important;
}

.nav-bottom
{
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translate(-50%,0px);
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.nav-bottom a 
{
    color: #0F4C5C;
}

.nav-bottom p
{
    margin: 0 15px;
}

@media only screen and (min-width: 960px)
{
  #nav-window
  {
      width: 0%;
      height: 0px;
      background-color: #F5F5F5;

      display: flex;
      justify-content: center;
      align-items: center;

      overflow: hidden;
      position: relative;

      transition: all 0.5s ease-in-out;

      position:relative;
  }
  .nav-window-open
  {
      width: 350px !important;
  }

  .nav-bottom
  {
      bottom: 25px;
  }
}

/**************************************/
/* WINDOWS */
/*************************************/
#main-window
{
    position: relative;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.main-window-shared
{
    width: calc(100% - 350px) !important;
}

.content-window
{
    width: fit-content;
    height: fit-content;
    position: inline-block;
    background-color: white;
    color: black;
    border-radius: 5px;
    border: 1px solid black;
    overflow-y: scroll;
    overflow-x: hidden;
}

.window-header
{
    position: sticky;
    top: 0;
    z-index: 21;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #5C5C5C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    padding-right: 10px;
}

.window-header p
{
    color: white;
    margin: 0;
    float: left;
}

.window-frame-top
{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 15px;
  z-index: 30;
  height: 0;
}

.window-frame-bottom
{
  position: sticky;
  height: 16px;
  width: 100%;
  z-index: 21;

  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.window-msg
{
  background-color: #F79D65;
  padding: 15px;
  
  width: 90%;
  margin: 0 auto;
  animation: msganim 1.9s ease-in-out forwards;

  text-align: center;
  z-index: 30;

  border-radius: 5px;
}

.window-msg p
{
  color: white;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 3px;
  margin: 0 auto;
}

.window-contents
{
  width: 100%;
  position: relative;
  overflow-y: scroll;
  padding: 5px;
  padding-top:0px;
}



.ui-resizable-se 
{
  bottom: 0 !important;
  height: 0;

}

.ui-resizable-s
{
  bottom:0;
}

.ui-resizable-handle
{
  display: inline-block !important;
}

.header-btn-cntr
{
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.header-btn-cntr a
{
    margin: 2px 4px;
}

.maximize-window
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: green;
    border: 1px solid #5C5C5C;
}

.minimize-window
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: yellow;
    border: 1px solid #5C5C5C;
}

.close-window
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: red;
    border: 1px solid #5C5C5C;
}

.window-header p
{
    margin-left: 10px;
}

/* For Desktop */
@media only screen and (min-width: 960px)
{
    .content-window
    {
        width: fit-content;
    }

    .window-contents
    {
      padding: 25px;
    }
}
/**************************************/
/* FRAMEWORKS */
/*************************************/
.framework-main
{
    color: black !important;
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
}

.framework-sticky
{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 20px;
    z-index: 30;
}

.framework-overlay
{
    position: absolute;
    left: 2%;
    top: 0;
    background-color: white;
    animation: grow-y 0.25s ease-in-out forwards;
    -webkit-animation: grow-y 0.25s ease-in-out forwards;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    border: 2px solid black;
    border-radius: 5px;
    padding: 15px;
}

.framework-content
{
    width: 100%;
    padding-top: 0;
}

.framework-norm-table
{
    margin: 20px auto;
    width: 100%;
}

.framework-norm-table tr 
{

}

.framework-norm-table th
{
    color: black !important;
    text-align: left;
    font-size: 14px;
    font-weight: 200;
}

.framework-norm-table td, .framework-norm-table p
{
    color: black !important;
    text-align: left;
}

.framework-norm-table td p
{
    text-align: center;
}

.select-overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211,211,211,0.5);
    z-index: 19;
}

.select-overlay-inside
{
    width: 250px;
    position:absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.select-overlay-inside button
{
    display: block;
    width: 150px;
    height: 40px;
    padding: 5px;
    margin: 10px auto;
    background-color:black;
    color: white;
}

.framework-msg
{
    left: 0;
    width: 100%;
    height: 50px;
    background-color: green;
    color: white;
    line-height: 50px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    z-index: 30;
    opacity: 0.95;
}

.framework-msg p
{
    font-size: 20px;
    font-style: italic;
    margin: 0 auto;
    color: white;
}

.close-overlay
{
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    background-color: grey;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.overlay-title
{
    text-align: center;
    position: absolute;
    left: 50%;
    top: calc(50% - 100px);
    transform: translate(-50%, -50%);
}

.create-select, .create-input, .ship-input, .bill-input
{
    width: 100%;
    height: 40px;
    color: black;
}

.pricing-select, .pricing-input
{
    width: 50%;
    height: 40px;
    color: black;
}

.ship-input-small
{
    width: 33.3% !important;
}

.success-check
{
    position: absolute;
    left: calc(50% - 32px);
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: success-anim 1.0s ease-in 0s 1 normal forwards;
    -webkit-animation: success-anim 1.0s ease-in 0s 1 normal forwards;
}

/* LOGIN */
pie.lock1 
{
    width: 2000px;
    height: 2000px;
    display: block;
    border-radius: 50%;
    background-color:white;
    margin: 1em;
    position: absolute;
    left: calc(50% - 1000px);
    top: calc(50% - 1000px);
    transform: translate(-50%, -50%);
    text-align: center;
    transform-origin: center center;
    animation: lds-ring 5s linear infinite;
    background-image:
        linear-gradient(220deg, transparent 50%, white 50%),
        linear-gradient(90deg, #242f39 50%, transparent 50%);
}

pie.lock2 
{
    width: 1500px;
    height: 1500px;
    display: block;
    border-radius: 50%;
    background-color:#242f39;
    margin: 1em;
    position: absolute;
    left: calc(50% - 750px);
    top: calc(50% - 750px);
    transform: translate(-50%, -50%);
    text-align: center;
    transform-origin: center center;
    animation: lds-ring-rev 5s linear infinite;
    background-image:
        linear-gradient(220deg, transparent 50%, #242f39 50%),
        linear-gradient(90deg, white 50%, transparent 50%);
}

.seventyfive {
    background-image:
        linear-gradient(220deg, transparent 50%, white 50%),
        linear-gradient(90deg, #242f39 50%, transparent 50%);
}

/* SHIP TOOL */
.address-info, #ratesselect, #carrierselect, .shipinfo, .x3button, .dbutton, #cod-info
{
    color: black;
}

#dynamic-table
{
  width: 90%;
  min-width: 300px;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid;
}

#dynamic-table tr
{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin: 10px;
  height: 85px;
}

#dynamic-table td, #dynamic-table th
{
    color: black;
}

#dynamic-table tr:last-child {
  border-bottom: 1px solid black;
}

.dynamic-table
{
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
}

/* PRODUCTS */
.inv-breakdown, .cycle-breakdown
{
    border: 0;
    border-left: 5px solid gold;
    background-color:#fffdeb !important;
}

.inv-breakdown > tr
{
    background-color: white !important;
}

.inv-breakdown > td:first-child
{
    padding-left: 25px;
}

.cycle-breakdown > td:first-child
{
    padding-left: 50px;
}

.cycle-btn, .history-btn
{
    color: black;
}

.acceptshipment
{
  /*
    width: 100%;
    height: 35px;
    background-color: black;
    color: white;
    border: 0;
    */
}

.shipment-contents
{
  background-color: #CFDBDE !important;
}

.shipment-contents td 
{
  color: black;
}

.hidden-contents
{
  display: none;
}

.void-shipment
{

}

/* CALENDAR */
.calendar-table
{
  width: 100%;
  margin: 0px auto;
  margin-bottom: 50px;
  border-collapse: collapse;
  border: 1px solid black;
  padding: 25px;
}

.calendar-table caption
{
  font-size: 32px;
  margin: 5px;
}

.calendar-table tr
{
  border: 1px solid black;
  border-width: 1px 0;
  margin: 10px;
  height: 90px;
  max-height: 90px;
}

.calendar-table td
{
  width: 110px;
  min-width: 110px;
  border-right: 1px solid black;
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

.calendar-table tr:first-child {
  border-top: none;
}
.calendar-table tr:last-child {
  border-bottom: none;
}

.event-list
{
  height: 100px;
  max-height: 100px;
  overflow: auto;
}

.calendar-header
{
    color: black;
    text-align: center;
}

#calendar-cell p
{
  text-align: center;
  color: green;
}

#daynumber
{
  color: black;
  position: relative;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  
}

.today
{
  color: green;
  font-size: 18px;
  font-weight: bold;
  border-right: 2px solid green;
  border-bottom: 2px solid green;
}

.nottoday
{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#event
{
  text-align: center;
  border: 1px solid black;
  opacity: 0.75;
  width: 99%;
  margin: 1px auto;
  height: 20px;
  font-size: 14px;
  cursor: pointer;
  color: white;
}

.sort-dd-container
{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sort-dropdown
{
    padding: 15px;
    margin: 20px 5px;
}

.cat-Gen{background-color: #008200;}
.cat-Pho{background-color: #2E00FF;}
.cat-Net{background-color: #D35100;}
.cat-COD{background-color: #C6001A;}
.cat-Mee{background-color: #7300D1;}
.cat----{background-color: #008200;}

/* EVENTS */
.event-info, .category-dropdown, .recurring-dropdown, .assign-user-dropdown
{
    display: block;
    width: 300px;
    height: 40px;
    margin: 10px;
    color: black;
}

.flex-container-start
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-container-split
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-container-split-start
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-container-stack-end
{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}

.flex-container-around
{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-container-center
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-btn
{
    padding: 10px 5px;
    margin: 10px auto;
    background-color:black;
    color: white;
    border: 0;
    width: 45%;
}

.add-event
{
    position: absolute;
    left: 25px;
    top: 25px;
}

/* LEADERBOARDS */

#sales-leaderboard
{
  width: 100%;
  min-width: 600px;
  text-align: center;
}

#leaderboard-cell
{
  border-bottom: 1px solid black;
  width: 100%;
  height: 128px;
  margin: 20px auto;
  text-align: left;
  background-color: #FFF;
}

#leaderboard-avi
{
  vertical-align:middle;
  margin: 32px;
  position: relative;
  top: 0;
  left:0;
}

#flame
{
  position: absolute;
  left: -10px;
  top: -65px;
}

#leaderboard-cell p
{
  display: inline-block;
  font-size: 24px;
}

#map
{
    width: 100%;
    min-width: 960px;
    height: 700px;
}

.framework-map
{
    width: 100%;
    height: 300px;
    border-radius: 0px 0px 25px 25px;
}

.minimap 
{
    width: 100%;
}

.mapopen
{
  height: 300px;
}

.marker-content a
{
    color: black;
}


/* SLIDES */
.slide-container
{
  width: 750px;
  height: 600px;
  text-align: center;
  position: relative;
}

.slide
{
  width: 700px;
  max-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* CONTROLLER */ 
.controller
{
  width: 250px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;

  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: -4;
}

.dot 
{
  width: 16px;
  height: 16px;
  background-color: grey;
  border-radius: 50%;

  background: linear-gradient(to left, grey 50%, #3d84ff 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
}

.active
{
  background-position: left;
}

.controller-bkg-container
{
  width: 250px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: left;
  z-index: -5;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controller-bkg
{
  height: 5px;
  background-color: #3d84ff;
}

.canim1 {animation: controller1 2s ease-out 0s infinite;}
.canim2 {animation: controller2 2s ease-out 0s infinite;}
.canim3 {animation: controller3 2s ease-out 0s infinite;}
.canim4 {animation: controller4 2s ease-out 0s infinite;}
.canim5 {animation: controller5 2s ease-out 0s infinite;}
.canim6 {width: 200px;}

.previous
{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 15px !important;
  width: auto !important;
}

.swipe-midtoleft
{
  animation: swipe-midtoleft 0.5s ease-in-out 0s forwards;
}

.swipe-midtoright
{
  animation: swipe-midtoright 0.5s ease-in-out 0s forwards;
}

.swipe-lefttomid
{
  animation: swipe-lefttomid 0.5s ease-in-out 0s forwards;
}

.swipe-righttomid
{
  animation: swipe-righttomid 0.5s ease-in-out 0s forwards;
}

.waiting
{
  display: none;
}

.brand-grid
{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.brand-cell
{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0px;
}

.cell-inside
{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.cell-inside img 
{
  width: 64px;
  height: 64px;
}

.cell-inside:hover
{
  transform: scale(1.15,1.15);
}

.cell-inside-cs
{
  width: 128px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
  background-color: gray;
}

.brand-selected
{
  color: white;
  background-color: #3d84ff;
}

/* ORDERS */
.order-container
{
  width: 100%;
  overflow: scroll;
}

/*VIEW*/
.view-order-container
{
  width: 100%;
  margin: 0px auto;
}

@media only screen and (min-width: 960px)
{
  /* ORDERS */
  .order-container
  {
    width: 900px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  /*VIEW*/
  .view-order-container
  {
    width: 700px;
    margin: 0px auto;
  }

  .cell-inside
  {
    width: 158px;
    height: 158px;
  }

  .cell-inside img 
  {
    width: 160px;
    height: 160px;
  }

}

.view-order-container h1 
{
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.view-order-subtitle
{
  font-size: 16px;
  color: grey;
  margin: 5px 0px;
}

.view-order-subtitle-sm
{
  font-size: 14px;
  font-style: italic;
  color: grey;
  margin: 5px 0px 25px 0px;
}

.view-order-grid
{
  width: 100%;
  margin: 25px auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.view-order-cell 
{
  width: 100%;
  border-radius: 15px;
  box-shadow: 4px 4px 8px #000;
  padding: 10px;
  margin: 25px auto;
}

.view-customer-grid
{
  width: 100%;
  margin: 25px auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}


.view-customer-cell 
{
  width: calc(100% - 25px);
  border-radius: 15px;
  box-shadow: 4px 4px 8px #000;
  padding: 10px;
  margin: 25px auto;
}

@media only screen and (min-width: 960px)
{
  .view-customer-cell 
  {
    width: calc(50% - 25px);
  }
}

.cust-sadd, .cust-badd
{
  margin: 2px 0px;
}

.summary-container
{
  text-align: left;
}

.summary-row
{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-cell
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.summary-row h3
{
  color: black;
  display: block;
  margin: 5px 0;
}

.totals-container
{
  width: 100%;
  margin: 25px auto;
}

.totals-row
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.totals-row h2
{
  font-size: 20px;
  color: grey;
}

.subtitle
{
  display: block;
  margin: 5px 0;
  color: grey;
  font-style: italic;
}

.quant-overlay
{
  position: absolute;
  right: -5px;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: grey;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.quant-overlay p
{
  font-size: 12px;
  color: white !important;
  font-style: normal !important;
}


/*CREATE*/
.tryagain
{
  border: 1px solid red !important;
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

.order-section-container
{
  width: 100%;
  margin: 50px auto;
  position: relative;
}

@media only screen and (min-width: 960px)
{
  .order-section-container
  {
    width: 800px;
  }
}

.order-section 
{
  width: calc(100% - 20px);
  margin: 10px auto;
  max-height: 50px;
  overflow: hidden;
  box-shadow: 0px 0px 8px #000;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.order-section-header 
{
  position: sticky;
  height: 50px;
  top: 0px;
  left: 0px;
  width: calc(100% - 25px);
  z-index: 5;
  background-color: white;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 25px;
  cursor: pointer;
}

.order-section-header h1
{
  text-align: left;
  margin-left: 15px;
  font-size: 22px;
}

.order-section-header img 
{
  filter: invert(51%) sepia(2%) saturate(0%) hue-rotate(179deg) brightness(98%) contrast(98%)
}

.order-section-continue
{
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0 0 10px 10px;
  background-color: #0F4C5C;
  color: white;
  padding: 5px;
  cursor: pointer;
}

.section-open 
{
  max-height: 500px;
  overflow-y: scroll;
}

.section-disabled
{
  transform: translateX(1000px);
}

.section-validated
{
  animation: arrowtocheck 0.5s ease-in-out forwards;
}

.create-order-container
{
  margin-top: 25px;
  max-height: 450px;
  overflow-y: scroll;
}

.create-order-container::-webkit-scrollbar, .content-window::-webkit-scrollbar{
  display: none;
  
}

.order-auth-container
{
  width: 90%;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.order-auth-container input
{
  margin: 10px auto;
  border: 1px solid #0F4C5C;
  padding: 15px;
}

.swapinputs
{
  font-size: 14px;
  color: blue;
  margin-bottom: 15px;
}

.order-subtotal
{
  text-align: right;
}

.order-grandtotal
{
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
}

.view-cust-link
{
    font-size: 12px;
    margin-left: 5px;
    color: #F79D65;
}

.order-header
{
  width: 100%;
  margin: 0px auto;
  margin-bottom: 25px;
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.order-shipping-container
{
  width: 90%;
  margin: 25px auto;
  text-align: left;
}

.order-ship-option
{
  width: 100%;
  margin: 15px auto;
}

.order-prod-price
{
  font-size: 14px;
  color:grey;
  letter-spacing: 2px;
  text-transform: capitalize;
  height: 40px;
  vertical-align: top;
}

.order-notes-container
{
  width: 90%;
  margin: 15px auto;
  text-align: left;
}

.order-preview-container
{
  width: 95%;
  margin: 15px auto;
  border: 1px solid grey;
}

.code-input-container
{
  width: 300px;
  margin: 10px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.code-input 
{
  width: 40px;
  height: 60px;
  padding:5px !important;
  text-align: center;
  color:black;
}

.custlogout 
{
  color:blue;
  cursor: pointer;
}

.order-notes-container textarea 
{
  color: black;
  width: calc(100% - 15px);
  margin-left: 15px;
}

.order-final-container 
{
  width: 90%;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-selector 
{
  width: 100%;
}

.product-selector-table
{
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  display: block;
  padding: 25px;
  padding-top: 0px;
}

.product-selector-table tbody 
{
  width: 100%;
  display: table;
}

.product-selector-table tr
{
  width: 100%;
  height: 40px;
}

.product-selector-table td 
{
  color: black;
  text-align: left;
}

.product-selector-table p 
{
  margin: 0;
}

.ship-anchor
{
  color: blue;
  font-size: 14px;
  margin-top: 10px;
}

.highlightrow {background-color: #f2f2f2;}
.normrow {background-color: #FFF;}

/*CUSTOMER*/
.edit-customer, .save-customer
{
  font-size: 12px;
  margin-left: 10px;
  color: blue;
}

/* CONVERTER*/
.converter-container
{
  width: 70%;
  margin: 50px auto;
  text-align: center;
  padding: 25px;

  background-color: white;
  border-radius: 25px;
  box-shadow: 4px 4px 16px #000;
}

.customer-container
{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.converter-column-left
{
  width: 45%;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.converter-column-right
{
  width: 45%;

  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.converter-input
{
  width: 85%;
  padding: 10px;
  margin: 5px 0px;
}

.converter-section
{
  width: 80%;
  margin: 15px auto;
}

.converter-pricing-table td, .converter-pricing-table input
{
  color: black;
}

.shiprow
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.shiprow input 
{
  width: 100%;
  padding: 10px;
  margin: 2px;
  color: black;
}

/* ANIMATIONS */

.loading-container
{
  width: inherit;
  height: inherit;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9998;
}

.loading-container-nofixed
{
  width: 32px;
  height: 32px;
}

.loading-container-inside
{
  position: relative;
  width: 100%;
  height: 100%;
}

#loading-ring-window
{
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  z-index: 9;
  margin: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring-sm {
  display: inline-block;
  position: relative;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
}
.lds-ring-sm div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 3px 6px;
  border: 2px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.texthighlight
{
  animation: highlightanim 0.5s forwards ease-in-out;
}

.rotateme
{
  animation: lds-ring 1s linear infinite;
}

@keyframes highlightanim{
  0% {
    transform: scale(1.0);
    color: black;
  }
  50% {
    transform: scale(1.05);
    color: green;
  }
  100% {
    transform: scale(1.0);
    color: black;
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring-rev {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

@keyframes grow-y {
    0% {
      transform: scale(0.25,0.25);
    }
    100% {
        transform: scale(0.95,0.95);
    }
  }

  @keyframes success-anim {
    0% {
      transform: rotate(0deg) scale(0.5,0.5);
    }
    50% {
        transform: rotate(180deg) scale(1.2,1.2);
    }
    100% {
        transform: rotate(360deg) scale(1.0,1.0);
    }
  }


@keyframes nav-open
{
  0% {
    width: 0px;
  }
  100% {
    width: 350px;
  }
}

@keyframes window-collapse
{
  0% {
    width: 100%;
  }
  100% {
    width: calc(100% - 350px);
  }
}

@keyframes controller1 {
    0% {
      width: 0px;
    }
    100% {
      width: 50px;
    }
  }
  
  /* ANIMATIONS */
  @keyframes controller2 {
    0% {
      width: 50px;
    }
    100% {
      width: 100px;
    }
  }
  
  /* ANIMATIONS */
  @keyframes controller3 {
    0% {
      width: 100px;
    }
    100% {
      width: 150px;
    }
  }
  
  /* ANIMATIONS */
  @keyframes controller4 {
    0% {
      width: 150px;
    }
    100% {
      width: 200px;
    }
  }

    /* ANIMATIONS */
    @keyframes controller5 {
      0% {
        width: 200px;
      }
      100% {
        width: 250px;
      }
    }
  
  /* ANIMATIONS */
  @keyframes swipe-midtoleft {
    0% {
      transform: translate(-50%,-50%);
    }
    100% {
      transform: translate(-1200px,-50%);
    }
  }
  
  /* ANIMATIONS */
  @keyframes swipe-righttomid {
    0% {
      transform: translate(1200px,-50%);
    }
    100% {
      transform: translate(-50%,-50%);
    }
  }
  
  /* ANIMATIONS */
  @keyframes swipe-midtoright {
    0% {
      transform: translate(-50%,-50%);
    }
    100% {
      transform: translate(1200px,-50%);
    }
  }
  
  /* ANIMATIONS */
  @keyframes swipe-lefttomid {
    0% {
      transform: translate(-1200px,-50%);
    }
    100% {
      transform: translate(-50%,-50%);
    }
  }

  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

  @keyframes arrowtocheck {
    0%
    {
      filter: invert(51%) sepia(2%) saturate(0%) hue-rotate(179deg) brightness(98%) contrast(98%);
      transform: rotate(0deg);
    }
    100%
    {
      filter: invert(24%) sepia(99%) saturate(1484%) hue-rotate(101deg) brightness(99%) contrast(104%);
      transform: rotate(-15deg) skew(0deg,-20deg) scaleX(.85);
    }
  }

  @keyframes msganim {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    10% 
    {
      opacity: 0.85;
      transform: translateY(10px);
    }
    90% 
    {
      opacity: 0.85;
      transform: translateY(10px);
    }
    100% {
      opacity: 0;
      transform: translateY(-50px);
    }
  }

  