﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width:100%;
}


/* Karlotta added the stuff between these lines*/
html, form, body {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.pgcontainer  {
    width: 98%;
    height:auto;
    margin: 0 auto;
    clear: both;
    overflow: auto;
    border-top: 1px solid #ccc;
}

.containershadow {
    box-shadow: 4px 4px 10px #444;
}

.headerLayout {
    clear: both;
    padding-top: 5px;
    width: 100%;
}

.headerContainerLeftLayout {
    margin-left: 5px;
}

.headerContainerRightLayout {
    float: right;
    margin-right: 5px;
}

.headerContainerRightInlineLayout {
    text-align: right;
}

.round {
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px;
}

.apptitle {
    font-size: 18px;
    font-family: Serifa-Reg, Cambria, Georgia, serif;
    text-shadow: 1px 2px 3px rgba(56,119,167,0.40);
    margin: 0;
    padding: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-left: 6px;
}

.h1, .h2, .h3, h1, h2, h3, h5 {
    margin-top: 0 !important;
}

.viewtitle {
    font-family: Serifa-Reg, Cambria, Georgia, serif;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0 solid transparent !important;
}

.navbar-inverse {
    background-color: #3D7AA9;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #9d9d9d;
}

.btn-med {
    background-image: linear-gradient(#ccc,#ffffff);
    border-radius: 3px;
    border: 0.5px groove #ccc;
    color: #000000;
    height: 22px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

footer p {
    width: 98%;
    margin: 5px auto 0 auto;
}

.Gradient_Black {
    background-image: linear-gradient(#fff, #000);
}

/*--- login styles ---*/
.password {
    margin-top: 10px;
}

.username [type="text"], .password [type="password"] {
    height: 32px;
}

label {
    margin: 5px 0 5px 0;
    display: inline-block;
    max-width: 100%;
    /*font-weight: bold;*/
    font-weight:normal !important;
}

.login {
    border: 1px solid #a1a1a1;
    margin-top: 30px;
    padding: 50px 0;
}

.login-logo {
    margin-top: 100px;
}

.login-logo h1 {
    font-size: 1.2em;
    color: black;
    margin: 20px 0 0 0;
    letter-spacing: .03em;
    font-weight: 700;
}

#logo {
    max-width: 520px;
    width: 100%;
    padding-left: 10px;
}

.body-content {
    padding-left: 0;
    padding-right: 0;
    margin-top:0;
}

.row {
    margin-top: 0;
    margin-bottom: 15px;
}

/*css styles used by the Physical - create.cshtml and edit.cshtml*/
.mycontrol-label {
    color: black;
    font-size: 13pt;
    font-family: Serifa-Reg, Cambria, Georgia, serif;
    font-weight: normal;
}


.control-label {
    color: black;
    font-family: "Courier New", "Times New Roman",Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
}

.control-label-center {
    color: black;
    font-size: 13pt;
    font-family: Serifa-Reg, Cambria, Georgia, serif;
    font-weight: normal;
    text-align: center;
}

.control-label-left {
    color: black;
    font-size: 13pt;
    font-family: Serifa-Reg, Cambria, Georgia, serif;
    margin-left: 0;
    margin-right: 5px;
    text-align: left;
}

.control-label-right {
    color: black;
    font-family: "Courier New", "Times New Roman",Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    margin-right: 5px;
    text-align: right;
}

.center {
    text-align: center;
}

th {
    text-align: left;
    font-family: Cambria;
    font-weight: normal;
}

.tablecontainer {
    overflow-y: auto;
    max-height:620px;
    max-width: 100%;
    overflow-x: auto;
}

tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}

thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background-color: #3D7AA9;
    color:white;
}

thead th:first-child {
    left: 0;
    z-index: 1;
}

 thead th a {
    color: white;
 }

.mywidth-sm {
    max-width: 20%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mywidth-md {
    max-width: 45%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.width-100 {
    max-width: 100%;
}

tr.selected td {
    background-color: #333;
    color: #fff;
}


/* For Modal pop ups label alignment*/
.modal-body .col-md-2 {
    width: 33% !important;
}

.btn-success, .btn-primary, .btn-default {
    min-width: 100px;
}

/*Fiscal and Calendar Property Form CSS*/

#propertyTitle, #schBTitle {
    font-size: 12px;
    text-align: center;

}

.scheduletext {
    font-size: inherit;
    font-family: inherit;
}

.admtext {
    font-size: inherit;
    font-family: inherit;
    font-weight: bolder;
}

#scheduleA, #scheduleB {
    font-family:'Times New Roman', Times, serif;
    margin-left: 6px;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 0;
}

/*color for thead th */
#scheduleATable thead th, #scheduleATable thead th.locked,
#scheduleBTable thead th, #scheduleBTable thead th.locked {
    background-color: papayawhip;
    font-size: 9pt;
    font-weight: normal;
    text-align: center;
    border-right: solid 1px slategray;
    border-bottom: solid 1px slategray;
    border-left: solid 1px slategray;
    border-top: solid 1px slategray;
    padding: 0;
}

/*css for locking scheduleA and scheduleB*/
#scheduleATable thead tr th,
#scheduleBTable thead tr th {
    position: sticky;
    top: 0;
    z-index: 1;
}

#scheduleATable td.locked:first-child,
#scheduleBTable td.locked:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

/*css td lock Column color*/
#scheduleATable td.locked, #scheduleATable thead th.locked,
#scheduleBTable td.locked, #scheduleBTable thead th.locked {
    font-size: 9pt;
    background-color: papayawhip;
    position: relative;
    z-index: 10;
}

/*grid columns*/
#scheduleATable td,
#scheduleBTable td {
    font-size: 9pt;
    text-align: left;
    border-right: solid 1px slategray;
    border-bottom: solid 1px slategray;
    border-left: solid 1px slategray;
    border-top: solid 1px slategray;
    padding-left: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: inherit;
}

#scheduleATable th, #scheduleBTable th {
    color: black;
}

/*fixing the input boxes to 8pt*/
#scheduleA input, #scheduleB input {
    font-family: times;
    font-size: 8pt;
    color: #000000;
}
/*making the labels normal from bold*/
#scheduleA label, #scheduleB label {
    font-weight: normal;
}

.mathcontainer {
    background-color: transparent;
    color: navy;
    font-size:8pt;
    font-weight:bolder;
    padding-right: 5px;
    text-align: right;
}

.fiscal-container {
    padding:0;
    padding-right: 5px;
    margin-top: 15px;
    width:100%;
}

ul li {
    font-size: 18px;
}

/*for footer*/
.topJustify {
    font-size: 10pt;
    text-align: justify;
    vertical-align: top;
    font-family: Courier New, Courier, monospace;
}

.topRight {
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
}

.alignLeft {
    text-align: left;
    padding-left: 2px;
}

.myTable {
    width: 100%;
    overflow: auto;
    border: 4px;
}

.required:before {
    content: "*";
    font-weight: bold;
    color: red;
}

.form-control {
    height: 25px;
    font-size: 16px;
}

input[type=text], select, input[type=password] {
    padding: 0 5px !important;
}

input[type=text],[class=number] {
    padding: 0 0 0 2px !important;
    border-width: 1px;
}

input[type=text], [class=currency] {
    padding: 0 0 0 2px !important;
    border-width: 1px;
}

input[type=text], [class=ResultsField] {
    padding: 0 0 0 2px !important;
    border-width: 1px;
}

.table tbody tr {
    padding: 1px;
}

.label {
    font-weight: normal;
}

labelbreak {
    white-space: pre-wrap;
}

/** this is for year end system active balance year**/
.txtRead {
    font-family: serif;
    font-size: 10pt;
    border: none;
    color: #808080;
    background-color: transparent;
}

@media {
    .mywidth-sm, .mywidth-md {
        max-width: 100%;
    }

}

.ResultFields {
    background-color: transparent;
    border: 0;
    font-weight: bold;
    color: #808080;
}

/* need to line up the numbers better w/ the currency  and currency needs room for the $ */
.number {
    max-width: 95%;
}
.currency {
    max-width:85%;
}

/* missing validation css */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* end: missing validation css */

 .table > tbody > tr > th,
 .table > tbody > tr > td {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.table > thead > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}

.test-enviro {
    color: red !important;
}

.nav > li > a {
    padding: 10px 15px;
}

.tablesorter-headerDesc > .tablesorter-header-inner {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tablesorter-headerAsc > .tablesorter-header-inner {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tablesorter-headerAsc > .tablesorter-header-inner::after {
    content: " \e253";
    font-family: 'Glyphicons Halflings';
}

.tablesorter-headerDesc > .tablesorter-header-inner:after {
    content: " \e252";
    font-family: 'Glyphicons Halflings';
}

.selected-nav {
    color: #9d9d9d !important;
}