﻿/*body,h1,h2,h3,h4,h5,h6{*/
	/*color: #7D6A8A;*/
/*}*/

p{
	margin-bottom: 0;
}
.btn i{
	margin-right: 5px;
}

/*	CajButton
-------------------------------------------------------------------------------- */
.imageSubmit,
.imageSubmitDisabled {
	white-space: nowrap;
	padding-right: 10px;
}
/* высота кнопки */
.imageSubmit input,
.imageSubmitDisabled input {
	float: none;
	height: 20px;
	overflow: visible;
	padding: 0;
	margin: 0;
	border: none;
}
/* ширина дверей */
.imageSubmitLeft,
.imageSubmitRight {
	width: 8px;
}
/* картинки enabled-кнопки */
.imageSubmitLeft {
	background: url(../img/b_left.gif) no-repeat;
}
.imageSubmitRight {
	background: url(../img/b_right.gif) no-repeat;
}
.imageSubmitContent {
	background: url(../img/b.gif) repeat-x;
}
/* картинки disabled-кнопки */
.imageSubmitDisabled .imageSubmitLeft {
	background: url(../img/b_left_disabled.gif) no-repeat;
}
.imageSubmitDisabled .imageSubmitRight {
	background: url(../img/b_right_disabled.gif) no-repeat;
}
.imageSubmitDisabled .imageSubmitContent {
	background: url(../img/b_disabled.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.imageTitledSubmit {
	padding-left: 20px;
	overflow: visible;
	border: none;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.dateTimeControlCalendarImg {
	vertical-align:bottom;
	margin:-2px auto;
	border:none;
}

/* BaseList
-------------------------------------------------------------------------------- */
.listTable th
{
	/* отключение перевода строк между названием колонки и картинкой направления сортировки */
	/*white-space: nowrap;*/
}
/* Отступы ссылки на новый элемент и пейджера */
.FilterPage
{
	padding-bottom: 10px;
}
.ControlValues
{
	margin-bottom: 10px;
}
/*.listAddNewItem a#create-list-item
{
	margin-bottom: 10px;
	display: block;
}*/
.pagerMenu
{
	margin-bottom: 10px;
}
.pagerMenu a, .pagerMenu span {
	margin: 0 1em 0 0;
}

.listTable td .checkbox input{
	margin: 0;
	float: none;
}

/* LinkObjectControl
-------------------------------------------------------------------------------- */
.linkObjectControlContainer
{
	white-space: nowrap;
	display: inline-block;
}
.linkObjectControlContainer input{
    display: inline-block;
}
.linkObjectControlContainer img
{
	cursor: pointer;
	/* чтобы контрол не занимал по высоте больше, т.к. картинки везде одинаковые, сделано здесь */
	vertical-align: bottom;
}
.linkObjectControlContainer .linkObjBtns{
    display: inline-block;
    font-size: 20px;
    vertical-align: bottom;
}
/*.linkObjectControlContainer .actions a{*/
    /*margin: 5px;*/
/*}*/

.linkObjectControlContainer .linkObjBtns i.clear,
i.removebtn{
   color: #DA4531;
}
/* DateTimeControl
-------------------------------------------------------------------------------- */
.dateTimeControl,
.timePartControl{
    display: inline-block;
    width: 84px;
}

/* Spin Control
-------------------------------------------------------------------------------- */
.spinControlContainer
{
	white-space: nowrap;
}



/* ClientMultiSelectControl
-------------------------------------------------------------------------------- */
.clientMultiSelectControl img
{
	cursor: pointer;
}

/* FileControl
-------------------------------------------------------------------------------- */



div.fakeFileInput  { width:325px; }

div.fakeFileInput {
	position: relative;
	height: 30px;
	border: none;
}

.fakeFileInput .fileContainer{
	z-index: 2;
	position: absolute;
	right: 0;
	height: 20px;
	width: 75px;
	overflow: hidden;
}

div.fakeFileInput input.fakeFileInput_file {
	position: absolute;
	right: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity = 0);
	height: 20px;
	font-size: 50px;
}

.fakeFileInput .fakeFileInput_file { cursor:pointer; }

div.fakeFileInput input.fakeFileInput_input {
	position: absolute;
	top: 0;
	left: 0;
}

.fakeFileInput_input { width:240px; }

.fakeFileInput .newBtn, .fakeFileInput .hover {
	position: absolute;
	right: 0;
	top: 0;
}

div.fakeFileInput .imageSubmit {
	position: absolute;
	top: 0;	
	left: 250px;
}

.fakeFileInput .newBtn{
	margin-right: 0;
}


.fakeFileInput.newBootstrap{
	height: 30px;
}
.fakeFileInput.newBootstrap .newBtn{
	margin-right: 0;
}
.fakeFileInput.newBootstrap .fileContainer,
.fakeFileInput.newBootstrap .fakeFileInput_file{
	height: 30px;
}

/* VideoFileControl
-------------------------------------------------------------------------------- */
.videoFileControlPreviewFrameTime label { padding-right: 4px; }

/* ImageCropper
-------------------------------------------------------------------------------- */
#imageHolder {
	position: relative;
	background-repeat: no-repeat;
}

#icCroppingArea {
	border: 2px #333 dotted;
	background: rgba(255,255,255,0.5);
}
#icCroppingArea.ui-draggable-dragging{
	border: none;
}
#icDragbar {
	background: url(../img/ic_dragbar.gif) 0 0 no-repeat;
	cursor: move;
}

/*	TreeControl
-------------------------------------------------------------------------------- */
.tree {
	padding: 9px;
}
.tree input[type='checkbox'] {
	height: 14px;
	width: 14px;
	vertical-align: bottom;
}
.tree ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tree li img {
	vertical-align: text-bottom;
}
.tree li a, .tree li span {
	padding: 0 2px;
	vertical-align: top;
}
*html .treeEditorTree,
*html #popupPage {
	height: 1%;
}
.control
{
	padding: 0 0 0 3px;
}
/*	ColorPicker
-------------------------------------------------------------------------------- */
.colorPicker { white-space: nowrap; }
.colorPicker * { vertical-align: middle; }
.colorPicker .picker, .colorPicker img { margin: 1px; }
.colorPicker .picker
{
	display: inline-block;
	width: 13px;
	height: 13px;
}
.colorPicker .picker.empty { background: url('../img/colorPicker.GIF'); }
/* list .............................. */
.colorPicker ul
{
	display: none;
	position: absolute;
	width: auto;
	
	margin: 0;
	padding: 0;
	
	border: 1px solid #AAA;
	background-color: #EEE;
	
	list-style-type: none;
}
.colorPicker ul li
{
	margin: 1px;
	padding: 0;
	
	cursor: pointer;
}
.colorPicker ul li div
{
	padding: 0 5px;
	margin-left: 20px;
	line-height: 20px;
	
	border-left: 1px solid #EEE;
	
	color: #000;
	background-color: #FFF;
}
/* table .............................. */
.colorPicker table
{
	display: none;
	position: absolute;
	width: auto;
	
	border: 1px solid #AAA;
	background-color: #CCC;
}
.colorPicker table td
{
	width: 20px;
	height: 20px;
	
	border: 1px solid #FFF;
	cursor: pointer;
}
.colorPicker table td.blankColorCell
{
	border: 1px solid #CCC;
	cursor: default;
}
.radioControl {
	white-space: nowrap;
}

/* CAPTCHA 
-------------------------------------------------------------------------------- */
div.captchaImageContainer
{
	position: relative;
	height: 60px;
	padding-bottom: 5px;
}

.captcha div.captchaImageContainer {
	position: relative;
	height: auto;
	padding-bottom: 5px;
}
.captchaImageContainer span
{
	position: absolute;
	top: 20px;
	left: 205px;
}

.required {
	background:url(/img/bg_required.gif) no-repeat top right;
	padding-right:10px !important;
}

/*	Misc
-------------------------------------------------------------------------------- */
.formControlsTable td, .formControlsTable th
{
	padding: 5px 5px 5px 0;
	vertical-align: middle;
}

.formControlsTable td .imageFileControlUpload
{
	vertical-align: top;
}

.imageFileControl td
{
	padding: 0 5px!important;
}

.selectOptionHighlighted 
{
	background-color: #EEF4F9;
}

/* сворачиваемая группа */
.optionalControlsTrigger
{
	cursor: pointer;
}

.optionalControlsTrigger span
{
	border-bottom: dashed 1px;
}

/*	arrayPropertyEditor
-------------------------------------------------------------------------------- */
/* строка таблицы, после котрой переместится выбранная */
table.arrayPropertyEditor tr.arrayPropertyEditorMoveAfter > td 
{
	border-bottom: 3px solid #FFAB10;
	cursor: pointer;
}
	
table.arrayPropertyEditor i.fa{
    font-size: 19px;
    /*margin:5px 7px 0 0;*/
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
table.arrayPropertyEditor i.fa:hover,
table.arrayPropertyEditor .deleted i.fa.removebtn{
    color: #3C82BF;
}
/* стиль для контрола, на который повещен onclick */
.txtLink 
{
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 2px;
}


table.arrayPropertyEditor .editorAddRemoveButtonCell{
	vertical-align: middle;
}
table.arrayPropertyEditor .editorAddRemoveButtonCell .checkbox{
	display: none;
}

.arrayPropertyEditor .editorOrderControlsCell{
	width: 130px;
}
.arrayPropertyEditor .editorAddRemoveButtonCell{
	width: 30px;
	text-align: center;
}

/* Error */
.errorclass {
	border: 2px solid #A90F02 !important;
	padding: 2px;
}
.selectValidationErrorContainer {
	border:2px solid #A90F02;
	padding:3px 0;
}
.errorCheckboxClass {
	border: 2px solid #A90F02;
	padding: 0 2px 2px;
	margin: 1px;
	position: relative;
	vertical-align: bottom;
}
.errorCheckboxClass input
{
	padding: 0;
	vertical-align: bottom;
}

.errorCheckboxClass label.forCheckbox
{
	margin: 0;
	line-height: 13px;
	vertical-align: bottom;
}

input.with-hint
{
	color: Silver;
}


.listAddNewItem a
{   font-size: 14px;
	/*padding-right: 20px; */
	/*float: left;*/
    color: #fff;
}
.listAddNewItem .label{
    display: inline-block;
    margin-bottom: 10px;
}

.hide
{
	display: none;
}

.arrayPropertyEditor .deleted td
{
background: #f4b0b0!important;
}

.treeEditorTree {
	padding-bottom: 10px;
	float: left;
}

.newBtn{
    margin-right: 10px;
}

label.forCheckbox.checkboxDisabled {
    color: grey;
}

td.listAddNewItem {
    padding-top: 10px;
}


table .radio,table .checkbox{
	margin: 0;
}
.table .radio,
.table .checkbox{
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.table .radio input,
.table .checkbox input{
	margin: 0;
	float: none;
}

.actions{
	white-space: nowrap;
}
.actions a{
	padding: 0 5px;
	background: #f3f3f3;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid transparent;
	display: inline-block;
	margin: 0 5px;
	height: 30px;
}
.actions a,
.actions a i{
	line-height: 30px;
}
.actions a:hover{
	background: #e0e0e0;
	border: 1px solid #00b1e1;
}
.ui-datepicker-trigger{
    border: none;
    background: none;
}

.editorContainerButtons{
	text-align: right;
}

.list-top-controls{
	margin-top: 10px;
}

.tab-pane.active{
	border: 1px solid #dddddd;
	border-top: none;
	padding: 5px;
	overflow: visible;
}
.tree-table{
	margin-bottom: 10px;
}
.controlsGroup {
	margin: 0 0 15px;
	padding: 10px;
	border-left: 2px solid #EFEFEF;
	max-width: 400px;
}

.controlsGroup h3{
	background-color: rgb(224, 224, 224);
	padding: 3px;
}
.arrayPropertyEditor {
	margin: 10px 0;
	border: 1px solid #000;
	background-color: #FFF;
	width: 100%;
}
.email-control {
    width: 90%;
    display: inline;
    margin-right: 2px;
}
.list-table .nav-tabs > li.active > a, .list-table .nav-tabs > li.active > a:hover, .list-table .nav-tabs > li.active > a:focus {
    cursor: pointer;
}
.tab-content {
	margin-bottom: 15px;
    overflow: visible;
}
.arrayPropertyEditor .form-control:not(.fakeFileInput_input):not(.dateTimeControl){
	width:100%;
}
body form span.linkObjectControlContainer input.form-control:not(.fakeFileInput_input):not(.dateTimeControl){
	width:auto;
}
.imageFileControl .imageFileControlUpload .checkbox {
	float: right;
}
.tree .checkbox {
	display: inline-block;
	margin-top: -10px;
	margin-bottom: 0px;
}

/*подсветка более ярким цветом сегодняшней даты в datepicker-е*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #DDCF7F;
	background: #fbec88 url("/css/inc/ui/images/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x;
}
ul.nav.nav-tabs.tab-selected:not(.serverToolBar) {
    border-bottom: 1px solid #dddddd;
}

label {
	margin-bottom: 0px;
}
/*body,h1,h2,h3,h4,h5,h6{*/
	/*color: #666;*/
/*}*/

p{
	margin-bottom: 0;
}
.btn i{
	margin-right: 5px;
}

/*	CajButton
-------------------------------------------------------------------------------- */
.imageSubmit,
.imageSubmitDisabled {
	white-space: nowrap;
	padding-right: 10px;
}
/* высота кнопки */
.imageSubmit input,
.imageSubmitDisabled input {
	float: none;
	height: 20px;
	overflow: visible;
	padding: 0;
	margin: 0;
	border: none;
}
/* ширина дверей */
.imageSubmitLeft,
.imageSubmitRight {
	width: 8px;
}
/* картинки enabled-кнопки */
.imageSubmitLeft {
	background: url(../img/b_left.gif) no-repeat;
}
.imageSubmitRight {
	background: url(../img/b_right.gif) no-repeat;
}
.imageSubmitContent {
	background: url(../img/b.gif) repeat-x;
}
/* картинки disabled-кнопки */
.imageSubmitDisabled .imageSubmitLeft {
	background: url(../img/b_left_disabled.gif) no-repeat;
}
.imageSubmitDisabled .imageSubmitRight {
	background: url(../img/b_right_disabled.gif) no-repeat;
}
.imageSubmitDisabled .imageSubmitContent {
	background: url(../img/b_disabled.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.imageTitledSubmit {
	padding-left: 20px;
	overflow: visible;
	border: none;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.dateTimeControlCalendarImg {
	vertical-align:bottom;
	margin:-2px auto;
	border:none;
}

/* BaseList
-------------------------------------------------------------------------------- */
.listTable th
{
	/* отключение перевода строк между названием колонки и картинкой направления сортировки */
	/*white-space: nowrap;*/
}
/* Отступы ссылки на новый элемент и пейджера */
.FilterPage
{
	padding-bottom: 10px;
}
.ControlValues
{
	margin-bottom: 10px;
}
/*.listAddNewItem a#create-list-item
{
	margin-bottom: 10px;
	display: block;
}*/
.pagerMenu
{
	margin-bottom: 10px;
}
.pagerMenu a, .pagerMenu span {
	margin: 0 1em 0 0;
}

.listTable td .checkbox input{
	margin: 0;
	float: none;
}

/* LinkObjectControl
-------------------------------------------------------------------------------- */
.linkObjectControlContainer
{
	white-space: nowrap;
	display: inline-block;
}
.linkObjectControlContainer input{
    display: inline-block;
}
.linkObjectControlContainer img
{
	cursor: pointer;
	/* чтобы контрол не занимал по высоте больше, т.к. картинки везде одинаковые, сделано здесь */
	vertical-align: bottom;
}
.linkObjectControlContainer .linkObjBtns{
    display: inline-block;
    font-size: 20px;
    vertical-align: bottom;
}
/*.linkObjectControlContainer .actions a{*/
    /*margin: 5px;*/
/*}*/
.linkObjectControlContainer .linkObjBtns i.add{
    color: #3C82BF;
}

.linkObjectControlContainer .linkObjBtns i.clear,
i.removebtn{
   color: #DA4531;
}
/* DateTimeControl
-------------------------------------------------------------------------------- */
.dateTimeControl,
.timePartControl{
    display: inline-block;
    width: 84px;
}

/* Spin Control
-------------------------------------------------------------------------------- */
.spinControlContainer
{
	white-space: nowrap;
}



/* ClientMultiSelectControl
-------------------------------------------------------------------------------- */
.clientMultiSelectControl img
{
	cursor: pointer;
}

/* FileControl
-------------------------------------------------------------------------------- */



div.fakeFileInput  { width:325px; }

div.fakeFileInput {
	position: relative;
	height: 30px;
	border: none;
}

.fakeFileInput .fileContainer{
	z-index: 2;
	position: absolute;
	right: 0;
	height: 20px;
	width: 75px;
	overflow: hidden;
}

div.fakeFileInput input.fakeFileInput_file {
	position: absolute;
	right: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity = 0);
	height: 20px;
	font-size: 50px;
}

.fakeFileInput .fakeFileInput_file { cursor:pointer; }

div.fakeFileInput input.fakeFileInput_input {
	position: absolute;
	top: 0;
	left: 0;
}

.fakeFileInput_input { width:240px; }

.fakeFileInput .newBtn, .fakeFileInput .hover {
	position: absolute;
	right: 0;
	top: 0;
}

div.fakeFileInput .imageSubmit {
	position: absolute;
	top: 0;	
	left: 250px;
}

.fakeFileInput .newBtn{
	margin-right: 0;
}


.fakeFileInput.newBootstrap{
	height: 30px;
}
.fakeFileInput.newBootstrap .newBtn{
	margin-right: 0;
}
.fakeFileInput.newBootstrap .fileContainer,
.fakeFileInput.newBootstrap .fakeFileInput_file{
	height: 30px;
}

/* VideoFileControl
-------------------------------------------------------------------------------- */
.videoFileControlPreviewFrameTime label { padding-right: 4px; }

/* ImageCropper
-------------------------------------------------------------------------------- */
#imageHolder {
	position: relative;
	background-repeat: no-repeat;
}
#icCroppingArea {
}
#icDragbar {
	background: url(../img/ic_dragbar.gif) 0 0 no-repeat;
	cursor: move;
}

/*	TreeControl
-------------------------------------------------------------------------------- */
.tree {
	padding: 9px;
}
.tree input[type='checkbox'] {
	height: 14px;
	width: 14px;
	vertical-align: bottom;
}
.tree ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.tree li img {
	vertical-align: text-bottom;
}
.tree li a, .tree li span {
	padding: 0 2px;
	vertical-align: top;
}
*html .treeEditorTree,
*html #popupPage {
	height: 1%;
}
.control
{
	padding: 0 0 0 3px;
}
/*	ColorPicker
-------------------------------------------------------------------------------- */
.colorPicker { white-space: nowrap; }
.colorPicker * { vertical-align: middle; }
.colorPicker .picker, .colorPicker img { margin: 1px; }
.colorPicker .picker
{
	display: inline-block;
	width: 13px;
	height: 13px;
}
.colorPicker .picker.empty { background: url('../img/colorPicker.GIF'); }
/* list .............................. */
.colorPicker ul
{
	display: none;
	position: absolute;
	width: auto;
	
	margin: 0;
	padding: 0;
	
	border: 1px solid #AAA;
	background-color: #EEE;
	
	list-style-type: none;
}
.colorPicker ul li
{
	margin: 1px;
	padding: 0;
	
	cursor: pointer;
}
.colorPicker ul li div
{
	padding: 0 5px;
	margin-left: 20px;
	line-height: 20px;
	
	border-left: 1px solid #EEE;
	
	color: #000;
	background-color: #FFF;
}
/* table .............................. */
.colorPicker table
{
	display: none;
	position: absolute;
	width: auto;
	
	border: 1px solid #AAA;
	background-color: #CCC;
}
.colorPicker table td
{
	width: 20px;
	height: 20px;
	
	border: 1px solid #FFF;
	cursor: pointer;
}
.colorPicker table td.blankColorCell
{
	border: 1px solid #CCC;
	cursor: default;
}
.radioControl {
	white-space: nowrap;
}

/* CAPTCHA 
-------------------------------------------------------------------------------- */
div.captchaImageContainer
{
	position: relative;
	height: 60px;
	padding-bottom: 5px;
}

.captchaImageContainer span
{
	position: absolute;
	top: 20px;
	left: 205px;
}

.required {
	background:url(/img/bg_required.gif) no-repeat top right;
	padding-right:10px !important;
}

/*	Misc
-------------------------------------------------------------------------------- */
.formControlsTable td, .formControlsTable th
{
	padding: 5px 5px 5px 0;
	vertical-align: middle;
}

.formControlsTable td .imageFileControlUpload
{
	vertical-align: top;
}

.imageFileControl td
{
	padding: 0 5px!important;
}

.selectOptionHighlighted 
{
	background-color: #EEF4F9;
}

/* сворачиваемая группа */
.optionalControlsTrigger
{
	cursor: pointer;
}

.optionalControlsTrigger span
{
	border-bottom: dashed 1px;
}

/*	arrayPropertyEditor
-------------------------------------------------------------------------------- */
/* строка таблицы, после котрой переместится выбранная */
table.arrayPropertyEditor tr.arrayPropertyEditorMoveAfter > td 
{
	border-bottom: 3px solid #FFAB10;
	cursor: pointer;
}
	
table.arrayPropertyEditor i.fa{
    font-size: 19px;
    /*margin:5px 7px 0 0;*/
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
table.arrayPropertyEditor i.fa:hover,
table.arrayPropertyEditor .deleted i.fa.removebtn{
    color: #3C82BF;
}
/* стиль для контрола, на который повещен onclick */
.txtLink 
{
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 2px;
}

/* Error */
.errorclass {
	border: 2px solid #A90F02 !important;
	padding: 2px;
}
.selectValidationErrorContainer {
	border:2px solid #A90F02;
	padding:3px 0;
}
.errorCheckboxClass {
	border: 2px solid #A90F02;
	padding: 0 2px 2px;
	margin: 1px;
	position: relative;
	vertical-align: bottom;
}
.errorCheckboxClass input
{
	padding: 0;
	vertical-align: bottom;
}

.errorCheckboxClass label.forCheckbox
{
	margin: 0;
	line-height: 13px;
	vertical-align: bottom;
}

input.with-hint
{
	color: Silver;
}


.listAddNewItem a
{   font-size: 14px;
	/*padding-right: 20px; */
	/*float: left;*/
    color: #fff;
}
.listAddNewItem .label{
    display: inline-block;
    margin-bottom: 10px;
}

.hide
{
	display: none;
}

.arrayPropertyEditor .deleted td
{
background: #f4b0b0!important;
}

.treeEditorTree {
	padding-bottom: 10px;
	float: left;
}

.newBtn{
    margin-right: 10px;
}

label.forCheckbox.checkboxDisabled {
    color: grey;
}

td.listAddNewItem {
    padding-top: 10px;
}


table .radio,table .checkbox{
	margin: 0;
}
.table .radio,
.table .checkbox{
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.table .radio input,
.table .checkbox input{
	margin: 0;
	float: none;
}

.actions{
	white-space: nowrap;
}
.actions a{
	padding: 0 5px;
	background: #f3f3f3;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid transparent;
	display: inline-block;
	margin: 0 5px;
	height: 30px;
}
.actions a,
.actions a i{
	line-height: 30px;
}
.actions a:hover{
	background: #e0e0e0;
	border: 1px solid #00b1e1;
}
.ui-datepicker-trigger{
    border: none;
    background: none;
}

.editorContainerButtons{
	text-align: right;
}

.list-top-controls{
	margin-top: 10px;
}

.tab-pane.active{
	border: 1px solid #dddddd;
	border-top: none;
	padding: 5px;
	overflow: visible;
}
.tree-table{
	margin-bottom: 10px;
}
.controlsGroup {
	margin: 0 0 15px;
	padding: 10px;
	border-left: 2px solid #EFEFEF;
	max-width: 400px;
}

.controlsGroup h3{
	background-color: rgb(224, 224, 224);
	padding: 3px;
}
.arrayPropertyEditor {
	margin: 10px 0;
	border: 1px solid #000;
	background-color: #FFF;
	width: 100%;
}
.email-control {
    width: 90%;
    display: inline;
    margin-right: 2px;
}
.list-table .nav-tabs > li.active > a, .list-table .nav-tabs > li.active > a:hover, .list-table .nav-tabs > li.active > a:focus {
    cursor: pointer;
}
.tab-content {
	margin-bottom: 15px;
    overflow: visible;
}
.arrayPropertyEditor .form-control:not(.fakeFileInput_input):not(.dateTimeControl){
	width:100%;
}
body form span.linkObjectControlContainer input.form-control:not(.fakeFileInput_input):not(.dateTimeControl){
	width:auto;
}
.imageFileControl .imageFileControlUpload .checkbox {
	float: right;
}
.tree .checkbox {
	display: inline-block;
	margin-top: -10px;
	margin-bottom: 0px;
}

/*подсветка более ярким цветом сегодняшней даты в datepicker-е*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #DDCF7F;
	background: #fbec88 url("/themeroller/images/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x;
}

.password-tips-container{
	position: relative;
}
.password-tips-container input[type='text']{
	padding-right: 40px;
}
.primary-password-tip{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
}
.primary-password-tip-icon{
font-size: 18px;
	cursor: pointer;
}
.primary-password-tip:hover .primary-password-tip-tooltip{
	display: block;
}

.primary-password-tip .primary-password-tip-tooltip {
	display: none;
	position: absolute;
	right: 100%;
	top: -5px;
	z-index: 100;
	padding-right: 10px;

}
.primary-password-tip .primary-password-tip-tooltip-content{
	min-width: 300px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 100;
	border-radius: 5px;
	position: relative;
}


.primary-password-tip .primary-password-tip-tooltip-content:after, .primary-password-tip .primary-password-tip-tooltip-content:before {
	left: 100%;
	top: 14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.primary-password-tip .primary-password-tip-tooltip-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #f9f9f9;
	border-width: 7px;
	margin-top: -7px;
}
.primary-password-tip .primary-password-tip-tooltip-content:before {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #ccc;
	border-width: 8px;
	margin-top: -8px;
}
@media (max-width: 768px) {
	.primary-password-tip .primary-password-tip-tooltip-content {
		min-width: 200px;
	}
}