
body {
    background-color: #edf2f9;
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
}

.applink {
    text-decoration: none;
}

.fillblackwood {
    
    background-image: url("images/back_darkwood.jpg");
}
.fillalmondwood {
    
    background-image: url("images/gold-pattern.jpg");
}

.fillcurl {
    
    background-image: url("images/curlpattern.png");
}

.body2 {
    font-family: 'Convergence', sans-serif;
    background-image: url("images/gold-pattern.jpg");
    background-repeat:no-repeat;
    background-size: 100%;
}
.toprightheader {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    
}
.offleftright {
    margin-left: 10px;
    margin-right: 10px;
}
.offleftright2 {
    margin-left: 20px;
    margin-right: 20px;
}
.offleftright3 {
    margin-left: 30px;
    margin-right: 30px;
}
.fillwhite {
    background: #fff;
}

.fillgray {
    background: #e8e8e8;
}
.fillnearwhite {
    background: #f2f2f2;
}
.filldarkgray {
    background-color: #c1c1c1;
}
.inner-border {
      box-shadow: inset 2px 2px 20px black;
      /*
      /* inner shadow 
        box-shadow: 0px 2px 5px 0px #000 inset ;
            -moz-box-shadow: 0px 2px 5px 0px #000 inset ;
            -webkit-box-shadow: 0px 2px 5px 0px #000 inset ;
     */
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.apptable {
    border-color: #d3d7da;
    border-style: solid;
    border-width: 1px;

    text-align: left;
}
.apptablebody  td {
    border-color:  #d3d7da;
    border-style: solid;
    border-width: 1px;

}
.round-box-shadow-bordered {
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 8px 8px 8px 8px black;
    -webkit-box-shadow: 8px 8px 8px 8px black;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border-color: darkorange;
    border-width: 5px;
    border-style: groove;
    background: #fff;
    }

.round-box-shadow {
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 8px 8px 8px 8px black;
    -webkit-box-shadow: 8px 8px 8px 8px black;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    
    }
.round-box-noshadow {
        -moz-border-radius: 15px;
        border-radius: 15px;
        
        }
.round-box-shadow-rack {
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 8px 8px 8px 8px black;
    -webkit-box-shadow: 8px 8px 8px 8px black;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    background-image: url('../images/background-whse2-min-shaded.jpg');
    background-size: cover;
}
.round-box-shadow-orange {
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 8px 8px 8px 8px black;
    -webkit-box-shadow: 8px 8px 8px 8px black;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border-style: inset;
    border-color: darkorange;
    border-width: 2px;
    }

.fillgray-box {
    margin: 15px;
    background: #e8e8e8;
    -moz-border-radius: 15px;
    border-radius: 15px;
    }

.fillgradienttransparent {
    background-size: cover;
    background-image: linear-gradient(to left, rgba(255,255,255,0) 5% 20%,rgb(255, 255, 255,1) 45%, rgb(255, 255, 255,1) 95%),
    url('../images/background-whse2-min-shaded.jpg');
}

.fillgradienttransparent-pic1 {
    /* background-size: cover; */
    background-image: linear-gradient(to right, rgb(237, 242, 249,1) 45%,rgb(237, 242, 249,0) 65%, rgb(255, 255, 255,0) 95%),
    url('../images/picReceivingBack.png');
}
.fillgradienttransparent-pic2 {
    /* background-size: cover; */
    background-image: linear-gradient(to right, rgb(237, 242, 249,1) 45%,rgb(237, 242, 249,0) 65%, rgb(255, 255, 255,0) 95%),
    url('../images/picLocateInventory.png');
}

.fillgradienttransparentbackground {
    background-size: cover;
    background-image: linear-gradient(to left, rgba(255,255,255,0) 5% 20%,rgb(255, 255, 255,1) 45%, #edf2f9 95%),
    url('../images/background-whse2-min-shaded.jpg');
    border-style: solid;
    border-width: 2px;
    border-color: #d0dff5;
}
.round-box-shadow2 {
-moz-border-radius: 5px;
border-radius: 15px;
-moz-box-shadow: 15px 15px 15px black;
-webkit-box-shadow: 15px 15px 15px black;
box-shadow: 15px 15px 15px black;
}
.indexbutton {
    width: 200px;
    height: 150px;
    /* border: 2px solid #d8d8d8; */
    margin: 20px 100px 20px 20px;
    padding: 20px;
      
}
.color-highlight1 {
    color: #4190F0
}
.color-highlight2 {
    color: #f19a04
}

.bevelshadow {
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
}

.boxshadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.ifreightbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.ifreightbutton:hover {
	text-decoration: none;
}
.ifreightbutton:active {
	position: relative;
	top: 1px;
}
.boxgradient2 {
    background-image: linear-gradient(left , #CCCCCC 30%, #EEEEEE 50%, #EEEEEE 49%, #CCCCCC 90%);
    background-image: -o-linear-gradient(left , #CCCCCC 30%, #EEEEEE 50%, #EEEEEE 49%, #CCCCCC 90%);
    background-image: -moz-linear-gradient(left , #CCCCCC 30%, #EEEEEE 50%, #EEEEEE 49%, #CCCCCC 90%);
    background-image: -webkit-linear-gradient(left , #CCCCCC 30%, #EEEEEE 50%, #EEEEEE 49%, #CCCCCC 90%);
    background-image: -ms-linear-gradient(left , #CCCCCC 30%, #EEEEEE 50%, #EEEEEE 49%, #CCCCCC 90%);

    background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.3, #CCCCCC),
	color-stop(0.5, #EEEEEE),
	color-stop(0.49, #EEEEEE),
	color-stop(0.9, #CCCCCC)
    );
}
.box-gradient-round {
	/* position:absolute; */
        
        
	/* width:100%;
	height:100%; */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: -moz-linear-gradient(left, #CCCCCC 0%, #EEEEEE 50%, #EEEEEE 50%, #CCCCCC 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC),color-stop(50%,#EEEEEE), color-stop(50%,#EEEEEE), color-stop(100%,#CCCCCC));
}

.box-gradient {
	/* position:absolute; */
        
        
	/* width:100%;
	height:100%; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; */
	background: -moz-linear-gradient(left, #CCCCCC 0%, #EEEEEE 50%, #EEEEEE 50%, #CCCCCC 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC),color-stop(50%,#EEEEEE), color-stop(50%,#EEEEEE), color-stop(100%,#CCCCCC));
}


.box-shadow {
	/* position:absolute;
	
	margin:400px 0 0 -290px;
        left: 50%;
	bottom:10px; */
	/* width:200px;
	height:150px; */
	/* background:#c2c2c2; 
	border-radius:290px / 8px;
	-moz-border-radius:290px / 8px; 
	-webkit-border-radius:290px / 8px; */
	box-shadow:0 10px 20px #000;
	-moz-box-shadow:0 10px 20px #000;
	-webkit-box-shadow:0 10px 20px #000;
}
.box-shadow-round {
	/* position:absolute;
	
	margin:400px 0 0 -290px;
        left: 50%;
	bottom:10px; */
	/* width:200px;
	height:150px; */
	/* background:#c2c2c2; */
	border-radius:290px / 8px;
	-moz-border-radius:290px / 8px;
	-webkit-border-radius:290px / 8px;
	box-shadow:0 10px 20px #000;
	-moz-box-shadow:0 10px 20px #000;
	-webkit-box-shadow:0 10px 20px #000;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.blocktransparent {
    background-color: transparent;
}

.itemimage {
    float: right;
    padding: 5px;
}

.topmenubutton {
    position: relative;
    
    top: 10px;
    left: 50px;
    width: 80px;
    border-radius: 5px;
    border: solid 5px #0055AA;
}

.pagemenubutton {
    border: 0px; width: 50px; height: 50px; vertical-align: middle;
    margin: 0px 0px 0px 50px;
}
.firstpagemenubutton {
    border: 0px; width: 50px; height: 50px; vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.topmenu {
    height: 50px;
}

.colorblack {
    color: #000;
}
.colordarkgray {
    color: #444;
}

.pagetitlefont {
    font-size: 2.5em;
}

.round-top {
    border-radius: 10px 10px 0px 0px;
}
.round-bottom {
    border-radius: 0px 0px 10px 10px;
}
.round-both {
    border-radius: 10px 10px 10px 10px;
}
.errorbox {
    position: relative;
    top: 50px;
}

.navbuttonback {
    background: url('images/web_prev_page_trans_x50.png'); 
}

.navaddbutton {
    background: url('images/web_add_icon_x50.png');
}

.busy {
    /* display: block; 
    position: absolute;
    z-index: 999999; */
    background-color: #CCCCCC ; 
    opacity: 0.6;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #444;
    
}

.center-align {
    text-align: center;
}

.topmargin100 {
    margin-top: 100px;
}

.colorwhite {
    color: #fff;
}

    .mac-btn-cont
    {
        display: block;
        margin: 10px;
        width: 180px;
        height: 220px;
        float: left;
        /* border: 3px #000 solid;  */
        text-align: center;
    }
    .mac-btn-area {
        position: absolute;
        margin: 0;
        width: 180px;
        overflow: visible;
        border: solid 0 transparent;
    }
    .mac-btn-mask {
        opacity: 0;
        display: none;
        
    }
    .mac-icon-ring {
        opacity: 0;
        left: -15px;
        top: -15px;
        height: 172px;
        widht: 172px;
    }
    .mac-btn-title {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-shadow: #222 0px 7px 12px;
        widht: 202px;
        height: 25px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        
    }
    
    .mac-btn-title a {
        color: #fff;
    }
    .mac-btn-title a:visited {
        color: #fff;
    }
    .mac-btn-shadow {
        left: -5px;
        top: -5px;
        width: 179px;
        height: 179px;
        border: none;
        position: absolute;
    }
    .mac-btn-icon {
        
        width: 170px;
        border: none;
        left: 0px;
        top: 0px;
        position: absolute;
        
    }
    .mac-decor-shadow {
        left: -19px;
        top: -12px;
        opacity: 0;
        display: none;
        height: 180px;
        width: 180px;
    }
    
.form-field-area {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-right: 10px;
}

.field-left {
    float: left;
}

.app_a
    {
        font-size: 14px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#c1c1c1;
        padding-left: 20px;
        
        font-weight: 500;
    }
.app_a:visited
    {
        font-size: 14px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#c1c1c1;
        
        font-weight: 500;
    }
    
.app_a:hover
    {
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#fff;
        
        font-weight: 500;
    }
    
.v-centered-group {
    display: flex; align-items: center;
}
    
.middle {
    vertical-align: middle;
    }
    
    .window_left {
        float: left;
        
    }
    .window_space {
        margin-left: 20px;
    }
    .window_top {
        margin-top: 50px;
    }
    
    
    .smallfont {
        font-size: 10px;
        
    }
    
.transparent-floatpanel {
        z-index: 100;
        display: block;
        position: absolute;
        top: 80px;
        
        left: 50px;
        display: block;
        background: #323232;
        background-color: #323232;
        border: 1px solid #111;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        
        width: auto;
        
        padding: 10px 10px 10px 10px;
        filter: alpha(opacity=95);
        opacity: .95;
        border-image: initial;
        
    }
.transparent-floatbusypanel {
        z-index: 100;
        display: block;
        position: absolute;
        top: 80px;
        
        left: 50px;
        display: block;
        background: #e8e8e8;
        background-color: #e8e8e8;
        border: 5px solid #111;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        
        width: auto;
        
        padding: 30px 30px 30px 30px;
        filter: alpha(opacity=95);
        opacity: .95;
        border-image: initial;
        
    }    
    
    .tightcolumn {
        float: left;
        position: relative;
        padding: 1px;
  
    }
    .tightcolumntitle {
        float: left;
        position: relative;
        padding: 1px;
        margin-right: 2px;
        padding: 2px;
    }

.tablecolumnmaxwidth {
        width:150px; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    
    tbody.v-aligned-cells > tr > td {
        vertical-align: middle;
    }
    
    .left-centered-contents {
        display:flex;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
    }
    
.headerbold {
    font-weight: bold;
    font-size: 2em;
}

#squaresWaveG{
position:relative;
width:240px;
height:29px}

.squaresWaveG{
position:absolute;
top:0;
background-color:#4190F0;
width:29px;
height:29px;
-moz-animation-name:bounce_squaresWaveG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-animation-name:bounce_squaresWaveG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-animation-name:bounce_squaresWaveG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-animation-name:bounce_squaresWaveG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
animation-name:bounce_squaresWaveG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:normal;
}

#squaresWaveG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#squaresWaveG_2{
left:30px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#squaresWaveG_3{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#squaresWaveG_4{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#squaresWaveG_5{
left:120px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#squaresWaveG_6{
left:150px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#squaresWaveG_7{
left:180px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#squaresWaveG_8{
left:210px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

