html,
body {
  height: 100%;
}
body {
  margin: 0 0 0 0;
  padding: 0;
  background: linear-gradient(#eee, transparent 1px), linear-gradient(90deg, #eee, transparent 1px);
  background-size: 15px 15px;
  background-position: center center;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
.line {
  float: left;
  background: red;
  /* Цвет линии */
  height: 1px;
  /* Толщина линии */
  width: 100%;
}
a.txt_dec {
  text-decoration: none;
}
a.txt_dec:hover {
  text-decoration: underline;
}
a.dec_none {
  text-decoration: none;
}
a.dec_none:hover {
  text-decoration: none;
}
a.dec_none:visited {
  text-decoration: none;
}
.txt_link {
  cursor: pointer;
  color: #0000ff;
}
#ad-close {
  cursor: pointer;
}
#ad-edit {
  cursor: pointer;
}
font.ok,
span.color_ok {
  color: #447443;
}
font.error,
span.color_e {
  color: #FF0000;
}
font.warning {
  color: #FF9933;
}
font.k {
  color: #808080;
}
font.m {
  color: #00b400;
}
font.g {
  color: #0000ff;
}
font.t {
  color: #ff0000;
}
.border-error {
  outline: 1px solid red !important;
}
.border-noerror {
  outline: 1px solid green !important;
}
td.ok {
  color: #447443;
}
td.warning {
  color: #FF9933;
}
td.error {
  color: #FF0000;
}
.btn-save {
  opacity: 0;
}
.btn-save.is-visible {
  animation: 2.5s ease-in-out infinite pulse;
}
@keyframes pulse {
  0% {
    opacity: 0.2;
    /*transform: translateX(0) scale(1) rotateZ(0deg);*/
  }
  50% {
    opacity: 1;
    /*transform: translateX(50%) scale(0.75) rotateZ( -180deg);*/
  }
  100% {
    opacity: 0.2;
    /*transform: translateX(0) scale(1) rotateZ( 0deg);*/
  }
}
/**/
/*Centr content Section*/
/**/
#centr {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  min-height: calc(100% - 67px);
}
.content {
  width: auto;
  padding: 15px 5px;
}
.content_filter {
  float: left;
  border: 1px solid #C03;
  width: 100%;
  margin-bottom: 5px;
  background: rgba(192, 192, 192, 0.7);
  font: 10pt sans-serif;
  padding: 3px 0 3px 5px;
  box-sizing: border-box;
}
.content_filter form input[type=submit] {
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ff9900;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #303443;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
/*для выводы информации о Ethernet коммутаторах*/
.content_switch {
  float: left;
  border: 1px solid #C03;
  width: 100%;
  background: #e1dec6;
  font: 10pt sans-serif;
  margin-bottom: 5px;
  box-sizing: border-box;
}
/**/
tr.filter td {
  padding-left: 5px;
}
.content_main {
  width: 100%;
  float: left;
  border: 1px solid #C03;
  /*  padding: 5px;*/
  background: rgba(192, 192, 192, 0.3);
  font: 12px sans-serif;
}
/**/
/*Footer Section*/
/**/
#footer-error {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 5px;
  height: 20px;
  font-variant: small-caps;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(214, 58, 45, 0.75);
  z-index: -99;
  overflow-y: hidden;
}
#footer-error.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transition-delay: 0.2s;
}
.footer {
  display: flex;
  justify-content: right;
  float: left;
  width: 100%;
  height: 20px;
  background: #ccc;
}
.footer-exit {
  align-self: center;
  margin-right: 20px;
  color: #0e84b5;
}
.footer-exit i:hover {
  color: red;
}
.footer-exit a {
  list-style: none;
  color: #0e84b5;
}
.footer-exit a:visited {
  list-style: none;
}
.footer-user {
  align-self: center;
  color: #0e84b5;
  margin-right: 10px;
  font-size: 14px;
}
/**/
/**/
/**/
* {
  box-sizing: border-box;
}
.login {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  height: 100%;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  background: linear-gradient(#bbb, transparent 1px), linear-gradient(90deg, #bbb, transparent 1px);
  background-size: 15px 15px;
  background-position: center center;
}
.box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
}
.window-on-center {
  border: 1px solid #ccc;
  background-color: rgba(215, 215, 215, 0.7);
  min-width: 350px;
}
.header .logo {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  height: 20px;
  width: 20px;
}
.header .text {
  height: 36px;
  display: inline-block;
  padding: 0 0;
  padding-top: 10px;
  color: #367ded;
}
.window-on-center .header {
  width: 100%;
  height: 36px;
  font-size: 25px;
  padding: 0 20px;
  font-variant: small-caps;
  text-shadow: 1px 1px white, 2px 2px #777;
  color: #333;
  transition: all 3s;
  text-align: center;
}
.window-on-center .content {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}
.window-on-center input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  background: #ffffff !important;
  outline: none;
  height: 36px;
  width: 100%;
  color: #333;
  font-variant: small-caps;
  font-size: 14px;
  padding: 0 5px;
}
.window-on-center input[type="submit"] {
  margin-top: 24px;
  border: 1px solid #ccc;
  background: #777 !important;
  outline: none;
  height: 36px;
  width: 100%;
  color: #fff;
  font-variant: small-caps;
  font-size: 14px;
  padding: 0 5px;
  cursor: pointer;
}
.window-on-center input[type="submit"]:hover {
  background: #999 !important;
}
.window-on-center .field {
  padding: 5px;
}
/*
  Services
*/
#slideout {
  /* position: absolute; */
  position: fixed;
  top: 45px;
  right: 0;
  width: 25px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout label {
  float: left;
  padding-right: 10px;
}
#slideout_tab {
  position: relative;
  top: 45px;
  left: 0;
  padding: 12px 6px 12px 6px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 25px;
  line-height: 1em;
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
}
#slideout_inner {
  position: absolute;
  top: 45px;
  left: 25px;
  background: rgba(0, 0, 0, 0.75);
  width: 600px;
  padding: 15px;
  cursor: auto;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
#showblock:checked + #slideout {
  right: 600px;
}
#showblock {
  display: none;
}
/* checkbox изменненный для фильтра заявок*/
#uni input[type="checkbox"] {
  display: none;
  /*	content: &#33;*/
}
#uni {
  box-sizing: border-box;
}
#uni label {
  color: #000;
  cursor: default;
  font-weight: bold;
  line-height: 14px;
  vertical-align: middle;
  box-sizing: border-box;
}
/* формируем внешний вид чекбокса в псевдоэлементе before */
#uni label:before {
  content: " ";
  color: #000;
  display: inline-block;
  position: relative;
  text-align: center;
  text-indent: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 1px solid #e3e3e3;
  border-image: initial;
  vertical-align: middle;
}
/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
#uni input:checked + label:before {
  content: "!";
}
/* disabled */
#uni input:disabled + label:before {
  background: #eee;
  color: #aaa;
}
/**/
/**/
/**/
.abonent-search-form {
  top: 50%;
  left: 50%;
  background: rgba(192, 192, 192, 0.7);
  border: 1px solid #C03;
  position: absolute;
  padding: 8px;
  font: 10pt sans-serif;
  transform: translate(-50%, -50%);
  transition-property: transform;
  transition-duration: 0.3s;
  display: table-cell;
}
.srv-in-form {
  background: rgba(192, 192, 192, 0.7);
  /* Выглядит полупрозрачным */
  border: 1px solid #C03;
  padding: 8px;
  font: 10pt sans-serif;
  display: table-cell;
}
.srv-in-form .submit,
.abonent-search-form .submit {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ff9900;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #303443;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.srv-in-form .submit:hover {
  color: white;
  box-shadow: none;
}
.srv-in-form form input[type=text],
.abonent-search-form form input[type=text] {
  padding: 5px 10px;
  font-size: 10px;
  text-transform: uppercase;
  cursor: text;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.abonent-search-form form input[type=checkbox] {
  transform: scale(1.2);
  padding: 5px;
}
.srv-in-form form textarea,
.srv-in-form form select,
.abonent-search-form form textarea,
.abonent-search-form form select {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.srv-in-form form textarea,
.abonent-search-form form textarea {
  cursor: text;
}
.srv-in-form form select,
.abonent-search-form form select {
  font-weight: bold;
  font-size: 10px;
  padding: 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.srv-in-form .no-submit,
.abonent-search-form .no-submit {
  cursor: default;
  color: #ccc;
}
.srv-in-form .err-input,
.abonent-search-form .err-input {
  outline: 1px solid red;
  outline-offsett: -2px;
}
#assign {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
/**/
.form-filter tbody tr td:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.form-filter tbody tr td:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.form-filter {
  border-collapse: separate;
  width: 100%;
  font-size: 14px;
  border-spacing: 0 5px;
}
.form-filter td,
th {
  background: #ccc;
  height: 25px;
  padding: 5px;
}
.clear-form td {
  background: rgba(0, 0, 0, 0);
}
.commit {
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ff9900;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: rgba(48, 52, 67, 0.65);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.commit:hover {
  padding: 4px 10px;
  font-size: 10px;
  font-weight: bold;
  color: #303443;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: rgba(255, 153, 0, 0.65);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.commit-grey {
  background-color: rgba(120, 120, 120, 0.65);
}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
.service_table {
  /*  table-layout: fixed;*/
  width: 100%;
  word-wrap: break-word;
  border-collapse: collapse;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.comment-line {
  background: rgba(104, 187, 183, 0.5);
  height: 1px;
  width: 100%;
}
.close_materials td,
.close_materials th {
  height: auto;
}
tr.tr_padding td {
  padding: 3px 3px;
}
.ac-container h4 {
  font-size: 9pt;
  font-weight: 100;
  position: relative;
  display: block;
  cursor: pointer;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  float: none;
  padding: 0 !important;
  font-style: italic;
}
.ac-container article {
  overflow: hidden;
  height: auto;
  position: relative;
}
/*
.ac-container input:checked ~ article {
    height: auto;
	max-height: 700px;

    -webkit-transition: max-height 0.7s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: max-height 0.7s ease-in-out, box-shadow 0.6s linear;
    -o-transition: max-height 0.7s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: max-height 0.7s ease-in-out, box-shadow 0.6s linear;
    transition: max-height 0.7s ease-in-out, box-shadow 0.6s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}*/
.ac-container article p {
  font-size: 10pt;
}
.text-input {
  width: 100%;
  border: 1px solid #888;
  outline: none;
  -moz-appearance: none;
  resize: none;
}
tr.warning {
  background: rgba(255, 214, 153, 0.75);
  /*rgba(250,158,137,0.75);*/
}
tr.info {
  background: rgba(170, 237, 210, 0.75);
  /*rgba(255,214,153,0.75);*/
}
/*-------------------------------*/
/*----list_table-----------------*/
/*-------------------------------*/
.list_table {
  table-layout: auto;
  width: 100%;
  word-wrap: break-word;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
  /*cellspacing*/
}
.list_table th,
.list_table td {
  padding: 2px;
  /*cellpadding*/
}
.list_table tr.list-line {
  text-align: left;
  line-height: 1.25rem;
}
.list_table tr.grey {
  background: rgba(192, 192, 192, 0.5);
}
.list_table tr.list-line:hover {
  background: rgba(125, 125, 125, 0.7);
}
.list_table td.name {
  color: #0000ff;
}
.list_table th.date {
  width: 180px;
}
.list_table tr.left {
  text-align: left;
}
.list_table tr.negbal {
  background: rgba(250, 158, 137, 0.75);
}
.list_table tr.wait {
  background: rgba(250, 223, 78, 0.75);
}
.list_table td i {
  cursor: pointer;
}
/**/
/**/
/**/
.pr_div {
  width: 100px;
  height: 30px;
  display: inline-block;
  /*  margin-right: 1px;
  margin-top: 1px;*/
  padding: 2px;
  font-size: 12px;
  text-align: center;
}
.pr_free {
  background: #C6E1C6;
}
.pr_busy {
  background: #FFC;
}
.pr_negbal {
  background: rgba(250, 158, 137, 0.75);
}
.pr_reserved {
  background: #b1e7ff;
}
.pr_legend {
  width: 18px;
  height: 18px;
  border: 1px solid black;
}
div.negbal {
  background: rgba(250, 158, 137, 0.75);
}
/**/
/**/
/**/
.search-footer {
  display: flex;
  justify-content: space-around;
}
.search-footer .srv-in-form {
  background-color: white;
  border: none;
  padding: 0;
  width: 100%;
}
.search-footer .formButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px;
}
.search-footer .formButton input[type="submit"] {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ff9900;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #303443;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 5px;
}
.formACT {
  border-spacing: 5px;
  width: 100%;
}
.formACT td {
  padding: 1px;
}
.formACT i {
  font-size: 14px;
  color: #56afbd;
  text-shadow: 1px 1px 1px black;
}
.formACT i.fa-minus {
  color: indianred;
}
.formACT i:hover {
  cursor: pointer;
}
.master-table {
  background: rgba(192, 192, 192, 0.7);
  /* Выглядит полупрозрачным */
  border: 1px solid #C03;
  padding: 8px;
  font: 10pt sans-serif;
  display: table-cell;
  width: 100%;
}
.master-table1,
.master-table-div {
  background: rgba(192, 192, 192, 0);
  padding: 3px;
  display: table-cell;
  width: 5px;
}
#graph {
  width: auto;
  height: auto;
  margin: 20px auto 0 auto;
}
/*# sourceMappingURL=style.css.map */