.datepicker-inline {
    width: 100%;
}
.datepicker table {
    width: 100%;
     background-color: white;
}


a:link {
    text-decoration: none;
}

a:hover 
{
    color: inherit;
}

.item, .item-divider {
  border-color: #ddd;
  border-right: 0px;
  border-left:0px;
  border-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
}
.checkbox-checked .checkbox-inner {
position: absolute;
top 9px;
left: 13px;
height: 11px;
width: 5 px;
}

.checkbox-icon {
  position: relative;
  width: 20px;
  height: 20px;
  }


.loading-container .loading {
    background-color: transparent;
    color: black;
    border-width: 9px !important;    
  
}



.item-labe{margin: 15px 0px !important;
    height: 40px;
    background-color: transparent;
    border-bottom: 1px solid #b2b2b2 !important;   
    border-top: 0px;   
    
}
    
.input-item{line-height: 40px !important;
    color: black;}

.input-label {  
    color: #777;
}

.button.button-energized {
    border-color: transparent;
    background-color: #cccccc;
    color: #fff;
}

 .button.button-energized.active, .button.button-energized.activated {
      border-color: #e8e8e8;
      background-color: #e8e8e8; }

.bar.bar-balanced {
    border-color: #403f08;
    background-color: #474282;
    background-image: linear-gradient(0deg, #403f08, #474282 50%, transparent 50%);
    color: #fff;
}

.flowww-scroll-list {
    height: 100%;
    overflow: scroll;
}




.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
    margin-right: 15px;
    background-color: #ffffff;
}
