﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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;}

.stripeblue {
    color: white;
    background: repeating-linear-gradient( 135deg, #1F7872 15px, #1F7872 15px, #4e73df 25px );
    padding:5px;
}
.stipeprimary {
    background: repeating-linear-gradient(0deg, #cccccc 2px, #4e73df 5px); 
    padding: 5px; 
    color: white;
    margin:5px;
    padding-left:10px;
    border-radius: 5px 5px;
}
/*.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: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.submenu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.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;
}

.form-control-sm {
  display: block;
  width: 100%;
  height: 30px;
  padding: 3px 6px;
  font-size: 12px;
  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-sm: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-sm[disabled],
.form-control-sm[readonly],
fieldset[disabled] .form-control-sm {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control-sm {
  height: auto;
}

.form-control-small {
  display: block;
  width: 100%;
  /*height: calc(1.5em + 0.75rem + 2px);*/
  padding: 0.4rem 0.5rem;
  font-size: small;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.controlHeight {
    height: 75px;
}


.divider {
    border: 0.5px solid black;
}

.disabled{
    background-color:lightgray;
}