﻿body {
	font-size: 12px;
	font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #F3FBFF;
}

html, body, form, #content {
	height: auto;
}

#content {
	padding-top: 0;
}


input, select, label, textarea, button, option {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	vertical-align: middle;
}

.clear {
	clear: both;
}

input[type=password], input[type=text], input[type=file], select, textarea {
	border: 1px solid #ababab;
	background-color: #fff;
	background-color: rgba( 255,255,255,0.85 );
	color: #444;
	padding: 2px 5px;
}

fieldset {
	margin: 10px 20px 0px 20px;
	border: 1px solid #66A2CF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

fieldset p {
	margin: 6px 0;
}

fieldset .icon {
	background: url('../images/icons64.png?v=2');
	width: 64px;
	height: 64px;
	display: block;
	float: left;
	margin-right: 10px;
}



legend {
	font-style: italic;
	padding: 0 4px;
	color: #2E6EA9;
}

#topBar {
	background-image: url(redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png);
	background-repeat: repeat-x;
	background-position-y: center;
	height: 70px;
}

#topBarIcon {
	float: left;
	padding-right: 20px;
}

#tbComponents .icon {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	margin-right: 4px;
}

#tbComponents .app {
	background: url('../Images/plugin.png');
}

#tbComponents .app.TiSa\.BaseWeb {
	background: url('../Images/favicon16.png');
}

#tbComponents .componentState {
	background: url('../Images/componentStates.png');
}

#tbComponents .componentState.stateicon1 {
	background-position: -16px 0;
}

#tbComponents .componentState.stateicon2 {
	background-position: -32px 0;
}

#tbComponents .componentState.stateicon3 {
	background-position: -48px 0;
}

#tbComponents .componentState.stateicon4 {
	background-position: -64px 0;
}


#topBarIconSubContainer {
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,a1dbff+100&0.8+0,0+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+1,f0f9ff+100&0.8+0,0.8+24,0+100 */
	background: -moz-linear-gradient(left, rgba(240,249,255,0.8) 0%, rgba(240,249,255,0.8) 1%, rgba(240,249,255,0.8) 24%, rgba(240,249,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,249,255,0.8) 0%,rgba(240,249,255,0.8) 1%,rgba(240,249,255,0.8) 24%,rgba(240,249,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,249,255,0.8) 0%,rgba(240,249,255,0.8) 1%,rgba(240,249,255,0.8) 24%,rgba(240,249,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf0f9ff', endColorstr='#00f0f9ff',GradientType=1 ); /* IE6-9 */
}

#topBarIcon .tisa-top-icon {
	float: left;
	display: block;
	margin: 2px 20px 0 10px;
}

#topBarIcon .tisa-top-icon img {
	border: none;
	width: 64px;
	height: 64px;
}

#topBar .tisa-applicationtitle-container {
	float: right;
	margin-top: 5px;
	margin-right: 22px;
	text-align: right;
}

#topBar .tisa-applicationtitle {
	font-size: 12pt;
	font-weight: bold;
}

#topBar .tisa-applicationhosturl {
	font-size: 9pt;
}

#topBar .tisa-pagetitle-container {
	float: left;
}

#topBar .tisa-pagetitle {
	font-size: 16pt;
	margin-top: 10px;
	display: block;
	min-width: 250px;
}

#listContainer {
	margin: 20px;
}

#content.fullscreen {
	height: 0;
	overflow: hidden;
}

#menu {
	margin-right: 20px;
	position: absolute;
	right: 0;
	top: 44px;
	font-size: 10pt;
	z-index: 200;
}

.ui-menu {
	overflow: hidden;
}

.ui-menu .ui-menu {
	overflow: visible !important;
}

.ui-menu > li {
	float: left;
	display: block;
	width: auto !important;
	margin: 3px 5px !important;
	padding: 0 0 !important;
}

.ui-menu > li > a {
	float: left;
	display: block;
	clear: both;
	overflow: hidden;
}

.ui-menu .ui-menu-icon {
	margin-top: 0.3em !important;
}

.ui-menu .ui-menu .ui-menu li {
	float: left;
	display: block;
}

.tisa-alert {
	margin: 20px;
}

.tisa-alert > div {
	padding: 0.5em;
}

.tisa-alert .ui-icon {
	float: left;
	margin-right: 6px;
}

.tisa-alert strong {
	font-weight: bold;
	color: black;
}

.tisa-alert p {
	margin: 0.5em 0.2em;
}

.tisa-alert-tooltip .title {
	font-weight: bold;
}

.tisa-alert-tooltip ul {
	margin: 3px;
}

.tisa-alert .tooltip {
	border-bottom: 1px dashed #91afc4;
}

.tisa-alert .btnUpdateComponents {
	float: left;
	margin-left: 2px;
}

.tisa-alert .progress {
	float: left;
	margin-left: 12px;
	width: 200px;
}

.tisa-alert .progress .text {
	color: black;
	display: block;
	margin: 2px;
	font-size: 10px;
}

.tisa-alert .progressBar {
	height: 8px;
}

#contentTypeDetailFieldsTable {
	font-size: 8pt;
	border-collapse: collapse;
}

#contentTypeDetailFieldsTable td {
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #627887;
}

/*------------------------------------------------------------------------------------*/

.tisa-table {
	border-collapse: separate;
	border-spacing: 15px;
	color: rgb(38, 38, 38);
	width: 100%;
}

/*.tisa-table table{
    border-collapse: separate;
    border-spacing: 0 15px;
}*/

.tisa-table .tisa-property-name {
	min-width: 150px;
	max-width: 280px;
}

.tisa-table table td {
	vertical-align: top;
	border-top: 1px solid #eee;
	padding: 8px 4px;
}

.tisa-table table .first td {
	border-top: none;
	padding-top: 0;
}

.tisa-configuration-right, .tisa-configuration-left {
	vertical-align: top;
}
.tisa-configuration-right {
	vertical-align: top;
	width: 70%;
}
.tisa-configuration-left {
	vertical-align: top;
	width: 30%;
}


.tisa-table span.tisa-name {
	display: block;
	clear: both;
	font-weight: bold;
}

.tisa-table span.tisa-description {
	font-size: 90%;
	color: rgb(119, 119, 119);
}


.tisa-table .tisa-separator {
	display: block;
	height: 10px;
	width: 100%;
}

.tisa-table input[type=password], .tisa-table input[type=text],
.tisa-table input[type=file], .tisa-table select, .tisa-table textarea {
	width: 320px;
}

.tisa-table select {
	width: 332px;
}

.tisa-table .disabled {
	background-color: #ccc;
}

.tisa-table .tisa-validator {
	color: red;
	clear: both;
	display: block;
}

.tisa-table .tisa-helptab {
	padding: 5px 1px;
}

.tisa-table .tisa-helptab iframe {
	border: none;
	width: 100%;
	height: 410px;
}

.tisa-table .tisa-helptab.fullscreen .tisa-iframe-container {
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: -1;
}


.tisa-table .tisa-helptab.fullscreen iframe {
	height: 100%;
}


.tisa-table .tisa-tab .tisa-editor-fullscreencommands {
	display: none;
	position: absolute;
	right: 20px;
	top: 16px;
	z-index: 9999;
}

.fullscreen .tisa-table .tisa-tab .tisa-editor-fullscreencommands {
	display: block;
}

.tisa-table .tisa-jsoneditortab {
	padding: 2px;
}

.tisa-table .tisa-jsoneditor {
	width: 100%;
	min-width: 300px;
}

.tisa-table .ui-widget {
	padding: 0;
}

.tisa-buttons {
	text-align: right;
	margin: 0 10px 20px 10px;
}

.tisa-buttons .tisa-warning {
	color: red;
}

.tisa-button {
	min-width: 80px;
	margin: 5px;
}

.tisa-editor-commands {
	margin-top: 2px;
}

.tisa-editor-command {
	float: right;
	padding: 2px;
	margin: 1px;
	display: inline-block;
	border: 1px solid transparent;
	cursor: pointer;
}

.tisa-editor-command:hover {
	border: 1px solid #9cbcd3;
}


/*------------------------------------------------------------------------------------*/


/* overriden datatable styles*/

table.dataTable {
	border-spacing: 2px 2px;
	/*border-collapse: collapse;*/
	border: 1px solid #CCDBE5;
	/*border-bottom: none;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #E0EFF9;
}

table.dataTable td {
	border-left: 1px solid #CCDBE5;
}

table.dataTable tbody td {
	padding: 6px 10px;
}

table.dataTable tr.odd {
	background: #d7e7f2; /* Old browsers */
	background: -moz-linear-gradient(top, #d7e7f2 0%, #e0eff9 93%, #9cbcd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e7f2), color-stop(93%,#e0eff9), color-stop(100%,#9cbcd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e7f2', endColorstr='#9cbcd3',GradientType=0 ); /* IE6-9 */
}

table.dataTable tr.even {
	background: #d7e7f2; /* Old browsers */
	background: -moz-linear-gradient(top, #d7e7f2 0%, #e0eff9 93%, #9cbcd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e7f2), color-stop(93%,#e0eff9), color-stop(100%,#9cbcd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d7e7f2 0%,#e0eff9 93%,#9cbcd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e7f2', endColorstr='#9cbcd3',GradientType=0 ); /* IE6-9 */
}

table.dataTable tr.odd td.sorting_1 {
	background: #ccdbe5; /* Old browsers */
	background: -moz-linear-gradient(top, #ccdbe5 0%, #d5e3ed 93%, #91afc4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccdbe5), color-stop(93%,#d5e3ed), color-stop(100%,#91afc4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdbe5', endColorstr='#91afc4',GradientType=0 ); /* IE6-9 */
}

table.dataTable tr.even td.sorting_1 {
	background: #ccdbe5; /* Old browsers */
	background: -moz-linear-gradient(top, #ccdbe5 0%, #d5e3ed 93%, #91afc4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccdbe5), color-stop(93%,#d5e3ed), color-stop(100%,#91afc4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ccdbe5 0%,#d5e3ed 93%,#91afc4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdbe5', endColorstr='#91afc4',GradientType=0 ); /* IE6-9 */
}

table.dataTable thead th {
	border-bottom: 1px solid #91afc4;
	text-align: left;
}

table.dataTable thead th:first-child {
	padding-left: 31px;
}


.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	margin: 8px 5px;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	line-height: 19px;
}

table.dataTable .ui-icon {
	float: left;
	margin-right: 4px;
}

table.dataTable a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

table.dataTable a:hover {
	color: inherit;
}


.tisa-editor-fullscreencommands {
	position: absolute;
	top: 84px;
	right: 20px;
	z-index: 200;
	display: none;
}

.fullscreen .tisa-editor-fullscreencommands {
	display: block;
}