@charset "UTF-8";


table {
	font-size: 12px;	
}

.modal h3 {
    font-size: 20px;
    font-weight: bold;
    color: #d90000;
    border-bottom: 2px solid #d90000;
    padding-bottom: 5px;
}

.modal th {
	background: MistyRose;
}

.button.lgray {
    border: 1px dashed #ccc;
    color: #666;
    background: #eee;
}

.button.full {
    width: 100%;
    text-align: center;
}

.button.large {
    line-height: 35px !important;
    padding: 0 40px;
    height: 35px !important;
    font-size: 12px;
    font-weight: bold;
}

.button {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
}

a {
    color: #333;
}

.inputText {
	width: 100%;
	-webkit-appearance: none;
	background: #fff;
	border-radius: 0;
	border: 0;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	color: #8b8b8b;
	padding: 0 3px;
}

a.tableDelete {
    text-decoration: none;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    position: relative;
    color: #d90000;
}

@media (max-width: 750px){
	.dual-item div:nth-of-type(1) {
		margin-bottom: 15px;
	}
}

.no-padding {
	padding: 0px !important;
}

.cursor {
	cursor: pointer;
}


@media (max-width: 767px) {
	.media img {
		width: 60px !important;
	}
}

.show-hidden {
	visibility: hidden;
}