@charset "utf-8";

/**
 * SPREADSHEET
 */

.border-top-minithin {
	border-top: 1px solid black !important;
}
.border-right-minithin {
	border-right: 1px solid black !important;
}
.border-bottom-minithin {
	border-bottom: 1px solid black !important;
}
.border-left-minithin {
	border-left: 1px solid black !important;
}

.border-top-thin {
	border-top: 2px solid black !important;
}
.border-right-thin {
	border-right: 2px solid black !important;
}
.border-bottom-thin {
	border-bottom: 2px solid black !important;
}
.border-left-thin {
	border-left: 2px solid black !important;
}

.border-top-medium {
	border-top: 4px solid black !important;
}
.border-right-medium {
	border-right: 4px solid black !important;
}
.border-bottom-medium {
	border-bottom: 4px solid black !important;
}
.border-left-medium {
	border-left: 4px solid black !important;
}

.border-top-thick {
	border-top: 6px solid black !important;
}
.border-right-thick {
	border-right: 6px solid black !important;
}
.border-bottom-thick {
	border-bottom: 6px solid black !important;
}
.border-left-thick {
	border-left: 6px solid black !important;
}








.weight-bold {
	font-weight: bold !important;
}
.style-italic {
	font-style: italic !important;
}
.decoration-line {
	text-decoration: underline !important;
}
.color-darkred {
	color: #8B0000 !important;
}
.color-red {
	color: #FF0000 !important;
}
.color-orange {
	color: #FFA500 !important;
}
.color-yellow {
	color: #FFFF00 !important;
}
.color-lightgreen {
	color: #90EE90 !important;
}
.color-green {
	color: #008000 !important;
}
.color-lightblue {
	color: #ADD8E6 !important;
}
.color-blue {
	color: #0000FF !important;
}
.color-darkblue {
	color: #00008B !important;
}
.color-orchid {
	color: #DA70D6 !important;
}
.color-white {
	color: #fff !important;
}
.color-black {
	color: #000 !important;
}

.border {
	border: 1px solid #ccc;
}
.bgcolor-darkred {
	background-color: #8B0000;
}
.bgcolor-red {
	background-color: #FF0000;
}
.bgcolor-orange {
	background-color: #FFA500;
}
.bgcolor-yellow {
	background-color: #FFFF00;
}
.bgcolor-lightgreen {
	background-color: #90EE90;
}
.bgcolor-green {
	background-color: #008000;
}
.bgcolor-lightblue {
	background-color: #ADD8E6;
}
.bgcolor-blue {
	background-color: #0000FF;
}
.bgcolor-darkblue {
	background-color: #00008B;
}
.bgcolor-orchid {
	background-color: #DA70D6;
}
.bgcolor-white {
	background-color: #fff;
}
.bgcolor-black {
	background-color: #000;
}

/* форматирование ячейки, в которой находится таблица */
.format-table {
	background-color: #ADD8E6;
}


.fontname-arial {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
}
.fontname-arialblack {
	font-family: "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif !important;
}
.fontname-comicsans {
	font-family: "Comic Sans MS", "Monaco CY", cursive !important;
}
.fontname-couriernew {
	font-family: "Courier New", "Nimbus Mono L", monospace !important;
}
.fontname-georgia {
	font-family: "Georgia", "Century Schoolbook L", serif !important;
}
.fontname-impact {
	font-family: "Impact", "Charcoal CY", sans-serif !important;
}
.fontname-timesnewroman {
	font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif !important;
}
.fontname-trebuchet {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif !important;
}
.fontname-verdana {
	font-family: "Verdana", "Geneva CY", "DejaVu Sans", sans-serif !important;
}

.textalign-left {
	text-align:left;
}
.textalign-center {
	text-align:center;
}
.textalign-right {
	text-align:right;
}
.textalign-justify {
	text-align:justify;
}

.fontsize-f8 {
	font-size: 8px;
}
.fontsize-f9 {
	font-size: 9px;
}
.fontsize-f10 {
	font-size: 10px;
}
.fontsize-f11 {
	font-size: 11px;
}
.fontsize-f12 {
	font-size: 12px;
}
.fontsize-f14 {
	font-size: 14px;
}
.fontsize-f16 {
	font-size: 16px;
}
.fontsize-f18 {
	font-size: 18px;
}
.fontsize-f20 {
	font-size: 20px;
}
.fontsize-f22 {
	font-size: 22px;
}
.fontsize-f24 {
	font-size: 24px;
}
.fontsize-f26 {
	font-size: 26px;
}
.fontsize-f28 {
	font-size: 28px;
}
.fontsize-f36 {
	font-size: 36px;
}
.fontsize-f48 {
	font-size: 48px;
}
.fontsize-f72 {
	font-size: 72px;
}




.colorpicker-img {
	width: 15px;
	height: 15px;
	display: inline-block;
}
.colorpicker-text {
	margin-left: 5px;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
/*
  user-select: none;
*/  
}


.spreadsheet {
	border-collapse:collapse;
	border: 1px solid #ccc;

	/* table-layout: fixed; */ 
}

.spreadsheet:focus {
	outline: none;
}
/* a:focus  { outline: 1px solid black; } */

.spreadsheet-cell {
	padding: 0px;
	/* background-color: #fff;
	position : relative; */
	border: 1px solid transparent;
}
.spreadsheet-cell:hover {
	/* cursor: text; */
	background: #EBF3FD;
	border: 1px solid #ccc;
}

.spreadsheet-noselect:hover {
	/* cursor: text; */
	border: none;
	background: transparent !important;
}

.spreadsheet-border {
	border: 1px solid #ccc;
}

.spreadsheet-wrapper,
.spreadsheet-editable {
	width: 45px;
	height: 15px;
	/* word-wrap: normal; */
	background-color: transparent;
	/* font-family: Arial;
	font-size: 12px;*/
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
}
.spreadsheet-editable {
	background-color: #FBEC88;
	white-space: nowrap;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
/*
	user-select: text;
*/	
}

.spreadsheet-cell.selected {
	background-color: #FBEC88;/* #FBEC88; */
	border: 1px solid #ccc;
}

.spreadsheet-cell.selected:hover {
	background-color: #FBEC88;
	border: 1px solid #ccc;
}

.spreadsheet-cell.selected.minor {
	background-color: #fdfae6;/* #FBEC88; */
	border: 1px solid #ccc;
}

.spreadsheet-cell.selected.minor:hover {
	background-color: #fdfae6;
	border: 1px solid #ccc;
}



.spreadsheet-header {
	background-color: #efefef;
	background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
	background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
	background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
	background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
	background-repeat: repeat-x;
/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
*/	
	
	/* background-color: transparent;
	background-image: -moz-linear-gradient(50% 0%, #F9F9F9 0px, #EFEFEF 100%);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: scroll; */
	opacity: 1;

	padding: 0px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.spreadsheet-header:hover{
	background: #EBF3FD;
}

.spreadsheet-header.selected {
	background: #cbe1fd !important;	
	background: -webkit-linear-gradient(top, #EBF3FD 0,#D7E7FF 100%) !important; /* #ddd393 0,#fcf1a8 желтые #EBF3FD 0,#95B8E7 синие #E0ECFF 0,#EBF3FD */
	background: -moz-linear-gradient(top,#EBF3FD 0,#D7E7FF 100%) !important;
	background: -o-linear-gradient(top,#EBF3FD 0,#D7E7FF 100%) !important;
	background: linear-gradient(to bottom,#EBF3FD 0,#D7E7FF 100%) !important;
	background-repeat: repeat-x;
/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBF3FD,endColorstr=#D7E7FF,GradientType=0);
*/
	border: 1px solid #ccc;
}


.spreadsheet-header div {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 13px; 
}

.spreadsheet_fixed_header_wrap,
.spreadsheet_fixed_column_wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.spreadsheet_fixed_header {
	border-left: 0;
}

.spreadsheet_fixed_header th:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.ie8 .spreadsheet_fixed_header th:first-child {
	border-top-color: transparent;
}

.fix_ff_table_border_bug td,
.fix_ff_table_border_bug th,
.fix_ff_table_border_bug {
	border-collapse: separate;
	border-spacing: 0px !important;
	border-color: transparent !important;
}