@CHARSET "UTF-8";

.tr-select {
	background: white;
}

.tr-head {
	border-top: 1px solid windowframe;
	border-right: 1px solid windowframe;
	border-left: 1px solid windowframe;
	border-radius: 1px;
	font-size: 15px;
}

.tr-select a {
	display: block;
	cursor: pointer;
	border-right: 1px solid windowframe;
	border-left: 1px solid windowframe;
/*	color: captiontext;*/
}

.tr-options {
	display: none;
	z-index: 20;
	background-color: menu;
	border-radius: 1px;
}

.tr-options .active {
	color: activecaption;
}

.tr-options a:hover {
	color: highlight;
}

.tr-select .tr-options a.active[val=""] {
    display: none;
}

.tr-select-buttons .tr-options {
    display: block;
}

.tr-select-buttons .tr-option{
    display: inline-block;
    padding: 10px;
}


.tr-number .tr-head input {
    border: none;
    width: 100%;
    text-align: center;
}


.tr-input-file {
    width: 100%;
    min-height: 200px;
    position: relative;
    background: threedhighlight;
    padding: 10%;
    font-size: large;
}

.tr-input-file .tr-invitation{
    font-size: x-large;
}


.tr-input-file input{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
	z-index: 88888;
}

.tr-input-file .tr-files {
    overflow: hidden;
    display: none;
}

.tr-input-file .tr-files ul>li{
    float: left;
    padding: 10px;
    width: 15%;
    text-align: center;
}

.tr-input-file .tr-files .tr-file-info{
    font-size: x-small;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.tr-input-file .tr-files .tr-file-info p{
    margin: 1px;
}

.tr-input-file .tr-files .tr-file-img {
    height: 60px;
    width: 100%;
    background-position: center center;
    display: block;
}

.tr-input-file .tr-files .tr-file-img.image {
    background-size: cover;

}


.tr-select a.tr-option.disabled {

    color: #dedede;

}