body {
  /*update*/
  font-family: "Arial Regular","Arial";
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

.h4 {
  font-family: "Arial Regular","Arial";
  font-size: 14px;
  font-weight:700;
  color:#3893d0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 40px;
  /*update 20px to 0px*/
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-brand {
  float: left;
  /* update*/
  padding: 10px 15px;
  font-size: 18px;
  height: 40px;
  line-height: 20px;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
       /* update*/
    font-family: 'Source Sans Pro';
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right:8px;
  }

    .navbar-nav > li #user-name {
       /* update*/
    padding-right:15px;
    padding-top:12px;
  }
}


.navbar-form {
  /*update from 8px*/
  margin-top:15px;
  margin-bottom: 15px;
}

/*update */
.navbar-default {
  background-color: #2c95dd;
  border-color: #e7e7e7;
}

.row {
  margin-right: 5px;
  margin-left:  5px;
}
@media (min-width: 992px) {
    .col-md-1 {
        width: 3%;
    }

    .col-md-11 {
        width: 97%;
    }
}

.breadcrumb {
   /*update*/
  list-style: none;
  height:36px;
  background-color:#ebebeb;
  border-radius:0px;
  padding:0 0 0 0;
  margin-top:24px;
}

.breadcrumb > li {
  display: inline-block;
    /*update*/
  font-family: "Source Sans Pro", Trebuchet, Arial;
  font-weight: 400;
  font-size: 20px;
  color: #636363;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #636363;
  content: ">\00a0";
}


.breadcrumb > li > a{
  color: #636363;
}

.breadcrumb > .active {
  /*update*/
  color: #252525;
}

.min-breadcrumb{
  background-color:#ffffff;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:8px;  
}

.min-breadcrumb > li{
  font-size: 14px;
  color: #2c95dd;
}

.min-breadcrumb > li > a{
  color: #2c95dd;
}

.min-breadcrumb > .active {
  /*update*/
  color: #333;
}

.col-md-4,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.table tbody > tr > td
{
  padding: 4px;
  line-height: 1.428571429;
  vertical-align: central;
  border-top: 1px solid #dddddd;
}

.table-noborder tbody > tr > td
{
  padding: 4px;
  line-height: 1.428571429;
  vertical-align: central;
}

.navbar-inverse {
  background-color: #2c95dd;
  border-color: #e7e7e7;
}

.bluecaret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
  content: "";
  border-color: #2C95DD transparent -moz-use-text-color;
  border-top-color:#2C95DD;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
  content: "";
  border-color: #636363 transparent -moz-use-text-color;
  border-top-color:#636363;
}

.caret-head {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
  content: "";
}

.btn-default .caret {
    border-top-color: #fff
}


.btn {
  padding: 3px 20px;
  font-size: 14px;
  font-weight:600;
  border-radius:5px;
}

.btn-updown {
  padding: 3px 0px;
  font-size: 14px;
  font-weight:600;
  border-radius:5px;
  width:25px;
}

.btn-primary{
  background-color: #2C95DD;
  border-color: #1d6391;
}

.btn-primary:hover, .btn-primary:focus{
  background-color: #1d6391;
}

.btn-secondary{
  background-color:#ffffff;
  color: #2c95dd;
  border: 1px solid #2c95dd;
}

.btn-secondary:hover, .btn-secondary:focus{
  color:#1d6391;
  border-color:#1d6391;
}

.btn-toolbtn{
  background-color:#f5f5f5;
  color: #636363;
  border: 1px solid #c2c2c2;
}

.btn-toolbtn:hover, .btn-toolbtn:focus{
  background-color:#ffffff;
  border-color:#959595;
}

.btn-toolbtnleft{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  background-color:#f5f5f5;
  color: #636363;
  border: 1px solid #c2c2c2;
  float: left;
}

.btn-toolbtnleft:hover, .btn-toolbtnleft:focus{
  background-color:#ffffff;
  border-color:#959595;
}

.btn-toolbtnmiddle{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  background-color:#f5f5f5;
  color: #636363;
  border: 1px solid #c2c2c2;
  float: left;
}

.btn-toolbtnmiddle:hover, .btn-toolbtnmiddle:focus{
  background-color:#ffffff;
  border-color:#959595;
}

.btn-toolbtnright{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  background-color:#f5f5f5;
  color: #636363;
  border: 1px solid #c2c2c2;
}

.btn-toolbtnright:hover, .btn-toolbtnright:focus{
  background-color:#ffffff;
  border-color:#959595;
}

.btn-headbtn,
.btn-headbtn:hover, 
.btn-secondary:focus{
  background-color:#ffffff;
  color: #2c95dd;
  border: 1px solid #2c95dd;
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
.btn-secondary.disabled,
.btn-secondary[disabled],
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
.btn-secondary[disabled],
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active{
  background-color:#ffffff;
  color:#c2c2c2;
  border: 1px solid #c2c2c2;
}

.btn-link, .btn-link:hover, .btn-link:focus{
  color:#2C95DD;
}

.btn-link-right{
  margin-left: -15px;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
}

.input-group-btn .caret {
    border-top-color: #3893d0
}

a:focus {
  outline:none;
}

.navbar-default .navbar-nav > .ax-nav-btn > a,
.navbar-default .navbar-nav > .ax-nav-btn > a:hover
{
  color: #3893d0;
}

.navbar-default .navbar-nav > .ax-nav-btn-active > a,
.navbar-default .navbar-nav > .ax-nav-btn-active > a:hover{
  color: #333;
  background-color: transparent;
}

.ax-nav-btn  { 
    margin-right:24px;
    padding-top: 16px; 
    padding-bottom: 6px;   
    font-size: 15px; 
    font-weight: 700;
    text-align: right;
    background-repeat: no-repeat;
}

.ax-nav-btn-active  {
  border-bottom: solid 8px #333;
}

.thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 0px;
    display: block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #ccc;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs > li {
  padding: 4px 0px;
  outline: none;
  margin-bottom: 0px;
}

.nav-tabs > li.active {
  padding-bottom: 0px;
  border-bottom: 4px solid #2c95dd;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  padding: 2px 15px;
  line-height: 1.428571429;
  border-radius:0;
  border: none;
  margin-right:0px;
  color: #636363;
  background-color: inherit;
  font-weight: bold;
  outline: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #252525;
  border: none;
}

.dropdown-menu {
  /*updated*/
  padding-top:5px;
  padding-bottom:5px;
  font-family:"Source Sans Pro";
  background-color: #E9F4FC;
  border-color:#1D6391;
  box-shadow:none;
  color:#2c95dd;
  min-width: 100px;
}

.dropdown-menu-fixed{
  position:fixed;
}

.dropdown-menu-sm{
  width: 150px;
}

/*.dropdown .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 30px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #E9F4FC transparent;    
}

.dropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 29px;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: #1D6391 transparent;    
}*/

.dropdown-menu > li{
  white-space: nowrap;
  line-height: 2.5;
  cursor:pointer;
}

.dropdown-menu > li :hover,
.dropdown-menu > li :focus
{
  background-color: #2c95dd;
  color: #fff;
}

.dropdown-menu > li > div {
  cursor: pointer;
  padding-right: 15px;
}

.dropdown-menu > li > div:hover,
.dropdown-menu > li > div:focus{
  background-color: #2c95dd;
  color: #fff;
}

.dropdown-menu-large{
  padding-top:10px;
}

.dropdown-menu-large > li > div{
    padding-left:10px;
}

.ax-menu-item-icon-large {
  position:relative;
  top:4px;
}


.dropdown-menu > li > div > span{
  padding-left:10px;
}

dropdown-menu > li > div > a:focus {
  background-color: #2c95dd;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu > li > div > a > span{
  padding-left:10px;
}

.dropdown-menu > li > span{
  padding-left:10px;
}

.dropdown-menu-top {
  top: auto;
  bottom:100%;
  line-height:1.5;
  min-width:50px;
}

.dropdown-menu.dropdown-menu-top > li{
  line-height: 1.5;
}

.dropdown-menu.dropdown-menu-top > li > div > span{
  padding-left:5px;
}

.dropdown-menu-viewer{
  margin-top:0px;
  border:2px solid #d7d7d7; 
  border-radius:0px;
  background-color: #fff;
}

.dropdown-menu.dropdown-menu-viewer > li{
  white-space: nowrap;
  line-height: 2;
  cursor:pointer;
}

.dropdown-menu-toolbar{
  line-height: 1;
  background-color:#fff; 
  border:2px solid #d7d7d7;
  padding: 10px 0px 8px 10px
}

.pagination{
  margin: 0px 0px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0px 7px;
  margin-left: -1px;
  line-height: 8px;
  color: #2c95dd;
  text-decoration: none;
  background-color: transparent;
  border:none;
  border-right: 3px solid #ebebeb;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2c95dd;
  background-color: transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover{
  color: #1d6391;
  background-color: transparent;
  cursor:pointer;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #252525;
  cursor: default;
  background-color: transparent;
  border-color: #ebebeb;
  border-right-width:2px;
  font-weight:bold;
}

.pagination > .disabled > a,
.pagination > .disabled > span,
.pagination > .disabled > a:hover,
.pagination > .disabled > span:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span:focus {
  background-color: transparent;
}

.modal-dialog-350 .modal-dialog{
  width:350px;
}

.modal-dialog-400 .modal-dialog{
  width:400px;
}

.modal-dialog-450 .modal-dialog{
  width:450px;
}

.busy-dialog .modal-dialog {
  width: 320px;
  margin-top: 120px;
  background-color:transparent;
}

.busy-dialog .modal-dialog .modal-content{
  background-color:white;
  font-weight: normal;
}

.modal-content{
  background-color:#ebebeb;
  border-radius:5px;
  padding:15px 15px;
  color: #252525;
  font-size: 18px;
  font-weight:600;
  /*border: 1px solid #d7d7d7;*/
}

.modal-body{
  font-family:"Source Sans Pro", Trebuchet, Arial;
  background-color:#ffffff;
  border: 1px solid #d7d7d7;
  color: #636363;
  font-size: 14px;
  font-weight:600;
  padding:15px 15px;
}

.modal-body .form-control{
  padding:3px 6px;
  height:28px;
}

.modal-header{
  padding: 0;
  margin-bottom:15px;
  border-bottom: 0px;
}

.modal-footer{
  padding:0;
  margin-top: 15px;
  border-top: 0px;
  font-size:14px;
  font-weight:400;
}

.modal-footer-left{
  text-align:left;
}

.modal-footer .btn{
  min-width:80px;
}

.modal-footer-left .btn-link {
  margin-left:-10px;
}

.ax-close{
  color: #2C95DD;
  float:right;
  cursor:pointer;
  font-size:22px;
}

.btn-radio-selected, 
.btn-radio-selected:focus, 
.btn-radio-selected:hover{
  background-color:#d7d7d7;
  color:#252525;
  font-weight:500;
}

.btn-radio-unselected{
  background-color:#FFFFFF;
  color:#2c95dd;
}

div.ui-select-container > div {
  height: 100%;
  overflow: auto;
  max-height: 100px;
}

select[disabled] {
    background: #EBEBEB;
}