/* @group HTML5 Boilerplate */

html,
#ts-cms button,
#ts-cms input,
#ts-cms select,
#ts-cms textarea {
    color: #222;
}

#ts-cms ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

#ts-cms ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

#ts-cms fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#ts-cms textarea {
    resize: vertical;
}

#ts-cms .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#ts-cms * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#ts-cms ul.view-data ,
#ts-cms ol.view-data {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */


#admin {
	background: #fff;
	color: #717171;
	font: 13px/19px 'Open Sans',sans-serif;
	text-rendering: optimizelegibility;
}
#admin.dragging,
#admin.dragging * {
  cursor: move !important;
}
#admin #ts-cms {
	transition: padding 0.3s ease-in-out 0s;
}
#admin #ts-cms.open {
	padding: 0 0 0 250px;
}

#ts-cms ul.text {
	margin: 10px 0;
	padding: 0 0 0 25px;
	list-style: square;
}
#ts-cms ul.text li:not(:last-child) {
	margin-bottom: 10px;
}

#ts-cms a {
	color: #b6b6b6;
}



#ts-cms .btn-back {
	color: #b6b6b6;
	margin: 0 25px;
}
#ts-cms .btn-back:hover {
	color: #000;
}

#ts-cms .switch {
    position:relative;
    width:42px;
    height:19px;
    overflow:hidden;
    cursor:pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#ts-cms .switch span.switched {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:70px;
    height:19px;
    background:#d9d9d9 url(../images/switch-color.gif) no-repeat -3px 0;
    z-index:8;
}
#ts-cms .switch span.off {
    left:-22px;
}
#ts-cms .switch input {
    display:none;
}


/* CHECKEN *************************************** */
.bool {
	display: block;
	height: 15px;
	width: 15px;
	margin: 5px auto 0;
	font-size: 19px;
}
.bool.false {
	color: #ca2d2d;
}
.bool.true {
	color: #73b841;
}


/* WORDT GEBRUIKT? ******************************* */
#ts-cms .alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
#ts-cms .alert .close {
	color: #000;
	opacity: 0.25;
	display: inline-block;
	float: right;
}
#ts-cms .alert-info {
  background-color: #d9edf7;
  color: #31708f;
}
#ts-cms .alert-danger {
  background-color: #f2dede;
  color: #a94442;
}
#ts-cms .alert-success {
  background-color: #dff0d8;
  color: #3c763d;
}
#ts-cms .alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}


#ts-cms .bubble {
	position: absolute;
	background: #000;
	top: -400px;
	left: 50%;
	color: #fff;
	padding: 15px;
	white-space: nowrap;
	z-index: 9999999;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-transition: top 200ms ease-in;
	-moz-transition: top 200ms ease-in;
	-ms-transition: top 200ms ease-in;
	-o-transition: top 200ms ease-in;
	transition: top 200ms ease-in;
}
#ts-cms .bubble:after {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	right: -6px;
	top: calc(50% - 8px);
	background: #000;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#ts-cms .bubble ul {
	padding: 5px 0 10px;
	list-style: none;
	margin: 0;
}
#ts-cms .bubble ul li {
	padding: 2px 0;
}
#ts-cms .bubble ul li input ,
#ts-cms .bubble ul li div.checker {
	background: #454545;
	border: 1px solid #696969;
	color: #fff;
}
#ts-cms .bubble ul li div.checker span.checked {
	background: #fff;
}
#ts-cms .bubble .btn[class$="-confirm"] {
	background: #cc2020 !important;
}
#ts-cms .bubble .btn[class$="-confirm"]:hover {
	background: #b51c1c !important;
}


/* CHECKEN *************************************** */
#ts-cms .infobubble {
	display: inline-block;
}
#ts-cms .infobubble i.fa {
	margin: 0 5px;
	color: #000;
}
#ts-cms .infobubble .bubble {
	font-size: 11px;
	line-height: 15px;
	white-space: normal;
	font-weight: normal;
	width: 185px;
}
#ts-cms .infobubble .bubble:after {
	top: auto;
	right: auto;
	left: calc(50% - 8px);
	bottom: -8px;
}


#ts-cms .title-tabs {
	margin: 0 0 30px 0;
	/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	*/
}
#ts-cms .title-tabs > * {
	display: inline-block;
	vertical-align: top;
}
#ts-cms .title-tabs h1 {
	margin-right: 40px;
	font-size: 30px;
	line-height: 34px;
}
#ts-cms .title-tabs > .btn {
	float: right;
}
#ts-cms .title-tabs .btns-tabs a {
	color: #bababa;
	display: inline-block;
	padding: 9px 17px;
	font-size: 14px;
	white-space: nowrap;
}
#ts-cms .title-tabs .btns-tabs a.active {
	color: #000;
}


#ts-cms .box ,
#ts-cms .blackbox {
	background: rgba(0, 0, 0, 0.035);
	padding: 20px 20px;
	margin: 25px 0;
	color: #7b7b7b;
	max-width: 800px;
	overflow: auto;

	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#ts-cms .box pre {
	overflow: visible;
}
#ts-cms .box input ,
#ts-cms .box div.selector {
	background: #fff;
}

#ts-cms .blackbox {
	background: #000;
	color: #fff;
}
#ts-cms .blackbox h3 {
	color: #fff;
}


/* WORDT GEBRUIKT? ******************************* */
#ts-cms .loading {
	position: relative;
	display: inline-block;
}
#ts-cms .loading:after {
	background: url(../images/loading.gif) no-repeat right center;
	content: "";
	height: 100%;
	width: calc(100% + 30px);
	min-height: 18px;
	left: 0;
	top: 0;
	position: absolute;
	cursor: wait;
	z-index: 999999998;
}
#ts-cms .loading.freeze {
	display: block;
}
#ts-cms .loading.freeze:before {
	content: "";
	background: rgba(255, 255, 255, .01);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: wait;
	z-index: 999999999;
}
#ts-cms .loading.freeze:after {
	background: url(../images/loading-big.gif) no-repeat center;
	width: 200px;
	height: 200px;
	position: fixed;
	top: calc(50% - 150px);
	right: calc(50% + -230px);
	left: auto;
	z-index:;
}


#ts-cms .box-language ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ts-cms .box-language ul li {
	position: relative;
	padding: 0 0 6px 20px;
}
#ts-cms .box-language ul li:after {
	content: "";
	background: #cc2020;
	height: 9px;
	width: 9px;
	position: absolute;
	left: 0px;
	top: 5px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#ts-cms .box-language ul li.language-ok:after {
	background-color: #73b841;
}
#ts-cms .box-language ul li label {
	display: inline-block;
	width: 110px;
}


#ts-cms .box-filters .dataTables_seach {
	display: inline-block;
}
#ts-cms .box-filters .dataTables_length {
	display: inline-block;
	float: right;
	white-space: nowrap;
}
/* CHECKEN *************************************** */
#ts-cms .box-filters .filter {
	display: block;
	margin: 13px 0 10px 0;
	padding: 0 0 0 180px;
}
#ts-cms .box-filters .filter strong ,
#ts-cms .box-filters .dataTables_sort_switch label {
	display: inline;
	float: left;
	width: 180px;
	font-weight: bold;
	margin: 0 0 0 -180px;
}
#ts-cms .box-filters .filter ul.options li {
  display: inline-block;
  margin: 0 0 7px 0;
  white-space: nowrap;
}
#ts-cms .box-filters .filter label {
  display: inline-block;
  padding: 0 25px 10px 0;
  white-space: nowrap;
}
#ts-cms .box-filters .filter .checker {
  background: #fff;
}



/* @group Data view (lists + draggable) */

#ts-cms .view-data ,
#ts-cms .view-data table {
  min-width: 100%;
  clear: both;
	overflow: hidden;
}
#ts-cms .view-data table {
	margin: -5px 0 0;
}
#ts-cms .view-data > thead > tr > th ,
#ts-cms .view-data-header > li {
  text-align: left;
  white-space: nowrap;
  color: #7b7b7b;
  padding: 0 0 10px 20px;
  font-weight: bold;
}
#ts-cms .view-data > thead > tr > th::first-letter ,
#ts-cms .view-data-header > li::first-letter {
	text-transform: uppercase;
}
#ts-cms .view-data > thead > tr > th.sortable {
	cursor: pointer;
}
#ts-cms .view-data > thead > tr > th.sortable::after {
	content: "";
	color: #ddd;
	margin: 0 0 0 5px;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#ts-cms .view-data > thead > tr > th.sortable[data-sort$=asc]::after {
	color: #000;
	content: "\f0d7";
}
#ts-cms .view-data > thead > tr > th.sortable[data-sort$=desc]::after {
	color: #000;
	content: "\f0d8";
}

#ts-cms .view-data > tbody > tr td:last-child {
	position: relative;
}

#ts-cms .view-data > tbody > tr td:last-child::after {
	background: #f7f7f7;
	content: "";
	position: absolute;
	right: -100px;
	top: 11px;
	height: 25px;
	width: 25px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 99999;
	border: 1px solid #e8e8e8;
	border-top: none;
	border-right: none;
	transition: all 0.3s ease-in-out 0s;
}
#ts-cms .view-data > tbody > tr.open td:last-child::after {
	right: 436px;
}

#ts-cms .view-data > tbody > tr:not(.savebutton) > td {
  border-top: 1px solid #EBEAE6;
  padding: 12px 0 12px 20px;
  vertical-align: top;
}
#ts-cms .view-data > tbody > tr:nth-child(2n+1):not(.savebutton) > td ,
#ts-cms .view-data > li:nth-child(2n+1) {
	background: #fdfdfd;
}
#ts-cms .view-data > tbody > tr:not(.savebutton):hover > td {
    background-color: #f7f7f7;
    color: #444;
}
#ts-cms .view-data > tbody > tr > td:last-child {
  padding-right: 30px;
}
#ts-cms .view-data > tbody > tr:not(.savebutton) > td a {
  color: #646464;
}
#ts-cms .view-data > tbody > tr > td .image-group {
	margin: -9px 0;
	overflow: hidden;
	height: 40px;
}
#ts-cms .view-data > tbody > tr > td .image-group img {
	display: inline-block;
	margin: 0 5px 0 0;
}
#ts-cms .view-data > tbody > tr > td ul.image {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 50px;
	overflow: hidden;
}
#ts-cms .view-data > tbody > tr > td ul.image li {
	display: inline;
	float: left;
	margin: 0 4px 4px 0;
	min-width: 1px;
}
#ts-cms .view-data > tbody > tr > td .fa-clock-o {
	font-size: 15px;
	margin: 0 0 0 5px;
}
#ts-cms .view-data > tbody > tr .btns {
	white-space: nowrap;
	width: 2px;
	padding-bottom: 0 !important;
}
#ts-cms .view-data > tbody > tr > .btns {
	padding-top: 7px !important;
}
#ts-cms .view-data > tbody > tr .btns .btn ,
#ts-cms .view-data li .btns .btn ,
#ts-cms #view-detail .btn:not(.btn-save) {
	background-color: #f7f7f7 !important;
	border: none !important;
	border-radius: 4px !important;
	color: #999 !important;
	display: inline-block !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 12px !important;
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	margin-left: 1px !important;

	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 34px !important;
}
#ts-cms .view-data > tbody > tr .btns .btn .fa ,
#ts-cms .view-data li .btns .btn .fa ,
#ts-cms #view-detail .btn:not(.btn-save) .fa {
  margin: 0 !important;
}
#ts-cms .view-data > tbody > tr .btns .btn:hover ,
#ts-cms .view-data li .btns .btn:hover ,
#ts-cms #view-detail .btn:not(.btn-save):hover {
	background: #e8e8e8 !important;
  color: #444 !important;
}
#ts-cms .view-data > tbody > tr.savebutton > td {
	padding-left: 20px !important;
}
#ts-cms .view-data > tbody > tr.savebutton > td .btn {
	margin: 20px 0 60px !important;
}

#ts-cms .view-data > thead > tr > th.empty {
  border: none;
  text-align: center;
  padding: 60px 0;
}
#ts-cms .view-data > tbody > tr > td.dataTables_empty {
	text-align: left;
}

#ts-cms .view-data tr td input:not(.btn):not([type=radio]) ,
#ts-cms .view-data tr td textarea ,
#ts-cms .view-data tr td div.selector ,
#ts-cms .view-data tr td div.redactor-box ,
#ts-cms .view-data tr td div[contenteditable] {
	background: none;
	border-color: #fff;
	margin: -5px 0 -5px -10px;
	line-height: 19px;
	border: 1px solid rgba(255, 255, 255, .0);
}
#ts-cms .view-data tr td div.redactor-box .redactor-editor {
	background: none;
}
#ts-cms .view-data table tr td div.checker {
	margin-top: 4px;
}
#ts-cms .view-data tr:hover td input:not(.btn) ,
#ts-cms .view-data tr:hover td textarea ,
#ts-cms .view-data tr:hover td div.selector ,
#ts-cms .view-data tr:hover td div.checker ,
#ts-cms .view-data tr:hover td div.redactor-box ,
#ts-cms .view-data tr:hover td div.redactor-box .redactor-editor ,
#ts-cms .view-data tr:hover td div[contenteditable] {
	background: #fff;
}



#ts-cms .view-data-header {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ts-cms .view-data > li {
	min-width: 400px;
	background: #fff;
	border-top: 1px solid #ebeae6;
	overflow: hidden;
}
#ts-cms .view-data li .item {
	position: relative;
	padding: 13px 0 13px 20px;
	min-height: 41px;
	display: flex;
  justify-content: space-between;
}
#ts-cms .view-data li .item .left {
	/* flex-basis: 60%; */
	overflow: hidden;
	min-width: 100px;
}
#ts-cms .view-data li .item .left .title ,
#ts-cms .view-data li .item .left .path {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#ts-cms .view-data li .item .left .path ,
#ts-cms .view-data li .item .left .path a {
	color: #d7d7d7;
}

#ts-cms .view-data li .item .actions {
	white-space: nowrap;
	margin-top: -7px;
	padding-left: 15px;
}
#ts-cms .view-data li .item .actions .btns {
	display: inline-block;
	padding: 0 20px 0 30px;
	text-align: right;
}

#ts-cms .view-data li ol {
	padding-left: 45px;
	list-style: none;
	margin: 0;
	border-top: 1px solid #ebeae6;
}
#ts-cms .view-data li.close ol {
	display: none;
}
#ts-cms .view-data li ol li:not(:first-child) {
	border-top: 1px solid #ebeae6;
}
#ts-cms .view-data li .item .btn-toggle-children {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	color: #222;
	position: absolute;
	left: 20px;
	top: 13px;
	display: none;
}
#ts-cms .view-data li .item .btn-toggle-children:hover {
	color: #000;
}
#ts-cms .view-data li.open > .item .btn-toggle-children .fa::before {
	content: "\f068";
}
#ts-cms .view-data li.open > .item .btn-toggle-children ,
#ts-cms .view-data li.close > .item .btn-toggle-children {
	display: block;
}
#ts-cms .view-data li.open > .item > .left > span:first-of-type ,
#ts-cms .view-data li.close > .item > .left > span:first-of-type {
	padding-left: 17px;
}



#ts-cms .draggable {
  overflow: hidden;
}
#ts-cms .draggable thead th:first-child {
	padding: 0;
}
#ts-cms .draggable tbody tr td:nth-child(2) {
	padding-left: 20px;
}
#ts-cms .draggable li .item {
	padding-left: 25px;
}
#ts-cms .draggable .handle {
	width: 15px;
	padding: 0;
	background: url(../images/draggable_grip.png) center no-repeat #f7f7f7 !important;
	cursor: move;
}
#ts-cms .draggable li .handle {
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
}
#ts-cms .draggable li .item .btn-toggle-children {
	left: 25px;
}
#ts-cms .draggable .placeholder {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #d5e4eb !important;
	border: 1px dashed #8baabb !important;
}
#ts-cms .draggable tr.ui-sortable-helper {
	display: table !important;
	background: #fdfdfd;
}


/* Table data exceptions */

#ts-cms .view-data.install .fa-check ,
#ts-cms .view-data.install .fa-exclamation-triangle {
	font-size: 20px;
	color: #3c763d;
}
#ts-cms .view-data.install .fa-exclamation-triangle {
	color: #a94442;
}


#ts-cms #structureitems .view-data-header li {
	display: flex;
	justify-content: space-between;
}
#ts-cms #structureitems .view-data-header li .actions span {
	width: 48px;
	display: inline-block;
}
#ts-cms #structureitems .view-data-header li .actions .permissions {
	width: 13vw;
	margin-right: 10px;
}
#ts-cms #structureitems .view-data-header li .actions .btns {
	width: 208px;
}


#ts-cms .view-data.structure {
	overflow: hidden;
}
#ts-cms .view-data.structure li .item .actions .permissions {
	display: inline-block;
	color: #d7d7d7;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
	width: 13vw;
	min-height: 4px;
}
#ts-cms .view-data.structure  li .item .actions .btns {
	width: 197px;
}
#ts-cms .view-data.structure.draggable .placeholder {
	height: 65px;
}


#ts-cms .view-data.permissions th span {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 6px;
  padding: 0;

  background-color: #f3f3f3;
  border: 1px solid #dedede;
  text-align: center;
}


#ts-cms .view-data.translations {
}
#ts-cms .view-data.translations tbody tr td {
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#ts-cms .view-data.translations tbody tr td:first-child {
	white-space: nowrap;
}
#ts-cms .view-data.translations tbody tr td:last-child {
	padding-right: 15px;
	padding-left: 5px;
}
#ts-cms .view-data.translations tbody tr td:last-child i {
	height: 35px;
	width: 35px;
  background-color: #dff0d8;
  color: #3c763d;
	display: block;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-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 .view-data.translations tbody tr.saved td {
	background: #f1f7ee !important;
}
#ts-cms .view-data.translations tbody tr.saved td:last-child i {
	opacity: 1;
}


#ts-cms .view-data.metadata li .item .left {
}
#ts-cms .view-data.metadata li .item .actions .meta {
	min-height: 61px;
	padding: 7px 0 0 79px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 43vw;
	max-width: 500px;
	white-space: normal;
}
#ts-cms .view-data.metadata li .item .actions .meta * {
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
#ts-cms .view-data.metadata li .item .actions .meta img {
	position: absolute;
	left: 18px;
	top: 11px;
	width: 50px;
	margin: 0 10px 5px 0;
}
#ts-cms .view-data.metadata li .item .actions .meta .inherit {
	opacity: 0.3;
}
#ts-cms .view-data.metadata li .item .actions .meta .generated {
	opacity: 0.4;
}
#ts-cms .view-data.metadata li .item:hover > .actions .meta .inherit ,
#ts-cms .view-data.metadata li .item:hover > .actions .meta .generated {
	opacity: 1;
}
#ts-cms .view-data.metadata li .item .actions .meta .meta-image.inherit::before ,
#ts-cms .view-data.metadata li .item .actions .meta .meta-image.generated::before {
  content: "\f0d0";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 35px;
	top: 28px;
}
#ts-cms .view-data.metadata li .item .actions .meta .meta-image.inherit::before {
	content: "\f112";
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#ts-cms .view-data.metadata li .item .actions .meta .pagetitle {
	display: block;
	font-weight: bold;
}


#ts-cms #paging {
	color: #e2e2e2;
}
#ts-cms #paging ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#ts-cms #paging ul li {
	display: inline-block;
	margin: 0 1px 3px 0;
}
#ts-cms #paging a {
	display: block;
	padding: 0;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	background: #f7f7f7;
	color: #7b7b7b;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#ts-cms #paging a i {
	margin: 0;
}
#ts-cms #paging a:hover {
	background: #7b7b7b;
	color: #fff;
}
#ts-cms #paging a.active {
	background: #000;
	color: #fff;
}
#ts-cms #paging a.btn-first ,
#ts-cms #paging a.btn-last {
	display: inline-block;
	margin: 0 1px 3px 0;
}

/* @end */




/* @group Forms */

#ts-cms table.view-form {
	table-layout: fixed;
}
#ts-cms .view-form > tbody > tr > td {
	width: 800px;
	max-width: 800px;
	min-width: 280px;
	overflow: hidden;
	padding: 15px 20px;
	vertical-align: top;
}
#ts-cms .view-form > tbody > tr > td.error > label:after {
	-moz-osx-font-smoothing: grayscale;
	color: #e80000;
	content: "";
	display: inline-block;
	font: 16px/16px FontAwesome;
	margin: 0 0 2px 10px;
	text-rendering: auto;
	vertical-align: bottom;
}
#ts-cms .view-form > tbody.line-top {
	border-top: 1px solid #f2f2f2;
}
#ts-cms .view-form > tbody >  tr > td.even {
	background-color: #fdfdfd;
}
#ts-cms .view-form.languages.one-lang {
	max-width: 800px;
}
#ts-cms .view-form.languages:not(.one-lang) > tbody > tr:not(.sync) > td:not(:last-child) {
	border-right: 1px solid #f2f2f2;
}
#ts-cms .view-form.languages:not(.one-lang) > tbody > tr.sync:not(:last-child) > td {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
#ts-cms .view-form.languages > tbody > tr:not(.sync) > td:not(.open) ,
#ts-cms .view-data.languages > thead > tr th[class*="form-"]:not(.open) ,
#ts-cms .view-data.languages > tbody > tr td[class*="form-"]:not(.open)  {
	position: absolute;
	left: -5500px;
	top: -6600px;
}

#ts-cms .view-form > tbody > tr > td h1 ,
#ts-cms .view-form > tbody > tr > td h2 {
	margin: 0px;
}

#ts-cms .view-form > tfoot > tr> td ,
#ts-cms .view-data > tfoot > tr> td {
	padding: 30px 20px;
}


#ts-cms .view-form > tbody > tr > td table.field-link {
	width: 100%;
}
#ts-cms .view-form > tbody > tr > td table.field-link td {
	width: 50%;
	vertical-align: top;
	display: inline-block;
}
#ts-cms .view-form > tbody > tr > td table.field-link td:first-child {
	padding-right: 10px;
}


#ts-cms .view-form > tbody > tr > td div[data-type=showpad_asset] {
	position: relative;
}
#ts-cms .view-form > tbody > tr > td div[data-type=showpad_asset] > label {
	font-weight: normal;
	display: inline-block;
	margin-right: 15px;
}
#ts-cms .view-form > tbody > tr > td div[data-type=showpad_asset] .showpad_tag_add {
	position: absolute;
	right: 0;
	top: 0;
}

/*
#ts-cms .ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	background: #000;
	list-style: none;
	padding: 8px 13px;
	margin: 0;
	z-index: 9999999;

	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-autocomplete li {
}
.ui-autocomplete li a {
	padding: 2px;
	display: block;
}
.ui-autocomplete li a.ui-state-focus {
	color: #fff;
}
*/

/* @end */


/* @group view detial (right bar) */

#ts-cms #view-detail {
	position: fixed;
	right: -650px;
	top: 0;
	height: 100%;
  background: #f7f7f7;
  width: 600px;
  z-index: 99998;
  border-left: 1px solid #e8e8e8;
  padding: 30px 20px 30px 30px;
  overflow: auto;
  transition: all 0.3s ease-in-out 0s;
}
#ts-cms #view-detail.open {
	right: 0;
}
#ts-cms #view-detail .btn-close {
	position: absolute;
	right: 30px;
	top: 40px;
	color: #000;
}
#ts-cms #view-detail h2 {
	margin: 0 !important;
}
#ts-cms #view-detail a[class^="form-"]{
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #333 !important;
	font: 500 14px/14px "Open Sans",sans-serif !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	margin: 0px!important;
	border: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
#ts-cms #view-detail a.active[class^="form-"] .fa:before {
	content: "\f068";
}
#ts-cms #view-detail a[class^="form-"]:hover {
	color: #000;
}
#ts-cms #view-detail ul li hr {
	margin: 35px 0 25px !important;
}
#ts-cms #view-detail ul.list ,
#ts-cms #view-detail ul.view-form {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ts-cms #view-detail ul.view-form {
	display: none;
}
#ts-cms #view-detail ul.list li ,
#ts-cms #view-detail ul.view-form li {
	margin-bottom: 13px;
}
#ts-cms #view-detail ul.list li label {
	margin: 0 10px 0 0;
	display: inline-block;
	font-weight: bold;
	width: 190px;
	text-transform: capitalize;
	vertical-align: top;
}
#ts-cms #view-detail ul.list li label:after {
	content: ":";
}
#ts-cms #view-detail table {
	width: 100%;
}
#ts-cms #view-detail table th {
	line-height: 26px;
}

#ts-cms #view-detail ul.view-form li input ,
#ts-cms #view-detail ul.view-form li textarea ,
#ts-cms #view-detail ul.view-form li .selector ,
#ts-cms #view-detail ul.view-form li .checker ,
#ts-cms #view-detail ul.view-form li .radio {
	background: #fff;
}
#ts-cms #view-detail ul.view-form li ul.options li {
  display: list-item;
	width: 40%;
}
#ts-cms [data-builder-page="edit-form"] tr.open td {
  background-color: #f7f7f7 !important;
}

/* @end */


/* @group Page : dashboard */

#ts-cms .dashboard {
	padding-top: 25px;
}
#ts-cms .dashboard .item {
	display: inline-block;
	width: 170px;
	margin: 0 0 15px 0;
	vertical-align: top;
}
#ts-cms .dashboard .item.dubble {
	width: 356px;
}
#ts-cms .dashboard .item.tripple {
	width: 542px;
}
#ts-cms .dashboard .item.fourth {
	width: 728px;
}

#ts-cms .dashboard .item.fifth {
	width: 914px;
}
#ts-cms .dashboard .item .big {
	font-size: 55px;
	font-weight: 300;
	line-height: 55px;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ts-cms .dashboard .item a:not(.btn) {
	color: #7d7d7d;
}
#ts-cms .dashboard .item.center {
	text-align: center;
}
#ts-cms .dashboard .inner {
	margin: 0 -20px;
	text-align: left;
}
#ts-cms .dashboard .inner h2 {
	padding-left: 20px;
}

/* @end */



/* @group Helper classes */

#ts-cms .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

#ts-cms .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

#ts-cms .hidden ,
#ts-cms .hide {
    visibility: hidden !important;
		left: -5500px !important;
		position: absolute !important;
		top: -6600px !important;
}

#ts-cms .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#ts-cms .visuallyhidden.focusable:active,
#ts-cms .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

#ts-cms .invisible {
    visibility: hidden;
}

#ts-cms .clearfix:before,
#ts-cms .clearfix:after {
    content: " ";
    display: table;
}

#ts-cms .clearfix:after {
    clear: both;
}

#ts-cms .clearfix {
    *zoom: 1;
}

/* @end */

/* @group Media Queries */

@media print, all and (max-width: 550px) {

}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  #ts-cms #ts-nav #copy .logo {
  	background-image: url(../images/icon_sprite@2.png) no-repeat 10px 40px;
  	background-size: 642px;
  }

}

/* @end */
