/* DFC css */
body { background: #747474; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; border-top:0px;}
#message { background: white; max-width: 360px; margin: 50px auto 16px; padding: 32px 24px; border-radius: 3px; }
#message h2 { color: #354980; font-weight: bold; font-size: 18px; margin: 8px 4px 8px 4px; text-align: center;}
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
#message button{background:#354980; color:#fbca37;}
#mySidebar {width:60px; display:none; margin-top:0px;}
.border{border: solid 1px red;}
#main{margin-left: 60px;}
#wbtable {
  margin: auto;
	border-spacing: 10px;
	padding: 4px;
	font-size: 1em;
	border-collapse: separate;
	border: 1px solid #354980;
}
#ntTable {
  margin: auto;
	border-spacing: 10px;
	padding: 4px;
	font-size: 1em;
	border-collapse: separate;
	border: 1px solid #354980;
}

td.dynamo {
		color: blue;
    cursor: pointer;
}

.print_button{
  cursor: pointer;
}
.pointer{
  cursor: pointer;
}
.pointer:hover{
  color:#3498db;
}
.waypoints{
  border:none;
  border-radius: 20px;
  display:inline-block;
  outline:0;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  white-space:nowrap;
}

.text-input{
  text-align: left;
  font-size: 16px;
  width: 300px;
}
.dropdown{
  text-align-last: center;
  font-size: 16px;
  width: 300px;
}
#maintenance_schedule_table{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border-collapse: collapse;
  border: 1px solid #354980;
}
#maintenance_schedule_table td {
  padding: 10px;
  vertical-align: top;
}
#maintenance_schedule_table tr:nth-child(even){
  background-color: #f2f2f2;
}

.myinput[type="checkbox"]:before{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    content: "";
    background: #354980;
}
.myinput[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 3px;
    top: -17px;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
    background-repeat: no-repeat;
    background-position:center;
}

.myinput[type="checkbox"]:checked:after{
    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
}


#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 600px) {
  body, #message {margin-top: 0; background: white; box-shadow: none; }
  body {border-top: 16px solid #fbca37; }
  #main{margin-left:0px;}
  #mySidebar{width:60px; display:none; margin-top:0px;}

}

.ajs-message.ajs-custom { color: #31708f;  background-color: #d9edf7;  border-color: #31708f; }

.dropdown-check-list {
  width: 300px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}

.dropdown-check-list .anchor {
  width: 300px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
  position:absolute;
  z-index: 100;
  background-color: white;
}

.dropdown-check-list ul.items li {
  list-style: none;
  padding-left: 10px;
  padding-bottom: 2px;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

.inventory_panel{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 98%;
  margin-top:10px;
  justify-content: center;
  align-content: center;
}
.inventory_panel_title{
  margin-top: 20px;
  font-size: 1.25em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
}
.inventory_panel_item{
  display: flex;
  flex-direction: column;
  width:280px;
  height:250px;
  margin: 10px;
  padding:40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.inventory_panel_item_static{
  display: flex;
  flex-direction: column;
  width:280px;
  height:250px;
  margin: 10px;
  padding:40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.inventory_panel_item:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  cursor: pointer;
}
.inventory_panel_item_title{
  font-size: 1.25em;
  font-weight: bold;
}
.inventory_panel_item_quantity{
  margin-top: 10px;
  font-size: 2em;
  font-weight: bold;
}
.task_extension_button{
  background:#354980;
  color:#fbca37;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.task_extension_button:hover{
  cursor: pointer;
  background-color: white;
  color: black; 
}
.task_extension_disabled_button{
  background:#57699c;
  color:#fbca37;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.task_extension_disabled_button:hover{
  cursor: not-allowed;
}
/*
logo yellow - #fbca37, #ffd24d, #d69004,
logo blue - #354980
logo grey - #747474, #656B6F, #a8a8a8
old background grey - #ECEFF1

*/