/* Minification failed. Returning unminified contents.
(403,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */


#tabContainer {
  background-color: white;
  width: 1140px; 
}

/*
#viewContainer {
  margin-right: 0px;
}
*/

.floatingItemList
{
  position:absolute;
  right:2px;
  /*width:440px;*/
  float:right;
}

.floatingSearchCriteria
{
  position:absolute;
  max-width:500px;
  float:left;
  background: white;
  padding: 10px 5px 10px 5px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.needsEdit
{
  border:solid;
  border-width:1px;
  border-color:red;
}

.baseInput
{
  margin: 0px;
  padding: 0px;
}

.centeredSpan
{
  display:inline-block;
  text-align:center;
  width:100%;
  font-size:x-small;
  color: gray;
}

.table-outlined {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.hideme
{
  visibility:hidden;
}

.busyindicator
{
  z-index:1000;
  /*width:100%;
  height:100%;*/
  background-color:rgba(105,105,105,0.5) ;
  /*position:absolute;
  top:0;
  left:0;*/
  -webkit-border-radius: 4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.busyon
{
  display:normal
}

.busyoff
{
  display: none;
}

.nav
{
  margin-bottom: 0px !important;
}

.nav-tabs-image
{
  margin-bottom: 0px !important;
  border-bottom: 0px !important;
}

.border
{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: separate;
  
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;  
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab-content-border
{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: separate;
  
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;  
  -moz-border-radius-topright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
}

.tab-content-image
{
  min-height:240px;
  max-height:310px;
  height:310px;
  padding:4px;
}

.image
{
  /*max-height: 98%;
  max-width: 98%;*/
}

.image img[src=""]{display:none}

.image-div
{
  /*padding: 2px;*/
  text-align:center;
}

.image-div img[src=""]{display:none}

img
{
  max-height: 96%;
}

.status-item
{
  padding:4px;
  border:1px;
  border-style:solid;
  -webkit-border-radius: 4px;
  -moz-border-radisu: 4px;
  border-radius: 4px;
}

.rounded
{
  -webkit-border-radius: 4px;
  -moz-border-radisu: 4px;
  border-radius: 4px;
}

table th, table td
{
  padding:4px;
}

table th
{
  cursor: default
}

input[type="checkbox"]
{
  margin-top:0px !important;
}

.icon-rotate {
  -webkit-animation-name: rotateDef;
  -moz-animation-name: rotateDef;
  -ms-animation-name: rotateDef;
  animation-name: rotateDef;
   
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
 
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}
 
@keyframes rotateDef {
  from {
    -webkit-transform: scale( 1 ) rotate( 0deg );
   	-moz-transform: scale( 1 ) rotate( 0deg );
   	-ms-transform: scale( 1 ) rotate( 0deg );
   	transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -webkit-transform: scale( 1 ) rotate( 360deg );
   	-moz-transform: scale( 1 ) rotate( 360deg );
   	-ms-transform: scale( 1 ) rotate( 360deg );
   	transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-moz-keyframes rotateDef {
  from {
    -moz-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -moz-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-webkit-keyframes rotateDef {
  from {
    -webkit-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -webkit-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}
 
@-ms-keyframes rotateDef {
  from {
    -ms-transform: scale( 1 ) rotate( 0deg );
    transform: scale( 1 ) rotate( 0deg );
  }
  to {
    -ms-transform: scale( 1 ) rotate( 360deg );
    transform: scale( 1 ) rotate( 360deg );
  }
}

.icon-red,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("images/glyphicons-halflings-red.png"); 
}

/* hover affects on navbar menu - (new) */
/*
.navbar li:hover {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 2px 0;
}
*/

/* //DB 3/26/25 adding white text hover that used to be in bootstrap.min */
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
margin-bottom: 0px;
}

.edge-margin
{
  margin-left:4px;
  margin-right:4px;
}

.vertical-margin
{
  margin-top:4px;
  margin-bottom: 4px;
}

label
{
  display:initial;
}

.accordion
{
  margin-bottom: 0px;
}

.error-text
{
  color:red;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#confirmDeleteBatch {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

#confirmDeleteBatchContent {
    margin-left:auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom:auto;
    border: black;
    border-style: solid;
    width:90%;
    height: 40%;
    background-color: white;
}

.modal-on-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:1050;
  background-color:transparent;
  background-image:url('Images/transbk.png');
}

.modal-on-modal-window {
  width:90%;
  height:90%;
  margin-top: 10%;
  margin-top: calc((100% - 90%) / 2);
  margin-left:auto;
  margin-right: auto;
  border:black;
  border-style:solid;
  border-width:1px;
  background-color:white;
}

#forceChangePasswordDialogWindow {
  width:100%;
  height: 100%;
  top:20px;
  top: calc((100% - 300px) / 2);
  margin-left:0px;
  margin-right:0px;
  left: calc((100% - 360px) / 2)
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top:0px;
}

#loginDialog {
    max-width: 400px;
    /*padding: 19px 29px 29px;*/
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /* 5px; (Old) */
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    height: auto; /* 200px (old) */

    top: 20%;
    top: calc(50% - 131px) !important;
    width: 350px;
    left: 40%;
    left: calc(50% - 179px) !important;
    margin-left: 0px;
}

#userManagerDetailsRow > span {
  margin-bottom:4px;
}

#userManagerDetailsRow > input {
  margin-bottom:4px
}

input::-ms-clear {
  display:none;
  
}
/*.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: left;
}
.accordion-opened .accordion-toggle .accordion-toggle.collapsed:after {    
    content: "\f077";    
}*/

 .accordion-toggle::before {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
   font-size: 12px;
    content:"\f078";
    color: inherit;
}
.panel-heading.collapse .accordion-toggle .accordion-toggle.collapse .panel-group.collapse .panel-title:before {
    /* symbol for "collapsed" panels */
    content:"\f077";
}

/*.table_max { height: 10em; overflow: auto;float: left; width: 80em }*/
/*.table_max { height: 10em; overflow: auto; }*/
  table.tableSection {
        display: table;
        width: 100%;
    }
    table.tableSection thead, table.tableSection tbody {
        float: left;
        width: 100%;
    }
    table.tableSection tbody {
        /*overflow: auto;*/
      overflow-y: auto;
      overflow-x:hidden;
        
        /* Giving height to make the tbody scroll */
        /* Giving height dynamically is recommended */
        height: 100px;
    }
    table.tableSection tr {
        width: 100%;
        display: table;
        /* Keeping the texts of both thead and tbody in same alignment */
        text-align: left;
    }
    table.tableSection th, table.tableSection td {
        width: 100%;
    }
    table.tableSection th{border-bottom: 1px solid; border-bottom-color: rgba(0,0,0,0.1);
                             
    }
    table.tableSection tr>td:last-child {
        /* removing fraction of width i.e 2% to align the tbody columns with thead columns. */
        /* It is must as we need to consider the tbody scroll width too */
        /* if the width is in pixels, then (width - 18px) would be enough */
        width: 31%;
    }
    /** for older browsers (IE8), if you know number of columns in your table **/
    table.tableSection tr>td:first-child + td + td {
        width : 31%;
    }
