/********** 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 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 0px;
    text-indent: 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
select {
    text-indent: 2px;
}
textarea {
    height: 150px;
    overflow: auto;
}
input[type="button"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

.hasplaceholder {
    color: #000;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #000;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #000;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1 !important;
}

.element-loading {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -5000px;
    left: -5000px;
}
/********** 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 {
    font-size: 0px;
    line-height: 0px;
    clear: both;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img.alignright {
    margin: 0 0 6px 12px;
    display: inline;
}
img.alignleft {
    margin: 0 12px 6px 0;
    display: inline;
}
img.aligncenter {
    display: block;
    margin: 0px auto 10px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img,
iframe {
    max-width: 100%;
}

.ui-datepicker-title select {
    width: 65px;
    height: auto;
    color: #666;
    padding: 0px 2px 0px 0px;
    margin: 0px 2px !important;
}
/*** common setting:End ***/


/*** custom bootstrap setting:Start ***/
.label, .badge {
    text-shadow: none;
}
/*** custom bootstrap setting:End ***/

@media(max-width: 480px) {
    img.alignright,
    img.alignleft,
    .alignright,
    .alignleft {
        float: none;
        margin: 0 auto !important;
        display: block;
    }
}
