@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700';*/

html { overflow-y: scroll; }

body {
	margin: 0;
	background-color: #fff;
	color: #5F5F5F;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
}

body *::-webkit-scrollbar-track { background-color: rgba(0,0,0,0); }
body *::-webkit-scrollbar { width: 10px; height: 10px; background-color: rgba(0,0,0,0); }
body *::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(200, 200, 200, 0.4); }

a {	color: #5F5F5F; text-decoration: none; }
a img { border:none; }
a.hover-underline:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

ol, ul{ list-style-type: none; margin: 0; padding: 0; }

table { border-spacing: 0; }


/* Inputs */
input[type="text"], input[type="password"], select {
    background-color: #fff;
	outline: medium none;
    border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
    color: #575757;
    padding: 10px;
    resize: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #575757;
}

input.input-large { font-size: 20px; padding: 14px; }
input.submit:focus { border: 1px rgba(0, 0, 0, 0.7) solid; }

.input_section { float: left; margin-bottom: 20px; margin-right: 20px; }
.input_label { font-size: 13px; margin-bottom: 3px; }
.input_descr { font-size: 11px; margin-top: 3px; color: #A3A3A3; }
.input_error { border: 1px solid #fe6d6d !important; background-color: #FFE2E2 !important; }

.topic1 { font-size: 26px; }
.topic2 { font-size: 20px; }
.topic3 { font-size: 16px; }

.ep-title {
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.ep-title-xs { font-size: 11px; }
.ep-title-s { font-size: 13px; }
.ep-title-m { font-size: 16px; }
.ep-title-l { font-size: 21px; }
.ep-title-xl { font-size: 27px; }

.ep-icon-xs { font-size: 11px; }
.ep-icon-s { font-size: 16px; }
.ep-icon-m { font-size: 24px; }
.ep-icon-l { font-size: 36px; }
.ep-icon-xl { font-size: 56px; }

.ep-box {
    border-color: #c5c5c5;
	border-style: solid;
    border-width: 1px;
	padding: 40px;
}

/* BOXES */
.ep-dash-box {
	background: #fff;
	/*border: 1px #e5e5e5 solid;*/
	margin-bottom: 40px;
	padding: 40px;
	/*box-shadow: 0 1px 1px 0 rgba(50,50,50,.09);*/
}
.ep-dash-box-py { padding: 20px 0; } /* padding y */


/* GRIDS */
.ep-col-100 {
	width: 100%;
	float: left;
}
.ep-col-75 {
	width: 75%;
	float: left;
}
.ep-col-66 {
	width: 66.666%;
	float: left;
}
.ep-col-50 {
	width: 50%;
	float: left;
}
.ep-col-33 {
	width: 33.333%;
	float: left;
}
.ep-col-25 {
	width: 25%;
	float: left;
}

.ep-col-p { padding: 0 20px; }
.ep-col-pl { padding-left: 20px; } /* padding left */
.ep-col-pr { padding-right: 20px; } /* padding right */

.btn {
	position: relative;
	display: inline-block;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-xs {
	padding: 6px 12px;
	font-size: 11px;
}
.btn-xs.btn-icon{ padding-left: 5px; }
.btn-xs.btn-icon span { font-size: 9px; padding-right: 5px; }

.btn-s {
	padding: 8px 16px;
	font-size: 13px;
}
.btn-s.btn-icon{ padding-left: 6px; }
.btn-s.btn-icon span { font-size: 10px; padding-right: 6px; }

.btn-m {
	padding: 10px 20px;
	font-size: 15px;
}
.btn-m.btn-icon{ padding-left: 9px; }
.btn-m.btn-icon span { font-size: 11px; padding-right: 9px; }

.btn-l {
	padding: 12px 24px;
	font-size: 17px;
}
.btn-l.btn-icon{ padding-left: 11px; }
.btn-l.btn-icon span { font-size: 11px; padding-right: 11px; }

.btn-xl {
	padding: 14px 28px;
	font-size: 19px;
}
.btn-xl.btn-icon{ padding-left: 14px; }
.btn-xl.btn-icon span { font-size: 11px; padding-right: 14px; }

.left { float: left; }
.right { float: right; }
.center { display: inline-block; margin:0 auto; }
.clear { clear: both; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.hide_this { display: none; }
.hidden { display: none !important; }
.pointer { cursor: pointer; }

.link { color: #2086b7; text-decoration: underline; cursor: pointer; }
.link:hover { color: #00aff0; }

.center-table {
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
}
.center-td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* Confirm lightbox */
.lightbox {
  position: absolute;
  z-index: 999;
  display: none;
  text-align: center;
  padding: 15px 20px 15px 15px;
  background-color: #fff;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 6px 0px; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 6px 0px; -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 6px 0px;
  font-size: 13px;
}
.lightbox_close_btn { position: absolute; top: -1px; right: 5px; cursor: pointer; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 15px; color: #52575b; font-weight: bold; }
.lightbox_close_btn:hover { color: #43a1ce; }
#confirm_lightbox_yes, #confirm_lightbox_no { font-size: 18px; color: #1fa5e3; font-weight: bold; }
#confirm_lightbox_yes:hover, #confirm_lightbox_no:hover{ text-decoration: underline; cursor:pointer; }

/* Code editor */
.code-editor {
    background-color: #4C3C36;
    color: #C0E499;
	font-size: 16px;
	font-family: monospace;
}

/* Alerts */
.alert {
	display: none;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.alert_green { background-color: #D8F3CD; border-color: #B9DD9B; color: #007A02; }
.alert_red { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert_yellow { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert_blue { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }

.preload_font_icons { position: absolute; top: 0px; left: 0px; filter: alpha(opacity=0); -webkit-opacity:0; -moz-opacity:0; opacity: 0; }


/* JQuery UI */
.ui-tooltip {
    font-size: 12px;
	color: #fff;
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 400px;
	background-color: rgba(80, 80, 80, .5);
	border-width: 0px !important;
	-webkit-box-shadow: 0 0 0px #aaa;
	box-shadow: 0 0 0px #aaa;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

/* JQuery UI Slider */
.ui-slider { border-radius: 0; height: 2px; }
.ui-slider-horizontal .ui-slider-handle { top: -9px; width: 14px; height: 14px; }
.ui-slider .ui-slider-handle { border-radius: 100%; cursor: pointer; outline:0; }


/* ZenDesk */
.zEWidget-launcher { right: 90px !important; }
