html {
    min-height: 100%;
    overflow-y: scroll;
}
body
{
    background-color:  #fff;
    color: #444;
    font-family: arial;
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 70%;
}
form#filterForm {
  border: none;
}
form#filterForm table {
  min-width: 40%;
}
td, th {
  border: 1px solid;
}
/*login page*/
.fn-login-container {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fn-login-container form {
  text-align: center;
}
.fn-login-wr {
    width: 556px;
    height: 356px;
    margin: 5% auto 0;
    color: #ffffff;
}
.fn-login h1 {
  color: #ffffff !Important;
}
.fn-login {
    background: #2a7abd;
    padding: 25px;
    box-shadow: 0 2px 10px #333;
}
.fn-logo-blue {
    background: url("images/fisheye_logo.png");
    height: 100px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}
.fn-logo {
    background: url("images/fisheye_logo_sm.png") no-repeat;
    height: 57px;
    width: 280px;
    display: block;
}
.fn-login label {
  display: block;
  margin: 5px 0;
}
.fn-login input[type=text], .fn-login input[type=password] {
    padding: 0px 12px;
    border-radius: 0;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 3px #999 inset;
    font-size: 16px;
    width: 290px;
    height: 46px;
    display: inline-block;
    margin: 0 auto 30px;
}
.fn-login input:-webkit-autofill, .fn-login textarea:-webkit-autofill, .fn-login select:-webkit-autofill {
    background-color: #fff !Important;
    background-image: none;
    color: rgb(0, 0, 0);
}
.fn-login .error {
    color: #fff;
    background-color: #FF4F4F !Important;
    border: none  !Important;
    padding: 14px 10px  !Important;
    border-radius: 0  !Important;
    margin: 10px auto 30px  !Important;
    width: 295px  !Important;
    font-weight: normal !Important;
    text-align: center;
    font-size: 18px;
}
.fn-login input[type=submit] {
    border: 1px solid #fff;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 24px;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
    width: 317px;
    height: 46px;
    display: inline-block;
    background: #9bb628;
    font-weight: normal;
    transition: all 0.5s ease;
}
.fn-login input[type=submit]:hover {
    background: #7c9025;
}
.fn-login h1 {
    display: inline-block;
    width: 340px;
    text-align: left;
    padding-left: 96px;
}
input[type=submit], button[class=submit] {
  background: #ffbd9c; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffbd9c 0%, #ff761b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd9c), color-stop(100%,#ff761b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffbd9c 0%,#ff761b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffbd9c 0%,#ff761b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffbd9c 0%,#ff761b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffbd9c 0%,#ff761b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd9c', endColorstr='#ff761b',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ff761b;
  cursor: pointer;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  margin: 10px 0;
  transition: all 0.5s ease;
}
input[type=submit]:hover, button[class=submit]:hover {
  background: #ffbd9c; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffbd9c 0%, #ff761b 44%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd9c), color-stop(44%,#ff761b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffbd9c 0%,#ff761b 44%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffbd9c 0%,#ff761b 44%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffbd9c 0%,#ff761b 44%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffbd9c 0%,#ff761b 44%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd9c', endColorstr='#ff761b',GradientType=0 ); /* IE6-9 */
}
/*header*/
#header {
    padding: 5px 15px 0px;
    height: 64px;
    border-bottom: 5px solid #1a80ba;
    background: #ffffff;
}
#mainmenu {
    background: #2a7abd; /* Old browsers */
    padding: 0 10px;
    border-top: 4px solid #b7d539;
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(top,  #2a7abd 0%, #1a80ba 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a7abd), color-stop(100%,#1a80ba)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2a7abd 0%,#1a80ba 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a7abd 0%,#1a80ba 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a7abd 0%,#1a80ba 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2a7abd 0%,#1a80ba 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7abd', endColorstr='#1a80ba',GradientType=0 ); /* IE6-9 */
}
#menu ul li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
#menu ul li > a {
  text-align: left;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-right: 0px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}
#menu ul ul li a {
  padding: 10px 10px 10px 20px;
  margin-right: 30px;  
}
#menu ul.mainMenu {
  padding: 0;
  margin: 0;
  float: left;
}
a.logout {
  position: absolute;
  top: 22px;
  right: 22px;
  display: block;
  background: url("images/logout_img_blue.png") no-repeat 10px center transparent;
  padding: 9px 10px 9px 40px;
  margin: 0 -10px 0 0;
  height: 15px;
  color: #1a80ba !Important;
  text-transform: uppercase;
}
a.logout:hover {
  background: #1a80ba url("images/logout_img.png") no-repeat 10px center;
  color: #ffffff !Important;
}
li.hasSubMenu:hover {
  background: #fff;

}
li.hasSubMenu:hover > a {
  color: #2a7abd !Important; 
}
#menu li.hasSubMenu ul.subMenu {
  position: absolute;
  margin: 0;
  padding: 0;
  display: none !Important;
  background-color: #ffffff;
  box-shadow: 5px 5px 5px #777;
  min-width: 300px;
}
#menu li.hasSubMenu:hover ul.subMenu, #menu ul.subMenu li {
    display: block !Important;
}

#menu ul.subMenu li {
  position: relative !Important;
}
#menu ul.subMenu li a {
    color: #000;
    margin: 0;
    display: block;
    position: relative;
    text-transform: inherit;
    transition: all 0.5s ease;
}
#menu ul.subMenu li a:hover {
  color: #2a7abd;
}
#menu ul.subMenu li:hover a:hover:before, #menu ul.subMenu li.active a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  border: 10px solid transparent;
  border-left: 10px solid  #2a7abd;
}
#menu ul.subMenu li.1 a {
  color: #2a7abd !Important;
  font-weight: bold;
}
#menu ul.subMenu.active li {
    background-color: #fff;
}

#logo {
    float: left;
    width: 130px;
}

#menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}
/**/
#container a
{
    text-align:left;
    color: #444;
    text-decoration: none;
}

#container h1
{
  font-size: 20px;
  margin-bottom: 26px;
  color: #2a7abd;
}

#container h2
{
    margin-top: 10px;
    font-size:12px;
    text-decoration: underline
}

#container h3
{
    font-size:11px;
    text-decoration: underline
}

#container h4
{
    text-align:center;
    font-size:10px;
}

#container h5
{
    text-align:left;
    font-size:17px;
    font-style: italic;
}

#filterForm {
    margin-bottom: 15px;
}

.navigation ul {
  position: relative;
  margin: 0 0 80px 0;
  padding: 0;
  clear: both;
}
#group, #broad, #site, #company, #sc, #category {
  color: #156fa3;
  font-weight: bold;
  border: 1px solid #eee;
  text-decoration: none !Important;
  font-size: 16px !Important;
  margin-top: 50px !Important;
}
.navigation li
{
    list-style: none;
    margin-right: 5px;
    float: left;
}
.navigation li a {
  display: block;
  padding: 5px 10px;
  border-radius: 6px;
    background: #2a7abd; /* Old browsers */
    background: -moz-linear-gradient(top,  #2a7abd 0%, #1a80ba 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a7abd), color-stop(100%,#1a80ba)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2a7abd 0%,#1a80ba 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a7abd 0%,#1a80ba 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a7abd 0%,#1a80ba 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2a7abd 0%,#1a80ba 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a7abd', endColorstr='#1a80ba',GradientType=0 ); /* IE6-9 */
    color: #fff !Important;
}
.navigation li a:hover {
  background: #156fa3;
}

#container .error
{
  color: #fff;
  background-color: #FF4F4F;
  border: 2px solid #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 10px 0;
}

.error-js {
    display: none;
}

.dataGrid {
  table-layout: fixed;
  width: 100%;
}

.dataGrid tr:nth-child(even)
{
    background-color: #fff;
}

.dataGrid tr:nth-child(odd)
{
    background-color: #eee;
}

.dataGrid tr:hover
{
    background-color: #e6db74;
}

.dataGrid tr.sortableHeader, .dataGrid tr.sortableHeader:hover
{
    background-color: #ffffff;
}

.dataGrid tr td
{
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataGrid tr.summary
{
  background-color: #a6e22e;
}

.nowrap
{
    white-space: nowrap;
}

.sortableHeader img
{
    border: 2px #fff solid;
}

.sortableHeader img.active
{
    border: 2px #00CC88 solid;
}

.csv_format {
    font-size: 12px;
    background-color: #d7d7d7;
    border: 1px dotted #000000;
    padding: 5px;
    color: #000000;
}

#container {
    color: #444;
    background-color: #fff;]
    border: 1px solid #f0f0f0;
}

#content {
  border-top: 4px solid #1e91d0;
  padding: 0px;
}
.content-inner {
    padding: 5px 5px 80px 5px;
    margin: 10px;
    overflow-x: auto;
}

#container table
{
    border: 1px solid #d7d7d7;
    background-color: #fff;
    color: #000;
}

#container th, #container td
{
    text-align:center;
    border: 1px solid #d7d7d7;
    padding: 3px 2px;
    font-size: 12px;
}

#container td
{
    border-top: 0;
    border-bottom: 0;
}
#container form {
    margin-bottom: 10px;
}

#container th
{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pager {
    text-align: center;
    margin: 10px auto;
    font-size: 14px;
    color: #2a7abd;
    font-weight: bold;
}
.pager a {
  color: #444;
  font-weight: normal;
}
.pager a:hover {
  color: #2a7abd !Important;
  font-weight: bold;
}

#container td a {
    color: #f00;
    text-decoration: underline;
}

#container td .small-link {
    font-size: 11px;
    font-family: sans-serif;
}

#chart {
    color: #000;
    background-color: #fff;
    width: 90%;
    height: 600px;
}

#chart.high {
    height: 800px;
}

.loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color:darkred;
}

.centerfloat {
    margin: auto;
}

.pieChartTable {
    margin-bottom: 10px;
}
a.chosen-single {
    color: inherit !important;
    text-decoration: inherit !important;
}
