@charset "utf-8";
/*
    #Все авторские права принадлежат сайту bk2.ru , дальнейшее
    #использование любого кода или части кода запрещено (без согласия автора).
    #
    #По всем вопросам можете обращаться на электронную почту: ditsfree@gmail.com,
    #в теме письма укажите что вопрос касается скрипта bk2.ru
    #
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*/

html , body {
    /*font-family: Roboto;*/
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    line-height: normal;
    font-size: 10pt;
    color:#111;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.btnimg {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

:root {
  --loading-grey: #ededed;
}

.loading {
  background-color: var(--loading-grey);
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.loading {
  animation-delay: .05s;
}

.slowUpload {
	/*background-color: rgba(255,0,0,0.11);*/
}

.eff-mnb {
    width: 40px;
    height: 25px;
    display: inline-block;
}

.eff-block {
    width: 40px;
    height: 25px;
    display: inline-block;
	position: relative;
}

.eff-size0 {
    /*width: 40px;
    height: 25px;*/
    width: 38px;
    height: 23px;
    margin: 1px;
}

.eff-size1 {
    /*width: 30px;
    height: 19px;*/
    width: 28px;
    height: 17px;
    margin: 1px;
}

.eff-x {
    font-size: 10px;
    right: 1px;
    bottom: 1px;
    color: #fefefe;
    cursor: default;
	position: absolute;
    text-shadow: #000 1px 0,#000 1px 1px,#000 0 1px,#000 -1px 1px,#000 -1px 0,#000 -1px -1px,#000 0 -1px,#000 1px -1px,#000 0 0 3px,#000 0 0 3px,#000 0 0 3px,#000 0 0 3px,#000 0 0 3px;
}

.prm-zd {
    font-size: 9px;
    left: 2px;
    bottom: 2px;
    color: #fefefe;
    cursor: default;
	position: absolute;
	display: inline-block;
	width: 40px;
	text-align: center;
	z-index: 1;
    text-shadow: #57524F 1px 0,#57524F 1px 1px,#57524F 0 1px,#57524F -1px 1px,#57524F -1px 0,#57524F -1px -1px,#57524F 0 -1px,#57524F 1px -1px,#57524F 0 0 3px,#57524F 0 0 3px,#57524F 0 0 3px,#57524F 0 0 3px,#57524F 0 0 3px;
}

.ui-widget.ui-widget-content {
    border:1px solid #222;
    border-top-color:#777;
    border-left-color:#777;
    cursor: default;
}

.ui-tooltip {
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    line-height: normal;
    font-size: 8.5pt;
    color:#444;    
    border-radius: 0px;
    text-transform: none;
    box-shadow: none;
    padding: 4px;
    margin: none;
    background-color: #fff;
    max-width: 500px;
    color:#333;
    cursor: default;
}

.ui-tooltip-yellow {
    background-color: rgb(255, 255, 204);
    border-color: rgb(102, 102, 102);
    padding: 2px;
    max-width: 300px;
}

small {
    font-size: smaller;
}

.small_b {
    line-height: 9.8pt;
    display: inline-block;
}

a, abcd:visited { text-decoration: none; FONT-WEIGHT: bold; color: #003388; }
a:active	{ color: #6F0000}
a:hover		{ color: #0066FF; text-decoration: none; }

.date1		{ font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000}
.date2		{ font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000; background-color: #00FFAA}
.date3	    { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #B00000}

.imgv {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
}

.dimg {
    max-width: none;
}

.itm-sm-txt1 { color: #A52A2A; }

/* Inv & items */
.ioe:nth-child(even) {
    background-color: #d5d5d5;
}

.box_inv {
    border-bottom: 1px solid #a5a5a5;
}

.box_inv_l {
    text-align: center;
    width: 160px;
    padding: 2px;
    display:flex;
    align-items:center;
}

.box_inv_l div {
    width: 100%;
}

.box_inv_r {
    border-left: 1px solid #a5a5a5;
    padding: 2px;
}

/* Pers Info */
.pi_block {
    width: 240px;
    min-height: 280px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #FFFFFF;
    padding: 2px;
}
.pi_login {
    display: inline-block;
    width: 240px;
    text-align: center;
    margin-bottom: 2px;
    height: 20px;
}
.pi_hr {
    border-bottom:1px solid #9a9a9a;
    margin-top: 6px;
    margin-bottom: 6px;
}
.pi_hr_m2 {
    width: calc(100% - 8px);
}

.itm-a {
    display: inline-block;
    position: relative;
}

.itm_loader_in {
    position: absolute;
    width:15px;
    height:15px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    color:#000;
}

/* LOCATIONS */
.iloc_sel1 {
    background-color: rgba(0,41,200,0.39);
}
.locsnow {
	position: absolute;
	z-index: 3000;
}
.eloc_bg {
    display:inline-block;
    background-size:cover;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.eloc_obj {
    display:inline-block;
    background-size:cover;
    cursor: pointer;
    position: absolute;
    border:2px solid rgba(255,255,255,0.00);
}


/* scroll */

.scrollbar , .scrollbar-2 , .scrollbar-3 , .scrollbar-4 , .scrollbar-5 , .scrollbar-6 {
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
    background-color:#f2f0f0;
    width:16px;
}
.scrollbar::-webkit-scrollbar-track {
    background-color:#f2f0f0;
}
.scrollbar::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #f2f0f0;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f2f0f0
}
.scrollbar::-webkit-scrollbar-button {
    display:none;
}
/* scroll-2 */
.scrollbar-2::-webkit-scrollbar {
    background-color:#faf2f2;
    width:16px;
}
.scrollbar-2::-webkit-scrollbar-track {
    background-color:#faf2f2;
}
.scrollbar-2::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar-2::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #faf2f2;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar-2::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #faf2f2
}
.scrollbar-2::-webkit-scrollbar-button {
    display:none;
}
/* scroll-3 */
.scrollbar-3::-webkit-scrollbar {
    background-color:#dedede;
    width:16px;
}
.scrollbar-3::-webkit-scrollbar-track {
    background-color:#dedede;
}
.scrollbar-3::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar-3::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #dedede;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar-3::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #dedede
}
.scrollbar-3::-webkit-scrollbar-button {
    display:none;
}
/* scroll-4 */
.scrollbar-4::-webkit-scrollbar {
    background-color:#faf2f2;
    width:16px;
}
.scrollbar-4::-webkit-scrollbar-track {
    background-color:#EBE8E8;
}
.scrollbar-4::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar-4::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #EBE8E8;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar-4::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #EBE8E8
}
.scrollbar-4::-webkit-scrollbar-button {
    display:none;
}
/* scroll-5 */
.scrollbar-5::-webkit-scrollbar {
    background-color:#f5f5f5;
    width:16px;
}
.scrollbar-5::-webkit-scrollbar-track {
    background-color:#f5f5f5;
}
.scrollbar-5::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar-5::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #f5f5f5;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar-5::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f5f5f5;
    cursor: default;
}
.scrollbar-5::-webkit-scrollbar-button {
    display:none;
}
/* scroll-6 */
.scrollbar-6::-webkit-scrollbar {
    background-color:#fff6dd;
    width:16px;
}
.scrollbar-6::-webkit-scrollbar-track {
    background-color:#fff6dd;
}
.scrollbar-6::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar-6::-webkit-scrollbar-thumb {
    background-color:#CCC3AA;
    border-radius:16px;
    border:5px solid #fff6dd;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar-6::-webkit-scrollbar-thumb:hover {
    background-color:#BAAE8D;
    border:4px solid #fff6dd;
    cursor: default;
}
.scrollbar-6::-webkit-scrollbar-button {
    display:none;
}

/* scroll-7 */
.scrollbar-7::-webkit-scrollbar {
    background-color:#fff6dd;
    width:16px;
}
.scrollbar-7::-webkit-scrollbar-track {
    background-color:#f4f0e4;
}
.scrollbar-7::-webkit-scrollbar-track:hover {
    /*background-color:#f4f4f4;*/
}
.scrollbar-7::-webkit-scrollbar-thumb {
    background-color:#d8cda9;
    border-radius:16px;
    border:5px solid #f4f0e4;
    /* min-height: 7%; */
min-height: 30px;
}
.scrollbar-7::-webkit-scrollbar-thumb:hover {
    background-color:#d8cda9;
    border:4px solid #f4f0e4;
    cursor: default;
}
.scrollbar-7::-webkit-scrollbar-button {
    display:none;
}

input::placeholder {
  color: rgba(22,22,22,0.4);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.pos-rel {
    position: relative;
}

.gm-img {
    display:inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.fl { float: left; }
.fr { float: right; }

.gm-anm-05 {
    transition: all 0.5s;
}

.cp { cursor: pointer; }

.hop50 { }
.hop50:hover { opacity: 0.5; }

/* #################################
INPUT , BUTTON , AREA , FROM */

.btn-a {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 9pt;
    background-color: rgba(239, 239, 239, 1);
    color:rgba(25, 25, 112, 1);
    padding: 2px 10px;
    border: 1px solid rgba(176, 176, 176, 1);
    cursor: pointer;
}

.btn-a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-a:hover {
    background-color: rgba(244,244,244,1.00);
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #92663c;
}
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #92663c;
  border-color: transparent;
}
.uk-checkbox , .uk-radio {
  border: 1px solid #92663c;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #92663c;
}

.gm-input {
    color:#DFDDD3;
    background-color:#151616;
    border:1px double #92663c;
    padding: 3px;
    margin: 2px;
    font-size: 11pt;
}

.a-btn {
    padding:0;
    margin: 0;
    text-decoration: none;
}
.a-btn:hover {
    text-decoration: none;
    font-size: 11pt;
}

.gm-btn-default {
    color: #f6ffe4;
    border: 1px double #A1A443;
    background: rgba(166,205,108,1.00);
    background: linear-gradient(180deg, rgb(177,191,94) 0%, rgb(116,143,57) 100%);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    -moz-box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    border-radius: 3px;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11pt;
}
.gm-btn-default:hover {
	color: #FFF;
	border: 1px double #ADB12D;
	background: rgba(183,219,129,1.00);
	background: linear-gradient(180deg, rgba(191,203,124,1.00) 0%, rgba(141,173,69,1.00) 100%);
}
.gm-btn-default:active {
    transform: scale(0.5);
	background-color: red;
}




.gm-btn-winter {
    color: #e0f9fc;
    border: 1px double #4fa0e7;
    background: rgb(43, 66, 222);
    background: linear-gradient(180deg, rgb(26,19,218) 0%, rgb(102,222,237) 100%);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    -moz-box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    border-radius: 3px;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11pt;
}
.gm-btn-winter:hover {
	color:#C7F4F9;
	border: 1px double #4fa0e7;	
	background: rgb(43,66,222);
	background: linear-gradient(180deg, rgba(8,0,255,0.90) 0%, rgba(99,196,208,0.90) 100%);
}
.gm-btn-winter:active {
    transform: scale(0.5);
	background-color: red;
}


.gm-btn-spring {
	filter: hue-rotate(-5deg);
    color: #f6ffe4;
    border: 1px double #A1A443;
    background: rgba(166,205,108,1.00);
    background: linear-gradient(180deg, rgb(177,191,94) 0%, rgb(116,143,57) 100%);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    -moz-box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    box-shadow: 0px 0px 3px 3px rgba(117, 138, 143, 0.4);
    border-radius: 3px;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11pt;
}
.gm-btn-spring:hover {
	color: #FFF;
	border: 1px double #ADB12D;
	background: rgba(183,219,129,1.00);
	background: linear-gradient(180deg, rgba(191,203,124,1.00) 0%, rgba(141,173,69,1.00) 100%);
}
.gm-btn-spring:active {
    transform: scale(0.5);
	background-color: red;
}





/* ################################# */