.btn {
    display: block;
    margin-bottom: 0;
    margin-top:10px!important;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-lg{
    padding: 12px 18px;
    font-size: 25px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-no{
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm{
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-xs{
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.33;
    border-radius: 0;
}

.submit-button-cent {
    margin: 0 auto;
}
.submit-button-righ {
    float:right;
    margin-right: 2px;
}
.submit-button-left {
    float:left;
    margin-left: 2px;
}

.button-inline>div{
    box-sizing: border-box;
}
.button-inline{
    display: table-cell;vertical-align: middle
}
.img{
    display:table-cell;
}
.row, .column, .container {
    margin:0 !important; padding:0 !important
}
p {
    margin-bottom: 0px; margin-top: 0px;
}
.form-control {
    display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #767676;background-color: #fff;background-image: none;border: 1px solid #cbd5dd;border-radius: 0;box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;padding: 0 10px;width: 100%
}
.btn-default {
    color: #767676;
    background-color: #fafafa;
    border-color: #ededed
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #767676;
    background-color: #e1e1e1;
    border-color: #cfcfcf
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.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, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fafafa;
    border-color: #ededed
}

.btn-default .badge {
    color: #fafafa;
    background-color: #767676
}

.btn-primary {
    color: #fff;
    background-color: #4b5a6f;
    border-color: #414e60
}
.btn.btn-primary {
    color: #fff;
    background-color: #4b5a6f;
    border-color: #414e60
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #364151;
    border-color: #28303b
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.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, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #4b5a6f;
    border-color: #414e60
}

.btn-primary .badge {
    color: #4b5a6f;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #87ac29;
    border-color: #779724
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #67831f;
    border-color: #506618
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.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, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #87ac29;
    border-color: #779724
}

.btn-success .badge {
    color: #87ac29;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #66b5d7;
    border-color: #52abd2
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #3ea1cc;
    border-color: #308eb7
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.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, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #66b5d7;
    border-color: #52abd2
}

.btn-info .badge {
    color: #66b5d7;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #eec95a;
    border-color: #ecc143
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #e9ba2c;
    border-color: #dbaa17
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.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, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #eec95a;
    border-color: #ecc143
}

.btn-warning .badge {
    color: #eec95a;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #e87352;
    border-color: #e5613b
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #e24f25;
    border-color: #c9411b
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.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, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #e87352;
    border-color: #e5613b
}

.btn-danger .badge {
    color: #e87352;
    background-color: #fff
}
input.form-control, .ui-dform-label{
    display: block;
    clear: left;
}

html p {
    margin:0;
}
img, div {
    max-width: 100%;
}

html body {
    background: transparent;
    background-color: transparent;
}

body form {
    margin-bottom: 0;
}

::-webkit-datetime-edit-text,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    color: #999;
}
