.text-blue {
  color: #025BAB !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-blue {
  background-color: #025BAB !important;
}

.bg-transparent {
  background: transparent;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.pointer {
  cursor: pointer;
}

.padding-0 {
  padding: 0px;
}

.padding5_15 {
  padding: 5px 15px;
}

.padding10_20 {
  padding: 10px 20px;
}

.paddingleft-0 {
  padding-left: 0;
}

.paddingtop-0 {
  padding-top: 0;
}

.paddingtop-40 {
  padding-top: 40px;
}

.paddingtop-10 {
  padding-top: 10px;
}

.paddingtop-7 {
  padding-top: 7px;
}

.paddingbottom-30 {
  padding-bottom: 30px;
}

.margin-0 {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margintop-0 {
  margin-top: 0;
}

.margintop-5 {
  margin-top: 5px;
}

.inline-block {
  display: inline-block;
}

.lineheight_25 {
  line-height: 25px;
}

.lineheight_20 {
  line-height: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left !important;
}

.zindex-10 {
  z-index: 10;
}

.float-none {
  float: none;
}

.validate-resume {
  color: #ffffff;
  background-color: #025BAB;
  display: block;
}

.logo-header-experd {
  height: 50px;
  position: relative;
  top: 5px;
}

.profile-menu {
  background-color: transparent;
  padding: 0px !important;
}

.username div {
  margin-top: 3px;
  font-size: 12pt;
}

div#captcha img {
  width: 60%;
  height: 40px;
}

div#captcha {
  background: url(../../../global/img/bg-captcha.png) repeat center center fixed #fff;
  text-align: center;
  margin-top: 5px;
}

div#captcha-regis img {
  width: 60%;
  height: 40px;
}

div#captcha-regis {
  background: url(../../../global/img/bg-captcha.png) repeat center center fixed #fff;
  text-align: center;
  margin-top: 5px;
}

i#load-captcha {
  cursor: pointer;
  float: right;
  font-size: 14pt;
  margin-right: 8px;
  top: 13px;
}

div.zopim {
  margin-right: 40px !important;
}

span.help-block {
  font-size: 9pt;
}

span.require {
  color: #c33;
}

.blockUI.blockOverlay {
  z-index: 100011 !important;
}

.blockUI.blockMsg.blockPage {
  z-index: 10111 !important;
}

/* setup color for menu */
.header-navigation ul li a {
  color: #025BAB !important;
}

.header-navigation ul li a:hover {
  color: #FFFFFF !important;
  background-color: #025BAB;
}

ul.dropdown-menu li a {
  color: #025BAB !important;
}

ul.dropdown-menu li a:hover {
  color: #025BAB !important;
}

button#btn-login {
  font: 14px;
  margin-top: 15px;
  display: block;
  padding: 2px 10px;
  background-color:#025BAB;
  color:#ffffff;
}

.footer {
  background: rgba(2, 91, 171, .7) !important;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

/* style for checklist default */
a i.font-grey-salt {
  opacity: 0.5;
}

#menu-login {
  display: none;
  color: #4db3a2 !important;
}

#btn-login {
  display: block !important;
}

@media (min-width: 1440px) {
  .container {
    width: 1370px;
  }

  .header-navigation {
    width: auto;
  }
}

@media screen and (max-width: 720px) {

  /* Specific to this particular image */
  .header-navigation li {
    width: 100%;
  }

  #menu-login {
    display: inline !important;
  }

  #btn-login {
    display: none !important;
  }

  .btn-action {
    text-align: center !important;
  }

  .header .mobi-toggler {
    margin-top: -45px !important;
  }
}

@media screen and (max-width: 480px) {
  #btn-login {
    display: none !important;
  }

  #menu-login {
    display: block;
  }
}

.mobi-toggler {
  margin-top: 20px !important;
}