@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa_Free_Bold-webfont.eot');
    src: url('../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa_Free_Light-webfont.eot');
    src: url('../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

* {
	margin:0px;
	padding:0px;
	border:0px;
	text-size-adjust: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:10pt;
	background:#fff;
	color:#030303;
	min-width: 1200px;
	height: 100%;
}
.scheduled-day.callpref {
    border: 2px solid #ff33ff !important;
}
.scheduled-day.recurring { 
	border: 1px solid #FF0000;
	/* background-color: rgba(255, 0, 0, 0.5);*/
}
p.scheduled-day[data-pastdue='1'] {
    background-color: #ff3ea6 !important;
}
.scheduled-day.recurring.blacklist { 
	background-color: rgba(0,0,0, .7) !important;
	color :#FFF;
}
.scheduled-day.legalwaiver {
	background-color: rgba(255, 255, 0, 0.5);
}
.scheduled-day.legalwaiver:hover {
	background-color: rgba(235, 235, 0, 0.7);
}
.scheduled-day.legalwaiver.blacklist {
	background-color: rgba(0,0,0,.7);
	color: #FFF;
}
.scheduled-day.reminder {
	background-color: rgba(255, 0, 0, 0.5);
	color: #030303;
}
.redcolor {
	color: #FF0000;
}
/*
.scheduled-day.recurring.legalwaiver {
background-color: rgba(255, 128, 0, 0.5);
}
.scheduled-day.recurring.legalwaiver:hover {
background-color: rgba(255, 128, 0, 0.7);
}
*/
.scheduled-day {
	background: rgba(0, 255, 197, 0.5); /*#bae9e5;*/
	border: 2px solid transparent;
	cursor: pointer;
	margin-bottom:5px;
	padding:2px;	
    position: relative;
}
.scheduled-day:hover {
	background: rgba(0, 255, 197, 0.75);
}
.scheduled-day.blacklist {
	background-color: rgba(0,0,0,.7);
	color: #FFF;
}
.scheduled-day.blacklist:hover {
	background: rgba(0,0,0,.7);
	color: #FFF;
}
.scheduled-day.softapp {
	opacity: .5;
}
.custom_month { width: 100%; }
.custom_month td { padding: 5px; }
.custom_month td label { display: inline !important; }

.clear {
	clear:both;
}

a {
	text-decoration:underline;
	color:#346c99;
}

a:hover{
	transition:.35s all;
	color:#1e6c9c;
}

input {
	cursor: pointer;
}

/*****************************
 # MAIN NAV - DROPDOWNS
*****************************/

nav {
	position:absolute;
	left:325px;
	bottom:1em;
	font-family:Nexa;
	font-weight:bold;
	z-index:20;
}


nav ul {
	display:block;
	position:relative;
	list-style:none;
	margin-bottom:0;
}

nav ul div {
	display:none;
}


nav ul li:hover > div {
	display: block;
}

nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}

nav ul li:hover a {
	color:#030303;
}

nav ul li + li {
	margin-left:22px;	
}

nav ul li a {
	display: block;
	padding-bottom:5px;
	text-align:center;
	font-family: Nexa, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	color: #030303;
	text-decoration: none;
}

nav ul li a:hover {
	color: #0080b6;
}

nav ul li div {
	position: absolute; 
	background:#eee;
	border:1px solid #ccc;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
	top: 100%;
	padding: 0;
	z-index:20;
	border-radius: 5px;
}

nav ul div ul li {
	float: none; 
	position: relative;
	line-height:18pt;
    margin-left: 0px !important;
}

nav ul div ul li a {
	text-align:left;
	color:#555;
	font-size:10pt;
	display:block;
	min-width:160px;
	height:35px;
	line-height:35px;
	padding:7px 20px;
}

nav ul div li + li {
	margin-left:0;
	border-top:1px solid #ccc;
}

nav ul div ul li a:hover {
	color: #555;
}

/************************
	UTILITIES
************************/
.select_grey {  padding-left: 5px !important; }
.select_grey option { color: black; }
.select_grey option:disabled { color: #A9A9A9 !important; }
.empty { color: #A9A9A9; }

.notification {
	position:absolute;
	min-height:20px;
	min-width:20px;
	max-width:200px;
	background-color:#FFF;
	border:1px solid #ababab;
	color:#666;
	padding:0px 1em 1em;
}

.notification div {
	text-align:right;
	font-size:11pt;
	margin-left:5px;
	float:right;
	padding:0px 5px;
	margin-right:-5px;
}

.notification div:hover {
	cursor:default;
	font-weight:bold;
}

.notification p {
	clear:both;
	line-height:18pt;	
}

#popup-back {
	display:none;
	background-color:rgba(0,0,0,.5);
	position:fixed;
	height:100%;
	width:100%;
	z-index:1000;
	top:0px;
	left:0px;
}

.popup {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	margin: -20px 0 0 -250px;
	width:450px;
	min-height:40px;
	z-index:1001;
	background-color:#F2F2F2;
}

.popup h2 {
	font-size:14pt;
	color:#08568F;
}

.popup .popup-top {
	background-color:#0080b6;
	width:100%;
	height:25px;
}

.popup p {
	margin:20px;
	font-size:12pt;
	color:#333333;
	line-height:17px;
	text-align:center;
	font-family: 'Arial', Helvetica, sans-serif;
}

.popup .pop-ins {
	background-color:#E2E2E2;
	text-align:center;
	padding:10px;
}

.pop-ins input[type='button'] {
	padding:5px 0;
	width:100px;
	text-align:center;
	background-color:#666;
	color:#FFFFFF;
	border-radius:0px;
	border:0px;
	font-size:16px;
	font-weight:normal;
	font-family: 'Arial', Helvetica, sans-serif;
}

.pop-ins input[type=button] + input[type=button]{
	margin-left:10px;
}

.pop-ins input[type='button']:hover {
	background-color:#444;
	cursor:pointer;
}

/************************
	CALENDAR
************************/

#schedule-calendar {
	margin-top:1em;
}

table.calendar { 
	border-collapse: collapse;
	border-left:1px solid #999;
	width:100%;
	margin:5px 0;
}

table.calendar td {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;	
	width:14.285%;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.calendar td.active {
	background: #e9f3f9;
	border: 2px solid #298cc9;
}

* html div.calendar-day { 
	height:70px; 
}

td.calendar-day:hover {
	background:#eceff5;
}

td.calendar-day-np {
	background:#eee;
	min-height:80px;
}

* html div.calendar-day-np {
	height:80px;
}

td.calendar-day-head {
	background:#ccc;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}

div.day-number {
	padding:2px 5px;
	text-align:right;
	color:#333;
	font-weight:bold;
}

.calendar-row td.calendar-day {
	height:120px;

}

td.calendar-day, td.calendar-day-np {
	width:14.285%;
	font-size:11px;
	vertical-align:top;
	padding:0px 5px 5px;
	border:1px solid #999;
}

table.week .calendar-day {
	height:200px;
	padding:5px;
}

.scheduled-day.active {
	border-color: #333;
}
.export_week { cursor: pointer; float: right; margin-top: 30px; line-height: 20px; color: #00599D; }
table.month .scheduled-day {
	overflow: hidden;
	text-align: left;
}

table.week .scheduled-day {
	white-space:normal;
	text-align: left;
}

#schedule-calendar h2 {
	font-size:25px;
	margin:0;
	padding:0;
	float:left;
	margin-top: 20px;
}
.lstnone {
	list-style-type:none;
}
.calendar-menu {
	border:1px solid #ccc;
	border-radius:5px;
	float:right;
}

.calendar-menu ul {
	list-style-type:none;
}

.calendar-menu li {
	display:block;
	float:left;
}

.calendar-menu li + li {
	border-left:1px solid #ccc;	
}

.calendar-menu li input {
	background:#e9e9e9;
	padding:5px 0;
	color:#444;
	width:65px;
	font-size:8pt;
	font-weight:bold;
}

.calendar-menu li input:hover {
	background:#ddd;
	box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.calendar-tab {
	text-align:center;	
}

.calendar-tab + .calendar-tab {
	display:none;	
}

#calendar-arrows {
	margin-right:10px;	
}

#calendar-arrows li input {
	width:30px;
}

#calendar-today {
	margin-right: 10px;
}

/************************
	REQUIRED FIELDS
************************/

input.required-input, select.required-input, textarea.required-input {
	border:1px solid #8b0300 !important;
	background-color: #F28B82  !important;
}

label.required-input {
	color:#8b0300 !important;
}

span.alert {
	display:inline-block;
	font-size:14pt;
	background:#8b0300;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height:25px;
	height:25px;
	width:25px;
	border-radius:50%;				
	vertical-align:top;
	margin-left:15px;
}

.dual-inputs span.alert {
	vertical-align:middle;	
}

.notification{
	position:absolute;
	min-height:20px;
	min-width:20px;
	max-width:300px;
	background-color:#FFF;
	border:1px solid #ababab;
	color:#666;
	padding:0px 1em 1em;
}

.notification div{
	text-align:right;
	font-size:11pt;
	margin-left:5px;
	float:right;
	padding:0px 5px;
	margin-right:-5px;
}

.notification div:hover{
	cursor:default;
	font-weight:bold;
}

.notification p{
	clear:both;	
}

.combo-options {
	z-index: 5;	
	background: #fff;
	border: 1px solid #888;
	max-height: 400px;
	width: 100%;
	overflow-y: scroll;
	position: absolute;
}

.combo-options ul {
	list-style-type: none;
}
.combo-options ul li[data-flag='1'] {
    background-color: #f2f2f2;
    color: #a1a1a1;
}
.combo-options ul li {
	padding: 6px 15px;
	border-bottom: 1px solid #ddd;
}

.combo-options ul li:hover {
	background: #dbeaf9;
	cursor: default;
}

.combo-sel {
	background: #dbeaf9;
}

/*****************************
 # GENERAL STYLES
*****************************/

#logo img { max-height: 106px; }

#wrapper {
	/*
	margin: 2em auto;
	padding:0 50px;
	*/
	position: relative;
}

.content {
	max-width: 1200px;
	padding: 0 15px;
	margin:0 auto;
	position: relative;
}

#header {
	background: #eee;
	box-shadow: 0 0px 6px 0 rgba(0,0,0,.5);
	padding: 20px 0 20px;
}

#body {
	padding:1em 15px;	
}

#sub-nav {
	position: absolute;
	right: 10px;
	top: 10px;		
}

#sub-nav ul {
	list-style-type: none;	
}

#sub-nav ul li {
	float: left;
	line-height:7px;
}

#sub-nav ul li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid;
}

#title {
	margin:1em 0;	
}

h1 {
	font-family: Nexa;
	font-size:25px;
}

h2 {
	color: #346c99;
	font-family: Nexa, Arial, Helvetica, sans-serif;
	margin: 2px 0 10px;
	font-size: 13pt;
}

.general-form {
	margin: 1em 0;
}

.utility {
	background: #F0F0F0;
	border: 1px solid #333;
	border-radius: 4px;
	padding: 15px;
}
.utility.select-wrap {
	width: 750px;
}
.utility label {
	min-width: 67px;
}

.main-left {
	width:68%;
	float:left;	
}

.main-right {
	width:30%;
	float:right;
}

.input.combo-holder {
	position:relative;
}

.input label {
	font-size:11pt;
	color:#444;
	display:block;
}

.input input[type=text],  .input select, .input textarea, .input input[type=password] {
	border:1px solid #333;
	width: 94%;
	padding: 0 3%;
	height: 35px
}

.input textarea {
	height:60px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	padding:3%;
}

.input select {
	width: 100%;
	min-width:50px;
	padding: 0;
}

.input select option {
	padding: 10px 0;
}

.input + .input, .clear + .input {
	margin-top: 1em;	
}

.dual-input input[type=text] {
	width: 55%;
}
.dual-text input[type=text] {
	width: 40%;
}
.dual-text input[type=text] + input[type=text] {
	float: right;
}

.dual-input select {
	width:30%;
	float:right;
}

.form-col {
	width:30%;
	float:left;	
}
.form-col.billing-addr {
	margin-top: 50px;
}
.form-col.service-addr {
	margin-top: -27px;
}

.form-col + .form-col {
	margin-left: 5%;	
}

.form-dual-col {
	width:65%;
	float:left;
}

.form-col + .form-dual-col {
	margin-left:5%;	
}

.fill-button {
	color: #fff;
	background: #346c99;
	font-family: Nexa, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	opacity: .8;
	outline: none;
}

.fill-button:hover {
	opacity:1;
	transition:.30s all;
}

.input-question {
	width:65%;
	float:left;
	margin-top:10px;
}

a.icon-link {
	text-decoration:none;
}

.icon-link img {
	width: 18px;
	margin-right:10px;
	vertical-align:bottom;
}

.general-form input[type=button] {
	width: 100%;
	height: 35px;
}

.general-form .fill-button.add, .general-form .fill-button.remov {
	display: inline-block;
	height: 30px;
	margin-left: 10px;
	width: 195px;
}

.general-form + h1 {
	margin-top:2em;	
}

.list-table {
	width: 100%;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	margin-top:1em;
}

.list-table th {
	font-weight: normal;
	font-size: 10pt;
	border-left:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	color:#222;
	background:#ddd;
	font-weight:bold;
	padding:3px 10px
}

.list-table tr td {
	color: #111;
	background:#fff;
	font-size:10pt;
	border-left:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	padding:3px 10px
}

.list-table tr:nth-child(2n) td {

}

.list-table .icon-link img {
	vertical-align:-3px;
	margin-right:6px;
}

.abc {
	text-align:left;	
}

.num {
	text-align:right;	
}

.list-table a {
	color:#004868;
	display: inline-block;
	vertical-align: middle;
}

.list-table a + a {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #fff;
}

.list-table a:hover {
	text-decoration:underline;	
}

.sm-check-holder h2 {
	float:left;
}

.sm-check {
	float:right;
	font-size:9pt;
}

.sm-check label {
	vertical-align:middle;	
}

.sm-check input[type=checkbox] {
	vertical-align:middle;	
}

.break {
	height:4em;	
}
.break.small {
	height:1em;
}

#species_options {
	display:none;	
}

#customer-form .submit-button {
	width: auto;
	padding:0 15px;
}

#customer-form .button-holder {
	margin-top:1em;
	text-align:right;	
}
.multi_user { display: block; cursor: pointer;}
.multi-employee { padding: 10px 0px; }
#employee_selector {
	/*max-width:250px;*/
}
#employee_selector input[name=employee_name] {
	width: 250px;
	vertical-align: top;
}
#employee_selector .add {
	height: 20px; 
	padding: 7px 10px;
}

.button {
	text-align:right;
}

.button .fill-button {
	padding:8px 15px;	
}

#status-form {
	margin-bottom:2em;
}

#status-recent {
	font-family: sans-serif;
	line-height: 19pt;
	margin-bottom: 2em;
	font-size: 13pt;
}

#status-recent .status-date {
	display:inline-block;
	margin-right:15px;	
}

.inline select {
	display:inline-block;
	width:auto;	
}

.inline input[type=text] {
	display:inline-block;
	width: 137px;
}

.inline label {
	display:inline-block;
	margin-right:20px;
	width:auto;
}

#schedule-form .fill-button {
	padding: 6px 10px;
	width: 155px;
}

#schedule-form .fill-button + .fill-button {
	float:right;
}

#user-credentials {
	margin-bottom:1em;
}

.filter {
	width: 30%;	
	border:1px solid #000;
}

.filter input[type=text] {
	width:75%;
	border:0;
	padding:0 2%;
}

.filter input[type=submit] {
	background: #757474; /* Old browsers */
	background: -moz-linear-gradient(top,  #757474 0%, #565656 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757474), color-stop(100%,#565656)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #757474 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #757474 0%,#565656 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #757474 0%,#565656 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #757474 0%,#565656 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757474', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:0;
	height:35px;
	width:20%;	
	border-left:1px solid #000;
	float:right;
}

.filter input[type=submit]:hover {
	background: #656565; /* Old browsers */
	background: -moz-linear-gradient(top,  #656565 0%, #4a4a4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#4a4a4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #656565 0%,#4a4a4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #656565 0%,#4a4a4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #656565 0%,#4a4a4a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #656565 0%,#4a4a4a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#4a4a4a',GradientType=0 ); /* IE6-9 */	
}

#select-service {
	height: 30px;
	padding-left: 7px;
	width: 376px;
}

#save-service {
	margin: 8px 0 0 1px;
	opacity: 0;
	width: 100px;
}
.loadgif {
	display: none;
	left: 10px;
	position: relative;
	top: 4px;
}
#addDup .button, #verifyAddress .button {
	position: absolute;
	bottom: 0px;
	right: 0px; 
}
.customerSearchResults {
	overflow-y: auto;
	max-height: 500px;
	margin-top: 20px;
}
.customerSearchResults .list-table {
	margin-top: 0px;
}
.customerSearchResults .list-table tr {
	cursor: pointer;
}
#duplicate_results { width: 100%; }
#duplicate_results td, #duplicate_results th { padding: 5px; }
#duplicate_results th { border-bottom: 2px solid #000; text-align: left;}
#shadeBackground, #shadeBack { background-color: rgba(51,51,51,.7); position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; z-index: 100; }
#shadeBackground #addNotes, #shadeBack #addDup, #shadeBack #verifyAddress { background-color: #FFF; width: 50%; position: absolute; }
#searchCustomer { 
    background-color: #FFF;
    width: 70%;
    position: absolute;
    padding: 35px;
    box-sizing: border-box;
	left: 15%;
	top: 75px;
}
#exportCustomer {
    background-color: #FFF;
    width: 70%;
    position: absolute;
    padding: 35px;
    box-sizing: border-box;
	left: 15%;
	top: 75px;
}
#shadeBackground #addNotes form { margin: 35px; }
#shadeBackground #addNotes select { width: 48%; border: 1px solid #333; height: 35px; }
#shadeBackground #addNotes .selectContainer { width: 100%; margin-bottom: 15px; }
#shadeBackground #addNotes textarea { border: 1px solid #333; height: 200px; width: 100%; resize: none; }
.menu_bottom_table { width: 100%; text-align: center; border: 1px solid #333; padding: 5px; background-color: #ffffff; }
.showhiderow { width: 102px; height: 88px; overflow: hidden; }
.showhidemore { color: #AAA; padding-top: 4px; cursor: pointer; }
.hidden { display: none !important; }
#technicianView { height: 22px; }
#tech-view { margin-right: 10px; }
.invoice-tab { height: 40px; font-size: 10pt; }
.invoice-tab input { padding: 5px; margin: 5px; border: 1px solid #333; }

.width_right, .width_left { vertical-align: top; }
.width_left textarea { margin: 5px 0px 5px 5px; width: 375px; border: 1px solid #000; }
.image-holder {
	border: 1px solid #777;
	border-radius: 5px;
	padding: 15px;
	width: 300px;
	display: inline-block;
	height: 200px;
	vertical-align: top;
	position: relative;
	margin: 2px;
}
.image-holder img {
	display: block;
	max-width: 300px;
	max-height: 145px;
}
.image-holder input {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 230px;
}
.c-image-subm {
	width: 1004px; 
	margin: 5px 2px;
	height: 45px;
}
.image-holder span {
	position: absolute;
	bottom: 35px;
}
.image-holder .delete img {
	display: inline-block !important;
	vertical-align: bottom;
}
.image-holder .delete  {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.image-holder .delete_image {
	text-decoration: none;
	cursor: pointer; 
}
.bluebg {
	background-color: rgb(236, 241, 255);
}
table.padding5 th, table.padding5 td { padding: 3px 10px; }

.import-txt {
	font-size: 14px;
	font-weight: normal;
	color: #343434;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 10px;
}
.import-call {
	margin-left: 140px;
	cursor: pointer;
}
.popup_background {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 100;
}
.popup_window {
	background-color: #FFF;
	padding: 40px;
	box-sizing: border-box;
	width: 540px;
	/* height: 300px; */
	border: 1px solid #333;
	margin: 0px auto;
	z-index: 1000;
	position: absolute;
	top: 50px;
	left: 370px;
}
.popup_window label { display: block; padding: 5px 0px 2px; }
.submit-me, .clear-me { height: 35px; text-transform: uppercase; width: 49%; }

label.switch {
	position: relative;
	display: inline-block !important;
	width: 52px; /* 60px; */
	height: 26px; /* 34px; */
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px; /* 26px; */
	width: 20px; /* 26px; */
	left: 3px; /* 4px; */
	bottom: 3px; /* 4px; */
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}