﻿html,
body {
  height: 100%;
  background-color: white;
  font-size: 11pt;
}

input[type="text"], input[type="password"], textarea{
    color: #000;
}

footer {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
    background-color: rgb(47, 49, 51);
    color: #fff;
    padding-bottom: 5px;
    padding-top: 10px;
    height: 30px;
    z-index: 100;
}

#footerpadding{
   margin-bottom:200px;
   display:block;
}

/* begin place holder*/
::-webkit-input-placeholder {
   text-align: center;
    color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
    color: #666;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
    color: #666;
}

:-ms-input-placeholder {  
   text-align: center; 
    color: #666;
}
/* end place holder*/

.tiles-item{
    width: 32%;
    padding: 5px;
}

.form-group {
  margin-bottom: 5px;
}

#scroll { 
  height: 50px; 
  width: 120px; 
  position: fixed; 
  bottom: 30px; 
  right: 10px;
  z-index: 999;
}

#scroll a { 
  display: block; 
  background: #f00; 
  height: 40px; 
  width: 120px; 
  padding: 8px 16px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 17px; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
}

#scroll a:hover { 
  background: #06c; 
}

#dvLoading
{
   background:white url(images/loader.gif) no-repeat center center;
   height: 1000px;
   width: 100%;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
    display: none;
}

#banner {
    display: block;
    margin: 0 auto;
    width: 470px;
}

#bannerAlternate {
    display: none;
}

#banner > img {
    border: 0;
}

#logout{
   position: absolute;
   right: 30px;
   top: 0px;
   color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bannerContainer {
    position: relative;
    display: block;
    background-color: #033c73;
    border-color: #022f5a;
    min-height: 30px;
}



.button_anchor {
    /*Reset*/
    
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background:transparent;
    /*End reset*/
  color: #2fa4e7;
  text-decoration: none;
}

.button_anchor:hover,
.button_anchor:focus {
  color: #157ab5;
  text-decoration: underline;
}

.button_anchor:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
} 


.anchor-container {
    position:relative;
}

.anchor-container span {
    position:absolute; top:-150px;
}



/*Fixed menu, header, footer for smaller than md*/
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important; 
        margin-top: 0px;
    }

    .collapsing {
        overflow: hidden!important;
    }

    .navbar-fixed-top{
        position: relative;
    }
    
    footer {
       position: relative;
       width:100%;
    }

    #footerpadding, #banner,#searchSection {
        display: none;
    }

    #bannerAlternate {
        display: none;
    }
    #bannerContainer {
        margin-top: -20px;
    }
}

#contentContainer {
  background-color: rgb(255, 255, 255);
  border: 0;
  margin: 0;
  padding: 5px 0 0;
  min-height: 400px;
}


#searchbar{
}

#contentsection {
}

#linkssection {
    padding-bottom: 20px;
    padding-top: 20px;
}

.nowrap{
    white-space:nowrap;
}

.col-action{
    white-space:nowrap;
    width: 75px;

}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -80px;
  /* Pad bottom by footer height */
  padding: 0px 0 60px;
}

.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}

.helpicon {
    display: none;
}

/*
.inlineblock {
    display: inline-block !important;
    vertical-align: middle !important;
}

.helpicon {
  color: #ff6707;
  border: 0;
  font-size: 1.5em;
}
*/

.ui-tooltip {
    width: 300px;
    max-width: 400px;
}

.ui-widget-header {
    margin: 1em 0;
}

.default-search {
    /*width: 100px;*/
}

.wide-attachment-column {
    width: 200px;
}


.small {
  font-size: 90%;
}

.parties {
  font-size: 90%;
   color: #808080;
}

.parties a{
   text-decoration: underline;
}

.calendaricon {
  color: #033c73;
  line-height: 0.6;
  border: 0;
  background-color: rgb(255, 255, 255);
  padding-top: 5px;
  padding-left: 5px;
  font-size: 1.5em;
}

.nobreadcrumb {
   line-height: 2.5;
}

.red {
    color: #f00;
}

.green {
    color: green;
}

/*ui-tabs-panel ui-widget-content ui-corner-bottom*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.header-button {
    text-align:right;
    border-right: 1px solid #dddddd;
    float: right;
    padding-left: 10px;
    padding-right: 20px;
}
@media print {
    .red {
        color: #f00 !important;
    }

    .green {
        color: green !important;
    }
}

@keyframes delayVisibility {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

:focus {
    outline: 0;
}

a.info {
    position: relative;
    z-index: 24;
}

    a.info:hover, a.info:focus, a.info:active {
        z-index: 25;
    }

    a.info span {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden;
    }

    a.info:hover span, a.info:focus span, a.info:active span {
        display: block;
        position: absolute;
        top: 4em;
        left: 0em;
        width: 12em;
        border: 1px solid #0cf;
        background-color: #cff;
        color: #000;
        text-align: center
    }


a.infoBottomRight {
    position: relative;
    z-index: 24;
}

    a.infoBottomRight:hover, a.info:focus, a.info:active {
        z-index: 25;
    }

    a.infoBottomRight span {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden;
    }

    a.infoBottomRight:hover span, a.info:focus span, a.info:active span {
        display: block;
        position: absolute;
        top: -2em;
        left: -3em;
        width: 12em;
        border: 1px solid #0cf;
        background-color: #cff;
        color: #000;
        text-align: center
    }

a.infoBottomLeft {
    position: relative;
    z-index: 24;
}

    a.infoBottomLeft:hover, a.info:focus, a.info:active {
        z-index: 25;
    }

    a.infoBottomLeft span {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden;
    }

    a.infoBottomLeft:hover span, a.info:focus span, a.info:active span {
        display: block;
        position: absolute;
        top: -2em;
        left: 0em;
        width: 12em;
        border: 1px solid #0cf;
        background-color: #cff;
        color: #000;
        text-align: center
    }


a.infoTopRight {
    position: relative;
    z-index: 24;
}

    a.infoTopRight:hover, a.infoTopRight:focus, a.infoTopRight:active {
        z-index: 25;
    }

    a.infoTopRight span {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden;
    }

    a.infoTopRight:hover span, a.infoTopRight:focus span, a.infoTopRight:active span {
        display: block;
        position: absolute;
        top: 4em;
        left: -8em;
        width: 12em;
        border: 1px solid #0cf;
        background-color: #cff;
        color: #000;
        text-align: center
    }

    td a:focus{
        text-decoration: underline;
    }
[role="gridcell"]:focus,
[role="gridcell"] *:focus,
[role="grid"] [tabindex="0"]:focus, .valueText:focus {
    outline: #005a9c;
    outline-style: dotted;
    outline-width: 3px;
}

.dx-field-item-content.dx-field-item-content-location-right.dx-adaptive-item-text:focus {
    outline: #005a9c !important;
    outline-style: dotted !important;
    outline-width: 3px !important;
}
#arrow-keys-indicator {
    bottom: 10px;
    left: 0;
    position: fixed;
    height: 65px;
    width: 85px;
    background: url('../imgs/black_keys.png') no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1000px) {
    #arrow-keys-indicator {
        display: none;
    }
}

@media print {
    @page {
        size: letter landscape
    }
}

.dx-searchbox .dx-placeholder:before, .dx-searchbox .dx-texteditor-input {
    padding-left: 34px !important;
}

.dx-datagrid-text-content {
    color: #606060 !important;
    font-weight: bold !important;
}

.dx-datagrid .dx-link {
    color: blue !important;
    /* size: 14px !important; */
    font-weight: bold;
}

.dx-pager .dx-pages .dx-info {
    opacity: 1 !important;
}

.dx-datagrid-nodata {
    color: #606060 !important;
}

.dx-widget {
    font-size: 15px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    vertical-align: middle !important;
}

.selectDropdown
{
    height: 27px;
}

.container.footerBar {
    margin-top: -5px;
}

li.dropdown-item a {
    padding: 0.25rem 1.5rem;
    display: block;
}

.dropdown-item {
    padding: 0px !important;
}