@charset "utf-8";
/********** CCS_Basic:Start **********/
body {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    position: relative;
}
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td,th {
    padding: 0;
}
a img {
    border: 0
}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
}
input[type="button"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

.hasplaceholder,
.form-control.hasplaceholder {
    color: #4c4c4c;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder,
input.form-control:-webkit-input-placeholder,
textarea.form-control:-webkit-input-placeholder, {
    color: #4c4c4c;
    opacity: 1 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #4c4c4c;
    opacity: 1 !important;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #4c4c4c;
    opacity: 1 !important;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #4c4c4c;
    opacity: 1 !important;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #4c4c4c;
    opacity: 1 !important;
}
/********** CCS_Basic:End **********/

/*** common setting:Start ***/
.float-left,
.float-left-full {
    float: left;
}
.float-right,
.float-right-full {
    float: right;
}
.float-left-full,
.float-right-full {
    width: 100%;
}
.full-view:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}
* html .full-view,
* + html .full-view {
    height: 1%;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img.alignright {
    margin: 0 0 12px 16px;
    display: inline;
}
img.alignleft {
    margin: 0 16px 12px 0;
    display: inline;
}
img.aligncenter {
    display: block;
    margin: 0px auto 12px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img,
iframe {
    max-width: 100%;
}
/*** common setting:End ***/
@media(max-width: 480px) {
    img.alignright,
    img.alignleft,
    .alignright,
    .alignleft {
        float: none;
        margin: 0 auto !important;
        display: block;
    }
}

/*** custom bootstrap setting:Start ***/
label,
.label,
.badge {
    text-shadow: none;
    font-weight: normal;
    margin-bottom: 0px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 3px 0px 0px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid #858585;
    color: #4c4c4c;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0px;
}
.selectpicker.btn-default,
.selectpicker.btn-default:active,
.open .dropdown-toggle.btn-default.selectpicker {
    background: none;
    text-shadow: none;
}


/*** custom bootstrap setting:End ***/
