body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: .85rem;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* ========== Clean styles ========== */
.mandatorySign {
    font-size: 15px;
    font-weight: normal;
    color: RED;
    }

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.errorMsg {
    font-size: 12px;
    font-weight: normal;
    color: RED;
    background-color: transparent;
    padding: 0px px; }

/* ========== buttons ========== */

.clsButtonRow { text-align: center; padding-bottom:10px;padding-right: 0px;}

/* ========== Forms ========== */

.form-horizontal .checkbox>input[type="checkbox"], .form-horizontal .radio>input[type="radio"] { margin-left: 15px; cursor: pointer}

/* ========== Top Menu ========= */
.topSpace.menu {
    margin-top: 0px;
}

.container-fluid {
  padding-right: 3px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #818181 0%, #818181 100%);
  background-image:      -o-linear-gradient(top, #818181 0%, #818181 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#818181));
  background-image:         linear-gradient(to bottom, #818181 0%, #818181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#818181', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /*background-repeat: repeat-x;
  border-radius: 4px;
  border-color: #818181;*/
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);

  border: 0px;
  min-height: 50px;
  padding-top: 17px;
  border-radius: 4px;
}


.navbar-default .navbar-link , .navbar-default .navbar-link:hover, .navbar-default .navbar-link:focus{
  color: #fff;
}

.navbar-default .navbar-active{
  background-color: #efeee9;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
 
}

.navbar-default .navbar-nav li {
  margin-bottom: 8px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-shadow:none;
  padding: .9rem 2.3rem;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c53100;
  background-color: #efeee9;
  text-shadow:none;
}

.navbar-default .navbar-nav > .navbar-active > a{
  color: #333;
  background-color: #fff;
}

.navbar-default .navbar-nav > .navbar-active > a:hover,
.navbar-default .navbar-nav > .navbar-active > a:focus {
  color: #c53100;
  background-color: #efeee9;
}

.navbar-nav{
  float: left;
  text-align: center;
  /* line-height: 0; */
  margin: 0;
  padding: 0;
 /*  width: 25%; */
}

.navbar-nav > li {
  display: inline-block;
  width: 100%;
}

/* ========== Global =========== */
.page-header{
 background-color:  rgb(255,255,255);
 padding-top: 20px;
 padding-bottom: 9px;
 margin-top: 0;
 margin-bottom: 0;
 border-bottom: 1px solid #eee;
}

hr.small { margin: 7px 0px;}

hr.bold{
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.blue_bold {
    font-size: 14px;
    font-weight: bold;
    color: rgb(35, 82, 124);
}

/*
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
  background-color: white;
  color: rgb(0, 112, 131);
  text-decoration: none;
  font-weight: bold;
}

.navbar-default .navbar-link , .navbar-default .navbar-link:hover, .navbar-default .navbar-link:focus{
  color: rgb(0, 112, 131);
}

.navbar-default .navbar-active{
  background-color: white;
  color: rgb(35, 82, 124);
  font-weight: bold;
  text-decoration: none;
}
*/

h4 {
  display: inline;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.home_icon_link{
  color: #337ab7;
  text-decoration: none;
}

.home_icon_link:hover,.home_icon_link:focus{
  color: #23527c;
  text-decoration: underline;

  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.top_link_cell{
      vertical-align: baseline;
      margin-top: 31px;
  }

.top_link_icon{
      vertical-align: baseline;
      margin-top: 10px;
  }

.glyphicon {
      position: relative;
  }

.glyphicon + span {
      position: absolute;
      left: 22px;
      top:22px;
      color: rgb(255,201,14);
  }

.dropdown-menu > ols-user-top-menu-item > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > ols-user-top-menu-item > li > a:hover,
.dropdown-menu > ols-user-top-menu-item > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

ul{
 list-style-type: none;
}

abbr[title] {
  border-bottom: 0px dotted;
}

/*.nav-tabs > li > a {
  padding-left:85px;
  padding-right:85px;
}*/

.ui-grid-header-cell .ui-grid-cell-contents {
     height: 48px;
     white-space: normal;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible;
}

div.fadeOn {
  opacity:    0.5;
  background: #000;
  width:      100%;
  height:     100%;
  z-index:    10;
  top:        0;
  left:       0;
  position:   fixed;
}

div.fadeOff {
  opacity:    0;
  background: #000;
  width:      0%;
  height:     0%;
  z-index:    -99;
  top:        0;
  left:       0;
  position:   fixed;
}

.bullet {
    list-style-type: disc !important;
    padding-left:1em !important;
    padding-top:1em !important;
    padding-bottom:2em !important;
    margin-left:1em;
}

.logo {
    width: 240px;
    /* height: 105px; */
    margin: 20px 0px;
    display: inline-block;
}

/* overwritten styles for bootstrap 4 */
label {
	font-weight: bold; 
}

.dropdown-toggle{
	  margin-left: 6px;
    margin-top: 2px;
}
.label-default {
    background-color: #777;
    color: #fff;
    font-weight: bold;
    font-size: 64%;
    padding: .2em .6em .3em;
    border-radius: .25em;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
   /*  padding-left: 20px; */
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
a {
    color: #337ab7;
    text-decoration: none;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a,
.panel-default > a, .panel-default > small, .panel-default > .small, .panel-default > small > a, .panel-default > .small > a,
h5 a {
    color: inherit;
}

.ui-grid-pager-row-count-picker select{
	height: 28px !important;
}

.btn-default, .btn-secondary {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    /* border-color: #dbdbdb; */
    border-color: #ccc;
}

.btn-default, .btn-secondary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default, .btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.nav-stacked {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.panel-default {
    border-color: #ddd;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}