
html, body{
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0 !important;
  font-family: url('../fonts/Carlito-Regular.ttf');
}

html {
  margin-left: calc(100vw - 100%);
}

b {
  font-family: url('../fonts/Carlito-Bold.ttf')
}

.center-table{
  margin: 0 auto;
  float: none;
  width: 100%;
}

.info-table{
    margin: 10px auto 0;
    float: none;
    width: 100%;
}

.alert-div{
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

.left-border-td{
  border-left: 3px solid rgba(130, 200, 255, 0.7);
}

.info-message-td{
  width: 1200px;
  text-align: left;
  vertical-align: middle;
}

.default_table{
  margin: 0 auto;
  float: none;
  width: 1200px;
}

.default_table td{
  height: 22px;
  text-align: left;
}

.btn.femur{
  background-color: rgba(157, 232, 137, 1.0);
  border-color: rgba(157, 232, 137, 1.0);
  color: #000000;
  opacity: 0.8;
  margin: 2px;
  border: 0px;
}

.btn.sideinfo{
  background-color: rgba(174, 207, 0, 0.0);
  border-color: rgba(174, 207, 0, 0.0);
  color: #000000;
}

.btn.tibia{
  background-color: rgba(121, 199, 246, 1.0);
  border-color: rgba(0, 132, 209, 1.0);
  color: #000000;
  opacity: 0.8;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0px;
}

.btn.highlight {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(80, 80, 80, 0.8);
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn.warning {
  background-color: #ff9900;
}

.top-section {
  padding: 5px;
  margin: 5px 2px;
  display: inline-block;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
}

#top_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

#wrapper{
  display: table;
  width: 1100px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  opacity: 1.0;
}

#header_wrapper {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1.0;
  border-bottom: 1px solid #808080;
}

#header{
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  height: 115px;
  opacity: 1.0;
  padding-bottom:15px;
}

#header_bar{
  display: flex;
  max-width: 100%;
  width: 1200;
  height:50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #808080;
}

a.headerLink{
  color: #ffffff;
}

#navigation{
  display: table;
  width: 100%;
  max-width: 100%;
  height: 50px;
  //background: rgba(209, 209, 209, 0.7);
  opacity: 1.0;
}

#navigation_bar{
  width: 1100px;
  height: 100%;
}

#nav_left{
  float: left;
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin: 3px 0;
}

.navigation_plan_title {
  color:#606060;
  margin-left: 20px;
  margin-top: 12px;
}

#nav_center{
  width: 0;
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

#nav_right{
  float: right;
  text-align: right;
  padding: 6px 0;
}

.navigation_title {
  color: #222;
  font-size:1.5em;
  font-weight:500;
}

#content{
  display: table-cell;
  max-width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1.0;
}

#footer{
  display: flex;
  flex:1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding:5px;
  border-top: 1px solid #808080;
}

#footer_logo{
  width: 80px;
  height: 80px;
  opacity: 1.0;
  background: url('../images/logo_footer.png') no-repeat right;
  background-size: contain;
}

#ce_image{
  display: none;
  width: 60px;
  height: 25px;
  /*
  background: url('../images/ce.png') no-repeat center;
  background-size: contain;
  */
}

#small_med_logo{
  background: url('../images/small_logo_footer.png') no-repeat right;
  background-size: contain;
  width: 120px;
  height:25px;
}

#logo{
  width: 200px;
  height: 110px;
  margin-top: 15px;
  opacity: 1.0;
  float: left;
  background: url('../images/logo.png') no-repeat right;
  background-size: contain;
}

#login_header{
  flex-grow: 2;
  height: 100%;
  margin-left: 30px;
  vertical-align: bottom;
  display:flex;
  flex-direction:column;
  justify-content: flex-end;
}

#login_header_website {
  display: flex;
  flex-grow: 3;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
}

#login_screen{
  width: 100%;
  max-width: 100%;
  height: 700px;
  opacity: 1.0;
  float: right;
  background: url('../images/background_surgeon_demo.png') no-repeat left center;
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
}

#login_logo {
  /*
  background: url('../images/logo_cw_full_1000.png') no-repeat center center;
  background-size: contain;
  */
  height: 50%;
  margin-bottom: 30px;
}

#adminlogin_screen{
  width: 100%;
  max-width: 100%;
  height: 470px;
  opacity: 1.0;
  float: left;
  position: relative;
  top: -7em;
}

#manufacturerlogin_screen{
  width: 100%;
  max-width: 100%;
  height: 600px;
  opacity: 1.0;
  float: left;
}

#login_form{
  flex-grow:1;
  position: relative;
  display:flex;
  flex-direction:column;
  justify-content: flex-end;
  padding-bottom: 120px;
  opacity: 1.0;
}

#login_inputs_holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.login_input {
  width: 13em;
  height: 2.2em;
  border: 1px solid #808080aa;
  font-size: 1.2em;
  border-radius: 3px;
}

.big-title {
  font-size: 2.5em;
  padding: 0 0.2em 0.8em 0.2em;
}

#submit_button_holder {
  height: 3em;
  display:flex;
  justify-content: flex-end;
}

#submit_button_holder .btn-primary {
  width: 6em;
  font-size: 1.4em;
  font-weight:bold;
  padding-left: 0px;
  padding-right: 0px;
  background: #2d56a8;
  border-radius: 3px;
  border:1px solid #24559b;
  color: white
}

#logout_button{
  height: 70px;
  max-height: 55px;
  min-width: 100px;
  display:flex;
  align-self: flex-start;
  justify-self: flex-end;
  background-color: #EBEBEB;
  border-radius: 0 0 10px 10px;
  align-items:center;
  justify-content:center;
}

#logout_button_devider {
  width: 2px;
  height: 45px;
  background-color: white;
  margin-left:15px;
  margin-right:15px;
}

.dropdown-menu{
  background-color:#EEEEEE;
}

.parameterValues{
  background-color: #eeeeee;
  line-height: 27px;
}

hr.simple-style{
  border: 0;
  height: 1px;
  background-color: rgba(170, 170, 170, 1.0);
  margin-left: 0;
  margin-right: 0;
}

a.control-icon{
  color: rgba(90, 90, 90, 1.0);
  text-decoration: none !important;
}

a.disabled{
  color: rgba(90, 90, 90, 0.45);
  cursor: default;
  text-decoration: none !important;
}

.warning {
  background-color: #ffbc59;
  border-color: #ffbc59;
  color: #595959;
}

.fa-glow {
    text-shadow: 1px 0 3px #ffffff, -1px 0 3px #ffffff, 0 1px 3px #ffffff, 0 -1px 3px #ffffff;
}

#navigation .btn-primary{
  background: #2d56a8;
  border-radius: 3px;
  font-size: 1.2em;
  border:1px solid #24559b;
  color: white
}

.btn-primary {
  background: #2d56a8;
  color:white;
  border-radius: 3px;
  border:1px solid #24559b;
}

.btn-default.active {
  box-shadow: none;
  background-color: rgb(121, 199, 246);
}

#navigation .btn {
  background: #2d56a8;
  border-radius: 3px;
  font-size: 1.2em;
  border:1px solid #24559b;
  color: white
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #24559b;
  border: 1px solid #146A37;
  color: white;
}

#navigation .btn-primary:hover, #navigation .btn-primary:focus, #navigation .btn-primary:active {
  background: #24559b;
  border: 1px solid #146A37;
  color:white;
}

.pagination > li > a {
  background: transparent;
  border: 1px solid #00000033;
  color: #555;
}

.pagination > li > a:hover {
  background: transparent;
  border: 1px solid #00000033;
  color: #555;
}

.pagination > li > a:active{
  background: transparent;
  border: 1px solid #00000033;
  color: #555;
}


.pagination > .active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #24559b;
  color: white;
}

#navigation .btn-primary-gray {
  border: 1px solid #ADADAD55;
  background: #E6E6E6;
  border-radius: 3px;
  font-size: 1.2em;
  color: #555;
}

#navigation .btn-primary-gray:hover {
  background: #CDCDCD;
  border: 1px solid #ADADAD55;
  color: #555;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
  background-color: #E6E6E6;
  border: 1px solid #00000022;
  color: black;
}

.dataTables_length {
  left: 400px;
  float: right !important;
}

.dataTables_filter {
  position: absolute !important;
  float: left !important;
}

.implant-select {
    display: block;
    line-height: 1.3;
    padding: .2em 0.5em .1em 0.2em;
    width: 180px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: .2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
