/* 
    Document   : shop.css
    Created on : 6.9.2013, 14:16:24
    Author     : jirka
    Description:
        Purpose of the stylesheet follows.
*/

input.small{
    width: 50px;
}
.active, .active:hover{
    color: #333333;
    text-decoration: none;
}
.cart{
    width: 30%;
    float: right;
}
.cart-title{
    font-weight: bold;
}
#address-modal.fade {
    top: -400px;
    left: -400px;
}
#address-modal.in {
    top: 50%;
    left: 50%;
}
#address-detail, #invoice-address-detail {
    padding-top: 10px;
}
.inline{
    display: inline;
}
.bold {
    font-weight: bold;
}
.summary td{
    padding-top: 2px;
    padding-bottom: 2px;
}
.loginButton {
    padding-left: 180px;
}
#order-item-grid .editable-input textarea.input-medium {
    width: 300px;
}
.shop-settings-form .control-label {
    width: 150px !important;
    margin-right: 15px;
}
.status-0 {
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #ededed; /*light grey*/
}
.status-1 {
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #5bc0de; /*light blue*/
}
.status-2 {
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #428bca; /*dark blue*/
}
.status-3 {
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #f0ad4e; /*orange*/
}
.status-4 {
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #d9534f; /*red*/
}
.status-5 {
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #5cb85c; /*green*/
}
#change-status:hover, #change-status:focus {
    color: #fff;
}
.marginLeft5 {
    margin-left: 5px;
}
#status-dialog {
    top: 20% !important;
    position: fixed !important;
}
#select2-drop {
    width: 300px !important;
}