/* Enter Your Custom CSS Here */
button, input[type="submit"], input[type="button"], input[type="reset"] {
background: rgb(82,177,82); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,177,82,1) 0%, rgba(0,142,7,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,177,82,1)), color-stop(100%,rgba(0,142,7,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,142,7,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,142,7,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,177,82,1) 0%,rgba(0,142,7,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,177,82,1) 0%,rgba(0,142,7,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#008e07',GradientType=0 ); /* IE6-9 */
border-bottom: 0px !IMPORTANT;
  padding: 5px 12px 5px !IMPORTANT;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: rgb(0,183,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,158,195,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */

}

#wpmem_login .link-text {
    width: 74%;
    margin-top: 8px !IMPORTANT;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #389ccd;
    color: #fff;
}

ul.nav-menu ul, .nav-menu ul ul {
  background-color: #3694c3 !IMPORTANT;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #009f28;
}

.site-header .home-link {
    min-height: 100px;
}

.site-title {
padding: 10px 0 10px;
}

.entry-content a, .comment-content a {
    color: #3071A9;
}


/*zoey*/
#equipment,
#operator{
  width: 200px
}

table,
table.dataTable  tbody td{
  font-size: 95% !important;
}
td{
 padding: 6px 5px 6px 5px;
}

#operatorListing_length,
#operatorListing_filter,
#operatorListing_info,
#operatorListing_paginate{
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
    background: #cccccc/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
    color: #222222/*{fcHeader}*/;
    font-weight: bold;
}

.disabled{
  opacity: .35;
    background-image: none;
}
.paginate_button{
  color: #222222!Important;
  margin-right: 0.3em;
}
.fg-button.ui-button.ui-state-default{
  margin-right: 0.3em;
}
.ui-state-default{
      border-color:#000000;
}

#operatorListing{
  margin-top: 1em;
}

.entry-content,
.entry-header{
 	max-width:82%!important; 
}

.firstCol{
 width: 155px;
}
textarea{
 	padding:0; 
}

@media print {
	.fg-toolbar,
  .dataTables_paginate,
  .dataTables_info,
  .dataTables_filter,
  .dataTables_length
  {
   	display:none 
  }
}