/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

.sendOffScreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.oj-web-applayout-fix-width{
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.checkin-mgt-level-change header{
  background-color: #4a9d87;
  border: none;
}

.VMLdef{
  background-color: #333;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  float: right;
  margin: 20px 20px 20px 0;
  display: block;
}

.VMLdef-clr{
  clear: both;
}

.VNLdef:hover{
  background-color: #222;
  cursor: pointer;
}

.checkin-mgt-level-change h2{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.checkin-mgt-level-change button span{
  color: #fff !important;
  font-weight: 300;
}

.attr-change{
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px 10px 20px 20px;
  font-size: 11px;
}

.attr-change .lbl{
  margin-bottom: 10px;
  display: block;
  color: #333;
}

.attr-change .value{
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.attr-change oj-button.oj-button.oj-button-full-width{
  width: 160px;
  margin: 24px 0 0 20px;
  font-size: 12px;
}

.attr-change oj-button.oj-button.oj-button-full-width button{
  border-radius: 5px;
}

.oj-messages-inline oj-message .oj-message-container{
  border: 1px solid #dfa7a7 !important;
  border-radius: 5px;
}

.oj-message-body{
  font-size: 12px;
}

#historyTable{
  width: 100%;
  margin-top: 20px;
  font-size: 12px !important;
}

#historyTable thead tr th{
  font-weight: 600;
}

#historyTable input{
  font-size: 12px;
}

#historyTable tbody tr td{
  font-weight: 300;
  border-bottom: 1px solid #eee;
}