* {
	border-radius: 0px !important;
}
.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    border: 0px;
}

.htCheckboxRendererInput {
        float: left;

}

.text-footer {
    font-size: 15px;
    color: #868686;
}

.text-footer a {
    font-size: 15px;
    color: #868686;
    text-decoration: underline;
}

.well {
       background-color: rgba(245, 245, 245, 0.8);
}

.dataTables_filter {
    visibility: hidden;
}

.vertical-center {
  position: absolute;
  top: 30%;
}

.margin-bottom-sm {
        margin-bottom: 7px !important;
}
.no-footer {
    padding-top: 10px;
}
.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
    border-top-right-radius: 4px;
}
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -3px 0 0 12px;
}

.required-field-g div:after {
    position:absolute;
    content:'*';
    color:red;
    right:20px;
    top:0;
}
.btn-default {
    background-color: #EBEBEB;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 16px;
  stroke: none;
  color = #888;
}
.percentage_info {
  font-size: 16px;
  color: #888;
}

  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 16px;
  stroke: none;
  color = #888;
}

.percentage_info {
  font-size: 16px;
  color: #888;
}

.btn-info {
  background-color: #293846;
  border-color: #293846;
}

.btn-info:disabled:focus,
.btn-info:disabled:hover,
.btn-info:disabled:active,
.btn-info:disabled,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
    background-color: #333;
    border-color: #333;

}
