@import url(https://fonts.googleapis.com/icon?family=Raleway:400,300,600);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

@media (max-width: 674px) {
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 675px) {
    .desktop-only {
        display: block !important;
    }
    .mobile-only {
        display: none !important;
    }
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  position: relative;
  top: 4px;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.xmarg {
	margin: 10px 0;
}
.xmargtop {
	margin: 20px 0;
}
.xrightmarg {
	padding-right: 4.34%;
}
.xmargbot {
	margin: 0 0 20px 0;
}
.xpad {
	padding: 5px 0;
}
.xpadleft { 
	padding-left: 24px; 
}
.nobotborder { border-bottom: 0; }

.bluetext { color: #0072bc; }
.redtext { color: #ce4623; }
.greentext { color: #8ac741; }
.graytext { color: #909090; }

select.widadjust,
input.widadjust { width: auto; }
select.widadjust { min-width: 185px; }

select.widadjust32 { width: 32%; }

select.widadjust-time { max-width: 70px !important; }


body {
	font-family: Raleway;
}

a { 
	color: #000000; 
	text-decoration: none;
	border-bottom: dotted 1px #a5a5a5;
}

h1 { 
	font-size: 18pt;
	margin: 12px 0 24px 10px;
	text-transform: lowercase;
	text-align: left;
	font-weight: 400;
}
h1 i.material-icons {
	top: 4px;
	font-size: 15pt;
	color: #b5b5b5;
	margin: 0 3px;
}
h1 a {
	color: #202020;
	border-bottom: dotted #e5e5e5 1px;
}
h3 {
	font-size: 18pt;
	font-weight: 300;
	text-transform: lowercase;
	padding: 9px 0;
}
h3 i.material-icons {
	font-size: 18pt;
	top: 5px;
	margin-right: 5px;
}
h3.greentext {
	position: absolute;
	top: 0;
	left: 34%;
	margin-left: -150px;
	padding: 9px 0;
	width: 540px;
	background-color: #c0c0c0;
	background-image: linear-gradient(#c0c0c0, #cccccc);
	color: #202020;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
h3.redtext {
	color: white;
	background-color: #ce4623;
}
h4 {
	font-size: 17pt;
}
optgroup {
	padding: 6px
	background-color: #e5e5e5;
}

.head { 
	padding: 12px 0 0 0;
	background-color: #f9f9f9;
	background-image: linear-gradient(#ffffff, #f5f5f5);
}

a.logo {
	display: inline-block;
	width: 210px;
	height: 59px;
	margin: 12px 0 22px 0;
	margin-left: 2%;
	text-indent: -9999px;
	background-image: url(../images/kvweb-logo-2016.png);
	background-size: 210px 59px;
	border-bottom: 0;
}

.identity {
	font-size: 12pt;
	padding-top: 5px;
}
.identity select {
	font-size: 13pt;
}
.identity div.fieldtitle {
	margin-right: 24px;
}


.myaccount {
	position: relative;
	top: 21px;
	width: 100%;
	text-align: left;
}
.myaccount a.myaccbut {
	border-bottom: 0;
	display: inline-block;
	height: 49px;
	width: 100%;
}
.myaccount a i.material-icons {
	top: 0;
	left: 3%;
	font-size: 23pt;
	border-bottom: 0;
	border: solid 1px #ccc;
	border-radius: 50%;
	padding: 8px;
	background: #fff;
	transition: background-color .25s ease-in-out;
	transition: border-radius .25s ease-in-out;
}
.myaccount a.hovered i.material-icons {
	background-color: #0a2421;
	border: solid 1px #0a2421;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.myaccmenu {
	position: absolute;
	top: 79px;
	margin-left: -30px;
	z-index: 9999;
	width: 125px;
	box-shadow: 10px 10px 10px -5px #b5b5b5;
}
.myaccmenu ul {
	margin-bottom: 0;
	text-align: left;
	max-width: 125px;
}
.myaccmenu ul li {
	display: block;
	height: 49px;
	line-height: 47px;
	list-style-type: none;
	margin-bottom: 0;
}
.myaccmenu ul li a {
	display: block;
	background-color: #0a2421;
	color: white;
	border-bottom: 0;
	height: 49px;
	padding: 0 24px 0 12px;
	text-align: center;
	text-transform: lowercase;
	transition: background-color .25s ease-in-out;
}

.myaccmenu ul li a:hover {
	background-color: #0fa0ce;
	color: #ffffff;
}
.myaccmenu ul li a i.material-icons {
	top: 4px;
	font-size: 13pt;
	margin-right: 6px;
}
.logincont {
	max-width: 100%;
	margin: 150px auto;
	background-image: linear-gradient(#eeeeee, #ffffff);
}
@media (min-width: 1150px) {
	.logincont { max-width: 90%; }
}

@media (min-width: 1350px) {
	.logincont { max-width: 80%; }
}

@media (min-width: 1550px) {
	.logincont { max-width: 70%; }
}

@media (min-width: 1750px) {
	.logincont { max-width: 60%; }
}

.login { 
	background-color: #ffffff;
	padding: 4% 5%;
	box-shadow: 0 0 2.5em #c5c5c5;
	position: relative;
	top: -35px;
}
@media (min-width: 1050px) {
	.login { padding: 8% 10%; }
}
.login h1 {
	margin: 12px 0 36px 0;
	font-size: 27pt;
	text-align: center;
}
.login h1 i.material-icons {
	font-size: 24pt;
}
.login h1 i.material-icons {
	top: 7px;
}
.logincont a.logo { 
	margin-top: 110px; 
	width: 285px;
	height: 80px;
	background-size: 285px 80px;
}
.login h3 {
	left: auto;
	margin-left: 0;
	margin-bottom: 30px;
	position: relative;
	padding: 9px 0;
	border-radius: 30px;
	width: auto;
	max-width: 100%;
}
.userinfo {
	padding-top: 18px;
}

a.optbutton, span.optbutton {
	display: inline-block;
	padding: 3px 12px;
	margin: 3px 6px;
	background: #b5b5b5;
	border-radius: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
	transition: background-color .15s ease-in-out;
}
a.optbutton:hover {
	background: #aaaaaa;
}
a.new {
	padding: 3px 7px;
	background: #a1d267;
	color: #fff;
}
a.new:hover {
	background: #8ac741;
}
a.edit {
	padding: 3px 7px;
	background: #338ec9;
	color: #fff;
}
a.edit:hover {
	background: #0072bc;
}
a.delete {
	padding: 3px 7px;
	background: #d86b4f;
	color: #fff;
}
a.delete:hover {
	background: #ce4623;
}
a.review {
	padding: 3px 7px;
	background: #5a5a5a;
	color: #fff;
}
a.review:hover {
	background: #303030;
}
a.review i.material-icons {
	font-size: 15pt;
	color: #eeeeee;
	top: 3px;
}
span.disabled {
	padding: 3px 7px;
	background: #e9e9e9;
	color: #aaaaaa;	
}
.tierone, .tiertwo {
	margin: 0 0 12px 0;
}
.tierone a, .tiertwo a {
	display: inline-block;
	margin: 0 12px;
}
.tierone a {
	font-size: 15pt;
}
.tiertwo a {
	font-size: 12pt;
}

.leftnavcat {
	background: #7a7a7a;
	background-image: linear-gradient(#7a7a7a, #909090);
	width: 90%;
	color: #d0d0d0;
	font-size: 10pt;
	padding: 6px 0 6px 10px;
}
.leftnavcat:not(:first-child) {
	margin-top: 24px;
}
.leftnav {
	background: #909090;
	padding: 18px 9px 58px 9px;
	text-align: left;
	min-height: 700px;
	border-bottom-right-radius: 2em;
}
.leftnav a { 
	color: white;
	display: inline-block;
	width: 90%;
	padding: 9px 0 9px 9px;
	transition: background-color .25s ease-in-out;
}
.leftnav a._on {
	background: #e5e5e5;
	background-image: linear-gradient(#e5e5e5, #d5d5d5);
	color: #202020;
	border-bottom: 0;
}
.leftnav a._on:hover {
	background: #f5f5f5;
}
.leftnav a._on i.material-icons {
	float: right;
	font-size: 19pt;
	top: -1px;
	color: #707070;
}
.leftnav a:hover {
	background: #7a7a7a;
}
.leftnav a.sub {
	font-size: 10pt;
	padding: 3px 0 3px 0;
	padding-left: 10%;
	width: 84%;
}
.leftnav a.sub._on i.material-icons {
	float: right;
	font-size: 15pt;
	top: 0;
	color: #707070;
}
.leftnav i.material-icons {
	font-size: 13pt;
	top: 3px;
}
span.reviewcount {
	font-family: Arial;
	display: inline-block;
	position: relative;
	margin-left: 9px;
	font-size: 10pt;
	color: #fff;
	min-width: 21px;
	text-align: center;
	background: #7a7a7a;
	border-radius: 12px;
	border: solid 1px #cacaca;
}

.advbrowse {
	border-bottom: solid 1px #f0f0f0;
}
.advbrowseopts {
	padding-bottom: 15px;
}
.advbrowseopts a {
	display: inline-block;
	padding: 0;
	border-bottom: 0;
	color: #505050;
}
.advbrowseopts a:hover {
	color: #328dc8;
}
.advbrowseopts i.material-icons {
	top: 5px;
	padding-right: 3px;
	margin-left: 12px;
	font-size: 14pt;
}
.advbrowseopts i.redx {
	top: 1px;
	padding: 3px 3px 3px 2px;
	background: #d86b4f;
	color: #fff;
	border-radius: 18px;
	margin-left: 2px;
	font-size: 9pt;
}
.advbrowseopts i.redx:hover {
	background: #ce4623;
}


.columnoptions {
	padding: 18px 0;
	border-bottom: solid 2px #eee;
}
.pagenav {
	margin: 24px 0;
	display: inline-block;
	padding: 8px 8px 0 8px;
	border: solid 1px #cccccc;
	border-radius: 36px;
}
.pagenav a.optbutton, .pagenav span.optbutton { 
	position: relative;
	top: 3px;
}
.pagenav.nopages {
	padding: 8px 48px;
	color: #aaaaaa;
}
a.sort {
	display: inline-block;
	position: relative;
	top: 6px;
	max-height: 24px;
	background: #8ac741;
	color: #fff;
	border-radius: 50%;
	font-size: 15pt;
	border-bottom: 0;
	transition: background-color .15s ease-in-out;
}
a.sort:hover {
	background: #7ca941;
}
a.sort i.material-icons {
	top: 0;
}

.row.browse:nth-child(odd) {
    background-color: #f5f5f5;
}
.row.browse:nth-child(even) {
    background-color: #ffffff;
}
.row.browse:nth-child(odd),
.row.browse:nth-child(even) {
	transition: background-color .15s ease-in-out;
}
.row.browse:nth-child(even):hover,
.row.browse:nth-child(odd):hover {
    background-color: #c9eb9b;
}
.browseitem {
	text-align: left;
	padding-top: 7px;
	max-width: 33% !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	_cursor: hand;
}

.pubitem {
	text-align: left;
	padding-top: 7px;
	max-width: 33% !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.buttons {
	padding: 0 0 12px 0;
	margin: 0 0 36px 0;
	border-bottom: solid 1px #b5b5b5;
	box-shadow: 0 15px 12px -12px #d5d5d5;
}

.pagepreview iframe {
	position: relative;
	width: 94%;
	min-height: 580px;
	border: solid 1px #ddd;
	box-shadow: 5px 5px 20px -5px #cccccc;
}
.subtitle {
	color: #808080;
	border-bottom: solid 2px #e5e5e5;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 10pt;
}

.kvform {
	text-align: left;
}
.fieldtitle {
	margin-bottom: 3px;
	color: #222222;
	font-size: 10pt;
}
.fieldtitle i.material-icons {
	margin-left: 3px;
	color: #c00000;
	font-size: 12pt;
	top: 2px;
}
.fieldvalue {
	margin-bottom: 1em;
	min-height: 38px;
	width: 90%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	box-shadow: none;
	box-sizing: border-box;
}
.fieldvalue,
.fieldvalue a {
	color: #505050;
}
.fieldnotice {
	background-image: linear-gradient(#d5d5d5, #e5e5e5);
	font-size: 10pt;
	padding: 3px 0;
	text-align: center;
}
.fieldnotice i.material-icons {
	margin-left: 3px;
	font-size: 12pt;
	top: 3px;
	color: #4a4a4a;
}
.wysview {
	margin-bottom: 1.5em;
	min-height: 38px;
	width: 95.66%;
	padding: 16px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	box-shadow: none;
	box-sizing: border-box;
	
}
.inpdate {
	max-width: 140px;
}
.inppass {
	max-width: 180px;
}
.path i.material-icons {
	top: 6px;
	margin-right: 5px;
	color: #222;
}
input.inppath {
	max-width: 50%;
}
button.inppath {
	margin: 0 0;
	border: 0;
	padding: 0 6px;
}
select.changeint {
	margin: 0 0;
}
.inpradio {
	margin-bottom: 1.5em;
	font-size: 10pt;
	padding: 8px 6px 4px 6px;
	box-sizing: border-box;
}
input[type="radio"] {
	position: relative;
	top: 2px;
	margin: 0 3px 0 9px;
}
.selmulti { min-height: 180px; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.inpradio,
.manycheck {
	transition: background-color .35s ease-in-out;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="text"]:hover,
input[type="date"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover,
.inpradio:hover,
.manycheck:hover {
	background-color: #c9eb9b;
}
 
textarea.inpwysiwyg {
	min-height: 400px;
}
.uploads {
	text-align: right;
	text-transform: uppercase;
	font-size: 10pt;
}
.uploads i.material-icons {
	margin-left: 9px;
}
.uploads i.material-icons:hover {
	color: #606060;
}
.manycheck {
	background: #e5e5e5;
	padding: 12px;
	width: 87.5%;
}
.indchecks {
	display: inline-block;
	margin: 0 12px 6px 0;
	border: solid 1px #fff;
	padding: 8px 8px 0 8px;
}
.manycat {
	margin: 6px 0;
	border-bottom: dotted 1px #000;
}
.utillist a {
	display: inline-block;
	width: 60%;
	margin: 0 auto 28px 0;
	padding: 12x 0 18px 0;
	border-bottom: 0;
}
.utillist em { 
	font-size: 10pt;
	font-style: normal;
	color: #b0b0b0;
	line-height: 14px !important;
}
.utillist i.material-icons {
	top: 4px;
	font-size: 14pt;
}

.orderbox select {
	min-height: 400px;
}

table.customreport {
	font-size: 10pt;
}
table.customreport th,
table.customreport td {
	border: solid 1px #eee;
	text-align: left;
}
table.customreport th {
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.resourcepicker { 
	margin-top: 18px;
	text-transform: lowercase;
}
.resourcepicker a {
	border-bottom: 0;
}
.resourcepicker a:hover {
	color: #0471bb;
}

.resourcepicker i.material-icons {
	font-size: 60pt;
	opacity: 0.4;
}

.popupsubtitle {
	background: #e5e5e5;
	padding: 12px;
	margin-bottom: 12px;
}

.popupsubtitle a {
	display: inline-block;
	float: right;
	margin-right: 12px;
	border-bottom: 0;
	color: #808080;
}
.popupsubtitle a:hover {
	color: #338ec9;
}

.popupsubtitle-err {
	background-color: #d86b4f;
	color: #ffffff;
	font-weight: bold;
	padding: 12px 0;
}
.popupsubtitle-err a {
	color: white;
}

.rmletters {
	padding-bottom: 9px;
}
a.rmbutton {
	margin: 0 1.5px !important;
	padding: 3px 0px !important;
	font-size: 9pt;
	width: 25px;
}
a.rmbuttonSel {
	background-color: #222;
}
a.rmalllink {
	display: inline-block;
	margin-left: 12px;
	border-bottom: 0;
}
a.rmalllink i.material-icons {
	top: 7px;
}
.rmfilename {
	
}
.rmfilename i.material-icons {
	font-size: 14pt;
	margin-left: 5px;
}
a.rmfiledelete {
	border-bottom: 0;
}
.fileresult img {
	max-height: 250px;
}
.filefinish {
	margin-top: 12px;
}

a.icon {
	font-size: 12pt;
	display: inline-block;
	margin: 24px;
	padding: 19px 31px 12px 65px;
	height: 32px;
	background-size: 32px 32px;
	background-position: 24px center;
	background-repeat: no-repeat;
	border-bottom: 0;
	border-radius: 38px;
	background-color: #f0f0f0;
	box-shadow: 0 2px 0 #ccc;
	
}
a.icon:hover {
	color: #000;
	background-color: #c9eb9b;
}
a.icon-gif {
	background-image: url(../images/filetypes/gif.png);
}
a.icon-jpg, a.icon-jpeg {
	background-image: url(../images/filetypes/jpg.png);
}
a.icon-png {
	background-image: url(../images/filetypes/png.png);
}
a.icon-doc {
	background-image: url(../images/filetypes/doc.png);
}
a.icon-docx {
	background-image: url(../images/filetypes/docx.png);
}
a.icon-ppt {
	background-image: url(../images/filetypes/ppt.png);
}
a.icon-pptx {
	background-image: url(../images/filetypes/pptx.png);
}
a.icon-xls {
	background-image: url(../images/filetypes/xls.png);
}
a.icon-xlsx {
	background-image: url(../images/filetypes/xlsx.png);
}
a.icon-pdf {
	background-image: url(../images/filetypes/pdf.png);
}
a.icon-mpg, a.icon-mpeg {
	background-image: url(../images/filetypes/mpg.png);
}
a.icon-mp4 {
	background-image: url(../images/filetypes/mp4.png);
}
a.icon-mp3 {
	background-image: url(../images/filetypes/mp3.png);
}
a.icon-wav, a.icon-wma {
	background-image: url(../images/filetypes/wav.png);
}

.error {
	background-color: #d86b4f;
	background-image: linear-gradient(#d86b4f, #ce4623);
	color: #ffffff;
	font-size: 13pt;
	margin: 18px 0;
	padding: 3px 2% 7px 2%;
	max-width: 86%;
}
.error i.material-icons { 
	position: relative;
	top: 6px;
	font-size: 17pt;
}

.smallerror {
	display: block;
	max-width: 60%;
	margin: 12px auto 17px auto;
	background: #d86b4f;
	padding: 0 18px 2px 12px;
	color: white;
}
.smallerror i.material-icons { 
	position: relative;
	top: 7px;
	font-size: 18pt;
	margin-bottom: 12px;
}

.errorexpl li {
	font-size: 12pt;
	text-align: left;
	margin: 0 0 0 54px;
	padding: 0;
}
.foot {
	margin: 36px 36px;
	font-size: 11pt;
	color: #a5a5a5;
}
.stats i.material-icons,
.credit i.material-icons {
	font-size: 16pt;
	top: 6px;
}

/**
 * Calendar popover
 */
.ccal { position: relative; top: -5px; width: 24em; font-size: 0.85em; background: #ffffff; border: solid 1px #e5e5e5; box-shadow: 1px 1px 0 #909090; z-index: 9999;}
.ccal ul { margin: 0; padding: 0 0 0 18px; text-align: left; }
.ccal li { list-style-type: none; display: inline-block; width: 13.2%; cursor: pointer; text-align: center; }
.ccal li span { display: inline-block; line-height: 1.8em; }
.ccal li.calmonth { width: 66%; font-weight: bold; }
.ccal li span { padding: 0.1em 0.05em; display: block; }

.ccal li.calprev span, .ccal li.calnext span { background: #eee; color: #aaa; }
.ccal .calbody li.selected span { background: #8ac741; color: white; }

.ccal .calbody li.preselected span { background: #bfe191; color: white; }

.ccal * { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.today { color: brown; font-weight: bold; }


/**
 * Nestable
 */
.nestable-lists { display: block; clear: both; padding: 0; margin-bottom: 30px; width: 90%; }
#nestable-menu { padding: 0; margin: 30px 0; }
#nestable-output,
@media only screen and (min-width: 700px) {
    .dd { float: left; width: 48%; }
    .dd + .dd { margin-left: 2%; }
}

.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { 
	display: block; margin: 5px 0; padding: 8px; height: 38px; border: 1px solid #aaa;
    position: absolute; margin: 0; left: 0; top: 0; cursor: grab; width: 30px; white-space: nowrap; overflow: hidden;
	background: #ddd; background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%); background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%); background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-radius: 3px; -webkit-border-radius: 3px; border-top-right-radius: 0; border-bottom-right-radius: 0;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }
.dd-handle i.material-icons { color: white; font-size: 11pt; top: 2px; left: -2px; margin: 0; }
.dd-handle:hover { background: #ddd; }

.dd-item > button { display: block; position: relative; top: 3px; left: 6px; cursor: pointer; float: left; padding: 0; width: 16px; height: 17px; margin: 8px 12px; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; color: #404040; font-size: 11pt; font-weight: normal !important; line-height: 1; text-align: center; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-item > button { margin-left: 30px; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; 
	background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-content { display: block; margin: 5px 0; height: 38px; padding: 8px 10px 8px 40px; color: #333; text-decoration: none; font-size: 11pt; border: 1px solid #ccc;
    background: #fafafa; background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%); background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%); background: linear-gradient(top, #fafafa 0%, #eee 100%);
    border-radius: 3px; -webkit-border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-content:hover { background: #fff; }

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item > .dd-content { margin: 0; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
	box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1); -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.dd-link-icon {
	display: inline-block;
	margin-right: 9px;
	float: right;
}

.dd-link-icon i.material-icons {
	top: 0;
	color: #5a5a5a;
	font-size: 15pt;
}

.larg i.material-icons {
	font-size: 16pt;
}

.dd-icon {
	position: relative;
	top: -4px;
	float: right;
	display: inline-block;
}
.dd-icon a.optbutton {
	padding: 3px 6px;
	margin: 0 6px;
}
.dd-icon a.optbutton > i.material-icons {
	top: 1px;
	font-size: 13pt;
	margin: 0;
}
.dd-icon a {
	border-bottom: 0;
}

.dd-selected { 
    background: #a8cde4;
	border-color: #a8cde4;
	}
.dd-selected:hover { 
    background: #c0def0;
	}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.pre-load {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
}
.pre-load svg {
	position: fixed;
	top: 50%;
	margin-top: -75px;
	width: 150px;
	height: 150px;
}

@media (min-width: 800px) {
	.pre-load svg { left: 325px; }
}
@media (min-width: 900px) {
	.pre-load svg { left: 375px; }
}
@media (min-width: 1000px) {
	.pre-load svg { left: 425px; }
}
@media (min-width: 1100px) {
	.pre-load svg { left: 475px; }
}
@media (min-width: 1200px) {
	.pre-load svg { left: 525px; }
}
@media (min-width: 1300px) {
	.pre-load svg { left: 575px; }
}
@media (min-width: 1400px) {
	.pre-load svg { left: 625px; }
}
@media (min-width: 1500px) {
	.pre-load svg { left: 675px; }
}
@media (min-width: 1600px) {
	.pre-load svg { left: 725px; }
}
@media (min-width: 1700px) {
	.pre-load svg { left: 775px; }
}
@media (min-width: 1800px) {
	.pre-load svg { left: 825px; }
}
@media (min-width: 1900px) {
	.pre-load svg { left: 875px; }
}
@media (min-width: 2000px) {
	.pre-load svg { left: 925px; }
}

.spinner-y svg {
	-moz-animation: rotate-y 700ms linear infinite;
	-webkit-animation: rotate-y 700ms linear infinite;
	animation: rotate-y 700ms linear infinite;
}
@-webkit-keyframes rotate-y {
	100% {-webkit-transform: rotateY(360deg);}
}

@-moz-keyframes rotate-y {
	100% {-moz-transform: rotateY(360deg);}
}

@-moz-keyframes rotate-y {
	100% {transform: rotateY(360deg);}
}

.discover-fill{
	fill:#A1D267;
	box-shadow: 25px 0 25px #cccccc;
}
.design-fill{
	fill:#D86B4F;
	box-shadow: 25px 0 25px #cccccc;
}
.develop-fill{
	fill:#338EC9;
	box-shadow: 25px 0 25px #cccccc;
}




