/*

Tooplate 2083 Steak House

https://www.tooplate.com/view/2083-steak-house

*/

@font-face {
font-family:'Unicode';
src: url('/webfonts/mon3.woff') format('woff'), url('/webfonts/mon3.ttf') format('ttf');
}

html *
{    
    font-family: Unicode !important;
}

.container18  {
  max-width: 1780px !important;
  width: 1780px;
}

.container18 .row {
  padding: 8px 0;
}


body {
  background: #E6E6E6 !important;
  font-weight: 500;
  transform: scale(1);
  transform-origin: top center; 
}

html,body {
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
}

html {
  font-size: 100%;
}

.header {
  text-align: center;
  background-color: #333399; /* Facebook blue */
  color: white;
  padding: 10px;
}

.btn-xlg {
  padding: 20px 40px;
  font-size: 24px !important;
}

input,select,option {
  height: 40px !important;
  box-shadow: 0px 1px 2px 1px #DDDDDD inset;
  border-color: #999999 !important;
  font-size: 18px !important;
}

.textbox_style {
  height: 36px !important;
  box-shadow: 0px 1px 2px 1px #AAA inset;
  font-size: 16px !important;
  background-color: #fff;
  margin: 6px;
}

select.form-control {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow in Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Arrow icon */
  background-repeat: no-repeat;
  background-position: right 10px center; /* Position the arrow */
  background-size: 24px 24px; /* Size of the arrow */
  padding-right: 30px; /* Space for the arrow */
}

textarea {
  height: 80px !important;
  box-shadow: 0px 1px 2px 1px #DDDDDD inset;
  border-color: #999999 !important;
}

/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 30px;
}

h2 {
  color: #333;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px !important;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.header3 {
  color: #222;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 22px;
  letter-spacing: 1px;
}

.header3 a {
  text-decoration: none !important;
  color: #666 !important;
}

.header4 {
  color: #222;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 22px;
}

#menu h3 {
   color: #555;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  font-weight: 400;
  padding: 0;
  margin: 10px;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.dev-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 196, 0, 0.5) ; /* Set your desired background color */
  padding: 2px; /* Adjust the padding as needed */
  z-index: 1000; /* Adjust the z-index to ensure it appears above other elements */
  text-align: center;
}


#main_menu {
  margin-bottom: 20px;
}

.navbar-nav {
  font-size: 16px;
}

input.radio {
  width: 32px;
}
.custom-radio div {
  margin-top: -30px;
  margin-left: 6px;
  float: left;
}

.card-body {
  background-color: #F5F5F5;
}


.form-boundary {
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 3px;
  border:solid 1px #bbb;
  margin: 20px 0; 
}

/* ALERT BOX START //////////////////////////////////// */
body, html {
  height: 100%;
}
#overlay{
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-box {
  position: fixed;
  width: 1200px;
  height: auto;
  background-color: #fff;
  z-index: 1001;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #666666;
}

.width1800 {
  width: 1800px !important;
}

.alert-box h2 {
  margin: 0;
  text-align: center;
}
.alert-box table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.alert-box th{
  padding: 8px;
  text-align: center;
}
.alert-box td{
  padding: 10px !important;
  text-align: left;
  margin:6px;
  border: solid 10px #EEEEEE;
}
.alert-box .button-group {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.alert-box button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.alert-box .primary-btn {
  background-color: #007bff;
  color: white;
}
.alert-box .secondary-btn {
  background-color: #6c757d;
  color: white;
}


.stopped_bar {
  width: 405px;
  height: 12px;
  background-image: url( /image/stopped-bg.png ) ;
  background-repeat: repeat;
  background-position-y: center;
}

.animated_bar {
  width: 405px;
  height: 12px;
  background-image: url( /image/moving-bg-yellow.gif ) ;
  background-repeat: repeat;
  background-position-y: center;
}

.empty_bar {
  width: 405px;
  height: 12px;
  background-color: #6c757d;
}

.start_point {
  width: 50px;
  height: 50px;
  background-color: brown;
  border-radius: 25px;

}

#pagination li {
  cursor: pointer;
}


/* ALERT BOX END //////////////////////////////////// */
.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}


.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w1280 {
  width: 1280px;
}

.align_l{
  justify-content: left;
  align-items: left;
  text-align: left;
}

.align_r{
  justify-content: right;
  align-items: right;
  text-align: right;
}

.align_c{
  justify-content: center;
  align-items: center;
  text-align: center;
}

.border_all {
  border: solid 1px #AAAAAA;
}

.border_b {
  border-bottom: solid 1px #AAAAAA;
}

.border_r {
  border-right: solid 1px #AAAAAA;
}

.border_l {
  border-left: solid 1px #AAAAAA;
}

.border_t {
  border-top: solid 1px #AAAAAA;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.table_class {
  border: solid 2px #999;
}

.table_class td {
  width: 133px;
}

.bgf6f6f6{
  background-color: #F6F6F6;
}
.bgeeeeee{
  background-color: #eeeeee;
}

.result_row {
  background-color: #F6F6F6F6;
  cursor: pointer;
}

.result_row:hover {
  background-color: #FFFFFF;
}

input[type="text"].search {
  padding-right: 40px; /* Adjust padding to accommodate the icon */
  background: rgba(255, 255, 255, 1) url('/image/search.png') no-repeat right center;
  background-size: 48px 24px; /* Adjust size of the icon */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
}

input[type="text"].date {
  padding-right: 40px; /* Adjust padding to accommodate the icon */
  background: rgba(255, 255, 255, 1) url('/image/calendar.png') no-repeat right center;
  background-size: 48px 24px; /* Adjust size of the icon */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
}

.highlight {
  background-color: #77DDFF;
  font-weight: 400;
}

#pagination .page-link {
  font-size: 14px !important;
  padding: 10px 15px;
  margin: 0 1px;
  min-width: 60px;
  border-bottom: solid 1px #999;

}

.action_btn {
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 6px;
  float: right;
  margin:0 2px;
  border: solid 1px #AAA;
  border-radius: 4px;

}


#data_rows {
  max-height: 500px;
  border-bottom: solid 1px #000;
}

.action_btn i {
  color: #229;
}

.action_btn:hover {
  background-color: #229 !important;
}

.action_btn:hover i {
  color: #FFF;
}


.page_space {
  float: left;
  padding: 5px;

}


.make_normal{
  background-color: #E6E6E6;
  border: none;
  color:#000;
  font-size: 18px;
  box-shadow: none;
  border-bottom: solid 1px #666;
}

.pad0 {
  padding: 0px !important;
}
.pad5 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}

.pad20 {
  padding: 20px !important;
}

.pad_h5 {
  padding: 0px 5px !important;
}

.pad_h10 {
  padding: 0px 10px !important;
}

.pad_h20 {
  padding: 0px 20px !important;
}
.pad_v5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pad_v10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pad_v20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}


/* Lightened but more saturated colors */

.blue {
  background-color: #7ec8e3; /* Lighter Blue with more saturation */
}

.skyblue {
  background-color: #76c7f3; /* Lighter Sky Blue with more saturation */
}

.orange {
  background-color: #ffb347; /* Lighter Orange with more saturation */
}

.red {
  background-color: #ff6f6f; /* Lighter Red with more saturation */
}

.gray {
  background-color: #bfbfbf; /* Lighter Gray with more saturation */
}

.lightgray {
  background-color: #dddddd; /* Lighter Gray with more saturation */
}

.darkgray {
  background-color: #666666; /* Lighter Gray with more saturation */
  color: #DDDDDD;
}

.yellow {
  background-color: #fffa66; /* Lighter Yellow with more saturation */
}

.green {
  background-color: #00ff00; /* Lighter Yellow with more saturation */
}

.hide {
  display: none;
}
