﻿@font-face {
	font-family: 'Open Sans';
	src: url('../Fonts/open-sans.regular.eot');
	src: url('../Fonts/open-sans.regular.woff') format('woff'), url('../Fonts/open-sans.regular.ttf') format('truetype'), url('../Fonts/open-sans.regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
body{box-sizing:border-box;padding:0;margin:0;font-size:.75em;font-weight:400;line-height:1.4rem}
h1{font-weight: 700;color:#001A33;}
h2,h3,h4,h5,h6{color:#001A33; font-weight: 400;}

a{text-decoration:none;color:#007FFF;padding:0 0 .2rem;font-weight: 400;outline: 0;}
a:hover{color:#007FFF}pre{overflow-x:auto;padding:1.25em;border:1px solid #e6e6e6;border-left-width:5px;margin:1.6em 0;font-size:.875em;background:#fcfcfc;white-space:pre;word-wrap:normal}
h1 {
    font-size: 2.92rem;
    line-height: 3.212rem;
    margin: 1.46rem 0 1.168rem;
}
h2{font-size:2rem;margin:1rem 0}:focus{outline-color:transparent;outline-style:none}h2+p{margin:0 0 2rem}
h3{font-size:1.2rem;margin: 1rem 0;font-weight: bold;}
.header h3, p{ margin: 1.2rem 0.9rem;text-transform: uppercase;}
h4 {
    font-size: 1rem;
    line-height: 2.508rem;
    margin: 1.14rem 0 0.912rem;
    font-weight: bold;
}
ul {
    list-style-type: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-size:1em}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0; padding:5px 10px; border:1px solid #dfdfdf}

button,input{line-height:normal}
button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}

button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

code{color:#007FFF}
.layout{display:flex;min-height:100vh;flex-direction:column}
.page-nav{box-sizing:border-box;position:fixed;padding:.5rem;width:100%;background:0 0}
.page{z-index:0;background:#EEE}
.wrap{box-sizing:border-box;max-width:1200px;margin:0 auto}
.page-section{padding-top:3rem;margin-bottom:3rem}
.page-features{width:100%;background:#001a33;overflow:scroll}
.menu-button{position:fixed;top:.75rem;right:.75rem;z-index:1;box-sizing:border-box;padding:.45rem;height:3rem;width:3rem;background:#FFF;border:1px solid transparent;user-select:none}
.menu-button:hover{border:1px solid #007FFF;border-radius:2px}
.menu-button:active{background:#EEE;border:1px solid transparent}
.open{transform:translate3d(-15rem,0,0)}
.menu-button-icon{width:2rem;height:2rem}
.hero{box-sizing:border-box;padding:2rem;background:#FFF;border:1px solid #FFF;border-radius:2px}
.hero-headline{font-size:3rem;white-space:nowrap;margin-bottom:0}
.hero-copy{font-size:1rem;margin-bottom:0;padding:0 2rem;text-align:center}
.slide-menu{display:block;position:fixed;overflow:auto;top:0;right:0;bottom:0;height:100%;width:250px}
.menu{box-sizing:border-box;background:#004069}
.menu-header{box-sizing:border-box;padding:3rem 3rem 0;color:#eee}
.menu-list{margin:0;padding:0;list-style:none}
.menu-list-item{height:3rem;line-height:3rem;font-size:1rem;color:#007FFF;background:0 0;transition:all .2s ease-in}
.menu-link{box-sizing:border-box;padding-left:3rem;display:block;color:#007FFF;transition:color .2s ease-in}
.menu-link:hover{color:#3298ff;border-bottom:0}
.link-top{align-self:flex-end}
.button{position:relative;display:inline-block;box-sizing:border-box;min-width:11rem;padding:0 4rem;margin:1rem;height:3rem;line-height:3rem;border:1px solid #007FFF;border-radius:2px;color:#007FFF;font-size:1.25rem;transition:background-color,.15s}
.button:hover{background:#39F;border-color:#39F;color:#FFF;text-shadow:0 1px #007FFF}
.button:active{background:#007FFF;color:#FFF;border-top:2px solid #06C}
.box,.box-first,.box-large,.box-nested,.box-row{ width:100%;  position:relative;box-sizing:border-box;min-height:1rem;background:#fff;border:1px solid #dfdfdf;border-radius:2px;overflow:hidden; font-size:.8rem;}
.box-row{margin-bottom:1rem}
.box-first{background:#06C;border-color:#007FFF}
.box-nested{background:#036;border-color:#007FFF}
.box-large{height:8rem}
.box-container{box-sizing:border-box;padding:.5rem}
.page-footer {
    box-sizing: border-box;
    padding: .5rem 1rem 0 1rem;
    color: #fff;
    text-align: center;
    background-color: #7d9aab;
    font-size: 0.8rem;
    line-height: 0px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.page-footer p{ padding:10px 10px;color:#fff}
.page-footer a{ color:#fff}

.tag {
    color: #000;
    font-weight: 400
}
.end{text-align:end}
.invisible-xs{display:none;visibility:hidden}
.visible-xs{display:block;visibility:visible}
.align-right{text-align:right}
.align-left{text-align:left}
.header{border:1px solid #FFF; background-color: #dfdfdf}

input {
    background-color:#FFFFFF;
}



/*
input::-webkit-input-placeholder {
   color: #cccccc;
   position:relative;
   padding-left:0;
    -webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 
    transition: padding 0.5s;
}

input:-moz-placeholder { /* Firefox 18- 
    color: ##cccccc;
    position:relative;
    padding-left:0;
    -moz-transition: padding 0.5s; /* For Safari 3.1 to 6.0 
    transition: padding 0.5s;
}

input::-moz-placeholder {  /* Firefox 19+ 
    color: #cccccc;
    position:relative;
    padding-left:0;
    -moz-transition: padding 0.5s; /* For Safari 3.1 to 6.0 
    transition: padding 0.5s;
}

input:-ms-input-placeholder {  
    color: #cccccc;
    position:relative;
    padding-left:0;
    -ms-transition: padding 0.5s; /* For Safari 3.1 to 6.0 
    transition: padding 0.5s;
}

/*
* On hover

input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
     padding-left:100px;
}

input:hover:-moz-placeholder,
input:focus:-moz-placeholder{ /* Firefox 18- 
      padding-left:100px;
}

input:hover::-moz-placeholder,
input:focus::-moz-placeholder{  /* Firefox 19+ 
   padding-left:100px;
}

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder{  
      padding-left:100px;
} */
.row-x {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.row-x-x {
    width: 100%;
}
.row-x-2x {
    width: 120%;
}
.row-x-3x {
    width: 150%;
}

.row-x-4x {
    width: 170%;
    overflow-x: auto;
    overflow-y: hidden;
}
.rowdetail {
    /*border-bottom: 1px dashed #ccc;*/
    clear: both;
    float: left;
    width: 100%;
}
.rowdetail>div:first-child {
    border-left: 1px solid #cccccc;
}
.rowdetail>div {
    border-right: 1px solid #cccccc;
}
.rowdetail>div:last-child {
    text-align: center;
}

.rowwrap {
    display: flex;
    width: 100% ;
	height: 2rem;
    justify-content: center;
	border-bottom: 1px solid #ccc;
	line-height:2rem;	    
}
.rowwrap div:first-child {
    border-left: 1px solid #cccccc;
}
.rowwrap div {
    border-right: 1px solid #cccccc;
}
.rowwrap div:last-child {
    text-align: center;
}
.rowheader {
    display: flex;
    width: 100% ;
	height: 2rem;
    justify-content: center;
	background-color:#efefef;	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height:2rem;	
	font-weight:bold;    
}
.rowheader div:first-child {
    border-left: 1px solid #cccccc;
}
.rowheader div {
    border-right: 1px solid #cccccc;
    padding: 0 10px;
}
.rowheader div:last-child {
    text-align: center;
}
.inactive {
    background-color: lightgray;
    color: gray;
}

.price {
   text-align:right;
}
.pagination{ margin-top:15px}
.pagination li.active {
    background-color: #666666;

}
.pagination li.active:hover {
    background-color: #666666;

}
.pagination li.active a{
		color:#fff;
        outline: 0;
}
.pagination li {
    background-clip: padding-box;
    border-radius: 2px;
    float: left;
    font-size: 1rem;
    height: 30px;
    margin: 0 5px;
	padding-top:4px;
    text-align: center;
    width: 30px;
}
ul.pagination li {
    list-style-type: none;
}
.pagination li a {
    color: #444;
    outline: 0;
}
.pagination li:hover {
	background-color: #dfdfdf;
}
.pagination li.disabled a {
    color: #999;
    cursor: default;
    outline: 0;
}

.pagination li.disabled:hover {
    background-color: transparent;
}
.pagination li input[type="text"] {
    width: 40px;
    border: 1px solid #ccc;
    text-align: center;
}

.right{ float:right}
.divider{height:1px;overflow:hidden;background-color: #e0e0e0;margin: 8px 0;}


/*[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px}[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px; margin-top:29px;font-size:.9rem;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}[type="checkbox"]+label:before{content:'';position:absolute;margin-top:2px;left:0;z-index:0;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-clip:padding-box;-webkit-transition:0.2s;-moz-transition:0.2s;-o-transition:0.2s;-ms-transition:0.2s;transition:0.2s}[type="checkbox"]:not(:checked)+label:before{top:0px;width:14px;height:14px;border:2px solid #5a5a5a}[type="checkbox"]:checked+label:before{left:-3px;top:-4px;width:9px;height:17px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #26a69a;border-bottom:2px solid #26a69a;-webkit-transform:rotateZ(40deg);-moz-transform:rotateZ(40deg);-ms-transform:rotateZ(40deg);-o-transform:rotateZ(40deg);transform:rotateZ(40deg);-webkit-backface-visibility:hidden;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:disabled:not(:checked)+label:before{top:0;left:0;box-shadow:none;background-color:rgba(0,0,0,0.26);width:14px;height:14px;border:2px solid rgba(0,0,0,0.26);-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg)}[type="checkbox"]:disabled:checked+label:before{left:-3px;top:-4px;width:9px;height:17px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid rgba(0,0,0,0.26);border-bottom:2px solid rgba(0,0,0,0.26);-webkit-transform:rotateZ(40deg);-moz-transform:rotateZ(40deg);-ms-transform:rotateZ(40deg);-o-transform:rotateZ(40deg);transform:rotateZ(40deg);-webkit-backface-visibility:hidden;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:disabled:checked+label{color:rgba(0,0,0,0.26)}[type="checkbox"]:disabled:not(:checked)+label:hover:before{border-color:rgba(0,0,0,0.26)}.switch,.switch *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{opacity:0;width:0;height:0}.switch label input[type=checkbox]:checked+.lever{background-color:#84c7c1}.switch label input[type=checkbox]:checked+.lever:after{background-color:#26a69a}.switch label .lever{content:"";display:inline-block;position:relative;width:40px;height:15px;background-color:#818181;border-radius:15px;margin-right:10px;transition:background 0.3s ease;vertical-align:middle;margin:0px 16px}.switch label .lever:after{content:"";position:absolute;display:inline-block;width:21px;height:21px;background-color:#F1F1F1;border-radius:21px;box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);left:-5px;top:-3px;transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease}input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(38,166,154,0.1)}input[type=checkbox]:not(:disabled) ~ .lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.08)}.switch label input[type=checkbox]:checked+.lever:after{left:24px}.switch input[type=checkbox][disabled]+.lever{cursor:default}.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#BDBDBD}*/
/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
    font-size: 1.5rem;
    cursor: pointer;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
	

.navbar{
	background:#c7f1ff url(../images/banner-top.jpg) 0 0  no-repeat;
	color:#FFF;
}
.navbar h1{line-height:70px; color:#000; padding-left:15px}
.navbar .welcometxt{ padding:25px 5px 0 0; vertical-align:middle; font-weight:normal; color:#02284e; font-size:1rem; }
.navbar .welcometxt span{ font-size:.8rem}
.navbar .btnCol{ text-align:right; padding-right:.9rem}
.navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.navbar ul li {
    transition: background-color 0.3s ease 0s;
	display:inline;
    padding: 0px;
}
.navbar ul li a{
	font-weight:normal;
	padding:5px 10px;
	color:#CCC;
}
.navbar ul li a:hover{
	font-weight:normal;
	padding:5px 10px;
	background-color:#039;
	color:#FFF;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}









nav {
  margin: 0;
  padding: 0;
  background-color: #004069;
}

nav:after {
  content: "";
  display: table;
  clear: both;
  
}

nav ul {
	/*width:100%;*/
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index:999;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #004069;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: .8rem;
  font-weight:normal;
  line-height: 40px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #1771b3;color:#FFF  }

nav a:hover { background-color: #1771b3; color:#FFF }

nav ul ul {
  display: none;
  position: absolute;
  top: 40px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 280px;
  float: none;
  display: list-item;
  position: relative;
}
nav ul ul ul {
  display:none;
  left: 280px;
  position: absolute;
}
nav ul ul ul li {
  position: relative;
  top: -40px;
  left: 0px;
}

nav ul  li > a:after { content: ' +'; }

nav ul  li > a:only-child:after { content: ''; }

nav ul ul li > a:after { content: ' +'; }

nav ul ul li > a:only-child:after { content: ''; }

nav .toggle { display:none}

.logo img{ /*padding:6px;*/ margin:0 auto}

.gridInput input[type="text"],.gridInput select{ margin-top:0px !important; border-bottom:none !important; padding:0px !important;}
.loginBox{background: rgba(256, 256, 256, 0.9);border-radius: 4px;box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); margin:0 auto; padding:20px 40px!important}

.tree {
    border: 1px solid lightgray;
    max-height: 550px;
    overflow: auto;
}
/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

nav { margin: 0; }
nav ul li {
  border-bottom:1px solid #06C;
}
nav .toggle + a, nav .menu { display: none; }

nav .toggle {
  display: block!important;
  background-color: #004069;
  padding: 0 20px;
  color: #FFF;
  line-height: 40px;
  text-decoration: none;
  border: none;
  font-size:15px;
  cursor:pointer;
  height:40px;
}

nav .toggle img{ width:24px; padding-top:10px;}

nav .toggle:hover { background-color: #1771b3; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #045fa1; }
nav ul ul ul a:hover { background-color: #004069; }
nav ul li ul li .toggle,
 nav ul ul a { background-color: #1771b3;}
nav ul ul a:hover{ background-color: #045fa1;}
nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}




.btn{
    font-size: .9rem;
	line-height: 58px;
	border-radius: 2px;
    text-decoration: none;
    color: #FFF;
    background-color: #137bb8;
    text-align: center;
    letter-spacing: 0.5px;
	will-change: opacity, transform;
    transition: all 0.2s ease-out 0s;
    cursor: pointer; padding:10px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16), 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.btn:hover{ 
	color:#fff;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
	background-color:#09F;
}


.btn i{
    font-size: 1.3rem;
    line-height: inherit;
	padding:0 5px;
}

.btn1{
	width:140px;
	margin-top:10px;
	line-height: 38px;
	border-radius: 2px;
    text-decoration: none;
    color: #FFF;
    background-color: #137bb8;
    text-align: center;
    letter-spacing: 0.5px;
	will-change: opacity, transform;
    transition: all 0.2s ease-out 0s;
    cursor: pointer; padding:10px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16), 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.btn1:hover{ 
	color:#fff;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
	background-color:#09F;
}

.btn2{
    font-size: .9rem;
	/*line-height: 58px;*/
	border-radius: 2px;
    text-decoration: none;
    color: #FFF;
    background-color: #137bb8;
    text-align: center;
    letter-spacing: 0.5px;
	will-change: opacity, transform;
    transition: all 0.2s ease-out 0s;
    cursor: pointer; padding:10px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16), 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.btn2:hover{ 
	color:#fff;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
	background-color:#09F;
}


.btn2 i{
    font-size: 1.3rem;
    line-height: inherit;
	padding:0 5px;
}

.btn2 span{
    line-height: 21px;
	vertical-align: top;
    font-weight: bold;
}

.red {
    background-color: #F44336 !important;
}
.logout{ line-height:100px !important}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    background-color: transparent;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: #9E9E9E;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    outline: medium none;
    height: 2rem;
    width: 100%;
    font-size: .8rem;
    /*margin: 15px 0px 0px 0px;*/
    padding: 0px;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s ease 0s;
}

select {
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #9E9E9E !important;
    border: none;
    height: 2rem;
}



input:focus ~ label, textarea:focus ~ label{/*, input:valid ~ label, textarea:valid ~ label {*/
 font-size: 0.8em;
 color:#000;
 top: -1.80rem;
 -webkit-transition: all 0.125s ease;
 transition: all 0.125s ease;
}

.styled-input {
  float: left;
  width: 33.3333%;
  margin: 0.9rem 0 0.5rem;
  position: relative;
}

.styled-input label {
  color: #000;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
    width: 100%;
    text-transform: uppercase;
}
.styled-input label.active {
 font-size: 0.8em;
 color:#000;
 top: -1.80rem;
 margin-bottom:10px;
    text-transform: uppercase;
}
.styled-input span.errmsg {
  color: #c00;
  font-size: .7rem;
  top:2rem;
  text-transform: uppercase;
}

.msgSuccess{color:#090; font-size:20px}
.msgerror{color:#c00; font-size:20px}

.styled-input.wide { width: 100%; }

.styled-input1 {
  float: left;
  width: 33.3333%;
  margin: 0rem 0 0rem;
  position: relative;
}
.styled-input1 input[type="text"]{
	margin-top:0px;
    padding: 0 10px !important;
}
.styled-input1 span.errmsg {
  color: #c00;
  font-size: .7rem;
  top:2rem;
  text-transform: uppercase;
}
.styled-input1 .text {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #9E9E9E;
    background-color: lightgoldenrodyellow;
}
.styled-input1 .btn {
    padding: 4px;
    line-height: 0 !important;
}

input,
textarea {
  padding: 0.5rem 0.5rem;
  border: 0;
  width: 100%;
  font-size: 1rem;
}

input ~ span,
textarea ~ span {
  display: block;
  width: 0;
  height: 2px;
  background:#090;
  position: absolute;
  bottom: 0;
  left: 0;
  margin:0px 8px;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 97%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.styled-input1 input ~ span,
.styled-input1 textarea ~ span {
  display: block;
  width: 0;
  height: 2px;
  background:#090;
  position: absolute;
  bottom: 0;
  left: 0;
  margin:0px 8px;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  top:32px;
}

.styled-input1 input:focus,
.styled-input1 textarea:focus { outline: 0; }

.styled-input1 input:focus ~ span,
.styled-input1 textarea:focus ~ span {
  width: 97%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.styled-check {
  float: left;
  width: 33.3333%;
  margin: 0.9rem 0 1.2rem;
  position: relative;
}

.styled-input label span {
    position: static !important;
}

@media only screen and (min-width:48rem){
	body{font-size:16px}
	.slide-menu{width:25%}
	.open{transform:translate3d(0,0,0)}
	.hero-headline{font-size:6rem;margin-bottom:2rem}
	.hero-copy{font-size:1.25rem;margin-bottom:2rem}
	.box,.box-first,.box-large,.box-nested,.box-row{padding:1rem}
	.invisible-md{display:none;visibility:hidden}
	.visible-md{display:block;visibility:visible}
	

	}
@media only screen and (max-width:48em){
	
	.navbar h1{text-align:center!important; line-height:40px}
	.navbar .welcometxt{ text-align:center!important; padding:18px 5px;}
	.navbar .btnCol{ text-align:center!important}
	.footer p{ font-size:0.75rem;}
	.box{ padding:20px}
}

.box-datepicker ._720kb-datepicker-calendar {
    position: static !important;
}
.styled-input1 .moment-picker .moment-picker-container  {
    position: static !important;
}
.styled-input1 .angucomplete-dropdown {
    position: static !important;
}
.cal-icon {
    position: absolute;
    top: -24px;
    right: 4px;
}
.decimal-col {
    text-align: right;
}

.decimal-input {
    width: 100%;
    height: 76px !important;
    text-align: right;
    font-family: Consolas, monospace; /* Align decimals perfectly */
    padding: 0 6px 0 0 !important;
    box-sizing: border-box !important;
}

.decimal-input.highlight {
   background-color: lightgoldenrodyellow;
}

.mono-col .text {
    font-family: Consolas, monospace;
    text-align: right;
    padding-right: 6px;
}