@charset "utf-8";
/* CSS Document */

table, th, td { margin: auto auto auto auto;border: 1px solid #333332;}

.users {
  table-layout: fixed;
  table-height: auto;
  height: auto;
  width: 100%;
  /*white-space: nowrap;*/
}

.users td {
 /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.users th  {
    background: #060807;
    color: #74CBDF;
}
.users td,
.users th {
  text-align: left;
  padding: 5px 10px;
    top: 0px;  
  vertical-align: text-top;
	font-size: 1.2em
}

.users li {
	font-size: 1em
}

.users tr:nth-child(odd) {
  background: #BBDADB;
}

.users tr:nth-child(even) {
  background: #8EC2C3;
}

.wrapper {
  overflow: hidden;
}

.glyphicon{font-size: 1.5em;  color: #333332;     margin-right: 0.2em;}

.inner-icon {
    position: relative;
}
/* style glyph */
.inner-icon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-icon .glyphicon {
  left: 0;
}

/* add padding  */
.left-icon textarea {
  padding-left: 40px;
}

textarea {
  resize: vertical;
}

textarea.form-control {
    background-color: rgba(255,255,255, 0.5);
	    height: 100px;
}

.textInput{

    padding: 3px;
    /* min-height: 80px; */
    -moz-box-shadow: inset 0 0 3px rgba(57,57,58,.5);
    -webkit-box-shadow: inset 0 0 3px rgba(57,57,58,.5);
    box-shadow: inset 0 0 3px rgba(57,57,58,.5);
}

@media print {
	#videoPlayer{
		display: none;
	}

}
