.breadcrumb {
  margin-top: 3px;
  margin-bottom: 3px;
}

.grid {
  width: 100%;
}

a{
	outline:none !important;
	text-decoration: none;
	cursor: pointer;
}

.powered_by {
    text-align: center;
    margin-top: 10px;
    font-size: smaller;
    font-style: italic;
    font-weight: bold;
    padding: 0px 0px;
}
.powered_by img{
    padding-left: 5px;
}

.ag-cell-value {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

/*  override the value in bootstrap  */
.form-control-feedback{
  pointer-events:auto;
}
.form-control[disabled], .form-control[readonly]{
    /*background-color: #FF0000;*/
    border: 0px solid;
    -webkit-appearance: none;
    background-color: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    padding-left: 0;
}

/*12-7-16*/

.ag-header-cell .ag-header-cell-menu-button {
  position: absolute;
  right: 3px;
}

.container-fluid .input-group {
  width: 100%;
}
.container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}

.read-only .container-fluid.view-table input[type='text']:disabled,
  .read-only .container-fluid.view-table select:disabled {
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
}

.read-only .container-fluid.view-table input[type='text']:disabled ~ span.input-group-addon {
  display: none !important;
}

@media ( min-width : 768px) {
  .table-footer-buttons .col-lg-2:not (:first-child ) {
    padding-left: 5px;
  }
  .table-footer-buttons .col-lg-2:not (:last-child ) {
    padding-right: 5px;
  }
}

.container-fluid .row {
  padding-bottom: 5px;
}

.col-align-right {
  text-align: right;
}

#menuPanel {
  z-index: 999; 
  position: absolute; 
  left: 0px; 
  width: 230px; 
  top: 95px; 
  bottom: 0px; 
  display: block; 
  overflow: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#menuPanel.ng-hide,
#menuPanel.ng-hide-add,
#menuPanel.ng-hide-remove {
  left: -235px;
  display: block !important; 
}

#menuToggle {
  z-index: 100;
  position: absolute; 
  left: 10px; 
  /*top: 75px;*/
  margin-top: 3px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#menuPanel:not(.ng-hide) + #menuToggle {
  left: 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menuPanel ul.nav:not(.collapse) > li.active > a {
  background-color: #eee;
}

.header-bar-menu {
  z-index:1000;
  width:300px;
  position: absolute;
  top: 55px;
  right: 0px;
}

.breadcrumb {
  padding-left: 50px;
}

.navbar {
  margin-bottom: 5px;
}

.alert {
  margin-bottom: 5px;
}

input:invalid, 
select:invalid, 
textarea:invalid, 
input.invalid, 
select.invalid, 
textarea.invalid {
  border: 1px solid red;
}

.errorMsg {
  color: #f00;
}
.has-error .form-control{
  border-color:#f00;
}
#menuButtons {
  margin-left: 30px;
  display: inline-block;
}

#menuButtons button {
  margin: -6px -12px;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 20px;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
