@charset "UTF-8";

/* container
---------------------------------*/
.container {
    width: 1199px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* z-index: 10; */
}
.container-sm {
    width: 767px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
}
.container-xs {
    width: 567px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 12;
}
@media screen and (max-width:1299px) {
    .container {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .container-sm {
        width: 100%;
    }
}
@media screen and (max-width:567px) {
    .container-xs {
        width: 100%;
    }
}

/* clearfix
---------------------------------*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* form
---------------------------------*/
.form-group {
    margin-bottom: 25px;
}
/* form-group col
---------------------------------*/
.form-group .col-sm-1,
.form-group .col-sm-2,
.form-group .col-sm-3,
.form-group .col-sm-4,
.form-group .col-sm-5,
.form-group .col-sm-6,
.form-group .col-sm-7,
.form-group .col-sm-8,
.form-group .col-sm-9,
.form-group .col-sm-10,
.form-group .col-sm-11,
.form-group .col-sm-12 {
    width: 100%;
    float: none;
}
.form-error-message {
    color: #a94442;
    margin-top: 4px;
}
.form-control {
    height: 42px;
    border-radius: 3px;
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-horizontal .control-label {
    text-align: left;
    font-weight: 600;
    padding-bottom: 7px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
select {
    height: 42px;
    width: 100%;
    border-radius: 3px;
    padding: 6px;
    background-color: #fafafa;
    border: solid 1px #dfdfdf;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #424242;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: none;
    transition: none;
}
textarea.form-control {
    height: 12rem;
    background-color: #fafafa;
    border: solid 1px #dfdfdf;
}
.select-birth-yyyy {
    width: 6rem;
    display: inline-block;
}
.select-birth-mm {
    width: 4rem;
    display: inline-block;
}
.select-birth-dd {
    width: 4rem;
    display: inline-block;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
}
.form-control-static {
    min-height: 42px;
    border-radius: 3px;
    padding: 6px;
    background-color: #fafafa;
    border: solid 1px #fafafa;
}
.form-group .help {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 0.88em;
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: -3px;
    margin-right: 5px;
}

/* form-group-coupon
---------------------------------*/
.form-group-coupon {
    height: 12rem;
}

/* btn
---------------------------------*/
.btn {
    text-align: center;
    background-color: #fff;
    border-color: #666;
    color: #666;
    font-weight: 600;
}
.btn:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
    opacity: 0.8;
}
.btn {
    width: 180px;
    margin: 0;
    padding: 5px 0;
    font-size: 1.0em;
    border-radius: 3px;
}
.btn-xs {
    width: 100px;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    border-radius: 3px;
}
.btn-sm {
    width: 120px;
    margin: 0;
    padding: 2px 0;
    font-size: 0.95em;
    border-radius: 3px;
}
.btn-lg {
    width: 260px;
    margin: 0;
    padding: 1.5rem 0;
    font-size: 1.2em;
    border-radius: 3px;
}
.btn-tx {
    width: 120px;
    height: 42px;
    margin: 0;
    font-size: 0.95em;
    border-radius: 3px;
    line-height: 30px;
}
.btn-default {
    background-color: #fff;
    border-color: #000000;
    color: #000000;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active.focus,
.btn-default:focus {
    background-color: #fff;
    border-color: #000000;
    color: #000000;
    opacity: 0.8;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active.focus,
.btn-success:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    opacity: 0.8;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-info {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active.focus,
.btn-info:focus {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #000000;
    color: #000000;
    opacity: 0.8;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-primary {
    color: #fff;
    background-color: #c3a3fb;
    border-color: #c3a3fb;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #c3a3fb;
    border-color: #c3a3fb;
    opacity: 0.8;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    opacity: 0.8;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    opacity: 0.8;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-black {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}
.btn-black:hover,
.btn-black:active,
.btn-black:active:hover,
.btn-black:active.focus,
.btn-black:focus {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
    opacity: 0.8;
}
.btn-black.disabled,
.btn-black.disabled.active,
.btn-black.disabled.focus,
.btn-black.disabled:active,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black[disabled],
.btn-black[disabled].active,
.btn-black[disabled].focus,
.btn-black[disabled]:active,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-white {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.btn-white:hover,
.btn-white:active,
.btn-white:active:hover,
.btn-white:active.focus,
.btn-white:focus {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    opacity: 0.8;
}
.btn-white.disabled,
.btn-white.disabled.active,
.btn-white.disabled.focus,
.btn-white.disabled:active,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled],
.btn-white[disabled].active,
.btn-white[disabled].focus,
.btn-white[disabled]:active,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.btn-box {
    text-align: center;
    padding: 2rem 0 0 0;
    max-width: 560px;
    margin: 0 auto;
}
.btn-box:before {
    content: "";
    display: block;
    clear: both;
}
.btn-box:after {
    content: "";
    display: block;
    clear: both;
}
.btn-box .btn-right {
    float: right;
}
.btn-box .btn-left {
    float: left;
}
@media screen and (max-width:767px) {
    .btn-lg {
        margin: 0;
        width: 100%;
    }
    .btn-box .btn-right {
        float: none;
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .btn-box .btn-left {
        float: none;
        display: block;
        margin: 20px 0 0 0;
        width: 100%;
    }
}

/* alert
---------------------------------*/
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #dff0d8;
    font-weight: 600;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #d9edf7;
    font-weight: 600;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #fcf8e3;
    font-weight: 600;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #f2dede;
    font-weight: 600;
}

/* panel
---------------------------------*/
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #ddd;
    border-color: #ddd;
}
.panel-success {
    border-color: #dff0d8;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #dff0d8;
}
.panel-info {
    border-color: #d9edf7;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #d9edf7;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-warning {
    border-color: #fcf8e3;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #fcf8e3;
}
.panel-danger {
    border-color: #f2dede;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #f2dede;
}

/* badge
---------------------------------*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #aaa;
    border-radius: 10px;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-info {
    background-color: #0073aa;
}
.badge-primary {
    background-color: #014c70;
}
.badge-warning {
    background-color: #f0ad4e;
}
.badge-danger {
    background-color: #d9534f;
}

/* modal
---------------------------------*/
.modal-header {
    border-bottom: none;
    text-align: center;
    font-size: 1.4em;
}
.modal-footer {
    text-align: center;
    border-top: none;
}

/* table
---------------------------------*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 6px;
    line-height: 1.4;
    vertical-align: middle;
    border-top: none;
    word-break: break-all;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #e1e1e1;
}
.table > thead > tr > th {
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
    text-align: center;
}
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-top: 3px solid #e1e1e1;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f4f4f4;
}
.table-form-1col,
.table-form-2col {
    border-collapse: separate;
    border-spacing: 2px;
}
.table-form-1col > tbody > tr > td,
.table-form-1col > tbody > tr > th,
.table-form-1col > tfoot > tr > td,
.table-form-1col > tfoot > tr > th,
.table-form-1col > thead > tr > td,
.table-form-1col > thead > tr > th,
.table-form-2col > tbody > tr > td,
.table-form-2col > tbody > tr > th,
.table-form-2col > tfoot > tr > td,
.table-form-2col > tfoot > tr > th,
.table-form-2col > thead > tr > td,
.table-form-2col > thead > tr > th {
    padding: 5px;
    line-height: 1.4;
    vertical-align: middle;
    word-break: break-all;
}
.table-form-1col th {
    width: 25%;
    background: #f4f4f4;;
}
.table-form-1col td {
    width: 75%;
    border: 2px solid #f4f4f4 !important;
}
.table-form-2col th {
    width: 20%;
    background: #f4f4f4;;
}
.table-form-2col td {
    width: 30%;
    border: 2px solid #f4f4f4 !important;
}

/* pager
---------------------------------*/
ul.pager {
    padding: 0.5rem 0;
    text-align :center;
}
ul.pager li {
    margin: 0 0.5rem;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background-color: #fff;
    border: none;
    border-radius: 0;;
    font-size: 1.2rem;
}
ul.pager li span {
    background-color: #000;
    color:#fff;
}
ul.pager li a {
    color: #000000;
    border: 1px solid #fff;
}
ul.pager li a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

/* dropdown-menu
---------------------------------*/
.dropdown-menu-global-nav {
    background-color: #0073aa;
}
.dropdown-menu-global-nav > li > a {
    color: #fff !important;
}
.dropdown-menu-global-nav > li > a:focus,
.dropdown-menu-global-nav > li > a:hover {
    color: #0073aa !important;
    text-decoration: none;
    background-color: #fff;
}

/* modal
---------------------------------*/
.modal-header {
    border-bottom: none;
    text-align: center;
    font-size: 1.4em;
}
.modal-footer {
    text-align: center;
    border-top: none;
}

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