﻿@font-face {
	font-family: Portable User Interface;
	src: local("Helvetica Neue"), local("Helvetica"), local("Arial");
}

html { height: 100%; 
       overflow:hidden;
}
body {      
        padding:0 0;
        margin:0 0;
        height: 100%;
        overflow:hidden;
}



.w100h100 {
        height:100%;
        width:100%;
}


/* Loading indicator (busy box) */
.progress-indicator {
   top:0;
   right:0;
   width:100%;
   height:100%;
   position:fixed;
   text-align:center;
   /* IE filter */
   filter: alpha(opacity=100); 
   -moz-opacity:1;    /* Mozilla extension */
   -khtml-opacity:1;  /* Safari/Conqueror extension */
   opacity:1; /* CSS3 */
   z-index:12000;
 }

.progress-indicator img {
   filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
    position:fixed;
    text-align:center;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;
    width:32px;
    height:32px;
    z-index:12001;
 }


/* Twitter bootstrap corrections */
select,textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
  margin-bottom: auto;
  box-sizing:border-box;
  height: auto;
}

select.form-control,
input[type='text'].form-control,
input[type='password'].form-control,
input[type='datetime'].form-control,
input[type='datetime-local'].form-control,
input[type='date'].form-control,
input[type='month'].form-control,
input[type='time'].form-control,
input[type='week'].form-control,
input[type='number'].form-control,
input[type='email'].form-control,
input[type='url'].form-control,
input[type='search'].form-control,
input[type='tel'].form-control,
input[type='color'].form-control,
.uneditable-input.form-control {
    min-height: 30px;
}

label {
    margin-bottom: 0px;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

img {
    max-width: inherit;
}

/* Workflow Form */
.workflow-form-upload-spinner {
    display:inline-block; 
    background: url("/Content/Images/Workflow/loading.gif"); 
    width:16px; 
    height:16px; 
    vertical-align:text-bottom;
}

.multiline {
     white-space: pre-wrap;
}


.vis-hidden{
     visibility: hidden;
  }
.vis-none{
     display:none;
  }

/* Zoom Pan Control */
.ZoomPanControl {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 60px;
    background-color: #7C7C7C;
    border-radius: 5px;
    opacity: 0.2;
    transition: all 1s;
}
.ZoomPanControl:hover {
  opacity: 1; /* css standard */
}

.ZoomPanControl a {
    position: absolute;
    display: block;
    color:black;
    background-color: #c3c0c0;
    border-radius: 3px;
    font-weight: bold;
    font-family: "Courier New";
    text-align: center;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration:none;
    cursor:pointer;
}
.ZoomPanControl a.pan {
    font-family: "Arial Unicode MS";
    font-size: 13.333px;
    width: 15.333px;
    height: 15.333px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
.ZoomPanControl a.fit {
    font-family: "Arial Unicode MS";
    font-size: 9px;
    width: 15.333px;
    height: 15.333px;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
}

/* RichtextBox */
 .RichTextBox p {
    margin-bottom:0;
    margin-top:0;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12pt;
  }
  
/*
Bootstrap.css defines img vertical-align: middle, but dhtmlx requires top
*/
div .treegrid_cell > img {
    vertical-align: top;
}  


/* Fixes: */
.dhtmlxcalendar_cell {
    box-sizing: content-box;
}

div[disabled], a[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}