body{
  margin: 0;
  padding: 30px;
  font-family: arial;
  color: #4F524E;
  text-align: left;
}
.head table{
  margin: 0 auto;
}
input,
select,
textarea {
  outline: none;
}

img,
a {
  outline: none;
  border: none;
}

.all {
  position: relative;
  overflow: hidden;
  width: 1000px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.head {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  width: auto;
  height: auto;
  margin: 0;
}

.anketa-logo {
  float: left;
  height: 400px;
}

.logo {
  float: left;
}

.title {
  float: left;
  padding: 0;
  margin: 0 25px 0 25px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .title{
    font-size: 20px;
  }
}
.block-video-text {
  position: relative;
  overflow: hidden;
  /*width: 100%;*/
  height: auto;
  padding: 10px 0 0 0;
  margin: 0;
  display: table;
  text-align: center;
  margin-bottom: 25px;
}
/*
.block-video-text:hover {
  border-right: solid 10px black;
}
*/
#inner-resize-video{
  height: inherit !important;
  width: 100% !important;
  border: 1px solid black;
}
#resizer {
  margin-left: 20px;
  position: absolute;
  width: 5px;
  top:0;
  bottom: 0;
  right: 0;
}
.ui-icon-gripsmall-diagonal-se{
  display: none !important;
}
#resizer:hover {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  border-right: solid 10px #ccc;
}

.resizable-container {
  padding: 5px;
  border: 1px solid black;
  margin: 5px;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  border-radius: 2px;
  box-shadow: inset 0 0 2px #000;
  width: 48%;
  height: inherit !important;
  display: table-cell;
}
.ui-resizable-e {
  width: 20px !important;
}
#resize-VideoContainer {
    padding: 0;
  margin-left: 0;
  margin-bottom: 10px;
  top: 0px;
  padding-right: 22px;
border: 0;
box-shadow: none;
padding-left: 5px;
}
#resize-VideoContainer:after{
  display: block;
position: absolute;
content: "";
width: 20px;
height: 20px;
background-image: url(/images/splitter.png);
background-size: cover;
right: 0;
top: 50%;
}

#main-presentation {
margin-right: 5px;
}
#VideoContainer{
  position: relative;
    padding-bottom: 75%;  /* Ratio of the video 57 -> 16:9 , 75 4:3 */
}
#VideoContainer iframe{
  position: absolute;
width: 100%!important;
height: 100%!important;
}
#pres-controls {
  text-align: left;
}

#pres-controls>span,
#pres-controls>label {
  float: left;
}

#pres-controls>#pres_select>select {
  max-width: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
  border-radius: 2px;
  background: #fff;
  height: 30px;
  font-size: 12px;
}

#pres-controls>span>a {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  line-height: 0;
  display: block;
  margin: 7px 0 0 10px;
}

#pres-controls>span>a>img {
  width: 16px;
  height: 16px;
}

#pres-controls>label {
  height: auto;
  font-size: 12px;
  margin: 9px 0 0 10px;
}

#pres-controls>label>input {
  margin: 0 2px 0 0;
}

#pres-controls>.nav {
  clear: both;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
}

.decorated-button, #pres-controls>.nav>input[type="button"] {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006DCC;
  background-image: -moz-linear-gradient(top, #08C, #04C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
  background-image: -webkit-linear-gradient(top, #08C, #04C);
  background-image: -o-linear-gradient(top, #08C, #04C);
  background-image: linear-gradient(to bottom, #08C, #04C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 4px 12px 5px 12px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#pres-controls>.nav>input:hover {
  background-color: #04C;
  background-image: gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -moz-linear-gradient(top, #04C, #08C);
  background-image: -o-linear-gradient(top, #04C, #08C);
  background-image: -o-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
}

#pres-controls>.nav>input:active {
  background-color: #04C;
  background-image: none;
}

#inner-resize-pres {
  clear: both;
  width: 100% !important;
}

#ChatContainer {
  width: 99%;
  padding: 0;
  text-align: left;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin: 0 auto;
display: inline-block;
margin-left: 5px;
}


#ChatContainer2 {
  width: 992px;
  max-width: 992px;
  text-align: left;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #ccc;
}

#message-block {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 10px 10px 0 10px;
}

#chat-messages {
  position: relative;
  overflow: hidden;
  width: 68%;
  min-height: 200px; /*was 520*/
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
}

#user-block {
  position: relative;
  overflow: hidden;
  width: 30%;
  min-height: 210px; /*was 530*/
  background: #f5f5f5;
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px #aaa;
  float: left;
}

#chat-messages table {
  border: none;
}

#chat-messages table>#chat-table>tr>td.mes-author {
  width: auto;
  float: left;
  font-size: 12px;
  padding: 0 20px 0 0;
  margin: 10px 0 5px 0;
}

#chat-messages table>#chat-table>tr>td.mes-author>span {
  color: #0087cc;
  font-weight: bold;
}

#chat-messages table>#chat-table>tr>td.mes-text {
  width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}

#chat-messages table>#chat-table>.mes-type-1>td.mes-author {
  background: transparent url(../images/mes-type-3.png) scroll no-repeat right 0;
}

#chat-messages table>#chat-table>.mes-type-2>td.mes-author {
  background: transparent url(../images/mes-type-2.png) scroll no-repeat right 0;
}

#chat-messages table>#chat-table>.mes-type-3>td.mes-author {
  background: transparent url(../images/mes-type-1.png) scroll no-repeat right 0;
}

#chat-messages table>#chat-table>.mes-type-1>td.mes-text {
  color: #00f;
}

#chat-messages table>#chat-table>.mes-type-2>td.mes-text {
  color: #f00;
}

#chat-messages table>#chat-table>.mes-type-3>td.mes-text {
  color: #000;
}

#chat-user-list {
  margin: 0 0 0 20px;
}

#chat-user-list>div {
  background: transparent url(../images/user.png) scroll no-repeat left center;
  position: relative;
  overflow: hidden;
  width: 210px;
  height: auto;
  margin: 0;
  padding: 5px 0 5px 20px;
  border-bottom: 2px solid #fff;
  font-size: 12px;
  font-weight: bold;
  color: #0087cc;
}

#chat-view-options {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 0 0 20px 0;
  margin: 10px 0 0 0;
  background: #f7f7f9;
  border-top: 1px solid #ccc;
}

#chat-view-options>div {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0 10px;
  padding: 10px 0 5px 10px;
  border-bottom: 2px solid #fff;
}

#chat-view-options>div>.vive-chat {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006DCC;
  background-image: -moz-linear-gradient(top, #08C, #04C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
  background-image: -webkit-linear-gradient(top, #08C, #04C);
  background-image: -o-linear-gradient(top, #08C, #04C);
  background-image: linear-gradient(to bottom, #08C, #04C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 4px 12px 5px 12px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  float: left;
}

#chat-view-options>div>.vive-chat:hover {
  background-color: #04C;
  background-image: gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -moz-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -moz-linear-gradient(top, #04C, #08C);
  background-image: -o-linear-gradient(top, #04C, #08C);
  background-image: -o-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  -webkit-transition: background-position 0.1s linear;
}

#chat-view-options>div>.vive-chat:active,
#chat-view-options>div>.vive-chat.active:active {
  background-color: #04C;
  background-image: none;
}

#chat-view-options>div>.vive-chat:first-child {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #bbb;
}

#chat-view-options>div>.vive-chat:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #bbb;
}

#chat-view-options>div>#filter-problem {
  border-left: 1px solid #bbb;
}

#chat-view-options>div>.vive-chat.active {
  background-color: #04C;
  background-image: gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -moz-linear-gradient(top, #04C, #08C);
  background-image: -moz-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -o-linear-gradient(top, #04C, #08C);
  background-image: -o-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04C), to(#08C));
  -webkit-transition: background-position 0.1s linear;
  opacity: .5;
}

#new-message {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  background: #f7f7f9;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 12px;
}

#new-message>textarea {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  width: 95%;
  height: 100px;
  border: 1px solid #ccc;
  resize: none;
}

#new-message>span {
  padding: 0 10px 0 25px;
}

#new-message>select {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
  border-radius: 2px;
  background: #fff;
  height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  width: 200px;
}

#new-message>input[type="button"] {
  padding: 5px 12px 4px 12px;
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5BB75B;
  background-image: gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
  background-image: -o-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
  background-image: linear-gradient(to bottom, #62C462, #51A351);
  background-image: -o-linear-gradient(to bottom, #62C462, #51A351);
  background-image: -webkit-linear-gradient(to bottom, #62C462, #51A351);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
}

#new-message>input[type="button"]:hover {
  background-color: #51A351;
  background-image: gradient(linear, 0 0, 0 100%, from(#51A351), to(#62C462));
  background-image: -o-gradient(linear, 0 0, 0 100%, from(#51A351), to(#62C462));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51A351), to(#62C462));
  background-image: linear-gradient(to bottom, #51A351, #62C462);
}

#new-message>input[type="button"]:active {
  color: white;
  background-color: #51A351;
  background-image: none;
}

.email-spinner {
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	background: url("/images/email-spinner.gif") no-repeat center;
	z-index: 100;
/*	background-color: #ccc;*/
/*    background:transparent;*/
/*	opacity: 0.5; */
}

.admin-highlighted-table-row:hover {
  background:#6AEAEC;
}

#firts-page-div {
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

tr.admin-highlighted-table-row{
  text-align: left;
}
table{
  text-align: left;
}
