/* Custom CSS code */

.form-check-input
{
  border: var(--border-width) solid #6c757d;
}

.form-control
{
  border: var(--border-width) solid #6c757d;
}

.com-dpcalendar-list .dp-event__image
{
  float: right;
  /*border: 2px solid black;*/
  padding: 0px;
}

.com-dpcalendar-list .dp-figure
{
  width: 125px;
  height: 125px;
}

.com-dpcalendar-list .dp-event__image .dp-image {
  object-fit: cover;
  width: 125px !important;
  height: 125px !important;
}

/*.olist li
{
  border: 2px solid red;
  width: 50%;
}*/

.badge-size
{
  height: 50px;
  width: 50px;
}

#tt_image
{
  opacity: 0;
  /*display: none;*/
}

#tt_image.in
{
  opacity: 1;
  /*display: block;*/
}

.scroll-table
{
  overflow: auto;
}

.item-no, .img-btn-lbl, .img-btn
{
  cursor: pointer;
}

.measures
{
  border: none;
  background-color: beige;
}

.ba-info-class
{
  color: red;
  border: 1px solid red;
  border-radius: 50%;
  padding: 2px 6px;
  cursor: help;
}

#rstbox_2
{
  border-radius: 15px;
}

#scroll_area
{
  display: flex;
  flex-flow: row nowrap;
}

#form-labels
{
  max-width: 195px;
}

/* Start - Contact Form CSS */

.contact-header
{
  color: #000099;
}

/* End - Contact Form CSS */

.form-horizontal .control-label
{
  padding-top: 0;
}

#bottom2 .module ul.menu > li
{
  line-height: 0;
}

.mceBranding
{
  display: none !important;
}

#menu .container
{
  height: 45px;
}

#menu a
{
  padding: 6px 10px;
}

.tw-no-padding
{
  padding: none;
}

.tw-text-right
{
  text-align: right !important;
}

.tw-text-left
{
  text-align: left !important;
}

#menu .deeper
{
  padding-top: 1px;
}

.search-query
{
  line-height: 28px;
  border-radius: 12px;
}

/* Input sizes to match the old Bootstrap 2 definitions */

.input-mini
{
  width: 60px;
  padding-left: 5px;
}

.small-input
{
  width: 90px;
  padding-left: 5px;
}

.input-medium
{
  width: 150px;
  padding-left: 5px;
}

.large-input
{
  width: 210px;
  padding-left: 5px;
}

.input-xlarge
{
  width: 270px;
  padding-left: 5px;
}

.input-xxlarge
{
  width: 320px;
  padding-left: 5px;
}

h4
{
  text-transform: capitalize;
}

.menu_owner a
{
  line-height: 20px;
  padding: 0 10px !important;
}

.tab-size
{
  min-height: 250px;
  border-bottom: 1px solid lightgray;
}

#page_h1
{
  margin-top: 0;
}

.label-right
{
  text-align: right !important;
  padding-right: 10px;
}

#tab_area .form-group
{
  margin-bottom: 5px;
}

header
{
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 5000;
}

.no-pad-top
{
  padding-top: 0 !important;
}

.no-pad-bot
{
  padding-bottom: 0 !important;
}

.measures
{
  max-width: 90px;
  text-align: center;
}

::placeholder
{
  color: #a9a9a9;
  opacity: 1;
}

.modal-dialog
{
  width: 602px;
}

body
{
  color: #000099;
}

.label-style
{
  font-weight: normal;
}

.red
{
	color: red;
}

.container
{
  width: 1200px;
}

#tab_area, #form_area
{
  padding: 0 0 20px 0;
}

.mini-input
{
  max-width: 75px;
  padding: 0 5px;
}

.no-gutter /* > [class*='col-'] */
{
    padding-right:0;
    padding-left:0;
}

.bg-color
{
  background-color: #fafafa;
}

.flex-display
{
  display: flex;
  flex-flow: row nowrap;
}

.simple-border
{
  border: solid 1px gray;
  margin: 10px;
  padding: 5px;
  border-radius: 10px;
}

.lightgray-border
{
  border: solid 1px lightgray;
}

.no-border
{
  border: none;
}

.label-style
{
  height: 26px;
  padding-right: 5px;
}

.cell
{
  width: 100px;
  height: 26px;
  border: solid 1px lightgray;
  text-align: center;
}

#cell_box select
{
  border: none;
}

#cell_box input
{
  border: none;
  text-align: center;
}

.cell-input
{
  width: 84px;
  height: 24px;
  text-align: center !important;
  border: none;
}

.img-btn
{
  height: 100px;
  width: 100px;
}

.eli-img-btn
{
  height: 160px;
  width: 100px;
}

.img-btn-div
{
  padding: 0 5px;
  display: flex;
  flex-flow: row wrap;
  max-width: 340px;
}

.img-btn-lbl
{
  width: 110px;
  height: 130px;
  text-align: center;
  border: solid 1px lightgray;
}

.eli-img-btn-lbl
{
  width: 110px;
  height: 190px;
  text-align: center;
  border: solid 1px lightgray;
}

.img-btn-lbl span
{
  font-weight: 900;
  color: black;
}

.ba-mc-input
{
  max-width: 75px;
  text-align: center;
}

.center-div
{
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 400px;
     height: 500px;
     border-radius: 10px;
	 z-index: 100;
}

#content-area
{
  position: relative;
}

  /* Miscellaneous CSS code */

.border-class
{
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 5px;
  background-color: #e6e6e6;
}

.horizontal .slick_login_vm .login .username input, 
.horizontal .slick_login_vm .login .password input
{
  color: #000 !important;
}

.pt_input {
  margin-top: 4px !important;
  margin-bottom: 5px !important;
}
.ba_tooltips
{
  /*border: 1px solid #008000;
  background-color: #fdfdfd;*/
}
    
    /* start back to top */
a.go-top {
  color: #FFF;
}
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
  z-index: 9999;
}
/* end back to top */
#toTop {
  width:100px;
  z-index: 10;
  border: 1px solid #333;
  background:#121212;
  text-align:center;
  padding:5px;
  position:fixed;
  bottom:0px;
  right:0px;
  cursor:pointer;
  display:none;
  color:#fff;
  text-transform: lowercase;
  font-size: 0.9em;
}
.spec_input
{
  margin-bottom: 0 !important;
  padding: 1px !important;
  font-size: 12px !important;
  text-align: center !important;
}

.select_box
{
    width: 50px;
    padding: 5px;
    border: 1px solid #000;
    float: left;
    height: 20px;
}

.select_div
{
	position: relative;
    height: 50px;
    overflow: auto;
    border: 1px solid #000;
}

.select_box ul
{
    position: absolute;
	top: 27px;
    left: 0;
    list-style: none;
    margin: 0;
    display: none;
    padding: 0;
}

.select_box ul
{
    padding:5px;
}
  
.ba_ul_box
{
    overflow: auto; 
    border: 1px solid #000; 
    padding-left: 5px; 
    cursor: pointer;
    list-style-type: none;
}

.no-close .ui-dialog-titlebar-close
{
  display: none
}

ul.staff {
    list-style: none;
    margin: 0!important;
    padding: 0;
}
ul.staff li {
    border-bottom: 1px dotted #e0e0e0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
ul.staff li img {
    border: 1px solid #e0e0e0;
	width: 50px;
	height: 50px;
    float: left;
    padding: 3px;
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.staff li h5 {
    margin: 0;
	font-weight: 700px;
}

