/************************** Main Style **************************/
body, html {
  height: 100%;
}

body {
  background-color: #c0c0c0;
}

#main-wrapper {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 40px;
}

#header {
  width: 100%;
  height: 50px;
}

#content {
  width: 100%;
  min-height: 300px;
  height: 100%;
  background-color: #fff;
}

#menu {
  width: 150px;
  float: left;
}

#page {
  margin-left: 150px;
  background-color: #fff;
}

#footer {
  width: 100%;
  height: 50px;
  clear: both;
  background-color: #000;
}
/************************** ALL SITE DEFSTYLE **************************/
div, p, ul, li {
  margin: 0;
  padding: 0; 
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

hr {
  width: 90%;
  margin: 3px 0px 10px 0px;
}

a.button {
  padding: 10px 5px;
  background-color: #c0c0c0;
  border-radius: 4px;

  font-size: 12px;
  color: #000;
  display: block;
  text-decoration: none;
  text-align: center;
}

/************************** LOGO **************************/
#logo {
  margin: 20px 0px 0px 50px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#date {
  float: right;
  margin: 10px 5px 0px 0px;
}


#logout {
  clear: right;
  float: right;
  margin: 10px 5px 0px 0px;
}

/************************** MAIN MENU **************************/
#menu ul {
  margin-left: 10px;
  list-style: none;
}

#menu li.menu-title {
  font-size: 16px;
  padding-bottom: 7px;
  color: blue;

}

#menu li.menu-links {
  margin-left: 15px; 
  list-style-type: disc;
}

#menu li.menu-links a {
  font-size: 14px;
  color: #000;
}

/************************** TABLES **************************/
#make-order p.order-title {
  padding-bottom: 7px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#make-order {
  width: 100%;
}

#make-order td {
  border-bottom: solid 1px #c0c0c0;
}

/************ ORDER STATUS ************/
#order-status {
  width: 50%;
  margin: 0 auto;
}

#order-status td {
  border-bottom: solid 1px #c0c0c0;
  vertical-align: top;
  padding-bottom: 4px;
}

#order-status td.count {
  min-width: 25px;
  font-size: 11px;
  vertical-align: middle;
}

#order-status td p.order-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

#order-status td p.order-desc {
  font-size: 10px;
  color: #c0c0c0;
}

#order-status td.action {
  vertical-align: middle;
  font-size: 13px;
}

/************ ARTICLES ************/
#articles {
  font-size: 14px;
  margin: 0 auto;
}

#articles th {
  font-size: 13px;
  padding: 3px 5px;
}

#articles td {
  vertical-align: bottom;
  padding: 3px 0px;
}

#articles td.group-title {
  padding-bottom: 7px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: blue;
}

#articles td.counter {
  min-width: 25px;
  font-size: 11px;
  color: #c0c0c0;
}

#articles td.name {
  color: #000;
}

#articles td.input input {
  width: 30px;
  margin: 0px 10px;
  text-align: center;
  font-size: 12px;
}

#articles td.desc {
  font-size: 11px;
  color: #000;
}

/************ TICKETS ************/
#make-ticket td {
  padding: 5px;
}

#make-ticket td span {
  margin-bottom: 5px;
  font-weight: bold;
}


#ticket-status {
  width: 90%;
  font-size: 13px;
}

#ticket-status th {
  background-color: #c0c0c0;
  padding: 3px 5px;
  font-size: 14px;
}

#ticket-status td {
  padding: 3px 5px;
  border-bottom: solid 1px #c0c0c0;
}

#ticket-status td.counter {
  font-size: 11px;
  color: #c0c0c0;
}


#damage-make {
  margin-left: 20px;
}


#damage-make td {
  padding: 5px;
}

#damage-make td span {
  font-size: 12px;
  font-weight: bold;
}


#damage-status {
  width: 99%;
}

#damage-status th {
  font-size: 13px;
  background-color: #c0c0c0;
}

#damage-status td {
  font-size: 12px;
  padding: 4px 2px;
  border-bottom: solid 1px #c0c0c0;
}

#damage-status td.count {
  font-size: 11px;
  color: #c0c0c0;
}



/******************************************************/
#orders {
  margin: 10px 0px 0px 10px;
  list-style: none;
}

#orders li.orders-desc {
  font-size: 12px;
  color: #c0c0c0;
  margin-bottom: 7px;
}

#orders li.orders-desc a {
  font-size: 13px;
  font-weight: bold;
  color: #000;

}

.halle-orders {
  padding-left: 15px;
  font-weight: normal !important;
}

.halle-orders p {
  margin: 0;
  padding: 0;
  margin: 5px 0px;
  font-weight: normal !important;
}

.halle-orders p a {
  color: #c0c0c0 !important;
  font-size: 12px;
  font-weight: normal !important;
}


.green {
  color: green !important;
}

.red {
  color: red !important;
}
.blue {
  color: blue !important;
}


#articles tr td {
  padding: 2px 10px;
}

#damage-make {
  width: 500px;
}

#damage-make td {
  padding: 5px;
}

#damage-make td span {
  font-weight: bold;
  color: #c0c0c0;
  font-size: 13px;
}

#damage-make td span.red {
  font-weight: bold;
  color: red;
}

#damage-make td p.desc {
  padding: 5px 0px;
  padding-left: 20px;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  font-size: 12px;
  color: #000000;
}
