*,html { 
	margin:0; 
	padding:0; 
}

html, body {
	height:100%;
}

fieldset {
	padding:5px;
	border-radius:8px;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	overflow:hidden;
}

td {
	padding:3px;
}

th {
	text-align:center;
}

img.youtube {
	float:left;
	border:none;
	width:50px;
}

img.loader {
	display:block;
	width:32px;
	height:32px;
	position:relative;
	top:50%;
	margin-top:-16px;
	margin-right:auto;
	margin-left:auto;
}


td.controll,
th.controll {
	width:22px;
}

#LoginForm {
	position:fixed;
	top:       38%;
	left:      40%;
	border:2px solid #CCC;
}

#MainBody {
	position:relative;
	/*top:         5px;
	left:        5px;
	right:       5px;
	bottom:      5px;*/
	overflow: hidden;
	
	/*-- Проверка --*/
	/*border:1px solid #E5E5E5;*/
	height:100%;
}

#EditRouterForm {
	position:  absolute;
	top:         30px;
	left:        5px;
	right:       5px;
	bottom:      5px;
	overflow: auto;
}



div.LeftMenu {
	position:fixed;
	top:      40px;
	left:     20px;
	bottom:   20px;
	width:   180px;
	padding:   5px;
	z-index:     5;
	
	border-right:1px solid #000;
}

div.LeftMenu div {
	padding:3px;
}

div.LeftMenu select {
	width:135px;
	white-space:nowrap;
}



a.accordion { 
	display: block; 
	font-size: 1em; 
	padding: .5em .5em .5em 2.2em; 
}

#MainMenuBackground,
#Frame {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url('images/ui-bg_diagonals-thick_20_666666_40x40.png');
	background-repeat:repeat;
	background-color:#666;
	opacity: .65; 
	filter:Alpha(Opacity=65);
	display:none;
	z-index:10;
}

table.ImagesTable {
	border:0 !important;
}

table.ImagesTable td {
	border:0 !important;
}


div.TCMenuHeader, 
div.ECMenuHeader, 
div.ECLMenuHeader, 
.MenuHeader {
	position:fixed;
	left:10px;
	right:10px;
	top:35px;
	height:70px;
}

div.TCStatsContent, 
div.ECStatsContent, 
div.TCStatsTimeContent, 
div.ECStatsTimeContent, 
div.ECLStatsContent {
	position:fixed;
	left:10px;
	right:10px;
	bottom:10px;
	top:110px;
}

#TCGetProcessList {
	position:fixed;
	left:10px;
	right:10px;
	bottom:10px;
	top:36px;
	overflow:auto;
}

td.PanelButton {
	padding:3px;
	border:1px solid #999;
}

.sd, .ed {
	width:82px;
}

li.Light {
	background-color:#FC0 !important;
	background-image:none !important;
}

.ui-helper-reset {
	font-size:80% !important;
}

#DaemonLogBlock {
	position:absolute;
	top:70px;
	left:10px;
	right:10px;
	bottom:10px;
	overflow:auto;
}

#DaemonLogFilter {
	position:absolute;
	top:40px;
	left:10px;
	right:10px;
	height:30px;
	overflow:hidden;
}

#DeviceFormDlg {
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	z-index:20;
	background-color:#FFF;
	border:1px solid #333;
	padding:10px;
}

#ui-datepicker-div {
	z-index:1000;
	display:none;
	position:absolute;
}

/*
.ui-tabs .ui-tabs-nav {
	width:100% !important;
	display:table-cell !important;
}
*/





#LogOutBtn {
	position:absolute;
	background-image:url('/img/logout2.png');
	background-repeat:no-repeat;
	left:-40px;
	bottom:30px;
	width:250px;
	height:35px;
	z-index:100;
	cursor:pointer;
}

#DevicesList {
	list-style:none;
}

#DevicesList li a {
	font-size:14px;
	text-decoration:none;
}

#DivTime {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	background-color:#FFF;
	border:1px solid #666;
	z-index:10;
}

#DialogEditForm {
	position:absolute;
	top:0;
	left:0;
	width:600px;
	overflow:auto;
	background-color:#FFF;
	border:1px solid #333;
	z-index:10;
	height:650px;
	padding:8px;
}

li.Lost {
	background-color:#FF6A6A;
	color:#FFF;
}

li.Future {
	
}

li.Finished {
	background-color:#06F;
	color:#FFF;
}

p {
	padding:3px;
}


.TCSystemSelect {
	background-color:#CCC;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}

.TCSystemSelect.Selected {
	background-color:#036 !important;
	color:#FFF !important;
}


sup {
	cursor:help;
	float:left;
}

#TitleInfoBlock{
	position:fixed;
	right:40px;
	bottom:40px;
	width:300px;
	background-color:#FFF;
	border:1px solid #333;
	border-radius:5px;
	-moz-border-radius:5px;
	min-height:50px;
	padding:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	display:none;
}





#TCDispatcher {
	position:fixed;
	//position:absolute;
	top:40px;
	left:10px;
	right:10px;
	bottom:10px;
}



div.ParamsWondow {
	width:400px;
	padding:10px;
	background-color:#FFF;
	border:1px solid #333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:15;
	color: #000;
}

div.ParamsWondow div {
	padding:5px;
}

td.date-change-wrapper img {
	opacity:.30;
	filter:Alpha(Opacity=30);
}

td.date-change-wrapper {
	text-align: center;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor:pointer;
}

td.date-change-wrapper:hover {
	border:1px solid #333;
	width: 20px;
	height: 20px;
}

td.date-change-wrapper:hover img {
	opacity:1;
	filter:Alpha(Opacity=100);
}

#sd_global,#ed_global {
	width: 100%;
	text-align:center;
}

td.arrow-over {
	border:1px solid #333;
}

#HousesPager {
	height:9px !important;
	z-index:5;
}


div.Requested {
	background-color:#06C;
	color:#FFF;
	font-weight:bold;
}


tr.ui-widget-content td[aria-describedby='HVSList_data'].Requested {
	font-weight:bold !important;
	color:#03C !important;
}
.ui-pg-div img {
	margin-bottom:-10px;
}
select[role='select']{
	width:100%;
}

a.default {
	text-decoration:none;
}

a.default img {
	border:none;
	width:22px;
}


#ascute-log {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#FFF;
	background-image:url('/img/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	cursor:wait;
	z-index:10000;
}

#gview_HousesList div.ui-jqgrid-titlebar {
	margin:0 !important;
	background-color:#FFF !important;
	background-image:none !important;
	border:none;
}

#OnlineQueue {
	height: 15px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 12px;
    width: 38px;
    z-index: 1000;
    color: #fff;
    font-weight: bold;
	display:none;
}

.ui-accordion .ui-accordion-content-active {
	padding:0px !important;
}


div.space {
	margin: 3px;
}

.break-line {
	padding: 10px 0px;
}

.break-line hr {
	border-color: #e7e7e7;
}

th.control {
	width: 25px;
}

th.date {
	width: 110px;
}

ul.errors {
	list-style: none;
}

ul.errors li {
	color: #FF0000;
	font-size: 80%;
}

#MainTab ul {
	list-style: none;
	text-align: left;
	margin: auto 2%;
}

#MainTab ul li {
	vertical-align:top;
	display: inline-block;
	margin:30px;
	padding: 30px;
	width: 150px;
	height: 150px;
	font-size: 120%;
	color: #000;
	border-radius: 5px;
	text-align:center;
}

#MainTab ul li .main-menu-wrapper {
	height:150px;
	overflow: hidden;
	/*
	height: 210px;
	width: 210px;
	padding: 30px;
	margin-left: -30px;
	margin-top: -30px;
	*/
}

#MainTab ul li .main-menu-desc {
	margin-top:10px;
	margin-left:-30px;
	margin-right:-30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

img.main-menu-icon {
	border:none;
	width:50px;
	height:50px;
}


/*-- !!! --*/
.light-box-effect li { 
	opacity: 0.4;
	border: 10px solid #eee; 
	background-color: #eee;
	-webkit-transform: translateZ(0);
	/*Transition*/ 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	/*Reflection*/ 
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1))); 
}

.light-box-effect li:hover { 
	opacity: 1;
	/*Reflection*/ 
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4))); 
	/*Glow*/ 
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
} 

/*-- !!! --*/

.apple-effect li{ 
	height: 150px; 
	width: 150px; 
	margin: 15px 0; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
} 
.apple-effect li:hover { 
	height: 180px; 
	width: 180px; 
	margin-left: -15px; 
} 

.dock-item3.disable:after {
	content: " ";
	display:block;
	float:right;
	width: 48px;
	height: 48px;
	background-image: url('/img/Lock.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.block {
	line-height: 30px;
}

ul.validator-error {
	color: red;
    font-size: 90%;
    font-weight: bold;
    list-style: outside none none;
    margin-left: 15px;
}

.table-action-icon {
	width: 22px;
}

a.action-icon img {
	width: 25px;
	margin-bottom: -6px;
}