h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
td, tr, th {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

a {
    color: #000000;
}

.login_wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    height: 100vh;
    margin-top: 0 !important;
    max-width: 100%;
}

.left_side_login {
    width: 70%;
    background: #bbd2c8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.registration_form,
.login_form {
    position: relative;
background:#fcedda;
}

.login_content {
    width: 35%;
    top: 25%;
}

.left_side_login_icon {
    height: 100vh;
	text-align:center;
}

.left_side_login_icon img {
    margin-top: 25%;
    margin-left: 5%;
}

.btn-info {
background-color: #ee4e34;
border: 1px solid #ee4e34;
border-radius: 100px;
height: 50px;
width: 100%;
color: white;
display: flex;
justify-content: center;
align-items: center;
}

.btn-info:hover {
    background-color: #bbd2c8 !important;
border: 1px solid #bbd2c8;
}

.form-control {
    background-color: #f1f1f1;
    box-shadow: none !important;
    color: #252525 !important;
	border-radius:5px;
	height: calc(2em + .75rem + 2px);
}

.form-control:focus {
    border-color: #9AB9AD !important;
}

.nav.side-menu>li.active>a {
    background: #ee4e34 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
color:#fcedda;
}

.fa-angle-down {
    float: right;
}

a.fa-user {
    margin-right: 5px;
}

.fa-sign-out {
    margin-right: 5px;
}

.nav-md ul.nav.child_menu li:before {
    content: none;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #8a8a8a !important;
}

nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: none !important;
}

.nav li.current-page {
    background: none !important;
}

.nav li li li.current-page {
    background: none
}

.nav li li.current-page a {
    color: #fff;
    font-weight: 700 !important;
}

.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: #f3f3f3;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.top_nav{
    background-color: white !important;
}


.nav.side-menu>li.current-page, .nav.side-menu>li.active{
    border: none !important;
}

.nav.side-menu>li>a, .nav.child_menu>li>a {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #fff !important;
    text-decoration: underline;
}

.nav.child_menu li:hover, .nav.child_menu li.active {
    background-color: transparent !important;
}

.costum_search label{
    width: 100% !important;
}

.costum_search input{
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: 1px solid #E8E8E8 !important;
    border-radius: 0 !important;
    background-color: white;
    opacity: 1 !important;
}

.sorting:after {
    content: none !important;

}

.sorting_asc:after {
    content: none !important;

}

.sorting_desc:after {
    content: none !important;
}

.table-bordered {
    border: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white ;
}

.table-bordered td{
    border: none !important;
}

.table td{
    border: none !important;
}
.table th {
    border-top: none !important;
    border-left: none !important;
}

.table-bordered th {
    border: 0px !important;
    border-bottom: 1px solid #E8E8E8 !important;
}

.table tbody tr:hover{
    background-color: #bbd2c8 !important;
    color: black !important;
}

tbody tr td a {
    color: black !important;
}

.tr_disabled {
    pointer-events: none;
    background-color: #d3d3d3 !important;
    opacity: 0.6;
    position: relative;
}

.tr_disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.costum_x_panel {
    background: none;
    border: none;
    box-shadow: none;
}

.custom_paging {
    margin-top: 2%;
}

.custom_paging a{
    background-color: white !important;
    color: #9AB9AD ;
}

.custom_paging a:hover{
    color: #819d92;
}

button:focus {
    outline: none;
}
button:focus-visible {
    outline: none;

}

.x_title h2{
    font-weight: 700;
}

/* The container */
.container_mix {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

    /* Hide the browser's default checkbox */
    .container_mix input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    }

    /* Create a custom checkbox */
    .checkmark_mix {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius:5px;
    border:1px solid #aaaaaa;
    }

    /* On mouse-over, add a grey background color */
    .container_mix:hover input ~ .checkmark_mix {
    background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container_mix input:checked ~ .checkmark_mix {
    background-color: #002D59;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark_mix:after {
    content: "";
    position: absolute;
    display: none;
    }

    /* Show the checkmark when checked */
    .container_mix input:checked ~ .checkmark_mix:after {
    display: block;
    }

    /* Style the checkmark/indicator */
    .container_mix .checkmark_mix:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
body .container.body .right_col {
	background:url('images/grass.png');background-size:cover;;background-color: rgba(239, 239, 239, 0.9);background-blend-mode: overlay;
}
.btn-primary {
background-color: #333;
border: 1px solid #333;
border-radius: 100px;
height: 50px;
width: 100%;
color: white;
}
.btn-primary:hover {
background-color: #ee4e34;
border: 1px solid #ee4e34;
}

.nav.side-menu>li>a {
    color:#fff;
    font-weight: 300;
}
.nav.side-menu>li.active>a {
    text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
    background: #3e3e3e;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
    box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
}
.nav.child_menu>li>a {
    color: #fff;
    font-size: 12px;
    padding: 9px;
}
.nav.side-menu>li.current-page, .nav.side-menu>li.active {
    border-right: 5px solid #d19e0e;
}
.nav-md ul.nav.child_menu li:before {
    background: #d19e0e;
}

/* Vyer, /views */

/* etailer_edit.php
.radio-inline {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* campaign.php */
.campaign-tag {
    background: #ffffff;
    color: #000000;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #5f5f5f;
    display: inline-block;
}
.campaign-tags {
	padding: 10px 0px;
}

/* clubs_user_new.php */
.btn-primary.disabled, .btn-primary:disabled {
    color:#000;
    background-color:#f1f1f1;
    border-color:#f1f1f1;
}

/* Root */

/* app_start.php */
.dot {
    height:12px;
    width:12px;
    border-radius:50%;
    display:inline-block;
}
.speech-bubble {
    position: relative;
    background: #d78b85;
    border-radius: .4em;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(102,102,102,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(102,102,102,1);
    box-shadow: 0px 1px 2px 0px rgba(102,102,102,1);
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 0.906em solid transparent;
    border-top-color: #d78b85;
    border-bottom: 0;
    border-left: 0;
    margin-left: -0.453em;
    margin-bottom: -0.906em;
}
.ingredients {
    display:none;
}
.fulltext {
    display:none;
}
.toggle_on {
    background:#fff;
    color:#9AB9AD;
    padding:15px;
    border-radius:30px;
    font-weight:600;
}
.toggle_off {
    color:#BDBDDB;
    padding:15px;
    border-radius:30px;
}

/* login.php */

@media (min-width: 801px) {
	.loginPanel {
		display:none;
	}
}

/* loginform.php */
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 100;
}
#loading-text {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 100;
  font-weight:700;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* res_new.php */
.lightbox {
    display:none;
}
.jqplot-point-label {white-space: nowrap;}

div.jqplot-target {
    height: 400px;
    width: 750px;
    margin: 70px;
}

.gaugeDials {
    font-size: 200%;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    font-family: Arial, serif;
}
.gaugeDialsLabel {
    font-size: 180%;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 170px;
    width: 100%;
    font-family: Arial, serif;
}

/* sch_news_old.php */
/* label {
	width:100% !important;
} */
.dp-main {
    width: -webkit-calc(100% - 403px);
    width:    -moz-calc(100% - 403px);
    width:         calc(100% - 403px);
}

@media screen and (max-width: 767px) {
  .dp-main {
    width: 100%;
	padding: 0px 20px;
  }
}
input[type=search]{
	border:1px solid #000 !important;
}
.sorting_1:hover{
	background-color:#cccccc !important;
}
tr:hover{
	background-color:#cccccc !important;
}
.odd:hover{
	background-color:#cccccc !important;
}

/* sch_newsshow_old.php */
/* label {
	width:100% !important;
} */
.dp-main {
    width: -webkit-calc(100% - 403px);
    width:    -moz-calc(100% - 403px);
    width:         calc(100% - 403px);
}

@media screen and (max-width: 767px) {
  .dp-main {
    width: 100%;
	padding: 0px 20px;
  }
}

/* startselect.php */
/* label {
    display: inline-block; width: 5em;
} */
fieldset div {
    margin-bottom: 2em;
}
fieldset .help {
    display: inline-block;
}
.ui-tooltip {
    width: 210px;
    font-size:14px;
}

/* user_menu.php */
.nav.side-menu>li>a {
    color:#000;
    font-weight: 300;
}
.nav.side-menu>li.active>a {
    text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
    background: #fcedda;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
    box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
}
.nav.child_menu>li>a {
    color: #fff;
    font-size: 12px;
    padding: 9px;
}
.nav.side-menu>li.current-page, .nav.side-menu>li.active {
    border-right: 5px solid #d19e0e;
}
.nav-md ul.nav.child_menu li:before {
    background: #d19e0e;
}
.nav.side-menu>li>a:hover, .nav>li>a:focus {
    color:#fcedda !important;
}
.nav.side-menu>li>a {
    margin-bottom:0;
}
.nav.child_menu {
    background:transparent;
}
.dashboard {
    color: #fff !important;
    font-size: 12px;
    padding: 9px;
}
