﻿body {
    background-color:#ffffff
}
.debug {
    border:solid 4px red !important;
}
md-toolbar.hcs {
    min-height: 38px;
    background-color:#808080
}

.mdl-data-table a {
    color: #808080;
}
button.md-primary.md-button span {
    color:#fff !important;
} 
.hcs-mask {
    background-image:url("Images/Loading.svg");
    background-position:center center;
    background-repeat:no-repeat;
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index:20000;
}
.resizable {
  position: relative;
}
.resizable.no-transition {
  transition: none !important;
}

.rg-right, .rg-left, .rg-top, .rg-bottom {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}
.rg-right span, .rg-left span, .rg-top span, .rg-bottom span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
}

.rg-right span, .rg-left span {
  border-width: 0 1px;
  top: 50%;
  margin-top: -10px;
  margin: -10px 0 0 3.5px;
  height: 20px;
  width: 7px;
}

.rg-top span, .rg-bottom span {
  border-width: 1px 0;
  left: 50%;
  margin: 3.5px 0 0 -10px;
  width: 20px;
  height: 7px;
}

.rg-top {
  cursor: row-resize;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -14px;
}

.rg-right {
  cursor: col-resize;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: -14px;
}

.rg-bottom {
  cursor: row-resize;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
}

.rg-left {
  cursor: col-resize;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: -14px;
}
.hcs-form{
   
    padding:4px;
}
.hcs-form .hcs-label {
    padding:6pt;
    text-align:right;
    
}
.login-form{

}

.login-form .row {
    padding:8px;
}
.lib-form .form-control{
    margin-top:2px;
    margin-bottom:2px;
}
.lib-form .btn{
    margin-top:2px;
    margin-bottom:2px;
}
.login-form .row .control-label{
    padding-right:30px !important;
    padding-left:0px !important;
 
}
.pagination{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-left:8px !important;
    margin-right:8px !important;
}
.control-label {
   
    padding-top:4px;
}
div[data-notify="container"]{
    z-index:40000 !important;
   
}

.hcs-editable {
    min-height: 300px;
    width: 100%;
    overflow: auto;
    padding: 0.785714em 1em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    outline: 0px;
    border-radius: 0.285714rem;
    box-shadow: transparent 0px 0px 0px 0px inset;
    transition-duration: 0.1s, 0.1s;
    transition-timing-function: ease, ease;
    transition-property: color, border-color;
    font-size: 1em;
    line-height: 1.2857;
    resize: vertical;
    word-wrap:break-word;
}