.container h2:first-child {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000000;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 30px;
    margin:0;
    font-weight: bold;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,d2d2d2+62,f7f7f7+90,c6c6c6+95 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,d2d2d2+96,ffffff+100 */
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(210,210,210,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(210,210,210,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(210,210,210,1) 98%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.log-out {
  margin-top:18px;
}
ul.leftnav {
  list-style-type:none;
  margin-left:0px;
}
.nav-container * {
  color:black!important;
}
.nav-container {
  min-height:310px;
  padding:20px;
  display:inline-block;
  float:left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99a4c1+1,ffffff+50,99a4c1+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99a4c1+1,ffffff+99 */
background: rgb(153,164,193); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,164,193,1) 1%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(153,164,193,1) 1%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(153,164,193,1) 1%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a4c1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  list-style-type:none;
  margin-left:0px;
  width:200px;
  display:inline-block;
}
.leftnav li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    color: #000000!important;
    font-style: normal;
}
.page-content {
  display:inline-block;
  background-color:white;
  width: 100%;
  float:right;
}
.paginate li {
  display:inline-block;
  margin:0 15px 0 0;
  vertical-align:middle;
}
.paginate .active {
  text-decoration:underline;
}
.paginate {
  margin-left:30%
}

table:not(.doc_table) {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 576px;
}

.bottom_border {
  background-color:#333;
  border-top:9px solid #ebebeb;
  position:relative;
  margin: 125px 0 0 -10%;
  width:120%!important;
  display:block;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 18px -1px rgba(0,0,0,1);
}
.container {
    overflow: hidden;
    min-height: 100%;
    background-color: #333;
}
.content-right {
    width: calc(100% - 200px);
    display: inline-block;
    padding: 45px;
}
.content-right h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000000;
    background:none!important;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px!important;
    font-weight: bold;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding:0!important;
    color: #666666;
  
}
th *, tr *, .doc_table th, .doc_table tr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    margin:0;
    padding-left:5px;
}
th a, tr a {
  text-decoration: underline;
}

.user_table th:nth-child(n+2) {
  width:10%;
}

.user_table th *, .user_table th   {
  color:#ffffff;
  background-color:#9BA6C4;
}

.user_table * {
  text-align:center;
}

.doc_table > tbody > tr > th:first-child  {
  width:45px;
  padding-left:0px;
}

table tr:nth-child(even) * {
  background-color:#E4E7EF;
  color:black;
}

table tr th  {
  border-bottom:0px;
}

.show-instruct,.hide-instruct,.instructions * {
  margin:0;
}
.show-instruct,.hide-instruct {
  text-decoration:underline;
  cursor: pointer;
}

label, input[type="file"] {
  display:inline-block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}

.show-instruct,.instructions {
  display:none;
}
.input.file input, .input.file label {
    display: inline-block!important;
}

.input.file input {
  width:70%;
  margin-left: 45px;
}

.input.text.required * {
  display:inline-block;
}

.input.text.required input {
  width: 70%;
}

.add-user {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    position:relative;
    margin-left:27%;
}

select {
  padding:4px;
  height:22px!important;
}

input[type='text'], input[type='password'], select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    height:22px;
    vertical-align:right;
    width:40%!important;
    display:inline-block;
    padding:4px;
}
label {
  width:15%;
}
input[type='submit'] {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    display: block;
    position:relative;
    vertical-align:right;
    border-radius:2px;
    color:black;
  
}