@charset "utf-8";



/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;

}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
	
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  width:auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}











/* general layout styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead,table,tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sup{
    vertical-align: super;
    font-size: smaller;
}
img{
	max-width:100%;
}
@font-face {
    font-family: "futura";

    src: url('/fonts/FuturaLight/ftr35c-webfont.eot');
    src: url('/fonts/FuturaLight/ftr35c-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/FuturaLight/ftr35c-webfont.woff2') format('woff2'),
         url('/fonts/FuturaLight/ftr35c-webfont.woff') format('woff'),
         url('/fonts/FuturaLight/ftr35c-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* font-family: "FuturaBold"; */
@font-face {
    font-family: "futurabold";
    src: url("/fonts/FuturaBold/FuturaBold.eot");
    src: url("/fonts/FuturaBold/FuturaBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/FuturaBold/FuturaBold.woff") format("woff"),
    url("/fonts/FuturaBold/FuturaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "EBGaramondRegular"; */
@font-face {
    font-family: "garamond";
    font-family: 'garamondbookcbookc';
    src: url('/fonts/gbook/grd65c-webfont.eot');
    src: url('/fonts/gbook/grd65c-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gbook/grd65c-webfont.woff2') format('woff2'),
         url('/fonts/gbook/grd65c-webfont.woff') format('woff'),
         url('/fonts/gbook/grd65c-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato";

    src: url('/fonts/ubuntul/ubuntu-l-webfont.eot');
    src: url('/fonts/ubuntul/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ubuntul/ubuntu-l-webfont.woff2') format('woff2'),
         url('/fonts/ubuntul/ubuntu-l-webfont.woff') format('woff'),
         url('/fonts/ubuntul/ubuntu-l-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "SF Digital Readout Heavy";

    src: url('/fonts/7fonts.ru_SFDigitalReadoutHeavyOblique.ttf');
    

}
@font-face {

    font-family: 'Lato1';

    src: url('/fonts/FuturaLight/ftr35c-webfont.eot');
    src: url('/fonts/FuturaLight/ftr35c-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/FuturaLight/ftr35c-webfont.woff2') format('woff2'),
         url('/fonts/FuturaLight/ftr35c-webfont.woff') format('woff'),
         url('/fonts/FuturaLight/ftr35c-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;


	

}

p{
	text-align:justify;
	text-indent:20px;
		line-height:1.4em;
}

.warnmark{
	color:#FFF;
	background:#CF6C15;
	border-radius:7px;
	transition:all 0.7s ease-in-out;
}
.okmark{
	color:#000;
	background:none;
	transition:all 0.7s ease-in-out;
}
.badmark{
	color:#FFF;
	background:#F55;
	border-radius:7px;
	transition:all 0.7s ease-in-out;
}
.prepdiv a:hover{text-decoration:underline;}
a{
	color:#555;
	text-decoration:underline;
}
h1{
	font-size:28px;
	letter-spacing:1px;
	margin-top:10px;
	text-align:left;
	font-weight:normal;
}
h2{
	font-size:26px;
	margin-bottom:10px;
	margin-top:15px;
	font-weight:normal;
}
h3,h4,h5,h6{
	font-size:18px;

	color:#555;
	margin-bottom:8px;
	margin-top:10px;
	font-weight:bold;
	clear:right;
}
h1,h2,h3,h4{
	margin-bottom:6px;

}
h1{
	margin-bottom:35px;
	margin-top:10px;
}
h3,h4{
margin-top:20px;
	margin-bottom:3px;
}
a{
	cursor:pointer;
}
.a{
	cursor:pointer;
}
h3 a:hover{
	text-decoration:underline;
}
ol, ul {
	list-style:disc;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	padding:2px;
}
html {
	height: 100%;
}

body {
    font-family: Ubuntu,Sans,Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height: 100%;
	color:#222;

	background:#fafafa;
	background-size:cover; 
	background-attachment: fixed;
}
/* general layout styles */



#center{

	box-sizing:border-box;
	padding:10px;
	transition: all 0.3s ease-in-out;
	background: rgba(250,250,250,0.6);
	background:#FFF;
	background-image:linear-gradient(180deg, #eee 0%, #eee 80px, #FFF 80px);
	background:transparent;
	min-height:800px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	margin-right:20px;
	position:relative;
	margin-right:50px;
	padding-left:70px;
	z-index:2;
	
}
@media (max-width:420px){
    #center {
        padding-left: 3px;
        margin-right: 0;
        padding-right: 2px;
        margin-left: 0;
    }

	h1{
		padding-left:0px;
		
		letter-spacing:inherit;
	}
}
#mainmenu{
	z-index:99;
	transition:all 0.3s ease-in-out;
	position:fixed;
	width:250px;
	height:100%;
	transform:translateX(-250px);
	overflow-y:auto;
}
#mainmenu::-webkit-scrollbar-track {
	border: 1px solid #000;
	padding: 2px 0;
	background-color: #404040;
  }
  
  #mainmenu::-webkit-scrollbar {
	width: 10px;
  }
  
  #mainmenu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #737272;
	border: 1px solid #000;
  }
#centercontent{
	width:100%;
	height:100%;
	transition:transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	z-index:9998;
	position:relative;
}
#centercover{
	width:100%;
	height:100%;
	left:0px;
	top:0;
	opacity:0;
	transition:all 0.3s ease-in-out;
	z-index:98;
	display:none;
	background:rgba(0,0,0,0.4);
	position:fixed;
}
.menuline{
	padding-top:25px;
	overflow: hidden;
	position:fixed;
	width:0px;
	height:100%;
	background:#eee;
}

.sideMenu{
	padding:15px;
	width:300px;
	line-height:35px;
	color:#777;
	font-weight: bold;
    font-size: 13px;
}
.sideMenu a{
	margin-right:15px;
	font-size:14px;
}
.sideMenu i{
	font-size:16px;
}

#chatSlider{
	z-index:101;
	position:fixed;
	width:400px;
	height:100%;
	margin-left:-400px;
	top:0;
	left:0;
	background:#333;
	text-align:center;
	transition:all 0.3s ease-in-out;
}
#chatslider video{
	margin:10px;
	border:1px solid #ccc;
	border-radius:10px;
}
.chaticon{
	font-size:36px;
	color: #43A70C;
	margin:20px;
}

@media all and (max-width:767px){
    .sideMenu {
        width: 250px;
        line-height: 30px;
    }
	#chatSlider{
		width:100%;
		margin-left:-100%;
		height:100%;
	}
}

.actionContainer{
	width:100%;
	height:auto;
	text-align: center;
}
.clickspan{
	cursor:pointer;
}
.bigb{
	background:rgb(11, 146, 11); 
	color:#FFF;
	filter:drop-shadow(2px 2px 8px rgba(0,0,0,0.3));
	padding:10px;
	margin:15px;
	border-radius:5px;
	width:300px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.actionBox{
	margin: 1em;
    padding: 1em;
    font-size: 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
	display: inline-block;
}
	

.actionBox:hover{
  filter: drop-shadow(0px 0px 10px #999);


}

.actionbox span{
	font-size:24px;
}

.actionBox input{
	width:auto;
}

.actionBox h3{
	font-size:20px;
}

.disabledClass{
	display:none;
}
.expcClass{

	background:#FFF;
	
}
.softwarning{
	margin-top:20px;
	background:url(/images/warnim3.png);
	background-position:left center;
	background-size:40px;
	height:50px;
	font-size:18px;
	padding-left:55px;
	padding-top:10px;
	width:100%;
	background-repeat:no-repeat;
}
.hardwarning{
	background:url(/images/warnim4.png);
	background-position:left center;
	background-size:40px;
	height:50px;
	padding-top:10px;
	font-size:18px;
	padding-left:55px;
	background-repeat:no-repeat;
	width:100%;
	margin-top:20px;
}

.pointerClass{
	cursor:pointer;
}
#msetupcontainer a{
	border:none;
	font-size:24px;
}




















/* MEDIA QUERY --> MEDIUM DEVICES */
@media(min-width:992px) and (max-width:1199px){

}

/* MEDIA QUERY --> LARGE DEVICES */
@media(min-width:1200px){

}

#topbar{
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #EEE, #DDD);
    top: 85px;
    position: absolute;
    z-index: 0;
    filter: drop-shadow(#ccc 0px 5px 3px);
}
.biglinks ul a{
	font-size:18px;
	line-height:26px;

}

.whitelinks ul a{
	color:beige;
}

#globus_row{
	/*background: url(/images2/globus.jpg) left center no-repeat; */
	background-size: contain; 
	height:100%;
}

#and_row{
	/*background: url(/images2/globus.jpg) left center no-repeat; */
	background-size: contain; 
	height:100%;
}

.mtable{
	font-size:11px;
	width:100%;
}
.altback{
	background:#eeeeee;
}
.protocolIcon{
	font-size:26px;
	margin:10px;
	cursor:pointer;
}
.mtable tr:hover{
	background:#ecb;
}
.mtable .mselected{
	background:#98D038;
}
.mtable .mselected:hover{
	background:#74E446;
}

.mtable th{
	background:#eee;
}
.mtable td{
	text-align:center;
}


@media(max-width:991px){
	#globus_row,#and_row{
		background: none; 
		height:auto;
	}
	#mpic1, #mpic2{
		display:none;
	}
	.biglinks{
		font-size:inherit;
		line-height:inherit;
	}
	.whitelinks ul a{
		color:#555;
	}
	#topbar{
		display:none;
	}
}



h3{
	font-size:22px;
}
#logdiv{
	position:fixed;
	left:0;
	top:0;
	z-index:9998;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	backdrop-filter: grayscale(1) contrast(3) blur(8px); 
	display:none;
	filter:drop-shadow(3px 3px 15px #000);
}
#logdivcenter{
	z-index:9999;
	position:relative;
	width:600px;
	height:400px;
	border:2px solid #ccc;
	border-radius:15px;
	background:#ccc;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left:-300px;
	text-align: center;
	vertical-align: center;
}
#errspan{
	color:#F00;
	font-size:28px;
}
input,select,textarea{
	border-radius: 3px;
    padding: 3px;

	border:1px solid rgba(0,0,0,0);
	border-bottom:1px solid #ccc;
    max-width:99%;
    color: #000;
    font-size: 20px;

}
input:focus{
	outline:none;
}

input[type="button"]{
	background:#eee;
	width:auto;
	padding:5px;
	border:1px solid #eee;
}

.smallinputs input,select,textarea{
	
	width:fit-content;

}

#msetupcontainer input,select{
	width:auto;
	font-size:16px;
	padding:3px;
	border:1px solid #ccc;
}
#msetupcontainer{
	margin-bottom:15px;
}

#errdiv{
	position:fixed;
	left:0;
	top:0;
	z-index:9998;
	width:100%;
	
	backdrop-filter: grayscale(1) contrast(3) blur(8px); 
	display:none;
	filter:drop-shadow(3px 3px 15px #000);padding:30px;
}
.succc{
	background:rgba(0,30,0,0.9);	
}
.errrc{
	background:rgba(30,0,0,0.9);	
}
#errmess{
	color:#F00;
	font-size:28px;
}
#errdivcenter{
	z-index:4;
	position:relative;
	width:100%;
	text-align: center;
}
.succc2{
	color:#D8F8D1;
}
.errrc2{
	color:#EFB0B1;
}

.bottommargined{
	margin-bottom:50px;
}
.padded{
	padding:20px;
	padding-bottom:0;
 	vertical-align: top;
	position:relative;
	overflow: hidden;
}
.w50{
	width:49%;
	box-sizing: border-box;
	display:inline-block;
}


.ftable{
	width:100%;
	box-sizing: border-box;
}
.enb.enb{
	
	
}
.dsb.dsb {
	color:#ccc;
}
.illch.illch{
	width:40%;
	float:left;
	display:inline-block;
	margin-right:7%;
	padding-bottom:3px;
}

.tabhead{
	padding:20px;
	font-size:20px;
	padding-left:0;
}
.fvn{
	display:block;
	font-size:12px;
	width:100%;
	clear:both;
	float:none;
	color:#777;
}
.fvv{
	padding-top:10px;
	padding-bottom:10px;
	font-size:20px;
	padding-right:10px;
	/*font-family:'Arial';*/

}
.fvv[type=checkbox]{
	width:auto;	
}
td.fvv label{
	font-weight: normal;
    font-size: 0.6em;
    line-height: 0.8em;
    color: #777;
}
@media print {
    .pagebreak { page-break-before: always; } 
}
.uipad{
	background:#FFF;
	margin:1em;
	padding:1em;
	float:left;
	width:calc(100% - 2em);
	filter:drop-shadow(3px 3px 10px #eaeaea);
	margin-bottom:2em;
	border-radius:0.3em;

	line-height:1.5em;
}
.ia{
	cursor:pointer;
}
.bigtb{
	width:100%;
}
.greenpad{
	background: #5b7e5e;
}
.nolm{
	margin-left:0;
}
.sf{
	font-size:smaller;
	opacity:0.7;
}
.buttonpad{
	background: #5b7e5e;
	color:#FFF;
	font-size:1em;
	padding:0.5em;
	line-height:1.1em;
	cursor:pointer;
	width:fit-content;
	margin-bottom:1em;
}

@media(max-width:767px){

	.padded{
		padding:3px;
	}

}

@media all and (max-width:850px){
	.w50{
		width:99%;
		
		}
	.ftable td{
		display:block;
	}
	.fvv[type=checkbox]{

	}
}



.stordiv svg{
	width:100%;
}	
.stordiv{
	width:200px;
}
.bignum{
	font-size:36px;
}
.storinfo {
	width:100%;
	display:inline-block;
}
.infotable{
	width:100%;
	background:#fff;
	border-radius:3px;
}
.infotable tr{
	border-bottom:3px solid #ccc; 
}
.infotable td{
	padding:5px;
	vertical-align:middle;
}
.infotable img{
	width:100px;
}
.infotable th{
	text-align:left;
	font-weight:bold;
	background:#ccc;
}

.wbg{
	/*background:#FFF;*/
}
.buttonlist a{
	display:inline-block;
	border-radius:4px;
	color:#333;
	padding:4px;
	margin:4px;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #ccc;
}
.subbuttonlist a{
	display:inline-block;
	border-radius:4px;
	cursor:pointer;
	color:#333;
	border:1px solid #777;
	padding:4px;
	margin:4px;
	border:1px solid #ccc;
}
.subbuttonlist{
	padding-left:20px;
	background:#fdfdfd;
}

.messClass{
	border-radius:5px;
	clear:both;
	margin:5px;
	padding:7px;
	background:rgba(100,100,100,0.3);
	width:80%;
	margin-left:auto;
	text-align:right;
}
.messClass > span{
	visibility: hidden;
	display:inline-block;
	margin-top:4px;
	font-size:10px;
}
.messClass:hover > span{
	visibility: visible;
}
.ownClass{
	background:rgba(100,100,150,0.3);
	margin-left:inherit;
	text-align:left;
}

#chatbigcontainer > input,button{
	display:inline-block;
	
	padding:5px;
	border:1px solid #555;
}

#chatbigcontainer > input[type="text"]{
	width:70%;
}

#chatbigcontainer > input[type="button"]{
	width:25%;
}
.bigheader{
	font-size:50px;
	line-height:80px;
	padding:40px;
	text-align: center;
	width:100%;
}

.bigmeascontainer{
	padding:10px;
}

#expertform label{
	font-size:14px;
	line-height:20px;
}

#expertcontainer{
	transition:all 0.3s ease-in-out;
}

.printbackground{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	overflow: scroll;
	left:0;
	top:0;
	opacity:0;

	z-index:4;
}
.xprinted{
	width:21cm;
	min-height:29.7cm;
	margin:50px auto 150px;
	border-radius:10px;
	background:#fff;
	border:1px solid #ccc;

	padding:30px;

	position:relative;
}
.xtranslated{
	padding-left:400px;
}
.album{
	width:29.7cm;
	height:21cm;
}
.xprinted .noprint{
	display:none;
}
.xprinted .padded{
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	margin-top:-60px;
}
.xprinted table{
	
}
.xprinted td{
	padding:2px;
	/*text-align:left;*/
}
.hov:hover{
	background:#eee;
}
.hovn{
	font-size:14px;
}
.hovc{
	text-align:center;
}
.hovtd td:hover::after,
.hovtd th:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: 10;
}

.centerALign{
	text-align:center;
}
.normBlock{
	width:100px;
	height:10px;
	padding:0;
	margin:0;
	position:relative;
	border:1px solid #ccc;
	
}
.normPad{
	
	left:50%;
	margin-left:-4px;
	height:8px;
	width:8px;
	background:#000;
	color:#000;
	border-radius:2px;
	position:absolute;
	border:4px solid #000;
	transition: all 0.3s ease-in-out;
}
.animatedBP{
}

.stasis{
	display:block;
	position:absolute;
}

.prhead{
	font-size:20px;
	width:80%;
	font-family:Arial;
}

.namehead{
	font-size:36px;
}

.midhead{
	font-size:20px;
}

.smallhead{
	font-size:14px;
}

.smallheadw{
	font-size:16px;
	font-weight: bold;
}

@media print{
	.xprinted{
		margin:0;
	}
}
.printbuttons{
	position:fixed;
	right:0px;
	height:100%;
	top:0;
	width:140px;
	
	vertical-align:middle;
}
.printButton{
	top:50%;
	margin-top:-50px;
	position:relative;
	height:50px;
	width:140px;
	font-size:14px;
	padding-left:60px;
	background:#eee url(/images/print-64.png) 10px center no-repeat;
	background-size:40px;
	border-radius: 5px 0 0 5px;
	line-height:50px;
	cursor:pointer;
}
.closeButton{
	top:50%;
	margin-top:50px;
	line-height:50px;
	border-radius: 5px 0 0 5px;
	position:relative;
	height:50px;
	width:140px;
	font-size:14px;
	padding-left:60px;
	background:#eee url(/images/close-64.png) 10px center no-repeat;
	background-size:40px;
	cursor:pointer;
}
.newsbubble{
	position:fixed;
	top:50%;
	left:100%;
	border-radius:5px 0 0 5px;
	background:rgba(0,0,0,0.7);
	padding:20px;
	width:250px;
	height:180px;
	color:lime;
	transition: all 0.3s ease-in-out;
}
.newsbubble a{
	color:orange;
	text-decoration:none;
}
.scribble{
	color:#F76D1C;
	color:#491E01;
	font-size:21px;

	position:absolute;
	display:block;

	float:none;
	transition:all 0.7s ease-in-out;
	opacity:0;
	transform:translateX(-10px);
	color:#777;
	border-radius:5px;
	padding:5px;
}
.scrwarn{
	background-color:#FB8637;
	color:#000;
}
.bigscribble{
	font-size:30px;
	color:#000;
	
}
.errscribble{
	color:#F55;
	color:#fff;
	background-color:#C92F32;
	border-radius:5px;
	padding:5px;
	font-size:24px;
	
	position:absolute;
	display:block;

	float:none;
	transition:all 0.7s ease-in-out;
	opacity:0;
	transform:translateX(-10px);	
	top:14%;

}
	
.remscribble{
	color:#760101;
	font-size:22px;

	position:absolute;
	display:block;

	float:none;
	transition:all 0.9s ease-in-out;
	opacity:0;
	transform:translateX(-10px);	
	top:35%;
	color:#fff;
	background-color:#4C9E34;
	border-radius:5px;
	padding:5px;

}
.remscribble a {
	background:#fff;
}
.iun{

}	

.noiun{

}

.warnim{
	opacity:0;
	transition:all 0.4s ease-in-out;
	cursor:pointer;
}
.scr0{
	top:9%;
}
.scr1{
	top:24%;
}
.scr2{
	top:36%;
}
.scr3{
	top:48%;
}
.scr4{
	top:60%;
}
.scr5{
	top:72%;
}
.gcl{
	transition:all 0.7s ease-in-out;
	opacity:0;
}
	.controlDiv{
		float:left;
		height:80px;
		margin-right:40px;
	}

	.pressscribble{
		font-size: 36px;
		position: absolute;
		top: 40px;
		left: 50px;	}
	.timescribble{
		font-size: 16px;
		position: absolute;
		top: 140px;
		left: 50px;	}


@media(max-width:767px){

	.scribble{
		font-size:16px;
	}
	.bigscribble{
		font-size:28px;
	}

	
	.xprinted{
		transform:scale(0.5) translateX(-30%) translateY(-50%);
	}
	h1{
		font-size:28px;
	}
	#setupcontainer{
		text-align:center;
	}
	.controlDiv{
		display:inline-block;
		text-align: center;
		width:100%;
		height:100px;
	}
	#measgraphcontainer{
		position:relative;
		overflow:hidden;
	}
}

.notransform{
	transform:none;
}
#meascontainer{
	will-change: transform;
}
.bigmeascontainer{
	position:relative;
	overflow:hidden;
}
.buttonlist{
	position:relative;
}
#mark{
	position:absolute;
	right:20px;
	top:40px;
	text-align:right;
	line-height:30px;
	
	font-size:24px;

	transform:scale(2) translate(-30px,-10px);
	opacity:0;
	padding:10px;
	
	border-radius:7px;
	transition:all 0.4s ease-in-out;
}

.personalInfo h4{
	color:#eee;
}
@page { size: auto;  margin: 0mm; }

.druglink.druglink{
	border:none;
}

.listphoto{

	width:50px;
	height:50px;
	display: inline-block;
	vertical-align:middle;
	transition:all 0.3s ease-in-out;
}
.listphoto:hover{
	transform:scale(4) translateY(-15px);
	filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
}
.clientbox{
	display: flex;
    
}
.crow{
	height:40px;
}
.one{
	width:20px;

}
.two{
	width:50%;


}
.three{
	width:15%;
	
}
.four{
	width:15%;
	
}
.five{
	width:15%;

}


.clientlist{

	width:100%;
	display: flex;
    flex-direction: column;

}
@media all and (max-width:420px){
	.four{
		width:50%;
	}
	.five{
		width:20%;
	}
	.crow{
		height:65px;
	}
}

.clientlist td{
	vertical-align:middle;
	padding:7px;

}
.clientlist tr:hover{
	background:#eee;
}
.clientconshead{
	background:#fcfcfc;
	color:#999;	
	border-left:none;
	border-right:none;
}
.clientconshead td{
}
.svg-inline--fa{
	cursor:pointer;
}
.iconspan{
	cursor:pointer;
	margin-right:20px;
}

	.inputreset input{
		left:inherit;
		position:inherit;
		font-size: 16px;
    	padding: 3px;
    	border: 1px solid #ccc;	
		width:auto;
	}
	
	.inputreset input[type=button]{
		left:inherit;
		position:inherit;
		width:auto;
		text-align:center;
	}
	
	.inputreset input[type=date]{
		position: inherit;
		left: inherit;
	}
.inputreset label{
	font-size:13px;
	font-weight:normal;
}

	#progress{
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background: #00000044;

  		display: flex;
		display:none;
		z-index:1002;
		opacity:0;
		overflow-y: auto;
		transition:all 0.3s ease-in-out;
  		align-items: center;
  		justify-content: center;
	}

	#progressor{
		padding:30px;
		border-radius: 6px;
		background:#FFF;
		overflow-y: auto;

	}

	#overlay{
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:rgba(0,0,0,0.85);
		display: flex;
  		align-items: center;
  		justify-content: center;
		display:none;
		z-index:1001;
		overflow-y: auto;
		
	}
	#editbox{
		padding:30px;
		border-radius: 6px;
		margin-top:20px;
		background:#FFF;
		overflow-y: auto;
		align-self: flex-start;
		max-width:90%;
		min-width:50%;
	}
	#closer{
		align-self: flex-start;
		background: none;
		color:#F00;
		font-weight:bold;
		border-radius:6px;
		padding:10px;
		cursor:pointer;
		margin-top:20px;
		font-size:30px;
		width:50px;
		margin-left:-50px;
	}
	.lilgray{
		background:#eee;
	}
	#trendc{
		width:100%;
		height:auto;
	}
	.trendc{
		width:100%;
		margin-bottom:30px;
	}
	.hcontainer{
		width:100%;
		height:170px;
		vertical-align: center;
	}
	.htextcont{
		line-height:40px;
		color:#777;
		font-size:14px;
		display:inline-block;
		float:left;
		width:50%;
	}
	


h4{
	margin-top:5px;
}
.minifont{
	font-size:13px;
}
.minifont select{
	font-size:13px;
	min-width:70px;
}
.grayback{
	background:#f7f7f7;
	border-radius:10px;
	padding-top:5px;
}
.grayback h3{
	margin-top:3px;
}
.mtop{
	margin-top:20px;
}
.mbot{
	margin-bottom:20px;
}
.bigBlock{
	width:100%;
	clear:both;
}

.parameterBlock{
	width:100%;
	border-bottom:1px dashed #ccc;
	height:30px;
	
	
}

.groupBlock{
	width:33%;
	float:left;
	padding-right:40px;
	box-sizing: border-box;
}

.parameterName{	
	width:80%;
	left:0;
	top:0;
	font-size:12px;
	float:left;
	vertical-align: bottom;

}
.parameterGroup{
	margin-top:15px;
}
.parameterValue{
	
	width:20%;
	right:0;
	top:0;
	font-size:20px;
	text-align:right;
	float:left;
}
	

.footer{
	position: fixed;
    left: calc(50% - 110px);
    height: 40px;
    width: 220px;
    z-index: 9998;
    top: calc(100% - 40px);
    background: url(/images/foot.png) center bottom no-repeat;
    background-size: 100%;
    padding-top: 15px;
    padding-left: 41px;
	display:none;
	color:#eee;
	padding-right:44px;
	justify-content: space-around;
}
.footer i{
	display: block;
	
}

.bigmeascontainer{
	clear:both;
}
.rangeclass{
	font-size:14px;
	
}

.rangeclass input{
	width:100px;
	border:1px solid #ccc;
	
}
.rangeclass td{
	font-size:18px;
}
.rangeclass .fvv td {
	font-size:14px;
}
.graphsvg{
	max-width:100%;
}

@media all and (max-width:700px){
	.groupBlock{
		width:100%;
	}
	h1{
		padding-left:50px;
	}
}
.crc{
	display:inline-block;
	margin:1px;
	width:14px;
	height:14px;
	
	font-size:12px;
}
.grayedinfo{
	color:#999;
}
.mbiginfo{
	display:inline-block;
	font-weight: 700;
}
.msmallinfo{
	font-size:0.8em;
	color:#999;
}
#mgroup{
	opacity:0;
	transition:all 0.2s ease-in-out;
}

#conditionscontainer{
	height:45px;
	width:100%;
}
/*graph styling*/

/* Style the lines by removing the fill and applying a stroke */



.greenline{
	stroke-width:1.1;
	stroke:"green";
	fill:"transparent";
}

.thickline{
	stroke-width:2;
	stroke:#00F;
}

.trendline{
	stroke-width:1.8;
	stroke:#5A3C03;
	
}
.trendgraphline{
	stroke-width:2.8;
	stroke:#5A3C03;
	
}
.tickline{
	stroke-dasharray:1,1;
	stroke:#DDD;
}
.tickxline{
	stroke-dasharray:1,1;
	stroke:#DDD;
}
.ticktext{
	color:#DDD;
	font-weight:bold;
	font-size:10px;

}
.graphscale{
	font-weight:bold;
}

.graphtimeline{
	font-weight:bold;
}

.line {
    fill: none;
    stroke: #0000ff;
    stroke-width: 2;
}
 .thinline {
    fill: none;
    stroke: #AAA;
    stroke-width: 1;
}
 
.graphname{
	font-size:22px; 
	letter-spacing:1px;
	font-weight:bold;
	color:#222;
}
.graphline {
    fill: none;
	stroke-width:3.5;
}
  
.thingraphline {
    fill: none;
	stroke-width:0.5;
	opacity:0.3;
}
  
.bigtrendline {
    fill: none;
	stroke-width:5;
	opacity:0.2;
}
  
.transp {
	opacity:0.4;
}
  
.overlay {
  fill: none;
  pointer-events: all;
}

/* Style the dots by assigning a fill and stroke */
.dot {
    fill: #ffab00;
    stroke: #fff;
}
  
.focus circle {
  fill: none;
  stroke: steelblue;
}
/*graph styling*/




.ctxmenu{
	display: none; 
	position:fixed; 
	z-index:9999;
	border-radius: 10px;
	border:1px solid #ccc;
	background:#fff;
	padding:20px;
	filter:drop-shadow(11px 11px 10px #777);
}
.buttspan{
	cursor:pointer;
	font-size:0.7em;
	line-height:0.8em;
}
.bigicon{
	font-size:1.1em;
	margin:0.5em;
	color:#777;
	cursor:pointer;
}
.actbx{
			
	background:rgba(0,0,0,0.7);
	padding:3px;
	padding-left:11px;
	padding-right:11px;
	font-size:0.8em;
	font-weight:bold;
	cursor:pointer;
	border-radius:6px;
	display:inline-block;
	margin:20px;
	margin-left:0;
	color:#eee;
	letter-spacing:1px;
}
.invisible{
	opacity:0;
	display:none;
}
#ctxmenu{
	position:fixed;
}
.numname{
	color:#777;
	font-size:1em;
}
.bignum{
	color:#333;
	font-size:2em;
	min-width:110px;
}

.brieftb td{
	padding:15px;
	padding-left:0;
	vertical-align: middle;
}
.briefn{
	font-size:0.9em;
	padding:10px;
	padding-left:0;
	color:#333;
}

.marktd{
	margin-bottom:5px;
	width:200px;
	vertical-align: middle;
	background:#efefef;
	beorder-radius:6px;
	border:1px solid #ccc;
	basckground:linear-gradient(to right, rgb(166, 216, 250) 0, rgb(166, 216, 250) 33%, rgb(198, 241, 198) calc(33% + 1px), rgb(198, 241, 198) 66%, rgb(252, 196, 196) calc(66% + 1px), rgb(252, 196, 196) 100%);
	baxckground:linear-gradient(to right, rgb(0,0,77,0.5) 0, rgb(0,0,0,0) 2px, rgb(0,0,0,0) 33%, rgb(0,0,0,0.2) calc(33% + 1px), rgb(0,0,0,0) calc(33% + 2px), rgb(0,0,0,0) 66%, rgb(0,0,0,0.2) calc(66% + 1px), rgb(0,0,0,0) calc(66% + 2px), rgb(0,0,0,0) calc(100% - 1px), rgb(77,0,0,0.5) 100%), #f7f7f7;
	background:linear-gradient(to right, rgb(0,0,0,0) 0, rgb(0,0,0,0) 33%, rgb(0,0,0,0.2) calc(33% + 1px), rgb(0,0,0,0) calc(33% + 2px), rgb(0,0,0,0) 66%, rgb(0,0,0,0.2) calc(66% + 1px), rgb(0,0,0,0) calc(66% + 2px), rgb(0,0,0,0) 100%),#fefefe;
}
.normmark{
	position: relative;
	width: 0px;
	margin-left: -13px;
	height: 50%;
	cursor: default;
	border-radius: 2px;
	padding: 2px;
	padding-left: 12px;
	border: 1px solid #888;
}
.briefcontainer{
	display:flex;
	flex-wrap: wrap;
}
.flexleft{
	width:50%;
}

.filterbox{
	position:fixed;
	right:0;
	top:0;
	height:100%;
	width:30%;
	background:#eee;
	filter:drop-shadow(0 0 20px #333);
	z-index:2;
	padding:5px;
}
.darkbutton{
	color:#fff;
	background:#777;
	filter:drop-shadow(0 0 5px #777);
	padding:5px;
	cursor: pointer;
	border-radius:5px;
	padding:5px;
	text-align:center;	
}

.filterbutton{

}
@media all and (max-width:800px){
	.flexleft {
		width: 100%;
	}
}

.underspants{
	text-decoration: underline;
}
.spantab{
	cursor:pointer;
	margin-right:13px;
}
.nonchromium{
	display:none;
	width:100%;
	padding:30px;
	font-weight: bold;
	color:#F00;
}
@-moz-document url-prefix() {
 
    .nonchromium { display:block; }
 
}
.onswitch{
	width:36px;
	height:18px;
	border-radius:9px;
	background:#618851;
	display:inline-block;
	text-align:left;
	line-height:14px;
	transition:all 0.2s ease-in-out;
	cursor:pointer;	
	padding:0;
	padding-left:19px;
	border:1px solid #999;
	border:0.5px solid #999;
	box-sizing: border-box;
}
.offswitch{
	padding-left:1px;
	background:#eee;
}
.onspan{
	box-sizing: border-box;
	line-height:18px;
	width:15.5px;
	height:15.5px;

	border:1px solid #999;
	border:0.5px solid #999;
	border-radius:7.5px;
	background:#efefef;
	display:inline-block;

}
#infoPan{
	margin-top:30px;
	color:#999;
}
.datetext{
	font-size:14px;
	font-weight:bold;
}
.panner{
	width:100%;
	height:22px;
	border-radius:0;
	border-radius:3px;
	background:#efefef;
	overflow:visible;
	position:relative;
	margin-top:15px;
	margin-bottom:-22px;
	border:1px solid #ccc;
}
.panspan{
	width:20px;
	height:20px;
	position:relative;
	border-radius:10px;
	background:#ddd;
	border:1px solid #777;
	transition: all 0.51s ease-in-out;
	margin-top:1px;
	
	z-index:11111;
}
.rangespan{
	width:0%;
	height:12px;
	position:relative;
	border-radius:4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background:linear-gradient(to bottom, #ddd 0%,#ddd 50%, #070 51%, #070 100%);
	cursor:pointer;

	border:1px solid #777;
	border-top:none;
	transition: all 0.51s ease-in-out;
	margin-top:0px;
	margin-bottom:30px;
	z-index:11111;
}
.reptbl{
	border:1px solid #777;
	width: 100%;
}
.reptbl td{
	text-align:center;
	border:1px solid #999;
}
.reptbl th{
	border:1px solid #999;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
.bld{
	font-weight:bold;
}
.reptbl .sml{
	font-size:9px;
}
.reptbl .lgt{
	color:#777;
}
.reptbl .ar{
	text-align: right;
}

.verybig{
	font-size:2em;
	margin:1em;
	cursor:pointer;
}
.veryverybig{
	font-size:3em;
	margin:1em;
	color:#5C63AC;
	cursor:pointer;
}
.inline-centerer{
	display:inline-block;
	width:100%;
	text-align:center;
}
.ifvn{
	display:inline;
	margin-left:20px;
	border:none;
	font-weight:normal;
}

#generalMenu{
	position:fixed;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	
	padding:10px;
	width:50px;
	height:50px;
	top:10px;
	left:0;
	position:fixed;
	z-index:9999;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.rangeselect{
	color:#ccc;
	text-decoration:underline;
	text-decoration-style: dashed;
	font-style:italic;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
	font-size:11px;
}
.rangeactive{
	color:#000;
}

.timeselect{
	color:#ccc;
	text-decoration:underline;
	text-decoration-style: dashed;
	font-style:italic;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
	font-size:11px;
}

.timeactive{
	color:#000;
}

#localVideo{
	width:160px;
}

#remoteVideo{
	width:160px;
}

input[type=range]{
	border-bottom:none;
}

input[type=range]:hover{
	border-bottom:none;
}

.drug_vital:before{
	display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #43A70C;
    border-radius: 12px;
    content: ' ';
    margin-left: -7px;
    margin-top: -7px;
}

.drugdiv{
	width:18%;
	min-width:180px;
	float:left;
	height:145px;
	border-radius: 10px;
	border:1px solid #ccc;
	text-align:center;
	padding:7px;
	margin:9px;
	border-left:4px solid rgb(233, 36, 22);
	transition:all 0.3s ease-in-out;
	line-height: 0.5em;
	background:#f8f8f5;
}

.drugname{

	font-size:14px;
	font-weight:bold;
}
.drugname i{
	color:#aaa;
	cursor:pointer;
	color:rgb(206, 88, 88);
}
.drugname:hover i{
	color:rgb(207, 33, 33);
}

.drugselect{

	padding:5px;
	margin:3px;
	border-radius:5px;
	clear:both;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	font-size:36px;
	margin-left:0;
	float:left;
}
.druginfo{
	padding:7px;
	float:left;	

	font-size:14px;
	font-weight: bold;;
	color:#333;

}
.drugrange input[type='range']{
	width:75%; 
	float:left;
}
.drugdoser{
	clear:both;
	width:100%;
	margin-top:10px;
}

.drugsub{

	font-size:13px;
	color:#777;
}
.ddsel{
	background:rgb(233, 255, 219);
}
.nosel{
	backgxound:rgb(236, 236, 236);
	
}
.yell{
	background:rgb(226, 169, 45);
}
.orang{
	background:rgb(206, 88, 53);
}
.ddpast{
	border-bottom:4px solid #000;
	opacity:0.5;
}

.ddexc{
	border-bottom:4px solid rgb(77, 41, 161);
	background:#878787;
	
}
.ddexc > .drugname,.druginfo,.drugdoser{
	color:#ccc;
}
.ddexc i{
	color:rgb(224, 59, 59);
}
.ddwrong{
	background:rgb(224, 94, 94);
}

.ddpri{
	border-bottom:4px solid rgb(124, 243, 27);
	
}

.dselector{
	padding:5px;

	font-size:16px;
	background:rgb(192, 226, 153);
	border-radius:3px;
	cursor:pointer;
}

.schemesave{
	padding:15px;
	font-size:24px;
	clear:both;
	background: #eee;
	cursor:pointer;
	display:block;
	border-radius:10px;
	margin:10px;
	text-align: center;
}
.activesave{
	background: #99e29c;
	
}
.schemechange{
	padding:5px;
	font-size:18px;
	clear:both;
	background: #dff0df;
	cursor:pointer;
	display:block;
	margin:10px;
	border-radius:10px;
	text-align: center;
}


.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 25px;
	background: #D3D3D3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	padding:0;
  }
  
  .slider:hover {
	opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius:5px;
	background: rgb(53, 50, 50);
	border:1px solid #333;
	cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius:5px;
	background: rgb(53, 50, 50);
	cursor: pointer;
  }
  
  .sliderticks {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	font-size:12px;
  }
  
  .sliderticks p {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	text-indent: 0;
	width: 1px;
	background: #D3D3D3;
	height: 10px;
	line-height: 40px;
	margin: 0 0 20px 0;
  }
  #halfOne{
	  width:100%;
	  
	  display: inline-block;
  }
  #halfTwo{
	  width:0;
	  display: inline-block;
 	   background:#f5f5f5;
	   border-radius:10px;
	   vertical-align: top;
	}
	.firsttr{
		width:50%;
		min-height:300px;
		float:left;
		padding-right:20px;
	}
	.secondtr{
		width:50%;
		float:left;
		margin-top:-2em;
		background:#eee;
		min-height:180px;
		padding-left:20px;
		margin-bottom:1em;
	}
	


/*TABS2*/
.xtabsc{
    width:100%;
	margin-left:1em;
	display:flex;
}
.xtab{
    margin:1em;
    padding-bottom:0.3em;
    cursor:pointer;
}
.xtaba{
    border-bottom:0.3px solid #555;
}
.ztab{
	width:100%;
}
/*TABS2*/


