@charset "utf-8";

/*
.modebar{
      display: none !important;
}
*/

.logo{
      display: none !important;
}

tr{
    /*line-height: 0px;*/
}

tr.tr_simple:hover{
    background-color: #e99e16;
    color: black;
}

tr.tr_simple:hover a{
    color: black;
}

tr.trLink {
    cursor: pointer;
}

tr.trLink:hover {
   background-color: #e99e16;
}

tr.trLink a{
    color: #facc7d;  /*black;*/
    display: block;
    height: 100%;
    width: 100%;
}

tr.trLink:hover a{
    /* font-weight: bold; */
    background-color: #e99e16;
    color: black;
}

tr.trLink:hover .link-button{
    /* font-weight: bold; */
    background-color: #e99e16;
    color: black;
}

tr.trLink:hover .btnsm{
    /* font-weight: bold; */
    background-color: black;
    color: #e99e16;
}

.link-button {
     background: none;
     border: none;
     color: #facc7d;
     text-decoration: underline;
     cursor: pointer;
}
.link-button:hover {
     background: #f9cb7c;
     border: none;
     color: black;
     text-decoration: underline;
     cursor: pointer;
}

.link-button-green {
     background-color: #0e8420;
     border: none;
     color: white;
     cursor: pointer;
     padding: 3px;
}
.link-button-green:hover {
     background-color: #0c6d1a;
     border: none;
     color: white;
     cursor: pointer;
     padding: 3px;
}

.link-menu {
     background: none;
     border: none;
     color: #5e564c;
     cursor: pointer;
}
.link-menu:hover {
     background: none;
     border: none;
     color: #f7c876;
     text-decoration: underline;
     cursor: pointer;
}

.btnsm {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    padding: 3px 5px;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    color: #f9cb7c;
    border: 1px solid #f9cb7c;
    transition: all 0.2s ease-out;
}
.btnsm:hover,
.btnsm.active {
    background: #f9cb7c;
    border: 1px solid #f9cb7c;
    box-shadow: 0px 0px 5px #fcb602;
    color: #facc7d;
}

.formtable
{
	display:table;
	border-collapse:separate;
	border-spacing:2px;
}
.formthead
{
	display:table-header-group;
	color:white;
	font-weight:bold;
	background-color:grey;
}
.formtbody
{
	display:table-row-group;
}
.formtr
{
	display:table-row;
	/*line-height: 0px;*/
}
.formtd
{
	display:table-cell;
	border:1px solid black;
	padding:1px;
}