/* ====== TABLE OF CONTENT======= */
/**
 * LAYOUT
 *
 * BASE ON BOOTSTRAP
 * - NORMALIZE
 * - GRID SYSTEM
 * - TYPOGRAPHY
 * - CODE 
 * - TABLE
 * - FORM
 * - BUTTON
 * - IMAGE
 * - HELPER CLASSES
 *
 * MODULES
 * - HEADER
 * - MENU NAVIGATIONS
 * - HOMEPAGE
 * - MAIN CONTENT
 * - FONT AWESOME
 * - RESPONSIVE UTILITIES
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow:auto;
  height:100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width:960px;
  position:relative;
  min-height:100%;
  font-family: apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
  font-size: 15px;
  line-height: 1.5384615385;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  padding-bottom:60px;
}

footer,
header,
nav,
section {
  display: block;
}
table.sortable tr td p{
  margin: 6px;
}
table.sortable th#sortable:hover{
  background-color:orange;
  cursor:pointer;
}
table.sortable tr:nth-child(odd) {
  background-color: #dddddd;
}
table.sortable tr:nth-child(1) {
  background-color: #fff;
}

.event-box {
  overflow-x:visible;
  overflow-y:visible;
  display:block;
  margin:auto;
  background-color:#d3d3d3;
  color:black;
  min-height:0;
  max-height:400px;
  position:relative;
  bottom:0px;
  margin-top: 30px;
  margin-bottom: 30px;
  /*border: 2px solid #242533;
  box-shadow: 7px 7px 5px 3px #999;*/
}

.event-info {
  width:65%;
  margin: auto;
}

.sortimg{
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
}

.labelFromLeft {
  display:inline-block; 
  width:150px; 
  text-align:right;
  padding-right: 5px;
}

.edit {
  background-image: url("/images/karandash.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.galochka {
  background-image: url("/images/black-galochka.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.white-krestik, .krestik, .plusik, .white-plusik{
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.krestik {
  background-image: url("/images/krestik.png");
}

.white-krestik {
  background-image: url("/images/krestikW.png");
}

.plusik{
    background-image: url("/images/plusik.png");
}

.white-plusik{
    background-image: url("/images/plusikW.png");
}

.messages {
  margin:auto;
  background-color:#d3d3d3;
  width:100%;
  height:300px;
  overflow:hidden;
}

.enter {
  text-align:center;
  align-items:center;
}

.enterText {
  margin: 10px;
  font-size: 100px;
  background-color: black;
  font-weight: bold;
  border-radius: 4rem;
  max-width: 800px;
  min-width: 700px;
  color: #fff;
}

.edit-button-holder {
  position: absolute;
  bottom: -13px;
  right: 10px;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 70%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 15%;
  opacity: 0;
  transition: opacity 1s;
  font-weight:bold; 
  font-size:10px; 
  line-height: 1.5;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.circle{
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color:orange;
  position: absolute;
  color:#fff;
  font-size:7.5pt;
  font-weight: normal;
  right: -20px;
  top: -13px;
  text-align:center;
}

.lcircle{
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color:orange;
  position:absolute;
  align-items: center;
  display: inline-block;
  color:#fff;
  font-size:6pt;
  right: -7px;
  top: -4px;
  text-align:center;
}

.circleDiv {
  border-radius: 50%;
}

.searchSelect{
  display:inline-block;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid orange;
}

.arrow-down {
  position: relative;
  top:17px;
  width: 1rem; 
  height: min-content; 
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid orange;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid orange;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid orange; 
}

.searchButton{
  background-color:#242533;
  color:white;
  border-radius:30%;
  background-image: url("../images/searchW.png");
  width:50px;
  height:50px;
  position:relative;
  top:15px;
  left:-10px;
  background-position: center;
  background-repeat: no-repeat;
}
::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
  text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
  text-align: center;  
}

:-ms-input-placeholder {  
  text-align: center; 
}
.avatar-photo {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;    
  max-height: 100%;
  right: 0;
  left: 0;
}

.user-photo{
  width:27px;
  height:27px;
  border-radius:50%;
  display:inline-block;
  top:3px;
  position:relative;
  margin-left:5px;
}

.avatar {
  width:200px;
  height:200px;
  border-radius:50%;
  border: 5px orange solid;
  overflow:hidden;
}


.button {
  width: 97%;
  padding: 5px 20px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #f89d0e;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px #999;
}
.button:hover {
    background-color: #e3900e
}
.button:focus {
  background-color: #e3900e
}

.button:active {
  background-color: #e3900e;
  box-shadow: 0 1px #666;
  transform: translateY(2px);
}

/* Extra styles for the cancel button */
.cancelbtn {  
  padding: 5px 15px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #f44336;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px #999;
}
.cancelbtn:hover {
  background-color: #b73026
}
.cancelbtn:focus {
  background-color: #b73026
}
.cancelbtn:active {
  background-color: #e8483c;
  box-shadow: 0 1px #666;
  transform: translateY(2px);
}

.small-button{
  display: inline-block;
  height: 40px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #f44336;
}
.small-button:hover {
  background-color: #b73026
}
.small-button:focus {
  background-color: #b73026
}
.small-button:active {
  background-color: #e8483c;
  box-shadow: 0 1px #666;
  transform: translateY(2px);
}

.uploadfile {
  position:relative;
  cursor:pointer;
}
 
.uploadfile .selectbutton { 
  background-color: #A2A3A3;
  border: 1px solid #939494;
  border-radius: 2px;
  color: #FFFFFF;
  float: right;
  font-size: 16px;
  height:50px;
  line-height: 20px;
  overflow: hidden;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
 
.uploadfile #upload{
  position:absolute; 
  top:0; 
  left:0; 
  width:auto; 
  height:100%;
  -moz-opacity: 0; 
  filter: alpha(opacity=0); 
  opacity: 0;
  visibility:hidden;
}


.sendButton {
  width:50px;
  height:55px;
  border:groove;
  border-radius: 3px;
}

.side-bar ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  /*background-color: inherit;*/
  overflow: auto;
  position: absolute;
  background-color:#d6d6d6;
  animation: expand 0.5s cubic-bezier(0.15, 0.46, 0.35, 0.91);
  overflow:hidden;
  white-space: nowrap;
  /*border-right: 2px solid #313248;
  border-top: 2px solid #313248;
  border: 1px solid #928cbe;
  */
}

.request-holder {
  width: 47%;
  height: 326px;
  position: relative;
  background-color: #eee;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 15px;
  border: 2px solid black;
  box-shadow: 5px 5px 15px gray;
  padding-top: 107px;
  overflow: hidden;
}

.request-holder:nth-child(2n){
  float: right;
}
.request-holder:nth-child(2n+1){
  float: left;
}
.request-holder:after{
  content: '';
  clear: both;
}
.request-deny, .request-apply {
  position: absolute;
  width: 50px;
  height: 50px;

  z-index:1;
}

.request-info {
  height: 60%; 
  border-radius: 0 0 100% 0; 
  background-color: #eee;
  position: absolute; 
  width: 100%;
  text-align: left;
  padding-left: 5px;
}

.request-deny {
  right: 85px;
  bottom: 5px;
}

.request-apply {
  right: 5px;
  bottom: 5px;
}

.request-deny-button, .request-apply-button {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width:100%;
  height:100%;
  border: 5px solid transparent;
  padding: 0;
}
.request-deny-button{
  background-image: url("../images/minus.png");
}
.request-apply-button{
  background-image: url("../images/big-plus.png");
}

.request-from, .request-what, .request-detail, .request-faculty{
  margin-top: 5px;
  margin-bottom: 5px;
}

.request-from {
  font-weight: bolder;
  font-size: 12pt;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-what {
  font-size: 14pt;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-detail{
  font-size: 13pt;
}
.request-faculty{
  font-size: 10pt;
}

.request-photo {
  width:50px;
  height:50px;
  border-radius:50%;
  display:inline-block;
  top:3px;
  position:relative;
  margin-left:5px;
}

.user-info {
  position: absolute; 
  top: 0; 
  width: 100%; 
  text-align: left;
  padding-top: 10px;
  background-color: #eee;
}



@keyframes expand {
  from {max-height: 0;}
  to {max-height: 400px;}
}
.side-bar li, .event-box li{
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  transition: 0.3s;
}

.side-bar  li:hover, .event-box li:hover {
  background-color: #555;
  cursor: pointer;
  transition: 0.3s;
}

.event-box li:hover a {
  color:#10273e;
}

.right-side{
  float:right;
  min-width:230px;
  max-width:20%;
  background-color:#d6d6d6;
  font-size:12.5px;
  font-weight:bold;
}

.right-side li {
  padding-bottom:10px;
  padding-top:10px;
  height:50px;
}

.right-side .li div {
  left: 10px;
  bottom: 9px;
  position:relative;
  display: inline-block;
  white-space: nowrap;
}

.li img {
  width:30px;
  height: 30px;
  display:inline-block;
}

.right-side li:hover {
  background-color:orange;
}

.date-box {
  background-color: orange;
  width: 100px;
  top: 0;
  left: 0;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.score-box {
  right:10px;
  background-color:red;
  color:#fff;
  vertical-align:middle;
  text-align:center;
  width:100px;
  height:100px;
  font-size:50px;    
  position: absolute;
  top: 10px;
}

.event-name {
  font-size:20px;
  line-height: 1.5;
  vertical-align: middle;
  
  width:520px;
}

.event-level {
  font-size:14px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  max-width:100%;
}

.event-role {
  font-weight:bold;
  font-size:14px;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

/* The Modal (background) */
.additional-window {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1041; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.additional-window-content {
  overflow: auto;
  z-index: 2000; 
  background-color: #fff;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  /*width: 50%;*/
  /*min-width: 500px;*/
  width:503px;
  /*max-width:806px;*/
  color:#000;
  box-shadow: 0 0 5px 2px #000;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: black;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, 
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}



/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

.animate-side {
  -webkit-transition: 1s;
  transition: 1s
}

.divCenter {
  text-align:center;
  margin:auto;
}

.home-service {
  max-width:1030px;
  color: #000;
  /*background-color: #eaeaea;
  border-left: 5px solid #313248;
  border-right: 5px solid #313248;
  border-top-left-radius:100px;*/
  background-color: #fff;
  padding-top: 70px;
  padding-bottom:10px;
  margin:auto;
  left:0;
  right:0;
  overflow-x:auto;
  position:relative;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  color: #2a5885;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a5885;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12px;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 7px solid #000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.site-header {
  background-color: #242533;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo img {
  display: block;
}

.navbar-fixed-top {
  padding-left: 0;
  padding-right: 0;
  max-height: 200px;
  min-width:960px; 
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.navbar-brand {
  float: left;
  font-size: 20px;
  line-height: 24px;
}

.site-navigation {
  width: 100%;
}
.site-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-navigation li:not(.rtopmenu) {
  display: inline-block;
  position: relative;
  min-width: 130px;
}
.site-navigation li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 13px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.site-navigation li:hover:not(.rtopmenu), .submenu li:hover {
  background-color: orange;
  text-decoration: none;
}

.site-navigation li a:hover, .submenu li a:hover {
  color:#000;
  text-decoration: none;
}

.site-navigation li.active a {
  background-color: orange;
  color:#000;
}
.site-navigation li.has-child > a:hover {
  color:#000;
  text-decoration: none;
}

.site-navigation li:hover > ul {
  display: block;
}

.site-navigation li ul {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2f3043;
  z-index: 1000;
}
.site-navigation li ul li {
  border-bottom: 1px solid #3a3b4d;
  width: 100%;
  z-index:1045;
  min-width: 150px;
}
.site-navigation li ul li a {
  padding: 17px 12px;
  text-transform: none;
  font-size: 12px;
  border-left: 5px solid #2f3043;
}
.site-navigation li ul li a:hover {
  border-color: #f6c606;
}

.site-navigation li ul.submenu {
  left:100%;
  top:0;
  width: 150px;
}

.menuReq {
  display: inline-block;
  position: relative;
}

.container {
  
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 70vh;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

img {
  /*max-width: 100%;*/
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5384615385;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f3f3f3;
}

.form-control {
  width: 40%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5384615385;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin:auto;
}

td,
th {
  padding: 0;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: auto;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 12px;
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.footer-credit {
  background-color: #242533;
  color: #fff;
  text-align: center;
  position: sticky;
  bottom:0;
  left:0;
  right:0;
  height:30px;
}

.radio,
.checkbox {
  position: relative;
  margin: 5px;
  width:20px;
  height:20px;
  float: left;
}
label.forradio,
label.forcheckbox {
  min-height: 24px;
  padding-left: 5px;
  margin-bottom: 20px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}

input[type="radio"].radio,
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.smallHR {
  border-top: 3px solid #000;
  margin: 0;
}

.taskWLists {
  background: #ddd;
  margin: 5px;
  padding: 7px;
}

.task-name {
  font-weight: bold;
  margin: 7px;
  text-align: center;
}

.list-list {
  margin-left: 10px;
}

.list-file {
  margin-left: 10px;
}

.task-description {
  font-size: 12px;
  margin: 7px;
  text-align: center;
}

tr.border-bottom {
  border-bottom: 1px solid black;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.undraggable {
  user-drag: none; 
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

.controls {
  position: absolute;
  z-index: 2; 
  opacity: 0.7; 
  width: 10px; 
  height: 10px;
  background-color: white;
}

.controls#s {
  cursor: ns-resize;
  top: 0;
  right: calc(50% - 5px); 
}

.controls#n {
  cursor: ns-resize;
  bottom: 0;
  right: calc(50% - 5px); 
}

.controls#e {
  cursor: ew-resize;
  top: calc(50% - 5px); 
  right: 0;
}

.controls#w {
  cursor: ew-resize;
  top: calc(50% - 5px); 
  left: 0;
}

.decree {
  text-align: justify;
  text-indent: 20px;
}

.rtopmenu, .rtopmenu:hover {
  border-top: 63px solid #151726;
  border-left: 40px solid transparent;  
  height: 0;
  float:right;
  position: relative;
  min-width: 200px;
}

.rtopmenu:hover{
  border-top-color: orange;
}

.small-arrow-down, .small-arrow-up, .small-arrow-right, .small-arrow-left {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.small-arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.small-arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.small-arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.small-arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.vote {
  overflow-x: hidden;
  overflow-y: visible;
  display: block;
  margin: auto;
  background-color: #eee;
  color: black;
  min-height: 0;
  position: relative;
  bottom: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.vote li {
  display: block;
}

.vote-participant {
  background-color: #fff;
}

.checkbox-vote {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.vote-given {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #444;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.checkbox-vote:hover {
  background: #9faab7;
}
.checkbox-vote:checked {
  background: #40e0d0;
}
.checkbox-vote:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.checkbox-vote:checked::after {
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.blocked
{
    position:relative;
}
.blocked::after
{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index:1;
    background: transparent;
}
.main__page-content{
  width: 75%;
}
.content-full__width{
  width: 75%;
}
.info-person{
  display:inline-block; 
  position:relative; 
  
  vertical-align: text-bottom;
  width: calc(100% - 235px)
}

.list-top__item{
  margin-top: 8rem;
}

.update-add__window{
  position:absolute; 
  bottom:10px; 
  right: 10px;
}

.event-text__1{
  font-size:20px;
  margin:0
}

.event-text__2{
  font-size:20px;
  margin:0;
  text-transform: uppercase;
}

.event-text__3{
  font-size:20px;
  margin:0
}

.event-text__4{
  font-size:20px;
  margin:0
}

.event-text__5{
  font-size:20px;
  margin:0;
  line-height: 0.001
}

.event-text__6{
  font-size:20px;
  margin:0
}

.event-text__7{
  font-size:20px;
  margin:0
}



.update-add__window{
  position:absolute; 
  top: -1rem; 
  left: -1rem;
  background: #DA3838;
  color: white;
  border-radius: 25%;
  width: 3rem;
  height: 3rem;
  border: 0;
  outline: none;
  user-select: none;
  cursor: pointer;
  transition: 0.2s;
}

.del-event__button{
  position:absolute; 
  bottom:10px; 
  right: 10px;
}

.update-add__window:hover{
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.2s;
}

.event-info{
  margin-left: 120px;
}

.post-container{
  display: inline-block;
}

.post-conainer__item{
  display:table-cell; 
  vertical-align:middle; 
  height:100px;
  text-align: left;
}

.green-date{
  top: 0;
  left: 0;
  position: absolute;
  width: 10rem;
  height: 100%;
}

.post-now{
  color: white;
  font-size:12px;
  margin:0
}

.posts-buttons__block{
  position:absolute; 
  bottom:1rem; 
  right: 1rem;
}

.add-post__conainer{
  display: table-row;
}

.addition-block__posts{
  display: table-cell;
  width: 50%;
}



.online-tag{
  float: right;
}
@media screen and (max-width:425px){
  body {
    margin: 0;
    min-width: 100%;
    position: relative;
    min-height: 100vh;
    font-family: apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    font-size: 15px;
    line-height: 1.5384615385;
    color: #333333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
  padding-bottom: 0;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1.5384615385;
}

.right-menu__item:last-child{
  display: none;
}

.add-post__conainer{
  display: flex;
  flex-direction: column;
}

.add-posts__button{
  margin-bottom: 5rem;
}

.skip-post{
  margin-bottom: 2rem;
}

.home-service {
 
  overflow-x:visible;
  
}

.addition-block__posts{
  display: table-cell;
  width: 100%;
}

.avatar {
  margin-top: 1rem;
}

.posts-buttons__block{
  position: unset;; 
  bottom:unset; 
  right: unset;
}

.event-box {
  overflow-x:visible;
  overflow-y:visible;
  display:block;
  margin:auto;
  background-color:#d3d3d3;
  color:black;
  min-height:0;
  max-height:400px;
  position:relative;
  bottom:0px;
  margin-top: 30px;
  margin-bottom: 30px;
  /*border: 2px solid #242533;
  box-shadow: 7px 7px 5px 3px #999;*/
}

.add-btn__posts{
  margin-bottom: 5rem;
}

.post-block{
  margin-bottom: 5px;
}

.post-conainer__item{
  margin-left: 2rem;
}

.post-container{
  display: block;
  margin-left: 81px;
}

.post-conainer__item{
  display:block; 
  vertical-align: unset; 
  height:100px;
  text-align: left;
}



.del-event__button{
  position:absolute; 
  bottom:unset; 
  right: unset;
  top: -1rem;
  right: -1rem;
}

.event-info{
  margin-left: 81px;
}

.input-group {
  position: relative;
  display: unset;
  width: 100%;
  border-collapse: unset;
  margin: unset;
}





.button {
  padding: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #f89d0e;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px #999;
  width: 100%;
}

.event-container{
  height: unset;
}

.event-text__1{
  font-size:19px;
  margin:0
}

.event-text__2{
  font-size:12px;
  margin:0;
  text-transform: uppercase;
}

.event-text__3{
  font-size:19px;
  margin:0
}

.event-text__4{
  font-size:19px;
  margin:0
}

.event-text__5{
  font-size:19px;
  margin:0;
  line-height: 0.001
}

.event-text__6{
  font-size:19px;
  margin:0
}

.event-text__7{
  font-size:12px;
  margin:0
}


.site-navigation li a:hover .menu-username, .site-navigation li a:hover .menu-level {
  color: orange;
  text-decoration: none;
  transition: 0.3s;
}

.event-name {
  font-size:20px;
  line-height: 1.5;
  vertical-align: middle;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  width:unset;
  text-align: left;
}

.event-level {
  text-align: left;
}



.date-box {
  background-color: orange;
  left: 0;
  top: 0;
  height: 100%;
  width: 8.5rem;
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
}

.update-add__window{
  position:absolute; 
  top: -1rem; 
  left: -1rem;
  background: #DA3838;
  color: white;
  border-radius: 25%;
  width: 3rem;
  height: 3rem;
  border: 0;
  outline: none;
  user-select: none;
}



.owner-event{
  width: 80%;
}


.content-full__width{
  width: 100%;
}

.request-holder {
  width: 100%;
 
}

#infoDiv{
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.person-mobile__text{
  width: 100%;
  text-align: center;
}

.online-tag{
  float: none;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}

.info-person{
  display:inline-block; 
  position:relative; 
  
  vertical-align: text-bottom;
  width: 100%
}


.footer-credit {
  background-color: #242533;
  color: #fff;
  text-align: center;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3rem;
  font-size: 1.5rem;
}

.enterText {
  margin: 10px;
  font-size: 3rem;
  background-color: black;
  font-weight: bold;
  border-radius: 1rem;
  max-width: unset;
  min-width: unset;
  color: #fff;
  padding: 2rem;
}

.container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40%;
  padding-left: 15px;
  padding-right: 15px;
   min-height: unset; 
}

.additional-window-content {
  overflow: auto;
  z-index: 2000;
  background-color: #fff;
   margin: 0; 
  border: 1px solid #888;
  /* width: 50%; */
  /* min-width: 500px; */
  width: 100%;

  color: #000;
  box-shadow: 0 0 5px 2px #000;
}
.additional-window {
  display: none;
  position: fixed;
  z-index: 1041;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
  padding-top: 0; 
}

.navbar-fixed-top {
  padding-left: 0;
  padding-right: 0;
  max-height: 200px;
  min-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
 
}



.rtopmenu, .rtopmenu:hover {
  border-top: 63px solid #151726;
   border-left: 0; 
  height: 0;
  float: right;
  position: relative;
  min-width: 200px;
}

.site-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  background: #242533;
}

.site-navigation {
  width: 100%;
  position: absolute;
  top: -100vh;
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #242533;
  transition: 0.5s;
  z-index: 1 !important;
}

.navbar-brand {
  float: left;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.menu__bar-mobile{
  width: 2rem;
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
  transition: 0.5s;
  transform: rotate(0deg);
  z-index: 9999;
}

.bar__mobile-item{
  background: white;
    width: 100%;
    height: 0.3rem;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    transition: 0.5s;
}

.main__logo{
  z-index: 9999;
}

.content__container{
  margin-right: auto;
  margin-left: auto;
   margin-top: 0; 
  padding-left: 15px;
  padding-right: 15px;
  min-height: unset;
}

.main__page-content{
  width: 100%;
 
}



.right-side {
   float: unset; 
  min-width: unset; 
  width: 100%;
   max-width: unset; 
  background-color: #d6d6d6;
  font-size: 12.5px;
  font-weight: bold;
}

.form-control{
  width: 95% !important;
}

.site-navigation li ul.submenu {
  left: 0;
  top: 100%;
  width: 100%;
}

}


