body {  
  background-color: #DDDDDD;
  font-family: 'Arial';
}
  
div {
  /*/border: 0px solid black;*/
}

.bold {
  font-weight: bold;
}

.error-text {
  color: #D12A2E;
}

.invisible {
  visibility: hidden;
}

.title {
  display: inline-block;
  padding-top: 5px;
  color: black;
  font-size: 2.0em;
  font-style: normal;
  font-weight: bold;
}

.border-bottom {
  border-bottom: 1px solid black;
}

/* collapsed selection pane */
.col-md-strip {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 1.5%;
}

/* expanded chart area */
.col-md-full {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float:  left;
  width: 98.5%;
}

/* vertical alignment styles */
.vert-top {
  vertical-align: top;
}
.vert-middle {
  vertical-align: middle;
}
.vert-bottom {
  vertical-align: bottom;
}    
.center {
  text-align: center;    
}

.combo {
}

.combo:disabled {
  opacity: 0.5;
}

.span-disabled {
  opacity: 0.25;
}

.views {
  width: 80%;
}

.chart  {
  margin: 0 auto;
  width: 100%;
/*
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
*/
}



tbody {
  width: 100%;
}

td {
  text-align: center;
}
    
.slide {
  border-style: solid;
  border-width: 4px;
  box-shadow: 8px 8px 8px #888888;
}

.slide:hover {
  cursor: pointer;
  border-color: orange;
}

div.selectedSlide {
  border: 4px solid #0063A8;
 /* background-color: yellow; */
}

.slide-chart {
  width: 90%;
  margin-top: 10px;
  border: 1px solid black;
}

.slide-text {
  display: table;
  margin: auto;
  font-weight: bold;
}  

.section {
  border-top: 1px solid gray;
  cursor: pointer;
}

.link {
  cursor: pointer;
}

.link:hover {
  font-weight: bold;
}

.li-link {
  cursor: pointer;
  white-space: nowrap;
}

.li-link:hover {
  background-color: rgb(0, 99, 168);
  color: white;
}

.li-link-selected {
  font-weight: bold;
}

.collapse-button {
/*
  background-color: rgb(0, 99, 168);
  color: white;
*/
  padding: 4px;
}

.collapse-button-open {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.collapse-button-collapsed {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hr1 {
  border-top-color: blue;
  margin-left: 16px;
  margin-right: 16px;
}

div.scenario-detail {
  height: 32px;
  padding-left: 10px;
}

span.edit {
  color: rgb(0, 99, 168);
  float: right;
}

span.edit:before {
  content: "edit";
}

span.edit:hover {
  cursor: pointer;
}

span.icon-button {
  float: right;
  top: 4px;
  padding-right: 4px;
}

span.icon-button:hover {
  cursor: pointer;
}

span.icon-button-delete {
  color: #D12A2E;
}

span.icon-button-info {
  color: rgb(0, 99, 168);
}

span.edit-disabled {
  opacity: 0.25;
  cursor: default;
}

span.edit-disabled:hover {
  text-decoration: none;
  cursor: default;
}

.panel-heading {
  padding: 5px 10px;
}

.form-control {
  height: 32px;
}

.table {
  margin-bottom: 0;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 4px;
  vertical-align: bottom;
}

.table-panel {
  width: 75%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  background-color: #AAAAAA;
  color: white;
}

/* for Bootstrap-select replacement */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
  background-color: #0081c2;
}
  
small {float: right;}

.bootstrap-select.btn-group {
  margin-bottom: 2px;
}

.toggle {
  position: relative;
}

.toggle-group {
}
  
.toggle-button {
  position: absolute;   
}

.toast-item-close {
  visibility: hidden;
}

/* styles for collapsible sections and Scenario detail */
.collapsible {
  background-image: url("images/expand.png");
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

.collapsible-expanded {
  background-image: url("images/collapse.png");
}

.collapsible-group {
  cursor: pointer;
  padding-left: 20px;    
}  
      
.collapsible-head {
  cursor: pointer;
  padding-left: 24px;
}

.collapsible-body {
/*  display: none; */
  padding-top: 4px;
  padding-left: 28px;
  padding-bottom: 4px;
}

.fc-item {
  font-weight: 500;
}

.fc-item:hover {
  text-decoration: underline;
}

.fc-item-overridden {
  text-decoration: line-through;
}

.fc-item-current {
  /*color: blue;*/
  font-weight: bold;
}

.fc-item-right {
  float: right;
}

.table-col-year {
  text-align: left;
}

.table-col-value {
  text-align: right;
}

.collapsible-body table td:first-child {
  text-align: left;
}

.collapsible-body table td:last-child {
  text-align: right;
}

.panel-login-heading
{
    padding: 5px 10px 5px 15px;

}

.panel-login-title
{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
/* end styles for collapsible sections and Scenario detail */




.segal-blue {
  color: rgb(0, 99, 168);
}

.btn-primary
{
    margin-left:5px;
}

.GridPager a, .GridPager span
    {
        display: block;
        height: 25px;
        width: 25px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
{
    background-color: #0081c2;
    color: #FFFFFF;

}

.footer
{


position: fixed; 
bottom: 0; 
width: 100%; 
background-color:#262729; 
color: white; 
border-top: 1px solid black; 
padding-top: 10px; 
padding-bottom: 10px;

}

.site-footer a
{
    color:White;
    text-decoration:underline
}

.footer a
{
    color:White;
    text-decoration:underline
}


.container{

    padding-bottom:100px;

}



.modal-header.slim{padding-top:2px;padding-bottom:2px}
.modal-footer.slim{padding-top:8px;padding-bottom:8px}
.panel-pulse{border-color:#666869;color:#000;border-radius:0}
.panel-pulse>.panel-heading{background-color:#666869;color:#fff;padding:8px 10px;border-top-right-radius:0;border-top-left-radius:0}
.modal{border-radius:0}

           
.glyphicon{font-size:16px}}
.form-control{height:32px}
.modal{border-radius:0}



.modal-header{border-radius:0}.modal-header{background-color:#666869;color:#fff}.modal-header .close{color:#fff;opacity:.8}.modal-header .close:hover{opacity:1}.modal-header.slim{padding-top:2px;padding-bottom:2px}.modal-header.slim .close{margin-top:6px}

                                                                                                                }



.error-text{color:#d12a2e}
.border-bottom{border-bottom:1px solid #000}

.btn-pulse{background-color:#f16522;color:#fff}
.btn-pulse:focus,
.btn-pulse:hover{background-color:#f16522;color:#fff}
.btn-pulse:disabled,
.btn-pulse[disabled]{background-color:#cececd;background-image:none}
.btn-pulse>span.spin{-webkit-animation:spin 1000ms infinite linear;animation:spin 1000ms infinite linear}

  .cssPager td
            {
                  padding-left: 4px;     
                  padding-right: 4px;    
              }