#k-editor{
	height: 100%;
	width: 100%;
	overflow-y: auto;
}
.k-kiosk-wrapper {
	display: block;
	position: relative;
	width: calc(100vw - 50px);
	margin-left: 50px;
	overflow: auto;
}
.k-item-wrapper {
	height: 100%;
	overflow: auto;
}
.container {
	overflow-y: auto;
}
/* MENU */
.k-side-menu {
	position: fixed;
	top: 0;
	width: 50px;
	height: 100%;
	text-align: left;
	background-color: #FFF;
	z-index: 999;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
}
.k-icon-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.k-icon-menu li {
	display: inline-block;
	width: 50px;
}
.k-icon-menu li a{
	width: 50px;
	height: 50px;
	display: block;
	color: #242F3F;
	text-decoration: none;
	cursor: pointer;
}
.k-icon-menu li a i{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 32px;
}
.k-icon-menu li a:hover{
	color: #00A0B1;
}
.k-icon-menu li a.active{
	color: #FFF;
	background-color: #00A0B1;
}
.k-top-menu {
	position: absolute;
	top: 0;

}
.k-bottom-menu {
	position: absolute;
	bottom: 0;

}
/* set-panel*/
.k-set-panel {
	position: fixed;
	top: 0;
	left: -340px;
	width: 280px;
	height: 100%;
	background-color: #fff;
	transition: 0.5s all;
	z-index: 990;

}
.k-tools-panel.open:hover .k-set-panel {
	left: 50px;
	z-index: 990;
}
.k-set-panel .k-set-content {
	display: block;
	height: 100%;
}
.k-set-header{
	padding: 0 15px;
	line-height: 50px;
	display: block;
	color: #FFF;
	background-color: #00A0B1;
}
.k-set-header h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 300;
	
}
.k-sub-title {
	display: block;
	color: #242F3F;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	
}
/* TOOLS */

/* MENU */
.k-item-list {
	position: relative;
	margin: 0;
	padding: 15px;
	
}
.k-item-list a {
	position: relative;
	width: 100%;
    overflow: hidden;
    font-size: 13px;
    display: block;
	background-color: #FFF;
	margin-bottom: 10px;
	cursor: pointer;
}
.k-item-list a img{
	width: 100%;
	outline: none;
	
}
.k-item-list a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 10px ;
	color: #FFF;
	background-color: rgba(0, 160, 177, 0.8);
}
/* COLOR SCHEME */
.k-color-scheme {
	position: relative;
	margin: 0;
	padding: 15px;
}
.k-color-scheme a {
	display: block;
	height: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	opacity: 0.8;
}
.k-color-scheme a:hover {
	
	opacity: 1;
}
/* MODAL*/
.k-editor-modal {
	position: fixed;
    top: -100%;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
	background: #FFF;
}
.k-editor-modal.open {
    top: 0;

}
.k-editor-modal .k-editor-close {
	display:block;
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
	width:50px;
	height:50px;
	background: #FFF;
	color: #363B48;
}
.k-editor-modal 
.k-editor-modal .k-editor-close:hover i{
	color: #00A0B1;
}
.k-editor-modal .k-editor-close i {
	font-size: 40px;
	line-height: 50px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
.k-modal-container {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	overflow-y: auto;
}
.k-modal-container.big{

	max-width:1024px;
	overflow-y: auto;
	height: 100%;
}
.k-modal-container.small{
	max-width:400px;
	height: 100%;
	overflow-y: auto;
}
.k-modal-container .k-modal-wrapper{
	position: relative;
	display: table-cell;
    vertical-align: middle;
	position: reative;
	overflow-y: auto;
}
.k-modal-container .k-modal-wrapper h2{
	display: block;
	color: #242F3F;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 15px;
}
.k-modal-container .k-modal-wrapper p{
	display: block;
	color: #242F3F;
}
.k-modal-header {
	position: reative;
}
/* KIOSK */

/* TOOLS */
.k-edit-item:hover .k-item-tools {
	opacity: 1;
}
.k-article:hover .k-item-tools {
	opacity: 1;
}
.k-item-tools{
	position: absolute;
	top: 5px;
	right: 5px;
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;

}
.k-item-tools li {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
}
.k-item-tools li a {
	display: block;
	width: 40px;
	height: 40px;
    text-align: center;
    cursor: pointer;
	color: #242F3F;
    background-color: #FFF;
}
.k-item-tools li a:hover{
	color: #00A0B1;
   
}
.k-item-tools li.drop-open a{
	color: #00A0B1;
   
}
.k-item-tools li.drop-open ul li a{
    background-color: #CCC;
}
.k-item-tools li a i {
	font-size: 30px;
    line-height: 40px;
}
.k-item-tools li ul {
	position: absolute;
	right: 0;
	top: 150px;
	width: 250px;
	background-color: #FFF;
	transition: 0.5s all;
	opacity: 0;
	 visibility: hidden;

}
.k-item-tools li.drop-open  ul {
	position: absolute;
	top: 50px;
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
}
.k-item-tools li ul  li {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 10px;
	color: #242F3F;
}
.k-item-tools li ul  li  span{
	padding: 0;
	margin: 0 10px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
.k-item-tools li ul  li.k-drop-title {
	line-height: 40px;
	color: #FFF;
	background-color: #00A0B1;
}
.k-scroll-wrapper {
	height: 100%;
}
.k-item-tools li ul  li.k-icon-box {
	padding: 0;
	margin: 0;
	width:40px;
	float: left;
	background-color: #FFF;
}
.k-item-tools li ul  li.k-icon-box a {
	color: #242F3F;
	background-color: #FFF;
}
.k-item-tools li ul  li.k-icon-box a:hover, .k-item-tools li ul  li.k-icon-box a.k-sel-active  {
	color: #00A0B1;
	
}
.k-modal-content {
	position: relative;
	height: 100%;
	overflow-y: auto;
}
#image-select-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#image-select-list .img-sel-box{
	float: left;
	position: relative;
	width: 16.6%;
	padding-bottom: 16.6%;
	background-color: #FFF;
	cursor: pointer;
}
#image-select-list .img-sel-box.selected {
	background-color: #00A0B1;
}
#image-select-list .img-sel-box .img-sel-box-inner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
}
#image-select-list .img-sel-box .img-sel-box-inner img {
	height: 100%;
	width: auto;
}
.k-select-btn {
	color: white;
	background: #00A0B1;
	padding: 0.5em 1.4em;
	font-size: 1em;
	border: none;
	cursor: pointer;
}
.k-select-btn.disabled {
	background: #CCC;
}
.info-box {
	position: reative;
	display: block;
	padding: 50px;
	width: 100%;
	text-align: center;
}
.info-box span{
	text-align: center;
	color: #FFF;
	border: 3px dashed #FFF;
	padding: 50px;
	margin: 0 auto;
}

/* FORM */
.form {
	width: 100%;
	text-align: left;
}
.form .hidden {
	display: none;
}
.form label {
	display: block;
	text-align: left;
	color: #363B48;
	font-size: .875em;
}
.form form .text-input {
	overflow: hidden;
	margin-bottom: .875em;
}
.form form input[type="text"],
.form form input[type="password"] {
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 5px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-wieght: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.form form input[type="text"]:focus ,
.form form input[type="password"]:focus {
	color: #333;
	border: 1px solid #2672EC;
}
.form form input[type="submit"] {
	color: white;
	background: #00A0B1;
	padding: 0.5em 1.4em;
	font-size: 1em;
	border: none;
	cursor: pointer;
}
/** Custom Switch **/
.uiswitch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 21px;
  width: 51px;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 9px;
  display: inline-block;
  background-color: #e5e5e5;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
.uiswitch::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 17px;
  width: 47px;
  content: ' ';
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.uiswitch::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
  content: ' ';
  position: absolute;
  border-radius: 27px;
  background: #ffffff;
  z-index: 2;
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform 300ms, width 280ms;
  -moz-transition: -moz-transform 300ms, width 280ms;
  transition: transform 300ms, width 280ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}
.uiswitch:checked {
  background-color: #00A0B1;
}
.uiswitch:checked::after {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  -ms-transform: translate3d(16px, 0, 0);
  -o-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  right: 18px;
  left: inherit;
}
.uiswitch:active::after {
  width: 35px;
}
.uiswitch:checked::before, .uiswitch:active::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.uiswitch:disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.uiswitch:disabled:active::before, .uiswitch:disabled:active::after, .uiswitch:disabled:checked:active::before, .uiswitch:disabled:checked::before {
  width: 27px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.uiswitch:disabled:active::before {
  height: 27px;
  width: 41px;
  -webkit-transform: translate3d(6px, 0, 0);
  -moz-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}
.uiswitch:disabled:checked:active::before {
  height: 27px;
  width: 27px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.uiswitch {
  background-color: #e5e5e5;
}
.uiswitch::before {
  background-color: #ffffff;
}
.uiswitch::after {
  background: #ffffff;
}
.uiswitch:checked {
  background-color: #00A0B1;
  
}
label  {
	display: inline-block;
	margin: 0;
	padding: 0;
}
input[type="checkbox"] { 
	position: absolute;
	opacity: 0;
}
input[type="checkbox"].ios-switch + div {
	vertical-align: middle;
	width: 40px;	height: 20px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 999px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0.1);

}

/* Checked Track (Blue) */
input[type="checkbox"].ios-switch:checked + div {
	width: 40px;
	background-position: 0 0;
	background-color: #00A0B1;
	border: 1px solid #00A0B1;

}

/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch + div {
	width: 34px;	height: 18px;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
	width: 50px;	height: 25px;
}
/* Green Track */
input[type="checkbox"].green.ios-switch:checked + div {
	background-color: #00A0B1;;
	border: 1px solid #00A0B1;
	box-shadow: inset 0 0 0 10px #00A0B1;
}
/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
	float: left;
	width: 18px; height: 18px;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-moz-transition-duration: 0.4s;
	-moz-transition-property: transform, background-color;

	pointer-events: none;
	margin-top: 1px;
	margin-left: 1px;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #00A0B1;
}

#uploadForm {
	position: absolute;
	top: 0;
	right: 0;
}
.fileUpload {
    position: relative;
    overflow: hidden;
	width: 40px;
	height: 40px; 
	background: #00A0B1;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	
}
.fileUpload i {
	height: 40px;
	line-height: 40px;
	font-size: 32px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 50px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#progress-div {
	height: 5px;
	display: block;
	margin:  5px 0;
}
#progress-bar {
	background: #00A0B1;
	height: 5px;
	width: 0;
}

.k-placeholder {
	cursor: move;
}
.sortable-placeholder{
	width: 100%;
	min-height: 100px;
	background-color: rgba(255,255,255,0.3);
}

/* LOGIN */
.login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 285px;
  margin: -140px 0 0 -182px;
  padding: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.login-form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #2672EC;
  font-size: 18px;
  font-weight: 400;
}
.login-form input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  color: #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.login-form input:focus {
  color: #333;
  border: 1px solid #2672EC;
}
.login-form button {
  cursor: pointer;
  background: #2E8DEF;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.login-form button:hover {
  background: #2672EC;
}

/* FLOAT */
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.k-tool-save.hide {
	display: none;
}