.logo-lg, .main-header .logo .logo-lg {
  position: relative;
  width: 200px;
  height: 50px;
  background-image: url('images/logo-ext.png');
  background-position: center;
  background-repeat: no-repeat;
}

.logo-lg.clear {
  background-image: url('images/logo-ext-clear.png');
}

.logo-mini, .main-header .logo .logo-mini {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url('images/logo-small.png');
  background-position: center;
  background-repeat: no-repeat;
}

textarea {
  resize: none;
}

a, a:visited, a:link {
  color: #114862;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active {
  color: #1b78a3;
}

.nowrap {
  white-space: nowrap;
}

.forcheckbox {
  position: relative;
  top: -4px;
  margin-left: 5px;
}

.content-center {
  text-align: center;
}

.toupper {
  text-transform: uppercase;
}

.main-content {
  padding: 30px;
  width: auto;
  height: auto;
  min-height: 560px;
}

.nopadding-left {
  padding-left: 0px !important;
}

.nopadding-right {
  padding-right: 0px !important;
}

.nopadding-top {
  padding-top: 0px !important;
}

.nopadding-bottom {
  padding-bottom: 0px !important;
}

.nopadding {
  padding: 0px !important;
}

.ob-col-14 {
  width: 14% !important;
}

.ob_select2, .ob_select1 {
  width: 100%;
}

.ob_toright {
  text-align: right;
}

input:focus, textarea:focus {
  background-color: #f8f5c8;
}

input:hover, textarea:hover {
  background-color: #ecffff;
}

/*.col-lg-6 {*/
  /*min-width: 950px;*/
/*}*/