#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color:#FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
	background: #2199e8;
	font-weight: 800;
	font-size: 1em;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #FFF;
	color:#2199e8
}
#back-to-top.show {
    opacity: 1;
}

nav select {
	display: none;
	color:white;
	background: transparent;
	font-weight:bold;
	height: 45px;
}

nav select option {
	background-color:black;
	color:white;
	font-weight:bold;
}

.customMenu {
   display: none;
   background: url('../images/menu.svg') no-repeat left center;
   border: 1px solid #000;
   overflow: hidden;
   height: 45px;
 }
 
@media (max-width: 639px) {
	nav ul {display: none !important;}
	nav select {display: inline-block;padding-left: calc(50% - 30px);}
	.customMenu {display: block;}
}

.wrapText {
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
}

.chosen-container
{
    width: 100% !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 99%;
    margin: 0px 10px 0px 10px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.radio {
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.redtdmid td:nth-child(8) {
	background-color: red; 
	font-weight: bold;
}

.yellowmidtd td:nth-child(8) {
	background-color: yellow; 
	font-weight: bold;
}

.redtdexp td:nth-child(9) {
	background-color: red; 
	font-weight: bold;
}

.yellowtdexp td:nth-child(9) {
	background-color: yellow; 
	font-weight: bold;
}

.credtdexp td:nth-child(6) {
	background-color: red; 
	font-weight: bold;
}

.cyellowtdexp td:nth-child(6) {
	background-color: yellow; 
	font-weight: bold;
}
