#example input, #example select {

  font-size:14px;

  padding:5px 5 5px 5px;

  width:100%;

  border:none;

  background: transparent;

  

}
span.tb_index.foc_index {
    border: 1px solid;
    padding: 8px;
}
.radio_flex {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.radio_flex input {
    margin-right: 5px;
}
input.visibility_class {
    visibility: hidden;
}

.add_calender_class{
    display: flex;
    align-items: center;
}

form#search_form_id {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-left: 17px;
}

span.add_new_guest a{
    color: #c36;
    text-decoration: none;
}
span.add_new_guest {
    float: right;
    margin-right: 0.167em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    font-size: .88em;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.darkHeader{
    position: unset !important;
}
form#gform_1 input#gform_submit_button_1 {
    position: fixed;
    bottom: 0;
    right: 70px;
}
form#gform_1 {
    position: relative;
}
.stecky_cls {
    position: sticky !important;
  left: 0;
  background-color: #f2f2f2 !important;
  z-index: 1;
}
.stecky_cls:nth-child(2) {
  left: 107px;
}
.csv_scroll {
    display: flex;
    align-items: center;
}
.sidebar span{
	display: flex;
	margin-left: 20px;
	cursor: pointer;
    align-items: center;
}
.sidebar .hide_sub_items{display: none;}
.sidebar p{
	display: flex;
	cursor: pointer;
	
}

.sidebar {
    width: 25%;
    max-height: 500px;
    overflow-y: scroll;
    margin: 0 19px;
}
.table-wrap {
    width: 69%;
}
.table_report {
    display: flex;
}


.wpforms-view-field-cont.field-search:has(.recent_changes ) {
    border: 1px solid #000;
    max-width: 365px;
    margin-left: auto;
    font-size: 12px;
    padding: 10px;
    height: 123px;
    overflow-y: scroll;
	margin-bottom: 12px;
}
.hide_utype{display: none;}
.login_users_count{float: right;}
.select_div {
    display: inline-block;
    margin: auto;
    padding: 0 10px;
    float: right;
}
a#ep_csv {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 1.167em;
    margin-right: 0.167em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}


#example input:focus,#example select:focus  { outline:none; border-bottom:1px solid #757575;}



#example_wrapper .col-sm-12{overflow-x: scroll; padding-left: 0;}

body{overflow-x: hidden;}

#example th {

    white-space: nowrap;

}



#example td input{
    width: fit-content;
}

#example td span {
    white-space: nowrap;
}

.disable_inline, .hide_fields{display: none;}

.disable_inline, .enable_inline{
    cursor: pointer;
    text-align: right;
    padding: 10px 20px;
    color: #c36;
    float: right;
}

.view-clr-btn-css {
    color: black !important;
    background-color: var(--e-global-color-a983356);
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    /* color: #c36; */
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    margin-left: 10px;
    text-decoration: none !important;
}

.disable_inline:active, .enable_inline:hover, .enable_inline:active, .disable_inline:hover{color: #336;}






#overlay{   
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}