body {
  /*update*/
  font-family: "Arial Regular","Arial";
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

select[disabled]{
  background: #EBEBEB;
}

.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:3px 0 0 8px;
  margin-top:0px;
  margin-bottom:5px;
}

.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 {
  position:relative;
  top:2px;
  margin-right:-5px;
  font-family: 'axicon';
  color: #636363;
  content: '\e602';
}


.breadcrumb > li > a{
  color: #636363;
}

.breadcrumb > .active {
  /*update*/
  color: #252525;
}


.min-breadcrumb{
  background-color:#ffffff;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:8px;  
  padding-left:18px;
}
@media (max-width: 767px) {
    .min-breadcrumb {
        padding-left: 5px;
    }
}


.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;
}

.navbar-inverse {
  background-color: #2c95dd;
  border-color: #e7e7e7;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

 .caret-emc-blue {
   border-top-color: #2C95DD;
  }

 .caret-disable {
   border-top-color: #C2C2C2;
  }

 .caret-middle{
   position:relative;
   bottom:5px;
 }

 .caret-right{
  float: right;
  position:relative;
  right: 5px;
  top: 7px;
 }

.btn-default .caret {
    border-top-color: #fff
}


.btn {
  padding: 3px 20px;
  font-size: 14px;
  font-weight:600;
  border-radius:5px;
}

.btn-primary{
  background-color: #2C95DD;
  border-color: #2C95DD;
}

.btn-primary:hover, .btn-primary:focus{
  background-color: #1d6391;
  border-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-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: #fff;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius:0;
}

.nav-tabs > li > a:hover {
  border-color: #fff #fff #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
  cursor: default;
  font-family: "Arial Bold", Arial;
  font-weight: bold;
  background-color: #ebebeb;
  border:none;
  /*border-bottom: 6px solid #333;*/
}

.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: 200px;
}

/*.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.dropdown-menu-viewer > li:hover {
    background-color: #2c95dd;
    color: #fff;
}
.dropdown-menu.dropdown-menu-viewer > li:focus{
  background-color: #2c95dd;
  color: #fff;
}

.dropdown-menu.dropdown-menu-viewer > li:hover button,
.dropdown-menu.dropdown-menu-viewer > li:focus button{	
    text-decoration:none;
}

/* apply style when menu item is disabled */
.dropdown-menu.dropdown-menu-viewer > li.menu-item-disabled:hover{
  background-color: #fff;
  cursor:default;
  color:#2c95dd;
}
.dropdown-menu.dropdown-menu-viewer > li.menu-item-disabled:hover button> span:first-child{
  color: #C2C2C2;
}
.dropdown-menu.dropdown-menu-viewer > li.menu-item-disabled:hover button> span:last-child{
  color: #636363;
}

/* apply style when submenu item is disabled */
.dropdown-menu.dropdown-menu-viewer > li.menu-item-disabled:hover div> span:first-child{
  color: #C2C2C2;
}
.dropdown-menu.dropdown-menu-viewer > li.menu-item-disabled:hover div> span:last-child{
  color: #636363;
}

/* set content color to be white when hover on the menu item */
.dropdown-menu.dropdown-menu-viewer > li:hover >button > span{
  color: #fff;
}
/* set content color to be white when hover on the submenu item */
.dropdown-submenu > .dropdown-menu.dropdown-menu-viewer > li:hover >div > span{
    color: #fff;
    text-decoration:none;
}

.dropdown-menu-large{
  padding-top:10px;
}

.dropdown-menu-large > li > div{
    padding-left:10px;
}

.dropdown-menu-large > li > button{
    padding-left:10px;
}
@media (max-width: 767px) {
    .dropdown-menu-large {
        padding-top: 3px;
    }

    .dropdown-menu-large > li > div {
        padding-left: 3px;
    }

    .dropdown-menu-large > li > button {
        padding-left: 3px;
    }
}

.ax-menu-item-icon-large {
  position:relative;
  top:4px;
}


.dropdown-menu > li > div > span{
  padding-left:10px;
}

.dropdown-menu > li > button > 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;
}

li.ax-menuitem-readonly{
   color:#C2C2C2;
   cursor:default;
}

.dropdown-menu > li.ax-menuitem-readonly :hover {
   background-color: #E9F4FC;
   color:#C2C2C2;
   cursor:default;
}

.dropdown-menu.dropdown-menu-viewer > li.ax-menuitem-readonly :hover {
   background-color: #fff;
}

li.ax-menuitem-active{
   color:#1D6391;
   cursor:default;
}

.dropdown-menu > li.ax-menuitem-active :hover {
   background-color: #E9F4FC;
   color:#1D6391;
   cursor:default;
}

li.ax-menuitem-btn-group-active {
    color: #1D6391;
    cursor: default;
    text-align: center;
}

.dropdown-menu > li.ax-menuitem-btn-group-active :hover {
    background-color: #fff;
    color: #1D6391;
    cursor: default;
}

.dropdown-menu.dropdown-menu-viewer > li.ax-menuitem-active :hover {
   background-color: #fff;
}

.dropdown-menu-toolbar{
  line-height: 1;
  background-color:#fff; 
  border:2px solid #d7d7d7;
  padding: 10px 0px 8px 10px
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    line-height:1;
}

.dropdown-menu.sub-menu > li{
    line-height:2;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
    background-color: #E9F4FC;
    color:#2c95dd;
}

.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;
}

@media (min-width: 350px) {
    .modal-dialog-350 .modal-dialog {
        width: 350px;
    }
}

@media (min-width: 400px) {
    .modal-dialog-400 .modal-dialog {
        width: 400px;
    }
}

.ad-hoc-text-search-dialog .modal-dialog{
    width: 800px;
}

@media only screen and (max-width:880px) {
    .ad-hoc-text-search-dialog .modal-dialog {
        width: 90%;
    }
}

@media (min-width: 450px) {
    .modal-dialog-450 .modal-dialog {
        width: 450px;
    }
}

@media (min-width: 750px) {
    .modal-dialog-750 .modal-dialog {
        width: 750px;
    }
}

.modal-dialog-htmlDialog .modal-dialog{
  width: 90%;
}

.busy-dialog .modal-dialog {
  max-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-body textarea.form-control {
    padding: 3px 6px;
    height: auto;
}

@-moz-document url-prefix() {
    .modal-body input[type="file"].form-control  {
        padding: 0px 0px;
        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;
}

.form-control:-moz-placeholder {
    color: #999;    
}  

.form-control::-moz-placeholder {
    color: #999;   
    opacity: 1;
}  

.form-control:-ms-input-placeholder {
    color: #999;   
}  

.form-control::-webkit-input-placeholder {
    color: #999; 
}

form textarea.ng-invalid.ng-touched{
  border: 1px solid #E64121;
}

form input.ng-invalid.ng-touched{
  border: 1px solid #E64121;
}

form .invalid-label{
  color: #E64121;
}
