* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* noto-color-emoji-regular - emoji */
@font-face {
    font-display: swap;
    font-family: 'Noto Color Emoji';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-color-emoji-v24-emoji-regular.eot');
        /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/noto-color-emoji-v24-emoji-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../fonts/noto-color-emoji-v24-emoji-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
    url('../fonts/noto-color-emoji-v24-emoji-regular.woff') format('woff'),
        /* Modern Browsers */
    url('../fonts/noto-color-emoji-v24-emoji-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
    url('../fonts/noto-color-emoji-v24-emoji-regular.svg#NotoColorEmoji') format('svg');
        /* Legacy iOS */
}


@media (min-width: 400px) and (max-width: 1200px) {
    #header-container > div {
        margin-inline: 15px;
        /*margin-inline: 5px;*/
    }

    .header-container__navbar {
        padding: 12px;
        /*padding: 5px;*/
    }

    .header-container__menu__sub-menu_list {
        width: 30%;
        margin-top: 30px;
    }

    #sub-menu-container {
        margin-left: 0;
    }

    .header-container__menu__sub-menu__access__btn-panic {
        margin-left: 50px;
    }

    .head {
        height: 190px;
    }
}


@media (min-width: 200px) and (max-width: 800px) {

}

@media (min-width: 800px) and (max-width: 1100px) {
    .toback{
        margin-top: 5px;
    }

    #r-admin{
        zoom: 0.7;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    /*background: #2E3837 url(../images/fonmain.jpg) no-repeat top center;*/
    background: #2E3837 no-repeat top center;
	background-size: 100% auto;
    color: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	width: 100%;
	height: 100%;
}

button {
    cursor: pointer;
}

table {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
}
#page {
	background: #e4e4e4;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    margin: 0;
	display: table;
	min-height: 100%;
}


td {
    margin: 0;
    padding: 0; /* cellpadding="0" */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

.top td {
    vertical-align: top;
}
.middle td {
    vertical-align: middle;
}
.tools td {
    padding-right: 7px;
    padding-bottom: 7px;
}
.tools {
    font-size: 12px;
    font-weight: bold;
}

img {
    border: 0px solid #000;
}

.bold {
    font-weight: bold;
}

a {
    color: #0088ff;
}
span.click {
    color: #000;
    cursor: pointer;
}
a.link {
    text-decoration: underline;
    cursor: pointer;
}

a.commented {
    text-decoration:none;
    border-bottom:1px dashed #0088ff;
}

form {
    margin: 0px;
    padding: 0px;
}

h3, h4, h5 {
    padding: 0px;
    margin: 0px;
}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}


ol, ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


div#enter {
    margin: 0 auto;
    padding: 10px;
    width: 400px;
    background: #384241;
    color: #FFFFFF;
}
.loginForm {
    margin: 0 auto;
    padding: 20px;
    width: 380px;
    background: #FFFFFF url(../images/login.png) no-repeat top left;
    border-top: none;
    border-bottom: none;
}
#login div.field div.label {
    margin: 2px 10px 0 0;
    padding: 5px 0 0 5px;
    width: 173px;
    float: left;
    text-align: right;
}
#login  div.field div.input input {
    margin: 0;
    padding: 5px 5px 4px 5px;
    width: 180px;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    color: #000000;
}
#login  div.field div.label label {
    color: #000000;
    font-weight: bold;
}
#login  div.field {
    margin: 0;
    padding: 0 0 10px 0;
    clear: both;
    overflow: hidden;
}
#login  div.buttons {
    margin: 0;
    padding: 10px 0 0 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #DDDDDD;
    text-align: right;
	margin-top: 20px;
}
#login  div.buttons input {
    margin: 0;
    color: #000000;
    font-size: 1.0em;
    font-weight: bold;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.footer {
    clear: both;
    width: 100%;
    /*padding: 10px;*/
    text-align: center;
    float: right;
    font-size: 10px;
    color: #999;
}
.head {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0;
    /*top: 0;*/
    box-shadow: 0 1px 2px #ccc;
    font-size: 12px;
    /*display: flex;*/
    /*justify-content: center;*/
    display: table;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    /*position: fixed;*/
    height: 190px;
    z-index: 100;
}
.navbar{
    overflow: hidden;
}
.header_line {
    background: #e4e4e4;
    display: inline-block;
    height: 10px;
    width: 100%;
    box-shadow: 0 2px 3px #ccc;
}
.logotext {
    font-size: 45px;
    text-shadow: 0px 1px 5px #000;
    color: #202121;
    float: left;
    font-weight: bold;
    padding: 10px;
    margin-top: 53px;
}
.userpanel.info {
    width: 36%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    /*top: 10px;*/
    top: 5px;
    background: #e4e4e4;
    border-radius: 0 0 7px 7px;
    box-shadow: 1px 2px 3px #ccc;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}
.userpanel_link {
    z-index: 999;
    width: auto;
    position: relative;
    text-align: center;
}
.userpanel_link  a{
    margin: 0 5px;
    display: inline-block;
}
.userpanel-left {
    width: 32%;
    display: inline-block;
    position: relative;
}
.userpanel_lng {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
}
.userpanel_lng .flag_img {
    /*height: 34px;*/
    height: 25px;
    border: black solid 1px;
}


.userpanel-right {
    width: 32%;
    display: inline-block;
    position: relative;
    float: right;
}
.head_block_right {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 0 20px;
}
.bonus_head {
    text-align: left;
    padding: 5px 0;
}
.bonuses_panel {
    width: 50%;
    margin: 20px 0 10px 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 3px #ccc;
}
.bonuses_panel .title {
    background: #6d452f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
}
.bonuses_panel .bonuses_list {
    padding: 5px;
    margin: 0 auto;
    display: block;
}
.brown_buttons_panel {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 3px #ccc;
}
.brown_buttons_panel .title {
    background: #6d452f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
}
.brown_buttons_panel .text {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    display: block;
}
#content {
    display: flex;
    overflow: hidden;
    max-width: 1100px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 2px 3px 5px #ccc;
    margin: 20px auto 6rem;
}

#jackpots_list-1{
    padding: 30px 20px 10px 20px;
}
#form-list-jackpots{
    margin-bottom: 2px;
    background: #e4e4e4;
}
#jackpots_list{
    background: aliceblue;
}

.margin-2,.margin-1{
    /*margin: 280px auto 6rem;*/
    /*margin: 200px auto 6rem;*/
    /*margin: 225px auto 6rem;*/
}

@media (min-width: 400px) and (max-width: 1200px) {
    .margin-2,.margin-1{
        /*margin: 280px auto 6rem;*/
        /*margin: 200px auto 6rem;*/
        /*margin: 220px auto 6rem;*/
    }
}




.margin-3{
    /*margin: 200px auto 6rem;*/
    /*margin: 220px auto 6rem;*/
    /*margin: 275px auto 6rem;*/
}

.main-content {
    /*float: left;*/
    width: 98%;
    margin: 1%;
    padding: 5px 10px;
    /*padding: 50px 10px;*/
    box-sizing: border-box;
}

.sidebar_right {
    float: right;
    width: 21%;
    margin: 1% 1% 0 0;
}
.blue_buttons_panel {
    background: #d0dfec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 20px 10px 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.main_menu {
    text-align: center;
    font-size: 22px;
    font-family: Verdana,sans-serif;
    text-transform: lowercase;
    padding-top: 0px;
    overflow: hidden;
    padding: 5px;
	background: transparent;
}
.toback {
    border-bottom: 1px solid;
    flex-flow: column;
    -webkit-flex-flow: column;
}
.toback a {
    text-decoration: none;
    font-weight: 700;
}
.main_menu ul {
    display: inline-block;
    padding: 0;
    margin: 10px;
}
.main_menu li {
    font-weight: normal;
    display: block;
    float: left;
    border: 1px solid #ccc;
    background: #c4d1dc;
    margin: 0 7px;
    box-shadow: 2px 2px 3px #8c8b8b;
    border-radius: 4px;
    padding: 5px;
    color: #000;
}
.main_menu li:first-child {

}
.main_menu li  a{
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
	text-decoration: none;
}

.userpanel.silver {
    width: 70%;
    padding: 15px;
}

.table-users {
    border-collapse: collapse;
}
table.table-users tr:nth-child(2n+2) {
    /*background-color: #EAECEA;*/
}
table.table-users .blue_panel {
    /*background: #d0dfec!important;*/
    background: #d0dfec4a!important;
}
.blue_panel {
    background: #d0dfec4a;
    padding: 20px;
}
table.table-users td{
	padding: 8px 2px;
	/*padding: 8px 5px;*/
	/*padding: 10px 0;*/
    border: 1px solid #ccc;
}
table.table-users .head_t td{
	padding: 10px 0;
}

table.table-users td img {
    border: 0px solid #000;
}

a.ac_img img {
    height: 30px;
    margin: 5px;
    border: 0px solid #000;
}
a.ac_img_min img {
    height: 20px;
    margin: 0 5px;
    border: 0px solid #000;
}

.c-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  flex: 1;
  margin-right: 4px;
  padding: 12px;
  text-align: center;
  transition: color 0.3s;
    color: #666666;
    background: #EAECEA;
    border: 1px solid #fff;
    border-bottom: 0px;
    border-radius: 10px 10px 0 0;
	font-size: 15px;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link.is-active {
  color: #000;
  background: #D3E2F0;
	    text-decoration: none;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}
.c-tab {
    display: none;
	margin-top: 2px;
}
.c-tab.is-active {
    display: block;
}
.red {
	color: red;
}
#tooltip{
	background:#FFFFFF;
	border:1px solid #666666;
	color:#333333;
	font:menu;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden
}

fieldset {
    border: 1px solid #ccc!important;
    padding: 10px;
}
legend {
    color: #6690C9;
    font-size: 18px;
    font-weight: normal;
}
input.inp {
    padding: 5px;
}
.inp {
    font-size: 12px;
    font-family: arial;
    border: 1px solid #D1D1D1;
    background: #fff;
    color: #333;
    padding: 5px;
    display: inline-block;
	margin: 5px 0;
	box-sizing: content-box;
}

#submit {
    width: 110px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #949494;
    float: right;
    padding: 5px 0 8px 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px #52631f;
    background: #a3c33c;
    border: none;
    outline: none;
}
#cancel {
    width: 110px;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 8px 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px #52631f;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #949494;
}
.er {
	background-color: #2fde32;
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    border: 1px solid #30b13e;
    display: block;
    height: 25px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 25px;
    cursor: pointer;
}
.erok {
	background-color: #EFF7E8;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: 1px dashed green;
	display: block;
    height: 25px;
	width: 100%;
	margin-bottom: 10px;
}
div#popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    display: none;
    z-index: 101;
}

div#popoln {
        width: auto;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 auto;
    top: 40%;
    position: relative;
    background: #fff;
    max-width: 350px;
}
div#popoln .status {
    display: none;
    background: rgba(44, 167, 30, 0.5);
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #27a516;
}
div#waiter {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249, 248, 248, 0.51);
}
.loading {
	z-index: 10000;
    background: url(../images/loading.gif) 50% top no-repeat;
    height: 150px;
    width: 400px;
    padding-top: 130px;
    margin-left: -200px;
    position: fixed;
    top: 45%;
    left: 50%;
    color: #333;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

table#edit-club {
    width: 100%;
}
table#edit-club  select.inp{
    display: inline-block;
	min-width: 145px;
}
table#edit-club label{
    font-weight: bold;
	min-width: 90px;
	display: inline-block;
}
input.inp.time{
    width: 30px;
    display: inline-block;
	margin-right: 10px;
}

a.ac_img {
	text-decoration:none;
}

div#new_news {
    width: 100%;
    padding: 10px 50px;
    margin: 0 auto;
    background: #3a6da6;
    min-height: 100%;
    box-sizing: border-box;
    color: #fff;
}
table.table_news {
	margin: 10px 0;
	 width: 100%;
}
.table_news td {
    vertical-align: top;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}
.table_news td.detales {
    border-right: 1px solid #ccc;
	text-align: center;
	width: 110px;
}
.table_news td img{
    width: 20px;
	margin: 5px;
}
.td_note {
	width: 150px;
}

 #msg_status{
    display: none;
    background: rgba(44, 167, 30, 0.5);
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #27a516;
}
.act_btn {
    min-width: 110px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #949494;
    padding: 5px 5px ;
	text-decoration:none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px #52631f;
    background: #a3c33c;
    border: none;
    outline: none;
	display: inline-block;
}
.act_btn.red {
    background: #e05a5a;
}
.act_btn.blue {
    background: #0088ff;
}
.row_green {
    background: #07e005!important;
}
.enterR {
    /*background: #cc66cc;*/
    display: block;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
.uptext {
	text-transform: uppercase;
}

.flag_img {
	height: 15px;
}


.green_bg {
	background: green;
}
.orange_bg {
	background: orange;
}
.gold_bg {
	background: #fdc516;
	color: #000;
}
table.edit-club-dop {
    width: 100%;
}

.sub_menu {
    display: block;
    color: #000;
}
.sub_menu ul{
       display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 10px;
}
.sub_menu ul li{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}
.sub_menu ul li a{
	color: #000;
}
div#popup_sub{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    display: none;
    z-index: 1000000;
}
div#popup_sub .status {
    background: rgba(44, 167, 30);
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #27a516;
    top: 45%;
    position: fixed;
    width: 200px;
    left: 40%;
    opacity: 1;
}


.sub_table  input{
	max-width: 85%;
}
table.sub_table td {
    padding: 8px 5px;
    word-wrap: break-word;
}
.sub-list-page {
    overflow-y: overlay;
}
.popup-game {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background: rgba(140, 139, 139, 0.28);
    z-index: 100;
}
.popup-game-content {
    background: #fff;
    border: 1px solid #868282;
    width: 70%;
    height: 80%;
    position: absolute;
    margin: 0 auto;
    float: none;
    left: 15%;
    top: 10%;
    border-radius: 7px;
    box-shadow: 2px 3px 3px #868282;
    overflow: hidden;
    padding: 5px;

    display: flex;
}

table.table-game-view td {
    padding: 0px;
    border: 0px solid #ccc;
}
.table-scroll {
    overflow-x: scroll;
    max-height: 100%;
    position: relative;
    height: 90%;
    margin: 15px;
    overflow: auto;
}
.header-line {
    background: #e3e8ec;
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
}
.popup-game-content .list {
    width: 100%;
}

.table-game-last thead  th {
    position: sticky;
    top: 0;
    background: #d0dfec;
    padding: 5px;
    font-size: 12px;
    color: #000;
    border: 1px solid #ccc;
}

.money-btn {
    background: #dee6e6;
    border: 1px solid #ccc;
    padding: 5px 20px 5px 40px;
    text-transform: lowercase;
    font-weight: 600;
    border-radius: 5px;
    float: left;
    /*margin: 0 5px;*/
    cursor: pointer;
    position: relative;
    font-size: 15px;
}
input.btn-info {
    background: #dee6e6;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    float: right;
    margin: 0 5px;
    cursor: pointer;
}

.money-btn i.fa {
    float: left;
    position: absolute;
    left: 5px;
    font-size: 18px;
}

.btn-close-smena {
    background: #e4e4e4;
    border: 1px solid #ccc;
    padding: 5px 30px 5px 40px;
    text-transform: lowercase;
    font-weight: 600;
    border-radius: 5px;
    float: right;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #000;
}

.clean {
    clear: both;
    margin: 0 5px;
    display: block;
    padding: 5px;
}

span.btn-panic {
    float: right;
    display: table;
    margin: 30px auto 5px;
    /*margin: 50px auto 5px;*/
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #8c8b8b;
    cursor: pointer;
}
.jackpot-panel {
    display: inline-block;
    bottom: 0;
    position: relative;
    /*margin-top: 30px;*/
    margin-top: 5px;
    /*margin: 0 auto;*/
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
}

.jackpot-panel-left {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 10px;
}

.jackpot-panel span {
    display: inline-flex;
    text-align: center;
    background: #FFEB3B;
    margin: 10px;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.btn-up-card {
    float: left;
    background: #6d452f;
    border: 1px solid #ccc;
    padding: 5px 25px;
    text-transform: lowercase;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.refill-wallet{
    margin-top: -10px;
    /*margin: 15px 15px 0 15px;*/
    position: relative;
    display: block;
    padding: 5px 0 0 0;
    /*float: right;*/
    left: 35%;
    font-weight: bold;
    font-size: 20px;
    color: red;
    text-transform: uppercase;
}

.tabs, .sub-tabs {
    font-size: 0;
    /*max-width: 350px;*/
    margin-left: auto;
    margin-right: auto;
}

.tabs > input[type="radio"], .sub-tabs > input[type="radio"] {
    display: none;
}

.tabs > div, .sub-tabs > div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    font-size: 16px;
}

/* отобразить контент, связанный с выбранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7,
#tab-sub-btn-1:checked~#sub-content-1,
#tab-sub-btn-2:checked~#sub-content-2
{
    display: block;
}

.tabs>label, .sub-tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.tabs>label:not(:first-of-type), .sub-tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>label:hover, .sub-tabs>label:hover {
    background-color: rgba(227, 242, 253, 0.3);
}

.tabs>input[type="radio"]:checked+label, .sub-tabs>input[type="radio"]:checked+label {
    background-color: #c4d1dc;
    color: #000;
    border-bottom: 1px solid #fff;
}

.card_header{
    text-align: center;
}
.card_title{
    margin: 0 auto 10px 0;
}

.card-description{
    text-indent: 50px;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px;
}

.td-sm{
    width: 15%;
}

.invalid{
    text-align: center;
    font-size: 13px;
    color: red;
    font-weight: bolder;
}
.jack_type{
    cursor: default;
    background-color: aliceblue;
}
.readonly{

}
.btn-right{
    float: right;
}
.title-sub-table{
    text-align: center;
    padding-bottom: 10px;
}
.button-default{
    background-color: #0088ff;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-default-green{
    background-color: #a3c33c;
    border: none;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.qr-block{
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 15px;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.4);
}

.qr-title{
    height: 20px;
    margin-top: 10px;
    padding: 2px;
}

button.print-button {
    width: 100px;
    height: 100px;
}
span.print-icon, span.print-icon::before, span.print-icon::after, button.print-button:hover .print-icon::after {
    border: solid 4px #333;
}
span.print-icon::after {
    border-width: 2px;
}

button.print-button {
    position: relative;
    padding: 0;
    border: 0;

    border: none;
    background: transparent;
}

span.print-icon, span.print-icon::before, span.print-icon::after, button.print-button:hover .print-icon::after {
    box-sizing: border-box;
    background-color: #fff;
}

span.print-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 20%;

    width: 60%;
    height: 35%;
    background: #fff;
    border-radius: 20% 20% 0 0;
}

span.print-icon::before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 12%;
    right: 12%;
    height: 110%;

    transition: height .2s .15s;
}

span.print-icon::after {
    content: " ";
    position: absolute;
    top: 55%;
    left: 12%;
    right: 12%;
    height: 0%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 70% 90%;
    background-position: center;
    background-image: linear-gradient(
            to top,
            #fff 0, #fff 14%,
            #333 14%, #333 28%,
            #fff 28%, #fff 42%,
            #333 42%, #333 56%,
            #fff 56%, #fff 70%,
            #333 70%, #333 84%,
            #fff 84%, #fff 100%
    );

    transition: height .2s, border-width 0s .2s, width 0s .2s;
}

button.print-button:hover {
    cursor: pointer;
}

button.print-button:hover .print-icon::before {
    height:0px;
    transition: height .2s;
}
button.print-button:hover .print-icon::after {
    height:120%;
    transition: height .2s .15s, border-width 0s .16s;
}


/* Just to play with animations */
.copiedtext {
    position: absolute;
    left: 0; top: 0; right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-1em);
    color: #000;
    transition: all .500s;
}
.copied .copiedtext {
    opacity: 1;
    transform: translateY(-2em);
}

.input-bold{
    width: 125px;
    font-weight: bold;
    font-size: 13px;
}

input[readonly],
textarea[readonly],
[contenteditable]:read-only {
    cursor: not-allowed;
}
/* Any enabled text input
   or enabled textarea
   or element with the contenteditable attribute */
:read-write {
    background: white;
    cursor: text;
}


/*Modal*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 9999; /* Sit on top */
    /*padding-top: 100px; !* Location of the box *!*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.chart-container {
    position: relative;
    margin: auto;
    /*height: 80vh;*/
    height: 30rem;
    width: 98%;
}

.chart-container2 {
    position: relative;
    margin: auto;
    height: 80vh;
}

.btnr{
    margin: 1px;
    border: none;
    outline: none;
    /*padding: 12px 16px;*/
    padding: 6px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}
.btnr:hover{
    background-color: #ddd;
}

.myBtnContainer{
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    padding-bottom: 2px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    margin: 1px;
    /*padding: 1px;*/
}

.myBtnContainer__root {
    margin: 0;
    padding-bottom: 0;
    padding: 5px;
}

.money-plus:hover{
    background: #539e4f;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    /*padding: 3px;*/
    margin: 0 5px 0 0;
}
.money-minus:hover{
    background: #F32929;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    /*padding: 3px;*/
    margin: 0 5px 0 0;
}

#money{
    font-weight: bold;
}

.add-money:hover{
    background: #539e4f;
    cursor: pointer;
}


.btn-group button {
    background-color: #dee6e6; /* Green background */
    border: 1px solid #ccc; /* Green border */
    color: #000; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    width: 50%; /* Set a width if needed */
    display: block; /* Make the buttons appear below each other */
}

.btn-group button:not(:last-child) {
    border-bottom: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3e8e41;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.inp-fixed{
    width: 100px;
}


.login-form{
    margin: auto;
    height: 100%;
}

#jack-config{
    margin: 0 auto;
    border: 0;
}
#jack-config td, th {
    /*width: 10rem;*/
    padding: 5px;
    width: 4rem;
    height: 2rem;
    border: 1px solid #ccc;
    text-align: center;
}
.th-config {
    background: #c4d1dc;
    border-color: white;
}
.group{
    margin: 1px;
    text-align: -moz-center;
    text-align: center;
    text-align: -webkit-center;
}

.copyright{
    text-align: -moz-center;
    text-align: center;
    text-align: -webkit-center;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}


.dataTables_length{
    margin-top: -25px;
}

.dataTables_filter{
    margin-top: -30px;
    padding: 5px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url("../css/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
    background-image: url("../css/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
    background-image: url("../css/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("../css/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("../css/images/sort_desc_disabled.png");
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb;
}


.btn-classic {
    display:inline-block;
    color:#000000;
    border:1px solid #000000;
    background:#efefef;
    cursor:pointer;
    /*vertical-align:middle;*/
    max-width: 100px;
    /*padding: 5px;*/
    text-align: center;
    box-sizing: border-box;
    padding: 3px 5px;
}
.btn-classic:hover {
    background:#F32929;
}
.aboutus{
    width: 100%;
}
.tripinfo{
    width: 20%;
}

#container{
    display: flex;
}

.align-center{
    text-align: center;
}

.td-button{
    margin-right: 5px;
}
.td-button-flex{
    /*display: flex;*/
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    border-inline: inherit;
}

.content-center {
    justify-content: center;
}

.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bold{
    font-weight: bold;
}

.td-no-wrap{
    white-space: nowrap;
}

.dataTables_wrapper{
    background: rgba(249, 248, 248, 0.51);
}

.dataTables_wrapper .dataTables_processing{
    z-index: 10000;
    background: rgba(249, 248, 248, 0.51) url(../images/loading.gif) no-repeat 50% top;
    height: 50px;
    width: 100%;
    padding-top: 130px;
    margin-top: 0;
    position: fixed;
    top: 40%;
    left: 50%;
    color: #333;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

.background_red{
    background-color: #F32929;
}
.background_danger {
    background-color: #d94b4b;
}
.background_yellow{
    background-color: #f3a229;
}
.background_green{
    background-color: #539e4f;
}

.description_btn:hover{
    cursor: pointer;
    background: rgba(162, 160, 160, 0.51);
}

#close_s{
    float: right;
}
#close_s:hover{
    background: rgba(162, 160, 160, 0.51);
}

.form-select{
    /*display: block;*/
    /*width: 100%;*/
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.row {
    display: flex;
    margin-left:-5px;
    margin-right:-5px;
}

.column {
    flex: 50%;
    padding: 5px;
}

table.side-by-side {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #fff;
}

table.side-by-side td {
    text-align: center;
    border: 1px solid gray;
    padding: 16px;
}

table.side-by-side tr:nth-child(even) {
    background-color: #f2f2f2;
}


.list-group{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-top: 2px;
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    border: 1px solid rgba(0,0,0,.125);
}

.owner_link_view{
    display: none;
}

.owner-timer-block {
    /*background: #436b3e;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    width: 80%;
    margin-top: 20px;
}

.thead_title{
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.dropdown__option {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 2px 2px 3px #8c8b8b;
    padding: 12px 16px;
    z-index: 1;
}

.dropdown__option:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #000000;
}

.dropdown-content a:hover {
    color: #635c5c;
}
