.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
    padding: 1px 15px;
    color: #A0A0A0;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom:30px;
    margin-top: 10px;
}

.wellwhite{
    background-color: #fff;
}

.welltree{
    margin-top:0px;
}

.font14{
    font-size:14px;
    line-height:18px;
    display:block;
    margin-bottom:10px;
}

.font16{
    font-size:18px;
    line-height:24px;
    display:block;
    margin-bottom:10px;
}

.wellhblockgrey{
    display: block;

    text-transform: uppercase;
    border-radius:3px;
    text-align: center;
}

.marbot10{
    margin-bottom:10px;
}

.spanblock{
    display:block;
    font-size:18px;
}

div.kaniontree ul{
    margin: 0;
    padding: 0;
    list-style:none;
}

div.kaniontree ul li{
    margin: 0;
    padding: 0;
    list-style:none;
    margin-bottom: 2px;
}

div.kaniontree ul li:first-child{
    color: #fff;
    background-color: rgb(91, 192, 222);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px
}

/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}
.column {
    width: 100%;
    text-align: center;
    cursor: move;
    border: 1px dashed #C8C8C8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:5px;
    border-radius: 4px;

}
.column header {
    color: #000;
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right:5px;
    padding-left: 5px;
}

.column.over {
    border: 1px dashed rgb(91, 192, 222);
}

.column.overs {
    border: 1px dashed #f00;
}

.colum.overs header{
    background-color: #CFCFCF;
}

.changeposition{
    margin-left:5px;
    cursor: pointer;
}

.table-button {
    height: 10px;
}

.changedposition{
    background-color:	rgb(91, 192, 222) !important;
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.ulhide > .column{
    display:none;
}

.box {
    background:#fff;
    transition:all 0.2s ease;
    border:2px dashed #dadada;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-clip: padding-box;
    padding:0 10px 10px 10px;
    min-height:140px;
}

.box:hover {
    border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}
.box .box-content p {
    color:#515c66;
    text-transform:none;
}

.box h1{
    font-size:20px;
}

.tooltip-danger + .tooltip .tooltip-inner{
    font-weight: bold;
    color: #a94442;
    background-color: #f2dede;
    border: solid 1px #ebccd1;
    padding: 10px;
}

.tooltip-danger + .tooltip .tooltip-arrow{
    border-bottom-color: #ebccd1;
}

@media(max-width: 1024px){
    .btn-responsive{
        width: 100%;
        margin-bottom: 5px;
    }
    
    .btn-responsive-50{
        width: 49%;
    }
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

button{
    outline: 0 !important;
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: #cdcdcd;
  font-weight: bold;
}

div.busy {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    z-index: 666;
    opacity: 0.6;
    background-image: url('/public/images/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.image-with-caption {
  text-align: center;
  padding: 0px 3px 0px 3px;
}

.image-with-caption img {
  display: block;
  margin: 0 auto;
  max-width: 70px;
  max-height: 70px;
  margin-top: 5x;
  margin-right: 5px;
}

.image-with-caption span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  color: #555;
}

.caption-truncated {
  display: inline-block;
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  cursor: default;
}

#attachmentPreviewModal {
    z-index: 1051;
}

#document_photo_preview {
    overflow-x: auto;
}