


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


body {
  font: 12px/22px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif,XbolWebIcons;
  background: #edeef0;
  color: #000;
  margin: 0;
  padding: 0;
  direction: ltr;
  font-size: 13px;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
  line-height: 1.154;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow-y: hidden;
}
.wrapContainer{
  overflow-y: auto;
}
.PopUpWrap{
  width: 100vw;
  height: calc(100vh + 100px);
  overflow-y:hidden;
  z-index: 999;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  display: none;
  top: 0;
}
.PopUpContent{
  margin: auto auto auto auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 70vw;
  height: 70vh;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px #000;
  border-radius: 4px;

}
.PageWrap{
  width: 100vw;
  height:calc(100vh - 100px);
  overflow-y: auto;
}
.PageLout{
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.PageBlock {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  margin: 15px;
  padding: 10px
}




.Bar{
  display:flex;
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  /*justify-content: space-around;*/
  /*align-content: center;*/
  align-items: center;
  width: 100%;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -webkit-transition: height .35s cubic-bezier(0.4,0.0,1,1),border-color .4s;
  transition: height .35s cubic-bezier(0.4,0.0,1,1),border-color .4s;
  z-index: 99;
  font-size: 16px;
}
.Tools{

}
.Logo{
  overflow-y: visible;
  margin: -3px;
}
i.Logo{
  font-size: 48px;
  border: 2px solid;
  border-radius: 42px;
  border-right: none;
  margin-left: 5px;
}

a.Logo{
margin-right: 5px;
}
a.Logo[pro]{
  margin-right: 5px;
  content: "AdminClub Pro";
}

.Menu{
margin-bottom: 8px;
margin-top: 8px;
  border-bottom: 2px solid #fafafa;
  background-color: rgb(102, 102, 102);
  color: #fafafa;
  font-family: -webkit-body;
}
.Menu:not([pro]){
  background-color: #5e81a8;
}
.MenuItime{
  /*align-self:stretch;*/
  flex: 1;
  cursor: pointer;
}

.MenuItime[select]:before{
  content: '';
  border: 8px solid transparent;
  border-top: 8px solid #fafafa;
  position: absolute;
  margin-left: 26px;
  bottom: -16px;
  width: 0;
}

.MenuItime[select]{
  /*border-bottom: 4px solid rgb(145, 27, 54);*/
  background-color: #fafafa;
  border-top: 2px solid white;
  color: black;
}
.MenuItime:not([pro])[select]{
  color: #5e81a8;
}
.MenuItime:not([select]):hover{
  background-color: rgba(255,255,255,0.15);
}

.ToolsItime{
  flex: 0.2;
  padding: 4px;
  margin: 4px;
  /*font-size: 18px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  color: #5e81a8;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.15);
  background-image:none;
}
.ToolsItime:hover{
  border: 1px solid #5e81a8;
  background-image:none;
}
button.ToolsItime:disabled,button.ToolsItime:disabled:hover{
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.15);
  color: #d0d0d0;
}

.ToolsItime:active,.ToolsItime[proc]{
  background-image: none;
  background-color: #5e81a8;
  color: white;
}
@font-face{font-family:'XbolWebIcons';src:url('../font/xwebicons.otf');}
.ToolsItime[proc]:after{
  content: "\e047";
  margin-left: 5px;
  display: inline-block;
  font: normal normal normal 28px /1 XbolWebIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-animation: Spin 2s infinite linear;
  animation: Spin 2s infinite linear;
}
.Spin {
  -webkit-animation: Spin 2s infinite linear;
  animation: Spin 2s infinite linear;
}
@-webkit-keyframes Spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes Spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Float the list items side by side */
/*ul.tab li {float: left;}*/

/*!* Style the links inside the list items *!*/
/*ul.tab li a {*/
  /*display: inline-block;*/
  /*color: black;*/
  /*text-align: center;*/
  /*padding: 14px 16px;*/
  /*text-decoration: none;*/
  /*transition: 0.3s;*/
  /*font-size: 17px;*/
/*}*/

/*!* Change background color of links on hover *!*/
/*ul.tab li a:hover {*/
  /*background-color: #ddd;*/
/*}*/

/*!* Create an active/current tablink class *!*/
/*ul.tab li a:focus, .active {*/
  /*background-color: #ccc;*/
/*}*/

/* Style the tab content */
.tabcontent {
  /*display: none;*/
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.clear {
  clear: both;
}

input {
  font-size: 14px;
  padding: 6px 12px 8px;
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  border-radius: 3px;
  color: #000;
  padding: 3px 5px;
  border: 1px solid #d3d9de;
  background: #fff;
  outline: none;
  box-shadow: none;
  text-align: center;
}
input[error]{
  border: 1px solid #ff0000;
  background: rgba(255, 0, 0, 0.1);
}
.ErrorInputMessage{
  color: red;
  margin: 0;
}



button {
  padding: 7px 16px 8px;
  height: 36px;
  font-size: 13px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
  vertical-align: top;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #5e81a8;
  color: #fff;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
}
.buttonGreen{
  background-color: #5fb053;

}
.buttonRed{
  background-color: #b05f53;
}
.ButtonAdd{
  background-color: #5fb053;
  width: 80px;
  /* height: 48px; */
  margin-left: calc(100% - 88px);
  margin-top: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  font-size: 36px;
}

.flexContainerH {
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  /*height: 100%;*/
  /*width: 100%;*/
}
.flexContainerV {
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  /*height: 80%;*/
  /*width: 100%;*/
}




form h2 {font-family:Tahoma;}



table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  /*border-collapse: collapse;*/
    border-spacing: 2px;
  color: #686461;
  width: 100%;
  /*height: 100%;*/
}
caption {
  padding: 10px;
  margin: 0 2px 4px 2px;
  /* border-radius: 2px 2px 0 0; */
  /* color: white; */
  /* background: #B9B29F; */
  border-bottom: 1px solid #e7e8ec;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
th {
  background:rgba(94, 129, 168, 0.51);
  color: white;
  /*border-bottom: 3px solid #B9B29F;*/
  padding: 10px;
  text-align: center;
}
td {
  padding: 6px;
  text-align: center;
}
tr:nth-child(odd) {
  background: #edeef0;
}
tr:nth-child(even) {
  background: #E8E6D1;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: large;
    text-indent: 2px;

}
select::-ms-expand {  /* для IE */
    display: none;
}
::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0,0,0,.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
.XSplash{

}
.XMsgBox{
  box-shadow: 0 4px 8px rgba(0,0,0,.32), 0 8px 40px rgba(0,0,0,.4);
  border: 1px solid transparent;
  padding: 24px;
}


input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 280px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #57a0c6;
  margin-top: -7px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #57a0c6;
  margin-top: -7px;
}
/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
  outline: 1px solid white;
  outline-offset: -1px;
}
input[type=range]::-ms-track {
  width: 300px;
  height: 5px;

  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;

  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;

  /*remove default tick marks*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #57a0c6;
  margin-top: -7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.ImageEditorWrap {
  -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
}

.ImageEditorRound {
  background: url(../svg/round.svg) left top no-repeat;
  padding: 24px;
}
.ImageWrap{
  margin: auto;
  cursor: pointer;
  width: 150px;
  height: 150px;
  text-align: center;
  /*border: dashed 2px;*/
  justify-content: center;
  background-color: #B9B29F;
   border: 2px solid rgb(72, 72, 72);
  display: flex;
  overflow: hidden;
}
.Avatar{
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.Image{
  align-self: center;
}
.XPUPTitle {
  color: #848484;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #e6e6e6;
  text-shadow: 1px 1px 0 white;
  width: 100%;
  text-align: center;
}
.XPUPMessageRed{
  color: red;
  /*margin: 0 0 15px 0;*/
  /*padding: 0 0 15px 0;*/
  text-shadow: 1px 1px 0 white;
  width: 100%;
  text-align: center;
}
table.XPUPControls{
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: solid 1px #e6e6e6;
  text-shadow: 1px 1px 0 white;
}
table.XPUPControls td{
  text-align: center;
  padding: 0px;
}
table.XPUPControls button{
  width: 100px;

}
table.XPUPControls tr{
  background-color: white;

}
.custom-range {
  position: relative;
  height: 40px;
}
.start {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: url(../img/small.png) no-repeat;
  width: 25px;
  height: 25px;
}
.end {
  position: absolute;
right: -8px;
  top: 50%;
  margin-top: -15px;
  background: url(../img/big.png) no-repeat;
  width: 32px;
  height: 32px;
}
.PopUpContantWrap{
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height:100%;
  width: 100%;
}
.XCropitCanvasWrap{
  height: 500px;
  width: 500px;
  background-color: #E8E6D1;
  display: flex;
  justify-content: center;

}
.XCropitCanvas {
  width: 291px;
  height: 291px;
  cursor: move;
  border: dashed 1px;
  background-image: url(../img/ch.png);
  align-self: center;
}

/*.XCropitControls{*/
  /*!*display: flex;*!*/
  /*!*flex-direction: row;*!*/
  /*width: 500px;*/
/*}*/
/*.XCropitControls button{*/
/*position: relative;*/
  /*margin-right: 6px;*/
/*}*/
.DButton{
  float: right;
  /* margin-top: -36px; */
  width: 25%;
  margin-top: -36px;
  margin-right: 10%;
}
.UButton{

  height: 36px;
  width: 50px;
  background-color: #5e81a8;
  color: #fff;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
}
/*.file_upload{*/
  /*display: block;*/
  /*position: relative;*/
  /*overflow: hidden;*/
  /*font-size: 1em;              !* example *!*/
  /*height: 2em;                 !* example *!*/
  /*line-height: 2em             !* the same as height *!*/
/*}*/
/*.file_upload .UButton, .file_upload > mark{*/
  /*display: block;*/
  /*cursor: pointer              !* example *!*/
/*}*/
/*.file_upload .UButton{*/
  /*float: right;*/
  /*box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*width: 8em;                  !* example *!*/
  /*height: 100%;*/
  /*text-align: center           !* example *!*/
/*}*/
/*.file_upload > mark{*/
  /*background: transparent;     !* example *!*/
  /*padding-left: 1em            !* example *!*/
/*}*/
.file_upload input[type=file]{
  position: absolute;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.file_upload{
  /*flex: 1;*/
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  transition: box-shadow 0.1s linear;
  display: block;
  position: relative;
   overflow: hidden;
  height: 36px;
   width: 500px;
  font-size: 13px;
  line-height: 36px;
   /*margin-right: 6px;*/

}
.file_upload .UButton, .file_upload > mark{
  /*display: block;*/
  cursor: pointer              /* example */
}

.file_upload .UButton{
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 8em;                  /* example */
  height: 100%;
  text-align: center           /* example */

  /*box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*width: 8em;                  !* example *!*/
  /*height: 100%;*/
  /*text-align: center           !* example *!*/
}
.file_upload > mark{
  background: transparent;     /* example */
  padding: 6px;
}
.XDropMenu {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  margin: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  background-color: white;
  display: none;

}
.XDropMenu[down=true]{
  border-top: 3px solid #5e81a8;
  margin-top: 12px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.XDropMenu[down=true]:before{
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid #5e81a8;
  position: absolute;
  left: 25%;
  margin-left: -8px;
  top: -18px;
  width: 0;
}
.XDropMenu[up=true]{
  border-bottom: 3px solid #5e81a8;
  margin-top: -12px;
  box-shadow:0 -2px 7px rgba(0, 0, 0, 0.3);
}
.XDropMenu[up=true]:after{
  content: '';
  border: 8px solid transparent;
  border-top: 8px solid #5e81a8;
  position: absolute;
  left: 25%;
  margin-left: -8px;
  bottom: -18px;
  width: 0;
}
.XDropMenuButton {
  width: calc(100% - 12px);
  margin: 6px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #5e81a8;
  border-bottom: solid 2px #5e81a8;

}
.XDlg {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  margin: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  background-color: white;
  display: none;

}
.XDlg[down=true]{
   border-top: 3px solid rgb(145, 27, 54);
  margin-top: 12px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
 }
.XDlg[down=true]:before {
  content: '';
  border: 12px solid transparent;
  border-bottom: 12px solid rgb(145, 27, 54);
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -27px;
  width: 0;
}
.XDlg[up=true]{
  border-bottom: 3px solid rgb(145, 27, 54);
  margin-top: -12px;
  box-shadow:0 -2px 7px rgba(0, 0, 0, 0.3);
}
.XDlg[up=true]:after {
  content: '';
  border: 12px solid transparent;
  border-top: 12px solid rgb(145, 27, 54);
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -27px;
  width: 0;
}





.xTableCap{
  border-bottom: 3px solid #B9B29F;
}

.XTabElt {
  position: absolute;
  background-color: #B9B29F;
  cursor: pointer;
}
.XTabElt[parity=odd]{
background-color: #f8f8f8;
}
.XTabElt[parity=even]{
   background-color: #E8E6D1;
 }
.XTabElt[cap]{
  border-bottom: 3px solid #B9B29F;
  font-weight: bold;
}
.XTabElt[cur]{
  border-bottom:3px solid #8FD4C1;
}
.XTabElt[down]{
  border-top: 3px solid #B9B29F;
  font-weight: bold;
}
.XTabElt[sel]{
  box-sizing: content-box;
  margin-left: -2px;
  margin-top: -2px;
  border: solid 2px;
  border-color:rgb(145, 27, 54);
  /*width: 100%;*/
  /*height: 100%;;*/
}

.XTabEltLabel{
  flex: 1;
}
.XTabEltLabel[red]{
  color:#b05f53;
}
.LabelWrap{
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  min-height: 35px;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#eee);
  background-image: -moz-linear-gradient(top,#f5f5f5,#eee);
  background-image: -ms-linear-gradient(top,#f5f5f5,#eee);
  background-image: -o-linear-gradient(top,#f5f5f5,#eee);
  background-image: linear-gradient(top,#f5f5f5,#eee);
  /*padding: 0 44px 0 44px;*/
  /*padding-left: 58px;*/
  position: relative;
}
.LabelWrap h3{
  text-align: center;
  color: rgba(0,0,0,.5);
}




