﻿body {
    font-family: "Segoe UI";
    font-size:12px; 
    background:#e1ece7;
}

.topHeading {
    height:100px;
    width:100%;
    background-color:#333;
}

.companymenu-wrap{ overflow:hidden; width:100%}
.companymenu {margin:0 auto; width:100%; color: white; font-size:xx-large; font-variant: small-caps; background-color:#1a202c;}
.companymenu ul li{list-style:none; float:left; width:auto;}

.content-right {
    text-align:right;
}

.menu-wrap{ width:99%; background:#d13f31; height:45px;}
ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333;
    height:50px;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: white;
    text-decoration:none;
    color:black;
}

li.dropdown {
    display: inline-block;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.submenu a {
    color: black;
    padding: 6px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.separator { height: 1px; border-bottom: 1px solid black;}
.submenu a:hover {background-color: #c2f9f1}

.dropdown:hover .submenu {
    display: block;
}

.container {
    width:100%;
    height:600px;
    margin-top:25px;
}

.mypagedisplay {
    align-self:center;
    border:0px solid red;
    height:500px;
    width:75%;
    margin-left:12%;
}


.jumbotron {
  padding: 20px;
  margin-bottom: 10px;
  font-size: medium;
  font-weight: 200;
  line-height: 2.1428571435;
  color: white;
  background-color: #1F7872;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.content {
  margin-bottom: 10px;
  font-size: medium;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
}

.nosortorder {
    color:black;
}

.notsortable {
    color:darkslategrey;
}

.sortAsc {
    position: relative;
    color:black;
}

.sortDesc {
    position: relative;
    color:black;
}

.sortAsc:before {
    font-family: FontAwesome;
    content: "\f15d";
    padding-right:10px;
}

.sortDesc:before {
	content: "\f15e";
    font-family: FontAwesome;
    padding-right:10px;
}


.multirowtable {
  width: 100%;
  margin-bottom: 20px;
}

.multirowtable thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
}

.multirowtable thead > tr > th {
  vertical-align: bottom;
}

.topborder {
  border-top: 2px solid #dddddd;
}
.bottomborder {
  border-bottom: 2px solid #dddddd;
}
.multirowtable caption + thead tr:first-child th,
.multirowtable colgroup + thead tr:first-child th,
.multirowtable thead:first-child tr:first-child th,
.multirowtable caption + thead tr:first-child td,
.multirowtable colgroup + thead tr:first-child td,
.multirowtable thead:first-child tr:first-child td {
  border-top: 0;
}

.multirowtable tbody + tbody {
  border-top: 2px solid #dddddd;
}

.multirowtable .multirowtable {
  background-color: #ffffff;
}

.controlSpacing {
    margin-left: 5px;
}

.form-control-small:-moz-placeholder {
  color: #999999;
}

.form-control-small::-moz-placeholder {
  color: #999999;
}

.form-control-small:-ms-input-placeholder {
  color: #999999;
}

.form-control-small::-webkit-input-placeholder {
  color: #999999;
}

.form-control-small {
  display: block;
  width: 100%;
  height: 28px;
  padding: 3px 6px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-small:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-small[disabled],
.form-control-small[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control-small {
  height: auto;
}

.controlHeight {
    height: 90px;
}