#ctlh4{
	color: #e40404;
	text-transform: uppercase;
}
.btn-ctl{
	text-align: center;
	background: #222222;
	border-style: solid;
	border-width: 2px;
	border-color: #222222;
	font-size: 14px;
	color: #fff;
	padding: 5px 40px;
	text-transform: capitalize;
	transition: all 0.25s ease 0s;
}
.btn-ctl:hover{
	opacity: 0.75;
}
#edit-submit{
	background-color: #e40404;
	border-color: #e40404;
}
span.select {
    position: relative;
    display: block;
}
.form-select{
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 6px;
        padding-right: 6px;
    color: #666;
    max-width: 100%;
    outline: none;
    -webkit-appearance: none;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding-right: 24px;
}
span.select::after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #666;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    pointer-events: none;
}
#catalogue-table th {
    text-align: center;
	padding: .5em;
	border:1px solid #ccc;
	background-color: #e40404;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
}
#loadingoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    opacity: .6;
    text-align: center;
    z-index: 100000;
    left: 0;
    top: 0;
}
#loadtext {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #FFF;
}
#catalogue-table td {
    text-align: center;
}
.txt-left{
    text-align: left !important;
}