/*================================== Шрифты*/
/* ============================ Normalize CSS */

*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{color:inherit;text-shadow:inherit;background-color:#ACCEF7}::selection{color:inherit;text-shadow:inherit;background-color:#ACCEF7}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ============================ Готовые классы помошники */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* ============================ Сетка */
html,
body {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  color: #000;
  background-color: #f6fbff;
}
.wrap {
  min-height: 100%;
  padding-bottom: 140px;
}
.container {
  position: relative;
  width: 1000px;
  /*padding-right: 12px;
  padding-left: 12px;*/
  margin: 0 auto;
}
/* ============================ Базовые стили */
a {
  color: #065d95;
  text-decoration: none;
  transition: all 0.1s;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.2;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 18px;
}
.more {
  font-size: 14px;
  text-decoration: underline;
}
/* ============================ Шапка */
.main-header {
  position: relative;
  height: 301px;
  background: url(/images/bg-header.jpg) 100% 0 no-repeat;
  color: #042d47;
}
.logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
  z-index: 10;
}
.logo img {
  display: block;
}
.contacts {
  width: 100%;
  height: 43px;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.contacts a {
  color: #fff;
}
.contacts .phone {
  position: relative;
  float: right;
  font-size: 20px;
  line-height: 43px;
}
.contacts .phone:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -35px;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADn0lEQVRIS72XS8inYxjGf1fC7JAYmSk5NKSEJM2MQ4yhZL6FBaMsbMhhGExhgxlZsGAwJrKxUkg2ZsFgSEwkRc4RKYcYcohixKXrP/c73v/7vf/Tt3Cv3vc5Xfd9P/fhesQUYntf4HxgNXAqcBRwYG39GfgceAt4AXhe0l+TjtW4BbZz+A3ANcAhkw6r+R+ArcD9kqJUr4wEtr02m4HFtfPlWAO8CnwBNIdGuSOBM8srZ9f676K0pCf6kOcB294H2AJcXRu2lfYvTWOx7VXlpQtr/cPAdZL+bu8fAi7Qp4CLatE6SXHbzGL7WuCh2vgMcHEbvAscS9cBcdNqSe9lYwXXHHAE8Kik36bRxPYJFXC5rq2ScvZA9gLbvgRo7uNkSe8U6AHAh8DhtecRSc01TMS3fSIwOAtYK+nJvcAVvZ8Ah9Z9NC6KtZuA21sI3wJLJf0zEbUW2I6l8eb3wLGJ9oHFtjcCdwDbJK1pH2j7I+C4DshKSTunBS6MZ4EE3CZJG2V7P+CrytNzJQ1Fr+3nKk3aOPdJ2jAjcKL9RWDXwGO2o0W02SEpk0NiO+lwVWf4U0nLZgEuq2PUOcCaAD+YewVulXRPD/DlwGOt8V+BOyXduwDgW4C7k2YBfg1YCZwhKd9di48GPqvB3PdZkuKumcV2cIKxM8CJtNThxZLyPU9sfwAcD7wJLJfkmVH3BHGyJjViV4D/BBJgiyTluw+4cVHmLpP0+AKB9wf+AHZPC3xYNYZFlYvLJP0yK7jtIeCJrq6ITKdaX2BbJF2/AOAhV78OrABOl5TvXrEdqz8GUkLTaU6R9K7tFKELUgvyP06ZbnCNTaf2QbavSJOosfeBzcCVwGnA18BJkkIERil/M5CUHaTT2ALSAY516c+xsE8yNzcq6m03BWSuKZnfAAcD80pm9/RqKG+k2I8Av0lSPDEkRRD+K5kVOCObRN/hto8BXgGW9MzvTsxIervjreEmUcDhTb1tccx9BTw8bGnPmrsk3daMt9hIKl5ScU9bLPA2EUiQjI3Q2pOK93QRveaoVLdVkn6vNW0icGlD/rrUJwQgXGmI+oyyuqV0+nUi/suiOANiNxX1qYVhmP8/2WuBd+ntZkk7Jlle+9Nvbyy2kaHJ9LYThSH0DxQPy1Sb0OfJ8lOtP6ieNCH051Wjz1RK8fqpCX0HPNEe7XPvyfNp5Md6wsRLsz9hOgo0j7ZY1DzaYmkkljePtu3AdknJ5bHyL8TsoyWg7od+AAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.contacts .email {
  padding-left: 45px;
  position: relative;
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 43px;
}
.contacts .email:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADBklEQVRIS8WXOaxNURSGvz9iaoQIr9FQUAkKjSlmDQqFoaAQjSkoTBFBREyFmUYkokGhofHwxNhoiEpDIxJTiMYUWfK/rPNyHPe+e2/e86xqn7P3Wv9aa69piyYoIvoDC4B5wGRgDDA0WT8DL4EnwC3gpqSfjcSquwMRYeGbgXXAiEbCcv8DcAY4LslK1aS6wBGx3MxAW3LetTXAfeAVUAi1cqOBGemVWXn+rZWWdLkW8l/AEdEPOAWsTYYbqf2dZiyOiDnppYV5/hywUdKvMv8fwAl6FViShzZIsttapohYD5xOxmvA0jJ4FdiWbgDspnmSnreMWGKIiPEZcL6uM5Isu5O6gCNiGVDcxyRJT3sCWvBGxASgkLVc0pUu4IzeF8DIvI/CRb2BTUTYUnvzHTDO0d5pcUTsBfYANyQt6hW0ipCIuA444PZJ2quIGAC8zjydK6mp6G1VuYz228B7YJSBrYW16ZDkVOiizOWzwLAWgT656FRzOCJs1GxgkYFP+l6BHZIOV4CnZzm8AMxvErwdWO2yKulBRd524JDTzMAPganAdElely120h8FHANrgCPA4DoKfAW2Aefz/FZJLkZlecYxxmMDO9Jch9skeV0+GPnxDFgJ/AAuZaMoH3WD8L7jxftOISRV64SzxjXivYG/J8MgSV7XAvY/7+3KtNgJ7M6D+4GDeV0HgIGFgBrA3vtmA1oBLuTdA1aVmoctuAjMrF5BI+BmXF2V+SVLq/+72Aypde+NXP0ImAJMk+R1PVfXian6v2sA/xFc3aVTEVwtg9YJLke9U7YznborIL0NXBSQxUXJfAMMB/quZNol/6VJJLDnpn/ZFotpxA1ibFdbTPDyIDBRkqtVj6kyCKwoGke1pDknrV3fjT5ptYt63w97JfDqeHtMUkczfo8I99stOW2YpfF4W6laHuhP5BzmrfJA7yeLm73JQ4KfNB7o3bMNbHIp3tT0QF8Bd7Rbe9+787wZ+phPGHup9SdMRYHi0WaLikdbMQ7Z8uLR5umjXZL7drf0G69DbiViym5uAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
/* ============================ Левая колонка */
.left-col {
  width: 230px;
  margin-right: 20px;
  float: left;
}
/* ============================ Меню */
.menu {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAICAYAAAArzdW1AAAAn0lEQVQYV13OPUqDURCF4edswLTuxC1YpLYQI4ohWNraWAtaBEMaMYI/TUwjgvuytBBG7sdVxGkGZt6Z86aqnrCDE2zjGg9JLvRK61V1h11MMMIKt0nO236AOrjAHo76/B5rnP1CHbzCAU7xgRds/kOXHZh1qPm+/42bd6djfOIZb0mmP+I3PeYQX3jEa5L2UaqqXYyxjy0sB4+keQ31DZbSMzPXopmHAAAAAElFTkSuQmCC);
  margin: 0 0 20px 0;
  padding: 20px 25px 30px 40px;
  background-color: #ee7c00;
  border-radius: 10px;
}
.menu li {
  position: relative;
  font-weight: 700;
  line-height: 2.125em;
}
.menu a {
  color: #fff;
}
/* ============================ Новости */
.news h3 {
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #ee7c00;
  color: #fff;
  line-height: 31px;
}
.news-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.news-date {
  margin-bottom: 10px;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.125em;
}
.news-title {
  margin-bottom: 10px;
  font-size: 15px;
}
.news-brief {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  color: #000;
}
.news-brief:hover {
  text-decoration: none;
  color: #065d95;
}
/* ============================ Контент */
.content {
  float: left;
  width: 748px;
}
.content p {
  line-height: 1.313em;
  margin-bottom: 20px;
}
.content ul {
  line-height: 1.5em;
}
.cat-points {
  margin-bottom: 40px;
}
.cat-points .more {
  float: left;
}
.cat-item {
  margin-right: 14px;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 32%;
  border-radius: 10px;
  border: 3px solid #d7d7d7;
}
.cat-item:hover {
  border: 3px solid #ee7c00;
}
.cat-item:hover .cat-item__title {
  text-decoration: underline;
}
.cat-item img {
  display: block;
  width: 100%;
  height: 195px;
  border-radius: 8px;
  max-width: 100%;
}
.cat-item__title {
  margin: 0;
  width: 100%;
  height: 46px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.56);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
.cat-item:last-child {
  margin-right: 0;
}
main {
  padding-top: 30px;
}
#path {
  margin-bottom: 10px;
  font-size: 18px;
}
.print-link {
  position: relative;
  float: right;
  font-size: 14px;
  text-decoration: underline;
}
.print-link:before {
  content: '';
  position: absolute;
  left: -20px;
  width: 15px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAABJklEQVQoU62Tu0oDQRSG/38viRcsrQTBykYw4AMEFfMULqbSYEC08SFsbJIgVguWeQOtbANiBBsrQUhlJSqGze7+YkjCzmCMgtMMc875zn2IwfHL9QIT3IB4Hcr6tzAD6Dbq+iU0916yOpoww+hiv5A1yG3XQpA7gFq2gz/A/TRaUZebaFbfvl4T4XxQOxC4MchmXS6KvbDa/hVslBA02nJVHsF+0KgQqACaBrAI8MFomNm9ZQBPAD8EnDEX1DXe+GfNv8L3nrxS7CTzdkwvdZ9jxpcAVoY6KzLv6OhYKc5tmA52lfIE0OpY2F4Su9sGnA9qh/3xkwsQtxzqKBVP7cgjOXVFqfP9nLtu0Z+Nl2y49+495qaSa2POEz9G1oswJxdrwyX5BBUJkKpnDnweAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.content-block {
  padding: 20px 10px;
}
/* ============================ Фотогалерея */
.gallery {
  padding: 0 10px;
}
.gallery h3 {
  margin-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
}
.gallery-carousel {
  margin-bottom: 15px;
}
.gallery-carousel .owl-prev,
.gallery-carousel .owl-next {
  position: absolute;
  top: 0;
  width: 28px;
  height: 128px;
  background-color: rgba(255, 255, 255, 0.46);
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAVCAYAAACdbmSKAAABD0lEQVQ4T62UO04DMRCG//FUNDQkFTQ8ilBQBYnGO2siSg7EDbgQTWhisgVCUFKGAgkqzuAd5MisFsiyccSUo/k8r39MACAiE1W9BnBZVdVH9P1llIAbAFuq+kxEkz6QiqJ4AjBuvbxg5nPv/VtXtggNVXVORKNW0Aszuy6QYqBzbi+E4AEcrgMuoWjW2gNjzFxVd/vABkoZj0II9wAGLfCVmS+894sv3zcojf9EVWcAdpogondjTOxxCf6CUqlnRHQLYHsVuBKKgWVZFnVdT+P+foKdUCr1KimlvbKH/8tkrc3rSUTypuecy9uTiOwDqNZWRLb2osoB3AE47tNcsy8ReVTV06x72uhyN/kjPgGhTqtdfUGhzwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}
.gallery-carousel .owl-prev:hover,
.gallery-carousel .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.76);
}
.gallery-carousel .owl-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.gallery-carousel .owl-next {
  right: 0;
}
/* ============================ Подвал */
.main-footer {
  padding-top: 20px;
  margin-top: -93px;
  height: 93px;
  border-top: 3px solid #00abeb;
}
.foot-contacts {
  float: left;
  max-width: 455px;
  margin-right: 50px;
  padding-top: 0;
  padding-left: 35px;
  font-size: 14px;
}
.foot-contacts .phone {
  position: relative;
  font-size: 14px;
}
.foot-contacts .phone:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -30px;
  width: 24px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADfElEQVRIS52WS4gcVRSGv1NdnbhQp7uKieD4CBoMGgyC4MZVNiqI4yPv0YUQ8AWio8QJ09WmtKvzGIhZCLpSN0nMZAYddGNwoS7ElYgYN8a3ySCa7ppoEJ2p6iP39sPunp7uwbPre+v+/7nnnPv/LfSJash1LDGGsAW4BRgGlhDOUeMn4GNHmM5F/LASjPTasMAJh4AdQKZfEkANmMZlnxfyc/e3ywjigFGFY8AVwKLAe6rMSZZPczB/4S/WSoYRx+F2ER5QGAXWAJdQHvPKvN1O0kEQBzyj8ArgAHOZDHuHXuLbfje4uJ8NSY0pUR4EVOF5P+Jo80yLoFJgp4hlr6FMemWmKgF7BJ4SSPMRd/TtV4EXEA6Y5FTZ7ZeZNt9bgkbNvwYuR5kw4CazNOVsC1TY7JX4qi9JwATY3l3CZZPpSZ0g4DgwpvCOH7G1sVYAoiagCi/7JfYPaDhxkVlVi3HSi9gtcYHrVfgeSFTZ4Jf5xYDERY6o8lwb4Bkv4tZBBJUC14rYvrmi3CDV/651wot4uAlQDXgSeK0dMOPiD4VUB5FUAzuFBmufVAt8gHC3Kjv8MjMtgkk24/Bl4/cXIoznS3wyCNzsVwK2CcygnDY3OAeMiLI+X7av04aGOAsJ8wpXoYx6Zd5fDbgtb73sPwLnDcHfwNr8RS6TV/mnHaRS5KgozwKf5SPuFNDVkGjImjixWIstgnSRK4en+LMd4ELAzQ6Y8RUV9vgl3vw/BLZEacrG4YN80w1QDTgJ7AR+dxI25g4RDyLpLtFp4C6F7X7E7DKCuvDZRyjwRrLIuJtlXIX7E5d714X82n2mUmCrCLPNJjdf33Ev4pFe2VWLPIHyeveeKB/mstwjoVXUVnSMaRyyXhO+635oPbJ6S4RHeyQw6UUcbK5XQq6ROp4rLjc2pcKI3C6B2XzE9l63sJOR2mvf17WfUuM27wBn7IgGzChsa0mFWewldiuRLKQcU+1MIgM3DUWcrdYV9fAysbMkRXahnGiX65WmJX6RLVpjDvhD4Ol8xFwD3Mo1wphXstNXl+tmtBuOUVY3w8SqDCflsMBDDcPZ60ccaWIOtExgRpV3nSyf5+Y5bw4uXM1IbclapnEx07O6ZQqPeyVbhVb0M31TS2P6xj77hRnRU7hMrMr0O+a582/LJmBdY/83jIQoHzlZTuVC6yc9418hGWmm+6FcBAAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
.foot-contacts .copyright {
  padding-top: 20px;
  font-size: 12px;
}
.social {
  float: left;
}
.copyright-sitenn {
  float: right;
  font-size: 14px;
}
.copyright-sitenn .counter {
  padding-top: 12px;
  text-align: right;
}
/* ============================ OC */
#feedback {
    position: fixed;
    top: 50%;
    right: 0;
    height: 280px;
    margin-top: -125px;
    z-index: 1000;
    background-color: #ee7c00;
}
#feedback .close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  cursor: pointer;
  width: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAOVBMVEX///////////////////////////////////////////////////////////////////////////+0EB4eAAAAE3RSTlMAECAwUGBvcJ+gr7C/wM/Q3+Dmjz7KEwAAAJJJREFUeAF10WkOhCAMhuGXsiAyWPX+h52kMcSofX4Y/RpZWi5S1k2PbS3CnSyjWiJ1LIEpafr8yCNwE0bGpMHDsH9EAw/BopZ4SQ1k8EGFWq/XCBAVUzNdMPGI9sBIR2FWZg6KMivnOXMOt+Au5W7uHte9oNsSv4l+29+D+mV3tFNoWgRAytYCd1K77rv2LFfwB/+cBSL8qarmAAAAAElFTkSuQmCC) center no-repeat;
}
#feedbackToggle {
  position: absolute;
  right: 100%;
  top: -5px;
  width: 45px;
  height: 250px;
  cursor: pointer;
  background: url(/images/feed.png) 0 0 no-repeat;
}
#feedback form {
  width: 230px;
  display: none;
  margin: 7px 40px;
}
#feedback form p {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px 0;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAABNUlEQVQ4T5WTvytFYRzGP4+fMwZGu4HNblCyEKVblPUqi1KyuCOTARkMBpRSVuQPUCYDk8VgU4pRN4++t3P1dhzu8Y7nfZ5Pz/t9vkcAtmvAOnANVCS9x/eyR7YXgcPEcAtMSHr9D+QOGM4Z7oExSS9lQJHkE1CBeFvSSllIHWgvEM9IOi8LiehDidjAgqSTMoDQxHOimY2cYVxSNFXqBKQPeAR6EscTMCLprQylMVDb88BRznABTEn6aAX6bsX2HrCUM1wBc2ki2/1Ap6TnpjaFRENnwHQOFE+rSrq0PQscAx3AsqT9xmBTg+0u4LQAFLIbYBRoSzxrkrZ+LJntEG0Cq61mkd3Xija1cWe7AuwCvS1g9V8hGWggSxXtFW11yHb+hDQT2B6MLQYms5+1G3gIAHDwBaZKYhJQdOlhAAAAAElFTkSuQmCC) left center no-repeat;
}
.input {
  width: 99%;
  padding: 9px 0;
  text-indent: 10px;
  border: none;
  margin-bottom: 6px;
  border-radius: 3px;
}
textarea.input {
  height: 55px;
}
.input:-moz-placeholder {
  color: #7d7c7c;
}
.input::-moz-placeholder {
  color: #7d7c7c;
}
.input::-webkit-input-placeholder {
  color: #7d7c7c;
}
.input:-moz-placeholder {
  color: #7d7c7c;
}
.input::-moz-placeholder {
  color: #7d7c7c;
}
.input::-webkit-input-placeholder {
  color: #7d7c7c;
}
#feedback form input[type="checkbox"] {
  position: relative;
  top: 5px;
}
#feedback form label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: #535353;
  color: #fff;
  top: 3px;
}
#feedback form input[type="submit"] {
    width: 116px;
    height: 28px;
    background-color: #fdb12e;
    border-radius: 3px;
    border: 0;
    /* float: right; */
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    transition: all 0.3s;
    margin-top: 11px;
    margin-left: 25%;
}
#feedback form input[type="submit"]:hover {
  background-color: #ffd999;
}
/* ============================ Админ часть */
.view {
  width: 100%;
}
.view [type="checkbox"],
.view [type="radio"] {
  height: 16px;
}
.view th h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.view th {
  font-size: 13px;
}
.view th,
.view td {
  position: relative;
  padding: 5px;
}
.view .date_control {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 23px!important;
}
.view td [type="text"],
.view td [type="email"],
.view td [type="password"],
.view td textarea,
.view td select {
  width: 60%;
  height: 30px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.view td textarea {
  width: 500px;
  height: 150px;
}
.view td [type="text"]:focus,
.view td [type="email"]:focus,
.view td [type="password"]:focus,
.view td textarea:focus,
.view td select:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.table_one {
	margin: 15px 0;
}
.table_one .header, .table_one .cat {
	font-weight: bold;
}
.table_one td {
	padding: 10px;
}
.notif {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background: rgb(238, 124, 0);
    color: #fff;
    /* font-weight: bold; */
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 11pt;
    z-index: 99999;
    box-shadow: 0 5px 10px -5px #000;
}
/*# sourceMappingURL=index.css.map */

.menu li:nth-child(8),
.menu li:nth-child(9) {
    /* color: red; */
    line-height: 25px;
}
