.nav.navbar-nav.navbar-right {
    color: rgb(205, 207, 206);
}



body {margin-bottom:60px;}
.white{color: white;}
.red {color:red;}
.pink {color:#F0F; cursor:pointer}
.orange {color:#FC0; cursor:pointer}
.blue {color:#00F}
.green {color:#0C6;}
.brown {color:#963;}
.black {color:black;}
.mute {display:none;} 

.bg-black{background-color: black;}
.bg-red {background-color:red;}
.bg-yellow {background-color:yellow;}
.bg-pink {background-color:#F0F; cursor:pointer}
.bg-orange {background-color:rgb(255, 108, 0);}
.bg-blue {background-color:#00F}
.bg-alt-blue{background-color:rgba(0,0,255,.4);}
.bg-grey{background-color:rgba(0,0,0,.1);}

.panel-heading{cursor: pointer;}

.hr-1{height: 1px 0 0 0;width: 100%;}

.no-pad{padding: 0;}

@font-face {
  font-family: 'hamnosysunicoderegular';
  src: url('hamnosysunicode-webfont.woff') format('woff');
}

textarea {
  font-family: inherit;
  font-size: inherit;
}

.no_margins
{
	margin:0; 
	padding:0;
	border:0;
}
.index_center
{
  display: flex;
  align-items: center;
} 

@media only screen and (max-width : 575px) {
    .box1 {
        height: 300px !important;
    } 
}
hr
{
	margin:0;
}

/* Start Sigml Player CSS from cwasa.css */

.txtFPS, .txtLogSpeed {
	font-family: monospace;  font-size: 1em;  font-weight: bold;
	text-align: center;  color: #E33;  width: 3em;
}
.txtSF {
	font-family: monospace;  font-size: 1em;  font-weight: bold;
	text-align: center;  color: #E33;  width: 4em;
}
.txtGloss {
	font-family: monospace;  font-size: 1em;  font-weight: bold;
	text-align: center;  color: #E33;  width: 10em;
}

.canvasAv {
	position: absolute; left: 0px; top: 0px;
	width: 100%; height: 100%;
}

.divCtrlPanel {
	position: relative;
    margin: 0px; border: 1px solid; padding: 1ex;
}

.divAv {
	text-align: center; 
	position: relative; background: #A3B8D2;
	width: 100%; height: 100%; 
	margin: 0px; border: 1px solid; padding: 0px;
}

.CWASAAvatar {
	text-align: center; 
	position: relative; background: #A3B8D2;
	width: 100%; height: 100%; 
	margin: 0px; border: 0px; padding: 0px;
}

.CWASAGUI {
	text-align: center; 
	position: relative; 
	margin: 0px; border: 0px; padding: 0px;
}

.txtaSiGMLText {
    font-family: monospace;  font-size: 0.9em; width: 306px;
}

.txtSiGMLURL {
    font-family: sans-serif;  font-size: 0.9em;  width: 24em;
}

.statusExtra {
    font-family: sans-serif;  font-size: 0.8em;  width: 24em;
}

.spanInfo {
	font-size: 90%;
}

.stocApplet { visibility: hidden;  height: 1px; }

.menuAv {
    font-family: sans-serif;  font-size: 0.9em;  width: 6em;
}

.displayed { }
.undisplayed { display: none; }



/*--------*/

/* End Sigml Player CSS from cwasa.css */


