﻿html {
    margin: 0;
    padding: 0;
    background-color: white;
}

body, select, input[type="date" i], textarea {
    /*display:none;*/
    /*background-color: white;*/
    color: #333;
    font-size: .85em !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*display: flex;*/
    border-radius: 0px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.returnTenant {
    float:left;
    padding: 0 1em .5em 1em;
    margin: 0;
    width: 40%;
}

.returnTenantLabel {
    width: 10em;
    background-color: #f3f3f3;
    display: block;
    float: left;
    clear: left;
    margin-bottom: .25em;
    padding: .25em;
}

.returnTenantValue {
    display: block;
    font-weight: bold;
    /*float: left;*/
    margin-bottom: .25em;
    padding: .25em;
}

.returnTenantDiv {
    float: left;
    clear: both;
    width: 100%;
}

.returnProperty {
    text-align: center;

}

.topRightDiv {
    position: absolute;
    float:right;
    width:320px;
    top: 1.6em;
    right: 1.5em;
    text-align: right;
    /*z-index: 0;*/
}

:focus {
    outline-style: none;
}

button.dt-button {
    border-radius: 0;
}

.comment {
    clear: left;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 10px;
}

.main {
    background-color: white;
    display:none;
    min-width: 240px;
    width:100%;
}

ul.tabs {
    border: 0;
}

.ui-tabs, .ui-tabs-panel {
    padding: 0em 0em 0em 0em !important;
    border-radius: 0px !important;
    margin: 0;
    border: 0;
}

.wijmo-wijexpander, .ui-expander-content-active, .ui-expander-content {
    /*padding: 0.3em 0.3em 0.3em 0.3em !important;*/
    padding: .2em !important;
    margin: 0.0em !important;
}

.ui-accordion, .ui-accordion-content  {
    /*top right bottom left*/
    /*padding: 0.5em 0.5em 0.5em 0.5em !important;*/
    padding: 0.2em !important;
    margin: 0.0em !important;
}

/*.topMenu {
    height: 36px;
    position: fixed;
    left: 0;
    top: 0;
}*/

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    background-color: white;
}

.logindiv {
    position: absolute;
    z-index: 100;
    width: 350px;
    right: 1em;
    top: 1em;
    /*display: none;*/
}


.loading img {
    max-width: 76%;
}
.body {
}

th {
}

td {
}

thead {
    /*display: table-header-group;*/
}

h1 {
    font-size: medium;
}

h2 {
    font-size:small;
}

h3 {
}

p {
}

label {
    text-align: left;
}
button {
    text-align: left;
}

textarea, input, select, a.dt-button, textarea:disabled {   
    /*width: 85%;*/
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #C2C2C2;*/
    border: 1px solid #91B364;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 3px;
    outline: none;
    color: inherit;
    background-color: white;

}

a.dt-button {
    padding: .4em 1em !important;
    background: #CFFF8F !important;
}

div.dt-buttons {
    margin: .2em .2em .4em .2em;
}

.dataTables_filter {
    margin: .2em .2em .2em .2em;
}

textarea:focus, select:focus, input:focus {
    border: 1px solid #A3B9D1;
}

textarea {
    vertical-align: top;
}

textarea:focus {
    /*height: 108px;*/
    height: 100%;
}

.template {
    display:none;
    background-color: white;
}

.imageThumbnail {
    height: auto;
    max-height: 100vh; /*100vh;*/
    max-width: 100%;  /*15vw;*/  /*100vw;*/
    /*overflow:hidden;*/ 
}
.buttonWide {
    width: 100%;
}

.landing {
    display:none;
    width: auto;
}

.statusArea {
    /*position:absolute;
    bottom:0;
    left:0;*/
    /*border-bottom: solid 4px #000;*/
    display: none;
    width: 90%;
    margin: 0 auto;
    height: 150px;
    background-color: white;
    clear: left;
}

.statusAreaLeft, .statusAreaCenter, .statusAreaRight {
    float:left;
    width: 33%;
    background-color: white;
}

.statusAreaLeft {
    text-align: left;
}

.statusAreaCenter {
    text-align: center;
}

.statusAreaLogo {
    max-width:100%;
    height: 90px;
}

.statusAreaRight {
    text-align: right;
}

.statusAreaFooter {
    clear: left;
    width: 100%;
    text-align: center;
    background-color:white;
}

.collapsible {
}

.collapsible-set {
}

.button {
}

.controlgroup {
}

.filePreview {
    height: auto;
    max-height: 100vh;
    max-width: 100%;
    overflow:hidden; 
}

.templateImageList {
    float: left;
    clear: both;
    margin-left: 2%;  /*.75em;*/
    margin-right: 2%; /*1.5em;*/
    margin-bottom: .5em;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid lightgray;
    padding: 5px;
    width: 96%;
    min-height: 1.5em;
}



.filePreviewPreview {
    visibility: hidden;
    height: 0;
    width: 0;

    /*height: auto;
    max-height: 100vh;
    max-width: 100%;*/
    overflow:hidden; 
}

.fileDeleteButton {
    cursor: pointer;
    float: right;
    margin-bottom: 4px;
    /*text-align: left;
    float: left;
    clear: left;*/
}

.textchatArea {
}

.input {
}

.inputInteger {
}

.inputSection {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.inputSectionBorderTop {
    border-top: dotted 1px lightgray;
    overflow:hidden;
}

.inputSectionBorderBottom {
    border-bottom: dotted 1px lightgray;
    overflow:hidden;
}

.inputSectionNew {
    float:left;
    clear:left;
    margin-top: 30px;
    width:100%;
}

.inputSectionRight {
    float: right;
    clear:both;
    text-align:right;
}

.reportInput {
    float:left;
    clear:both;
    margin-bottom: 10px;

    box-sizing:border-box;
    border-radius: 2px;
    border: 1px solid lightgray;
    padding: 5px;
    width: 100%;
    /*height: 150px;*/ 
}

.reportOutput {
    float:left;
    clear:both;
    margin-top:50px;
}

.reportFilter {
    text-align: right;
    font-size: small;
}

.reportTitle {
    text-align: right;
    font-size: large;
    font-weight: bold;
}

.reportRunDate {
    text-align: right;
}



/* as of December 2016*/

.ui-widget, .ui-helper-reset {
    font-size: .98em !important;
}

.ui-tabs .ui-tabs-panel .wijmo-wijexpander .ui-expander-content-active {
    /*padding-left: .5em !important;
    padding-right: .5em !important;
    margin: 0;*/
}

.ui-helper-reset {
    line-height: 1.25 !important;
}

.dataTables_length {
    display: inline-block;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: top;
    padding-top: 4px; /*8px;*/
    padding-right: 5px; /*10px;*/
    padding-bottom: 4px; /*8px;*/
    padding-left: 5px; /*10px;*/
}

table.dataTable thead th, table.dataTable thead td {
    padding-top: 5px; /*10px;*/
    padding-right: 18px;
    padding-bottom: 5px; /*10px;*/
    padding-left: 18px;
}

.dataTables_wrapper .ui-toolbar {
    padding-top: 4px; /*8px;*/
    padding-right: 8px;
    padding-bottom: 4px; /*8px;*/
    padding-left: 8px;
}

.activityIcon {
    height: 22px;
}

.templateField {
    clear: left;
    float: left;
    /*width: 96%;*/
    margin-left: 16px; /*.75em;*/
    margin-right: 16px; /*1.5em;*/
    width: -webkit-calc(100% - 32px);
    width:    -moz-calc(100% - 32px);
    width:         calc(100% - 32px);
    /*line-height: 1.25 !important;*/
    margin-bottom: .5em;
}

.templateLabel {
    clear: left;
    float: left;
    margin-left: 0;
}

.templateActionFirst {
    clear: left;
    float: right;
    margin-top: 1em;
    /*margin-left: 1em;*/
    margin-right: 16px;
    margin-bottom: 1em;
}

.templateAction {
    float: right;
    margin-top: 1em;
    /*margin-left: 1em;*/
    margin-right: 16px;
    margin-bottom: 1em;
}

.fixed {
    position: fixed !important;
}


.editPen {
    height: 10px;
}

/* as of December 2016*/




/*
.jqmGridBegin_v2 {
    width: 100%;
    border-collapse: collapse;
    border-color: #F2F2F2;
}

.jqmGridHeadTr_v2 {
    background-color: lightgray;
    color: #5e5e5e;
    font-size: medium;
    font-weight:bold;
    vertical-align: bottom;
    border: solid;
    border-width: 1px 0;
    border-color: #F2F2F2;
}

.jqmGridHeadTd_v2 {
    padding:0 0 0 0;
    padding-left: 5px;
}

.jqmGridBodyTr_v2 {
    vertical-align: top;
    border: solid;
    border-width: 1px 0;
    border-color: #F2F2F2;
}

.jqmGridBodyTd_v2 {
    padding:0 0 0 0;
    padding-left: 5px;
}

.jqmGridBodyTd_fixedHeight {
    overflow: hidden;
    height: 18px;
}

.jqmGridTotalTr_v2 {
    vertical-align: top;
    border: solid;
    border-width: 3px 0;
    border-color: #F2F2F2;
}

.jqmGridTotalTd_v2 {
    padding:0 0 0 0;
}

.jqmGridMoney_v2 {
    text-align: right;
}

.jqmGridInt_v2 {
    text-align: right;
}



*/
