/* Default top page buttons for site area */
.wrapper {
    border: none !important;
}

.top-page-buttons .button{
	padding: 2px 5px 2px 5px;
}

.top-page-buttons{
	float: right;
}

.top-page-buttons-left{
	float: left;
}

.top-page-buttons ul,
.top-page-buttons-left ul{
	list-style: none;
	display: block;
	float: right;
	margin: 0;
}
.top-page-buttons-left ul{
	float: left;
	padding: 0;
}

.top-page-buttons ul li,
.top-page-buttons-left ul li{
	list-style: none;
	display: inline;
	vertical-align: top;
}

/* Default norification styling*/
.site-notifacition {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #EFF5EA;
	border: 1px solid;
	z-index: 9999;
	opacity: 1;
}

.site-notifacition p {
    margin: 0;
    padding: 10px 0;
}

.site-notifacition .info,
.site-notifacition .success,
.site-notifacition .warning,
.site-notifacition .error {
    background-repeat: no-repeat;
    background-position: 10px center;
}

.site-notifacition .info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/icon/msg_info.png');
}
.site-notifacition .success {
    color: #446423;
    background-color: #EFF5EA;
    background-image:url('../../images/icon/msg_success.png');
}
.site-notifacition .warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/icon/msg_warning.png');
}
.site-notifacition .error {
    color: #DF280A;
    background-color: #FAEBE7;
    border-color: #F16048;
    background-image: url('../../images/icon/msg_error.png');
}

.site-notifacition .close-message {
    position: absolute;
    top:0;
    right:10px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    padding: 2px 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
}

table.basket {
    border: 1px solid #cecece !important;
    border-collapse: collapse;
    margin-top: 10px;
}

table.basket tr.title {
    background-color: #f1f1f1;
}

table.basket tr.title td{
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #ededed;
    border-left: 0px solid #e7e7e7;
    padding: 9px 12px 9px 12px;
    color: #5d5d5d;
    font-weight: bold !important;
}
table.basket td {
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 0px solid #cecece;
    background: #fcfcfc;
    padding: 10px;
}
table.basket td a {
    font-size: 12px;
    text-decoration: none;
}
table.basket td .product_desc {
    font-size: 18px;
    font-weight: normal;
    color: #1b1b19;
}
table.basket td input.item_qty {
    color: #333639;
    font-size: 13px;
    border: 1px solid #e0dbc7;
    background: #fcfcfc;
}
table.basket td.price {
    font-weight: bold !important;
    color: #33333 !important;
    font:14px "Georgia", Tahoma, Helvetica, sans-serif !important;
}

.fileinput-button input {
    height: 38px;
    width: 87px;
}

.green.btn.fileinput-button {
    background-color: #35aa47;
    color: white;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 3px;
    margin-top: 0 !important;
    padding: 12px 14px;
}

.green.btn.fileinput-button:hover, .green.btn.fileinput-button:focus, .green.btn.fileinput-button:active, .green.btn.fileinput-button.active {
    background-color: #2e933d;
    color: white;
}

.green.btn.fileinput-button input {
    font-size: 12px !important; /* fixed windows chrome weird behavior*/
}

/* temporary */
.modal-footer {
    border-top: none !important;
}
.modal-footer button {
    margin-top: 5px !important;
}
/* temporary */

#fileupload .preview img {
    margin: 2px;
}

#fileupload .button.delete {
    padding: 2px 0;
}

/* Switch customer / user pop-up */
.container {
	width: 98% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.gen-tabs .tabs {
    border-bottom: 5px solid #333333;
}

.gen-tabs .tabs li.ui-state-active a {
    background-color: #333;
    color: #fff;
}
.col-xs-12 {
	width: auto !important;
}
/* Switch customer / user pop-up */

.item-code {
	white-space: pre;
}
