﻿.nomargin
{
    margin:0 !important;
}

.progress.tall {
    height:32px;
}

.progress .bar.tall {
    box-shadow: none;
    line-height: 16px;
    height:32px;
}

.navbar .navbar-inner
{
    background-color:#FFF;
    border-bottom: 3px solid #BBA02D;
}

.btn-header-links {
  padding: 0 5px 1px;
  line-height: 38px;
  border-width: 0px;
  font-size: 28px;

  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-image: none !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-transition: all ease .15s;
  -moz-transition: all ease .15s;
  -o-transition: all ease .15s;
  transition: all ease .15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
}

    .btn-header-links:hover
    {
        border:none;
        text-decoration:none;
    }


.error
{
    display:inline-block;
    background-color:#F00;
    color:#FFF;
    line-height:29px;
    height:29px;
    padding: 0 10px;
}

input.ng-valid
{
    /*border:solid 1px #0F0;*/
}
input.ng-invalid
{
    border:solid 1px #f00;
}
.ng-pristine
{
}
.ng-dirty
{
}


/* New Order*/

.addOrder {
    width: 100%;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.addOrder .line{
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}

.addOrder .even:hover,
.addOrder .odd:hover
/*.addOrder:hover*/
 {
    background-color:#F1F1F1 ;
}
.addOrder .odd {
    background-color: #F9F9F9;
}

.addOrder .line .cell.first,
.addOrder .line .cell.second,
.addOrder .line .cell.third,
.addOrder .line .cell.fourth,
.addOrder .line .cell.fifth,
.addOrder .line .cell.sixth
{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 4px;
    float: left;
}

.addOrder .line .cell.first
{
    width: 25%;
    width: 20%;
}

.addOrder .line .cell.second,
.addOrder .line .cell.third,
.addOrder .line .cell.fourth
{
    width: 12%;
}

.addOrder .line .cell.fifth
{
    width: 30%;

}

.addOrder .line .cell.sixth
{
    width: 10%;
}

.singleGoodsDestination input.isValid {
    border-color: #00FF00;
}

.singleGoodsDestination input.isNotValid {
    border-color: #FF0000;
}

.singleGoodsDestination input.isZero {
    border-color: #D5D5D5 !important;
}

.addRowToOrderProposal[disabled] {
    opacity: 0.2;
}

.addOrder .line .rowPrice {
    width: 110px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
}

/*END  New Order*/




/* order proposal line */

.productsList {
    width: 100%;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.productsList .line{
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}

.productsList .even:hover,
.productsList .odd:hover
{
    background-color:#F1F1F1 ;
}
.productsList .odd {
    background-color: #F9F9F9;
}

.productsList .line .cell.first,
.productsList .line .cell.second,
.productsList .line .cell.third,
.productsList .line .cell.fourth,
.productsList .line .cell.fifth
{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 4px;
    float: left;
    overflow:hidden;
}

    .productsList .line .cell.first { width: 52%; }
    .productsList .line .cell.second { width: 20%; }
    .productsList .line .cell.third { width: 17%; }
    .productsList .line .cell.fourth { width: 6%; text-align:center;}
    .productsList .line .cell.fifth { width: 5%; text-align:center; min-width:20px;}

.product-line-availability,
.product-line-minimumorder
{
    width:50%;
    min-width:65px;
    text-align:center;
    float:left;
}

.product-line-minimumorder
{
    width:33%;
    text-align:center;
}

.product-line-name
{
    width:70%;
    float:left;
}

.product-line-code
{
    width:30%;
    float:left;
    min-width:100px;
}

.product-line-trademark
{
    width:100%;
    float:left;
    min-width:100px;
}

.product-line-type
{
    width:60%;
    float:left;
    min-width:100px;
}

input.ng-valid.date-picker {
    border-color: #c3c3c3;
}
    /* recap */
    .orderLineRecap input.isValid {
        border-color: #00FF00;
    }
    .orderLineRecap input.isNotValid {
        border-color: #FF0000;
    }

.opLineQtaInOrder
{
    position: relative;
    width: 166px;
    height: 35px;
    line-height: 35px;
    color: #888888;
    font-weight: 600;
    margin: 0;
    text-align: center;
    background-color: #EEEEEE;
    border: solid 1px #CDCDCD;
    padding: 5px 0;
    font-size: 20px;
}

.opLineQtaInOrderMulti
{
    position: relative;
    width: 166px;
    height: 100px;
    line-height: 100px;
    color: #888888;
    font-weight: 600;
    margin: 0;
    text-align: center;
    background-color: #EEEEEE;
    border: solid 1px #CDCDCD;
    padding: 5px 0;
    font-size: 20px;
}


.opDataInput
{
    width: 116px;
}

.opInOrder
{
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
}

.cpQuantity
{
    font-size:20px !important; 
    width:50px; 
    height:35px !important; 
    margin:0 !important; 
    text-align:center;
}

.btn-price
{
    width:110px;
    line-height:1.1em;
    padding:3px 0; 
    margin-bottom:2px; 
    border-radius: 4px;
    border:solid 1px #888888;
}

    .btn-price.selected
    {
        font-weight:bold;
        background-color:#82af6f;
        color:#FFF;
        border:none;
    }

/*END  order proposal line*/
.catalogue-box
{
    display:block;
    float:left;
    width:25%;
    height:350px;
    background-color:#FFF;
    border:solid 1px #F9F9F9;
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    position:relative;
}

.catalogue-box img
{
    display:block;
    max-width:100%;
    height:200px;
    margin:0 auto;
}

.catalogue-box-description
{
    height:150px;
    background-color:#FFF;
    padding:3px 8px;
}

.catalogue-box-description h4
{
    font-size:14px;
    margin:0;
    padding:0;
}

    .catalogue-box-description .actions
    {
        position:absolute;
        bottom:1px;
        left:2%;
        width:96%;
    }

    .catalogue-box-description .actions button
    {
        width:100%;
        height:30px;
        line-height:30px;
    }


@media only screen and (max-width: 480px)
{
    .catalogue-box
    {
        width: 100%;
    }
}

.messagge-viewed
{
    font-weight:normal;
}
.messagge-not-viewed
{
    font-weight:bold;
}

.fixed
{
    position:fixed;
    top:0;
    z-index:9999;
    border: solid 1px #888888;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

}

.collectForm{

}

.collectForm table tr{
    border: 1px solid #D5E4F1;
}

.collectForm .halfWidth{
    width: 50%;
    float: left;
}

#collected{
    border: 1px solid #CCCCCC;
}

#collected.redBorder{
    border-color: #FF0000 !important;
    border: 2px solid;
}

#collected.greenBorder{
    border-color: green !important;

}

#collected.orangeBorder{
    border-color: orange !important;
    border: 2px solid;
}