/*
File Name: CSS for Wintermind Tools Login
Author: Chevas Balloun 
Author Email: chevas@artifact.tools
Legal: Copyright 2019, Artifact LLC, All rights reserved. Licensed to Wintermind Group

/* =Reset default browser CSS.
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
img { border: 0px; }
li { list-style-type: none; }

pre { font-family: "Courier New", Courier, monospace; background: #f3f3f8; margin: 15px auto; padding: 15px; }
/* { height:100%; overflow-y: scroll; }  */
:focus {/* remember to define focus styles! */ outline: 0; }


/* ================== EVERYTHING is BOX-SIZED! ================== */
* { -webkit-text-size-adjust: none;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
/* ================== EVERYTHING is BOX-SIZED! ================== */


html { height: 100%; }
body { height: 100%; font-size: 14px; font-family: "Open Sans", Helvetica, Arial, Sans-Serif; color: #000; line-height: 20px; background: #fff; }
.clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }
.clearright { clear: right; }

/* Titles, Text Sizing, Colors, Links, Buttons ============================================== */
	
	/* Titles & Headings */
	strong, .strong, .bold { font-weight: bold; } 
	.lightweight { font-weight: 300; }
	.normalweight { font-weight: normal; }
	.midweight, .semiweight { font-weight: 600; }
	.heavyweight { font-weight: 800; }
	
	em, .italic { font-style: italic; }
	
	textarea { font-size: 14px; font-family: "Open Sans", Helvetica, Arial, Sans-Serif; }
	h1, h2, h3, h4, h5, h6, .huge, .xxlarge, .xlarge, .large, .medium, .h1, .h2, .h3, .h4, .h5, .h6 { letter-spacing: -.04em; font-weight: 600; line-height: 1.1em; }
	
	h1, .huge, .h1 { font-size: 38px; }
	h2, .xxlarge, .h2 { font-size: 26px; }
	h3, .xlarge, .h3 { font-size: 22px; }
	h4, .large, .h4 { font-size: 18px; }
	h5, .medium , .h5 { font-size: 16px; }
	h6, .small, .h6 { font-size: 14px; letter-spacing: 0px; }
	small, .xsmall { font-size: 12px; letter-spacing: 0px; }
	
	.f14 { font-size: 14px; }
	.f13 { font-size: 13px; }
	.f12 { font-size: 12px; }
	.f11 { font-size: 11px; }
	.f10 { font-size: 10px; }

	tt, .tt { font-family: 'Courier New', Courier, monospace; }
	
	/* Spectrum Color Palette - Consol.io & Artifact.tools */
	.altars-sprenge, .darkred { color: #94341e; }
	.cardinals-feather, .red { color: #fa5833; }
	.burnt-sugar, .darkorange { color: #e67202; }
	.sherbet-scoop, .orange { color: #fa9033; }
	.seed-of-faith, .darkyellow { color: #cca714; }
		.yshadow { text-shadow: 1px 1px 0 #cca300; }
	.sticky-note, .yelloworange { color: #ffba00; }
	.perched-canary, .yellownote { color: #ffcc00; }
	.lemon-zest, .yellow { color: #f4d90c; }
	.gooseberry-cluster, .limetasks { color: #d3e62b; }
	.dragonflys-circuit, .lightgreen { color: #b1f249; }
	.orchards-knoll, .green { color: #0fb300; }
	.filets-garnish { color: #0b8000; }
	.cobalt-vapor { color: #99b2bb; }
	.high-dives-descent, .lightblue { color: #4dc3ff; }
	.ice-castle-concourse, .blue, .bookblue { color: #00b4ff; }
	.jetsams-reception { color: #0099d8; }
	.scubas-ascent { color: #007bb8; }
	.midnight-zephyr { color: #002633; }
	.eagles-crown, .superlightgray { color: #dedee3; }
	.lunar-powder, .lightgray { color: #b2b2b7; }
	.endors-moon, .mediumgray { color: #949499; }
	.wizards-hat, .gray { color: #626267; }
		.graybg { background: #626267; }
	.sweeps-cuff { color: #4b4b50; }
	.astro-canvas { color: #00131a; }
	.ibiza-sunset { color: #d854c0; }
	.orchids-bloom, .purple { color: #f566ff; }
	.kittys-ribbon, .pink { color: #fc4cb0; }
	
	.graymeta { color: #color: #5e5e61; }
	.mediumgray2 { color: #848489; }
	.mediumgray { color: #949499; }
	.greendark { color: #0f9f00; }
	.lime { color: #d7f230; }
	.white { color: #fff; }
	.darkgray { color: #222; }
	.brown { color: #594b12; }
	.graylight { color: #b4b4b9; }
	.dark { color: #222; }
	.alert { color: #e01600; }
	
	
	/* Links */
	a, a:visited { color: #0099d8; text-decoration: none; cursor: pointer;
		transition:color .15s linear; -webkit-transition:color .15s linear; -moz-transition:color .15s linear; -o-transition:color .15s linear; }
	a:hover { color: #626267; transition:color .15s linear; -webkit-transition:color .15s linear; -moz-transition:color .15s linear; -o-transition:color .15s linear; }	
	a.orange, a.orange:visited { color: #fa9033; }
	a.orange:hover { color: #626267; }
	
	a.red, a.red:visited { color: #fa5833; }
	a.red:hover { color: #626267; }
	
	a.gray, a.gray:visited { color: #626267; }
	a.gray:hover { color: #b2b2b7; }
	
	a.graylight, a.graylight:visited { color: #b4b4b4; }
	a.graylight:hover { color: #929292; }
	
	a.blue, a.blue:visited { color: #00b4ff; }
	a.blue:hover { color: #626267; }
	
	a.lightblue, a.lightblue:visited, .redactor-editor a.lightblue, .redactor-editor a.lightblue:visited { color: #4dc3ff; }
	a.lightblue:hover, .redactor-editor a.lightblue:hover { color: #626267; }
	
	.hide, .hidden { display: none; }
	.hidev { visibility:hidden; }
	.hidemobile { }
	
	.required { color: #ff0000; font-weight: bold; }
	.required:after { content: " *"; }
	
	/* Buttons */
	input[type=submit], a button, .button, a.button, a:visited button, a.button:visited, input[type=button] { padding: 5px 10px 5px 10px; float: left; display: inline-block; 
		border-radius: 3px; line-height: 21px;
		text-align: center; color: #626267; overflow: hidden; border: 0px; margin: 0px; border: 1px solid #c6c6cb; border-top: 1px solid #fff; box-shadow: 0px -1px 0px #c6c6cb; 
		font-family: "Open Sans", Helvetica, Arial, Sans Serif; font-weight: bold;
		background: #e3e3e8; background: -moz-linear-gradient(top,  #f8f8fd 0%, #e3e3e8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8fd), color-stop(100%,#e3e3e8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f8f8fd 0%,#e3e3e8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f8f8fd 0%,#e3e3e8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f8f8fd 0%,#e3e3e8 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f8f8fd 0%,#e3e3e8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8fd', endColorstr='#e3e3e8',GradientType=0 ); /* IE6-9 */
	}
	input:hover[type=submit], a:hover button, .button:hover, .btn-active, a.btn-active, .btn-active:visited, a.btn-active:visited, input:hover[type=button] {
		cursor: pointer;
		background: #dcdce1; background: -moz-linear-gradient(top,  #f1f1f6 0%, #dcdce1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f6), color-stop(100%,#dcdce1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f1f1f6 0%,#dcdce1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f1f1f6 0%,#dcdce1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f1f1f6 0%,#dcdce1 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f1f1f6 0%,#dcdce1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f6', endColorstr='#dcdce1',GradientType=0 ); /* IE6-9 */
	}	
	.redvalue { border: 1px solid #fb613e; text-shadow: 1px 1px 0 #bd563f; color: #fff; border-radius: 4px;
		background: #fc9b86; background: -moz-linear-gradient(top,  #fc9b86 0%, #fb613e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc9b86), color-stop(100%,#fb613e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fc9b86 0%,#fb613e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fc9b86 0%,#fb613e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fc9b86 0%,#fb613e 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fc9b86 0%,#fb613e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9b86', endColorstr='#fb613e',GradientType=0 ); }
		
	a.button.red, .button.red, a.button.red:visited, input[type=submit].red, input[type=button].red { box-shadow: 0px -1px 0px #c44741; border: 1px solid #c44741; border-top: 1px solid #fa7f63; color: #ffeae6;
		background: #f1370b; background: -moz-linear-gradient(top,  #fa5f3b 0%, #f1370b 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5f3b), color-stop(100%,#f1370b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fa5f3b 0%,#f1370b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fa5f3b 0%,#f1370b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fa5f3b 0%,#f1370b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fa5f3b 0%,#f1370b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5f3b', endColorstr='#f1370b',GradientType=0 ); }
	a.button.red:hover, .button.red:hover, input:hover[type=submit].red, input:hover[type=button].red { background: #f14b24; background: -moz-linear-gradient(top,  #fa7455 0%, #f14b24 100%); /* FF3.6+ */ color: #fff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa7455), color-stop(100%,#f14b24)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fa7455 0%,#f14b24 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fa7455 0%,#f14b24 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fa7455 0%,#f14b24 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fa7455 0%,#f14b24 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7455', endColorstr='#f14b24',GradientType=0 ); }
		
	a.button.orange, .button.orange, a.button.orange:visited, input[type=submit].orange, input[type=button].orange { box-shadow: 0px -1px 0px #bf5b09; border: 1px solid #bf5b09; border-top: 1px solid #fabb63; color: #fff2e6;
		background: #f1730b; background: -moz-linear-gradient(top,  #fa9b3b 0%, #f1730b 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9b3b), color-stop(100%,#f1730b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fa9b3b 0%,#f1730b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fa9b3b 0%,#f1730b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fa9b3b 0%,#f1730b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fa9b3b 0%,#f1730b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9b3b', endColorstr='#f1730b',GradientType=0 ); }
	a.button.orange:hover, .button.orange:hover, input:hover[type=submit].orange, input:hover[type=button].orange { background: #f18124; background: -moz-linear-gradient(top,  #faa855 0%, #f18124 100%); /* FF3.6+ */ color: #fff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa855), color-stop(100%,#f18124)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #faa855 0%,#f18124 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #faa855 0%,#f18124 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #faa855 0%,#f18124 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #faa855 0%,#f18124 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa855', endColorstr='#f18124',GradientType=0 ); }
		
	a.button.yellow, .button.yellow, a.button.yellow:visited, input[type=submit].yellow, input[type=button].yellow { box-shadow: 0px -1px 0px #c2ad0a; border: 1px solid #c2ad0a; border-top: 1px solid #fff080; color: #424247;
		background: #f4d90c; background: -moz-linear-gradient(top,  #ffe30d 0%, #f4d90c 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe30d), color-stop(100%,#f4d90c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffe30d 0%,#f4d90c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffe30d 0%,#f4d90c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffe30d 0%,#f4d90c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffe30d 0%,#f4d90c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe30d', endColorstr='#f4d90c',GradientType=0 ); }
	a.button.yellow:hover, .button.yellow:hover, input:hover[type=submit].yellow, input:hover[type=button].yellow { background: #edd30b; background: -moz-linear-gradient(top,  #f7dc0d 0%, #edd30b 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7dc0d), color-stop(100%,#edd30b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f7dc0d 0%,#edd30b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f7dc0d 0%,#edd30b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f7dc0d 0%,#edd30b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f7dc0d 0%,#edd30b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dc0d', endColorstr='#edd30b',GradientType=0 ); }
		
	a.button.yelloworange, .button.yelloworange, a.button.yelloworange:visited, input[type=submit].yelloworange, input[type=button].yelloworange { box-shadow: 0px -1px 0px #c28d00; border: 1px solid #c28d00; border-top: 1px solid #ffdd80; color: #424247;
		background: #ffba00; background: -moz-linear-gradient(top,  #ffc833 0%, #ffba00 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc833), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffc833 0%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffc833 0%,#ffba00 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffc833 0%,#ffba00 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffc833 0%,#ffba00 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc833', endColorstr='#ffba00',GradientType=0 ); }
	a.button.yelloworange:hover, .button.yelloworange:hover, input:hover[type=submit].yelloworange, input:hover[type=button].yelloworange { background: #ffc119; background: -moz-linear-gradient(top,  #ffcf4d 0%, #ffc119 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcf4d), color-stop(100%,#ffc119)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffcf4d 0%,#ffc119 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffcf4d 0%,#ffc119 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffcf4d 0%,#ffc119 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffcf4d 0%,#ffc119 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf4d', endColorstr='#ffc119',GradientType=0 ); }
		
	a.button.green, .button.green, a.button.green:visited, input[type=submit].green, input[type=button].green { box-shadow: 0px -1px 0px #8cbf3a; border: 1px solid #8cbf3a; border-top: 1px solid #c2f57b; color: #424247;
		background: #a8e645; background: -moz-linear-gradient(top,  #b1f249 0%, #a8e645 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1f249), color-stop(100%,#a8e645)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b1f249 0%,#a8e645 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b1f249 0%,#a8e645 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b1f249 0%,#a8e645 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b1f249 0%,#a8e645 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1f249', endColorstr='#a8e645',GradientType=0 ); }
	a.button.green:hover, .button.green:hover, input:hover[type=submit].green, input:hover[type=button].green { background: #aceb47; background: -moz-linear-gradient(top,  #aceb47 0%, #a2de43 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aceb47), color-stop(100%,#a2de43)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #aceb47 0%,#a2de43 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #aceb47 0%,#a2de43 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #aceb47 0%,#a2de43 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #aceb47 0%,#a2de43 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aceb47', endColorstr='#a2de43',GradientType=0 ); }
		
	a.button.greendark, .button.greendark, a.button.greendark:visited, input[type=submit].greendark, input[type=button].greendark { box-shadow: 0px -1px 0px #0b8000; border: 1px solid #0b8000; border-top: 1px solid #13e600; 
		color: #f0ffd9;
		background: #0fb300; background: -moz-linear-gradient(top,  #10bf00 0%, #0fb300 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10bf00), color-stop(100%,#0fb300)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #10bf00 0%,#0fb300 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #10bf00 0%,#0fb300 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #10bf00 0%,#0fb300 100%); /* IE10+ */
		background: -ms-linear-gradient(top,  #10bf00 0%,#0fb300 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #10bf00 0%,#0fb300 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bf00', endColorstr='#0fb300',GradientType=0 ); }
	a.button.greendark:hover, .button.greendark:hover, input:hover[type=submit].greendark, input:hover[type=button].greendark { background: #11cc00; background: -moz-linear-gradient(top,  #11cc00 0%, #10bf00 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11cc00), color-stop(100%,#10bf00)); /* Chrome,Safari4+ */ color: #fff;
		background: -webkit-linear-gradient(top,  #11cc00 0%,#10bf00 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #11cc00 0%,#10bf00 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #11cc00 0%,#10bf00 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #11cc00 0%,#10bf00 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11cc00', endColorstr='#10bf00',GradientType=0 ); }
		
	a.button.blue, .button.blue, a.button.blue:visited, input[type=submit].blue, input[type=button].blue { box-shadow: 0px -1px 0px #007bb8; border: 1px solid #007bb8; border-top: 1px solid #85cdf2; color: #e6f7ff;
		background: #30ace9; background: -moz-linear-gradient(top,  #63c0ee 0%, #30ace9 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63c0ee), color-stop(100%,#30ace9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #63c0ee 0%,#30ace9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #63c0ee 0%,#30ace9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #63c0ee 0%,#30ace9 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #63c0ee 0%,#30ace9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c0ee', endColorstr='#30ace9',GradientType=0 ); }
	a.button.blue:hover, .button.blue:hover, input:hover[type=submit].blue, input:hover[type=button].blue { background: #48b4e9; background: -moz-linear-gradient(top,  #7cc8ee 0%, #48b4e9 100%); /* FF3.6+ */ color: #fff; 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cc8ee), color-stop(100%,#48b4e9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #7cc8ee 0%,#48b4e9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #7cc8ee 0%,#48b4e9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #7cc8ee 0%,#48b4e9 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #7cc8ee 0%,#48b4e9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cc8ee', endColorstr='#48b4e9',GradientType=0 ); }
		
	a.button.purple, .button.purple, a.button.purple:visited, input[type=submit].purple, input[type=button].purple { box-shadow: 0px -1px 0px #a13f8e; border: 1px solid #a13f8e; border-top: 1px solid #ed74d7; color: #e6f7ff;
		background: #d453bc; background: -moz-linear-gradient(top,  #e158c8 0%, #d453bc 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e158c8), color-stop(100%,#d453bc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e158c8 0%,#d453bc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e158c8 0%,#d453bc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e158c8 0%,#d453bc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e158c8 0%,#d453bc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e158c8', endColorstr='#d453bc',GradientType=0 ); }
	a.button.purple:hover, .button.purple:hover, input:hover[type=submit].purple, input:hover[type=button].purple { background: #e158c8; 
		background: -moz-linear-gradient(top,  #ed5dd3 0%, #e158c8 100%); /* FF3.6+ */ color: #fff; 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed5dd3), color-stop(100%,#e158c8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ed5dd3 0%,#e158c8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ed5dd3 0%,#e158c8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ed5dd3 0%,#e158c8 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ed5dd3 0%,#e158c8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5dd3', endColorstr='#e158c8',GradientType=0 ); }	
		
	a.button.gray, .button.gray, a.button.gray:visited, input[type=submit].gray, input[type=button].gray { box-shadow: 0px -1px 0px #636366; border: 1px solid #636366; border-top: 1px solid #c5c5cc; 
		color: #f5f5f5;
		background: #949499; background: -moz-linear-gradient(top,  #a0a0a6 0%, #949499 100%); /* FF3.6+ */ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a6), color-stop(100%,#949499)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a0a0a6 0%,#949499 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a0a0a6 0%,#949499 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a0a0a6 0%,#949499 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #a0a0a6 0%,#949499 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a6', endColorstr='#949499',GradientType=0 ); }
	a.button.gray:hover, .button.gray:hover, input:hover[type=submit].gray, input:hover[type=button].gray { background: #e158c8; 
		background: -moz-linear-gradient(top,  #939399 0%, #88888c 100%); /* FF3.6+ */ color: #fff; 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939399), color-stop(100%,#88888c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #939399 0%,#88888c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #939399 0%,#88888c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #939399 0%,#88888c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #939399 0%,#88888c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939399', endColorstr='#88888c',GradientType=0 ); }
		
	a.button.gray.flat { border: 1px solid #555557; border-top: 1px solid #a0a0a3; background: transparent; background: #87878a;  color: #fff; border-right: 0; } 
	.pagewrap.chatroom a.button.gray.flat { border: 1px solid #555557; border-top: 1px solid #a0a0a3; border-right: 0; }
	a.button.gray.flat:hover { background: #7a7a7d; }
	
	a.button.disabled { border: 1px solid #d2d2d7; border-top: 1px solid #fff; box-shadow: 0px -1px 0px #d2d2d7; color: #b4b4b9; background: #f3f3f8; cursor: default; }
	a.button.disabled:hover { border: 1px solid #d2d2d7; border-top: 1px solid #fff; box-shadow: 0px -1px 0px #d2d2d7; color: #b4b4b9; background: #f3f3f8; cursor: default; }

	a.button.alignright, button.alignright { float: right; }
	
	input[type=submit].hidden, input[type=submit].hide { display: none; }	
	input[type=button] { height: 34px; }
	
/* Form Basics */
	input { -webkit-appearance: none; } /* Rmemoves iOS Styling */
	
	::-webkit-input-placeholder { color:#949499; }
	::-moz-placeholder { color:#949499; } /* firefox 19+ */
	:-ms-input-placeholder { color:#949499; } /* ie */
	input:-moz-placeholder { color:#949499; }
	
	
	label:hover { cursor: pointer; }
	input, input[type=text], input[type=password] { background: #fff; border: 1px solid #d2d2d7; padding: 6px 10px 6px 10px; float: left; font-family: "Open Sans", Helvetica, Arial, Sans Serif; font-size: 14px;
		border-radius: 3px; height: 34px; box-shadow: 0 0 10px #a3adb3;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
	select { background: #fff; padding: 6px; border: 1px solid #d2d2d7; font-family: "Open Sans", Helvetica, Arial, Sans Serif; font-size: 14px; float: left; border-radius: 2px; height: 34px; }
	select.alignright { float: right !important; }
	textarea { padding: 15px; background: #fff; border: 1px solid #d2d2d7; float: left; border-radius: 2px; 
		width: 100%; max-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
		
	.block-title input { float: none; }
	
	input[type=password] { padding: 8px 10px 8px 10px; }
	input[type=text].thin { padding: 5px 10px 5px 10px; }
	input.alignleft { float: left; }
	input[type=text].tall, input.tall { height: 40px; }
	.sms-code-box { width: 130px; float: none; display: inline-block; letter-spacing: 10px; font-weight: bold; font-size: 24px; }
	.sms-code-box::-webkit-input-placeholder { text-align: center; letter-spacing: 0; }
	.sms-code-box:-moz-placeholder { text-align: center; letter-spacing: 0; }
	.sms-code-box::-moz-placeholder { text-align: center; letter-spacing: 0; }
	.sms-code-box:-ms-input-placeholder { text-align: center; letter-spacing: 0; }
	

/* Structure ============================================== */
#viewport { width: 100%; height: 100%; position: relative; padding-bottom: 40px; }
/* Headers ================================================ */

/* Stucture */
#container { width: 100%; height: 100%; margin: 0 auto; position: relative; }
#container.noscroll, body.noscroll { overflow-y: hidden; }

.bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; }
	.bg-image-wrap { height: 100%; background: #9aacb8 url('images/splash-wm.svg') top center no-repeat; background-size:cover; }
	.bg-image-wrap img {  }
	.bgcover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

	.loginwrap { width: 400px; height: 600px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; 
		border-radius: 3px; }
		
		.logo-wrap { width: 100%; float: left; position: relative; }
		.logo { width: 100%; float: left; margin-bottom: 40px; }
		.logo img { width: 100%; float: left; }
		
		.login-title-wrap { font-size: 24px; font-weight: bold; margin-bottom: 10px; width: 100%; float: left; letter-spacing: -.03em; }
		.row { margin-top: 10px; width: 100%; float: left; position: relative; }
		.row.withbutton { margin-top: 20px; }
			.labelwrap { width: 30%; float: left; }
			.labelwrap label { font-weight: bold; cursor: pointer; line-height: 34px; }
			.fieldwrap { width: 70%; float: left; }
			.fieldwrap input, .fieldwrap password { width: 100%; float: left; }
			
			.copyright { font-size: 12px; color: #424247; margin-top: 20px; width: 100%; float: left; text-align: center; }
	
/* Media Queries */
@media only screen and (max-width: 3000px) {
	
}

@media only screen and (max-width: 2600px) {
	.columnwrap.item { left: 600px; }
	.item-header { left: 600px; }
}

@media only screen and (max-width: 2200px) {
	.columnwrap.item { left: 400px; }
	.item-header { left: 400px; }
}

@media only screen and (max-width: 1720px) {
	.columnwrap.item { left: 180px; }
	.item-header { left: 180px; }
}

	
@media only screen and (max-width: 1620px) {

}

@media only screen and (max-width: 1164px) {

}
	
@media only screen and (max-width: 1000px) {

	
}