
/* Other customized styling */

.btn-disabled { color: white; }
.btn-disabled:hover { color: white; }
.btn-disabled:active { color: white; }

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.table {
	overflow: hidden;
}

tbody tr th {
	vertical-align: middle !important;
	width: 15% !important;
	min-width: 64px !important;
}

tbody tr.title {
	background-color: #777 !important;
	color: #FFF;
}

tbody tr.title th div {
	width: 100em;
	margin-right: -100em;
	overflow: visible;
	font-size: 1.1em;
	font-weight: bold;
}

.checkout-table-total {
	color: #FFF;
	background-color: #555 !important;
}

.checkout-table-modif {
	color: #FFF;
	background-color: #6A6A6A !important;
}

#address-container {
	display: inline-block; background: #FFF; padding: 12px; min-width: 320px; margin-bottom: 12px;
	border: 3px dashed #337AB7;
}

.dropdown-menu.dropdown-item {
    margin-bottom:50px !important;
}
