/* 
    Created on : Apr 3, 2017, 10:28:24 PM
    Updated on : Jul 23,2018
    Author     : itaynoy
*/
/*@highlight:#ffc107;*/
.login,
body {
  background-color: #2e3560;
  color: #333;
}
.login {
  color: #f9f9f9;
}
.login .login_content {
  text-shadow: 0 0 #000;
  letter-spacing: 0!important;
}
.left_col {
  background: #2e3560;
  background: linear-gradient(180deg, #2e3560 63%, #14c8e9 137%);
}
a {
  color: #3e4781;
}
a:hover {
  color: #2e3560;
}
footer {
  display: none;
}
.right_col {
  padding: 0!important;
}
.nav_title {
  background: rgba(255, 255, 255, 0.05);
  height: 59px;
}
.sidebar-footer {
  background: #2e3560;
  padding: 0;
}
.sidebar-footer a {
  color: #f9f9f9;
  background: transparent;
}
.sidebar-footer a:hover {
  background: transparent;
  color: #14c8e9;
}
.menu_section > ul {
  margin-top: 0px;
}
.nav.child_menu li {
  background: rgba(255, 255, 255, 0.05);
}
.nav.side-menu > li.active > a {
  background: #3e4781;
}
.nav.side-menu > li > a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
.nav-md ul.nav.child_menu li:before {
  background: #2e3560;
  margin-top: 12px;
}
.nav-md ul.nav.child_menu li.current-page:before,
.nav-md ul.nav.child_menu li:hover:before {
  background: #14c8e9;
}
.nav-md ul.nav.child_menu li:after {
  border-left: 0px solid #14c8e9;
}
.nav.side-menu > li.active,
.nav.side-menu > li.current-page {
  border-right: 0px solid #14c8e9;
}
.nav li li.current-page a,
.nav.child_menu li li a.active,
.nav.child_menu li li a:hover {
  color: #14c8e9;
}
.top_nav li a i {
  font-size: 34px;
  vertical-align: middle;
}
#orderTable {
  /* ORDERS */
}
#orderTable .btn-black {
  color: #FFF;
  background-color: #444;
}
#orderTable .btn-black:hover {
  color: #CCC;
  background-color: #000;
}
#orderTable .btn-purple {
  color: #FFF;
  background-color: purple;
}
#orderTable .btn-yellow {
  color: #000;
  background-color: yellow;
}
#orderTable tr.selected td {
  background-color: black !important;
  color: white !important;
}
#orderTable .orderColor0 td {
  background-color: #DDFFDD;
}
.demo-placeholder {
  height: 400px;
}
.editable-select {
  min-width: 200px;
}
.editable-select .option {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*table{
  .status0{    background:red;  }
  .status1{    background:blue;  }
  .status2{    background:green;  }

}*/
/*# sourceMappingURL=theme.css.map */