@import url('https://fonts.googleapis.com/css?family=Montserrat');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
 { font-family: 'Montserrat', sans-serif;  }


.logo {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  width: 100%; text-align: center;
}


.logoimg { 
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
 }
.logoimg, .altra { width: 60%;    }

div#home {
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: url('../img/bg.png');
    background-position: 0px 100px;
    background-repeat:  repeat-x;
    background-attachment:  fixed;
    background-color: #fff;
    }

body {/* background-image: url('../img/bg.png'); */background-position: bottom;}
html {
    height: 100%;
}
.top {  top: -600px;  }
.bottom {  top: 700px;  }

img.secure {
    width: 78%;
    margin-top: -10px;
    margin-bottom: 20px;
}

span.input-label {
    width: 20%;
    position: relative;
    z-index: 2;
    padding: 0px;
}

#home input {
    /* border: 1px solid #79a1d3; */
    padding: 10px;
    height: 45px;
    margin-right: 27px;
    margin-left: -22px;
    padding-left: 24px;
    position: relative;
    z-index: 1;
}

img.fieldImg {
    width: 82%;
    margin-top: 4px;
}

label.item-input {
    padding: 0px 0px 0px 23px;
}

button#login {
    width: 55%;
    margin-left: 8px;
    background-color: #df0024;
    border-color: #fff;
    margin: 18px auto 0px;
}

.bar.bar-footer.customfoot {
    background-color: transparent;
    border: none !important;
    color: transparent;
    background-image: none;
}

.bar.bar-footer.customfoot a {
    color: #fff;
    text-align: right;
    text-decoration: none;
    float: right;
    display: block;
    width: 96%;
}

.customheader {

background: #d50021;

background: -moz-linear-gradient(top, rgba(32,93,162,1) 0%, rgba(100,152,204,1) 81%, rgba(139,191,233,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,93,162,1)), color-stop(81%, rgba(100,152,204,1)), color-stop(100%, rgba(139,191,233,1)));

background: -webkit-linear-gradient(top, #d50021 0%, #6498cc 81%, rgba(139,191,233,1) 100%);

background: -o-linear-gradient(top, rgba(32,93,162,1) 0%, rgba(100,152,204,1) 81%, rgba(139,191,233,1) 100%);

background: -ms-linear-gradient(top, rgba(32,93,162,1) 0%, rgba(100,152,204,1) 81%, rgba(139,191,233,1) 100%);

background: linear-gradient(to bottom, #d50021 0%, #b4102a 81%, #c95667 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205da2', endColorstr='#8bbfe9', GradientType=0 );

height: 65px;

position: relative;
}

img.pagetitle {
    width: 200px;
    height: 18px;
    position: absolute;
    right: 26px;
    top: 25px;
}

h1 {
    color: #fff;
    width: 200px;
    height: 18px;
    position: absolute;
    right: 24px;
    top: 17px;
    text-align:  right;
    margin: 0px;
    font-size: 27px;
    letter-spacing:  1px;
}

.hamburger {-webkit-appearance: none;padding: 15px 15px 0px;}

div#navy {
    background-color: #242a31;
    left: 0px;
    position: fixed;
    z-index: 20;
    height: 100%;
    width: 75px;
    display: none;
}

.is-active {
    padding-left: 77px;
}

.datarow {
    margin: 0px 20px;
    border-bottom: 1px dashed #c40825;
    padding-bottom: 15px;
    margin-bottom: 15px;
    clear: both;
}

.datarow.vans {
    margin: 0px 20px;
    border-bottom: 1px dashed #c40825;
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}


.rightfloat {
    float: right;
}

.rightfloat img {
    width: 39px;
    margin: 1px 0px 10px 14px;
}
.datarow.vans span.name {
     font-size: 26px;
}
span.name {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 1px;
    display:  block;
}

span.date {
    display: block;
    font-size: 10px;
}

div#navy img {
    display: block;
    margin: 0px auto;
}

span.loglout {
    position: absolute;
    bottom: 27px;
    left: 5px;
}

#navy span {
    color: #fff;
    font-size: 11px;
    margin-top: -3px;
    display: block;
    font-weight: 100;
    text-shadow: none;
}

#navy span.loglout span {
    margin-top: -18px;
}

#navy a { text-decoration: none  }

span.color {
    background-color: #034fac;
    width: 25px;
    border-radius: 47px;
    height: 25px;
    display: block;
    float: left;
    padding-top: 2px;
    margin-top: 10px;
    color: #fff;
    padding-left: 8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 12px;
}




.colora { background-color: green !important;  }
.colorb { background-color: orange !important;  }
.colorc { background-color: yellow !important;  }
.colord { background-color: orange !important;  }
.colore { background-color: orange !important;  }
.colorf { background-color: orange !important;  }
.colorg { background-color: red !important;  }

.iconportable {background-image: url('../img/portable.png');background-position: bottom;}
.iconhot {background-image: url('../img/hot.png');background-position: bottom;}
.iconcold {background-image: url('../img/cold.png');background-position: bottom;}
.iconother {background-image: url('../img/other.png');background-position: bottom;}

span.icon {
    background-color: none;
    width: 41px;
    /* border-radius: 110px; */
    height: 42px;
    display: block;
    float: left;
    /* padding-top: 2px; */
    margin-top: 0px;
    color: #fff;
    /* padding-left: 8px; */
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 12px;
    background-size: 100%;
}


a.custombutton {
    float: right;
    margin: 20px;
    background-color: #034fac;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}


.datarow label {
    display: block;
    padding-top: 15px;
    font-weight: bold;
}

span.loc {
    display: block;
}


a.remove_field {
    float: right;
    margin-top: -26px;
    margin-right: 20px;
    color: #6f0000 !important;
    text-decoration: none;
}

#home input.qty {
    width: 58px;
    padding: 10px;
}

span.qty {
    height: 100%;
    /* position:  absolute; */
    float:  left;
    height: 45px;
    display:  block;
    border-right: 1px dashed #c40825;
    padding: 0px 8px 0px 0px;
    margin-right: 8px;
}

span.qty span {
    display:  block;
    text-align:  center;
    font-size: 11px;
}

span.qty  span.dq {
    font-size: 20px;
}

.searchme, .addnew span {
    font-size: 27px;
    color: #fff;
    text-shadow: none;
    padding-top: 11px;
    margin-left: -10px;
}


.searchholder {
    width: 90%;
    margin: -15px 0px 20px 20px;
}




button#change_password {
    background-color: #c70725;
    border-color: #000;
}

span.largename {
    font-size:  30px;
    text-align:  center;
    display:  block;
    font-weight:  700;
    padding: 10px 0px 10px;
    line-height: 34px;
}

span.largedate {
    font-size: 12px;
    display:  block;
    text-align:  center;
    /* margin-bottom: 17px; */
}

span.quart {
    width: 25%;
    float:  left;
    font-size: 40px;
    text-align:  center;
    line-height:  82px;
    color: #cd0423;
}

#home input.twoquart {
    width: 50%;
    float:  left;
    text-align:  center;
    font-size: 38px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ccc;
}

#home input.full {
    width: 50%;
    text-align:  center;
    font-size: 38px;
    height: 80px;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #ccc;
}

.editasset .datarow { border: none }

#home input#search {
    margin: 0px;
    border: 1px solid #ccc;
    border-radius:  10px;
    margin-top:  10px;
    width: 100%;
}

#home input.submitit, #home input.submititstock, #home input.submititalert, #home input.submititloc {
    margin: 20px auto;
    display:  block;
    text-align:  center;
    padding: 0px 16px;
    clear:  both;
    background-color: #c90624;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    /* margin-top: 22px; */
}

.message {
    width: 80%;
    margin: 0px auto;
    border: 1px solid green;
    background-color:  green;
    color: #fff;
    text-align:  center;
    padding: 10px;
    margin-bottom: 13px;
}

.ion-arrow-left-a.searchme {
    padding-top: 14px;
}


@media only screen and (min-width: 600px) {
    div#home {
    background-image:  none;
}

body {
    background-image: none;
}

.logo {
    width: 25%;
}

h1 {
    color: #fff;
    width: 330px;
    height: 18px;
    position: absolute;
    right: 24px;
    top: 17px;
    text-align:  right;
    margin: 0px;
    font-size: 27px;
    letter-spacing:  1px;
}


}

span.largename.m2 {
    font-size: 19px;
}

.clear {
    clear:  both;
    height:  0px;
}

span.addnew {
    margin-left: 34px;
    font-size:  12px;
    color: #fff;
    min-width: 142px;
    position:  relative;
    margin-top: 3px;
}

.addnew span {
    margin-right: 15px;
}

span.addtxt {
    font-size:  15px;
    position:  absolute;
    width: 100%;
    top: 4px;
    left: 30px;
}

span.title {
    display:  block;
    text-align:  center;
    color: #c90624;
    font-size:  20px;
    margin-bottom: 20px;
}

.breaker{ border-bottom: 1px solid #ccc;padding-bottom: 20px;height:  1px;width: 100%;display:  block;margin-bottom: 20px; }


#hidden-content input {
    display:  block;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom:  10px;
    text-align:  center;
    padding: 20px;
}

#hidden-content input[type="submit"] {
    padding: 10px;
    font-size:  14px;
    background-color:  red;
    border: none;
    color: #fff;
}

div#stocklist2 {
    text-align:  center;
    font-size:  21px;
    line-height: 30px;
}

span.xhide {
    visibility: hidden;
}