/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

/*
 * Global add-ons
 */
.oepa-grey {
	background-color: #eeeeee;
}
.oepa-soft-red {
	background-color: #ff8080;
}
.oepa-soft-yellow {
	background-color: #ffe680;
}

.oepa-text-red {
	color: #ff8080;
}
.oepa-text-green {
	color: #008000;
}
.oepa-text-yellow {
	color: #ffe680;
}

/* ============================================================================ */

/*
The following classes are used to enable scrolling of individual elements, rather than the whole page.
The '*-view' classes explicitly set the height of the various <ui-view> elements, and disable overflow, padding, and margin.
The 'oepa-content' class re-enables overflow for the content (allowing the automatic creation of scroll bars on the content as needed).
The 'oepa-col-fix' class removes the padding added by Bootstrap's 'col-*' classes. This is needed in a few places to correct the layout.
*/

.oepa-container {
    overflow: hidden;
    padding: 0;
}

.oepa-content {
    overflow: auto;
    height: 100%;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    margin: 0;
}

.oepa-col-fix {
    padding: 0;
}

.oepa-main-view-height {
    height: 100vh;
}

.dashboard-content {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0;
}


.oepa-table-header {
	background-color: #808080;
	color: white;
}

/* overview section ====================================================================================== */
.overview-padding {
	padding: 5px 0px 5px 0px;
}
.overview-table {
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
}
.overview-table-header {
	font-weight: bold;
	border-bottom: solid 1px;
}


/* permit section ======================================================================================== */
.oepa-black-bar-height {
    height: 50px;
    margin-bottom: 0px;
}

/* (view) - (blackBar) */
.oepa-dashboard-view-height {
    height: calc(100vh - 50px);
}

.oepa-permit-upper-bar-height {
    height:85px;
}

.oepa-permit-lower-bar-height {
    height:50px;
}

.oepa-permit-hide-wf-height {
    height:20px;
}

/* (view) - (blackBar) - (permitUpperBar) - (permitLowerBar) - (permitHideWfHeight)
    height: calc(100vh - 50px - 105px - 50px - 20px);
*/
.oepa-permit-view-height {
    height: calc(100vh - 50px - 105px - 50px - 20px);
}

/* permit document editor sub-section ==================================================================== */
.oepa-permit-document-header-height {
    height: 64px;
}

.oepa-permit-document-footer-height {
    height: 70px;
}

/*
(view) -
(blackBar) -
(permitUpperNav) -
(permitLowerNav) -
(permitHideWfHeight) -
(permitDocumentHeaderHeight) -
(permitDocumentFooterHeight)
*/

/*oepa-permit-document-view-height
    height: calc(100vh - 50px - 105px - 50px - 20px - 70px);
*/
.oepa-permit-document-view-height {
    height: calc(100vh - 50px - 105px - 70px);
}

.oepa-permit-document-view-height-embedded {
    height: calc(100vh - 50px - 105px - 50px - 60px - 70px);
}


/* facility information sub-section ====================================================================== */
/*
(view) -
(blackBar) -
(permitUpperNav) -
(permitLowerNav) -
(permitHideWfHeight) -
(unidentifiedPadding)
*/
.oepa-facility-map-view-height {
    height: calc(100vh - 50px - 135px - 50px - 20px - 20px);
}

/* settings section ====================================================================================== */

.oepa-settings-header-height {
  height: 56px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.oepa-settings-padding {
  margin-left:20px;
}

.oepa-settings-hide-items-height {
  height:20px;
}

/* (view) - (blackBar) - (settingsHeader) - (hideItems)*/
.oepa-settings-view-height {
  height: calc(100vh - 50px - 56px - 20px);
}

.oepa-settings-toggle-menu {
	background-color: #eeeeee;
	width: 100%;
}

.oepa-dashboard-service-menu {
	padding : 4px 2px 4px 10px;
	background-color: #777777;
}
.oepa-dashboard-service-menu-item {
	color: #dddddd;
}
.oepa-dashboard-service-menu-item a {
	color: #dddddd;
}
.oepa-dashboard-service-menu-item a:hover {
	color: #ffffff;
}
.oepa-dashboard-certificate-summary {
	padding : 4px 2px 4px 10px;
	background-color: #eeeeee;
}

.oepa-settings-canvas {
	background-color: #eeeeee;
}

.oepa-settings-separator {
	border-bottom: 1px solid #000000;
}

.oepa-settings-title {
	font-size: 24px;
	font-weigth: bold;
	padding-left: 15px;
}


/* ======================================================================================================= */
.oepa-link {
	cursor : pointer;
	color : #337ab7;
}

.sub-header {
  margin: 0px;
  padding: 0px 5px 0px 20px;
  line-height: 1.3;
  border-bottom: 1px solid #2a2a2a;
  background-color : #f5f5f5;
  color: #337ab7;
}

.red-box {
	border : 1px solid red;
}

.app-xlarge-modal-window .modal-dialog {
  width: 1300px;
}
.app-large-modal-window .modal-dialog {
  width: 900px;
}

/* ============================================================================
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}
.navbar-menu {
	background-color : #f5f5f5;
  border-bottom: 1px solid #000;
  /*margin-bottom: 2px;*/
}

/* ============================================================================
 * Main content
 */
/*.large-modal {*/
	
    @media (min-width: 1400px){
        .modal-lg {
            width: 1308px;
        }
    }

/*}*/
.wrapper-div {
   overflow-y: auto;
}

@media (min-width: 768px){
  #left {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 75%;
    overflow-y: scroll; 
  }
  
  #right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    width: 25%;
  }
}

#left {
  background-color: #FC6E51;
  text-align: center;
  height:100%;
}

#right {
  height:100%;
  background-color: #4FC1E9;
  text-align: center;
}

/* ============================================================================
 * Table Formatting
 */
.station-table-cell-bold {
	font-weight : bold;
} 
 
/* ============================================================================
 * Menu Section
 */
.dashboard-menu {
	margin : 0px;
	padding : 0px;
  background-color : #f5f5f5;  
} 
 
/* ============================================================================
 * Permit Section
 */
.permit-search {
  background-color : #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.permit-doc-group {
	padding : 5px;
	margin : 5px;
}
.permit-doc-part {
	padding : 5px;
	margin : 5px;
  border-radius: 4px;
  border : 1px dashed;
  border-color: #d9d9d9; 
}
.permit-doc-section:hover {
  background-color: #f5f5f5;  
}
.permit-doc-part-title {
  background-color: #e6e6e6;
  font-weigth: 900;
}
.permit-doc-disabled {
  background-color: #e6e6e6;
  text-decoration: line-through;
}
.permit-doc-placeholder {
  background-color: yellow;
  font-style: italic;
}
.permit-doc-replaced {
  background-color: #cceeff; 
}

.limit-table-cell-disabled { 
	background-color: #e6e6e6; 
}


.permit-doc-hdr {
  margin: 0 auto;
}
.permit-doc-group-hdr {
  margin-left: 0px;
}
.permit-doc-part-hdr {
  margin-left: 50px;
}

.permit-doc-txt {
  margin: 0 auto;
}
.permit-doc-group-txt {
  margin-left: 0px;
}
.permit-doc-part-txt {
  margin-left: 50px;
}

.part-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

.limit-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

/*
 * ============================================================================
 * Colors and such
 */
.vertical-line {
  border-left: 1px solid #808080;
}
.dark-grey {
	color : #808080;
}
.green-bg {
	background-color : #007700;
}
.grey-bg {
	background-color : #C0C0C0;
}
.red-bg {
	background-color : #770000;
}

/*
 * ============================================================================
 * Settings
 */
.setting-item {
	position : relative;
	height : 40px;
	padding : 5px 5px 5px 7px;
	margin : 3px;
	background-color : #cccccc;
	-background-color : #F0F8FF;
  border-radius: 4px;
  color : #777;
}
.setting-item-selected {
	background-color : #337ab7;
	color : #f5f5f5;
}
 
.setting-filter {
	width : 75%;
}

/*
 * ============================================================================
 * Role Assignment
 */
 
.role-assignment-item-selected {
	background-color : #337ab7;
	color : #f5f5f5;
}

.role-assignment-item {
	background-color : #FFF;
}
 
/*
 * ============================================================================
 * Workflow Tasks
 */
 
 .workflow-canvas {
   background-color: #eeeeee;
 }
 
.workflow-checkbox {
	-padding-top: -10px;
	border: 1px solid red;
}
 
.workflow-table {
  width: 100%;
}
.workflow-table-checkbox {
  width: 20px;
  height: 20px;
}
 
.workflow-menu-title {
  color : #0078d7;
}
.workflow-menu-title-inactive {
  color : #cccccc;
}
.workflow-menu {
	background-color : #f5f5f5;
	margin : 0px;
  color : #777
}
.workflow-menu-item {
	text-align: center;
	background-color : #f5f5f5;
	padding : 5px;
}
.workflow-menu-item:hover {
	background-color : #d5d5d5;
}

/**
 *  Workflow Task Card
 */
.workflow-card {
	position : relative;
	/*padding : 2px 2px 2px 2px;*/
	background-color : #fff;
  color : #000;
	border : 1px solid #d5d5d5;
	height : 75px;
	width : 100%;
}
.workflow-card:hover {
	background-color : #ebebeb;
	color : #000;
}
.workflow-card-locked {
	background-color : #fff;
	font-style: italic;
}
.workflow-card-selected {
	background-color : #a3c7e4;
}
.workflow-card-selected:hover {
	background-color : #a3c7e4;
}

/**
 *  Workflow Template Task Card
 */
.workflow-template-card {
	position : relative;
	-padding : 2px 2px 2px 2px;
	background-color : #fff;
  color : #000;
	border : 1px solid #d5d5d5;
	height : 115px;
	width : 100%;
}
.workflow-template-card:hover {
	background-color : #ebebeb;
	color : #000;
}
.workflow-template-card-locked {
	background-color : #ebebeb;
	font-style: italic;
}
.workflow-template-card-selected {
	background-color : #a3c7e4;
}
.workflow-template-card-selected:hover {
	background-color : #a3c7e4;
}

.workflow-ghost-card {
	position : relative;
	padding : 2px 2px 2px 2px;
	background-color : #fff;
  color : #aaa;
	border : 1px dashed #a7a7a7;
	cursor : pointer;
	height : 70px;
}

.workflow-status {
	width: 20px;
	height : 100px;
	color : #706C54;
	padding-left : 2px;
}

.workflow-task-title {
  font-weight: bold;	
  font-size: 14px;
  padding-bottom: 3px;
}

.workflow-task-title-error {
  font-weight: bold;	
  font-size: 14px;
  color: #FF0000;
}

.workflow-task-label {
  font-weight: bold;	
  font-size: 12px;
}

.workflow-task {
	position : absolute;
	padding-left : 2px;
  top: 0px;
  left: 20px;
  width : 100%;
	height : 100%;
}

.workflow-task-processing {
	position : absolute;
	padding-left : 20px;
	padding-top : 20px;
  top: 0px;
  left: 0px;
  width : 100%;
	height : 100%;
	color : #0078d7;
	background-color : #fffef1;
}

.workflow-subtask {
	-position : absolute;
	margin-top : -1px;
	margin-left : 20px;
	padding-left : 5px;
	border : 1px solid #d5d5d5;
}

.workflow-row {
  width: 100%;
  margin: 0 auto;
}
.workflow-column {
  display: inline-block;
}

.workflow-complete {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -color : #a1a1a1;
}

.workflow-notes {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color : #a1a1a1;
}
.workflow-notes:hover i:hover {
  color : #000;
}
.workflow-has-notes {
	background-color: #337ab7;
  -color : #449d44;
  color : #ffffff;
  border: 2px solid #337ab7;
}

.workflow-options {
  position: absolute;
  top: 0px;
  right: 0px;
  color : #a1a1a1;
}
.workflow-card .workflow-options i {
  visibility: hidden;
}
.workflow-card:hover .workflow-options i {
  visibility: visible;
}
.workflow-card:hover .workflow-options i:hover {
  color : #000;
}

.workflow-spacer .workflow-add i {
  visibility: hidden;
  -display : none;
}
.workflow-spacer:hover .workflow-add i {
  visibility: visible;
  -display : block;
}
.workflow-spacer .workflow-next i {
  visibility: visible;
  -display : block;
}
.workflow-spacer:hover .workflow-next i {
  visibility: hidden;
  -display : none;
}

/* Workflow status */
.COMPLETE {
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:100%;
  content:"";
  background-color:#449d44;
}
.INCOMPLETE {
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:100%;
  content:"";
  background-color:#dbec1f;
}
.DEFICIENT {
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:100%;
  content:"";
  background-color:#D3D3D3;
}
.PENDING {
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:100%;
  content:"";
  background-color:#ec971f;
}
.DUE {
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:100%;
  content:"";
  background-color:#ec971f;
}
.LATE {
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:100%;
  content:"";
  background-color:#c9302c;
}
.LOCKED {
  position:absolute;
  top:0;
  left:0;
  width:20px;;
  height:100%;
  content:"";
  background-color:#000000;
}
.ERROR {
  position:absolute;
  top:0;
  left:0;
  width:20px;;
  height:100%;
  content:"";
  background-color:#FF0000;
}

/* Workflow sub-tasks */
.subtask-card {
	position : relative;
	-padding : 2px 2px 2px 2px;
	margin: 3px 2px 3px 2px;
}
.subtask-task {
	position : relative;
	padding-left : 18px;
	-height : 60px;
}
.subtask-bar {
  position:absolute;
  top:0;
  left:0;
  width:15px;
  height:100%;
  content:"";
  -background-color:#a1a1a1;
}

/*
 * ============================================================================
 * Drag and Drop
 */
      .dragable {
        padding-top: 0px;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        cursor: pointer;
      }

      .thumbnail[data-drag="false"] { background: green; }

      .dropable {
        -border: 1px solid #ddd;
        padding: 3px;
      }

/*
 * ============================================================================
 * Icons for tinymce
 */

i.mce-i-icon-folder-close-alt:before {
    content: "\f114"; /* Value for the folder close alt icon*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 1.5em;
    padding-right: 0.5em;
    position: absolute;
    top: 15%;
    left: 0;
}



i.mce-i-icon-bookmark:before {
    content: "\f02e"; /* Value for the bookmark icon*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 1.5em;
    padding-right: 0.5em;
    position: absolute;
    top: 15%;
    left: 0;
}

i.mce-i-icon-bookmark-o:before {
    content: "\f097"; /* Value for the bookmark-o icon*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 1.5em;
    padding-right: 0.5em;
    position: absolute;
    top: 15%;
    left: 0;
}
/**
 * 	============================================================================
 * 	For ng-sortable
 * 	============================================================================
 */
 .as-sortable-dragging {
 	background:#EBEBEB;
 }

/**
 * 	============================================================================
 * 	For angular-rich-text-diff
 * 	============================================================================
 */
ins, ins > * {
	color: black;
	background: #bbffbb !important;
}

del, del > * {
	color: black;
	background: #ffbbbb !important;
}

/**
 * 	============================================================================
 * 	Fix colors for editable text in tab
 * 	============================================================================
 */
li.ng-isolate-scope.active tab-heading span.ng-scope.ng-binding.editable.editable-click {
	color: #ffffff;
}

tab-heading span.editable-controls {
	color: #337ab7;
}


/**
 * 	============================================================================
 * 	Enable rotation of columns in table headers
 * 	============================================================================
 */
      .rotate_text
      {
         -moz-transform:rotate(-90deg); 
         -moz-transform-origin: top left;
         -webkit-transform: rotate(-90deg);
         -webkit-transform-origin: top left;
         -o-transform: rotate(-90deg);
         -o-transform-origin:  top left;
          position:relative;
         top:20px;
      }

/*
 * ============================================================================
 * Facility Information
 * ============================================================================
 */

.missing-data {
    color: red;
}

.pending-vpane-header {
    border-radius: 5px 5px 0px 0px;
    border-style: solid;
    background-color: yellow;
    border-width: thin !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pending-tr {
    background-color: #FFFF88 !important;
}

.pending-tr:hover {
    background-color: #FFFF00 !important;
    cursor: pointer;
}

.active-tr {
    background-color: #88FF88 !important;
}

.active-tr:hover {
    background-color: #00FF00 !important;
    cursor: pointer;
}

.expired-tr {
    background-color: #FF8888 !important;
}

.expired-tr:hover {
    background-color: #FF0000 !important;
    color: white;
    cursor: pointer;
}

.pending-bg {
    background-color: #FFFF88;
}

.active-bg {
    background-color: #88FF88;
}

.expired-bg {
    background-color: #FF8888;
}

/*
 * Popovers
 *
 * b/ackground-color: #005566;
 * c/olor: white;
 */
 
.popover-large {
	max-width: 1000px;
	width: 10000px;
} 

/*
 * Scroll Bars
 */
.customScrollBar::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
.customScrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.customScrollBar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.customScrollBar::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.hideTheScrolls {
	position:absolute;
	overflow-x:hidden;
	overflow-y:hidden;
	top:0;
	right:0;
	bottom:5px;
	left:-2px
}

.scrollVertical {
	position:absolute;
	overflow-x:hidden;
	overflow-y:auto;
	top:0;
	right:18px;
	bottom:5px;
	left:-2px
}
.scrollVertical::-webkit-scrollbar-track
.scrollVertical::-webkit-scrollbar-button {
	background-color:#f3f3f3
}
.scrollVertical::-webkit-scrollbar-thumb:hover {
	border-radius:9px;
	border:solid 6px #f3f3f3;
	background-color:#98a3a6
}
.scrollVertical::-webkit-scrollbar-thumb {
	border-radius:9px;
	border:solid 6px #f3f3f3;
	background-color:#c8c8c8
}

.scrollBoth {
	position:absolute;
	overflow-x:auto;
	overflow-y:auto;
	top:0;
	right:0;
	bottom:5px;
	left:-2px
}
.scrollBoth::-webkit-scrollbar-track
.scrollBoth::-webkit-scrollbar-button {
	background-color:#f3f3f3
}
.scrollBoth::-webkit-scrollbar-thumb:hover {
	border-radius:9px;
	border:solid 6px #f3f3f3;
	background-color:#98a3a6
}
.scrollBoth::-webkit-scrollbar-thumb {
	border-radius:9px;
	border:solid 6px #f3f3f3;
	background-color:#c8c8c8
}

@media screen and (max-width: 900px) {
	#navbarMenu {
		display: none
	}
	
	#navButton {
/* 		display: show */
	}
}

@media screen and (min-width: 901px) {
	#navbarMenu {
/* 		display: show */
	}
	
	#navButton {
		display: none
	}
}

.vResize {
	/* z-index: 1000; */
	cursor: col-resize!important;
}

.template {
	position:absolute;
	overflow-x:hidden;
	overflow-y:hidden;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:100%;
	width:100%;
}

.oepa-css-1 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:100%;
	width:100%;
}

.oepa-css-2 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:50px;
	width:auto;
}

.oepa-css-3 {
	overflow: hidden;
	position:absolute;
	top:50px;
	right:0px;
	bottom:0px;
	left:0px;
	height:auto;
	width:auto;
}

.oepa-css-4 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:50px;
	width:auto;
	white-space:nowrap;
}

.oepa-css-5 {
	overflow-x:auto;
	overflow-y:hidden;
	position:absolute;
	top:50px;
	right:0px;
	bottom:0px;
	left:0px;
	height:115px;
	width:auto;
}

.oepa-css-6 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:auto;
	width:300px;
}

.oepa-css-7 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:300px;
	height:auto;
	width:150px;
}

.oepa-css-8 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:450px;
	height:auto;
	width:200px;
}

.oepa-css-9 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:650px;
	height:auto;
	width:150px;
}

.oepa-css-9a {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:850px;
	height:auto;
	width:400px;
}

.oepa-css-10 {
	position:absolute;
	top:165px;
	right:auto;
	bottom:0px;
	left:0px;
	height:20px;
	-width:300px;
}

.oepa-css-11 {
	position:absolute;
	top:0px;
	right:auto;
	bottom:0px;
	left:300px;
	height:auto;
	width:4px;
}

.oepa-css-12 {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	height:64px;
	width:100%;
}

.oepa-css-13 {
	position:absolute;
	top:64px;
	right:0px;
	bottom:70px;
	left:0px;
	width:100%;
}

.oepa-css-14 {
	position:absolute;
	right:0px;
	bottom:0px;
	left:0px;
	height:70px;
	width:100%;
}

.oepa-css-15 {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:56px;
	width:auto;
	white-space:nowrap;
}

.oepa-css-16 {
	overflow-x:auto;
	overflow-y:hidden;
	position:absolute;
	top:56px;
	right:0px;
	bottom:0px;
	left:0px;
	height:20px;
	width:auto;
}

.oepa-css-17 {
	overflow-x:auto;
	overflow-y:hidden;
	position:absolute;
	top:56px;
	right:0px;
	bottom:0px;
	left:0px;
	height:20px;
	width:auto;
}

.oepa-css-18 {
	overflow-x:auto;
	overflow-y:hidden;
	position:absolute;
	top:56px;
	right:0px;
	bottom:0px;
	left:0px;
	height:20px;
	width:auto;
}

.oepa-css-19-app {
	border-top: 1px solid #e5e3e3;
	position:absolute;
	top:30px;
	bottom:80px;
	width:100%;
}

.oepa-css-19-dash {
	border-top: 1px solid #e5e3e3;
	position:absolute;
	top:30px;
	bottom:0px;
	width:100%;
}

.oepa-css-20 {
	border-top: 1px solid #e5e3e3;
	overflow-x:hidden;
	overflow-y:hidden;
	position:absolute;
	bottom:0px;
	height:80px;
	width:100%;
	padding-right: 20px;
}

/* #permitInfoHeader {
	position:absolute;
	overflow-x:auto;
	overflow-y:hidden;
	top:0;
	right:0;
	bottom:5px;
	left:-2px
} */

.workflow-1 {
	position: absolute;
	top: 185px;
	right: auto;
	bottom: 0px;
	left: 0px;
	height: auto;
	width: 300px;
}

.workflow-2 {
	display: none;
}

.document-1 {
	position: absolute;
	top: 185px;
	right: 0px;
	bottom: 0px;
	left: 300px;
	height: auto;
	width: auto;
}

.document-2 {
	position: absolute;
	top: 185px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: auto;
	width: auto;
}

.settings-menu-1 {
	position: absolute;
	top: 76px;
	right: auto;
	bottom: 0px;
	left: 0px;
	height: auto;
	width: 170px;
}

.settings-menu-2 {
	display: none;
}

.settings-screen-1 {
	position: absolute;
	top: 76px;
	right: 0px;
	bottom: 0px;
	left: 170px;
	height: auto;
	width: auto;
}

.settings-screen-2 {
	position: absolute;
	top: 76px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: auto;
	width: auto;
}