﻿
/* FONTS */
@font-face {
  font-family: "PT Serif Caption";
  font-style: normal;
  font-weight: 400;
  src: local("Cambria"), local("PT Serif Caption"), local("PTSerif-Caption"), url('../fonts/PT-Serif-Caption.woff'), url(https://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
}
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: 300;
  src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url('../fonts/Open-Sans-Light.woff'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url('../fonts/Open-Sans.woff'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Segoe UI Bold"), local("Open Sans Bold"), local("OpenSans-Bold"), url('../fonts/Open-Sans-Bold.woff'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}


/* All custom css added here*/
body { font-size: 0.735rem; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.body1 { background: #ebebeb url('../images/BG-Noise-EBEBEB.png') repeat left top; }
.body2 { background: #c9c9c9;}
a:hover {
  color: #114968;
  text-decoration: underline;
}

h4 { font: 500 1.325rem/1.1 "Segoe UI", "Open Sans", serif; }
input::-webkit-input-placeholder { color: #bbbbbb; font-size: 95% }
input:-moz-placeholder { color: #bbbbbb; font-size: 95% }
input::-moz-placeholder { color: #bbbbbb; font-size: 95% }
input[type=text]:-ms-input-placeholder { color: #bbbbbb; font-size: 95% }
.padding5 { padding: 5px 10px}
.margin-top5 { margin-top: 5px; }
.margin-top10 { margin-top: 10px; }
.text-secondary { font-size: 0.78rem; }
.text-underline {text-decoration: underline;}
.mif-text { font-size: 0.85rem; padding: 0 0 3px 7px; }
.mif-text.left { padding: 0 7px 3px 0; }
.small-button { height: 1.6rem; font-size: 0.65rem; line-height: 1.5rem; }
.small-button .mif-text { font-size: 0.65rem; padding: 0 0 5px 7px }
.button.cancel { background: #555555; color: #ffffff; border-color: #555555; }
.button.cancel:active { background: #333333; color: #ffffff; }
.button.success:disabled, .button.danger:disabled, .button.primary:disabled { background-color: #eaeaea; color: #bebebe; cursor: not-allowed; border-color: transparent;}
.info { color: #0072c6 }
.info:hover { color: #0050ef }
.div {
  width: 100%;
  display: block;
  margin: 0;
  padding:0;
  clear: both;
  position: relative;
}

#welcome {
    margin: 0 auto 45px; 
    padding-left: 225px;
    height: 160px; 
    background: transparent url('../images/OHASIS-LOGO-160x160.png') no-repeat left top;
    position: relative;
}

.cell.label { padding: 12px 7px 12px 0; }
.cell.label2 { padding: 8px 7px 8px 0; }


input[readonly], select[readonly], textarea[readonly],
.input-control input:disabled, .input-control textarea:disabled, .input-control select:disabled {
  cursor: not-allowed;
  background-color: #EBEBE4;
}

.input-file-wrapper {
    background-color: #fff !important;
}

input.required, select.required, textarea.required { 
    border: 1px solid transparent; 
}
.select.input-control select { 
    padding-right: 0 ; padding-bottom: 0; padding-top: 0;
}
.input-control input, .input-control textarea, .input-control select { 
    color: #333333; 
    border: 1px solid #d9d9d9;
}

.input-control input.date-field { 
    width: calc(100% - 1.6rem)
}
.input-control { 
    min-height: 1.6rem; 
    height: 1.6rem; 
    margin-bottom: 15px;
    min-width: 5rem
}
.input-control.modern {
    width: 80%;
}
.input-control.modern input {
    font-size: 14px;
}
.input-control textarea.mid-height {
    min-height: 4rem;
}
.input-control textarea.lg-height {
    min-height: 8.5rem;
}
.checkbox.input-control, .radio.input-control {
    line-height: 1rem;
    margin-bottom: 15px;
}

input.hidden-field {margin:0; padding:0; color: #ffffff; background: #ffffff; border: none; box-shadow: none; width: 1px}
span.span-control { 
    display: inline-block;
    vertical-align: middle;
    margin: .325rem 0 15px;
    width: 100%;
    color: #333333; 
    border: 1px solid #d9d9d9;
    padding: 5px 7px;
    min-height: 1.6rem; 
    line-height: 1;
}

#divModuleRights .input-control { margin: 0px; }
#divModuleRights .input-control.checkbox { line-height: 0px; }
.main-container { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px }
.app-bar { background-color: #000000; height: 2.525rem; }
.app-bar.main-app-bar { background-image: url('../images/OHASIS-Logo-107x30.png'); background-position: center; background-repeat: no-repeat; }
.app-bar .app-bar-element { line-height: 2.3rem; height: 2.525rem; font-size: 0.9rem; }
.app-bar .app-bar-element:hover,
.app-bar .app-bar-element:active { background-color: #ff4b00; }
.app-bar .app-bar-divider { line-height: 2.525rem; height: 2.525rem; background-color: #555555; }
.app-bar .app-bar-drop-container,
.app-bar .app-bar-drop-container:before { border-color: #000000; }
.app-bar .app-bar-drop-container:before { margin: -9px 0; }
.app-bar.footer-app-bar { height: 1.75rem; text-align: center; padding-top: 9px; font-size: 80%; border-radius: 10px}
.bg-noisyGray { background: #ebebeb url('../images/BG-Noise-EBEBEB.png') repeat left top !important;}
.bg-primary { background: #2086bf !important }
.bg-ohasis { background: #445d7d !important; }
.bg-metro-blue {background: #0072c6 !important;}
.fg-metro-blue {color: #0072c6 !important;}
.bg-grayLightMid { background: #dddddd !important;}

.ohasis-tile { position: relative; box-shadow: inset 0 0 1px #FFFFCC; cursor: pointer; color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ohasis-tile.small {height: 70px;}
.ohasis-tile.lg {height: 258px;}
.ohasis-tile .icon { position: absolute; top:calc(50% - 24px); left: 10%; height: 48px; width: 48px; font-size: 48px; }
.ohasis-tile .title { position: absolute; left: 35%; top: calc(50% - 10px); font-size: 16px;  }
.ohasis-tile:hover { outline: #999999 solid 2px; }
.ohasis-tile:active { outline: 0; }

.icon-live { background: transparent url('../images/ICO-Live-96x96.png') no-repeat left top !important; }
.icon-firstAid { background: transparent url('../images/ICO-FirstAidBox-48x48.png') no-repeat left top !important; }
.icon-live2 { background: transparent url('../images/ICO-Live-32x32.png') no-repeat left top !important; }
.icon-practice { background: transparent url('../images/ICO-Practice-48x48.png') no-repeat left top !important; }
.icon-practice2 { background: transparent url('../images/ICO-Practice-32x32.png') no-repeat left top !important; }
.icon-tb-screening { background: transparent url('../images/ICO-Tb-Screening-48x48.png') no-repeat left top !important; }
.icon-tb-screening2 { background: transparent url('../images/ICO-Tb-Screening-32x32.png') no-repeat left top !important; }
.icon-survey-admin { background: transparent url('../images/ICO-Survey-Admin-48x48.png') no-repeat left top !important; }
.icon-help { background: transparent url('../images/ICO-Help-48x48.png') no-repeat left top !important; }
.icon-help2 { background: transparent url('../images/ICO-Help-32x32.png') no-repeat left top !important; }
.icon-incident-report { background: transparent url('../images/ICO-Bandage-48x48.png') no-repeat left top !important; }
.icon-incident-report2 { background: transparent url('../images/ICO-Bandage-32x32.png') no-repeat left top !important; }
.add-icon {color: #60a917 !important; position: absolute; bottom:2px; left: 2px; font-size: 10px; width: 10px; height: 10px; font-style: normal; font-weight: 700;}
.full-label {width: 150px;}
.border-rounded { border-radius: 10px }
.form-actions {padding-top: 20px; text-align: center}
.back-to-top {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 2em;
    right: 2em;
    width: 48px;
    height: 48px;
    font-size: 32px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
    filter: alpha(opacity=70); /* IE 5-7 */
    opacity: 0.7; /* Modern Browsers */
    cursor: pointer;
}
.back-to-top:hover {    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
label.error, label.errors, .text.input-control > label.error { color: #ce352c; margin-left: 5px; font-size: 0.73rem !important;}

.preloader-metro.dark-style > .circle { background-color: #135d95; z-index: 1000}
.dialog {min-width: 400px; padding: 20px; /*box-shadow: 0px 2px 4px rgba(0,0,0,0.35);*/ border: 1px solid #aaa}
.dialog div.inform { min-width: 300px; }
.dialog h1 { font-size: 0.9rem; padding-bottom: 15px !important; margin-top: 0px !important; text-decoration: underline }
.dialog p { padding: 0; line-height: 1.1rem}
.dialog-overlay { cursor: not-allowed; /*background-color: #000; */opacity: 0.3; background: #000000 url(../content/images/ui-bg_diagonals-40x40.png) repeat top left}

.notify .notify-title {font-size: 0.8rem}
.notify .notify-text {font-size: 0.7rem}

.margin-top20 {margin-top: 20px}
.margin-top30 {margin-top: 30px}


pre, code {color: black}
.hint { background-color: #647687 !important; color: #ffffff !important; z-index: 9999 !important}
.hint .hint-title, .hint2 .hint-title {
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 7px
}
.button-module-menu {
    padding: 10px 10px 10px 15px;
    height: 50px;
    width: /*285px*/100%;
    vertical-align: middle;
    border: 1px #d9d9d9 solid;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 0.76rem;
    line-height: 1;
    margin: 0px 0 10px;
    position: relative;
    color: #fff;
}
.button-module-menu.lg {
    height: 60px;
    font-size: 0.8rem;
}
.button-module-menu:hover, .button-module:hover {
  border-color: #787878;
}
.button-module-menu:active, .button-module:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}
.button-module-menu:focus, .button-module:focus {
  outline: 0;
}
.button-module-menu .icon, .button-module-menu .text {
    position: absolute;
    top: 50%;
}
.button-module-menu .icon {
    left: 20px;
    margin-top: -16px;  
    width: 32px;
}
.button-module-menu .text {
    left: 70px;
    margin-top: -9px;
    text-align: left;
    display: inline-block;
}
.button-module-menu:last-child {margin-bottom: 0;}
.module-screens-holder
{
    min-height: 530px; 
    background:transparent url('../images/BG-Home-Menu.png') no-repeat center center;
    position: relative;
}

.module-screens-holder.extend
{
    min-height: 590px; 
    background-color:#e2eaf1;
}

.module-screens {margin: 0; padding: 0}
.module-screen { display: none; margin: 0; padding: 20px; background: #ffffff; min-height: 540px;}
.module-screen.extend { min-height: 590px;}
.module-screen h4, .module-screen h5, .module-screen h6 {margin: 0; border-bottom: 1px solid #d9d9d9; padding-bottom: 5px;}
.module-screen h4 {font-size: 1rem}
.module-screen h4.has-icons, .module-screen h5.has-icons {padding-bottom: 20px;}
.module-screen h6 {font-size: 0.8rem}
.module-screen .mini-header {margin-top: 10px;}
.module-menu
{
    height: 540px;
    padding: 10px 0 0;
    position:relative;
    text-align: center;
}
.module-menu h2 { margin: 0 0 20px; font-size: 1.7rem }
.button-module
{
    position:relative;
    cursor: pointer;
    display: inline-block; 
    margin: 10px;
    border: 1px #d9d9d9 solid; 
    width: 300px; 
    height: 200px;
}
.button-module-report {
    background-image: url('../Images/ICO-PowerBi-32x32.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 300px;
    height: 200px;
}
.button-module-report-alt
{
    position:relative;
    cursor: pointer;
    display: inline-block;
    width: 225px;
    height: 135px;
    margin: 0 10px 20px;
}
.button-module div.icon {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -64px;
    background: brown;
    width: 128px;
    height: 128px;
}
.button-module div.title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 150px;
    font-size: 22px;
    padding: 0 20px 0 10px;
}
.dataTables_info {background-color: transparent}
.dataTables_info, .dataTables_paginate .paginate_button, dataTables_length, dataTables_length select, dataTables_filter, dataTables_filter input {font-size: 0.7rem}
.dataTables_info, .dataTables_paginate .paginate_button {margin-top: 3px}
.dataTables_filter {margin-bottom: 20px;}
.dataTable.hovered tbody tr:hover { cursor: pointer; }
.dataTable thead th, .dataTable thead td { font-weight: 500; font-size: 105%}
.dataTable-holder { padding: 5px 10px 40px }
.toolbar-section:before {background-color: #fff}

.ui-datepicker-calendar th {font-weight: normal}
.ui-datepicker-trigger {width: 1.6rem; height: 1.6rem; text-align: center; background: #eeeeee; border: 1px solid #d9d9d9; border-left: none}
.toolbar .toolbar-button img { height: 20px; width: 20px }
.toolbar .toolbar-button { height: 1.8rem; width: 1.8rem; min-width: 1.5rem; }

.mygif {background-image: url('data:image/gif;base64,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');
  background-position: 0px 0px; width: 16px; height: 16px}

ul.fancytree-container {padding: 0;}
/*
#homeModuleANA { background-image: url('../images/BG-Home-Menu-ANA.png')}
#homeModuleACL {background-image: url('../images/BG-Home-Menu-ACL.png')}
#homeModuleHSC {background-image: url('../images/BG-Home-Menu-HSC.png')}
#homeModuleICM {background-image: url('../images/BG-Home-Menu-ICM.png')}
#homeModuleIRI {background-image: url('../images/BG-Home-Menu-IRI.png')}
#homeModuleWFH {background-image: url('../images/BG-Home-Menu-WFH.png')}
#homeModuleReportsWFH {background-image: url('../images/BG-Home-Menu-WFH-Reports.png')}
#workforceModuleScreensHolder {background:transparent url('../images/BG-WFH.png') no-repeat right top}
#homeModuleWMM {background-image: url('../images/BG-Home-Menu-WMM.png')}
#homeModuleWPA {background-image: url('../images/BG-Home-Menu-WPA.png')}
#homeModuleOHS {background-image: url('../images/BG-Home-Menu-OHS.png')}
*/

#btnHomeModuleACL {
    background: #78aa1c url('../images/BTN-Module-ACL.png') no-repeat center center;
}

#btnHomeModuleFindACL {
    background: #78aa1c url('../images/BTN-Module-Find-ACL.png') no-repeat center center;
}

#btnHomeModuleEQP {
    background: #bf5a15 url('../images/BTN-Module-EQP.png') no-repeat center center;
}

#btnHomeModuleIRI {
    background: #6d8764 url('../images/BTN-Module-IRI.png') no-repeat center center;
}

#btnHomeModuleFindIRI {
    background: #6d8764 url('../images/BTN-Module-Find-IRI.png') no-repeat center center;
}

#btnHomeModuleListIRI {
    background: #6d8764 url('../images/BTN-Module-List-IRI.png') no-repeat center center;
}

#btnHomeModuleFindIIM {
    background: #647687 url('../images/BTN-Module-Find-IIM.png') no-repeat center center;
}

#btnHomeModuleIIM {
    background: #647687 url('../images/BTN-Module-IIM.png') no-repeat center center;
}

#btnHomeModuleSIC {
    background: #004050 url('../images/BTN-Module-SIC.png') no-repeat center center;
}

#btnHomeModuleFindSIC {
    background: #004050 url('../images/BTN-Module-Find-SIC.png') no-repeat center center;
}

#btnHomeModuleWFH {
    background: #00356a url('../images/BTN-Module-WFH.png') no-repeat center center;
}

#btnHomeModuleWMM {
    background: #a20025 url('../images/BTN-Module-WMM.png') no-repeat center center;
}

#btnHomeModuleFindWMM {
    background: #a20025 url('../images/BTN-Module-Find-WMM.png') no-repeat center center;
}

#btnHomeModuleWPA {
    background: #76608a url('../images/BTN-Module-WPA.png') no-repeat center center;
}

#btnHomeModuleFindWPA {
    background: #76608a url('../images/BTN-Module-Find-WPA.png') no-repeat center center;
}

#btnHomeModuleANA {
    background: #555555 url('../images/BTN-Module-ANA.png') no-repeat center center;
}

#btnHomeModuleReportsAltWFH
{
    background: #00356a url('../images/BTN-Reports-WFH.png') no-repeat center center;
}

#btnHomeModuleReportsHIV
{
    background: #00356a url('../images/BTN-Reports-HIV.png') no-repeat center center;
}

#btnHomeModuleReportsTUB
{
    background: #00356a url('../images/BTN-Reports-TUB.png') no-repeat center center;
}

#btnHomeModuleReportsWFHVC
{
    background: #00356a url('../images/BTN-Reports-WFHVC.png') no-repeat center center;
}

#btnHomeModuleReportsWFHIM
{
    background: #00356a url('../images/BTN-Reports-WFHIM.png') no-repeat center center;
}

#btnHomeModuleReportsWFHOQ
{
    background: #00356a url('../images/BTN-Reports-WFHOQ.png') no-repeat center center;
}

#btnHomeModuleReportsWFHED
{
    background: #00356a url('../images/BTN-Reports-WFHED.png') no-repeat center center;
}

#btnHomeModuleReportsWFHFC
{
    background: #00356a url('../images/BTN-Reports-WFHFC.png') no-repeat center center;
}

#btnHomeModuleReportsWFHFD
{
    background: #00356a url('../images/BTN-Reports-WFHFD.png') no-repeat center center;
}

.toolbar .default.toolbar-button {
    background: #0072c6;
    color: #ffffff;
    border-color: #0072c6;
}

.toolbar .default.toolbar-button:active {
    background: #1b6eae;
    color: #ffffff;
}

.toolbar .default.toolbar-button:disabled, 
.toolbar .danger.toolbar-button:disabled, 
.toolbar .alert.toolbar-button:disabled, 
.toolbar .success.toolbar-button:disabled,
.toolbar .warning.toolbar-button:disabled {
    background-color: #eaeaea;
    color: #bebebe;
    cursor: not-allowed;
    border-color: transparent;
}

.module-menu-tab-holder {padding:0; margin:0}

.module-menu-tab-holder li
{
    position: relative;
    display: block;
    padding: 5px 0;
    vertical-align: bottom;
    margin-bottom: 7px;
    padding-left: 40px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.66rem;
}

.module-menu-tab-holder li:last-child {margin-bottom: 0px;}

.module-menu-tab-holder li img
{
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 8px);
    left: 14px;
    width: 16px;
    height: 16px;
}

.tab-active
{
    cursor: pointer;
    background-color: #95a5a6;
    color: #fff;
}

.tab-active img 
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    opacity: 1; /* Modern Browsers */
}

.tabActiveDark
{
    cursor: pointer;
    background-color: #d4d4d4;
}

.tab-active label/*, .tabActiveDark label*/
{
    cursor: pointer;
}

.tab-active:hover/*, .tabActiveDark:hover*/
{
    background-color: #7f8c8d;
}

.tab-inactive
{
    cursor: default;
    background-color: #bdc3c7;
    color: #2e2e2e;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    opacity: 0.5; /* Modern Browsers */
}

.tab-selected
{
    cursor: default;
    background-color: #fff;
    color: #000000;
    -moz-box-shadow: -1px 1px 0 0 #999;
	-webkit-box-shadow: -1px 1px 0 0 #999;
	box-shadow: -1px 1px 0 0 #999;
    z-index: 50;
    border-right: 1px solid #fff;       /* IE11 shows a border for some reason when the scrollbar is activated*/
}

.tab-selected-alt
{
    cursor: default;
    background-color: #eee;
    color: #000000;
    -moz-box-shadow: -1px 1px 0 0 #999;
	-webkit-box-shadow: -1px 1px 0 0 #999;
	box-shadow: -1px 1px 0 0 #999;
    z-index: 50;
    border-right: none !important;
}


.button.selected {background: #555555 !important; color: #ffffff !important;}
.sub-view-buttons-holder { margin: 20px 0 }
.sub-view-buttons:before,
.sub-view-buttons:after
{
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 10%;
}

.sub-view-buttons:after 
{
	background: rgb(126,126,126);
	background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0;
}

.sub-view-buttons:before 
{
	background: rgb(126,126,126);
	background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0;
}


div.lbl-div { padding: 10px 10px 0; margin:0}

/* Warnings */
.warnings {
    position: fixed;
	top: 0;
	left: 0;
	color: white;
	background: black;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	z-index: 999;
    font-size: 14px;
}

.grid.striped .row:nth-child(odd) {
  background: #eeeeee;
}

.grid.bordered { border: 1px solid #eeeeee}

.dialog.ui-draggable h1 { cursor: move}

.divSmy br { margin-bottom: 10px}





.file-upload .btn {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: .8rem;
	/*font-weight: 400;
	line-height: 1.42857143;*/
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/*border-radius: 4px;*/
}

.file-upload .primary {
	color: #fff;
	background-color: #1b6eae;
	border-color: #1b6eae;
}

.file-upload .fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.file-upload .fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}

/*Input*/
.file-upload .fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

.file-upload input[type="file"] {
	display: block;
}

.dashboard {
    padding: 10px;
    /*transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;*/
}

.dashboard:hover {
	/*transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-ms-transform:translateY(-5px)*/
}

.dashboard .graph {
    background-color: #ffffff;
    height: 350px;
    max-height: 350px !important;
    padding: 5px;
    box-shadow: 0px 3px 4px #ddd;
    position: relative;
}

.dashboard .preloader-square { margin-left: 10px }
.dashboard .preloader-holder { margin: auto; padding: 100px 0; width: 60px; text-align: center; line-height: 30px }

/*.highcharts-title { font-size: 0.8rem !important;}
.highcharts-subtitle { font-size: 0.6rem !important; margin: 0 !important; padding: 0 !important}
.highcharts-legend-item text { font-size: 0.6rem !important; }*/
.highcharts-drilldown-axis-label, 
.highcharts-legend-item text, 
.highcharts-drilldown-data-label text,
.highcharts-data-labels text { font-weight: normal !important; text-decoration: none !important }

.dashboard-button
{
    position:relative;
    cursor: pointer;
    display: inline-block; 
    width: 160px; 
    padding: 10px;
    margin-right: 1px;
    text-align: center
}

.dash-tab-active
{
    cursor: pointer;
    background-color: #95a5a6;
    color: #fff;
    font-size: 100% !important;
}

.dash-tab-active:hover
{
    background-color: #7f8c8d;
}

.dash-tab-selected
{
    /*padding: 20px 10px 10px;*/
    cursor: default;
    background-color: #ddd;
    color: #000;
    -moz-box-shadow: 0 -1px 0 0 #000;
	-webkit-box-shadow: 0 -1px 0 0 #000;
	box-shadow: 0 -1px 0 0 #000;
    z-index: 50;
    border-bottom: none !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

#maintenanceDialog {
    background: transparent url(../Images/BG-MaintenanceOhasis.jpg) no-repeat center center;
    width: 980px;
    height: 426px;
    position: relative;
}

#maintenanceDialog #content {
    position: absolute;
    bottom: 30px;
    left: 180px;
    width: 600px;
    padding: 10px;
    background: white;
    text-align: center;
    opacity: 0.925;
    border: 1px solid #999;
}

/* Survey Styling*/


.progress {
  /*! height: 20px; */
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/*-------------end progress bar -----------------*/

#survey input[type="radio"],
#survey input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: 2px
}

#survey input[type="radio"] {
  margin-left: 30px;
}

#survey input[type="checkbox"] 
{
  /*margin-left: 20px;*/
  margin-right: 10px; 
}

#survey select,
#survey textarea,
#survey input[type="text"],
#survey input[type="password"],
#survey input[type="email"],
#survey .uneditable-input {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  font-family: Verdana,Arial,sans-serif;
  height: 20px;
  padding: 2px 5px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  vertical-align: bottom;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  width: 100%;
}

#survey input[type="text"], #survey textarea {width: calc(100% - 12px);}

#survey input[type="text"].hasIcon { width: calc(100% - 42px) }

#survey textarea,
#survey input[type="text"],
#survey input[type="password"],
#survey input[type="email"],
#survey .uneditable-input {

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

#survey textarea {
    height: auto;
    /*font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #322115; */
}

#survey select {
  /*width: 220px;
  margin: 0;
  
  font-size: 12px;
  color: #322115;
  width: 100%;*/
  padding-right: 0;
}

#survey select,
#survey input[type="file"] {
  height: 26px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  /*margin-top: 4px;*/
  /* For IE7, add top margin to align select with labels */

  line-height: 26px;
}

#survey input[disabled],
#survey select[disabled],
#survey textarea[disabled],
#survey input[readonly],
#survey select[readonly],
#survey textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

#survey select:focus,
#survey textarea:focus,
#survey input[type="text"]:focus,
#survey input[type="password"]:focus,
#survey input[type="email"]:focus,
#survey .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#survey input[type="file"]:focus,
#survey input[type="radio"]:focus,
#survey input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#survey input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;}
#survey input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;}
#survey input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}


.numbering, .numbering-alt, .questions, .elements, .questions-alt { float: left;}
.numbering, .numbering-alt, .questions, .questions-alt { padding-top: 5px; padding-bottom: 5px}
.numbering, .numbering-alt {padding-left: 15px; width: calc(8% - 15px);}
.numbering-alt {text-align: right; padding-left: 0; padding-right: 15px}
.questions {width: 60%;} 
.questions-alt {width: calc(92% - 12px);} 
.elements {padding-right: 15px; width: calc(32% - 15px)}

.odd {background-color: #ecf0f1}
.even {background-color: #f9f9f9}


.ptn,
.pvn,
.pan {
  padding-top: 0;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px;
}
.pts,
.pvs,
.pas {
  padding-top: 5px;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px;
}
.prn,
.phn,
.pan {
  padding-right: 0;
}
.prx,
.phx,
.pax {
  padding-right: 3px;
}
.prs,
.phs,
.pas {
  padding-right: 5px;
}
.prm,
.phm,
.pam {
  padding-right: 10px;
}
.prl,
.phl,
.pal {
  padding-right: 20px;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px;
}
.pln,
.phn,
.pan {
  padding-left: 0;
}
.plx,
.phx,
.pax {
  padding-left: 3px;
}
.pls,
.phs,
.pas {
  padding-left: 5px;
}
.plm,
.phm,
.pam {
  padding-left: 10px;
}
.pll,
.phl,
.pal {
  padding-left: 20px;
}
.mtn,
.mvn,
.man {
  margin-top: 0px;
}
.mtx,
.mvx,
.max {
  margin-top: 3px;
}
.mts,
.mvs,
.mas {
  margin-top: 5px;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px;
}
.mrn,
.mhn,
.man {
  margin-right: 0px;
}
.mrx,
.mhx,
.max {
  margin-right: 3px;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px;
}
.mln,
.mhn,
.man {
  margin-left: 0px;
}
.mlx,
.mhx,
.max {
  margin-left: 3px;
}
.mls,
.mhs,
.mas {
  margin-left: 5px;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px;
}
.mll,
.mhl,
.mal {
  margin-left: 20px;
}
