/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
        border-radius: 4px !important;
}

.portlet .portlet-title {
        border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
        border-radius: 0px 0px 4px 4px !important;
}
*/


.table-nonfull {
    width: auto;
}


.table-nonfull td {
    text-align: center;
}

.table-nonfull tr.taglie {
}

.table-nonfull tr.qta {
    font-weight: bold;
    color: #d30404
}

.table-nonfull tr.ord {
    background-color: #fffcd0;
}

.table-consegna {
    margin-bottom: 0px;
}

.table-nonfull tr.qta strong {
    color: #000
}


.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.rounded {
    border-radius: 4px !important;
}

ul.orderactions {
    list-style: none;
    padding-left: 0px
}

ul.orderactions li {
    border-bottom: solid 1px #ddd;
    padding: 5px;
}

.navbar-nav .active{
    background: none repeat scroll 0 0 #55616f !important;
    color: white;
}

.error-input{
    outline: 1px solid #FF0000;
}

#AjaxProgress, #AjaxMessage{
    display: none;
}


.loader{
    background: url("../img/loading.gif") #FFFFFF center no-repeat;
    float: left;
    height: 100%;
    opacity: 0.85;
    position: fixed;
    width: 100%;
    z-index: 5;
    display: none;
}


.global-alert{
    position: fixed;
    top: 0px; 
    left: 0px;
    width: 100%;
    z-index: 5;
    display: none;
}