﻿

/* Styles for basic forms
-----------------------------------------------------------*/
body {
  padding-top: 50px;
  background-color: white;
}

a {
  color: dodgerblue;
}

a:hover, a:focus {
    color: #B79F57;
    cursor: pointer;
    text-decoration: none;
}

.form-required {
    border-left-color: #ce4844;
    border-left-width: 5px;
}

/*
th {
    vertical-align: middle !important;
    text-align: center;
}
*/

@media (max-width: 1680px) {
  #page-wrapper {
    margin: 0px 0px;
    border-left: inherit;
  }
}

@media (min-width: 1681px) {
  #page-wrapper {
    margin: 0px 164px;
    border-left: inherit;
  }
}

/* modal
-----------------------------------------------------------*/
.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header-round {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* login
-----------------------------------------------------------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.login_bg {
    width: 1000px;
    height: 598px;
    margin: 0 auto;
    background-image: url('../images/member/login_bg.png');
    background-repeat: no-repeat;
}

.login_form {
    position: relative;
    left: 520px;
    top: 290px;
    width: 270px;
}

.login_form_id {
    margin-bottom: 10px;
}

.login_button {
    height: 78px;
    padding-top: 26px;
}

.login_footer {
    position: relative;
    top: 460px;
}

.login_footer_line {
    width: 100%;
    border-top: 1px solid #1D2675;
}

.logo_footer_logo {
    width: 240px;
    height: 30px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.login_footer_text {
    margin-left: 10px;
}

.login_itc {
    width: 0px;
    height: 0px;
    display: none;
}

/* qtip2
-----------------------------------------------------------*/
.qtip {
    max-width: 1000px;
}

/* Dropdown Submenu
-----------------------------------------------------------*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > .active > a {
  color: inherit;
  background-color: inherit;
}

.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #262626;
  background-color: #f5f5f5;
}