/* Новые стили перехода на Bootstrap  */
html{
  height: 100%;
}

body{
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;

  background-color: #f1f1f1;
  font-family: Arial;
  font-weight: 300;
  font-size: 16px;
  color: #000000;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}

#main-content{
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;

  min-height: 100%;
  padding-bottom: 16px;
  margin-bottom: -16px;
}

footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}



h1, h2, h3, h4, h5, h6 {
  font-family: Arial;
  font-weight: 300;
  color: #333333;
}

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

a {
  color: #1263ad;
  text-decoration: none;
}
a:hover {
  color: #fa0000;
  text-decoration: none;
  border-bottom: 0.1px dotted #fa0000;
}
a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}
a.icon {
  color: #1263ad;
  text-decoration: none;
}
a.icon:hover	{ text-decoration: none; border-bottom: none; }

a.menuitem	{ color: #1263ad; text-decoration: none; }
a.menuitem:hover {
  text-decoration: none;
  border-bottom: none;
  color: #fa0000;
  border-bottom: 1px dotted #fa0000;
}



input[type="text"], input[type="password"], textarea {
  border: 1px solid #B2B2B2;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
  margin: 0;
  padding: 4px;
}
input[type="text"]:focus, input[type="password"]:focus, input.button:focus, textarea:focus {
  border-color: #4787B1;
  box-shadow: 0 0 3px 2px rgba(71, 135, 177, 0.7);
  outline: medium none;
}
input.placeholder, textarea.placeholder {
  color: #AAAAAA;
}

input:disabled, select:disabled, textarea:disabled {
  color: #333;
}

select[disabled='disabled'] {
  color: red;
}


.w-45 {
    width: 45% !important;
}



.form-control-xs {
  height: calc(1.5125rem + 2px);
  padding: .1rem .2rem;
  font-size: .85rem;
  line-height: 1.1;
  border-radius: .175rem;
}



/*

.nav-tabs.active {

background-color: #1263ad;
  border-color: #000;

}


.nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;

background-color: #1263ad;
  border-color: #000;


}
*/

.card-header-tabs-my {
  border-bottom: 1px solid rgba(0,0,0,.425);
}

.tab-content-my {
  border-left: 1px solid rgba(0,0,0,.425);
  border-right: 1px solid rgba(0,0,0,.425);
  border-bottom: 1px solid rgba(0,0,0,.425);
}


.nav-tabs-my .nav-item {
  margin-right: 2px;
  min-height: 36px;
  max-height: 36px;
}

.nav-tabs-my .nav-link {
  max-width: 85px;
  min-height: 35px;
  max-height: 35px;
  font-size: 0;
  padding-left: 6px;
  padding-right: 6px;
  letter-spacing: -.05rem;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-color: #aaa #aaa #fff;
}

.nav-tabs-my .nav-link>i {
  font-size: .8rem;
}

.nav-tabs-my .nav-link:hover {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background-color: #fff;
  border-color: #aaa #aaa #fff;
}

.nav-tabs-my .nav-link.active {
  font-size: .8rem;
  max-width: 100%;
  min-height: 36px;
  max-height: 36px;
}

.nav-tabs-my .nav-link.active, .nav-tabs .nav-link:focus {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #FFF;
  background-color: #0275d8;
  border-color: #0275d8 #0275d8 #fff;
}



/* Убираем текст с переключателей и оставляем иконки на малых экранах */
@media screen and (max-width: 400px) {
    .nav-tabs .nav-item > .nav-link a {
      font-size: 0;
    }
    .tabs>label:before {
	margin: 0;
	font-size: 18px;
    }
}
/* Изменяем внутренние отступы переключателей для малых экранов */
@media screen and (max-width: 400px) {
    .nav-tabs .nav-link {
      padding: 5px;
    }
}

.top-info-panel {
  display: table-cell;
  float: left;

  width: auto;
  padding: 3px 13px 3px 13px;
  margin: 0 0;
  text-align: left;
  font: normal 10px Arial, Helvetica, sans-serif;
  color: #000;

  border: solid 1px #000;
  border-color: #a2a2a2;
  border-left: none;
  border-top: none;
  text-decoration: none;

  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
  -khtml-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;

  text-decoration:none!important;
  vertical-align:middle;
  zoom:1;*display:inline;

  -webkit-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);-moz-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);
  color: #000!impotent;

  background:#f2f2f2;
  background:-moz-linear-gradient(top,#f2f2f2 0,#d5d5d5 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(100%,#d5d5d5));
  background:-webkit-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:-o-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:-ms-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2',endColorstr='#a5a5a5',GradientType=0);
}






.clickable-row {
  cursor: pointer;
}

.editfield input:read-only, .editfield input[readonly], .editfield input:-moz-read-only {
  background-color: #FFF !important;
}

.editfield input:read-only {
  background-color: #FFF !important;
}


.editfield input:-moz-read-only {
  background-color: #FFF !important;
}


.table-hover tbody tr:hover {
  color: #000;
  background-color:rgba(255,255,100,.7)
}



.card-columns {
  @include media-breakpoint-only(lg) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}

@media (min-width: 568px) {
  .card-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}


@media (min-width: 768px) {
  .navbar-container {
    position: sticky;
    top: 0;
    overflow-y: auto;
    height: 100vh;
  }
  .navbar-container .navbar {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
  }
  .navbar-container .navbar-collapse {
    align-items: flex-start;
  }
  .navbar-container .nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .navbar-container .navbar-nav {
    flex-direction: column !important;
  }
}

a1 { color: #1263ad; text-decoration: none; }
/* a:hover		{ color: #fa0000; text-decoration: none; border-bottom: 1px dotted #fa0000; } */
a1:hover {
  color: #fa0000; 
  text-decoration: none;
  border-bottom: 1px dotted #fa0000;
}
a1.icon		{ color: #1263ad; text-decoration: none; }
a1.icon:hover	{ text-decoration: none; border-bottom: none; }

a1.menuitem	{ color: #1263ad; text-decoration: none; }
a1.menuitem:hover { text-decoration: none; 
                   border-bottom: none;
                   color: #fa0000; 
                   border-bottom: 1px dotted #fa0000;
}

#top-navbar {
  background-color: #000111;
}

#main-container {
  padding-top: 40px;


/*
  position: fixed;
  width: 100%;
  top: 25px;
  left: 0;
  bottom: 25px;
  margin: 0;
  padding: 0;
  background-color: #F1F1F1;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
*/
}



.text-blink {
  animation: textblink .75s ease-out infinite;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}

@keyframes textblink {
  from {
    text-shadow: 0px 0px 10px #fff,
                 0px 0px 15px #fff,
                 0px 0px 20px #fff,
                 0px 0px 25px #fff;
                 0px 0px 35px #fff;
  }
}

.text-xs {
  font-size: .85rem;
}

.textareafield {
  margin: 0;
  flex-flow: column;
  flex-wrap: wrap;
}

.textareafield label {
  margin: 0;
  padding-left: 2px;
  font-size: .7em;
  letter-spacing: -0.3px;
  color: #000;
}

.textareafield textarea {
  min-width: 100%;
}

.textareafield textarea:read-only {
  background-color: #FFF !important;
}

.textareafield textarea:-moz-read-only {
  background-color: #FFF !important;
}

.pagetitle {
  padding: 2px 5px;
  margin-bottom: 15px;
  font-size: 1.7rem;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-shadow: #ccc 1px 0px, #ccc 1px 1px, #ccc 0px 1px, #ccc -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px;
/*  text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px;*/
}

.pagetitle > .icon {
  display: inline-block;
  position: relative;
  left: -.55rem;
  padding: .375rem .75rem;
  color: #000;
  border-radius: .25rem 0 .25rem;
  text-shadow: none;
}

.icon-rounded {
  border-radius: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.bg-muted {
  opacity: 0.5;
}

.bg-lightgray {
  background: #dddddd;
}


.divider-vertical {
  display: inline-flex;
  margin: 3px 5px;
  width: 1px;
  height: auto;
  min-height: 1rem;
  line-height: 100%;
  border: 1px solid #C5C5D5;
  border-radius: 3px;
  box-shadow: 0px 1px 1px #BBB inset;
  overflow: hidden;
}

.btn-tbar {
  border: 0px;
  max-height: 58px;
  padding: 2px;
  margin: 0;
  text-decoration: none !important;
  transition: transform 0.1s;
  o1verflow: hidden;
}

a.btn-tbar:hover {
  color: #000 !important;
  text-decoration: none !important;
  border: 0px;
  transform: scale(1.05);
}

.btn-tbar div {
  font-size: 0.6rem;
  line-height: 0.5rem;
  padding: 0;
  margin: 0;
  max-width: 44px;
  max-height: 1.1rem;
  overflow: hidden;
/*  white-space: nowrap; */
/*  text-overflow: ellipsis; */
}
.btn-tbar span {
  font-size: 0.6rem;
  line-height: 0.5rem;
  max-width: 44px;
  max-height: 1.1rem;
  overflow: hidden;
/*  white-space: nowrap; */
/*  text-overflow: ellipsis; */
}
.btn-tbar i {
  font-size: 1.6rem;
  vertical-align: middle;
  border: none;
}

.btn-tbar-sm {
  border: 0px;
  padding: 1px;
  max-height: 58px;
  text-decoration: none !important;
  transition: transform 0.1s;
  o1verflow: hidden;
}
a.btn-tbar-sm:hover {
  color: #000 !important;
  text-decoration: none !important;
  border: 0px;
  transform: scale(1.05);
}
.btn-tbar-sm div {
  display: inline-flex;
  padding: 2px;
  font-size: 0.6rem;
  text-align: left;
  line-height: 0.5rem;
  max-width: 84px;
  max-height: 2.1rem;
  vertical-align: middle;
  overflow: hidden;
}
.btn-tbar-sm span {
  display: inline-flex;
  padding: 2px;
  font-size: 0.6rem;
  text-align: left;
  line-height: 0.5rem;
  max-width: 84px;
  max-height: 2.1rem;
  vertical-align: middle;
  overflow: hidden;
}
.btn-tbar-sm i {
  display: inline-flex;
  font-size: 1.2rem;
  vertical-align: middle;
  border: none;
}


.toolbar-sm {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  height: auto;
  width: 100%;
  border: none;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.toolbar-btn {
  display: inline-block;

  text-align: center;
  vertical-align: middle;
  line-height: .9;
  margin-right: 3px;
  padding: .1rem .2rem;

  color: #212529;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.toolbar-btn a {
  display: block;
  font-size: 0.6rem;
  l1ine-height: .9;
  padding: .1rem .2rem;
}
.toolbar-btn div {
  display: inline-block;
}
.toolbar-btn span {
  display: inline-block;
}
.toolbar-btn i {
  font-size: 1.8rem;
  vertical-align: middle;
  border: none;
  padding-right: 2px;
}

.xsmall {
  font-size: 65%;
  font-weight: 400;
}

.w-1 {
  width: 1%;
}

/* Filter panel */
#panel-filter-wrapper {
  position: relative;
}
#panel-filter {
  position: absolute;
  display: none;

  height: auto;
  border: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  z-index: 2;
}

#panel-filter-content {
  min-height: 25px;
  box-sizing: border-box;
}

/* Admin panel */
#admin-panel-wrapper {
  position: relative;
}
#admin-panel {
  position: absolute;
  display: none;

  height: auto;
  border: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  box-shadow: 0 10px 20px rgba(0,0,0,0.7);
  z-index: 2;
}

#admin-panel-content {
  min-height: 25px;
  box-sizing: border-box;
}

.date-picker {
  width: 7.5rem;
  margin: 0;
  padding: 1px 4px;

  border: 1px solid #B2B2B2;
  border-radius: 4px 4px 4px 4px; */
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
  background: url("/images/datepicker-gray.png") no-repeat;
  background-position: 97% 50%;
}

.time-picker {
  width: 4.5em;
  padding-left: 15px;
  padding-right: 20px;
  background: url("/images/time_16.png") no-repeat;
  background-position: 95% 50%;
}


#sys-msg-slider-wrapper {
  position: absolute;
top: 200px;


height: 400px;
  align: center;

background: red;
  z-index: 9999;
}


.sysMsgSlider, .ErrorSlider, .InfoSlider, .NoticeSlider, .HelpSlider, .WarningSlider, .DebugSlider {
	min-width: 400px;
	min-height: 45px;
	margin: 0;
	top: 0;
	left: 50%;
	margin-left: -25%;
	padding: 10px 10px 10px 64px;
	border: 0.1em solid #097585;
	border: 1px solid #a2a2a2;
	opacity: 0.9;
	
	background: #E2F8DE url('../images/search_48.png') no-repeat left;
	background-position: .5em .5em;
/*	min-height: 32px;*/
	text-align: justify;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 0 0 10px 10px;

}

.ErrorSlider {
	border: 0.1em solid #ff6600;
	font-size: 1.3em;
	background: #FFCCCC url('../images/error_48.png') no-repeat left;
	background-position: .5em 50%;
	text-align: justify;
}

.InfoSlider {
	border: 0.1em solid #1263ad;
	font-size: 1.3em;
	background: #E2F8DE url('/images/info_48.png') no-repeat left;
	background-position: .5em 50%;
	text-align: justify;
}

.WarningSlider {
	border: 0.1em solid #ff6600;
	font-size: 1.3em;
	background: #FFFFCC url('../images/info_48.gif') no-repeat left;
	background-position: .5em 50%;
	text-align: justify;
}

.DebugSlider {
	border: 0.1em solid #ff6600;
	font-size: 1.3em;
	background: #FFCCCC url('../images/error_48.png') no-repeat left;
	background-position: .5em 50%;
	text-align: justify;
}

.NoticeSlider {
	border: 0.1em solid #FF6600;
	font-size: 1.3em;
	background: #ffffdd url('../images/notice_48.png') no-repeat left;
	background-position: .5em 50%;
	text-align: justify;
}

.HelpSlider {
	border: 0.1em solid #097585;
	color: #1263ad;
	font-size: 1.3em;
	background: #99CCFF url('../images/quest_48.png') no-repeat left;
	background-position: .5em 50%;
	text-align: justify;
}

.loading-box {
  display: none;
  border: 1px solid;
  padding: 50px;
}

#loader {
  display: none;
  position: fixed;
  margin: 0;
  left: 50%;
  margin-left: -15%;
  top: 50%;
  bottom: 50%

  width: 400px;
  height: 40px;
  z-index: 9999;
}

#loader span {
	display: table-cell;
	width: 300px;
	height: 45px;
	color: #555;
	background: #F1F1F1;
	font-size: 1.8em;
	padding-left: 35px;
	border: 1px solid #aaa;
	vertical-align: middle;
	cursor:default;
	background-image: url('../images/loading29.gif');
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	opacity: 0.8;
}

.clearfix { clear: both; }

/* Стили из устаревшего style.css, необходимо пересмотреть и удалить */
#header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: left;
  background: url('/images/taskbar.gif') no-repeat bottom right;
  overflow:hidden;
  z-index: 999;
}

#footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  padding-top: .5em;
  text-align: center;
  background: url('/images/footer_bg.gif') no-repeat top;
  clear: both;
  overflow:hidden;
  z-index: 9;
}

#content-container {
  height: 100%;
  margin 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#content-header {
  width: 100%;
  height: auto;
  padding: 0 5px 5px 5px;
  box-sizing: border-box;
}

#content-scroll {
  width: 100%;
  margin: 0;
  padding: 0 5px 0 5px;
  box-sizing: border-box;
  overflow: auto;
}

#main-menu-container {
  display: inline-block;
  padding: 0 5px 0 5px;
  width: 210px;
  height: 100%;

  border-right: 1px dashed #999;

  text-align: left;
  float: left;
  overflow: auto;
}

#titlecontainer {
  position:fixed;
  top:35px;
  left: 210px;
  right: 0px;
  bottom: 40px;
  overflow:auto;
  text-align:center;
  z-index: 8;
  width: auto;
}

#inside {
	float: left;
	clear: both;
	width: 100%;
}

#scroll {
	position: absolute;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
  box-sizing: border-box;

	overflow: auto;
}

.scrolling {
/*	position: absolute;*/
	width: 100%;
	height: 88%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	overflow: auto;
}


#menu	 	{ position: absolute;
		  width: 200px;
		  height: auto;
		  top: 40px;
		  bottom: 40px;
		  left: 0px;
		  padding-left: .2em;
		  z-index: 3;
                  text-align: left;
                  display: block;
                  float: left;
                  border-right: 1px dashed #777;
                  background: #f1f1f1;
                  overflow: hidden;
}

.leftmenu {
	height: 90%;
	width: auto;
	border: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
	z-index: 1;
}

.submenu {
  text-align: left;
  margin-left: 15px;
}

.menuicon {
  vertical-align: middle;
  border: none;
  padding-right: 2px;
}
/*
.wrapper {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: top;
  border: 1px solid #000;
}
*/
.menubar {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 600px;
  box-sizing: border-box;

  margin: 5px 0px 5px 0px;
  padding: 2px 5px 2px 10px;
  border: 1px solid #C5C5D5;

  font-size: 12px;
  letter-spacing: -1px;

  background: #E5E5EE;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 8px;
  text-align: left;
}
.menubar:after {
  display: block;
  content: '';
  clear: both;
}
.menubar > span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.menubar-button {
  display: table-cell;
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}


.menubar-button-text {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}


.menubar-div {
  display: table-cell;
  margin: 3px 5px;
  width: 1px;
  height: auto;
  line-height: 100%;
  border: 1px solid #C5C5D5;
  border-radius: 3px;
  box-shadow: 0px 1px 1px #BBB inset;
}



hr.menudiv	{  
                  color: #d5d5d5; /* IE */ 
                  background-color: #d5d5d5; /* Firefox, Opera, Safari*/ 
                  border: 0px none;
                  height: 1px; /*  1px IE, Firefox, Opera, Safari */ 
                  clear: both; /*  ,     float  */ 
                  padding: 0 0 0 0;
                  margin: 0 1em 0 1em;
}

#login_img 	{
                  position: relative; 
                  height: 20px;
                  padding-top: 0em;
                  margin-top: 2em;
                  background: #1263ad url('/images/login_key.png') no-repeat left;
                  background-position: -10px -10px;
}

#noaccess 	{
                  height: 50px;
                  padding-top: 0em;
                  margin-top: 1em;
                  margin-left: 2em;
                  margin-right: 2em;
                  padding-left: 3em;
                  font-size: 2em;
                  text-align: left;
                  vertical-align: middle;
                  border: 1px solid #AAA;
                  background: #fb9f9f url('/images/exit_48.png') no-repeat left;
}

div.blockMenu	{
		  /* border: 1px solid; */
		  width: 270px;
		  min-height: 100px;
		  display:-moz-inline-stack; /*  FF2 */
		  display: inline-block; /*   */
		  zoom:1; /*   */
* 		  display: inline; /*   */
		  _overflow: hidden;
		  margin: .3em .3em .3em .3em;
		  border: 1px solid #A1A1A1;
		  padding: .3em .3em .3em .3em;
		  font-size: 1em;
		  text-align: justify;
		  -webkit-border-radius: 10px;
		  -moz-border-radius: 10px;
		  -o-border-radius: 10px;
		  -khtml-border-radius: 10px;
		  border-radius: 10px;
		  box-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                               0px 8px 13px rgba(0,0,0,0.1),
                               0px 18px 23px rgba(0,0,0,0.1);

}

.blockmenutitle {
		  font-size: 2em;
		  color: #fff;
                  text-align: left;
                  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                               0px 8px 13px rgba(0,0,0,0.1),
                               0px 18px 23px rgba(0,0,0,0.1);
                  border: 0px solid #1263ad;
                  background-position: .0em 50%;
                  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  -o-border-radius: 5px;
		  -khtml-border-radius: 5px;
		  border-radius: 5px;
}



.bigtitle {
  padding: 2px 5px;
  font-size: 28px;
  color: #68b8df;
  text-align: left;
  text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, gray 0 0 5px, gray 0 0 5px, gray 0 0 5px, gray 0 0 5px, gray 0 0 5px, gray 0 0 5px, gray 0 0 5px;
}


.parttitle {
  font-size: 1.3em;
  color: #1262ad;
  text-align: left;
}

.loginblock {
	width: 600px;                /*      */
	min-height: 200px;           /*  ,      */
	background-color: #000;      /*   */
	border: 1px solid black;     /*   */
	margin: 10px auto;             /*    */
	margin-top: 125px;           /*    */
	z-index: 1;
	font-size: 8em;
	overflow: hidden;
}

div.Remark	{
		  margin: 0em 0em 0em 0em;
		  border: 0.1em solid #097585;
		  padding: .1em .1em .1em 2.5em;
		  background: #E2F8DE url('/images/information_16.png') no-repeat left;
		  background-position: .5em .5em;
		  min-height: 5px;
		  font-size: 0.8em;
		  text-align: justify;
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  -o-border-radius: 5px;
		  -khtml-border-radius: 5px;
		  border-radius: 5px;
}

#dashedBorder {
		  border: 1em dashed #ff6600;
/*		  margin: 0em 0em 0em 0em;
		  padding: .1em .1em .1em 5em;
                  background: #FFCCCC url('/images/error_48.png') no-repeat left;
		  background-position: .5em 50%;
		  min-height: 5px;
		  text-align: justify;
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  -o-border-radius: 5px;
		  -khtml-border-radius: 5px;
		  border-radius: 5px;
*/
}

.info-box, .success-box, .warning-box, .error-box, .notice-box, .help-box {
  position: relative;
  padding: 5px 10px 5px 40px;
  margin: 5px 0 5px 0;
  min-height: 38px;
  line-height: 1.1;
  overflow: hidden;
}
.info-box:before, .success-box:before, .warning-box:before, .error-box:before, .notice-box:before, .help-box:before {
  position: absolute;
  top: 18px;
  width: 40px;
  margin-left: -40px;
  line-height: 0!important;
  font-family: bootstrap-icons;
  font-size: 25px;
  text-align: center;
}
.info-box {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
}
.info-box:before {
  content: "\F431";
}
.success-box {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.success-box:before {
  content: "\F270";
}

.warning-box {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}
.warning-box:before {
  content: "\F33B";
}

.error-box {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.error-box:before {
  content: "\F337";
}

.notice-box {
  color: #414142;
  background-color: #fefefe;
  border: 1px solid #ccccd6;
}
.notice-box:before {
  content: "\F268";
}

.help-box {
  color: #414142;
  background-color: #fefefe;
  border: 1px solid #ccccd6;
}
.help-box:before {
  content: "\F505";
}



.fltr-helper-str {
  display: block;
  width: auto;
  padding: 3px 3px 3px 3px;
  margin: 0 0;

  text-align: left;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #000;

  border:solid 1px #000;
  border-color:#a2a2a2;
  border-left: none;
  border-right: none;
  text-decoration: none;

  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;

  font:100% Arial,Helvetica,sans-serif;
  text-decoration:none!important;
  vertical-align:middle;
  zoom:1;*display:inline;
  -webkit-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);-moz-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);
  color: #000!impotent;

  background:#f2f2f2;
  background:-moz-linear-gradient(top,#f2f2f2 0,#d5d5d5 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(100%,#d5d5d5));
  background:-webkit-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:-o-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:-ms-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2',endColorstr='#a5a5a5',GradientType=0);
}


.datepick {
  background: #FFF url('../images/1day_16.png') no-repeat right;
}

.timepick {
  background: #FFF url('../images/date_16.png') no-repeat right;
}

a.tab_ref {
/*background-color:#CCCCCC;*/
width: 100%;
height: 100%;
border: none;
display:"inline-block";
float:left;
margin:0px;
padding:0px;
}

/*
a:hover {
background-color:#FFC0CB;
}
*/
.hide { display: none; }


.messageTextField {
	display: table-cell;
/*	position: relative;
/*	min-width: 400px;*/
	margin: 0;
/*	left: 50%;
	margin-left: -25%;
*/
	padding: 3px 5px 3px 5px;
	opacity: 0.7;
	
/*	min-height: 32px;*/
	text-align: justify;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;

	border: 0.1em solid #1263ad;
	font-size: 1em;
	font-style: italic;
	background: #E2F8DE url('/images/info_48.png') no-repeat left;
	background: #ffffdd;
	background-position: .0em 50%;
	text-align: justify;
}

.redmarked {
  display: table-cell;
  box-sizing: content-box;
  color: black;
  height: auto;
  width: auto;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url('/images/marked.png') no-repeat left;
  background-size: 95% 95%;
}

.row_default {
  color: #000000;
  background: #FFFFFF;
}
.row_disabled {
  color: #000000;
  background: #CECECE;
}
.row_active {
  color: #000000;
  background: #C1FFC1;
}
.row_warning {
  color: #000000;
  background: #FFCCCC;
}
.row_notice {
  color: #000000;
  background: #FFFFCC;
}
.row_terminated {
  color: #000000;
  background: transparent;
  opacity: 0.5;
}
/*
    // #99CCFF Blue
    //#ffffdd Yellow
    //#FFFFCC Yellow
    //#FFCCCC Red
    //#E2F8DE Green
    //#c1ffc1 Green
*/


#panel-menu {
  position: relative;
  diplay: table;
  border: 0px solid #000;
  width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
  padding: 5px;
}

span.panel-menu-button {
  display: inline-block;
  font: 14px sans-serif;
  letter-spacing: -1px;
  color: #1263ad;

  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 0 3px;
  padding: 7px 7px;
  border: 1px solid #888;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}
span.panel-menu-button:hover {
  color: #4499DA;
  border: 1px solid #666;
}

.disable {
  opacity: 0.4;
}

.search {
	font-size: 1.0em;
	margin: 0;
	padding-left: 16px;
	border: 1px solid #777;
	background: #fff url('/images/icon_search.gif') no-repeat left;
}

#block-search-form {
  display: table-cell;
  a1lign: right;
  vertical-align: middle;
  float: right;
  height: 32px;
  margin: 0;
  padding: 0 5px 0 10px;
  min-width: 400px;
/*
  positio1n: absolute;
  top: 0;
  display: inline-blo1ck;

  margin: 0;
  padding: 0 0 0 10px;
  float: right;
*/
/*
  border: 1px solid #9c9c9c; /* Запасной стиль */
/*
  border: 1px solid rgba(0, 0, 0, 0.3);

  text-shadow: 0 4px 4px rgba(0,255,255,0.4);

  box-shadow: 0 0 .05em rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);

  background-color: #4477a1;
  background-image: -moz-linear-gradient(#04acec,  #0186ba);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
  background-image: -webkit-linear-gradient(#04acec, #0186ba);
  background-image: -o-linear-gradient(#04acec, #0186ba);
  background-image: -ms-linear-gradient(#04acec, #0186ba);
  background-image: linear-gradient(#81a8cb, #4477a1);

  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-bottom: 1px solid #666;
*/
}
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
/* Стили для контейнера формы */
.search-wrapper {
    width: auto;
    padding: 3px 5px 3px 5px;
    margin: 0 auto 0 auto;
    background: #444;
    background: rgba(0,0,0,.1);
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
/* Стили поля ввода текста */
.search-wrapper input {
    width: 280px;
    height: 16px;
    padding: 4px 15px;
    padding-left: 4px;
    padding-right: 15px;
    margin-right: 0;
    float: left;
    font: 15px sans-serif;
    border: 1px solid #999;
    background: #EEEEEE url('/images/icon_search1.gif') no-repeat left;
    border-radius: 5px 0 0 5px;
}
.search-wrapper input:focus {
    outline: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.search-wrapper input:before {
  content: "\f056";
  font-family: FontAwesome;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
/* Кнопка отправки формы */
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
    cursor: pointer;
    height: 26px;
    width: 75px;
    font: bold 12px/18px sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    background: #1263AD;
    border-radius: 0 7px 7px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.search-wrapper button:hover {
    background: #e54040;
    background: #2299EE;
}
.search-wrapper button:active,
.search-wrapper button:focus{
    background: #c42f2f;
    background: #2299EE;
    outline: 0;
}
.search-wrapper button:before { /* стрелка влево */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    border-color: transparent #1263AD transparent;
    top: 4px;
    left: -8px;
}
.search-wrapper button:hover:before{
    border-right-color: #e54040;
    border-right-color: #2299EE;
}
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
        border-right-color: #1263AD;
    border-right-color: #2299EE;
}
.search-wrapper button::-moz-focus-inner { /* Удаляем дополнительное пространство рядом с кнопкой в Mozilla Firefox */
    border: 0;
    padding: 0;
}

#pagination-block {
  display: block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 24px;
}

.pagination1 {
  margin: 0;
  display: block;
}

.pagination1 div {
  text-align: center;
  float: left;
  margin: 0 3px 0 0; /* отступ справа */
}

.pagination1 .text {
  padding-top: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
.pagination1 div a {
  display: block;
  padding-top: 2px; /* сдвигаем сверху, чтобы background выглядел  правильно */
  width: auto;
  min-width: 18px;
  height: 18px;

  border: 1px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;

  border-radius: 3px;

  background:#f2f2f2;
  background:-moz-linear-gradient(top,#f2f2f2 0,#d5d5d5 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(100%,#d5d5d5));
  background:-webkit-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:-o-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:-ms-linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);
  background:linear-gradient(top,#e2e2e2 0,#a5a5a5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2',endColorstr='#a5a5a5',GradientType=0);

  box-shadow: 0 0 3px #888;

  font-size: 14px;
  text-decoration: none;
  color: #888;
}

.pagination1 .prev a, .pagination .next a {
  /* убираем влияние width:25px из правила .pagination div a */
  width: auto;
}
.pagination1 div a:hover, .pagination div a.active {
  text-decoration: none;
  color: #000;
  border: 1px solid #444;
}
.pagination1 a.current {
  text-decoration: none;
  color: #000;
  border: 1px solid #444;
}










#main-menu {
  width: 100%;
}
#main-menu > ul {
  margin-left: 0;
  list-style: none;
}
#main-menu ul.submenu-section {
  margin-left: 10px;
  list-style: none;
}
#main-menu > ul > li {
  border-bottom: 1px solid #CCC;
}
#main-menu > ul > li > a {
  font: bold 14px sans-serif;
  color: #222;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;

  letter-spacing: -1px;
  cursor: poiter;
  text-decoration: none;
  outline: none;
}
#main-menu > ul > li > a:hover {
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  text-shadow: 0 0 5px #1263ad;
  border: 0;
}
#main-menu > ul > li > a.selected {
  text-shadow: 0 0 5px #1263ad;
}
.submenu-section {
  margin-left: 15px;
  display: none;
}
.submenu-section li {
}
.submenu-section a {
  font: 13px sans-serif;
  color: #222;
  l1etter-spacing: -1px;
  text-decoration: none;
  border: 0;
}
.submenu-section a:hover {
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  text-shadow: 0 0 5px #1263ad;
  text-decoration: none;
}

.tab-column {
  margin: 0px auto;
  padding: 0;
  position:relative;
  width: auto;
  letter-spacing: -1px;

  border: 0;
  column-count: 4;
  column-gap: 15px;
  column-rule: 0px dashed black;
  -moz-column-count: 4;
  -moz-column-gap: 15px;
  -moz-column-rule: 0px dashed black;
  -webkit-column-count: 4;
  -webkit-column-gap: 15px;
  -webkit-column-rule: 0px dashed black;
}


.note-container {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 10px 10px 5px 0;
  vertical-align: top;
  box-sizing: border-box;
  clear: both;
}

.note-title {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 5px 10px 8px 10px;
  font: normal 18px sans-serif;
/*  font-weight: lighter;*/

  color: #1263AD;
  background-color: #F1F1F1;
  letter-spacing: -2px;

  border: 1px solid #C1C1C1;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;

  box-shadow: 2px -2px 3px rgba(0,0,0,.3),0px -5px 15px rgba(0,0,0,.1) ;
  box-shadow-left: none;

  z-index: 2;
  overflow: hidden;
}
.note-content {
  position: relative;
  top: -11px;
  display: block;
  width: auto;
  min-height: 24px;
  margin: 0;
  padding: 10px;
  padding-top: 10px;
  font: 14px sans-serif;
  color: #000;

  border: 1px solid #C1C1C1;
  border-bottom: 0;
  border-right: 0;

 /* box-shadow: 0px -1px 2px -10px rgba(0,0,0,.6), 0px -5px 15px rgba(0,0,0,.1);*/

  clear: both;
  z-index: 1;
}

#context-menu {
  position: fixed; /* Задаем абсолютное позиционирование для нашего меню */
  display: none; /* Изначально не показываем его */
  background-color: #fff; /* Цвет фона меню */
  border: 1px solid #333; /* Граница */
  /* Немного красивостей. Добавляем тень для нашего меню, что бы отобразить его слегка выше остальных элементов страницы: */
  -moz-box-shadow: -5px 2px 10px rgba(0,0,0,0.5); /* Для Firefox */
  -webkit-box-shadow: -5px 2px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
  box-shadow: -5px 2px 10px rgba(0,0,0,0.5); /* Параметры тени */
  z-index: 9999;
}

/* Добавляем стили для списка которые будет находиться внутри меню и, собственно, содержать его пункты: */
#context-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#context-menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
/* Стили для ссылок пунктов меню: */
#context-menu ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  padding: 3px 7px;
}
#context-menu ul li a:hover {
  background-color: #DDD;
  text-decoration: none;
  border: 0;
}

#overlay {
  position: fixed;
  display: none;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 9998;
}

#send-message-box {
  position: fixed; /* Задаем абсолютное позиционирование для нашего меню */
  top: 100px;
  display: none; /* Изначально не показываем его */

  width: 400px;
  max-width: 400px;
  min-width: 400px;

  padding: 25px;

  font: 14px sans-serif;
  background-color: #1263ad; /* Цвет фона меню */
  background-color: rgba(173,206,250,0.9); /* Цвет фона меню */

  border: 1px solid #333; /* Граница */
  /* Немного красивостей. Добавляем тень для нашего меню, что бы отобразить его слегка выше остальных элементов страницы: */
  -moz-box-shadow: -5px 2px 10px rgba(0,0,0,0.5); /* Для Firefox */
  -webkit-box-shadow: -5px 2px 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
  box-shadow: -5px 2px 10px rgba(0,0,0,0.5); /* Параметры тени */

  overflow: hidden;
/*
  top: 0;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  display: block;
  border: 1px solid #999;
  background-color: #FFF;
  overflow: auto;
 */
  z-index: 9999;
}
#send-message-box > span.send-message-close {
  position: absolute;
  top: 3px;
  right: 3px;
  font: bold 12px sans-serif;
  color: #1263ad;
  border-bottom: 1px dashed #1263ad;
  cursor: pointer;
  z-index: 11;
}
#send-message-box ul {
  list-style: none;
  padding: 15px 25px;
}
#send-message-box ul > li > label {
  display: block;
  font: bold 16px sans-serif;
  letter-spacing: -1px;
}
#send-message-box input {
  font: 16px sans-serif;
  width: 350px;
}
#send-message-box textarea {
  font: 16px sans-serif;
  width: 350px;
}
#send-message-box select {
  font: 16px sans-serif;
  width: 350px;
}


#notes-board {
  position: relative;
  display: block;
  border: 0px solid #000;
  height: 100%;
  width: 100%;
  box-sizing: border-box;

}

.note {
  position: absolute;

  min-width: 150px;
  max-width: 200px;
  min-height: 50px;

  font: 18px notes;
  line-height: 1;

  margin: 25px auto;
  padding: 20px 10px 25px 10px;

  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5);
  -moz-box-shadow: 0 2px 12px rgba(0,0,0,.5);
  box-shadow: 0 1px 2px #000;

//background: #f1f3a2;
//    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(247,247,210,1)), to(rgba(240,242,155,1)));
//        background: -moz-linear-gradient(top, rgba(247,247,210,1), rgba(240,242,155,1));
  cursor: default;
}


.white {
  background-color:#FFF;
  border:1px solid #888;
}

.yellow {
  background-color:#FDFB8C;
  border:1px solid #DEDC65;
}
.blue {
  background-color:#A6E3FC;
  border:1px solid #75C5E7;
}
.green {
  background-color:#A5F88B;
  border:1px solid #98E775;
}
.red {
  background-color:#FFCCCC;
  border:1px solid #FF9393;
}


.note-rotate0 {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}

.note-rotate1 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.note-rotate2 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.note-rotate3 {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
.note-rotate4 {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.note-rotate5 {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}


.note::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 40%;
  top: -15px;
  width: 55px;
  height: 25px;
  z-index: 2;
  background-color: rgba(243,245,228,0.5);
  border: 2px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  box-shadow: 2px 2px 2px #000;
                                                        -webkit-transform: rotate(-6deg);
                                                            -moz-transform: rotate(-6deg);
                                                                -o-transform: rotate(-6deg);

}
.note p.date {
  position: absolute;
  left: 5px;
  bottom: 0;
  font: bold 12px notes;
}
.note span.note-close-btn {
  position: absolute;
  right: -10px;
  top: -5px;
  font: bold 12px notes;
}

#note-add {
  position: absolute;
  display: none;

  left:0;
  text-align: center;
  vertical-align: middle;
  widht: 100px;
  margin: 0 auto;
  padding: 10px;

  font: 20px serif;
  color: #1263AD;

  border: 1px #1263AD;
//  background-color:#A6E3FC;
//  background-color:#FFF;
  border:1px solid #75C5E7;
  -webkit-box-shadow: 0 0 13px #888;
  -moz-box-shadow: 0 0 13px #888;
  box-shadow: 0 0 13px #888;

  overflow: hidden;
  z-index: 9999;
}

#note-add textarea {
  height: 100px;
  resize: none;
}
#note-add span.color-check {
  display: inline-block;
  margin: 2px;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
}

span#add-note {
  margin: 2px;
  padding: 2px;
  font: 14px sans-serif;
  color: #1263AD;
  cursor: pointer;
}

ul.info {
  list-style: none;
}
ul.info > li {
  display: block;
  font: 14px sans-serif;
}

ul.form {
  position: relative;
  list-style: none;
  font: 14px arial;
}
ul.form > li {
  display: block;
  padding-left: 300px;
  padding-top: 3px;
}
ul.form > label {
  position: absolute;
  display: block-inline;
  margin-top: 3px;
  margin-left: 5px;
  padding-top: 3px;
  max-width: 300px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}



#block-form-registration > ul > li {
  margin-top: 5px;
}
#block-form-registration > ul > li > input {
  margin-left: 5px;
  margin-right: 5px;
}
#block-form-registration > ul > li > span {
  margin-left: 150px;
  color: red;
}
#block-form-registration > ul > li > p#genpassw {
  display: inline-block;
  color: blue;
  cursor: pointer;
}





.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.am { vertical-align: middle; }
.at { vertical-align: top; }
.ab { vertical-align: bottom; }

.nb {
  border: none !important;
}


.readable {}
.editable {
  display: none;
}

.row-red {
  color: #000000;
  background: #FFDDDD;
}
.row-green {
  color: #000000;
  background: #D1FFD1;
}
.row-gray {
  color: #444444;
  background: #EEEEEE;
}

.row-disabled {
  color: #444444;
  background: #E5E5E5;
  opacity: .7;
}



.small-text {
  font-size: 4px;
color: red;
}
/*
.row_default {
  color: #000000;
  background: #FFFFFF;
}
.row_disabled {
  color: #000000;
  background: #CECECE;
}
.row_active {
  color: #000000;
  background: #C1FFC1;
}
.row_warning {
  color: #000000;
  background: #FFCCCC;
}
.row_notice {
  color: #000000;
  background: #FFFFCC;
}
.row_terminated {
  color: #000000;
  background: transparent;
  opacity: 0.5;
}


*/

.plans-parttitle {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 2px;
  background: rgba(128,193,255,.7);
  background: #C1D1D1;
  b1order-radius: 4px;

  border-radius: 7px 0 0 0;
}



.plans-pointtitle {
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 1px;
}

.plans-tasktitle {
  font-size: 12px;
  padding: 0;
  padding-left: 20px;
  margin: 0;
}



.plans-partwrapper {
  position: relative;
  display: block;
}

.plans-partwrapper-slide {
  display: none;
  font-size: 19px;
/*
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 2px;
*/
}

.part_hidden {
  display: none;
}

.part_dropdown {
  display: block;
}

.plans-partdescription {
  padding-left: 20px;
  font-size: 11px;
  color: #666;
/*  position1: relative;
  top: -20px;*/
}



.plans-partwrapper-slidebutton {
/*  position1: relative;
  top: -20px;*/
}

.plans-mini-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  border: 1px solid gray;

  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 5px;
  margin-top: 2px;
  margin-right: 5px;
  float: right;

  border-radius: 4px;
  opacity: 0.5;
}

.plans-mini-menu:hover {
  background: #F1F1F1;
  opacity: 1;
  box-shadow: 2px 2px 2px 2px rgba(193,193,193,.7);
}

.row-data {
  margin-top: 3px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #C1C1C1;
}

.plus:before {
    content: "\f055";
    font-family: FontAwesome;
}

.minus:before {
    content: "\f056";
    font-family: FontAwesome;
}


.slidedown-arrow1:before {
    content: "\f054";
    font-family: FontAwesome;
}

.slideup-arrow1:before {
    content: "\f078";
    font-family: FontAwesome;
}





.toolbar-panel {
  padding: 3px 3px 3px 3px;
  text-color1: #000000;
  background: #F0EBF4;
  border: 1px solid #cccccc;
}



.viewfield {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-flow: column;
  flex-wrap: wrap;
  white-space: nowrap;
  word-wrap: normal;
  margin: 0 2px 0 2px;
  padding: 1px 1px 1px 1px;
  background: #FFFFFF;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}

.viewfield label {
  margin: 0;
  padding: 0;
  padding-left: 2px;
  font-size: .7em;
  line-height: .9rem;
  color: #444;
  letter-spacing: -0.3px;
}

.viewfield span {
  min-width: 50px;
  margin: 0;
  padding: 0px 3px 3px 3px;
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  height: 1.1rem;
  background: #FFFFFF;
  overflow: hidden;
}

.editfield {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0 3px 0 3px;
  flex-flow: column;
  flex-wrap: wrap;
}

.editfield label {
  margin: 0;
  padding-left: 2px;
  font-size: .7rem;
  letter-spacing: -0.3px;
  color: #000;
}

.editfield span {
}

.textareafield {
  margin: 0 3px 0 3px;
  flex-flow: column;
  flex-wrap: wrap;
}

.textareafield label {
  margin: 0;
  padding-left: 2px;
  font-size: .7em;
  letter-spacing: -0.3px;
  color: #000;
}

.textareafield textarea {
  min-width: 100%;
}


#main-info-form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: between;

b1order: 1px solid red;
}

#main-left-col {
  vertical-align: top;
  width1: 70%;

b1order: 2px dotted red;
}

#main-right-col {
  width: 250px;
  min-width: 250px;
b1order: 2px dotted green;
}


.border-box {
  display: block;
  width1: 100%;
  height: auto;
  padding: 4px;
  margin-bottom: 3px;
  border: 1px solid #999;
  border-radius: 6px;
  box-sizing: border-box;
}

#save-button {
  display: inline;
}

textarea:disabled {
  font-family: Verdana, Arial;
  color: #000000;
  font-size: 12px;
  background: #FFFFFF;
}

@keyframes shake {
  10%, 90% {
    transform: translateX(-0.5px);
   }
  20%, 80% {
    transform: translateX(1px);
  }
  30%, 50%, 70% {
    transform: translateX(-2px);
  }
  40%, 60% {
    transform: translateX(2px);
  }
}
.shake {
  animation: shake 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) both infinite;
}

.ms-feature {
  transition: all ease .5s;
}
.ms-feature .ms-icon {
  transition: all ease .5s;
}
.ms-feature:hover .ms-icon, .ms-feature:focus .ms-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}


.ms-icon.ms-icon-xxlg {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
}
.ms-icon.ms-icon-circle {
  border-radius: 50%;
}

.m1s-icon.color-info {
  color: #fff!important;
  background-color: #00bcd4;
}

.ms-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #0288d1;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  text-align: center;
  line-height: 2.2;
}

.ms-bg-corner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 100%, 25% 100%, 65% 0%, 0 0);
  opacity: 0.85;
z-index: -1;
}

