

#ts-cms form ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 15px;
}
#ts-cms form ul li:not(:last-child) {
	margin: 0 0 30px 0;
}


#ts-cms form label {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	color: #7b7b7b;
}
#ts-cms form label::first-letter {
	text-transform: uppercase;
}

#ts-cms .description ,
#ts-cms .description-sync {
	font-size: 11px;
	font-style: italic;
	margin: 4px 0 6px 0;
	color: #bababa;
}
#ts-cms label + .description ,
#ts-cms label + .description-sync {
	margin-top: -5px;
}
#ts-cms .description-sync {
	margin: 8px 0 0 0;
	color: #cc2020;	
	font-weight: bold;
	
	display: none;
}


#ts-cms form ul.options {
	margin: 0 0 -15px;
}
#ts-cms form ul.options li {
	display: inline-block;
	margin: 0 25px 13px 0 !important;
	white-space: nowrap;
	min-width: 1px !important;
	opacity: 1 !important;
	vertical-align: top;
}
#ts-cms form ul.options li label {
	display: block;
	margin: 0;
	font-weight: normal;
}


#ts-cms .redactor-box ,
#ts-cms .view-data div[contenteditable] {
	font: small-caps 13px inherit;
	line-height: 19px;
  background: #f7f7f7;
  padding: 0;
  border: none;
  color: #000;
  border: 1px solid #eae7e6;
  min-width: 270px;
  min-height: 40px;
  outline: none;
  max-width: 800px;
  overflow: hidden;
  
  -webkit-border-radius: 4px;
  border-radius: 4px;	
}
#ts-cms .view-data div[contenteditable] {
	padding: 8px 10px;
}
#ts-cms .redactor-box ul.redactor-toolbar {
	display: table;
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	visibility: visible !important;
	
	opacity: 0.15;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}
#ts-cms .redactor-box:hover ul.redactor-toolbar {
	opacity: 1;
}
#ts-cms .redactor-box ul.redactor-toolbar li {
	display: table-cell;
	min-width: 1px;
	border: none !important;
}
#ts-cms .redactor-box ul.redactor-toolbar li a {
	color: #545454 !important;
}
#ts-cms .redactor-box ul.redactor-toolbar li a:hover {
	color: #fff !important;
	background: #97bbcd;
}
#ts-cms .redactor-box .redactor-editor {
	background: #f7f7f7;
	padding: 5px 15px;
	border: none;
}
#ts-cms .redactor-box .redactor-editor p {
	margin: 10px 0;
}
#ts-cms .redactor-box .redactor-editor iframe {
	width: 100% !important;
}
#ts-cms .redactor-box .redactor-editor ul ,
#ts-cms .redactor-box .redactor-editor ol {
	margin: 10px 0;
	list-style: square;
	padding: 0 0 0 20px;
}
#ts-cms .redactor-box .redactor-editor ul li,
#ts-cms .redactor-box .redactor-editor ol li {
	margin: 0 0 5px 0;
}


#ts-cms .dropzone .dz-preview .fullpath {
	display: none;
}



/* General settings */
#ts-cms div.radio span, 
#ts-cms div.uploader, 
#ts-cms div.uploader span.action {
	-webkit-font-smoothing: antialiased;
}
#ts-cms div.selector, 
#ts-cms div.checker, 
#ts-cms div.button, 
#ts-cms div.radio, div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
#ts-cms div.selector:focus, 
#ts-cms div.checker:focus, 
#ts-cms div.button:focus, 
#ts-cms div.radio:focus, 
#ts-cms div.uploader:focus {
	outline: 0;
}
#ts-cms div.selector, 
#ts-cms div.selector *, 
#ts-cms div.radio, div.radio *, 
#ts-cms div.checker, 
#ts-cms div.checker *, 
#ts-cms div.uploader, 
#ts-cms div.uploader *, 
#ts-cms div.button, 
#ts-cms div.button * {
	margin: 0;
	padding: 0;
}

/* Remove default webkit and possible mozilla .search styles.
* Keeping this as :active to remove browser styles */
#ts-cms div.checker input,
#ts-cms input[type="search"],
#ts-cms input[type="search"]:active {
	-moz-appearance: none;
	-webkit-appearance: none;
}
  

/* Input & Textarea */
#ts-cms input,
#ts-cms select.uniform-multiselect,
#ts-cms textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #f7f7f7;
  padding: 6px 10px;
  height: 35px;
  width: 100%;
  border: none;
  color: #000;
  height: 35px;
  border: 1px solid #eae7e6;
  
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#ts-cms textarea {
	height: 123px;
}
#ts-cms input.uniform-input.focus,
#ts-cms input:focus,
#ts-cms select.uniform-multiselect.focus,
#ts-cms textarea.uniform.focus {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

#ts-cms .error > input ,
#ts-cms .error > textarea ,
#ts-cms .error > .dropzone ,
#ts-cms .error > .redactor-box ,
#ts-cms .error .checker {
	-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	color: #f00 !important;
}


/* Select */
#ts-cms div.selector {
	line-height: 32px;
	height: 35px;
	padding: 0 32px 0 0;
	position: relative;
	overflow: hidden;
	border: none;
	border: 1px solid #eae7e6;
	background: #f7f7f7;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#ts-cms div.selector span {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
	height: 35px;
	padding: 0 0 0 10px;
	cursor: pointer;
	width: 100%;
	display: block;
  font-family: inherit;
  font-size: inherit;
	color: #423d3a;
}
#ts-cms div.selector span:after {
	content: '';
	position: absolute;
	right: 12px;
	top: 11px;
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-bottom: 7px solid rgba(0, 0, 0, 0.3);
	border-top: 0px;
	border-right: 0px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ts-cms div.selector select {
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 35px;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #000;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
	border: none;
}
#ts-cms div.selector.hover {
}
#ts-cms div.selector.hover span {
}

#ts-cms .error > div.selector {
	-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	color: #f00 !important;
}
#ts-cms .error > div.selector span {
	color: #f00 !important;
}


/* Checkbox */
#ts-cms div.checker {
	background: #f7f7f7;
	border: 1px solid #eae7e6;
	position: relative;
	margin: -2px 6px 0 0;
	padding: 2px;
}
#ts-cms div.checker, 
#ts-cms div.checker span,
#ts-cms div.checker input {
	width: 20px;
	height: 20px;
}
#ts-cms div.checker span {
	margin: 0;
	height: 14px;
	width: 14px;
	display: block;
	zoom: 1;
	text-align: center;
}
#ts-cms div.checker span.checked {
	background: #000;
}
#ts-cms div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: block;
	zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
}

#ts-cms .error > div.checker {
	-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
}


/* Radio */
#ts-cms div.radio {
	background: #f7f7f7;
	border: 1px solid #eae7e6;
	position: relative;
	margin: -2px 6px 0 0;
	padding: 2px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#ts-cms div.radio, 
#ts-cms div.radio span, 
#ts-cms div.radio input {
	width: 20px;
	height: 20px;
}
#ts-cms div.radio span {
	display: block;
	zoom: 1;
	height: 14px;
	width: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#ts-cms div.radio span.checked {
	background: #000;
}
#ts-cms div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: block;
	zoom: 1;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#ts-cms .error > div.radio {
	-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
}


/* CHECKEN *************************************** */
#ts-cms div.toggleswitch {
	display: inline-block;
	height: 18px;
	margin: -2px 3px 0 0;
	vertical-align: bottom;	
}
#ts-cms div.toggleswitch span ,
#ts-cms .btn-switch {
	display: inline-block;
	text-indent: -99999px;
	width:42px;
	height:19px;
	cursor:pointer;
	transition: all 0.15s linear 0s;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#d9d9d9 url(../images/switch-green.gif) no-repeat -25px 0;
	position: relative;
}
#ts-cms .red div.toggleswitch span ,
#ts-cms .btn-switch.red {
	background-image: url(../images/switch-red.gif);
}
#ts-cms div.toggleswitch span.checked ,
#ts-cms .btn-switch.active {
	background-position: -3px 0;	
}
#ts-cms div.toggleswitch input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}






/* Uploader */
#ts-cms div.uploader {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#ts-cms div.uploader span.action {
	float: right;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	background: #000;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 0 0 2px;
	text-align: center;
	width: 100px;
	height: 35px;
	line-height: 32px;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
#ts-cms div.uploader span.filename {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	cursor: default;

	margin: 0;
	padding: 0 10px;
	width: calc(100% - 100px);
	
	background: #f7f7f7;
	line-height: 32px;
	height: 35px;
	overflow: hidden;
	border: 1px solid #eae7e6;
	
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#ts-cms div.uploader input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#ts-cms div.uploader.hover, 
#ts-cms div.uploader.focus {
}
#ts-cms div.uploader.hover span.action, 
#ts-cms div.uploader.focus span.action {
}
#ts-cms div.uploader.hover.active span.action, 
#ts-cms div.uploader.focus.active span.action {
}

#ts-cms .error > div.uploader {
	-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	box-shadow: 0 0 5px 0 rgba(255,0,0,0.2) !important;
	color: #f00 !important;
}
#ts-cms .error > div.uploader span {
	color: #f00 !important;
}