html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*-------------------*/

{
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 3000;
  --moveable-color: #4af;
  --zoom: 1;
  --zoompx: 1px;
  --moveable-line-padding: 0;
  --moveable-control-padding: 0;
  will-change: transform;
  outline: 1px solid transparent;
}
.moveable-control-box {
  z-index: 0;
}
.moveable-line, .moveable-control {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.moveable-control {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: #4af;
  background: var(--moveable-color);
  margin-top: -7px;
  margin-left: -7px;
  border: 2px solid #fff;
  z-index: 10;
}
.moveable-around-control {
  position: absolute;
  will-change: transform;
  width: calc(var(--moveable-control-padding, 20) * 1px);
  height: calc(var(--moveable-control-padding, 20) * 1px);
  left: calc(var(--moveable-control-padding, 20) * -0.5px);
  top: calc(var(--moveable-control-padding, 20) * -0.5px);
  box-sizing: border-box;
  background: transparent;
  z-index: 8;
  cursor: alias;
  transform-origin: center center;
}
.moveable-around-control[data-direction*="n"] {
  top: calc(var(--moveable-control-padding, 20) * -1px);
  transform-origin: center bottom;
}
.moveable-around-control[data-direction*="w"] {
  left: calc(var(--moveable-control-padding, 20) * -1px);
  transform-origin: right center;
}
.moveable-around-control[data-direction*="s"] {
  top: 0px;
  transform-origin: center top;
}
.moveable-around-control[data-direction*="e"] {
  left: 0px;
  transform-origin: left center;
}
.moveable-around-control[data-direction*="nw"] {
  left: calc(var(--moveable-control-padding, 20) * -1px);top: calc(var(--moveable-control-padding, 20) * -1px);
  transform-origin: right bottom;
}
.moveable-around-control[data-direction*="ne"] {
  left: 0px;top: calc(var(--moveable-control-padding, 20) * -1px);
  transform-origin: left bottom;
}
.moveable-around-control[data-direction*="sw"] {
  left: calc(var(--moveable-control-padding, 20) * -1px);top: 0px;
  transform-origin: right top;
}
.moveable-around-control[data-direction*="se"] {
  left: 0px;top: 0px;
  transform-origin: left top;
}
.moveable-padding {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  transform-origin: 0 0;
}
.moveable-line {
  width: 1px;
  height: 1px;
  background: #4af;
  background: var(--moveable-color);
  transform-origin: 0px 50%;
}
.moveable-line.moveable-edge {
  z-index: 1;
  background: transparent;
}
.moveable-line.moveable-dashed {
  box-sizing: border-box;
  background: transparent;
}
.moveable-line.moveable-dashed.moveable-horizontal {
  border-top: 1px dashed #4af;
  border-top-color: #4af;
  border-top-color: var(--moveable-color);
}
.moveable-line.moveable-dashed.moveable-vertical {
  border-left: 1px dashed #4af;
  border-left-color: #4af;
  border-left-color: var(--moveable-color);
}
.moveable-line.moveable-vertical {
  transform: translateX(-50%);
}
.moveable-line.moveable-horizontal {
  transform: translateY(-50%);
}
.moveable-line.moveable-vertical.moveable-bold {
  width: 2px;
}
.moveable-line.moveable-horizontal.moveable-bold {
  height: 2px;
}

.moveable-control.moveable-origin {
  border-color: #f55;
  background: #fff;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  pointer-events: none;
}

.moveable-direction[data-rotation="0"],  .moveable-view-control-rotation0 {
  cursor:ns-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(0deg);transform-origin: 16px 16px"></path></svg>') 16 16, ns-resize;
}


.moveable-direction[data-rotation="15"],  .moveable-view-control-rotation15 {
  cursor:ns-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(15deg);transform-origin: 16px 16px"></path></svg>') 16 16, ns-resize;
}


.moveable-direction[data-rotation="30"],  .moveable-view-control-rotation30 {
  cursor:nesw-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(30deg);transform-origin: 16px 16px"></path></svg>') 16 16, nesw-resize;
}


.moveable-direction[data-rotation="45"],  .moveable-view-control-rotation45 {
  cursor:nesw-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(45deg);transform-origin: 16px 16px"></path></svg>') 16 16, nesw-resize;
}


.moveable-direction[data-rotation="60"],  .moveable-view-control-rotation60 {
  cursor:nesw-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(60deg);transform-origin: 16px 16px"></path></svg>') 16 16, nesw-resize;
}


.moveable-direction[data-rotation="75"],  .moveable-view-control-rotation75 {
  cursor:ew-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(75deg);transform-origin: 16px 16px"></path></svg>') 16 16, ew-resize;
}


.moveable-direction[data-rotation="90"],  .moveable-view-control-rotation90 {
  cursor:ew-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(90deg);transform-origin: 16px 16px"></path></svg>') 16 16, ew-resize;
}


.moveable-direction[data-rotation="105"],  .moveable-view-control-rotation105 {
  cursor:ew-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(105deg);transform-origin: 16px 16px"></path></svg>') 16 16, ew-resize;
}


.moveable-direction[data-rotation="120"],  .moveable-view-control-rotation120 {
  cursor:nwse-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(120deg);transform-origin: 16px 16px"></path></svg>') 16 16, nwse-resize;
}


.moveable-direction[data-rotation="135"],  .moveable-view-control-rotation135 {
  cursor:nwse-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(135deg);transform-origin: 16px 16px"></path></svg>') 16 16, nwse-resize;
}


.moveable-direction[data-rotation="150"],  .moveable-view-control-rotation150 {
  cursor:nwse-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(150deg);transform-origin: 16px 16px"></path></svg>') 16 16, nwse-resize;
}


.moveable-direction[data-rotation="165"],  .moveable-view-control-rotation165 {
  cursor:ns-resize;cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(165deg);transform-origin: 16px 16px"></path></svg>') 16 16, ns-resize;
}


.moveable-line.moveable-direction:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(var(--moveable-line-padding, 0) * 1px);
  bottom: 0;
  left: 0;
}
.moveable-group {
  z-index: -1;
}
.moveable-area {
  position: absolute;
}
.moveable-area-pieces {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.moveable-area.moveable-avoid, .moveable-area.moveable-pass {
  pointer-events: none;
}
.moveable-area.moveable-avoid+.moveable-area-pieces {
  display: block;
}
.moveable-area-piece {
  position: absolute;
}


{
  --bounds-color: #d66;
}
.moveable-guideline {
  pointer-events: none;
  z-index: 2;
}
.moveable-guideline.moveable-bounds {
  background: #d66;
  background: var(--bounds-color);
}
.moveable-guideline-group {
  position: absolute;
  top: 0;
  left: 0;
}
.moveable-guideline-group .moveable-size-value {
  position: absolute;
  color: #f55;
  font-size: 12px;
  font-size: calc(12px * var(--zoom));
  font-weight: bold;
}
.moveable-guideline-group.moveable-horizontal .moveable-size-value {
  transform-origin: 50% 100%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 5px;
  bottom: calc(2px + 3px * var(--zoom));
}
.moveable-guideline-group.moveable-vertical .moveable-size-value {
  transform-origin: 0% 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  left: calc(2px + 3px * var(--zoom));
}
.moveable-guideline.moveable-gap {
  background: #f55;
}
.moveable-size-value.moveable-gap {
  color: #f55;
}

.moveable-edge.moveable-edgeDraggable.moveable-line {
  cursor: move;
}
.moveable-rotation {
  position: absolute;
  height: 40px;
  width: 1px;
  transform-origin: 50% 100%;
  height: calc(40px * var(--zoom));
  top: auto;
  left: 0;
  bottom: 100%;
  will-change: transform;
}
.moveable-rotation .moveable-rotation-line {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.moveable-rotation .moveable-rotation-control {
  border-color: #4af;
  border-color: var(--moveable-color);
  background:#fff;
  cursor: alias;
}
.moveable-view-rotation-dragging, .moveable-rotatable.moveable-direction.moveable-control {
  cursor: alias;
}
.moveable-rotatable.moveable-direction.moveable-control.moveable-move {
  cursor: move;
}

.moveable-control.moveable-origin {
  pointer-events: auto;
}
.moveable-control.moveable-clip-control {
  background: #6d6;
  cursor: pointer;
}
.moveable-control.moveable-clip-control.moveable-clip-radius {
  background: #d66;
}
.moveable-line.moveable-clip-line {
  background: #6e6;
  cursor: move;
  z-index: 1;
}
.moveable-clip-area {
  position: absolute;
  top: 0;
  left: 0;
}
.moveable-clip-ellipse {
  position: absolute;
  cursor: move;
  border: 1px solid #6d6;
  border: var(--zoompx) solid #6d6;
  border-radius: 50%;
  transform-origin: 0px 0px;
}
{
  --bounds-color: #d66;
}
.moveable-guideline {
  pointer-events: none;
  z-index: 2;
}
.moveable-line.moveable-guideline.moveable-bounds {
  background: #d66;
  background: var(--bounds-color);
}
.moveable-control.moveable-border-radius {
  background: #d66;
  cursor: pointer;
  z-index: 3;
}
.moveable-control.moveable-border-radius.moveable-vertical {
  background: #d6d;
  z-index: 2;
}
.moveable-control.moveable-border-radius.moveable-virtual {
  opacity: 0.5;
  z-index: 1;
}
.moveable-round-line-clickable .moveable-line.moveable-direction {
  cursor: pointer;
}


/*****************/
.card-bordered {
  border: 1px solid #ebebeb;
}

.card {
  border: 0;
  border-radius: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
  box-shadow: 0 2px 3px rgba(0,0,0,0.03);
  -webkit-transition: .5s;
  transition: .5s;
}

.padding {
  padding: 3rem !important
}

body {
  background-color: #f9f9fa
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}


.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(77,82,89,0.07);
}

.card-header .card-title {
  padding: 0;
  border: none;
}

h4.card-title {
  font-size: 17px;
}

.card-header>*:last-child {
  margin-right: 0;
}

.card-header>* {
  margin-left: 8px;
  margin-right: 8px;
}

.btn-secondary {
  color: #4d5259 !important;
  background-color: #e4e7ea;
  border-color: #e4e7ea;
  color: #fff;
}

.btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px;
}
.btn-xs:hover{
  color:#fff !important;
}




.card-title {
  font-family: Roboto,sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(77,82,89,0.07);
}


.ps-container {
  position: relative;
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden!important;
  -ms-overflow-style: none;
}

.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.media .avatar {
  flex-shrink: 0;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase;
}

.media-chat .media-body {
  -webkit-box-flex: initial;
  flex: initial;
  display: table;
}

.media-body {
  min-width: 0;
}

.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px;
  font-weight: 100;
  color:#9b9b9b;
}

.media>* {
  margin: 0 8px;
}

.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: .8;
}

.media-meta-day {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #8b95a5;
  opacity: .8;
  font-weight: 400;
}

.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.media-meta-day::before {
  margin-right: 16px;
}

.media-meta-day::before, .media-meta-day::after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1;
  border-top: 1px solid #ebebeb;
}

.media-meta-day::after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1;
  border-top: 1px solid #ebebeb;
}

.media-meta-day::after {
  margin-left: 16px;
}

.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #48b0f7;
  color: #fff;
}

.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px;
}


.border-light {
  border-color: #f1f2f3 !important;
}

.bt-1 {
  border-top: 1px solid #ebebeb !important;
}

.publisher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #f9fafb;
}

.publisher>*:first-child {
  margin-left: 0;
}

.publisher>* {
  margin: 0 8px;
}

.publisher-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
}

button, input, optgroup, select, textarea {
  font-family: Roboto,sans-serif;
  font-weight: 300;
}

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #8b95a5;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.file-group {
  position: relative;
  overflow: hidden;
}

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #cac7c7;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.text-info {
  color: #48b0f7 !important;
}