@charset "utf-8";

#header-img {
    clear: both;
    margin: 0 auto;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
    margin: 0;
}

a {
    background: transparent;
    color: #337ab7;
    text-decoration: none;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

mark {
    color: #000;
    background: #ff0;
}

code, kbd, pre, samp {
    font-size: 1em;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}


small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

fieldset {
    min-width: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

button, input, select, textarea {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button, select {
    text-transform: none;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    vertical-align: top;
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.acms-admin-btn.acms-admin-btn-success {
    border: 1px solid #618e00;
    background-color: #618e00;
    background-image: linear-gradient(180deg, #7db700, #618e00);
    color: #fff;
}

.acms-admin-btn.acms-admin-btn-success:hover {
    border: 1px solid #263700;
    background-color: #689800;
    background-image: linear-gradient(180deg, #8bcb00, #689800);
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-success.active, .acms-admin-btn.acms-admin-btn-success:active {
    border: 1px solid #263700;
    background-color: #618e00;
    box-shadow: inset 0 1px 2px #263700;
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-warning {
    border: 1px solid #c57300;
    background-color: #c57300;
    background-image: linear-gradient(180deg, #ee8b00, #c57300);
    color: #fff;
}

.acms-admin-btn.acms-admin-btn-warning:hover {
    border: 1px solid #6e4000;
    background-color: #cf7900;
    background-image: linear-gradient(180deg, #ff9603, #cf7900);
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-warning.active, .acms-admin-btn.acms-admin-btn-warning:active {
    border: 1px solid #6e4000;
    background-color: #c57300;
    box-shadow: inset 0 1px 2px #6e4000;
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-warning:focus {
    outline: none;
    border-color: #6e4000;
}

.acms-admin-btn.acms-admin-btn-link, .acms-admin-btn .acms-admin-btn-link:active, .acms-admin-btn .acms-admin-btn-link:hover, .acms-admin-btn .acms-admin-btn-link:visited {
    border: 0 !important;
    color: #428bca;
    text-decoration: underline;
    background: none;
    border-radius: 0;
}

.acms-admin-btn.acms-admin-btn-link:hover {
    color: #2e67a5;
}

.acms-admin-btn-flat {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #d6d6d6;
    color: #666;
    padding: 14px 20px;
}

.acms-admin-btn-flat.acms-admin-btn-hover, .acms-admin-btn-flat:hover, a .acms-admin-btn-flat:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #666;
    background-color: #eee;
    border: 1px solid #a7a7a7;
    text-decoration: none;
}

.acms-admin-btn-flat.acms-admin-btn-active, .acms-admin-btn-flat:active, .acms-admin-btn-flat:focus, a .acms-admin-btn-flat:active, a .acms-admin-btn-flat:focus {
    background-color: #d6d6d6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #a6a6a6;
    color: #666;
}

.acms-admin-btn-flat-primary {
    background-color: #005cee;
    border: 1px solid #004cc5;
    color: #fff;
}

.acms-admin-btn-flat-primary.acms-admin-btn-hover, .acms-admin-btn-flat-primary:hover, a .acms-admin-btn-flat-primary:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    background-color: #0364ff;
    border: 1px solid #002b6e;
    text-decoration: none;
}

.acms-admin-btn-flat-primary.acms-admin-btn-active, .acms-admin-btn-flat-primary:active, .acms-admin-btn-flat-primary:focus, a .acms-admin-btn-flat-primary:active, a .acms-admin-btn-flat-primary:focus {
    background-color: #004cc5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #004cc5;
    color: #fff;
}

.acms-admin-btn-flat-info {
    background-color: #5f5f5f;
    border: 1px solid #4b4b4b;
    color: #fff;
}

.acms-admin-btn-flat-info.acms-admin-btn-hover, .acms-admin-btn-flat-info:hover, a .acms-admin-btn-flat-info:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    background-color: #6a6a6a;
    border: 1px solid #202020;
    text-decoration: none;
}

.acms-admin-btn-flat-info.acms-admin-btn-active, .acms-admin-btn-flat-info:active, .acms-admin-btn-flat-info:focus, a .acms-admin-btn-flat-info:active, a .acms-admin-btn-flat-info:focus {
    background-color: #4b4b4b;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #4b4b4b;
    color: #fff;
}

.acms-admin-btn-flat-success {
    background-color: #7db700;
    border: 1px solid #618e00;
    color: #fff;
}

.acms-admin-btn-flat-success.acms-admin-btn-hover, .acms-admin-btn-flat-success:hover, a .acms-admin-btn-flat-success:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    background-color: #8bcb00;
    border: 1px solid #263700;
    text-decoration: none;
}

.acms-admin-btn-flat-success.acms-admin-btn-active, .acms-admin-btn-flat-success:active, .acms-admin-btn-flat-success:focus, a .acms-admin-btn-flat-success:active, a .acms-admin-btn-flat-success:focus {
    background-color: #618e00;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #618e00;
    color: #fff;
}

.acms-admin-btn-flat-warning {
    background-color: #ee8b00;
    border: 1px solid #c57300;
    color: #fff;
}

.acms-admin-btn-flat-warning.acms-admin-btn-hover, .acms-admin-btn-flat-warning:hover, a .acms-admin-btn-flat-warning:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    background-color: #ff9603;
    border: 1px solid #6e4000;
    text-decoration: none;
}

.acms-admin-btn-flat-warning.acms-admin-btn-active, .acms-admin-btn-flat-warning:active, .acms-admin-btn-flat-warning:focus, a .acms-admin-btn-flat-warning:active, a .acms-admin-btn-flat-warning:focus {
    background-color: #c57300;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #c57300;
    color: #fff;
}

.acms-admin-btn-flat-danger {
    background-color: #ee0023;
    border: 1px solid #c5001d;
    color: #fff;
}

.acms-admin-btn-flat-danger.acms-admin-btn-hover, .acms-admin-btn-flat-danger:hover, a .acms-admin-btn-flat-danger:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    background-color: #ff0328;
    border: 1px solid #6e0010;
    text-decoration: none;
}

.acms-admin-btn-flat-danger.acms-admin-btn-active, .acms-admin-btn-flat-danger:active, .acms-admin-btn-flat-danger:focus, a .acms-admin-btn-flat-danger:active, a .acms-admin-btn-flat-danger:focus {
    background-color: #c5001d;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #c5001d;
    color: #fff;
}

a.acms-admin-btn, a.acms-admin-btn-admin {
    border: 1px solid #a7a7aa;
}

.acms-admin-blockquote, .acms-admin-style blockquote {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 5px solid #ccc;
}

.acms-admin-icon {
    padding-right: 10px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=acms-admin-icon-] {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.acms-admin-pre, .acms-admin-style pre {
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 10px;
}

.acms-admin-code, .acms-admin-pre code, .acms-admin-style code {
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #f92d74;
    padding: 5px;
}

.acms-admin-code, .acms-admin-pre, .acms-admin-pre code, .acms-admin-pre kbd, .acms-admin-pre samp, .acms-admin-style code, .acms-admin-style kbd, .acms-admin-style pre, .acms-admin-style samp {
    font-family: Consolas, monospace;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.acms-admin-form input[type=date], .acms-admin-form input[type=datetime-local], .acms-admin-form input[type=datetime], .acms-admin-form input[type=email], .acms-admin-form input[type=month], .acms-admin-form input[type=number], .acms-admin-form input[type=password], .acms-admin-form input[type=search], .acms-admin-form input[type=tel], .acms-admin-form input[type=text], .acms-admin-form input[type=time], .acms-admin-form input[type=url], .acms-admin-form input[type=week] {
    font-size: 16px;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    color: #333;
    line-height: 1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    padding: 14px 5px 10px;
}

.acms-admin-form textarea {
    font-size: 16px;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    color: #333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    line-height: 1.7;
    padding: 5px 5px 4px;
}

.acms-admin-form select {
    -moz-appearance: none;
    -webkit-appearance: button;
    display: inline-block;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    background: #f0f0f0 url(https://images.staticjw.com/gur/7236/arrow_black03.png) no-repeat 100in 100in;
    text-align: left;
    padding: 11px 10px;
}

.acms-admin-form select.hover, .acms-admin-form select:hover {
    border: 1px solid #868688;
    background: #e1e1e1 url(https://images.staticjw.com/gur/7236/arrow_black03.png) no-repeat 100in 100in;
    color: #333;
    text-decoration: none;
}

.acms-admin-form select[multiple=multiple] {
    -webkit-appearance: none;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    padding: 7px 10px;
}

.acms-admin-form-action .acms-admin-form-side {
    width: 1%;
    background: #eee;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0 6px;
}

.acms-admin-form-error {
    background: #fff8f8;
    color: #c91032;
    border-color: #dc8d99;
}

.acms-admin-ico-checkbox, .acms-admin-ico-radio {
    display: inline-block;
    vertical-align: middle;
    width: auto \9;
    height: auto \9;
    _width: auto;
    _height: auto;
    margin: 0 5px 0 0;
}

.acms-admin-ico-checkbox {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat 0 0;
    background-size: 40px 80px;
    background-image: none \9;
    _background-image: none;
}

.acms-admin-form-checkbox input:focus + .acms-admin-ico-checkbox {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat left -60px;
    background-size: 40px 80px;
    cursor: not-allowed;
}

.acms-admin-form-checkbox input:checked + .acms-admin-ico-checkbox {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat left -20px;
    background-size: 40px 80px;
}

.acms-admin-form-checkbox input:disabled + .acms-admin-ico-checkbox {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat left -40px;
    background-size: 40px 80px;
    cursor: not-allowed;
}

.acms-admin-ico-radio {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat -20px top;
    background-size: 40px 80px;
    background-image: none \9;
    _background-image: none;
}

.acms-admin-form-radio input:focus + .acms-admin-ico-radio {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat -20px -60px;
    background-size: 40px 80px;
}

.acms-admin-form-radio input:checked + .acms-admin-ico-radio {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat -20px -20px;
    background-size: 40px 80px;
}

.acms-admin-form-radio input:disabled + .acms-admin-ico-radio {
    background: url(https://images.staticjw.com/gur/6626/ico_input.png) no-repeat -20px -40px;
    background-size: 40px 80px;
    cursor: not-allowed;
}

.acms-admin-form-checkbox, .acms-admin-form-radio {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    position: static \9;
    _position: static;
}

.acms-admin-form-checkbox input, .acms-admin-form-radio input {
    filter: alpha(opacity=100);
    position: static \9;
    _position: static;
    opacity: 1 \9;
}

.acms-admin-btn-checkbox + label {
    display: inline-block;
    position: relative;
    border: 1px solid #cacece;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    background-color: #fafafa;
    padding: 9px;
}

.acms-admin-btn-checkbox:checked + label {
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px hsla(0, 0%, 100%, .1);
    background-color: #bbb;
    color: #fff;
}

.acms-admin-btn-checkbox:checked + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    color: #99a1a7;
    font-size: 14px;
}

.acms-admin-btn-radio + label {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    border: 1px solid #cacece;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    background-color: #fafafa;
    padding: 9px;
}

.acms-admin-btn-radio:checked + label {
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px hsla(0, 0%, 100%, .1), inset 0 0 10px rgba(0, 0, 0, .1);
    background-color: #bbb;
    color: #fff;
}

.acms-admin-table {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ddd;
}

.acms-admin-table td, .acms-admin-table th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.acms-admin-table-heading {
    border-top: 1px solid #ccc;
}

.acms-admin-table-heading th {
    border-top: 1px solid #25242c;
    background-color: #25242c;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}

.acms-admin-table-bordered {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.acms-admin-table-bordered td, .acms-admin-table-bordered th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.acms-admin-table-hover tr:hover td {
    background: #e3eefc;
    cursor: pointer;
}

.acms-admin-table-admin {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.acms-admin-table-admin td, .acms-admin-table-admin th {
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
    padding: 13px 10px;
}

.acms-admin-table-admin-striped tr.even, .acms-admin-table-admin-striped tr:nth-of-type(even) {
    background: #f2f2f4;
}

.acms-admin-table-admin-edit tr:only-child td, .acms-admin-table-admin-edit tr:only-child th {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.acms-admin-table-admin-edit thead tr:last-child td, .acms-admin-table-admin-edit thead tr:last-child th {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.acms-admin-table-admin-edit tbody tr:last-child th {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 5px;
}

.acms-admin-table-admin-edit tr:last-child td {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 15px;
}

.acms-admin-table-admin-edit-bordered tr:last-child td {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.acms-admin-admin-mini-table thead {
    background: #fff;
    border-bottom: 2px solid #ccc;
}

.acms-admin-admin-mini-table td {
    _border-bottom: 1px solid #ccc;
}

.acms-admin-admin-mini-table tbody tr:nth-of-type(odd) td {
    background: #f7f7f8;
}

.acms-admin-table-hover .acms-admin-table-info:hover, .acms-admin-table-hover .acms-admin-table-info:hover td, .acms-admin-table-hover .acms-admin-table-info:hover th, .acms-admin-table-info, .acms-admin-table-info td, .acms-admin-table-info th {
    background: #bccce2;
}

.acms-admin-table-hover .acms-admin-table-success:hover, .acms-admin-table-hover .acms-admin-table-success:hover td, .acms-admin-table-hover .acms-admin-table-success:hover th, .acms-admin-table-success, .acms-admin-table-success td, .acms-admin-table-success th {
    background: #aad9cd;
}

.acms-admin-table-hover .acms-admin-table-warning:hover, .acms-admin-table-hover .acms-admin-table-warning:hover td, .acms-admin-table-hover .acms-admin-table-warning:hover th, .acms-admin-table-warning, .acms-admin-table-warning td, .acms-admin-table-warning th {
    background: #e1d7bb;
}

.acms-admin-table-danger, .acms-admin-table-danger td, .acms-admin-table-danger th, .acms-admin-table-hover .acms-admin-table-danger:hover, .acms-admin-table-hover .acms-admin-table-danger:hover td, .acms-admin-table-hover .acms-admin-table-danger:hover th {
    background: #e1bcc4;
}

.acms-admin-list-group {
    list-style: none;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}

.acms-admin-list-group-item {
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.acms-admin-label {
    border-radius: 3px;
    background-color: #999;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    padding: 3px 7px;
}

.acms-admin-label a {
    color: #fff !important;
}

a .acms-admin-label:hover {
    color: #fff;
    text-decoration: none;
    background: #6e6e6e;
    cursor: pointer;
}

.acms-admin-label-group .acms-admin-label-side:first-child {
    border-right: 1px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.acms-admin-label-group .acms-admin-label-side:last-child {
    border-left: 1px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a .acms-admin-label-success:hover {
    background: #2e8570;
}

a .acms-admin-label-info:hover {
    background: #3b68ab;
}

a .acms-admin-label-warning:hover {
    background: #ab903b;
}

a .acms-admin-label-danger:hover {
    background: #ab3b56;
}

.acms-admin-badge {
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    background-color: #999;
    padding: 3px 7px;
}

.acms-admin-badge-approval {
    background-color: #e20020;
}

.acms-admin-panel {
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.acms-admin-panel-header {
    border-bottom: 1px solid #d9d9d9;
    background-color: #f0f0f0;
    margin: 0;
    padding: 10px;
}

.acms-admin-panel-body + .acms-admin-panel-header {
    border-top: 1px solid #d9d9d9;
}

.acms-admin-panel-footer {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.acms-admin-panel-info .acms-admin-panel-header, .acms-admin-panel-info .acms-admin-panel-header a {
    background-color: #e9eff7;
    color: #7096cd;
    border-color: #bbcde8;
}

.acms-admin-panel-danger .acms-admin-panel-header, .acms-admin-panel-danger .acms-admin-panel-header a {
    background-color: #f7e9ec;
    color: #cd7086;
    border-color: #e8bbc6;
}

.acms-admin-entry blockquote {
    border-left: 5px solid #ccc;
    margin: 0 0 15px;
    padding: 10px 20px;
}

.column-image-left, .column-media-left {
    display: inline;
    float: left;
    margin-bottom: 10px;
}

.column-image-right, .column-media-right {
    display: inline;
    float: right;
    margin-bottom: 10px;
}

.column-image-center, .column-media-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}

.column-file-left {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.column-file-right {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.column-file-center {
    float: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}

.column-map-center {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.column-yolp-center {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

[class*=column-quote-] .quoteTitleLink {
    color: #006cd8;
}

.acms-admin-img-bordered {
    max-width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 4px;
}

.acms-admin-img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    margin: 0;
    padding: 20px 20px 12px;
}

.acms-admin-thumbnail {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    padding: 6px;
}

.acms-admin-thumbnail:hover {
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.acms-admin-navbar {
    clear: both;
    width: 100%;
    background-color: #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    list-style: none outside none;
    z-index: 20;
    margin: 0 0 20px;
}

.acms-admin-navbar #viewing, .acms-admin-navbar a:active, .acms-admin-navbar a:hover, .acms-admin-navbar a:link, .acms-admin-navbar a:visited {
    display: block;
    _display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0 !important;
    line-height: 4.5;
    padding: 0 30px;
}

.acms-admin-navbar li {
    position: relative;
    top: 0;
    white-space: nowrap;
    font-weight: 700;
    border-left: 1px solid #ccc;
}

.acms-admin-navbar ul ul a {
    width: 240px;
    height: 40px !important;
    border-top: 1px solid #333;
    border-bottom: 1px solid #999;
    background: #333;
    font-size: 13px;
    overflow: visible;
    line-height: 3 !important;
    padding: 0 20px;
}

.acms-admin-navbar ul ul ul a {
    background: #222;
    border-top: 1px solid #333;
    border-bottom: 1px solid #999;
}

.acms-admin-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    background-color: #15141c;
    color: #999;
    padding: 10px 20px;
}

.acms-admin-sidebar-link a:hover {
    background-color: #4f4f4f;
    color: #e0e0e0;
}

.acms-admin-sidebar-sp li {
    border-bottom: 1px solid #fff;
}

.acms-admin-sidebar-sp .acms-admin-sidebar-box {
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
}

.acms-admin-sidebar-sp .acms-admin-dropdown a {
    background: url(https://images.staticjw.com/gur/5811/arrow_white03.png) no-repeat 95%;
}

.acms-admin-pager li.cur span, .acms-admin-pager li > a, .acms-admin-pager li span > a {
    display: inline-block;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    background-color: #e1e1e1;
    background-image: linear-gradient(180deg, #f9f9f9, #e1e1e1);
    color: #333;
    padding: 14px;
}

.acms-admin-pager li a:hover {
    background-color: #e1e1e1;
    background-image: linear-gradient(180deg, #fcfcfc, #e1e1e1);
    color: #333;
    border: 1px solid #868688;
    text-decoration: none;
}

.acms-admin-pager li.cur span {
    border: 1px solid #aaa;
    background: #ccc;
    text-decoration: none;
}

.acms-admin-alert {
    margin-bottom: 20px;
    border: 1px solid #737373;
    background: #bfbfbf;
    border-radius: 5px;
    color: #4d4d4d;
    -webkit-animation: anime1 2s ease 1 alternate;
    animation: anime1 2s ease 1 alternate;
    padding: 20px;
}

to {
    opacity: 1;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    background-position: 0 0;
}

.acms-admin-alert-info {
    border: 1px solid #7096cd;
    background: #cedbee;
    color: #7096cd;
}

.acms-admin-alert-danger {
    border: 1px solid #cd7086;
    background: #eeced6;
    color: #cd7086;
}

.js-acms-alert-close {
    float: right;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: 0;
    font-size: 14px;
    margin-top: -3px;
    padding: 0;
}

.acms-admin-timeline:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #ddd;
}

.acms-admin-timeline-panel {
    border: 1px solid #ddd;
    margin: 5px 0 20px;
    padding: 10px;
}

.acms-admin-timeline-time {
    float: right;
    color: #aaa;
}

.js-acms-dropdown-toggle {
    position: relative;
    outline: 0;
    margin: 0;
}

.js-acms-dropdown-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    min-width: 160px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background: #FFF;
    background-clip: padding-box;
    border: solid 1px #CCC;
    _border: solid 1px #CCC;
    margin: 2px 0;
    padding: 5px 0;
}

.js-acms-dropdown-menu a:hover {
    background: #5E5E5E;
    color: #FFF;
}

.js-acms-dropdown-menu > li.acms-admin-divider {
    height: 1px;
    background-color: #e5e5e5;
    margin: 9px 0;
}

.acms-admin-tooltip {
    position: absolute;
    display: inline-block;
    max-width: 300px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    opacity: .9;
    font-size: 11px;
    z-index: 1000000;
    padding: 6px 10px;
}

.acms-admin-tooltip.right:after {
    border-right-color: #333;
    right: 100%;
    left: auto;
}

.acms-admin-tooltip.left:after, .acms-admin-tooltip.right:after {
    border-top-color: transparent;
    top: 50%;
    margin-top: -5px;
    margin-left: 0;
}

.acms-admin-tooltip.left:after {
    border-left-color: #333;
    left: 100%;
    right: auto;
}

.acms-admin-tabs .acms-admin-tabs-panel {
    border: 1px solid #cfcfcf;
    background: #f2f2f4;
    padding: 10px;
}

.acms-admin-tabs .js-acms_admin_tabs a, .acms-admin-tabs .js-acms_tabs a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    padding: 10px 8px;
}

.acms-admin-tabs .js-acms_admin_tabs a:hover, .acms-admin-tabs .js-acms_tabs a:hover {
    color: #666;
    background: #f2f2f4;
}

.acms-admin-tabs .js-acms_admin_tabs a.js-acms_tab-active, .acms-admin-tabs .js-acms_tabs a.js-acms_tab-active {
    color: #006dec;
    background: #f2f2f4;
    position: relative;
}

.acms-admin-tabs .js-acms_admin_tabs a.js-acms_tab-active:before, .acms-admin-tabs .js-acms_tabs a.js-acms_tab-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #f2f2f4;
}

.acms-admin-tabs-inverse .acms-admin-tabs-panel {
    background: #fff;
    padding: 10px;
}

.acms-admin-tabs-inverse .js-acms_admin_tabs a, .acms-admin-tabs-inverse .js-acms_tabs a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background: #f2f2f4;
    padding: 10px 8px;
}

.acms-admin-tabs-inverse .js-acms_admin_tabs a:hover, .acms-admin-tabs-inverse .js-acms_tabs a:hover {
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.acms-admin-tabs-inverse .js-acms_admin_tabs a.js-acms_tab-active, .acms-admin-tabs-inverse .js-acms_tabs a.js-acms_tab-active {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.acms-admin-progress {
    height: 28px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.acms-admin-progress-bar {
    float: left;
    height: 100%;
    background-color: #4ac0a4;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}

.acms-admin-progress-bar-info {
    background-color: #96b1da;
}

.acms-admin-progress-bar-danger {
    background-color: #da96a6;
}


.acms-admin-progress.acms-admin-active .acms-admin-progress-bar {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.js-acms-offcanvas-active {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.js-acms-offcanvas-body {
    width: 100%;
    left: 0;
    transition: left .3s ease-in-out;
}

.js-acms-offcanvas-body-moving {
    left: 0;
    position: fixed;
}

.js-acms-offcanvas-body-right {
    overflow-y: hidden;
    left: -70%;
    position: fixed;
}

.js-acms-offcanvas-body-left {
    overflow-y: hidden;
    left: 70%;
    position: fixed;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
    display: block;
    width: 70%;
    z-index: 10002;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 100%;
    background-color: #FFF;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
    right: 0;
    left: auto;
    margin-right: -70%;
    transition: margin-right .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
    left: 0;
    right: auto;
    margin-left: -70%;
    transition: margin-left .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right.active {
    margin-right: 0;
    transition: margin-right .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left.active {
    margin-left: 0;
    transition: margin-left .3s ease-in-out;
}

.js-acms-header-fixed {
    transition: margin-left .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.js-acms-offcanvas-body-right .js-acms-header-fixed {
    margin-left: -70%;
}

.js-acms-offcanvas-body-left .js-acms-header-fixed {
    margin-left: 70%;
}

.acms-admin-fade-in-strong {
    opacity: .3;
    transition: opacity .5s;
}

.acms-admin-fade-in {
    opacity: .5;
    transition: opacity .5s;
}

.acms-admin-fade-in-light {
    opacity: .7;
    transition: opacity .5s;
}

.acms-admin-slide-top {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-80px);
    transform: translateX(0) translateY(-80px);
    transition: opacity .5s, transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.acms-admin-slide-bottom {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(80px);
    transform: translateX(0) translateY(80px);
    transition: opacity .5s, transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.acms-admin-slide-left {
    opacity: 0;
    -webkit-transform: translateX(-80px) translateY(0);
    transform: translateX(-80px) translateY(0);
    transition: opacity .5s, transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.acms-admin-slide-right {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    transition: opacity .5s, transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.active .acms-admin-slide-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: opacity, transform;
}

.acms-admin-zoom-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    will-change: opacity, transform;
}

.acms-admin-zoom-in-show {
    opacity: 0;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.acms-admin-zoom-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    will-change: opacity, transform;
}

.acms-admin-zoom-out-show {
    opacity: 0;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.no-js .acms-admin-slide-bottom, .no-js .acms-admin-slide-left, .no-js .acms-admin-slide-right, .no-js .acms-admin-slide-top {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.no-js .acms-admin-zoom-in-show, .no-js .acms-admin-zoom-out-show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.acms-admin-filter {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #f2f2f4;
    padding: 20px 9px;
}

.acms-admin-admin-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
}

.acms-admin-admin-title2 {
    background: #9898a2;
    color: #fff;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 4px 10px;
}

.acms-admin-admin-title3 {
    background: #ddd;
    color: #333;
    font-size: 10px;
    margin: 0 0 10px;
    padding: 10px 15px;
}

.acms-admin-unitbox-title {
    color: #333;
    font-size: 15px;
    margin: 5px 5px 5px 0;
}

.ablogcms--column-add-btn {
    border: 1px solid #ccc;
    background: #ddd;
    margin: 10px;
    padding: 10px;
}

.ablogcms--column-add-btn .adminBtn {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
}

#adminBox .acms-admin-btn-admin {
    margin-right: 0;
}

.highlight1 {
    background-color: #FF6;
    color: #000;
}

.highlight2 {
    background-color: #A0FFFF;
    color: #000;
}

.highlight3 {
    background-color: #9F9;
    color: #000;
}

.highlight4 {
    background-color: #F99;
    color: #000;
}

.highlight5 {
    background-color: #F6F;
    color: #000;
}

.highlight6 {
    background-color: #800;
    color: #000;
}

#entryForm {
    width: 100%;
    background: #f7f7f7;
}

.entryFormWrapper {
    _padding: 0;
    background: #f7f7f7;
    padding: 10px;
}

.entryFormTable {
    width: 100% !important;
    border: none !important;
    border-collapse: collapse !important;
    background-color: #efefef !important;
    margin: 0 0 10px !important;
}

.entryFormTable td, .entryFormTable th {
    border: none !important;
    background-color: #f7f7f7 !important;
    color: #333 !important;
    padding: 7px 10px !important;
}

.entryFormTable .thY {
    width: 30%;
}

.entryFormColumnBody table, .entryFormColumnBody td, .entryFormColumnBody th {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.entryFormColumnBody table tr {
    float: none !important;
}

.acms-admin-drop-area-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.drag-n-drop-hover .acms-admin-drop-area {
    z-index: 99999999;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.drag-n-drop-hover .acms-admin-drop-area:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: #fff;
    opacity: .9;
    border: 3px dashed #006dd9;
}

.acms-admin-drop-area-inner {
    display: none;
    text-align: center;
}

.drag-n-drop-hover .acms-admin-drop-area-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 100000;
}

.acms-admin-drop-area-icon {
    color: #006dd9;
    font-size: 30px;
}

.acms-admin-drop-area-text {
    color: #006dd9;
    font-size: 14px;
}

.entryFormColumnBody .entryFormImageTable td, .entryFormColumnBody .entryFormImageTable th, .entryFormColumnBody .formUnitGroupOption td, .entryFormColumnBody .formUnitGroupOption th, .entryFormColumnBody .formUnitLabel td, .entryFormColumnBody .formUnitLabel th, .entryFormColumnBody .js-formUnitGroup td, .entryFormColumnBody .js-formUnitGroup th {
    background-color: transparent !important;
    padding: 5px 10px !important;
}

#entryForm .entryFormColumnBody .js-formUnitGroup .formUnitGroupValue {
    width: 80% !important;
}

.entryFormTable .detail-fade-body {
    padding: 0 10px !important;
}

.entryFormTable .detail-fade-body td, .entryFormTable .detail-fade-body th {
    background-color: #efefef !important;
}

.entryFormTable .detail-fade td {
    padding: 0 !important;
}

.entryFormTable .detail-fade td .detail-fade-head {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background-color: #e3e3e3;
    outline: 0 !important;
    padding: 7px 0 !important;
}

.entryFormColumnSettingTable {
    width: 100%;
    border: none;
}

.entryFormColumnSettingTable th {
    width: 8em;
    background-color: transparent;
    text-align: right;
    vertical-align: top;
}

.entryFormColumnSettingTable, .entryFormColumnSettingTable table, .entryFormColumnSettingTable tr, .formColumnMap, .formColumnMap table, .formColumnMap tr {
    background-color: #d0d0d0 !important;
}

.outOfSummaryRange .entryFormColumnSettingTable, .outOfSummaryRange .entryFormColumnSettingTable table, .outOfSummaryRange .entryFormColumnSettingTable tr, .outOfSummaryRange .formColumnMap, .outOfSummaryRange .formColumnMap table, .outOfSummaryRange .formColumnMap tr {
    background-color: #ebebeb !important;
}

.acms-admin-form-edit input[type=date], .acms-admin-form-edit input[type=datetime-local], .acms-admin-form-edit input[type=datetime], .acms-admin-form-edit input[type=email], .acms-admin-form-edit input[type=month], .acms-admin-form-edit input[type=number], .acms-admin-form-edit input[type=password], .acms-admin-form-edit input[type=search], .acms-admin-form-edit input[type=tel], .acms-admin-form-edit input[type=text], .acms-admin-form-edit input[type=time], .acms-admin-form-edit input[type=url], .acms-admin-form-edit input[type=week], .acms-admin-form-edit select {
    width: auto;
    height: auto;
    margin: 0;
}

.acms-admin-form-edit .acms-admin-form-width-large, .acms-admin-form-edit input.acms-admin-form-width-large {
    width: 540px;
}

.acms-admin-form-edit .acms-admin-form-width-medium, .acms-admin-form-edit input.acms-admin-form-width-medium {
    width: 380px;
}

.acms-admin-entry h2.fieldTitle, .acms-admin-entry h3.fieldTitle, .acms-admin-entry h4.fieldTitle, .acms-admin-entry h5.fieldTitle, .acms-admin-entry h6.fieldTitle {
    padding-left: 0;
    padding-right: 0;
}

.acms-admin-accordion-title [class*=acms-admin-icon] {
    margin: 0 0 0 5px;
}

.acms-admin-accordion-title-link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #e3e3e3;
    padding: 7px 0;
}

.acms-admin-accordion-title-link:hover {
    text-decoration: none;
    background-color: #d0d0d0;
}

.acms-admin-accordion-inner {
    background: #efefef;
    padding: 10px;
}

.acms-admin-accordion-inner .entryFormTable td, .acms-admin-accordion-inner .entryFormTable th {
    background: #efefef !important;
}

.acms-admin-table-sort {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.acms-admin-table-sort td, .acms-admin-table-sort th {
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.acms-admin-icon-mute {
    color: #a7a7aa;
}

.acms-admin-form input[type=text].entryInputTitle {
    width: 100%;
    font-size: 20px;
}

.entryFormColumnTable {
    width: 100%;
    border: none;
    background-color: transparent !important;
    margin: 0;
}

.entryFormFileControl {
    vertical-align: top;
    line-height: 2em;
}

.entryFormFileControl, .entryFormFileControl td, .entryFormFileControl th {
    border: none !important;
    background-color: transparent !important;
    font-size: 13px;
}

.entryFormColumnTable img {
    background: #fff;
    margin: 0 0 10px;
    padding: 5px;
}

.entryFormFileControl .acms-admin-form-width-large {
    width: 300px;
}

.entryFormFileImage {
    max-width: 230px;
    width: 230px;
    height: auto;
}

.entryFormColumnBody .entryFormColumnTable td, .entryFormColumnBody .entryFormColumnTable th {
    padding-bottom: 5px !important;
}

.entryFormImageTable {
    width: 100%;
    border: none;
    border-collapse: collapse;
    background-color: #f7f7f7 !important;
    margin: 5px 0 0 !important;
    padding: 10px;
}

.entryFormImageTable .entryFormInputText {
    width: 180px;
}

.entryFormImageTable th {
    width: 10em;
    background-color: #f7f7f7;
    text-align: right;
}

.entryFormImageTable .imageLargeSize {
    margin-left: 15px;
}

.entryFormImageTable .toggle {
    display: block;
    font-size: 14px;
}

.entryFormMapTable td, .entryFormMapTable th {
    padding: 5px !important;
}

.entryFormColumnSettingTable .entryFormImageTable, .entryFormColumnSettingTable .entryFormImageTable tr, .entryFormImageTable, .formColumnMap .entryFormImageTable, .formColumnMap .entryFormImageTable tr {
    background-color: #f7f7f7 !important;
}

.entryFormColumn {
    position: relative;
    padding: 0 0 10px;
}

.entryFormColumnItem {
    margin-bottom: 0;
    zoom: 1;
    padding: 10px 10px 0;
}

.acms-admin-extend-field {
    padding: 0 0 5px;
}

.entryFormColumn .entryFormColumnHead {
    position: relative;
    height: 30px;
    min-height: 20px;
    background: #a7a7aa;
    color: #fff;
    font-size: 13px;
    box-sizing: content-box;
    margin: 0;
    padding: 10px;
}

.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnBody, .entryFormColumn .entryFormColumnItem-hidden .entryFormColumnHead {
    background: #ddd;
    color: #333;
    transition: opacity .2s linear, background .2s linear;
}

.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnHead [name="align[]"] {
    border: 1px solid red;
}

.entryFormColumn .entryFormColumnItem-hidden .entryFormColumnBody {
    opacity: .66;
}

.entryFormColumn .entryFormColumnItem-summary .entryFormColumnHead {
    background-color: #7e7e84;
}

.entryFormColumn .entryFormColumnItem-summary .entryFormColumnBody, .entryFormColumnBody {
    background-color: #d0d0d0;
}

.entryFormColumnBody {
    text-align: left;
    margin: 0;
    padding: 10px;
}

.entryFormColumnBody textarea {
    margin-bottom: 10px;
    line-height: 1.7;
}

.entryFormColumnBody.outOfSummaryRange {
    background-color: #ebebeb;
}

.entryFormColumnBody dl dd {
    margin-left: 0;
    padding-bottom: 8px;
}

.entryFormFileentryFormImages {
    width: 240px;
    padding-right: 20px;
    vertical-align: top;
}

.entryFormFileentryFormImages, .formColumnMapTd {
    background-color: transparent !important;
}

.entryFormFileentryFormImages .acms-admin-icon-unit-image {
    color: #aaa;
    font-size: 100px;
    text-align: center;
}

.categoryAdder {
    display: none;
    position: absolute;
    background: #d0d0d0;
    z-index: 1;
    padding: 10px;
}

.categoryAdder table {
    _width: 50%;
    background: #f7f7f7;
}

#tag-assist {
    text-align: left;
    margin: 10px;
    padding: 0;
}

#tag-assist li {
    display: inline-block;
    white-space: nowrap;
    _display: inline;
    _zoom: 1;
    margin: 3px;
}

#dateExpander:hover {
    background-color: #d0d0d0;
    text-decoration: none;
    border-bottom: none;
}

.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
    position: absolute;
    top: 6px;
    left: 10px;
    width: auto;
}

.acms-admin-form-direct .entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
    left: 10px;
}

.entryFormColumn .entryFormColumnHead .sorthandle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    _height: 33px;
    _padding-right: 20px;
    cursor: move;
    _cursor: auto;
    padding: 10px 0 0;
}

.entryFormColumn .entryFormColumnHead .label {
    position: relative;
    right: 45px;
    float: right;
    background-color: transparent;
    font-size: 13px;
    text-align: right;
}

.entryFormColumn .entryFormColumnHead .togglebody {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 14px;
    height: 14px;
    text-align: center;
    cursor: pointer;
}

.entryFormColumn .ui-sortable-helper {
    position: absolute;
    left: 0 !important;
    width: 97.25%;
    margin-bottom: 0;
    _margin: 0 !important;
    _padding: 0 !important;
    padding: 10px;
}

#more.ui-sortable-helper {
    width: 97%;
    _margin: 0 !important;
    _padding: 5px 0 !important;
}

.entryFormColumn #more {
    position: relative;
    display: none;
    border: 1px solid #7f7f84;
    background: #fff;
    cursor: move;
    _cursor: auto;
    text-align: center;
    line-height: 1;
    margin: 10px 10px 0;
    padding: 10px 0;
}

.entryFormColumn #more .sorthandle .acms-admin-icon-sort {
    float: left;
    margin-left: 9px;
}

.formColumnMapTd {
    width: 400px;
    padding-right: 20px;
    vertical-align: top;
}

* + html .formColumnMapTd {
    width: 200px;
}

* + html .map_msg_id {
    width: 90%;
}

.entryFormFilePreview {
    width: 74px;
    padding-right: 20px;
    vertical-align: top;
}

.comPost {
    background-color: #ddd;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

.submitBtn {
    width: 8em;
}

.formSizeS {
    width: 150px;
}

.formSizeM {
    width: 240px;
}

.formSizeL {
    width: 320px;
}

#unitForm .entryFormColumnBody {
    padding-bottom: 60px;
}

.transaction-notice-error.acms-admin-alert, .v-result-0.acms-admin-alert, .v-result-error.acms-admin-alert, .validator-result-0.acms-admin-alert, .validator-result-error.acms-admin-alert {
    color: #4d4d4d;
}

.noticeMsg {
    margin-bottom: 20px;
    border: 3px double #fff;
    background-color: #e0e0e0;
    font-size: 14px;
    text-align: center;
}

.acmsBenchmark {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.acmsBenchmark h1 {
    font-size: 14px;
    text-align: center;
}

.acmsBenchmarkTable {
    margin-top: 10px;
    border-collapse: collapse;
    background-color: #fff;
    text-align: left;
    font-size: 8px;
}

.acmsBenchmarkTable thead th {
    background-color: #9c9;
}

.acmsBenchmarkTable tbody th {
    background-color: #cfc;
}

.acmsBenchmarkTable td, .acmsBenchmarkTable th {
    max-width: 300px;
    border: 1px solid gray;
    word-wrap: break-word;
    padding: 5px 10px;
}

.js-acms_loader, .js-acms_loader:after, .js-acms_loader:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load 1.8s infinite ease-in-out;
    animation: load 1.8s infinite ease-in-out;
    box-sizing: content-box;
}

.js-acms_loader {
    position: relative;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 6px solid #333;
    border-right: 6px solid #333;
    border-bottom: 6px solid #333;
    border-left: 6px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
    margin: 20px auto;
}

.js-acms_loader, .js-acms_loader:after {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

#js-edit_inplace-sort_selection {
    position: absolute;
    z-index: 1024;
    border: 1px solid blue;
    background-color: rgba(0, 0, 255, .01);
}

.js-edit_inplace-sort_selecting {
    box-shadow: 0 0 5px #adff2f;
}

.js-edit_inplace-sort_selectAll {
    background-color: #eee;
    box-shadow: 0 0 5px #adff2f;
    cursor: pointer;
}

#js-media_view {
    width: 100%;
    height: 100%;
    background-color: #4e4e4e;
    z-index: 999999;
}

#js-media_view_inner {
    position: relative;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: #fff;
    border: 3px solid #aaa;
}

.acms-admin-modal {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: -80px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.acms-admin-modal.in {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    transition: all .3s;
    opacity: 1;
}

.acms-admin-modal.out {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: all .3s;
    opacity: 0;
}

.acms-admin-modal.display {
    top: 0;
    bottom: -20px;
    opacity: 1;
}

.acms-admin-modal-dialog {
    position: relative;
    max-width: 800px;
    box-shadow: 0 5px 15px #000;
    margin: 30px auto;
}

.acms-admin-modal-dialog.large {
    max-width: 800px;
    min-width: 95%;
}

.acms-admin-modal-content {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 6px;
}

.acms-admin-modal-header {
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
}

.acms-admin-modal-heading {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}

.acms-admin-modal-fit {
    margin: 0 -6px;
}

.acms-admin-modal-body {
    padding: 0 15px;
}

.acms-admin-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #4e4e4e;
}

.acms-admin-modal-hide {
    float: right;
    font-size: 20px;
    color: #4b4b4b;
    cursor: pointer;
    padding: 0;
}

#js-revision_index {
    border: 3px solid #aaa;
    background-color: #4e4e4e;
}

#js-edit_inplace-box {
    max-width: 640px;
    padding-bottom: 15px;
    position: relative;
    font-size: 12px;
    text-align: center;
}

#js-edit_inplace-box .entryFormColumnBody, #js-edit_inplace-box .entryFormColumnHead {
    border: 1px solid #999;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

#js-edit_inplace-box .entryFormColumnHead {
    border-bottom: none;
}

#js-edit_inplace-submit {
    position: absolute;
    right: 20px;
    bottom: 32px;
}

.js-edit_inplace-hovering {
    border: 2px solid #aaa;
    background-color: rgba(173, 255, 47, .2);
    pointer-events: none;
}

.js-edit_inplace-sortable {
    background-color: blue;
    opacity: .2;
}

.js-edit_inplace-loading {
    background-color: #fff;
    opacity: .6;
}

.js-edit_inplace-loading .js-acms_loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -18px;
}

#js-entry_saving_progress {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 65536;
    filter: alpha(opacity=66);
    background-color: #fff;
    background: hsla(0, 0%, 100%, .66);
}

#js-entry_saving_progress .js-acms_loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -18px;
}

#js-entry_saving_progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 30px;
    margin-left: -55px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

#js-entry_saving_progress span:before {
    content: "\4FDD\5B58\3057\3066\3044\307E\3059...";
}

#js-loading_splash {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 65536;
}

#js-loading_splash .js-loading_splash_frame {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 10%;
    background: #000;
    opacity: .8;
    text-align: center;
}

#js-loading_splash .js-loading_splash_frame p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
}

#js-loading_splash .js-acms_loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -22px;
}

.categoryWidth {
    max-width: 250px;
    width: auto;
}

.fileSize {
    padding-left: 10px;
    font-weight: 700;
}

#js-edit_inplace-title {
    display: none;
    position: relative;
    z-index: 4096;
    width: 640px;
    height: 60px;
    font-size: 12px;
}

#js-edit_inplace-title .inputTitle {
    width: 98%;
    font-size: 13px;
    margin-bottom: .5em;
    padding: .2em .3em;
}

#js-edit_inplace-title .entryFormColumnBody, #js-edit_inplace-title .entryFormColumnHead {
    margin-bottom: 10px;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.js-edit_inplace-title_trigger:hover {
    background-color: rgba(173, 255, 47, .2) !important;
}

.js-notify {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #000;
    background: rgba(0, 0, 0, .66);
    padding: 10px;
}

#js-kernel_panic {
    position: fixed;
    width: 100%;
    height: 0;
    z-index: 5128;
    background: rgba(0, 0, 0, .6);
}

#js-kernel_panic-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 300px;
    margin-top: -230px;
    margin-left: -320px;
    background: rgba(0, 0, 0, .6);
    font-size: 15px;
    color: #fff;
    z-index: 5130;
    padding: 30px 80px;
}

#js-kernel_panic-message h1 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
}

#js-kernel_panic-message a {
    float: right;
    margin-top: 20px;
    color: #87ceeb;
    text-decoration: underline;
    cursor: pointer;
}

#js-edit_inplace-control {
    float: right;
    font-weight: 700;
    font-size: 18px !important;
    text-shadow: 1px 1px 1px #fff;
}

#js-edit_inplace-control button {
    opacity: .8;
    width: 50px;
    height: 42px;
    border: 1px solid #222;
    background-color: #ddd;
    color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#js-edit_inplace-control button:hover {
    opacity: 1;
    background-color: #fff;
}

.js-edit_sort-control-move {
    position: absolute;
    bottom: 0;
    border: 1px solid #222;
    opacity: .8;
    background-color: #444;
    text-align: center;
    font-weight: 700;
    font-size: 12px !important;
    color: #fff;
    cursor: move;
    z-index: 2048;
    clear: both;
    zoom: 1;
    overflow: hidden;
}

#js-edit_inplace-holder {
    clear: both;
    width: 100%;
    background-color: #aaa;
    margin: 10px 0;
}

#js-edit_inplace-detail {
    z-index: 3072;
}

#js-edit_inplace-units {
    font-size: 18px !important;
    text-align: center;
    padding: 8px;
}

#js-edit_inplace-units button {
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #fafafa;
    color: #333;
    cursor: pointer;
    margin: 3px;
    padding: 5px;
}

#js-edit_inplace-units button.cansel {
    color: #fff;
    background-color: #777;
}

#js-edit_inplace-units button.cansel:hover {
    background-color: #555;
}

.js-edit_inplace-sort_enable {
    clear: both;
    overflow: hidden;
    border: 3px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 5px;
}

.js-edit_inplace-sort_enable:hover {
    background: rgba(173, 255, 47, .2);
    border: 3px solid #adff2f;
    box-sizing: border-box;
}

.js-edit_inplace-sort_enable_column {
    border: 3px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 0;
    padding: 10px 5px;
}

.js-edit_inplace-sort_enable_column:hover {
    background: #eee;
    border: 3px solid #adff2f;
    box-sizing: border-box;
}

.js-edit_inplace-sort_enable_column .js-edit_inplace-sort_enable:hover {
    border: none;
    background: none;
}

.js-edit_inplace-sort_placeholder {
    position: relative;
    min-height: 80px;
    background-color: #bffacc;
    box-sizing: border-box;
    margin: 10px 0;
}

.js-edit_inplace-sort_placeholder:after {
    content: "\3053\3053\306B\30E6\30CB\30C3\30C8\3092\79FB\52D5";
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -80px;
    font-size: 16px;
    font-weight: 700;
}

.js-edit_inplace.align_hidden {
    -moz-opacity: .5 !important;
    opacity: .5 !important;
    filter: alpha(opacity=50) !important;
}

.js-edit_inplace-sort_label {
    margin-right: 85px;
}

.js-edit_inplace-sort_close, .js-edit_inplace-sort_label {
    width: 80px;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 800;
}

.js-edit_inplace-sort_close, .js-edit_inplace-sort_label, .js-edit_inplace.align_hidden:before {
    position: relative;
    display: block;
    float: right;
    margin-bottom: -100px;
    line-height: 2;
    text-align: center;
    color: #fff;
    background-color: #333;
    content: "\975E\8868\793A";
}

#js-edit_inplace-below_control {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10240;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    color: #ff4500;
    background-color: #fafafa;
    background: hsla(0, 0%, 98%, .66);
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}

#js-edit_inplace-below_control span {
    padding: 7px 20px;
}

#js-edit_inplace-mode_abort, #js-edit_inplace-show_detail, #js-edit_inplace-sort_enable {
    border: none;
    border-left: 1px solid #333;
    text-shadow: -1px -1px 0 #000;
    color: #fff;
    background: rgba(0, 0, 0, .66);
    font-size: 12px;
    cursor: move;
    margin: 0;
    padding: 7px 10px;
}

#js-edit_inplace-mode_abort:hover, #js-edit_inplace-show_detail:hover, #js-edit_inplace-sort_enable:hover {
    background-color: rgba(0, 0, 0, .5);
}

#js-edit_inplace-mode_abort:active, #js-edit_inplace-show_detail:active, #js-edit_inplace-sort_enable:active {
    text-shadow: -2px -2px 1px #000;
}

.acms-admin-module-edit {
    display: none !important;
    _display: inline !important;
    background-color: #000;
    border: 1px solid #000;
    border-bottom-left-radius: 4px;
    opacity: .7;
    z-index: 2147483647 !important;
    padding: 1px 4px;
}

.acms-admin-module-edit-wrapper {
    position: relative;
    z-index: 0;
}

.acms-admin-module-edit-wrapper .acms-admin-module-edit {
    position: absolute;
    top: -2px;
    right: -2px;
    margin: 0;
}

.acms-admin-module-edit-wrapper:hover:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 2px solid #666;
    border-radius: 4px;
    z-index: -1;
}

.acms-admin-media-insert .acms-admin-media-body {
    height: 80%;
}

.acms-admin-media-insert .acms-admin-media-list {
    margin-right: 20px;
    height: 68%;
    overflow: scroll;
}

.acms-admin-media-insert .acms-admin-media-list ul {
    padding-left: 20px;
}

.acms-admin-media-insert .acms-admin-media-list li {
    float: left;
    list-style-type: none;
    margin: 5px;
}

.acms-admin-media-insert .acms-admin-filter {
    margin: 20px;
}

.acms-admin-media-insert .acms-admin-media-footer {
    height: 40px;
}

.acms-admin-media-insert .acms-admin-media-footer button {
    float: right;
    margin-right: 20px;
}

.acms-admin-media-insert .acms-admin-media-preview {
    display: block;
    max-width: 100%;
    max-height: 100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.acms-admin-media-insert .media_selected {
    border: 3px solid #004cc5;
    opacity: .7;
}

.js-media_thumbnail {
    display: table;
    width: 200px;
    height: 180px;
    border: 3px solid #aaa;
    box-sizing: border-box;
    padding: 5px;
}

.acms-admin-media-img {
    display: table-cell;
    width: 100%;
    height: 100px;
    max-width: 100%;
    vertical-align: middle;
}

.js-media_more {
    width: 103px;
    height: 103px;
    background-color: #aaa;
}

.acms-admin-popup-heading {
    position: relative;
    background-color: #f5f5f5;
    color: #333;
    border-color: #ddd;
}

.acms-admin-popup-heading-title {
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
}

.acms-admin-popup-heading-close {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #333;
    font-size: 16px;
}

#adminBox {
    border: 1px solid #ccc;
    background-color: #ddd;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
}

#adminBox #loginUserStatus {
    font-size: 12px;
    margin: 0 0 8px;
}

#adminLayoutBox {
    border: 1px solid #ccc;
}

#adminLayoutBox, #adminMinBox {
    background-color: #ddd;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
}

.js-dragAdminBox {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 10px;
    border-right: 2px solid #333 !important;
    border-left: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    opacity: .9;
}

.js-dragAdminBox .dragBoxToggle {
    cursor: pointer;
    float: right;
    font-size: 14px;
    padding: 0 5px;
}

.js-dragAdminBox .dragBoxHandle {
    cursor: move;
    float: right;
    font-size: 14px;
    padding: 0 5px;
}

.acms-admin-btn-action-group {
    clear: both;
    background-color: #ddd;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px 10px 0;
}

.acms-admin-btn-action-group th {
    width: 110px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}

.acms-admin-btn-action-group table, .acms-admin-btn-action-group td, .acms-admin-btn-action-group th {
    border: none !important;
    background-color: #ddd !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.acms-admin-label-approval-group {
    display: inline;
    padding: 0 10px;
}

.acms-admin-table-revison {
    table-layout: auto;
    border-collapse: collapse;
    padding: 0;
}

.acms-admin-table-revison td {
    font-size: 11px;
    padding: 8px 5px !important;
}

.acms-admin-table-revison .acms-admin-table-current td {
    background-color: #abd6f9;
}

.acms-admin-table-revison .th1 {
    width: 65px;
}

.acms-admin-table-revison .th3 {
    width: 90px;
}

.acms-admin-table-revison .th4 {
    width: 130px;
}

.acms-admin-table-revison .th5, .acms-admin-table-revison .th7 {
    width: 70px;
    text-align: center;
}

.acms-admin-table-revison .th6 {
    width: 110px;
}

.acms-admin-table-revison-scroll {
    height: 300px;
    overflow: scroll;
}

.acms-admin-revison-admin {
    border: 1px solid #ccc;
    background-color: #ddd;
    margin-bottom: 10px;
    padding: 10px;
}

.acms-admin-revision-sidebar #sidebar {
    top: 50px;
    background-color: #eee;
    color: #333;
}

.acms-admin-revision-sidebar .acms-admin-revision-sidebar-input, .acms-admin-revision-sidebar .acms-admin-revision-sidebar-select {
    max-width: 140px;
    margin-bottom: 10px;
}

.acms-admin-revision-header {
    height: 33px;
    background-color: #464646;
    color: #ccc;
    padding: 10px;
}

.acms-admin-revision-header .acms-admin-revision-header-title {
    font-size: 18px;
    margin: 0;
}

.acms-admin-revision-comment li {
    border-bottom: 1px solid #ccc;
    padding: 12px;
}

.acms-admin-revision-comment .acms-admin-revision-comment-date {
    margin-bottom: 5px;
    font-size: 11px;
}

.acms-admin-revision-comment .acms-admin-revision-comment-photo img {
    margin-right: 10px;
    vertical-align: middle;
}

.acms-admin-revision-comment .acms-admin-revision-comment-user {
    border: 1px solid #ccc;
    background-color: #ddd;
    font-size: 11px;
    padding: 5px;
}

.acms-admin-revision-comment ul li {
    border-bottom: none;
    padding: 0;
}

.acms-admin-title {
    font-size: 14px;
    margin: 0 0 5px;
}

.acms-admin-user-icon {
    margin-right: 5px;
    vertical-align: middle;
}

body .ui-dialog {
    z-index: 100000;
}

.acms-admin-drop-inside {
    width: 100%;
    text-align: center;
    border: 3px dashed transparent;
    margin: 20px auto;
    padding: 30px 0;
}

.acms-admin-drop-inside .acms-admin-icon-media {
    color: #ccc;
    font-size: 100px;
    padding: 0;
}

.acms-admin-drop-inside p {
    color: #999;
    text-align: center;
}

.acms-admin-media-dropText {
    font-size: 15px;
}

.acms-admin-progress-bar span {
    display: inline-block;
    margin-top: 5px;
    color: #fff;
}

.preview_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.drag-n-drop-hover .acms-admin-drop-inside {
    border-color: #006dd9;
}

.acms-admin-edit-info {
    background-color: #efefef;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
    padding: 15px;
}

.acms-admin-edit-info-heading {
    color: #fff;
    font-size: 16px;
    background-color: #666;
    padding: 5px 10px;
}

.acms-admin-edit-info-ogpimage {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.acms-admin-layout-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    width: 220px;
    background: #ddd;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.acms-admin-layout-menu-header {
    min-width: 200px;
    color: #fff;
    font-size: 13px;
    border-radius: 3px 3px 0 0;
    background: #333;
    cursor: move;
    padding: 10px;
}

.acms-admin-layout-menu-half {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
}

.acms-admin-layout-menu-group-heading {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
    border-top: 1px solid #fff;
    background: url(https://images.staticjw.com/gur/6997/arrow_black05.png) no-repeat 10px #9898a2;
    background-size: 8px 5px;
    padding: 7px 10px 7px 28px;
}

.acms-admin-layout-menu-group-heading:link {
    color: #fff;
    text-decoration: none;
}

.acms-admin-layout-menu-group-heading:hover {
    background-color: #6b6b74;
}

.acms-admin-layout-menu-group-body {
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
}

.acms-admin-layout-menu-inner {
    box-sizing: border-box;
    padding: 10px;
}

.acms-admin-layout-unit-menu {
    overflow-y: scroll;
}

.acms-admin-layout-menu-order {
    background: #fff;
    margin: 0;
}

.acms-admin-layout-menu-text {
    color: #333;
    margin: 0;
}

.acms-admin-layout-menu-step-label {
    margin: 0 5px 0 0;
}

.acms-admin-insert-box {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 12px 0;
}

.acms-admin-insert-box-layout {
    background: #e5e5e9;
    margin: 0 0 10px;
}

.acms-admin-insert-box-module {
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    border-radius: 6px;
    margin: 10px 0 0;
}

.acms-admin-insert-box-module .acms-admin-icon-module {
    color: #999;
    font-size: 20px;
    margin: 0 5px 0 0;
}

.js-acms_layout_frame {
    position: relative;
    padding: 5px 0;
}

.js-acms_layout_frame:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px dashed #000;
}

.acms-admin-layout-edit .acms-admin-layout-unit {
    margin-bottom: 5px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: move;
    box-sizing: border-box;
    padding: 0 3px 3px;
}

.acms-admin-layout-edit .acms-admin-layout-unit .acms-admin-layout-contents {
    padding: 3px;
}

.acms-admin-layout-edit .acms-admin-layout-unit .acms-admin-layout-contents-inner {
    min-height: 130px;
    background-color: #fff;
    border: 1px dashed #999;
    padding: 5px 5px 0;
}

.acms-admin-layout-edit .acms-admin-layout-label-name {
    font-weight: 700;
    font-size: 13px;
    color: #666;
}

.acms-admin-layout-edit .acms-admin-layout-module-unit {
    margin-bottom: 5px;
    background: #7096cd;
    padding: 0 5px 5px;
}

.acms-admin-layout-edit .acms-admin-layout-module-unit .acms-admin-layout-contents {
    min-height: 130px;
    background-color: #fff;
    border: 0;
}

.acms-admin-layout-edit .acms-admin-layout-edit-box {
    position: relative;
    color: #666;
    font-size: 13px;
    padding: 5px 10px;
}

.acms-admin-layout-edit .acms-admin-layout-edit-box:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 13px;
    content: "";
    background: url(https://images.staticjw.com/gur/7480/ico_dragabble.png) no-repeat 50%;
    background-size: 23px 13px;
}

.acms-admin-layout-edit .acms-admin-layout-edit-box [class*=acms-admin-icon]:before {
    font-size: 13px;
    vertical-align: middle;
}

.acms-admin-layout-edit .acms-admin-layout-edit-box .acms-admin-layout-control-btn {
    position: relative;
    vertical-align: middle;
    line-height: 1.3;
}

.acms-admin-layout-edit .acms-admin-layout-module-unit .acms-admin-layout-edit-box {
    color: #fff;
    padding: 10px 5px 5px 0;
}

.acms-admin-layout-placeholder {
    position: relative;
    min-height: 80px;
    font-size: 13px;
    background-color: #eeced6;
    border: 2px solid #cd7086;
    box-sizing: border-box;
    margin: 10px 0;
}

.acms-admin-layout-placeholder:after {
    content: "\30EC\30A4\30A2\30A6\30C8\3092\3053\3053\306B\30C9\30E9\30C3\30B0";
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -70px;
    color: #cd7086;
}

.acms-admin-module-placeholder {
    position: relative;
    min-height: 80px;
    font-size: 13px;
    background-color: #cedbee;
    border: 2px solid #7096cd;
    box-sizing: border-box;
    margin: 10px 0;
}

.acms-admin-module-placeholder:after {
    content: "\30E2\30B8\30E5\30FC\30EB\3092\3053\3053\306B\30C9\30E9\30C3\30B0";
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -70px;
    color: #7096cd;
}

.preview-container {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
}

.acms-admin-layout-module-edit .acms-admin-sidebar {
    margin: 0 0 -6px;
    padding: 0;
}

.acms-admin-layout-module-edit-tpl-type {
    font-weight: 700;
    color: #666;
    margin: 0 10px 0 0;
}

.acms-admin-sidebar-item {
    border-right: 1px solid #ccc;
    transition: all .2s linear;
}

.acms-admin-sidebar-item.acms-admin-sidebar-item-active, .acms-admin-sidebar-item:hover {
    background: #fff;
    border-right: 1px solid #fff;
}

.acms-admin-scroll-area {
    overflow: auto;
}

.acms-admin-mobile-preview {
    position: fixed;
    right: 0;
    width: 420px;
    background: #ddd;
    overflow: scroll;
}

.acms-admin-mobile-phone-frame {
    border: 2px solid #bcbcbc;
    width: 360px;
    height: 680px;
    padding-top: 50px;
    padding-left: 18px;
    position: relative;
    border-radius: 35px;
    clear: both;
    background: #fff;
    margin: 20px auto;
}

.acms-admin-mobile-phone-frame:before {
    content: "";
    border: 2px solid #bcbcbc;
    position: absolute;
    bottom: 10px;
    left: 158px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
}

.acms-admin-mobile-phone-frame:after {
    content: "";
    border: 3px solid #bcbcbc;
    position: absolute;
    top: 25px;
    left: 138px;
    width: 80px;
    height: 6px;
    border-radius: 5px;
    box-sizing: border-box;
}

.acms-admin-preview-iframe-wrapper {
    border: 2px solid #bcbcbc;
    width: 320px;
    height: 568px;
    border-radius: 3px;
    z-index: 99999;
}

.acms-admin-desktop-preview-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fefefe;
}

.acms-admin-preview-col {
    position: absolute;
    top: 0;
    bottom: 0;
}

.acms-admin-preview-split-left {
    left: 0;
    right: 420px;
}

.clearHidden {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    border: none;
    margin: 0;
}

.clearfix:after, .clearHidden {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.clearfix {
    _display: inline-table;
    zoom: 1;
}

.acms-admin-clear {
    clear: none;
}

.acms-admin-text-primary {
    color: #004cc5;
}

.acms-admin-text-info {
    color: #4b4b4b;
}

.acms-admin-text-success {
    color: #618e00;
}

.acms-admin-text-warning {
    color: #c57300;
}

.acms-admin-text-danger {
    color: #c5001d;
}

.acms-admin-icon-bg {
    font-size: 18px;
    color: #fff;
    background-color: #999;
    padding: 8px;
}

.acms-dl-line dd {
    padding-bottom: 10px;
    border-bottom: solid 1px #CCC;
}

.acms-blockquote, .acms-style blockquote {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: solid 5px #CCC;
}

.acms-icon {
    padding-right: 10px;
    font-family: acms-fonts;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="acms-icon-"] {
    font-family: acms-fonts;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.acms-pre, .acms-style pre {
    background-color: #FAFAFA;
    border: solid 1px #DFDFDF;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 10px;
}

.acms-pre code, .acms-style code, .acms-code {
    background-color: #FAFAFA;
    border: solid 1px #DFDFDF;
    border-radius: 5px;
    color: #F92D74;
    padding: 5px;
}

.acms-pre, .acms-pre code, .acms-pre kbd, .acms-pre samp, .acms-style pre, .acms-style code, .acms-style kbd, .acms-style samp, .acms-code {
    font-family: Consolas, monospace, serif;
}

.acms-form input[type="text"], .acms-form input[type="password"], .acms-form input[type="datetime"], .acms-form input[type="datetime-local"], .acms-form input[type="date"], .acms-form input[type="month"], .acms-form input[type="time"], .acms-form input[type="week"], .acms-form input[type="number"], .acms-form input[type="email"], .acms-form input[type="url"], .acms-form input[type="search"], .acms-form input[type="tel"] {
    font-size: 16px;
    border: 1px solid #A7A7AA;
    border-radius: 3px;
    color: #333;
    line-height: 1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    padding: 14px 5px 10px;
}

.acms-form textarea {
    font-size: 16px;
    border: 1px solid #A7A7AA;
    border-radius: 3px;
    color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    line-height: 1.7;
    padding: 5px 5px 4px;
}


.acms-form select[multiple="multiple"] {
    -webkit-appearance: none;
    background: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    padding: 7px 10px;
}

.acms-form-action .acms-form-side {
    width: 1%;
    background: #EEE;
    border: 1px solid #999;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0 6px;
}

.acms-form-error {
    background: #FFF8F8;
    color: #C91032;
    border-color: #DC8D99;
}

.acms-ico-checkbox, .acms-ico-radio {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    _width: auto;
    _height: auto;
    margin: 0 5px 0 0;
}

.acms-ico-checkbox {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat left top;
    background-size: 40px 80px;
    background-image: none;
    _background-image: none;
}

.acms-form-checkbox input:focus + .acms-ico-checkbox {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat left -60px;
    background-size: 40px 80px;
    cursor: not-allowed;
}

.acms-form-checkbox input:checked + .acms-ico-checkbox {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat left -20px;
    background-size: 40px 80px;
}

.acms-form-checkbox input:disabled + .acms-ico-checkbox {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat left -40px;
    background-size: 40px 80px;
    cursor: not-allowed;
}

.acms-ico-radio {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat -20px top;
    background-size: 40px 80px;
    background-image: none;
    _background-image: none;
}

.acms-form-radio input:focus + .acms-ico-radio {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat -20px -60px;
    background-size: 40px 80px;
}

.acms-form-radio input:checked + .acms-ico-radio {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat -20px -20px;
    background-size: 40px 80px;
}

.acms-form-radio input:disabled + .acms-ico-radio {
    background: url(https://images.staticjw.com/gur/5542/ico_input.png) no-repeat -20px -40px;
    background-size: 40px 80px;
    cursor: not-allowed;
}

.acms-form-checkbox, .acms-form-radio {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    position: static;
    _position: static;
}

.acms-form-checkbox input, .acms-form-radio input {
    filter: alpha(opacity=100);
    position: static;
    _position: static;
    opacity: 1 \9;
}

.acms-btn-checkbox + label {
    display: inline-block;
    position: relative;
    border: 1px solid #CACECE;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    background-color: #FAFAFA;
    padding: 9px;
}

.acms-btn-checkbox:checked + label {
    border: 1px solid #ADB8C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    background-color: #BBB;
    color: #FFF;
}

.acms-btn-checkbox:checked + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    color: #99A1A7;
    font-size: 14px;
}

.acms-btn-radio + label {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    border: 1px solid #CACECE;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    background-color: #FAFAFA;
    padding: 9px;
}

.acms-btn-radio:checked + label {
    border: 1px solid #ADB8C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1), inset 0 0 10px rgba(0, 0, 0, .1);
    background-color: #BBB;
    color: #FFF;
}

.acms-table {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #DDD;
}

.acms-table th, .acms-table td {
    vertical-align: top;
    border-bottom: 1px solid #DDD;
    padding: 10px;
}

.acms-table-heading {
    border-top: 1px solid #CCC;
}

.acms-table-heading th {
    border-top: solid 1px #25242C;
    background-color: #25242C;
    color: #FFF;
    font-weight: 400;
    padding: 5px 10px;
}

.acms-table-bordered {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.acms-table-bordered th, .acms-table-bordered td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.acms-table-hover tr:hover td {
    background: #E3EEFC;
    cursor: pointer;
}

.acms-table-hover-line tr:hover {
    background: #E3EEFC;
}

.acms-table-admin {
    width: 100%;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.acms-table-admin th, .acms-table-admin td {
    border-bottom: 1px solid #CCC;
    line-height: 1.3;
    padding: 13px 10px;
}

.acms-table-admin td {
    background-color: #F2F2F4;
}

.acms-table-admin-striped tr:nth-of-type(even), .acms-table-admin-striped tr.even {
    background: #F2F2F4;
}

.acms-table-admin-edit tr:only-child td, .acms-table-admin-edit tr:only-child th {
    border-bottom: 1px solid #CCC;
    padding: 10px;
}

.acms-table-admin-edit thead tr:last-child td, .acms-table-admin-edit thead tr:last-child th {
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
}

.acms-table-admin-edit tbody tr:last-child th {
    border-bottom: 1px solid #CCC;
    padding: 10px 10px 5px;
}

.acms-table-admin-edit tr:last-child td {
    border-bottom: 1px solid #CCC;
    padding: 5px 10px 15px;
}

.acms-table-admin-edit-bordered tr:last-child td {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

.acms-admin-mini-table thead {
    background: #FFF;
    border-bottom: 2px solid #CCC;
}

.acms-admin-mini-table td {
    border-bottom: 1px solid #CCC;
    _border-bottom: 1px solid #CCC;
}

.acms-admin-mini-table tbody tr:nth-of-type(odd) td {
    background: #F7F7F8;
}

.acms-table-info th, .acms-table-info td, .acms-table-info, .acms-table-hover .acms-table-info:hover th, .acms-table-hover .acms-table-info:hover td, .acms-table-hover .acms-table-info:hover {
    background: #BCCCE2;
}

.acms-table-success th, .acms-table-success td, .acms-table-success, .acms-table-hover .acms-table-success:hover th, .acms-table-hover .acms-table-success:hover td, .acms-table-hover .acms-table-success:hover {
    background: #AAD9CD;
}

.acms-table-warning th, .acms-table-warning td, .acms-table-warning, .acms-table-hover .acms-table-warning:hover th, .acms-table-hover .acms-table-warning:hover td, .acms-table-hover .acms-table-warning:hover {
    background: #E1D7BB;
}

.acms-table-danger th, .acms-table-danger td, .acms-table-danger, .acms-table-hover .acms-table-danger:hover th, .acms-table-hover .acms-table-danger:hover td, .acms-table-hover .acms-table-danger:hover {
    background: #E1BCC4;
}

.acms-list-group {
    list-style: none;
    border-top: 1px solid #E5E5E5;
    margin: 0;
    padding: 0;
}

.acms-list-group-item {
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
}

.acms-label {
    border-radius: 3px;
    background-color: #999;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    padding: 3px 7px;
}

.acms-label a {
    color: #FFF !important;
}

a .acms-label:hover {
    color: #FFF;
    text-decoration: none;
    background: #6E6E6E;
    cursor: pointer;
}

.acms-label-group .acms-label-side:first-child {
    border-right: 1px solid #FFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.acms-label-group .acms-label-side:last-child {
    border-left: 1px solid #FFF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a .acms-label-success:hover {
    background: #2E8570;
}

a .acms-label-info:hover {
    background: #3B68AB;
}

a .acms-label-warning:hover {
    background: #AB903B;
}

a .acms-label-danger:hover {
    background: #AB3B56;
}

.acms-badge {
    color: #FFF;
    font-size: 10px;
    border-radius: 10px;
    background-color: #999;
    padding: 3px 7px;
}

.acms-badge-approval {
    background-color: #E20020;
}

.acms-panel {
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.acms-panel-header {
    border-bottom: 1px solid #D9D9D9;
    background-color: #F0F0F0;
    margin: 0;
    padding: 10px;
}

.acms-panel-body + .acms-panel-header {
    border-top: 1px solid #D9D9D9;
}

.acms-panel-footer {
    border-top: 1px solid #DDD;
    padding: 10px;
}

.acms-panel-info .acms-panel-header, .acms-panel-info .acms-panel-header a {
    background-color: #E9EFF7;
    color: #7096CD;
    border-color: #BBCDE8;
}

.acms-panel-danger .acms-panel-header, .acms-panel-danger .acms-panel-header a {
    background-color: #F7E9EC;
    color: #CD7086;
    border-color: #E8BBC6;
}

.acms-entry blockquote {
    border-left: solid 5px #CCC;
    margin: 0 0 15px;
    padding: 10px 20px;
}

[class*="column-quote-"] .quoteTitleLink {
    color: #006CD8;
}

.acms-img-bordered {
    max-width: 100%;
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 4px;
}

.acms-img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    margin: 0;
    padding: 20px 20px 12px;
}

.acms-thumbnail {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    border-radius: 6px;
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    padding: 6px;
}

.acms-thumbnail:hover {
    border: 1px solid #CCC;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.acms-navbar {
    clear: both;
    width: 100%;
    background-color: #333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    list-style: none outside none;
    z-index: 20;
    margin: 0 0 20px;
}

.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
    display: block;
    _display: inline-block;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0 !important;
    line-height: 4.5;
    padding: 0 30px;
}

.acms-navbar li {
    position: relative;
    top: 0;
    white-space: nowrap;
    font-weight: 700;
    border-left: solid 1px #CCC;
}

.acms-navbar li:last-child {
    border-right: solid 1px #CCC;
}

.acms-navbar ul ul a {
    width: 240px;
    height: 40px !important;
    border-top: solid 1px #333;
    border-bottom: solid 1px #999;
    background: #333;
    font-size: 13px;
    overflow: visible;
    line-height: 3.0 !important;
    padding: 0 20px;
}

.acms-navbar ul ul ul a {
    background: #222;
    border-top: solid 1px #333;
    border-bottom: solid 1px #999;
}

.acms-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    background-color: #15141C;
    color: #999;
    padding: 10px 20px;
}

.acms-sidebar-link a:hover {
    background-color: #4F4F4F;
    color: #E0E0E0;
}

.acms-sidebar-sp li {
    border-bottom: solid 1px #FFF;
}

.acms-sidebar-sp .acms-sidebar-box {
    border-bottom: solid 1px #FFF;
    padding: 15px 20px;
}

.acms-sidebar-sp .acms-dropdown a {
    background: url(https://images.staticjw.com/gur/2803/arrow_white03.png) no-repeat 95% center;
}

.acms-pager li span > a, .acms-pager li.cur span, .acms-pager li > a {
    display: inline-block;
    border: 1px solid #A7A7AA;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    background-color: #E1E1E1;
    color: #333;
    padding: 14px;
}

.acms-pager li a:hover {
    background-color: #E1E1E1;
    color: #333;
    border: solid 1px #868688;
    text-decoration: none;
}

.acms-pager li.cur span {
    border: 1px solid #AAA;
    background: #CCC;
    text-decoration: none;
}

.acms-alert {
    margin-bottom: 20px;
    border: 1px solid #737373;
    background: #BFBFBF;
    border-radius: 5px;
    color: #4D4D4D;
    -webkit-animation: anime1 2s ease 1 alternate;
    animation: anime1 2s ease 1 alternate;
    padding: 20px;
}

.acms-alert-info {
    border: 1px solid #7096CD;
    background: #CEDBEE;
    color: #7096CD;
}

.acms-alert-info .js-acms-alert-close {
    color: #7096CD;
}

.acms-alert-danger {
    border: 1px solid #CD7086;
    background: #EECED6;
    color: #CD7086;
}

.acms-alert-danger .js-acms-alert-close {
    color: #CD7086;
}

.acms-timeline:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #DDD;
}

.acms-timeline-panel {
    border: 1px solid #DDD;
    margin: 5px 0 20px;
    padding: 10px;
}

.acms-timeline-time {
    float: right;
    color: #AAA;
}

.js-acms-dropdown-menu > li.acms-divider {
    height: 1px;
    background-color: #E5E5E5;
    margin: 9px 0;
}

.acms-tooltip {
    position: absolute;
    display: inline-block;
    max-width: 300px;
    background: #333;
    color: #FFF;
    border-radius: 4px;
    opacity: .9;
    font-size: 11px;
    z-index: 1000000;
    padding: 6px 10px;
}

.acms-tooltip.right:after {
    border-top-color: transparent;
    border-right-color: #333;
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -5px;
    margin-left: 0;
}

.acms-tooltip.left:after {
    border-top-color: transparent;
    border-left-color: #333;
    top: 50%;
    left: 100%;
    right: auto;
    margin-top: -5px;
    margin-left: 0;
}

.acms-tabs .acms-tabs-panel {
    border: 1px solid #CFCFCF;
    background: #F2F2F4;
    padding: 10px;
}

.acms-tabs .js-acms_tabs a, .acms-tabs .js-acms_admin_tabs a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-radius: 3px 3px 0 0;
    padding: 10px 8px;
}

.acms-tabs .js-acms_tabs a:hover, .acms-tabs .js-acms_admin_tabs a:hover {
    color: #666;
    background: #F2F2F4;
}

.acms-tabs .js-acms_tabs a.js-acms_tab-active, .acms-tabs .js-acms_admin_tabs a.js-acms_tab-active {
    color: #006DEC;
    background: #F2F2F4;
    position: relative;
}

.acms-tabs .js-acms_tabs a.js-acms_tab-active:before, .acms-tabs .js-acms_admin_tabs a.js-acms_tab-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #F2F2F4;
}

.acms-tabs-inverse .acms-tabs-panel {
    background: #FFF;
    padding: 10px;
}

.acms-tabs-inverse .js-acms_tabs a, .acms-tabs-inverse .js-acms_admin_tabs a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 3px 3px 0 0;
    background: #F2F2F4;
    padding: 10px 8px;
}

.acms-tabs-inverse .js-acms_tabs a:hover, .acms-tabs-inverse .js-acms_admin_tabs a:hover {
    text-decoration: none;
    background: #FFF;
    border-bottom: 1px solid #FFF;
}

.acms-tabs-inverse .js-acms_tabs a.js-acms_tab-active, .acms-tabs-inverse .js-acms_admin_tabs a.js-acms_tab-active {
    background: #FFF;
    border-bottom: 1px solid #FFF;
}

.acms-progress {
    height: 28px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.acms-progress-bar {
    float: left;
    height: 100%;
    background-color: #4AC0A4;
    color: #FFF;
    text-align: center;
    transition: width .6s ease;
}

.acms-progress-bar-info {
    background-color: #96B1DA;
}

.acms-progress-bar-danger {
    background-color: #DA96A6;
}


.acms-progress.acms-active .acms-progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.acms-fade-in-strong {
    opacity: .3;
    transition: opacity 500ms;
}

.acms-fade-in {
    opacity: .5;
    transition: opacity 500ms;
}

.acms-fade-in-light {
    opacity: .7;
    transition: opacity 500ms;
}

.no-js .acms-slide-top, .no-js .acms-slide-left, .no-js .acms-slide-bottom, .no-js .acms-slide-right {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}


.active .acms-slide-right {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    will-change: opacity, transform;
}

.acms-zoom-in:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    will-change: opacity, transform;
}


.acms-zoom-out:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    will-change: opacity, transform;
}


.no-js .acms-zoom-in-show, .no-js .acms-zoom-out-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.acms-text-primary {
    color: #004CC5;
}

.acms-text-info {
    color: #4B4B4B;
}

.acms-text-success {
    color: #618E00;
}

.acms-text-warning {
    color: #C57300;
}

.acms-text-danger {
    color: #C5001D;
}

.acms-icon-bg {
    font-size: 18px;
    color: #FFF;
    background-color: #999;
    padding: 8px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

button, input, optgroup, select, textarea {
    font: inherit;
    color: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    margin: 1px \9 0 0 0;
    padding: 0;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin: -1px;
    padding: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%;
}

.h1, h1 {
    font-size: 36px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    font-size: 17.5px;
    border-left: 5px solid #eee;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code {
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    padding: 2px 4px;
}

kbd {
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 2px 4px;
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

pre code {
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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: 6px 12px;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #3c763d;
}

.has-success .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    border-color: #2b542c;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #8a6d3b;
}

.has-warning .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #a94442;
}

.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.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: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.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: #337ab7;
    border-color: #2e6da4;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.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: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.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: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.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: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.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: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 10px 16px;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 5px 10px;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin: 2px 0 0;
    padding: 5px 0;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 3px 20px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    padding: 3px 20px;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
}

.input-group-addon.input-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
}

.input-group-addon.input-lg {
    font-size: 18px;
    border-radius: 6px;
    padding: 10px 16px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-form {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px;
    padding: 10px 15px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 8px 15px;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "/\00a0";
    padding: 0 5px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px 0;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin: 20px 0;
}

.pager li > a, .pager li > span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5px 14px;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: .2em .6em .3em;
}

.label-default {
    background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
    padding: 3px 7px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    padding: 30px 15px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding: 4px;
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    color: #333;
    padding: 9px;
}

.alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-bottom {
    vertical-align: bottom;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 0;
    border: 0;
}

.panel-body {
    padding: 15px 0;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 15px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 19px;
}

.well blockquote {
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    border-radius: 6px;
    padding: 24px;
}

.well-sm {
    border-radius: 3px;
    padding: 9px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 0;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    line-height: 1.42857143;
    margin: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 15px;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    padding: 3px 8px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    padding: 1px;
}

.popover.top {
    margin-top: -10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    margin: 0;
    padding: 8px 14px;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
    height: 500px;
    margin-bottom: 60px;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 1px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.body-nav-fixed-top {
    padding-top: 50px;
}

.navbar-brand > img.navbar-brand-point {
    display: inline;
    margin: 0 10px 0 0;
}

.navbarCustomize {
    border-radius: 0;
    margin: 0;
}

.jumbotronCustomize {
    background: no-repeat center #efefef;
    margin: 0;
    padding: 50px 0 20px;
}

.photo {
    display: block;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    margin: 0 0 30px;
}

.photoParent {
    display: block;
    position: relative;
    margin-bottom: 30px;
    color: #FFF;
}

.photoParent:hover {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.photoTitleBottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}


.listBorder {
    list-style: none;
    border-bottom: 1px solid #333;
    margin: 0 0 30px;
    padding: 0;
}

.listBorderLink {
    display: block;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #333;
    color: #333;
    padding: 15px;
}

.listBorderLink:hover {
    text-decoration: none;
    color: #333;
    background: #CCC;
}

.listBorderTime {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.sectionGray .listBorder {
    border-bottom: 1px solid #FFF;
}

.sectionGray .listBorderLink {
    border-top: 1px solid #FFF;
    color: #FFF;
}

.sectionGray .listBorderLink:hover {
    color: #A5A19C;
    background: #FFF;
}

.listInlineBanner li {
    float: left;
    list-style-type: none;
    margin-bottom: 20px;
}

.feature-border {
    border-left: 1px solid #CCC;
}

.summary-title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.center-img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    height: inherit;
    transform: translate(-50%, -50%);
}

.carousel .item {
    height: 500px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.js-affix.affix {
    top: 80px;
}

.js-affix {
    max-width: 200px;
    width: 100%;
}

.layout .container .container {
    width: auto;
    padding: 0;
}

.sectionSpace {
    padding: 50px 0 20px;
}

.sectionSpaceLg {
    padding: 70px 0 40px;
}

.sectionGray {
    color: #FFF;
    background: #A5A19C;
}

.moduleHeading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

.moduleDetail {
    font-size: 16px;
    margin: 0 0 30px;
}

.backgroundCoverImage {
    background: no-repeat center #efefef;
    background-size: cover;
}

.stepHeading {
    font-weight: 700;
    margin: 0 0 15px;
}

.stepNum {
    display: block;
    color: #C65821;
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 10px;
}

.sideHeading {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.sideText {
    line-height: 1.7;
    margin: 0 0 20px;
}

.footer {
    border-top: 1px solid #EFEFEF;
    padding: 10px 0;
}

.socialBtn {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.socialBtn:hover, .socialBtn:active, .socialBtn:focus, .socialBtn:visited {
    color: #FFF;
    text-decoration: none;
}

.socialBtn.facebookBtn {
    background: #3b5999;
}

.socialBtn.twitterBtn {
    background: #55acee;
}

.socialBtn.gplusBtn {
    background: #dd4b39;
}

.entryWrapper {
    margin: 20px 0 40px;
}

.pageHeader {
    margin: 0 0 35px;
}

.entryTitle {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.entryColumn h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 1.2;
}

.entryColumn h3 {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.2;
}

.entryColumn h4 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
}

.entryColumn h5 {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.2;
}

.entryColumn p {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 16px;
}

.entryColumn ul {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    list-style-position: inside;
}

.entryColumn ol {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 0;
    list-style-position: inside;
    list-style-type: decimal;
}

.entryColumn table {
    font-size: 16px;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 3px;
}

.entryColumn table > thead > tr > th, .entryColumn table > tbody > tr > th, .entryColumn table > tfoot > tr > th, .entryColumn table > thead > tr > td, .entryColumn table > tbody > tr > td, .entryColumn table > tfoot > tr > td {
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 8px;
}

.entryColumn blockquote {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

.entryColumn pre ol.linenums li {
    line-height: 1.5;
}

.entryColumn .caption {
    font-size: 80%;
    color: #999;
    margin: 10px 0;
}

.pagerCustomize {
    list-style: none;
    border-top: 1px solid #333;
    margin: 0 0 60px;
    padding: 0;
}

.pagerCustomizeItem {
    width: 100%;
    border-bottom: 1px solid #333;
}

.pagerCustomizeLink {
    position: relative;
    display: table;
    width: 100%;
    font-size: 16px;
    color: #333;
    vertical-align: top;
    padding: 10px 0;
}

.pagerCustomizeLink .glyphicon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.pagerCustomizeArrow {
    display: table-cell;
    width: 100%;
    padding: 0 20px;
}

.pagerCustomizeTitle {
    display: block;
    font-weight: 700;
}

.pagination > .cur span {
    z-index: 2;
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FFF;
    text-decoration: none;
    cursor: default;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    padding: 6px 12px;
}

#header_wrapper {
    background: rgba(0, 0, 0, 0) url(https://images.staticjw.com/gur/9848/header_bg.png) no-repeat scroll center top / cover;
}

#sitelogo {
    background: rgba(0, 0, 0, 0) url(https://images.staticjw.com/gur/4790/sitelogo.png) no-repeat scroll center center;
    height: 90px;
    width: 230px;
    padding: 0;
}

#nav-menu-target {
    float: right;
    width: 100%;
}

#navigations {
    clear: left;
    float: right;
    margin-bottom: 16px;
}

#navigations li {
    float: left;
    margin-left: 5px;
    width: 19%;
}

.collapsing ul#navigations li, .in ul#navigations li {
    background: none !important;
    width: 90%;
    background-color: #eee;
    margin: 0 10px;
    padding: 0;
}

.top_links li {
    background: rgba(0, 0, 0, 0) url(https://images.staticjw.com/gur/3931/arrow_green.png) no-repeat scroll left center;
    color: #888;
    float: left;
    font-weight: 700;
    margin-left: 10px;
    padding-left: 13px;
}

.top_links li span:hover {
    color: #888;
    text-decoration: underline;
}

.language_links {
    float: left;
    border: 1px solid #333;
    height: 22px;
    overflow: hidden;
    margin: 0 10px;
}

.language_links li {
    border-left: 1px solid #333;
    position: relative;
    left: -1px;
    margin: 0;
    padding: 0;
}

.language_links li a {
    font-size: 12px;
    color: #666;
    padding: 3px 8px;
}

.fontsize_buttons .resizer_title {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    margin-top: 1px;
}

.fontsize_buttons > a {
    float: left;
    border: 1px solid #333;
    background-color: #ccc;
    color: #000;
    padding: 0 4px;
}

#header_sns_buttons {
    float: right;
    margin-top: 35px;
}

#header_sns_buttons .fb_button {
    float: left;
    height: 30px;
    padding-top: 3px;
}

#header_sns_buttons .tw_button {
    float: left;
    height: 30px;
    padding-top: 3px;
    margin-left: 10px;
    width: 110px;
}

#header_sns_buttons .search_area {
    float: left;
    height: 30px;
    margin-left: 10px;
}

#header_sns_buttons .search_area .search_text {
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 200px;
    background: url(https://images.staticjw.com/gur/9726/bg_tr50.png) repeat center center;
    border: 1px solid #aaa;
}

#header_sns_buttons .search_area .search_button {
    float: left;
    height: 30px;
    margin-left: 10px;
    border: 0 none;
    border-radius: 5px;
    background-color: #F39800;
    color: #fff;
    padding: 0 15px;
}

#body_wrapper {
    max-width: 1048px;
    height: auto;
    margin-bottom: 20px;
}

.h2_title, .panel-heading {
    background: transparent url(https://images.staticjw.com/gur/1116/obi_h2.png) no-repeat scroll left bottom !important;
    font-size: 20px;
    padding-top: 0;
    padding-left: 30px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin: 0 0 20px;
}

.small_header {
    font-size: 16px;
    letter-spacing: 0;
}

span.badge {
    background-color: #615352 !important;
    border-radius: 10px;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px;
}

.eventinfo_list li {
    background: url(https://images.staticjw.com/gur/4440/icon_grayarrow.png) no-repeat left 4px;
    padding-left: 20px;
    clear: left;
    margin-bottom: 20px;
    float: left;
    font-size: 13px;
}

.eventinfo_areanavi {
    list-style-type: none;
    width: 480px;
    height: 24px;
    float: left;
}

.eventinfo_areanavi2 {
    list-style-type: none;
    width: 100%;
    float: left;
    background: url(https://images.staticjw.com/gur/9501/gurutto_infotab_buttons_bg.gif) repeat center top;
    margin: 0 0 10px;
    padding: 0;
}

.eventinfo_areanavi2 li {
    float: left;
    margin-left: 3.4px;
}

.eventinfo h2 {
    width: 733px;
    background-repeat: no-repeat;
    height: 31px;
    font-size: 0;
    text-indent: -9999px;
}

.eventinfo .listbtn {
    display: block;
    margin-left: 690px;
    width: 42px;
    height: 26px;
}

.eventinfo_left {
    float: left;
    width: 67%;
}

.eventinfo_list {
    float: left;
    height: 340px;
    overflow-y: auto;
    width: 480px;
    padding-top: 2px;
    list-style: none;
}

.eventinfo_list li .c_mark:after {
    float: left;
    border: 1px solid #ec6617;
    margin-right: 10px;
    color: #ec6617;
    margin-top: -2px;
    padding: 2px 5px;
}

.eventinfo_list li .category_mark_10:after {
    content: '芦屋市';
}

.eventinfo_list li .category_mark_11:after {
    content: '西宮市';
}

.eventinfo_list li .category_mark_12:after {
    content: '宝塚市';
}

.eventinfo_list li .category_mark_13:after {
    content: '三田市';
}

.eventinfo_list li .category_mark_14:after {
    content: '三木市';
}

.eventinfo_list li .category_mark_15:after {
    content: '稲美町';
}

.eventinfo_list li .category_mark_16:after {
    content: '明石市';
}

.eventinfo_list li .category_mark_17:after {
    content: '淡路市';
}

.eventinfo_list li .category_mark_18:after {
    content: '神戸市';
}

.eventinfo_list li .date {
    float: left;
    margin-right: 10px;
    color: #555;
    margin-top: -1px;
    font-weight: 700;
    padding: 3px 5px;
}

.eventinfo_list li .title {
    float: left;
    padding-top: 4px;
    margin-right: 10px;
    color: #555;
    margin-top: -1px;
    width: 280px;
}

.eventinfo_title {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #b9a595;
    color: #fff;
    font-weight: 700;
    padding: 2px 0;
}

#event_calender {
    float: left;
    width: 100%;
}

#event_calender table {
    width: 100%;
    border-color: #615252;
}

#event_calender th {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    color: #FFF;
    background-color: #615252;
    border: 1px solid #fff;
    border-left: 0;
}

#event_calender td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #615252;
    border-top: 0;
    border-left: 0;
    font-size: 13px;
    height: 30px;
}

.eventinfo_right {
    float: left;
    width: 33%;
}

.spotsearch {
    font-size: 13.5px;
    color: #4f503c;
}

.spotsearch span:hover {
    color: #4f503c;
    text-decoration: underline;
}

#season_news dl dd a {
    font-weight: bolder;
    color: #666;
    font-size: 13px;
}

#season_news {
    float: left;
    position: relative;
    width: 100%;
    background: url(https://images.staticjw.com/gur/4725/season_news_bg.jpg) no-repeat center center;
    margin-bottom: 30px;
    background-size: cover;
    border: 3px solid #61B6DF;
    padding: 7px;
}

#season_news h3 {
    float: left;
    margin: 0;
}

#season_news .guide_link a {
    position: absolute;
    float: left;
    top: 4px;
    right: 4px;
    background-color: #61b6df;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

#season_news > dl {
    float: left;
    width: 555px;
    margin-top: 7px;
    margin-left: 5px;
    padding: 0;
}

#season_news > dl > dt {
    float: left;
    clear: left;
    width: 130px;
    font-weight: 700;
    color: #FFF;
    background-color: #1d98cf;
    text-align: center;
}

#season_news > dl > dd {
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 5px;
    color: #666;
    width: 420px;
    text-align: left;
    background: #fff url(https://images.staticjw.com/gur/5485/harf_transparent_bg.png) repeat center center;
}

#season_news > dl > dd > dl {
    list-style: none;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
}

#season_news > dl > dd > dl > dt, #season_news div > dt {
    color: #1d98cf;
}

#season_news > dl > dd > dl > dt {
    clear: left;
}

#footer {
    background: transparent url(https://images.staticjw.com/gur/1304/footer_bg.png) repeat-x scroll center top;
    height: 213px;
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
}

.footernavi {
    float: left;
    margin-bottom: 20px;
}

.owner_info {
    background-image: url(https://images.staticjw.com/gur/1980/line_dot_vertical.gif);
    background-repeat: repeat-y;
    background-position: left;
    float: left;
    height: 88px;
    color: #666;
    line-height: 22px;
    font-size: 15px;
}

.footernavi ul {
    list-style-position: inside;
    list-style-image: url(https://images.staticjw.com/gur/9705/icon_green_circle.png);
    list-style-type: none;
    color: #FFF;
}

.footernavi li {
    float: left;
    width: 154px;
    height: 20px;
    font-size: 12px;
}

.purposebutton {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.purposebutton ul {
    float: left;
    width: 100%;
    list-style: none;
    background-color: #e0ea9f;
    margin: 0;
    padding: 10px 10px 0;
}

.purposebutton ul li {
    float: left;
    margin-right: 10px;
}

p.pager {
    margin: 10px 0;
}

#userforward, #userbacklink, .desc_mark {
    float: right;
    border: 1px solid #666;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
    background-color: #615352;
    padding: 1px 10px;
}

.eventlist {
    list-style: outside none none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.eventlist li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.eventlist .pictframe {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 5px;
    background-image: url(https://images.staticjw.com/gur/3966/noimage8080.gif);
}

.eventlist h2 {
    float: left;
    height: 25px;
    width: 85%;
    padding-left: 10px;
    font-size: 17px;
    background-color: #FFFDDF;
    padding-top: 5px;
    overflow: hidden;
}

.eventlist a {
    color: #000;
}

.eventlist .bodyframe {
    float: left;
    height: 42px;
    width: 85%;
    padding-left: 10px;
    overflow: hidden;
    line-height: 21px;
}

.eventlist .desc_button {
    float: left;
    clear: left;
    border: 1px solid #666;
    border-radius: 10px;
    color: #666;
    margin-left: 110px;
    margin-bottom: 10px;
    padding: 1px 10px;
}

#main h3 {
    float: left;
    width: 100%;
    border-bottom-color: #F66;
    border-left-color: red;
    font-size: 22px;
    color: #D33;
    border-style: solid;
    border-width: 0 0 1px 5px;
    margin: 10px 0;
    padding: 5px 0 5px 10px;
}

#main h4 {
    float: left;
    width: 100%;
    border-bottom-color: #F66;
    border-left-color: #F60;
    font-size: 18px;
    color: #F30;
    border-style: solid;
    border-width: 0 0 1px 5px;
    margin: 5px 0;
    padding: 3px 0 3px 10px;
}

#main h5 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #F93;
    border-left: 3px solid #F60;
    font-size: 16px;
    color: #F30;
    margin: 3px 0 10px;
    padding: 2px 0 2px 8px;
}

.entryColumn td {
    border: 1px solid #888 !important;
    color: #300;
    padding: 3px;
}

select {
    color: #000 !important;
}

.copyright {
    background-color: #fffddf;
    margin: 10px 0 20px;
    padding: 5px 0;
}

.bx-wrapper {
    margin: 0 0 30px !important;
}

.sp_gurutto_news > .panel-heading {
    background: transparent url(https://images.staticjw.com/gur/8479/obi_gurutto_new_sp.png) no-repeat scroll left center !important;
    padding-top: 16px;
    height: 53px;
    margin-bottom: 0;
    border: 0;
}

.sp_gurutto_news > .panel-body {
    padding: 0 10px 10px;
}

.sp_gurutto_news .list-group-item:nth-of-type(2n) {
    background-color: #f1f1ec;
}

.sp_gurutto_news .list-group-item:nth-of-type(2n+1) {
    background-color: #f8f8f4;
}

.specialcollection_list > .collapsed > .mark {
    background: transparent url(https://images.staticjw.com/gur/2477/arrow_double2.png) no-repeat scroll right center !important;
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 6px;
    margin-right: 20px;
}

.sp_gurutto_news .list-group-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 20px;
}

.sp_gurutto_news .list-group {
    border-bottom: 1px solid #aaa;
}

.specialcollection_list .list-group-item {
    padding-left: 30px;
    background: transparent url(https://images.staticjw.com/gur/4440/icon_grayarrow.png) no-repeat scroll 10px center;
}

.specialcollection_list > h4 > .mark {
    background: transparent url(https://images.staticjw.com/gur/1305/arrow_double.png) no-repeat scroll right center;
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 6px;
    margin-right: 20px;
}

#eventlist > .list-group-item > .areadata {
    margin-left: 57px;
}

#eventlist > .list-group-item > .areadata > a {
    float: left;
    margin-left: 5px;
    color: #666;
}

.area_search_sp ul {
    float: left;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

.area_search_sp ul li {
    float: left;
    width: 33.333%;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    top: -1px;
    left: -1px;
    background: #f8f8f4 url(https://images.staticjw.com/gur/4440/icon_grayarrow.png) no-repeat scroll 10% center;
}

.area_search_sp ul li a {
    float: left;
    width: 100%;
    font-weight: 700;
    color: #231815;
    padding: 8px 0 8px 20%;
}

#movie_index .acms-page-header {
    border: 0 !important;
    background: #b9a595;
    margin-top: 20px;
    padding: 5px 10px 5px 5px;
}

#movie_index .acms-page-header h2 {
    font-size: 20px;
    color: #fff;
    border-left: 8px solid #fff;
    padding-left: 5px;
    margin: 0;
}

#gotop p {
    float: left;
    margin-right: 5px;
}

dl dd {
    line-height: 15px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .acms-admin-form-block, .acms-admin-entry [class*=column-eximage-] a, .acms-admin-entry [class*=column-image-] a, .acms-admin-entry [class*=column-media-] a, .acms-admin-navbar ul li:hover > ul, .acms-admin-sidebar-sp, .js-acms-tab-select-active, .js-acms-offcanvas-open, .acms-admin-filter .acms-admin-form-group, .drag-n-drop-hover .acms-admin-drop-area-wrap, .acms-form-block, .acms-entry [class*="column-image-"] a, .acms-entry [class*="column-media-"] a, .acms-entry [class*="column-eximage-"] a, .acms-navbar ul li:hover > ul, .acms-sidebar-sp, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, input[type=file], .collapse.in, .open > .dropdown-menu, .tab-content > .active, .navbar-brand > img, .media-object, .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

audio, canvas, video, .acms-admin-extend-field-wrap, .breadcrumb > li, .img-wrap-center {
    display: inline-block;
}

[hidden], template, .acms-admin-form select::-ms-expand, .acms-admin-btn-checkbox, .acms-admin-btn-radio, .js-acms-tab-select-panel, .js-drop_area .acms-admin-drop-area-wrap, .acms-admin-form-edit .acms-admin-hide-pc, .entryFormColumnItem-toberemoved, .transaction-notice-, .v-result-, .v-result-1, .validator-result-, .validator-result-1, #adminMinBox, .js-acms_layout_list .acms-admin-layout-unit, .acms-admin-layout-edit .acms-admin-layout-menu-inner, .acms-form select::-ms-expand, .acms-btn-checkbox, .acms-btn-radio, .collapse, .tab-content > .tab-pane, .label:empty, .badge:empty {
    display: none;
}

a:focus, input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-offset: -2px;
}

a:active, a:hover, .acms-admin-btn-unstyled:focus, .acms-btn-unstyled:focus, .dropdown-toggle:focus, .open > a, .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .navbar-toggle:focus {
    outline: 0;
}

b, strong, .acms-admin-dl dt, .acms-admin-style dl dt, .acms-dl dt, .acms-style dl dt, optgroup, dt, .alert .alert-link, .entryColumn h1, .entryColumn h2, .entryColumn h3, .entryColumn h4, .entryColumn h5, .entryColumn h6, .entryColumn .h1, .entryColumn .h2, .entryColumn .h3, .entryColumn .h4, .entryColumn .h5, .entryColumn .h6 {
    font-weight: 700;
}

svg:not(:root), .js-acms-offcanvas-body-left, .js-acms-offcanvas-body-right, .js-acms-offcanvas-body-right, .js-acms-offcanvas-body-left, .modal-open, .js-animation {
    overflow: hidden;
}

figure, .acms-admin-sidebar dd, .acms-admin-sidebar-sp p, .acms-admin-filter-fit, .acms-admin-form-edit, .acms-admin-form-edit textarea, .acms-admin-accordion-title, .entryFormFileName, .acms-admin-margin-none, .acms-sidebar dd, .acms-sidebar-sp p, .acms-margin-none, .pagerCustomizeText {
    margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, .acms-admin-form input[type=search], .acms-form input[type="search"], input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.acms-admin-container, .acms-container {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.acms-admin-grid, .acms-admin-grid-r, .acms-grid, .acms-grid-r {
    margin-left: -10px;
    margin-right: -10px;
}

.acms-admin-grid-r:after, .acms-admin-grid-r:before, .acms-admin-grid:after, .acms-admin-grid:before, .acms-admin-dl-horizontal dd:after, .acms-admin-dl-horizontal dd:before, .acms-admin-dl-line dd:after, .acms-admin-dl-line dd:before, .acms-admin-form-group:after, .acms-admin-form-group:before, .acms-admin-navbar-admin:after, .acms-admin-navbar-admin:before, .acms-admin-pager:after, .acms-admin-pager:before, .acms-admin-tabs .js-acms_admin_tabs:after, .acms-admin-tabs .js-acms_admin_tabs:before, .acms-admin-tabs .js-acms_tabs:after, .acms-admin-tabs .js-acms_tabs:before, .acms-admin-tabs-inverse .js-acms_admin_tabs:after, .acms-admin-tabs-inverse .js-acms_admin_tabs:before, .acms-admin-tabs-inverse .js-acms_tabs:after, .acms-admin-tabs-inverse .js-acms_tabs:before, .acms-grid:before, .acms-grid:after, .acms-grid-r:before, .acms-grid-r:after, .acms-dl-horizontal dd:before, .acms-dl-horizontal dd:after, .acms-dl-line dd:before, .acms-dl-line dd:after, .acms-form-group:before, .acms-form-group:after, .acms-navbar-admin:before, .acms-navbar-admin:after, .acms-pager:before, .acms-pager:after, .acms-tabs .js-acms_tabs:before, .acms-tabs .js-acms_tabs:after, .acms-tabs .js-acms_admin_tabs:before, .acms-tabs .js-acms_admin_tabs:after, .acms-tabs-inverse .js-acms_tabs:before, .acms-tabs-inverse .js-acms_tabs:after, .acms-tabs-inverse .js-acms_admin_tabs:before, .acms-tabs-inverse .js-acms_admin_tabs:after {
    content: " ";
    display: table;
}

.acms-admin-grid-r:after, .acms-admin-grid:after, .acms-admin-entry .acms-admin-col-12, .acms-admin-dl-horizontal dd:after, .acms-admin-dl-line dd:after, .acms-admin-form-group:after, .acms-admin-navbar-admin:after, .acms-admin-pager:after, .acms-admin-tabs .js-acms_admin_tabs:after, .acms-admin-tabs .js-acms_tabs:after, .acms-admin-tabs-inverse .js-acms_admin_tabs:after, .acms-admin-tabs-inverse .js-acms_tabs:after, .acms-grid:after, .acms-grid-r:after, .acms-entry .acms-col-12, .acms-dl-horizontal dd:after, .acms-dl-line dd:after, .acms-form-group:after, .acms-navbar-admin:after, .acms-pager:after, .acms-tabs .js-acms_tabs:after, .acms-tabs .js-acms_admin_tabs:after, .acms-tabs-inverse .js-acms_tabs:after, .acms-tabs-inverse .js-acms_admin_tabs:after, .acms-clear, .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .alternate-odd {
    clear: both;
}

.acms-admin-grid-negative, .acms-grid-negative {
    margin-left: 0;
    margin-right: 0;
}

[class*=acms-admin-col], [class*="acms-col"] {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

[class*=acms-admin-col], [class*=acms-admin-col]:after, [class*=acms-admin-col]:before, .acms-admin-admin-mini-table, .acms-admin-admin-mini-table td, .acms-admin-admin-mini-table th, .acms-admin-admin-mini-table tr, .acms-admin-table, .acms-admin-table-admin-edit, .acms-admin-table-admin-edit td, .acms-admin-table-admin-edit th, .acms-admin-table-heading, .acms-admin-table-heading td, .acms-admin-table-heading th, .acms-admin-table:after, .acms-admin-table:before, .acms-admin-revision-preview #acms-main, .acms-admin-mobile-preview *, [class*="acms-col"], [class*="acms-col"]:before, [class*="acms-col"]:after, .acms-table, .acms-table:before, .acms-table:after, .acms-table-admin-edit, .acms-table-admin-edit th, .acms-table-admin-edit td, .acms-table-heading, .acms-table-heading th, .acms-table-heading td, .acms-admin-mini-table, .acms-admin-mini-table tr, .acms-admin-mini-table th, .acms-admin-mini-table td {
    box-sizing: border-box;
}

.acms-admin-col-1, .acms-col-1 {
    float: left;
    width: 8.33333%;
}

.acms-admin-col-2, .acms-col-2 {
    float: left;
    width: 16.66667%;
}

.acms-admin-col-3, .acms-col-3 {
    float: left;
    width: 25%;
}

.acms-admin-col-4, .acms-col-4 {
    float: left;
    width: 33.33333%;
}

.acms-admin-col-5, .acms-col-5 {
    float: left;
    width: 41.66667%;
}

.acms-admin-col-6, .acms-col-6 {
    float: left;
    width: 50%;
}

.acms-admin-col-7, .acms-col-7 {
    float: left;
    width: 58.33333%;
}

.acms-admin-col-8, .acms-col-8 {
    float: left;
    width: 66.66667%;
}

.acms-admin-col-9, .acms-col-9 {
    float: left;
    width: 75%;
}

.acms-admin-col-10, .acms-col-10 {
    float: left;
    width: 83.33333%;
}

.acms-admin-col-11, .acms-col-11 {
    float: left;
    width: 91.66667%;
}

.acms-admin-col-12, .acms-col-12 {
    float: none;
    width: 100%;
}

[class*=acms-admin-pull], [class*=acms-admin-push], .acms-admin-timeline-item, .js-drop_area, .js-direct-sort-wrap, [class*="acms-push"], [class*="acms-pull"], .acms-timeline-item, .has-feedback, .dropdown, .dropup, .input-group-btn > .btn {
    position: relative;
}

.acms-admin-push-1, .acms-push-1 {
    left: 8.33333%;
}

.acms-admin-push-2, .acms-push-2 {
    left: 16.66667%;
}

.acms-admin-push-3, .acms-push-3, .col-xs-push-3 {
    left: 25%;
}

.acms-admin-push-4, .acms-push-4 {
    left: 33.33333%;
}

.acms-admin-push-5, .acms-push-5 {
    left: 41.66667%;
}

.acms-admin-push-6, .acms-push-6, .col-xs-push-6 {
    left: 50%;
}

.acms-admin-push-7, .acms-push-7 {
    left: 58.33333%;
}

.acms-admin-push-8, .acms-push-8 {
    left: 66.66667%;
}

.acms-admin-push-9, .acms-push-9, .col-xs-push-9 {
    left: 75%;
}

.acms-admin-push-10, .acms-push-10 {
    left: 83.33333%;
}

.acms-admin-push-11, .acms-push-11 {
    left: 91.66667%;
}

.acms-admin-pull-1, .acms-pull-1 {
    right: 8.33333%;
}

.acms-admin-pull-2, .acms-pull-2 {
    right: 16.66667%;
}

.acms-admin-pull-3, .acms-pull-3, .col-xs-pull-3 {
    right: 25%;
}

.acms-admin-pull-4, .acms-pull-4 {
    right: 33.33333%;
}

.acms-admin-pull-5, .acms-pull-5 {
    right: 41.66667%;
}

.acms-admin-pull-6, .acms-pull-6, .col-xs-pull-6 {
    right: 50%;
}

.acms-admin-pull-7, .acms-pull-7 {
    right: 58.33333%;
}

.acms-admin-pull-8, .acms-pull-8 {
    right: 66.66667%;
}

.acms-admin-pull-9, .acms-pull-9, .col-xs-pull-9 {
    right: 75%;
}

.acms-admin-pull-10, .acms-pull-10 {
    right: 83.33333%;
}

.acms-admin-pull-11, .acms-pull-11 {
    right: 91.66667%;
}

.acms-admin-btn, .acms-admin-btn-admin, .formEntryActionUnit .btn {
    display: inline-block;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #f9f9f9, #e1e1e1);
    color: #333;
    padding: 13px 10px;
}

.acms-admin-btn.acms-admin-btn-hover, .acms-admin-btn:hover, .acms-admin-btn-admin.hover, .acms-admin-btn-admin:hover, .formEntryActionUnit .btn.hover, .formEntryActionUnit .btn:hover {
    border: 1px solid #868688;
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #f9f9f9, #e1e1e1);
    color: #333;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-active, .acms-admin-btn:active, .acms-admin-btn:hover, .acms-admin-btn:link, .acms-admin-btn:visited, .acms-admin-btn-admin.active, .acms-admin-btn-admin:active, .acms-admin-btn-admin:hover, .acms-admin-btn-admin:link, .acms-admin-btn-admin:visited, .formEntryActionUnit .btn.active, .formEntryActionUnit .btn:active, .formEntryActionUnit .btn:hover, .formEntryActionUnit .btn:link, .formEntryActionUnit .btn:visited, .acms-admin-sidebar-link .stay a, .js-acms-dropdown-menu a:link, .js-acms-dropdown-menu a:visited, .acms-btn.acms-btn-active, .acms-btn:link, .acms-btn:hover, .acms-btn:active, .acms-btn:visited, .acms-btn-admin.active, .acms-btn-admin:link, .acms-btn-admin:hover, .acms-btn-admin:active, .acms-btn-admin:visited, .formEntryActionUnit .btn.active, .formEntryActionUnit .btn:link, .formEntryActionUnit .btn:hover, .formEntryActionUnit .btn:active, .formEntryActionUnit .btn:visited, .acms-sidebar-link .stay a, .navbar-default .navbar-link:hover, .navbar-default .btn-link:focus, .navbar-default .btn-link:hover, a.list-group-item .list-group-item-heading {
    color: #333;
}

.acms-admin-btn.acms-admin-btn-active, .acms-admin-btn:active, .acms-admin-btn-admin.active, .acms-admin-btn-admin:active, .formEntryActionUnit .btn.active, .formEntryActionUnit .btn:active, .acms-admin-pager li > a:active {
    border: 1px solid #aaa;
    background-color: #e1e1e1;
    box-shadow: inset 0 1px 2px #b2b2b2;
    color: #333;
    text-decoration: none;
}

.acms-admin-btn:focus, .acms-admin-btn-admin:focus, .formEntryActionUnit .btn:focus, .acms-admin-form select:focus {
    outline: none;
    border-color: #137af3;
}

.acms-admin-btn.acms-admin-btn-primary, .acms-admin-btn-admin-primary {
    border: 1px solid #004cc5;
    background-color: #004cc5;
    background-image: linear-gradient(180deg, #005cee, #004cc5);
    color: #fff;
}

.acms-admin-btn.acms-admin-btn-primary.hover, .acms-admin-btn.acms-admin-btn-primary:hover, .acms-admin-btn-admin-primary.hover, .acms-admin-btn-admin-primary:hover {
    border: 1px solid #002b6e;
    background-color: #0050cf;
    background-image: linear-gradient(180deg, #0364ff, #0050cf);
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-primary:active, .acms-admin-btn.acms-admin-btn-primary:hover, .acms-admin-btn.acms-admin-btn-primary:link, .acms-admin-btn.acms-admin-btn-primary:visited, .acms-admin-btn.acms-admin-btn-info:active, .acms-admin-btn.acms-admin-btn-info:hover, .acms-admin-btn.acms-admin-btn-info:link, .acms-admin-btn.acms-admin-btn-info:visited, .acms-admin-btn.acms-admin-btn-success:active, .acms-admin-btn.acms-admin-btn-success:hover, .acms-admin-btn.acms-admin-btn-success:link, .acms-admin-btn.acms-admin-btn-success:visited, .acms-admin-btn.acms-admin-btn-warning:active, .acms-admin-btn.acms-admin-btn-warning:hover, .acms-admin-btn.acms-admin-btn-warning:link, .acms-admin-btn.acms-admin-btn-warning:visited, .acms-admin-btn.acms-admin-btn-danger:active, .acms-admin-btn.acms-admin-btn-danger:hover, .acms-admin-btn.acms-admin-btn-danger:link, .acms-admin-btn.acms-admin-btn-danger:visited, .acms-admin-btn-flat-primary:visited, a .acms-admin-btn-flat-primary:visited, .acms-admin-btn-flat-info:visited, a .acms-admin-btn-flat-info:visited, .acms-admin-btn-flat-success:visited, a .acms-admin-btn-flat-success:visited, .acms-admin-btn-flat-warning:visited, a .acms-admin-btn-flat-warning:visited, .acms-admin-btn-flat-danger:visited, a .acms-admin-btn-flat-danger:visited, .acms-admin-btn-admin-primary:active, .acms-admin-btn-admin-primary:hover, .acms-admin-btn-admin-primary:link, .acms-admin-btn-admin-primary:visited, .acms-admin-btn-admin-info:active, .acms-admin-btn-admin-info:hover, .acms-admin-btn-admin-info:link, .acms-admin-btn-admin-info:visited, .acms-admin-btn-admin-danger:active, .acms-admin-btn-admin-danger:hover, .acms-admin-btn-admin-danger:link, .acms-admin-btn-admin-danger:visited, .acms-admin-label:active, .acms-admin-label:focus, a .acms-admin-label:visited, .acms-admin-label-success:active, .acms-admin-label-success:focus, a .acms-admin-label-success:visited, .acms-admin-label-info:active, .acms-admin-label-info:focus, a .acms-admin-label-info:visited, .acms-admin-label-warning:active, .acms-admin-label-warning:focus, a .acms-admin-label-warning:visited, .acms-admin-label-danger:active, .acms-admin-label-danger:focus, a .acms-admin-label-danger:visited, .acms-admin-module-edit-wrapper .acms-admin-module-edit a, .acms-admin-edit-info-heading a, .acms-admin-edit-info-heading a:active, .acms-admin-edit-info-heading a:focus, .acms-admin-edit-info-heading a:visited, .acms-admin-layout-menu-delete, .acms-admin-layout-menu-group-heading:active, .acms-admin-layout-menu-group-heading:visited, .acms-admin-layout-edit .acms-admin-layout-module-unit .acms-admin-layout-edit-box .acms-admin-icon-delete:before, .navbar-inverse .navbar-link:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover, .panel-heading > .badge > a {
    color: #fff;
}

.acms-admin-btn.acms-admin-btn-primary.active, .acms-admin-btn.acms-admin-btn-primary:active, .acms-admin-btn-admin-primary.active, .acms-admin-btn-admin-primary:active {
    border: 1px solid #002b6e;
    background-color: #004cc5;
    box-shadow: inset 0 1px 2px #002b6e;
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-primary:focus, .acms-admin-btn-admin-primary:focus {
    outline: none;
    border-color: #002b6e;
}

.acms-admin-btn.acms-admin-btn-info, .acms-admin-btn-admin-info {
    border: 1px solid #4b4b4b;
    background-color: #4b4b4b;
    background-image: linear-gradient(180deg, #5f5f5f, #4b4b4b);
    color: #fff;
}

.acms-admin-btn.acms-admin-btn-info:hover, .acms-admin-btn-admin-info:hover {
    border: 1px solid #202020;
    background-color: #505050;
    background-image: linear-gradient(180deg, #6a6a6a, #505050);
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-info.active, .acms-admin-btn.acms-admin-btn-info:active, .acms-admin-btn-admin-info.active, .acms-admin-btn-admin-info:active {
    border: 1px solid #202020;
    background-color: #4b4b4b;
    box-shadow: inset 0 1px 2px #202020;
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-info:focus, .acms-admin-btn-admin-info:focus, .acms-btn.acms-btn-info:focus, .acms-btn-admin-info:focus {
    outline: none;
    border-color: #202020;
}

.acms-admin-btn.acms-admin-btn-success:focus, .acms-btn.acms-btn-success:focus {
    outline: none;
    border-color: #263700;
}

.acms-admin-btn.acms-admin-btn-danger, .acms-admin-btn-admin-danger {
    border: 1px solid #c5001d;
    background-color: #c5001d;
    background-image: linear-gradient(180deg, #ee0023, #c5001d);
    color: #fff;
}

.acms-admin-btn.acms-admin-btn-danger:hover, .acms-admin-btn-admin-danger:hover {
    border: 1px solid #6e0010;
    background-color: #cf001f;
    background-image: linear-gradient(180deg, #ff0328, #cf001f);
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-danger.active, .acms-admin-btn.acms-admin-btn-danger:active, .acms-admin-btn-admin-danger.active, .acms-admin-btn-admin-danger:active {
    border: 1px solid #6e0010;
    background-color: #c5001d;
    box-shadow: inset 0 1px 2px #6e0010;
    color: #fff;
    text-decoration: none;
}

.acms-admin-btn.acms-admin-btn-danger:focus, .acms-admin-btn-admin-danger:focus {
    outline: none;
    border-color: #6e0010;
}

.acms-admin-btn.acms-admin-btn-link:active, .js-edit_inplace-sort_selectAll .js-edit_inplace-sort_selecting, .acms-btn.acms-btn-link:active {
    box-shadow: none;
}

.acms-admin-btn-flat:visited, a .acms-admin-btn-flat:visited, a .acms-admin-thumbnail:hover, .acms-btn-flat:visited, a .acms-btn-flat:visited, a .acms-thumbnail:hover {
    color: #666;
}

a.acms-admin-btn, a.acms-admin-btn-admin, a.acms-admin-btn-aqua, a.acms-admin-btn-flat, .acms-admin-topicpath a:link, .acms-admin-pager li > a:link, a.acms-btn, a.acms-btn-admin, a.acms-btn-flat, a.acms-btn-aqua, .acms-topicpath a:link, .acms-pager li > a:link, .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.acms-admin-btn-admin.acms-admin-float-right.acms-admin-btn-admin-danger, .acms-btn-admin.acms-float-right.acms-btn-admin-danger {
    margin-right: 4px;
}

.acms-admin-btn-admin-save, .acms-btn-admin-save {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.acms-admin-btn-disabled, button[disabled], fieldset[disabled]
.acms-admin-btn, input[type=button][disabled], input[type=image][disabled], input[type=reset][disabled], input[type=submit][disabled], .acms-btn-disabled, button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="image"][disabled], input[type="button"][disabled], fieldset[disabled] .acms-btn {
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.acms-admin-btn-block, .acms-btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
}

.acms-admin-inline-btn, .acms-inline-btn {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.acms-admin-btn-small, .acms-btn-small {
    font-size: 10px;
    padding: 4px 6px;
}

.acms-admin-btn-large, .acms-btn-large {
    font-size: 18px;
    border-radius: 6px;
    padding: 12px 15px;
}

.acms-admin-btn-unstyled, .acms-btn-unstyled {
    background: 0;
    border: 0;
    padding: 0;
}

.acms-admin-h1, .acms-admin-style h1, .acms-h1, .acms-style h1, .h2, h2 {
    font-size: 30px;
}

.acms-admin-h2, .acms-admin-style h2, .acms-h2, .acms-style h2, .h3, h3 {
    font-size: 24px;
}

.acms-admin-h3, .acms-admin-style h3, .acms-h3, .acms-style h3, .h4, h4 {
    font-size: 18px;
}

.acms-admin-h4, .acms-admin-style h4, .acms-admin-label-large, .acms-h4, .acms-style h4, .acms-label-large, .photoDate, .tagSize6 a:link, .tagSize6 a:visited, .tagSize6 a:hover, .tagSize6 a:active, .tagSize7 a:link, .tagSize7 a:visited, .tagSize7 a:hover, .tagSize7 a:active, .tagSize8 a:link, .tagSize8 a:visited, .tagSize8 a:hover, .tagSize8 a:active, .tagSize9 a:link, .tagSize9 a:visited, .tagSize9 a:hover, .tagSize9 a:active, .entryColumn dl {
    font-size: 16px;
}

.acms-admin-h5, .acms-admin-style h5, .cancelBtn, .submitBtn, .acms-h5, .acms-style h5, .h5, h5, .tagSize3 a:link, .tagSize3 a:visited, .tagSize3 a:hover, .tagSize3 a:active, .tagSize4 a:link, .tagSize4 a:visited, .tagSize4 a:hover, .tagSize4 a:active, .tagSize5 a:link, .tagSize5 a:visited, .tagSize5 a:hover, .tagSize5 a:active, .entryColumn .acms-admin-title2 {
    font-size: 14px;
}

.acms-admin-h6, .acms-admin-style h6, .acms-h6, .acms-style h6, .h6, h6, .tagSize1 a:link, .tagSize1 a:visited, .tagSize1 a:hover, .tagSize1 a:active, .tagSize2 a:link, .tagSize2 a:visited, .tagSize2 a:hover, .tagSize2 a:active, #season_news > dl > dd > dl > dt, #season_news > dl > dd > dl > dd a {
    font-size: 12px;
}

.acms-admin-h1, .acms-admin-h2, .acms-admin-h3, .acms-admin-h4, .acms-admin-h5, .acms-admin-h6, .acms-h1, .acms-h2, .acms-h3, .acms-h4, .acms-h5, .acms-h6, .sectionSpace.section-title {
    margin: 0 0 20px;
}

* + .acms-admin-h1, * + .acms-admin-h2, * + .acms-admin-h3, * + .acms-admin-h4, * + .acms-admin-h5, * + .acms-admin-h6, * + .acms-h1, * + .acms-h2, * + .acms-h3, * + .acms-h4, * + .acms-h5, * + .acms-h6 {
    margin-top: 35px;
}

.acms-admin-p, .acms-admin-style p, .acms-p, .acms-style p {
    margin: 0 0 15px;
}

* + .acms-admin-p, * + .acms-admin-style p, * + .acms-p, * + .acms-style p, .media {
    margin-top: 15px;
}

.acms-admin-dl, .acms-admin-ol, .acms-admin-style dl, .acms-admin-style ol, .acms-admin-style ul, .acms-admin-ul, .acms-admin-sidebar dl, .acms-admin-tabs-panel > .acms-admin-admin-title2, .acms-ul, .acms-ol, .acms-dl, .acms-style ul, .acms-style ol, .acms-style dl, .acms-sidebar dl, .acms-tabs-panel > .acms-admin-title2, .input-group-addon input[type=checkbox], .input-group-addon input[type=radio], .media:first-child, .media.list-group-item {
    margin-top: 0;
}

.acms-admin-list-nostyle, .acms-list-nostyle {
    list-style: none;
    padding-left: 0;
}

.acms-admin-list-inline, .acms-admin-dl-horizontal dd, .acms-admin-dl-line dd, .acms-list-inline, .acms-dl-horizontal dd, .acms-dl-line dd, .listInlineBanner, .eventinfo_areanavi, .eventinfo_list {
    padding-left: 0;
}

.acms-admin-list-inline li, .acms-list-inline li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 5px;
}

.acms-admin-dl dd, .acms-admin-style dl dd, .acms-dl dd, .acms-style dl dd {
    margin-left: 0;
    margin-bottom: 10px;
}

.acms-admin-dl-horizontal dt, .acms-admin-dl-line dt, .acms-dl-horizontal dt, .acms-dl-line dt {
    clear: left;
    float: left;
    width: 160px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.acms-admin-dl-line dd, .acms-admin-table-admin-edit-bordered tr:last-child th, .acms-admin-table-admin-edit-bordered tbody tr:last-child td, .acms-admin-table-admin-edit-bordered tbody tr:last-child th, .acms-admin-table-admin-edit-bordered tfoot tr:last-child td, .acms-admin-table-admin-edit-bordered tfoot tr:last-child th {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

button, input[type=button], input[type=reset], input[type=submit], button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type=checkbox], input[type=radio], select, .js-edit_inplace-title_trigger, .js-media_thumbnail:hover, .js-media_more:hover, .acms-admin-sidebar-item:hover, input[type="checkbox"], input[type="radio"], select, [role=button], .specialcollection_list > h4 {
    cursor: pointer;
}

.acms-admin-form input[type=date]:focus, .acms-admin-form input[type=datetime-local]:focus, .acms-admin-form input[type=datetime]:focus, .acms-admin-form input[type=email]:focus, .acms-admin-form input[type=month]:focus, .acms-admin-form input[type=number]:focus, .acms-admin-form input[type=password]:focus, .acms-admin-form input[type=search]:focus, .acms-admin-form input[type=tel]:focus, .acms-admin-form input[type=text]:focus, .acms-admin-form input[type=time]:focus, .acms-admin-form input[type=url]:focus, .acms-admin-form input[type=week]:focus, .acms-admin-form textarea:focus, .acms-admin-form select[multiple=multiple]:focus {
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    border-color: #137af3;
}

.acms-admin-form input[type=date]:disabled, .acms-admin-form input[type=datetime-local]:disabled, .acms-admin-form input[type=datetime]:disabled, .acms-admin-form input[type=email]:disabled, .acms-admin-form input[type=month]:disabled, .acms-admin-form input[type=number]:disabled, .acms-admin-form input[type=password]:disabled, .acms-admin-form input[type=search]:disabled, .acms-admin-form input[type=tel]:disabled, .acms-admin-form input[type=text]:disabled, .acms-admin-form input[type=time]:disabled, .acms-admin-form input[type=url]:disabled, .acms-admin-form input[type=week]:disabled, .acms-admin-form textarea:disabled, .acms-admin-form select:disabled, .acms-admin-form select[multiple=multiple]:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    border-color: #ddd;
}

.acms-admin-form input[type=date].acms-admin-form-large, .acms-admin-form input[type=datetime-local].acms-admin-form-large, .acms-admin-form input[type=datetime].acms-admin-form-large, .acms-admin-form input[type=email].acms-admin-form-large, .acms-admin-form input[type=month].acms-admin-form-large, .acms-admin-form input[type=number].acms-admin-form-large, .acms-admin-form input[type=password].acms-admin-form-large, .acms-admin-form input[type=search].acms-admin-form-large, .acms-admin-form input[type=tel].acms-admin-form-large, .acms-admin-form input[type=text].acms-admin-form-large, .acms-admin-form input[type=time].acms-admin-form-large, .acms-admin-form input[type=url].acms-admin-form-large, .acms-admin-form input[type=week]
.acms-admin-form-large, .acms-form input[type="text"].acms-form-large, .acms-form input[type="password"].acms-form-large, .acms-form input[type="datetime"].acms-form-large, .acms-form input[type="datetime-local"].acms-form-large, .acms-form input[type="date"].acms-form-large, .acms-form input[type="month"].acms-form-large, .acms-form input[type="time"].acms-form-large, .acms-form input[type="week"].acms-form-large, .acms-form input[type="number"].acms-form-large, .acms-form input[type="email"].acms-form-large, .acms-form input[type="url"].acms-form-large, .acms-form input[type="search"].acms-form-large, .acms-form input[type="tel"].acms-form-large {
    height: 48px;
    font-size: 20px;
}

.acms-admin-form input[type=date].acms-admin-form-small, .acms-admin-form input[type=datetime-local].acms-admin-form-small, .acms-admin-form input[type=datetime].acms-admin-form-small, .acms-admin-form input[type=email].acms-admin-form-small, .acms-admin-form input[type=month].acms-admin-form-small, .acms-admin-form input[type=number].acms-admin-form-small, .acms-admin-form input[type=password].acms-admin-form-small, .acms-admin-form input[type=search].acms-admin-form-small, .acms-admin-form input[type=tel].acms-admin-form-small, .acms-admin-form input[type=text].acms-admin-form-small, .acms-admin-form input[type=time].acms-admin-form-small, .acms-admin-form input[type=url].acms-admin-form-small, .acms-admin-form input[type=week].acms-admin-form-small, .acms-form input[type="text"].acms-form-small, .acms-form input[type="password"].acms-form-small, .acms-form input[type="datetime"].acms-form-small, .acms-form input[type="datetime-local"].acms-form-small, .acms-form input[type="date"].acms-form-small, .acms-form input[type="month"].acms-form-small, .acms-form input[type="time"].acms-form-small, .acms-form input[type="week"].acms-form-small, .acms-form input[type="number"].acms-form-small, .acms-form input[type="email"].acms-form-small, .acms-form input[type="url"].acms-form-small, .acms-form input[type="search"].acms-form-small, .acms-form input[type="tel"].acms-form-small {
    font-size: 11px;
}

.acms-admin-form textarea.acms-admin-form-large, .acms-form textarea.acms-form-large {
    height: 48px;
    font-size: 20px;
    vertical-align: middle;
}

.acms-admin-form textarea.acms-admin-form-small, .acms-form textarea.acms-form-small {
    height: 20px;
    font-size: 10px;
}

.acms-admin-form input[type=email]::placeholder, .acms-admin-form input[type=password], .acms-admin-form input[type=search]::placeholder, .acms-admin-form input[type=tel]::placeholder, .acms-admin-form input[type=text]::placeholder, .acms-admin-form input[type=url]::placeholder, .acms-admin-form textarea::placeholder, .acms-admin-form input[type=email]:-ms-input-placeholder, .acms-admin-form input[type=password]:-ms-input-placeholder, .acms-admin-form input[type=search]:-ms-input-placeholder, .acms-admin-form input[type=tel]:-ms-input-placeholder, .acms-admin-form input[type=text]:-ms-input-placeholder, .acms-admin-form input[type=url]:-ms-input-placeholder, .acms-admin-form textarea:-ms-input-placeholder, .acms-admin-form input[type=email]::-webkit-input-placeholder, .acms-admin-form input[type=password]::-webkit-input-placeholder, .acms-admin-form input[type=search]::-webkit-input-placeholder, .acms-admin-form input[type=tel]::-webkit-input-placeholder, .acms-admin-form input[type=text]::-webkit-input-placeholder, .acms-admin-form input[type=url]::-webkit-input-placeholder, .acms-admin-form textarea::-webkit-input-placeholder {
    color: #aaa;
}

.acms-admin-form-inline, .acms-admin-form-inline label, .editTextInsert, .js-extendTagSelect, .categoryAdderBtn, .acms-form-inline, .acms-form-inline label, .pagination > li, .pager li, .text-center .img-responsive {
    display: inline;
}

.acms-admin-form-group, .column-map-auto, .column-map-left, .column-yolp-auto, .column-yolp-left, .acms-admin-tabs-panel .acms-admin-admin-title2 + .acms-admin-table-admin-edit, #js-edit_inplace-box .entryFormColumnBody textarea, .acms-admin-btn-action-group .acms-admin-inline-btn, .acms-admin-margin-bottom-small, .acms-form-group, .column-map-auto, .column-yolp-auto, .acms-tabs-panel .acms-admin-title2 + .acms-table-admin-edit, .acms-margin-bottom-small, .form_dl dd {
    margin-bottom: 10px;
}

.acms-admin-form-action, .acms-form-action {
    display: table;
    border-collapse: separate;
}

.acms-admin-form-action .acms-admin-form-side, .acms-admin-form-action .acms-admin-form-side-btn, .acms-admin-form-action input, .acms-form-action .acms-form-side, .acms-form-action .acms-form-side-btn, .acms-form-action input, .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.acms-admin-form-action .acms-admin-form-side:first-child, .acms-admin-label-group .acms-admin-label:first-child, .acms-admin-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle), .js-acms-dropdown-toggle .acms-admin-btn-admin:first-child, .acms-form-action .acms-form-side:first-child, .acms-label-group .acms-label:first-child, .acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle), .js-acms-dropdown-toggle .acms-btn-admin:first-child, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.acms-admin-form-action .acms-admin-form-side:last-child, .acms-admin-label-group .acms-admin-label:last-child, .acms-form-action .acms-form-side:last-child, .acms-label-group .acms-label:last-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child), .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.acms-admin-form-action .acms-admin-form-side-btn, .acms-form-action .acms-form-side-btn {
    position: relative;
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

.acms-admin-form-action .acms-admin-form-side-btn:first-child > .acms-admin-btn, .acms-admin-form-action .acms-admin-form-side-btn:first-child > .acms-admin-btn-admin, .acms-form-action .acms-form-side-btn:first-child > .acms-btn, .acms-form-action .acms-form-side-btn:first-child > .acms-btn-admin {
    vertical-align: top;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.acms-admin-form-action .acms-admin-form-side-btn:last-child > .acms-admin-btn, .acms-admin-form-action .acms-admin-form-side-btn:last-child > .acms-admin-btn-admin, .acms-form-action .acms-form-side-btn:last-child > .acms-btn, .acms-form-action .acms-form-side-btn:last-child > .acms-btn-admin {
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.acms-admin-form-action .acms-admin-form-side .acms-admin-form-checkbox, .acms-admin-form-action .acms-admin-form-side .acms-admin-form-radio, .acms-admin-entry [class*=acms-col-], .acms-admin-entry [class*=column-eximage-] .caption, .acms-admin-entry [class*=column-image-] .caption, .acms-admin-entry [class*=column-media-] .caption, .acms-admin-panel.acms-admin-timeline-panel, #revison_box .acms-admin-table-responsive, .acms-admin-padding-none, .acms-form-action .acms-form-side .acms-form-checkbox, .acms-form-action .acms-form-side .acms-form-radio, .acms-entry [class*=acms-col-], .acms-entry [class*="column-image-"] .caption, .acms-entry [class*="column-media-"] .caption, .acms-entry [class*="column-eximage-"] .caption, .acms-panel.acms-timeline-panel, .acms-padding-none, td, th {
    padding: 0;
}

.acms-admin-form-action .acms-admin-form-side .acms-admin-ico-checkbox, .acms-admin-form-action .acms-admin-form-side .acms-admin-ico-radio, .acms-form-action .acms-form-side .acms-ico-radio, .acms-form-action .acms-form-side .acms-ico-checkbox {
    margin-right: 0;
    vertical-align: -50%;
}

.acms-admin-form-action input[type=email], .acms-admin-form-action input[type=password], .acms-admin-form-action input[type=search], .acms-admin-form-action input[type=text], .acms-admin-form-action input[type=url], .acms-form-action input[type="text"], .acms-form-action input[type="search"], .acms-form-action input[type="email"], .acms-form-action input[type="password"], .acms-form-action input[type="url"] {
    height: 44px;
    width: 100%;
}

.acms-admin-form-action input[type=email]:first-child, .acms-admin-form-action input[type=password]:first-child, .acms-admin-form-action input[type=search]:first-child, .acms-admin-form-action input[type=text]:first-child, .acms-admin-form-action input[type=url]:first-child, .acms-form-action input[type="text"]:first-child, .acms-form-action input[type="search"]:first-child, .acms-form-action input[type="email"]:first-child, .acms-form-action input[type="password"]:first-child, .acms-form-action input[type="url"]:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.acms-admin-form-action input[type=email]:last-child, .acms-admin-form-action input[type=password]:last-child, .acms-admin-form-action input[type=search]:last-child, .acms-admin-form-action input[type=text]:last-child, .acms-admin-form-action input[type=url]:last-child, .acms-form-action input[type="text"]:last-child, .acms-form-action input[type="search"]:last-child, .acms-form-action input[type="email"]:last-child, .acms-form-action input[type="password"]:last-child, .acms-form-action input[type="url"]:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.acms-admin-text-error, .transaction-notice-error, .v-result-0, .v-result-error, .validator-result-0, .validator-result-error, .acms-text-error {
    display: block;
    color: red;
}

.acms-admin-form-width-full, .acms-admin-table-admin-edit table, #entryForm .entryFormColumnBody .formUnitGroupAddTable, .acms-admin-form-edit .acms-admin-form-width-full, .acms-admin-form-edit input.acms-admin-form-width-full, .formColumnMap, .acms-form-width-full, .acms-table-admin-edit table, .col-xs-12, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block, .btn-group-justified > .btn-group .btn, .nav-justified {
    width: 100%;
}

.acms-admin-form-width-3quarters, .acms-admin-form-edit .acms-admin-form-width-3quarters, .acms-admin-form-edit input.acms-admin-form-width-3quarters, .acms-form-width-3quarters, .col-xs-9 {
    width: 75%;
}

.acms-admin-form-width-half, .acms-admin-form-edit .acms-admin-form-width-half, .acms-admin-form-edit input.acms-admin-form-width-half, .acms-form-width-half, .col-xs-6 {
    width: 50%;
}

.acms-admin-form-width-quarter, .acms-admin-form-edit .acms-admin-form-width-quarter, .acms-admin-form-edit input.acms-admin-form-width-quarter, .acms-form-width-quarter, .col-xs-3 {
    width: 25%;
}

.acms-admin-form-width-large, .acms-form-width-large {
    max-width: 540px;
    width: 100%;
}

.acms-admin-form-width-medium, .acms-form-width-medium {
    max-width: 380px;
    width: 100%;
}

.acms-admin-form-width-small, .acms-form-width-small {
    max-width: 220px;
    width: 100%;
}

.acms-admin-form-width-mini, .acms-form-width-mini {
    max-width: 140px;
    width: 100%;
}

.acms-admin-form-radio, .acms-form-radio {
    padding: 3px 0 0 4px;
}

.acms-admin-form-radio:before, .acms-form-radio:before, .acms-form-radio::before {
    width: 16px;
    height: 16px;
    border-radius: 10px;
}

.acms-admin-btn-checkbox label, .acms-admin-btn-radio label, .acms-btn-checkbox label, .acms-btn-radio label {
    width: auto;
}

.acms-admin-btn-checkbox + label:active, .acms-admin-btn-checkbox:checked + label:active, .acms-admin-btn-radio + label:active, .acms-admin-btn-radio .acms-admin-btn-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

.acms-admin-btn-radio:checked + label:after, .acms-btn-radio:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    font-size: 32px;
}

.acms-admin-table th, .acms-table th {
    vertical-align: top;
    text-align: left;
}

.acms-admin-table.acms-admin-table-none, .acms-admin-list-group-heading + .acms-admin-list-group, .acms-admin-layout-module-edit .acms-admin-filter, .acms-table.acms-table-none, .acms-list-group-heading + .acms-list-group, .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th, .panel-group .panel-footer {
    border-top: 0;
}

.acms-admin-table.acms-admin-table-none td, .acms-admin-table.acms-admin-table-none th, .acms-admin-tabs-panel .acms-admin-table-admin-edit-bordered tbody tr:last-child, .acms-table.acms-table-none th, .acms-table.acms-table-none td, .acms-tabs-panel .acms-table-admin-edit-bordered tbody tr:last-child, .nav-tabs-justified, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel-group .panel-heading {
    border-bottom: 0;
}

.panel-body .acms-admin-table td, .panel-body .acms-admin-table th, .acms-admin-padding-mini, .panel-body .acms-table th, .panel-body .acms-table td, .acms-padding-mini, .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.panel-body .acms-admin-table .acms-admin-table-container, .panel-body .acms-table .acms-table-container {
    padding: 10px 5px;
}

.acms-admin-table-heading td, .acms-admin-table-heading th, .acms-admin-tabs-panel .acms-admin-table-admin-edit-bordered tr, .acms-admin-table-admin-edit-bordered thead tr:last-child td, .acms-admin-table-admin-edit-bordered thead tr:last-child th, .acms-admin-admin-mini-table tbody, .acms-admin-revision-sidebar .acms-admin-padding-small {
    border-bottom: 1px solid #ccc;
}

.acms-admin-table-striped tr.odd, .acms-admin-table-striped tr:nth-of-type(odd), .acms-admin-table-admin-striped tr.odd, .acms-admin-table-admin-striped tr:nth-of-type(odd), .acms-admin-admin-mini-table tbody tr:nth-of-type(even) td, .drag-n-drop-hover.acms-admin-media, .acms-admin-edit-info-table {
    background: #fff;
}

.acms-admin-table-striped tr.even, .acms-admin-table-striped tr:nth-of-type(even), .acms-admin-list-group-item:hover, .acms-admin-navbar #viewing {
    background: #eee;
}

.acms-admin-table-hover-line tr:hover, .acms-admin-sidebar-item.acms-admin-sidebar-item-selected {
    background: #e3eefc;
}

.acms-admin-table-edit, #js-edit_inplace-box .entryFormColumnBody, .acms-table-edit {
    border-top: none;
}

.acms-admin-table-edit td, .acms-admin-table-edit th, .acms-table-edit th, .acms-table-edit td, .media-middle {
    vertical-align: middle;
}

.acms-admin-table-edit th, .column-file-right + .caption, #js-edit_inplace-title p, .acms-admin-text-right, .acms-table-edit th, .column-file-right + .caption, .acms-text-right, .text-right, .footer_topbtn {
    text-align: right;
}

.acms-admin-table-sortable-active td, .acms-admin-table-sortable-active th, .acms-admin-table-sortable-active tr.even td, .acms-admin-table-sortable-active tr.even th, .acms-admin-table-sortable-active tr:nth-of-type(even) td, .acms-admin-table-sortable-active tr:nth-of-type(even) th, .acms-admin-sidebar-link .stay, .acms-admin-sidebar-link .stay a:hover, #js-edit_inplace-units button:hover, .acms-admin-layout-module-edit-inner, .table .table, .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.acms-admin-table-admin thead, .entryFormColumnSettingTable td, .entryFormColumnSettingTable th, .entryFormColumnTable td, .entryFormColumnTable th, .entry tr, .js-edit_inplace-sort_enable_column .js-edit_inplace-sort_enable, .acms-table-admin thead {
    border: none;
}

.acms-admin-table-admin thead th, .acms-table-admin thead th {
    font-size: 13px;
    font-weight: 700;
    padding: 5px;
}

.acms-admin-table-admin th, .acms-admin-admin-mini-table th, .acms-admin-table-admin-edit .acms-admin-table-left, .acms-admin-table-admin .acms-admin-table-left, .acms-admin-table-left, .column-file-left + .caption, .acms-admin-text-left, .acms-table-admin th, .acms-admin-mini-table th, .acms-table-admin-edit .acms-table-left, .acms-table-admin .acms-table-left, .acms-table-left, .column-file-left + .caption, .acms-text-left, .text-left, th {
    text-align: left;
}

.acms-admin-table-admin td, .acms-admin-media {
    background-color: #f2f2f4;
}

.acms-admin-table-admin-edit, .acms-admin-table-admin-edit-bordered {
    width: 100%;
    border-top: 1px solid #ccc;
    background: #f2f2f4;
}

.acms-admin-table-admin-edit tr, .acms-admin-table-admin-edit-bordered tr {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.acms-admin-table-admin-edit th, .acms-table-admin-edit th {
    width: 270px;
    font-weight: 700;
    text-align: right;
    vertical-align: top;
}

.acms-admin-table-admin-edit th.acms-admin-table-nowrap, .acms-table-admin-edit th.acms-table-nowrap {
    width: 1%;
}

.acms-admin-table-admin-edit td, .acms-admin-table-admin-edit th, .acms-admin-table-admin-edit-bordered td, .acms-admin-table-admin-edit-bordered th, .acms-table-admin-edit td, .acms-table-admin-edit th, .acms-table-admin-edit-bordered td, .acms-table-admin-edit-bordered th {
    padding: 5px 10px;
}

.acms-admin-table-admin-edit tr:first-child td, .acms-table-admin-edit tr:first-child td {
    padding: 5px 10px 15px;
}

.acms-admin-table-admin-edit tr:first-child th, .acms-table-admin-edit tr:first-child th {
    padding: 10px 10px 5px;
}

.acms-admin-table-admin-edit tr:last-child td, .acms-admin-table-admin-edit tr:last-child th, .acms-admin-table-admin-edit tfoot tr:last-child td, .acms-admin-table-admin-edit tfoot tr:last-child th {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 20px;
}

.acms-admin-table-admin-edit table td, .acms-admin-table-admin-edit table th, .acms-admin-table-admin-edit table tr, .acms-admin-table-admin-edit table tr:first-child td, .acms-admin-table-admin-edit table tr:first-child th, .acms-admin-table-admin-edit table tr:last-child td, .acms-admin-table-admin-edit table tr:last-child th, .acms-admin-table-admin-edit-bordered table td, .acms-admin-table-admin-edit-bordered table th, .acms-admin-table-admin-edit-bordered table tr, .acms-admin-table-admin-edit-bordered table tr:first-child td, .acms-admin-table-admin-edit-bordered table tr:first-child th, .acms-admin-table-admin-edit-bordered table tr:last-child td, .acms-admin-table-admin-edit-bordered table tr:last-child th, .acms-table-admin-edit table th, .acms-table-admin-edit table td, .acms-table-admin-edit table tr, .acms-table-admin-edit table tr:first-child th, .acms-table-admin-edit table tr:first-child td, .acms-table-admin-edit table tr:last-child th, .acms-table-admin-edit table tr:last-child td, .acms-table-admin-edit-bordered table th, .acms-table-admin-edit-bordered table td, .acms-table-admin-edit-bordered table tr, .acms-table-admin-edit-bordered table tr:first-child th, .acms-table-admin-edit-bordered table tr:first-child td, .acms-table-admin-edit-bordered table tr:last-child th, .acms-table-admin-edit-bordered table tr:last-child td {
    border: none !important;
    padding: 5px 10px !important;
}

.acms-admin-tabs-panel .acms-admin-table-admin-edit, .acms-admin-tabs-panel .acms-admin-table-admin-edit tr, .acms-admin-tabs-panel .acms-admin-table-admin-edit tr:last-child td, .acms-admin-tabs-panel .acms-admin-table-admin-edit tr:last-child th, .acms-admin-layout-menu-group-heading:first-child, .acms-tabs-panel .acms-table-admin-edit, .acms-tabs-panel .acms-table-admin-edit tr, .acms-tabs-panel .acms-table-admin-edit tr:last-child th, .acms-tabs-panel .acms-table-admin-edit tr:last-child td, .panel > .table-bordered, .panel > .table-responsive > .table-bordered, .feature-border:first-child {
    border: 0;
}

.acms-admin-table-admin-edit-bordered th, .acms-table-admin-edit-bordered th {
    max-width: 270px;
    font-weight: 700;
    text-align: right;
    vertical-align: top;
}

.acms-admin-table-admin-edit-bordered tr:first-child th, .acms-table-admin-edit-bordered tr:first-child th {
    padding-top: 10px;
}

.acms-admin-table-admin-edit-bordered tr:first-child td, .acms-table-admin-edit-bordered tr:first-child td {
    padding-bottom: 15px;
}

.acms-admin-table-admin-edit table tr, .acms-table-admin-edit table tr {
    border: none \9;
}

.acms-admin-admin-mini-table, .acms-admin-mini-table {
    width: 100%;
    margin: 0 0 30px;
}

.acms-admin-admin-mini-table td, .acms-admin-admin-mini-table th, .acms-admin-admin-mini-table tr, .acms-admin-mini-table tr, .acms-admin-mini-table td, .acms-admin-mini-table th {
    padding: 7px 10px;
}

.acms-admin-admin-mini-table + p, .acms-admin-mini-table + p {
    margin-top: -15px;
}

.acms-admin-admin-mini-table .acms-admin-admin-mini-table-action, .categoryAdder .textbox, .acms-admin-mini-table .acms-admin-mini-table-action {
    width: 80px;
}

.acms-admin-admin-mini-table .acms-admin-admin-mini-table-import-action, .acms-admin-mini-table .acms-admin-mini-table-import-action {
    width: 120px;
}

.acms-admin-admin-mini-table ul, .acms-admin-mini-table ul {
    margin-bottom: 0;
    padding-left: 1em;
}

.acms-admin-table .acms-admin-table-action, .js-edit_inplace.align_hidden:before, .acms-table .acms-table-action {
    width: 50px;
}

.acms-admin-table-admin-edit .acms-admin-table-center, .acms-admin-table-admin .acms-admin-table-center, .acms-admin-table-center, .column-file-center + .caption, .acms-admin-text-center, .acms-table-admin-edit .acms-table-center, .acms-table-admin .acms-table-center, .acms-table-center, .column-file-center + .caption, .acms-text-center, .text-center, .city_links {
    text-align: center;
}

.acms-admin-table-nowrap, .acms-admin-edit-info-table th, .acms-table-nowrap, .calendarTable th {
    width: 1%;
    white-space: nowrap;
}

.acms-admin-heading, .acms-heading {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding: 5px 0;
}

.acms-admin-heading a, .acms-admin-page-header a, .acms-admin-list-group-heading a, .acms-heading a, .acms-page-header a, .acms-list-group-heading a {
    color: inherit;
    text-decoration: none;
}

.acms-admin-page-header, .acms-page-header {
    margin-top: 45px;
    margin-bottom: 10px;
    border-bottom: 2px solid #333;
}

.acms-admin-page-header .acms-admin-page-heading, .acms-page-header .acms-page-heading {
    font-size: 28px;
}

.acms-admin-list-group-heading, .acms-list-group-heading {
    margin-bottom: 0;
    color: #333;
    border-bottom: 2px solid #333;
    padding: 5px 0;
}

.acms-admin-list-group + .acms-admin-list-group, .acms-admin-summary-heading, .acms-admin-accordion, .acms-admin-revision-comment .acms-admin-revision-comment-photo, .acms-list-group + .acms-list-group, .acms-summary-heading, p, .listVerticalBanner li {
    margin: 0 0 10px;
}

.acms-admin-list-group-item:active, .acms-admin-list-group-item:focus, .acms-admin-list-group-item:hover, .acms-admin-list-group-item:visited, .acms-list-group-item:hover, .acms-list-group-item:visited, .acms-list-group-item:active, .acms-list-group-item:focus, .btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.acms-admin-list-group-title-link, .acms-list-group-title-link {
    text-decoration: none;
    margin: 0 10px;
}

.acms-admin-list-group-title-link:active, .acms-admin-list-group-title-link:focus, .acms-admin-list-group-title-link:hover, .acms-admin-list-group-title-link:visited, .acms-admin-topicpath a:hover, .acms-list-group-title-link:hover, .acms-list-group-title-link:visited, .acms-list-group-title-link:active, .acms-list-group-title-link:focus, .acms-topicpath a:hover {
    text-decoration: underline;
}

.acms-admin-label-success, .acms-admin-badge-success, .acms-admin-icon-bg-success {
    background-color: #4ac0a4;
}

.acms-admin-label-info, .acms-admin-badge-info, .acms-admin-icon-bg-info {
    background-color: #7096cd;
}

.acms-admin-label-warning, .acms-admin-badge-warning, .acms-admin-icon-bg-warning {
    background-color: #cdb770;
}

.acms-admin-label-danger, .acms-admin-badge-danger, .acms-admin-icon-bg-danger {
    background-color: #cd7086;
}

.acms-admin-admin-labelbox, .acms-admin-labelbox {
    min-width: 55px;
}

.acms-admin-panel-header [class*=acms-admin-icon], .acms-panel-header [class*="acms-icon"], .photoTitle {
    font-size: 20px;
}

.acms-admin-panel-title, .acms-panel-title {
    font-size: 15px;
    margin: 0;
}

.acms-admin-panel-title > a, .acms-panel-title > a, .jumbotron .h1, .jumbotron h1, .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small, a.list-group-item-success .list-group-item-heading, a.list-group-item-info .list-group-item-heading, a.list-group-item-warning .list-group-item-heading, a.list-group-item-danger .list-group-item-heading, .panel-heading > .dropdown .dropdown-toggle, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a, .pagerCustomizeLink:hover, .pagerCustomizeLink:visited, .pagerCustomizeLink:active, .pagerCustomizeLink:focus {
    color: inherit;
}

.acms-admin-panel-title > a:hover, .acms-panel-title > a:hover {
    color: inherit;
    opacity: .6;
}

.acms-admin-panel-body, .acms-admin-revision-preview-btn, .acms-admin-padding-small, .acms-panel-body, .acms-padding-small {
    padding: 10px;
}

.acms-admin-panel-info.acms-admin-panel, .acms-admin-panel-info .acms-admin-panel-footer {
    border-color: #bbcde8;
}

.acms-admin-panel-danger.acms-admin-panel, .acms-admin-panel-danger .acms-admin-panel-footer {
    border-color: #e8bbc6;
}

.acms-admin-entry .entry-container, .acms-admin-entry dl, .acms-admin-entry h2, .acms-admin-entry h3, .acms-admin-entry h4, .acms-admin-entry h5, .acms-admin-entry h6, .acms-admin-entry p, [class*=column-quote-], .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry dl, .acms-entry p, .acms-entry .entry-container, [class*="column-quote-"] {
    margin-left: 10px;
    margin-right: 10px;
}

.column-file-auto, .column-file-auto + .caption, .acms-admin-tabs .js-acms_admin_tabs li:first-child, .acms-admin-tabs .js-acms_tabs li:first-child, .acms-admin-tabs-inverse .js-acms_admin_tabs li:first-child, .acms-admin-tabs-inverse .js-acms_tabs li:first-child, .entryFormColumnHead .acms-admin-icon-sort, .acms-admin-margin-left-small, .column-file-auto, .column-file-auto + .caption, .acms-tabs .js-acms_tabs li:first-child, .acms-tabs .js-acms_admin_tabs li:first-child, .acms-tabs-inverse .js-acms_tabs li:first-child, .acms-tabs-inverse .js-acms_admin_tabs li:first-child, .acms-margin-left-small, .popover.right {
    margin-left: 10px;
}

.column-map-left, .column-yolp-left {
    float: left;
    margin-bottom: 10px;
}

.column-map-right, .column-yolp-right {
    float: right;
    margin-bottom: 10px;
}

.column-video-left, .column-youtube-left, .column-eximage-left, .column-youtube-left, .column-video-left {
    display: inline;
    float: left;
}

.column-video-right, .column-youtube-right, .column-eximage-right, .column-youtube-right, .column-video-right {
    display: inline;
    float: right;
}

.column-video-center, .column-youtube-center, .column-youtube-center, .column-video-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.column-eximage-center, .column-quote-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.column-quote-left, .column-eximage-left, .column-image-left, .column-media-left, .acms-admin-float-left, .column-image-left, .column-media-left, .column-eximage-left, .acms-float-left, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .btn-toolbar .btn-group, .btn-toolbar .input-group, .btn-group > .btn-group, .nav-pills > li, .pager .previous > a, .pager .previous > span, .top_links, .fontsize_buttons, .eventinfo_areanavi li, #season_news > dl > dd > dl > dt, #season_news > dl > dd > dl > dd, #userbacklink, #eventlist > .list-group-item > .areaname {
    float: left;
}

.column-quote-right, .acms-admin-navbar-admin-right, .acms-admin-float-right, .acms-navbar-admin-right, .acms-float-right, .pager .next > a, .pager .next > span, .list-group-item > .badge, .alternate-even .col-md-7 {
    float: right;
}

[class*=column-quote-] blockquote, [class*="column-quote-"] blockquote {
    padding: 20px 10px 20px 20px;
}

[class*=column-quote-] .quoteImageContainer, [class*="column-quote-"] .quoteImageContainer {
    position: relative;
    float: left;
    max-width: 154px;
    margin-right: 25px;
}

[class*=column-quote-] .quoteImage, .acms-admin-img-captionBox img, .acms-admin-thumbnail img, .acms-admin-img-responsive, [class*="column-quote-"] .quoteImage, .acms-img-captionBox img, .acms-thumbnail img, .acms-img-responsive, .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

[class*=column-quote-] .quoteTitle, [class*="column-quote-"] .quoteTitle {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0;
}

[class*=column-quote-] .quoteSiteName, [class*="column-quote-"] .quoteSiteName {
    font-size: 11px;
    color: #666;
    margin: 0 0 10px;
    padding: 0;
}

[class*=column-quote-] .quoteDescription, [class*="column-quote-"] .quoteDescription {
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

[class*=column-image-], [class*=column-media-], .acms-admin-entry [class*=column-map-] > div, [class*=column-map-] > img, [class*="column-image-"], [class*="column-media-"], .acms-entry [class*="column-map-"] > div, [class*="column-map-"] > img, .jumbotron .container {
    max-width: 100%;
}

[class*=column-media-] a, [class*="column-media-"] a {
    display: block;
    text-align: center;
}

.acms-admin-entry [class*=column-eximage-], .acms-admin-entry [class*=column-image-], .acms-admin-entry [class*=column-media-], .acms-admin-entry [class*=column-video-], .acms-admin-entry [class*=column-yolp-], .acms-admin-entry [class*=column-youtube-], .acms-entry [class*="column-image-"], .acms-entry [class*="column-media-"], .acms-entry [class*="column-yolp-"], .acms-entry [class*="column-youtube-"], .acms-entry [class*="column-video-"], .acms-entry [class*="column-eximage-"] {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.acms-admin-entry [class*=column-map-], .acms-entry [class*="column-map-"] {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.acms-admin-entry [class*=column-eximage-], .acms-admin-entry [class*=column-image-], .acms-admin-entry [class*=column-media-], .acms-entry [class*="column-image-"], .acms-entry [class*="column-media-"], .acms-entry [class*="column-eximage-"] {
    display: block;
    margin-bottom: 10px;
}

.acms-admin-entry [class*=column-eximage-].nocaption, .acms-admin-entry [class*=column-image-].nocaption, .acms-admin-entry [class*=column-media-].nocaption, .acms-admin-entry [class*=column-video-], .acms-admin-entry [class*=column-yolp-], .acms-admin-entry [class*=column-youtube-], .acms-admin-margin-bottom-medium, .acms-entry [class*="column-image-"].nocaption, .acms-entry [class*="column-media-"].nocaption, .acms-entry [class*="column-eximage-"].nocaption, .acms-entry [class*="column-yolp-"], .acms-entry [class*="column-youtube-"], .acms-entry [class*="column-video-"], .acms-margin-bottom-medium, .panel-group, #main {
    margin-bottom: 20px;
}

.acms-admin-entry .column-eximage-auto, .acms-admin-entry .column-image-auto, .acms-admin-entry .column-media-auto, .acms-admin-entry .column-video-auto, .acms-admin-entry .column-yolp-auto, .acms-admin-entry .column-youtube-auto, .acms-entry .column-image-auto, .acms-entry .column-media-auto, .acms-entry .column-eximage-auto, .acms-entry .column-yolp-auto, .acms-entry .column-youtube-auto, .acms-entry .column-video-auto, .btn-group-vertical > .btn-group > .btn, .nav-tabs.nav-justified > li, .nav-stacked > li, .nav-justified > li, [class*='col-xs'].center-block, [class*='col-sm'].center-block, [class*='col-md'].center-block, [class*='col-lg'].center-block {
    float: none;
}

[class*=column-eximage-] img, [class*=column-image-] img, [class*=column-media-] img, [class*="column-image-"] img, [class*="column-media-"] img, [class*="column-eximage-"] img {
    width: auto \9;
    height: auto;
    max-width: 100%;
}

.acms-admin-entry-unit-full [class*=column-eximage-], .acms-admin-entry-unit-full [class*=column-image-], .acms-admin-entry-unit-full [class*=column-map-], .acms-admin-entry-unit-full [class*=column-media-], .acms-admin-entry-unit-full [class*=column-video-], .acms-admin-entry-unit-full [class*=column-youtube-], .acms-entry-unit-full [class*="column-image-"], .acms-entry-unit-full [class*="column-media-"], .acms-entry-unit-full [class*="column-map-"], .acms-entry-unit-full [class*="column-eximage-"], .acms-entry-unit-full [class*="column-youtube-"], .acms-entry-unit-full [class*="column-video-"] {
    width: auto !important;
    max-width: 100%;
}

.column-iframe, .column-youtube, .column-youtube, .column-iframe {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.column-iframe embed, .column-iframe iframe, .column-iframe object, .column-youtube embed, .column-youtube iframe, .column-youtube object, .column-youtube iframe, .column-youtube object, .column-youtube embed, .column-iframe iframe, .column-iframe object, .column-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class*=column-map-] img, [class*=column-yolp-] img, [class*="column-map-"] img, [class*="column-yolp-"] img {
    width: auto;
    height: auto;
}

[class*=column-yolp-], [class*="column-yolp-"] {
    width: auto !important;
}

.acms-admin-img-rounded, .acms-admin-img-rounded img, .acms-img-rounded, .acms-img-rounded img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.acms-admin-img-rounded .acms-admin-img-caption, .acms-admin-img-rounded img .acms-admin-img-caption, .acms-img-rounded .acms-img-caption, .acms-img-rounded img .acms-img-caption {
    border-radius: 0 0 6px 6px;
}

.acms-admin-img-shadow, .acms-img-shadow {
    max-width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

.acms-admin-img-captionBox, .acms-img-captionBox {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}


.acms-admin-img-hover, .acms-img-hover {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.acms-admin-summary, .acms-summary {
    display: table;
    width: 100%;
}

.acms-admin-summary + .acms-admin-summary, .acms-admin-margin-top-small, .acms-summary + .acms-summary, .acms-margin-top-small, .popover.bottom {
    margin-top: 10px;
}

.acms-admin-summary-image, .acms-summary-image {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

.acms-admin-summary-image + .acms-admin-summary-body, .acms-summary-image + .acms-summary-body, .media-right, .media > .pull-right {
    padding-left: 10px;
}

.acms-admin-summary-image .acms-admin-summary-body +, .acms-summary-image .acms-summary-body +, .media-left, .media > .pull-left {
    padding-right: 10px;
}

.acms-admin-summary-body, .acms-summary-body {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.acms-admin-navbar ul, .acms-navbar ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.acms-admin-navbar #viewing, .acms-admin-navbar a:hover, .acms-navbar a:hover, .acms-navbar #viewing {
    background: gray;
    text-decoration: none;
}

.acms-admin-navbar .stay a, .acms-admin-navbar a:active, .acms-navbar .stay a, .acms-navbar a:active {
    background: #666;
}

.acms-admin-navbar li:last-child, .acms-admin-desktop-preview {
    border-right: 1px solid #ccc;
}

.acms-admin-navbar ul ul, .acms-navbar ul ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: auto;
    z-index: 10;
    padding: 0;
}

.acms-admin-navbar ul ul li, .acms-navbar ul ul li {
    position: relative;
    clear: left;
    width: 100%;
    height: 40px;
    border-left: none;
    border-right: none;
    font-size: 13px;
}

.acms-admin-navbar ul ul a:hover, .acms-admin-navbar ul li.stay ul a:hover, .acms-navbar ul ul a:hover, .acms-navbar ul li.stay ul a:hover {
    background-color: gray;
}

.acms-admin-navbar ul li.stay ul a, .acms-navbar ul li.stay ul a {
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    background-color: #333;
}

.acms-admin-navbar ul ul ul, .acms-navbar ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

* + html .acms-admin-navbar ul li ul a, * + html .acms-navbar ul li ul a {
    width: 200px;
    white-space: normal;
}

.acms-admin-navbar-admin, .acms-navbar-admin {
    _display: inline-table;
    height: 30px;
    zoom: 1;
    padding: 0 20px;
}

.acms-admin-navbar-admin-nav, .acms-navbar-admin-nav {
    float: left;
    padding-left: 0;
    margin: 0;
}

.acms-admin-navbar-admin-nav > li, .acms-navbar-admin-nav > li {
    float: left;
    margin-left: 20px;
    list-style: none;
}

.acms-admin-navbar-admin-nav > li a, .acms-navbar-admin-nav > li a {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.2;
}

.acms-admin-navbar-admin-nav > li .acms-admin-btn, .acms-navbar-admin-nav > li .acms-btn {
    padding: 8px 10px;
}

.acms-admin-sidebar, .acms-sidebar {
    padding-bottom: 40px;
}

.acms-admin-sidebar ul, .acms-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.acms-admin-sidebar-link a, .acms-sidebar-link a {
    display: block;
    line-height: 1.2;
    padding: 11px 20px;
}

.acms-admin-sidebar-childlink, .acms-sidebar-childlink {
    background: #353438;
}

.acms-admin-topicpath, .acms-topicpath {
    list-style: none;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}

.acms-admin-topicpath li, .acms-topicpath li {
    float: left;
    margin-right: 5px;
    color: #999;
}

.acms-admin-topicpath li + li:before, .acms-topicpath li + li:before {
    content: "/";
    margin-right: 5px;
    color: #999;
}

.acms-admin-topicpath a, .acms-topicpath a {
    color: #333;
    font-size: 11px;
    line-height: 1;
}

.acms-admin-pager, .acms-pager {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    color: #333;
    padding: 0;
}

.acms-admin-pager li, .acms-pager li {
    float: left;
    margin-left: 4px;
    text-align: center;
}

.acms-admin-pager li:first-child, .acms-admin-btn-group .acms-admin-arrow-bottom, .acms-pager li:first-child, .acms-btn-group .acms-arrow-bottom, dd, .col-xs-offset-0, .btn-group > .btn:first-child, .btn .caret, .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.acms-admin-alert-info .js-acms-alert-close, .transaction-notice-error.acms-admin-alert-info, .v-result-0.acms-admin-alert-info, .v-result-error.acms-admin-alert-info, .validator-result-0.acms-admin-alert-info, .validator-result-error.acms-admin-alert-info {
    color: #7096cd;
}

.acms-admin-alert-danger .js-acms-alert-close, .transaction-notice-error.acms-admin-alert-danger, .v-result-0.acms-admin-alert-danger, .v-result-error.acms-admin-alert-danger, .validator-result-0.acms-admin-alert-danger, .validator-result-error.acms-admin-alert-danger {
    color: #cd7086;
}

.acms-admin-timeline, .acms-timeline {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.acms-admin-timeline-mark, .acms-timeline-mark {
    position: absolute;
    left: -55px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}

.acms-admin-timeline-side, .acms-timeline-side {
    position: relative;
    left: -15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}

.acms-admin-timeline-label, .acms-timeline-label {
    font-size: 14px;
    padding: 5px 10px;
}

.acms-admin-timeline-status-label, .acms-timeline-status-label {
    float: left;
    margin-right: 10px;
    line-height: 1.2;
}

.acms-admin-timeline-item-group, .acms-timeline-item-group {
    list-style: none;
    margin-top: 30px;
}

.acms-admin-timeline-panel [class*=acms-admin-icon], .acms-timeline-panel [class*="acms-icon"] {
    font-size: inherit;
}

.acms-admin-btn-group, .acms-btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.acms-admin-btn-group > .js-acms-dropdown-toggle:not(:first-child), .acms-btn-group > .js-acms-dropdown-toggle:not(:first-child) {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.acms-admin-btn-group .js-acms-dropdown-btn, .acms-btn-group .js-acms-dropdown-btn {
    position: absolute;
    top: 0;
}

.js-acms-dropdown-toggle .acms-admin-btn-admin:nth-child(2), .js-acms-dropdown-toggle .acms-btn-admin:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.js-acms-dropdown-menu > li > a, .js-acms-dropdown-menu > li > a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px 20px;
}

.acms-admin-dropdown-right .js-acms-dropdown-menu, .acms-dropdown-right .js-acms-dropdown-menu {
    left: inherit;
    right: 0;
}

.acms-admin-dropdown-title, .acms-dropdown-title {
    color: #999;
    padding: 3px 20px;
}

.acms-admin-arrow-bottom, .acms-arrow-bottom {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 4px solid #000;
    border-color: #999 transparent transparent;
}

.acms-admin-tooltip:after, .acms-tooltip:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #333;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

.acms-admin-tooltip.bottom:after, .acms-tooltip.bottom:after {
    border-top-color: transparent;
    border-bottom-color: #333;
    top: 0;
    margin-top: -10px;
}

.acms-admin-table-admin-edit .acms-admin-icon-tooltip, .acms-table-admin-edit .acms-icon-tooltip {
    margin-left: 10px;
    cursor: pointer;
}

.acms-admin-tabs .js-acms_admin_tabs, .acms-admin-tabs .js-acms_tabs, .acms-admin-tabs-inverse .js-acms_admin_tabs, .acms-admin-tabs-inverse .js-acms_tabs, .acms-tabs .js-acms_tabs, .acms-tabs .js-acms_admin_tabs, .acms-tabs-inverse .js-acms_tabs, .acms-tabs-inverse .js-acms_admin_tabs, #navigations li a {
    margin: 0;
    padding: 0;
}

.acms-admin-tabs .js-acms_admin_tabs li, .acms-admin-tabs .js-acms_tabs li, .acms-admin-tabs-inverse .js-acms_admin_tabs li, .acms-admin-tabs-inverse .js-acms_tabs li, .acms-tabs .js-acms_tabs li, .acms-tabs .js-acms_admin_tabs li, .acms-tabs-inverse .js-acms_tabs li, .acms-tabs-inverse .js-acms_admin_tabs li {
    list-style: none;
    float: left;
    margin-right: 2px;
}

.acms-admin-icon-add-below:before, .acms-icon-add-below:before {
    content: "\e900";
}

.acms-admin-icon-add-duplicate:before, .acms-icon-add-duplicate:before {
    content: "\e901";
}

.acms-admin-icon-alias:before, .acms-icon-alias:before {
    content: "\e902";
}

.acms-admin-icon-app:before, .acms-icon-app:before {
    content: "\e903";
}

.acms-admin-icon-attention:before, .acms-icon-attention:before {
    content: "\e904";
}

.acms-admin-icon-backup:before, .acms-icon-backup:before {
    content: "\e905";
}

.acms-admin-icon-blog-children:before, .acms-icon-blog-children:before {
    content: "\e906";
}

.acms-admin-icon-blog:before, .acms-icon-blog:before {
    content: "\e907";
}

.acms-admin-icon-briefcase:before, .acms-icon-briefcase:before {
    content: "\e908";
}

.acms-admin-icon-cart:before, .acms-icon-cart:before {
    content: "\e909";
}

.acms-admin-icon-category:before, .acms-icon-category:before {
    content: "\e90a";
}

.acms-admin-icon-change-blog:before, .acms-icon-change-blog:before {
    content: "\e90b";
}

.acms-admin-icon-checklist:before, .acms-icon-checklist:before {
    content: "\e90c";
}

.acms-admin-icon-clip:before, .acms-icon-clip:before {
    content: "\e90d";
}

.acms-admin-icon-close:before, .acms-icon-close:before {
    content: "\e90e";
}

.acms-admin-icon-comment:before, .acms-icon-comment:before {
    content: "\e90f";
}

.acms-admin-icon-config:before, .acms-icon-config:before {
    content: "\e910";
}

.acms-admin-icon-control-edit:before, .acms-icon-control-edit:before {
    content: "\e911";
}

.acms-admin-icon-control-move:before, .acms-icon-control-move:before {
    content: "\e912";
}

.acms-admin-icon-control-remove:before, .acms-icon-control-remove:before {
    content: "\e913";
}

.acms-admin-icon-dashboard:before, .acms-icon-dashboard:before {
    content: "\e914";
}

.acms-admin-icon-delete:before, .acms-icon-delete:before {
    content: "\e915";
}

.acms-admin-icon-down:before, .acms-icon-down:before {
    content: "\e916";
}

.acms-admin-icon-entry:before, .acms-icon-entry:before {
    content: "\e917";
}

.acms-admin-icon-exit:before, .acms-icon-exit:before {
    content: "\e918";
}

.acms-admin-icon-flag:before, .acms-icon-flag:before {
    content: "\e919";
}

.acms-admin-icon-form:before, .acms-icon-form:before {
    content: "\e91a";
}

.acms-admin-icon-graph:before, .acms-icon-graph:before {
    content: "\e91b";
}

.acms-admin-icon-import:before, .acms-icon-import:before {
    content: "\e91c";
}

.acms-admin-icon-left:before, .acms-icon-left:before {
    content: "\e91d";
}

.acms-admin-icon-lock:before, .acms-icon-lock:before {
    content: "\e91e";
}

.acms-admin-icon-logo:before, .acms-icon-logo:before {
    content: "\e91f";
}

.acms-admin-icon-mail:before, .acms-icon-mail:before {
    content: "\e920";
}

.acms-admin-icon-media:before, .acms-icon-media:before {
    content: "\e921";
}

.acms-admin-icon-mobile:before, .acms-icon-mobile:before {
    content: "\e922";
}

.acms-admin-icon-module:before, .acms-icon-module:before {
    content: "\e923";
}

.acms-admin-icon-money:before, .acms-icon-money:before {
    content: "\e924";
}

.acms-admin-icon-open:before, .acms-icon-open:before {
    content: "\e925";
}

.acms-admin-icon-pin:before, .acms-icon-pin:before {
    content: "\e926";
}

.acms-admin-icon-publish:before, .acms-icon-publish:before {
    content: "\e927";
}

.acms-admin-icon-right:before, .acms-icon-right:before {
    content: "\e928";
}

.acms-admin-icon-rule:before, .acms-icon-rule:before {
    content: "\e929";
}

.acms-admin-icon-schedule:before, .acms-icon-schedule:before {
    content: "\e92a";
}

.acms-admin-icon-shortcut:before, .acms-icon-shortcut:before {
    content: "\e92b";
}

.acms-admin-icon-sort:before, .acms-icon-sort:before {
    content: "\e92c";
}

.acms-admin-icon-sort2:before, .acms-icon-sort2:before {
    content: "\e92d";
}

.acms-admin-icon-tag:before, .acms-icon-tag:before {
    content: "\e92e";
}

.acms-admin-icon-time:before, .acms-icon-time:before {
    content: "\e92f";
}

.acms-admin-icon-tooltip:before, .acms-icon-tooltip:before {
    content: "\e930";
}

.acms-admin-icon-trash:before, .acms-icon-trash:before {
    content: "\e931";
}

.acms-admin-icon-unit-eximage:before, .acms-icon-unit-eximage:before {
    content: "\e932";
}

.acms-admin-icon-unit-file:before, .acms-icon-unit-file:before {
    content: "\e933";
}

.acms-admin-icon-unit-image:before, .acms-icon-unit-image:before {
    content: "\e935";
}

.acms-admin-icon-unit-image_h2:before, .acms-icon-unit-image_h2:before {
    content: "\e934";
}

.acms-admin-icon-unit-map:before, .acms-icon-unit-map:before {
    content: "\e936";
}

.acms-admin-icon-unit-text:before, .acms-icon-unit-text:before {
    content: "\e937";
}

.acms-admin-icon-unit-youtube:before, .acms-icon-unit-youtube:before {
    content: "\e938";
}

.acms-admin-icon-up:before, .acms-icon-up:before {
    content: "\e939";
}

.acms-admin-icon-user-group:before, .acms-icon-user-group:before {
    content: "\e93a";
}

.acms-admin-icon-user:before, .acms-icon-user:before {
    content: "\e93b";
}

.acms-admin-icon-google:before, .acms-icon-google:before {
    content: "\e93d";
}

.acms-admin-icon-google-square:before, .acms-icon-google-square:before {
    content: "\e93e";
}

.acms-admin-icon-workflow:before, .acms-icon-workflow:before {
    content: "\e93c";
}

.acms-admin-icon-config_access:before, .acms-icon-config_access:before {
    content: "\e93f";
}

.acms-admin-icon-config_alias_list:before, .acms-icon-config_alias_list:before {
    content: "\e940";
}

.acms-admin-icon-config_api_bing_image-search:before, .acms-icon-config_api_bing_image-search:before {
    content: "\e941";
}

.acms-admin-icon-config_api_bing_web-search:before, .acms-icon-config_api_bing_web-search:before {
    content: "\e942";
}

.acms-admin-icon-config_api_instagram_users_media_liked:before, .acms-icon-config_api_instagram_users_media_liked:before {
    content: "\e943";
}

.acms-admin-icon-config_api_instagram_users_media_recent:before, .acms-icon-config_api_instagram_users_media_recent:before {
    content: "\e944";
}

.acms-admin-icon-config_api_twitter_list_members:before, .acms-icon-config_api_twitter_list_members:before {
    content: "\e945";
}

.acms-admin-icon-config_api_twitter_list_statuses:before, .acms-icon-config_api_twitter_list_statuses:before {
    content: "\e946";
}

.acms-admin-icon-config_api_twitter_search:before, .acms-icon-config_api_twitter_search:before {
    content: "\e947";
}

.acms-admin-icon-config_api_twitter_statuses_home-timeline:before, .acms-icon-config_api_twitter_statuses_home-timeline:before {
    content: "\e948";
}

.acms-admin-icon-config_api_twitter_statuses_user-timeline:before, .acms-icon-config_api_twitter_statuses_user-timeline:before {
    content: "\e949";
}

.acms-admin-icon-config_authorize:before, .acms-icon-config_authorize:before {
    content: "\e94a";
}

.acms-admin-icon-config_banner:before, .acms-icon-config_banner:before {
    content: "\e94b";
}

.acms-admin-icon-config_blog_child-list:before, .acms-icon-config_blog_child-list:before {
    content: "\e94c";
}

.acms-admin-icon-config_cache:before, .acms-icon-config_cache:before {
    content: "\e94d";
}

.acms-admin-icon-config_calendar_month:before, .acms-icon-config_calendar_month:before {
    content: "\e94e";
}

.acms-admin-icon-config_category_entry-list:before, .acms-icon-config_category_entry-list:before {
    content: "\e94f";
}

.acms-admin-icon-config_category_entry-summary:before, .acms-icon-config_category_entry-summary:before {
    content: "\e950";
}

.acms-admin-icon-config_category_list:before, .acms-icon-config_category_list:before {
    content: "\e951";
}

.acms-admin-icon-config_column_list:before, .acms-icon-config_column_list:before {
    content: "\e952";
}

.acms-admin-icon-config_common:before, .acms-icon-config_common:before {
    content: "\e953";
}

.acms-admin-icon-config_default:before, .acms-icon-config_default:before {
    content: "\e954";
}

.acms-admin-icon-config_edit:before, .acms-icon-config_edit:before {
    content: "\e955";
}

.acms-admin-icon-config_entry_archive-list:before, .acms-icon-config_entry_archive-list:before {
    content: "\e956";
}

.acms-admin-icon-config_entry_body:before, .acms-icon-config_entry_body:before {
    content: "\e957";
}

.acms-admin-icon-config_entry_calendar:before, .acms-icon-config_entry_calendar:before {
    content: "\e958";
}

.acms-admin-icon-config_entry_continue:before, .acms-icon-config_entry_continue:before {
    content: "\e959";
}

.acms-admin-icon-config_entry_headline:before, .acms-icon-config_entry_headline:before {
    content: "\e95a";
}

.acms-admin-icon-config_entry_list:before, .acms-icon-config_entry_list:before {
    content: "\e95b";
}

.acms-admin-icon-config_entry_photo:before, .acms-icon-config_entry_photo:before {
    content: "\e95c";
}

.acms-admin-icon-config_entry_summary:before, .acms-icon-config_entry_summary:before {
    content: "\e95d";
}

.acms-admin-icon-config_entry_tag-relational:before, .acms-icon-config_entry_tag-relational:before {
    content: "\e95e";
}

.acms-admin-icon-config_export:before, .acms-icon-config_export:before {
    content: "\e95f";
}

.acms-admin-icon-config_feed_ex-list:before, .acms-icon-config_feed_ex-list:before {
    content: "\e960";
}

.acms-admin-icon-config_feed_rss2:before, .acms-icon-config_feed_rss2:before {
    content: "\e961";
}

.acms-admin-icon-config_field_value-list:before, .acms-icon-config_field_value-list:before {
    content: "\e962";
}

.acms-admin-icon-config_function:before, .acms-icon-config_function:before {
    content: "\e963";
}

.acms-admin-icon-config_import:before, .acms-icon-config_import:before {
    content: "\e964";
}

.acms-admin-icon-config_links:before, .acms-icon-config_links:before {
    content: "\e965";
}

.acms-admin-icon-config_mail:before, .acms-icon-config_mail:before {
    content: "\e966";
}

.acms-admin-icon-config_navigation:before, .acms-icon-config_navigation:before {
    content: "\e967";
}

.acms-admin-icon-config_output:before, .acms-icon-config_output:before {
    content: "\e968";
}

.acms-admin-icon-config_plugin_schedule:before, .acms-icon-config_plugin_schedule:before {
    content: "\e969";
}

.acms-admin-icon-config_property:before, .acms-icon-config_property:before {
    content: "\e96a";
}

.acms-admin-icon-config_reset:before, .acms-icon-config_reset:before {
    content: "\e96b";
}

.acms-admin-icon-config_shop_cart_list:before, .acms-icon-config_shop_cart_list:before {
    content: "\e96c";
}

.acms-admin-icon-config_sitemap:before, .acms-icon-config_sitemap:before {
    content: "\e96d";
}

.acms-admin-icon-config_tag_cloud:before, .acms-icon-config_tag_cloud:before {
    content: "\e96e";
}

.acms-admin-icon-config_tag_filter:before, .acms-icon-config_tag_filter:before {
    content: "\e96f";
}

.acms-admin-icon-config_theme:before, .acms-icon-config_theme:before {
    content: "\e970";
}

.acms-admin-icon-config_topicpath:before, .acms-icon-config_topicpath:before {
    content: "\e971";
}

.acms-admin-icon-config_unit:before, .acms-icon-config_unit:before {
    content: "\e972";
}

.acms-admin-icon-config_user_profile:before, .acms-icon-config_user_profile:before {
    content: "\e973";
}

.acms-admin-icon-config_user_search:before, .acms-icon-config_user_search:before {
    content: "\e974";
}

.acms-admin-icon-arrow-down:before, .acms-icon-arrow-down:before {
    content: "\e975";
}

.acms-admin-icon-arrow-left:before, .acms-icon-arrow-left:before {
    content: "\e976";
}

.acms-admin-icon-arrow-right:before, .acms-icon-arrow-right:before {
    content: "\e977";
}

.acms-admin-icon-arrow-small-down:before, .acms-icon-arrow-small-down:before {
    content: "\e978";
}

.acms-admin-icon-arrow-small-left:before, .acms-icon-arrow-small-left:before {
    content: "\e979";
}

.acms-admin-icon-arrow-small-right:before, .acms-icon-arrow-small-right:before {
    content: "\e97a";
}

.acms-admin-icon-arrow-small-up:before, .acms-icon-arrow-small-up:before {
    content: "\e97b";
}

.acms-admin-icon-arrow-up:before, .acms-icon-arrow-up:before {
    content: "\e97c";
}

.acms-admin-icon-bike:before, .acms-icon-bike:before {
    content: "\e97d";
}

.acms-admin-icon-book:before, .acms-icon-book:before {
    content: "\e97e";
}

.acms-admin-icon-book2:before, .acms-icon-book2:before {
    content: "\e97f";
}

.acms-admin-icon-bus:before, .acms-icon-bus:before {
    content: "\e980";
}

.acms-admin-icon-business:before, .acms-icon-business:before {
    content: "\e981";
}

.acms-admin-icon-car:before, .acms-icon-car:before {
    content: "\e982";
}

.acms-admin-icon-children:before, .acms-icon-children:before {
    content: "\e983";
}

.acms-admin-icon-company:before, .acms-icon-company:before {
    content: "\e984";
}

.acms-admin-icon-cup:before, .acms-icon-cup:before {
    content: "\e985";
}

.acms-admin-icon-custom-field:before, .acms-icon-custom-field:before {
    content: "\e986";
}

.acms-admin-icon-domain:before, .acms-icon-domain:before {
    content: "\e987";
}

.acms-admin-icon-facebook-square:before, .acms-icon-facebook-square:before {
    content: "\e988";
}

.acms-admin-icon-facebook:before, .acms-icon-facebook:before {
    content: "\e989";
}

.acms-admin-icon-gallery:before, .acms-icon-gallery:before {
    content: "\e98a";
}

.acms-admin-icon-gift:before, .acms-icon-gift:before {
    content: "\e98b";
}

.acms-admin-icon-gplus-square:before, .acms-icon-gplus-square:before {
    content: "\e98c";
}

.acms-admin-icon-gplus:before, .acms-icon-gplus:before {
    content: "\e98d";
}

.acms-admin-icon-home:before, .acms-icon-home:before {
    content: "\e98e";
}

.acms-admin-icon-install:before, .acms-icon-install:before {
    content: "\e98f";
}

.acms-admin-icon-ios-app:before, .acms-icon-ios-app:before {
    content: "\e990";
}

.acms-admin-icon-lisence-code:before, .acms-icon-lisence-code:before {
    content: "\e991";
}

.acms-admin-icon-lisence:before, .acms-icon-lisence:before {
    content: "\e992";
}

.acms-admin-icon-logout:before, .acms-icon-logout:before {
    content: "\e993";
}

.acms-admin-icon-lunch:before, .acms-icon-lunch:before {
    content: "\e994";
}

.acms-admin-icon-man:before, .acms-icon-man:before {
    content: "\e995";
}

.acms-admin-icon-manual:before, .acms-icon-manual:before {
    content: "\e996";
}

.acms-admin-icon-map-pin:before, .acms-icon-map-pin:before {
    content: "\e997";
}

.acms-admin-icon-map:before, .acms-icon-map:before {
    content: "\e998";
}

.acms-admin-icon-news:before, .acms-icon-news:before {
    content: "\e999";
}

.acms-admin-icon-person:before, .acms-icon-person:before {
    content: "\e99a";
}

.acms-admin-icon-plane:before, .acms-icon-plane:before {
    content: "\e99b";
}

.acms-admin-icon-role:before, .acms-icon-role:before {
    content: "\e99c";
}

.acms-admin-icon-scissors:before, .acms-icon-scissors:before {
    content: "\e99d";
}

.acms-admin-icon-search:before, .acms-icon-search:before {
    content: "\e99e";
}

.acms-admin-icon-senior:before, .acms-icon-senior:before {
    content: "\e99f";
}

.acms-admin-icon-server:before, .acms-icon-server:before {
    content: "\e9a0";
}

.acms-admin-icon-ship:before, .acms-icon-ship:before {
    content: "\e9a1";
}

.acms-admin-icon-shop:before, .acms-icon-shop:before {
    content: "\e9a2";
}

.acms-admin-icon-support:before, .acms-icon-support:before {
    content: "\e9a3";
}

.acms-admin-icon-target-blank:before, .acms-icon-target-blank:before {
    content: "\e9a4";
}

.acms-admin-icon-tel:before, .acms-icon-tel:before {
    content: "\e9a5";
}

.acms-admin-icon-train:before, .acms-icon-train:before {
    content: "\e9a6";
}

.acms-admin-icon-truck:before, .acms-icon-truck:before {
    content: "\e9a7";
}

.acms-admin-icon-twitter-square:before, .acms-icon-twitter-square:before {
    content: "\e9a8";
}

.acms-admin-icon-twitter:before, .acms-icon-twitter:before {
    content: "\e9a9";
}

.acms-admin-icon-unlimited:before, .acms-icon-unlimited:before {
    content: "\e9aa";
}

.acms-admin-icon-user-add:before, .acms-icon-user-add:before {
    content: "\e9ab";
}

.acms-admin-icon-version:before, .acms-icon-version:before {
    content: "\e9ac";
}

.acms-admin-icon-woman:before, .acms-icon-woman:before {
    content: "\e9ad";
}

.acms-admin-icon-youtube:before, .acms-icon-youtube:before {
    content: "\e9ae";
}

.acms-admin-fade-in-strong:hover, .acms-admin-fade-in:hover, .acms-admin-fade-in-light:hover, .acms-fade-in-strong:hover, .acms-fade-in:hover, .acms-fade-in-light:hover {
    opacity: 1;
    will-change: opacity;
}

.acms-admin-fade-out-strong, .acms-admin-fade-out, .acms-admin-fade-out-light {
    opacity: 1;
    transition: opacity .5s;
}

.acms-admin-fade-out-strong:hover, .acms-fade-out-strong:hover {
    opacity: .3;
    will-change: opacity;
}

.acms-admin-fade-out:hover, .acms-fade-out:hover {
    opacity: .5;
    will-change: opacity;
}

.acms-admin-fade-out-light:hover, .acms-fade-out-light:hover {
    opacity: .7;
    will-change: opacity;
}

.active .acms-admin-slide-top, .active .acms-admin-slide-bottom, .active .acms-admin-slide-left {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    will-change: opacity, transform;
}

.acms-admin-zoom-in, .acms-admin-zoom-out {
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.acms-admin-zoom-in-show.active, .active .acms-admin-zoom-in-show, .acms-admin-zoom-out-show.active, .active .acms-admin-zoom-out-show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: opacity, transform;
}

.acms-admin-popup-top-child .acms-admin-popup-child, .acms-admin-popup-top, .acms-admin-popup-right-child .acms-admin-popup-child, .acms-admin-popup-right, .acms-admin-popup-bottom-child .acms-admin-popup-child, .acms-admin-popup-bottom, .acms-admin-popup-left-child .acms-admin-popup-child, .acms-admin-popup-left {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: transform .5s, -webkit-transform .5s;
}

.acms-admin-popup-top-child:hover .acms-admin-popup-child, .acms-admin-popup-top:hover {
    -webkit-transform: translateX(0) translateY(-5px);
    transform: translateX(0) translateY(-5px);
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
}

.acms-admin-popup-right-child:hover .acms-admin-popup-child, .acms-admin-popup-right:hover {
    -webkit-transform: translateX(5px) translateY(0);
    transform: translateX(5px) translateY(0);
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
}

.acms-admin-popup-bottom-child:hover .acms-admin-popup-child, .acms-admin-popup-bottom:hover {
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px);
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
}

.acms-admin-popup-left-child:hover .acms-admin-popup-child, .acms-admin-popup-left:hover {
    -webkit-transform: translateX(-5px) translateY(0);
    transform: translateX(-5px) translateY(0);
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
}

.acms-admin-delay-first, .acms-admin-delay:nth-child(1), .acms-admin-delay-reverse-fourth, .acms-admin-delay-reverse:nth-child(4), .acms-delay:nth-child(1), .acms-delay-first, .acms-delay-reverse:nth-child(4), .acms-delay-reverse-fourth {
    transition-delay: .1s;
}

.acms-admin-delay-second, .acms-admin-delay:nth-child(2), .acms-admin-delay-reverse-third, .acms-admin-delay-reverse:nth-child(3), .acms-delay:nth-child(2), .acms-delay-second, .acms-delay-reverse:nth-child(3), .acms-delay-reverse-third {
    transition-delay: .25s;
}

.acms-admin-delay-third, .acms-admin-delay:nth-child(3), .acms-admin-delay-reverse-second, .acms-admin-delay-reverse:nth-child(2), .acms-delay:nth-child(3), .acms-delay-third, .acms-delay-reverse:nth-child(2), .acms-delay-reverse-second {
    transition-delay: .3s;
}

.acms-admin-delay-fourth, .acms-admin-delay:nth-child(4), .acms-admin-delay-reverse-first, .acms-admin-delay-reverse:nth-child(1), .acms-delay:nth-child(4), .acms-delay-fourth, .acms-delay-reverse:nth-child(1), .acms-delay-reverse-first {
    transition-delay: .45s;
}

.ablogcms--column-add-btn .adminBtn:hover, .handle:hover, .acms_layout_row {
    cursor: move;
}

.ablogcms--column-add-btn .acms-admin-icon-sort, .acms-admin-revison-admin .acms-admin-label, .acms-admin-revison-admin .js-get_revisions {
    margin-right: 15px;
}

.entryFormColumnBody .entryFormFileentryFormImages, .entryFormColumnBody .formColumnMapTd, .entryFormFileControl th {
    padding-right: 10px !important;
}

.entryFormTable th, .acms-admin-text-nowrap, .acms-text-nowrap, .text-nowrap {
    white-space: nowrap;
}

#entryForm .entryFormColumnBody .formUnitGroupOption .formUnitGroupOptionValue, .entryFormImageTable td {
    padding: 5px 10px !important;
}

.acms-admin-form-edit .acms-admin-form-width-small, .acms-admin-form-edit input.acms-admin-form-width-small, .acms-admin-form-edit input.yolp-address-search-txtbx {
    width: 220px;
}

.acms-admin-form-edit .acms-admin-form-width-mini, .acms-admin-form-edit input.acms-admin-form-width-mini, .acms-admin-table-revison .th2 {
    width: 140px;
}

.entryFormFileControl dt, #categoryAddForm, .acms-admin-table-revison .acms-admin-table-revison-title {
    font-size: 13px;
}

.entryFormColumn .entryFormColumnHead .closethis, .entryFormColumn .entryFormColumnHead .removethis, #js-edit_inplace-title .closethis {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-align: center;
}

.entryFormColumn #more .sorthandle, .acms-admin-width-height-max, .acms-admin-width-height-max body, .acms-admin-width-height-max html, .acms-width-height-max, .acms-width-height-max html, .acms-width-height-max body {
    width: 100%;
    height: 100%;
}

.map_msg_id, .yolp_msg_id {
    width: 100%;
    _width: 90%;
}

.entryFormFilePreview .acms-admin-form-checkbox, .entryFormFilePreview .entryFormFileIcon, #js-edit_inplace-box .entryFormColumnBody .map_msg_id, ol ol, ol ul, ul ol, ul ul, blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, .alert > p, .alert > ul, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table, .entryColumn pre ol.linenums, #sub-menu ul {
    margin-bottom: 0;
}

.acms-admin-module-edit-wrapper:hover .acms-admin-module-edit, .acms-admin-inline, .acms-inline {
    display: inline !important;
}

.acms-admin-media-wrap, tr.collapse.in {
    display: table-row;
}

#adminBox .acms-admin-inline-btn, .acms-admin-margin-bottom-mini, .acms-margin-bottom-mini {
    margin-bottom: 5px;
}

.acms-admin-label-approval-group a, .acms-admin-label-approval-group a:visited, .drag-n-drop-hover .acms-admin-icon-media, .drag-n-drop-hover .acms-admin-media-dropText {
    color: #006dd9;
}

.js-tabs, .acms-admin-margin-bottom-large, .acms-margin-bottom-large, .entryColumn pre, .entryColumn [class*='column-image-'].nocaption, .entryColumn [class*='column-media-'].nocaption, .entryColumn [class*='column-yolp-'], .entryColumn [class*='column-youtube-'], .entryColumn [class*='column-video-'], .entryColumn [class*='column-eximage-'].nocaption {
    margin-bottom: 30px;
}

.js-layout_preview_mode, .affix {
    position: fixed;
}

.acms-admin-round, .acms-round {
    border-radius: 10%;
}

.acms-admin-circle, .acms-circle, .img-circle {
    border-radius: 50%;
}

.acms-admin-icon-bg > [class*=acms-admin-icon-], .acms-icon-bg > [class*="acms-icon-"] {
    vertical-align: baseline;
}

.acms-admin-padding-medium, .acms-padding-medium {
    padding: 15px;
}

.acms-admin-padding-large, .acms-padding-large {
    padding: 20px;
}

.acms-admin-margin-top-mini, .acms-margin-top-mini, .btn-block + .btn-block, .alert > p + p, .panel-group .panel + .panel, #sub-menu {
    margin-top: 5px;
}

.acms-admin-margin-top-medium, .acms-margin-top-medium, .container > .jumbotron {
    margin-top: 20px;
}

.acms-admin-margin-top-large, .acms-margin-top-large {
    margin-top: 30px;
}

.acms-admin-margin-right-mini, .acms-margin-right-mini, .list-group-item > .badge + .badge {
    margin-right: 5px;
}

.acms-admin-margin-right-small, .acms-margin-right-small {
    margin-right: 10px;
}

.acms-admin-margin-right-medium, .acms-margin-right-medium {
    margin-right: 20px;
}

.acms-admin-margin-right-large, .acms-margin-right-large {
    margin-right: 30px;
}

.acms-admin-margin-left-mini, .acms-margin-left-mini, .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group, #season_news > dl > dd > dl > dd {
    margin-left: 5px;
}

.acms-admin-margin-left-medium, .acms-margin-left-medium {
    margin-left: 20px;
}

.acms-admin-margin-left-large, .acms-margin-left-large {
    margin-left: 30px;
}

.acms-admin-inline-space, .acms-inline-space {
    display: inline;
    margin-right: 10px;
}

.acms-admin-inline-space-left, .acms-inline-space-left {
    display: inline;
    margin-left: 10px;
}

.acms-admin-width-max, .acms-width-max {
    width: 100% !important;
}

.acms-admin-height-max, .acms-height-max {
    height: 100% !important;
}

.acms-admin-block, .acms-block, .show {
    display: block !important;
}

.acms-admin-inline-block, .acms-inline-block {
    display: inline-block !important;
}

.acms-admin-table-cell, .acms-table-cell {
    display: table-cell !important;
}

.acms-admin-hide, .acms-hide, .hide, .hidden, .visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
    display: none !important;
}

.acms-admin-hide-visually, .acms-hide-visually {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    overflow: hidden;
    margin: -1px;
    padding: 0;
}


.acms-btn.acms-btn-active, .acms-btn:active, .acms-btn-admin.active, .acms-btn-admin:active, .formEntryActionUnit .btn.active, .formEntryActionUnit .btn:active, .acms-pager li > a:active {
    border: 1px solid #AAA;
    background-color: #E1E1E1;
    box-shadow: inset 0 1px 2px #B2B2B2;
    color: #333;
    text-decoration: none;
}

.acms-btn:focus, .acms-btn-admin:focus, .formEntryActionUnit .btn:focus, .acms-form select:focus {
    outline: none;
    border-color: #137AF3;
}

.acms-btn.acms-btn-primary:link, .acms-btn.acms-btn-primary:hover, .acms-btn.acms-btn-primary:active, .acms-btn.acms-btn-primary:visited, .acms-btn.acms-btn-info:link, .acms-btn.acms-btn-info:hover, .acms-btn.acms-btn-info:active, .acms-btn.acms-btn-info:visited, .acms-btn.acms-btn-success:link, .acms-btn.acms-btn-success:hover, .acms-btn.acms-btn-success:active, .acms-btn.acms-btn-success:visited, .acms-btn.acms-btn-warning:link, .acms-btn.acms-btn-warning:hover, .acms-btn.acms-btn-warning:active, .acms-btn.acms-btn-warning:visited, .acms-btn.acms-btn-danger:link, .acms-btn.acms-btn-danger:hover, .acms-btn.acms-btn-danger:active, .acms-btn.acms-btn-danger:visited, .acms-btn-flat-primary:visited, a .acms-btn-flat-primary:visited, .acms-btn-flat-info:visited, a .acms-btn-flat-info:visited, .acms-btn-flat-success:visited, a .acms-btn-flat-success:visited, .acms-btn-flat-warning:visited, a .acms-btn-flat-warning:visited, .acms-btn-flat-danger:visited, a .acms-btn-flat-danger:visited, .acms-btn-admin-primary:link, .acms-btn-admin-primary:hover, .acms-btn-admin-primary:active, .acms-btn-admin-primary:visited, .acms-btn-admin-info:link, .acms-btn-admin-info:hover, .acms-btn-admin-info:active, .acms-btn-admin-info:visited, .acms-btn-admin-danger:link, .acms-btn-admin-danger:hover, .acms-btn-admin-danger:active, .acms-btn-admin-danger:visited, a .acms-label:visited, .acms-label:active, .acms-label:focus, a .acms-label-success:visited, .acms-label-success:active, .acms-label-success:focus, a .acms-label-info:visited, .acms-label-info:active, .acms-label-info:focus, a .acms-label-warning:visited, .acms-label-warning:active, .acms-label-warning:focus, a .acms-label-danger:visited, .acms-label-danger:active, .acms-label-danger:focus, .photoParent:hover, .photoParent:visited, .photoParent:active, .photoParent:focus {
    color: #FFF;
}

.acms-btn.acms-btn-primary.active, .acms-btn.acms-btn-primary:active, .acms-btn-admin-primary.active, .acms-btn-admin-primary:active {
    border: 1px solid #002B6E;
    background-color: #004CC5;
    box-shadow: inset 0 1px 2px #002B6E;
    color: #FFF;
    text-decoration: none;
}

.acms-btn.acms-btn-primary:focus, .acms-btn-admin-primary:focus {
    outline: none;
    border-color: #002B6E;
}

.acms-btn.acms-btn-info.active, .acms-btn.acms-btn-info:active, .acms-btn-admin-info.active, .acms-btn-admin-info:active {
    border: 1px solid #202020;
    background-color: #4B4B4B;
    box-shadow: inset 0 1px 2px #202020;
    color: #FFF;
    text-decoration: none;
}


.acms-btn.acms-btn-danger.active, .acms-btn.acms-btn-danger:active, .acms-btn-admin-danger.active, .acms-btn-admin-danger:active {
    border: 1px solid #6E0010;
    background-color: #C5001D;
    box-shadow: inset 0 1px 2px #6E0010;
    color: #FFF;
    text-decoration: none;
}

.acms-btn.acms-btn-danger:focus, .acms-btn-admin-danger:focus {
    outline: none;
    border-color: #6E0010;
}

.acms-form input[type="text"]:focus, .acms-form input[type="password"]:focus, .acms-form input[type="datetime"]:focus, .acms-form input[type="datetime-local"]:focus, .acms-form input[type="date"]:focus, .acms-form input[type="month"]:focus, .acms-form input[type="time"]:focus, .acms-form input[type="week"]:focus, .acms-form input[type="number"]:focus, .acms-form input[type="email"]:focus, .acms-form input[type="url"]:focus, .acms-form input[type="search"]:focus, .acms-form input[type="tel"]:focus, .acms-form textarea:focus, .acms-form select[multiple="multiple"]:focus {
    outline: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    border-color: #137AF3;
}

.acms-form input[type="text"]:disabled, .acms-form input[type="password"]:disabled, .acms-form input[type="datetime"]:disabled, .acms-form input[type="datetime-local"]:disabled, .acms-form input[type="date"]:disabled, .acms-form input[type="month"]:disabled, .acms-form input[type="time"]:disabled, .acms-form input[type="week"]:disabled, .acms-form input[type="number"]:disabled, .acms-form input[type="email"]:disabled, .acms-form input[type="url"]:disabled, .acms-form input[type="search"]:disabled, .acms-form input[type="tel"]:disabled, .acms-form textarea:disabled, .acms-form select:disabled, .acms-form select[multiple="multiple"]:disabled {
    background-color: #F5F5F5;
    color: #999;
    cursor: not-allowed;
    border-color: #DDD;
}

.acms-form input[type="text"]::-moz-placeholder, .acms-form input[type="password"]::-moz-placeholder, .acms-form input[type="search"]::-moz-placeholder, .acms-form input[type="url"]::-moz-placeholder, .acms-form input[type="tel"]::-moz-placeholder, .acms-form input[type="email"]::-moz-placeholder, .acms-form textarea::-moz-placeholder, .acms-form input[type="text"]:-ms-input-placeholder, .acms-form input[type="password"]:-ms-input-placeholder, .acms-form input[type="search"]:-ms-input-placeholder, .acms-form input[type="url"]:-ms-input-placeholder, .acms-form input[type="tel"]:-ms-input-placeholder, .acms-form input[type="email"]:-ms-input-placeholder, .acms-form textarea:-ms-input-placeholder, .acms-form input[type="text"]::-webkit-input-placeholder, .acms-form input[type="password"]::-webkit-input-placeholder, .acms-form input[type="search"]::-webkit-input-placeholder, .acms-form input[type="url"]::-webkit-input-placeholder, .acms-form input[type="tel"]::-webkit-input-placeholder, .acms-form input[type="email"]::-webkit-input-placeholder, .acms-form textarea::-webkit-input-placeholder {
    color: #AAA;
}

.acms-btn-checkbox + label:active, .acms-btn-checkbox:checked + label:active, .acms-btn-radio + label:active, .acms-btn-radio .acms-btn-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

.acms-table-heading th, .acms-table-heading td, .acms-tabs-panel .acms-table-admin-edit-bordered tr, .acms-table-admin-edit-bordered thead tr:last-child th, .acms-table-admin-edit-bordered thead tr:last-child td, .acms-admin-mini-table tbody {
    border-bottom: 1px solid #CCC;
}

.acms-table-striped tr:nth-of-type(odd), .acms-table-striped tr.odd, .acms-table-admin-striped tr:nth-of-type(odd), .acms-table-admin-striped tr.odd, .acms-admin-mini-table tbody tr:nth-of-type(even) td {
    background: #FFF;
}

.acms-table-striped tr:nth-of-type(even), .acms-table-striped tr.even, .acms-list-group-item:hover, .acms-navbar #viewing {
    background: #EEE;
}

.acms-table-sortable-active th, .acms-table-sortable-active td, .acms-table-sortable-active tr:nth-of-type(even) th, .acms-table-sortable-active tr:nth-of-type(even) td, .acms-table-sortable-active tr.even th, .acms-table-sortable-active tr.even td, .acms-sidebar-link .stay, .acms-sidebar-link .stay a:hover {
    background-color: #FFF;
}

.acms-table-admin-edit, .acms-table-admin-edit-bordered {
    width: 100%;
    border-top: 1px solid #CCC;
    background: #F2F2F4;
}

.acms-table-admin-edit tr, .acms-table-admin-edit-bordered tr {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.acms-table-admin-edit tr:last-child td, .acms-table-admin-edit tr:last-child th, .acms-table-admin-edit tfoot tr:last-child td, .acms-table-admin-edit tfoot tr:last-child th {
    border-bottom: 1px solid #CCC;
    padding: 5px 10px 20px;
}

.acms-table-admin-edit-bordered tr:last-child th, .acms-table-admin-edit-bordered tbody tr:last-child th, .acms-table-admin-edit-bordered tbody tr:last-child td, .acms-table-admin-edit-bordered tfoot tr:last-child th, .acms-table-admin-edit-bordered tfoot tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.acms-label-success, .acms-badge-success, .acms-icon-bg-success {
    background-color: #4AC0A4;
}

.acms-label-info, .acms-badge-info, .acms-icon-bg-info {
    background-color: #7096CD;
}

.acms-label-warning, .acms-badge-warning, .acms-icon-bg-warning {
    background-color: #CDB770;
}

.acms-label-danger, .acms-badge-danger, .acms-icon-bg-danger {
    background-color: #CD7086;
}

.acms-panel-info.acms-panel, .acms-panel-info .acms-panel-footer {
    border-color: #BBCDE8;
}

.acms-panel-danger.acms-panel, .acms-panel-danger .acms-panel-footer {
    border-color: #E8BBC6;
}

.acms-fade-out-strong, .acms-fade-out, .acms-fade-out-light {
    opacity: 1;
    transition: opacity 500ms;
}

.active .acms-slide-top, .active .acms-slide-bottom, .active .acms-slide-left {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    will-change: opacity, transform;
}

.acms-zoom-in, .acms-zoom-out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.active .acms-zoom-in-show, .acms-zoom-in-show.active, .active .acms-zoom-out-show, .acms-zoom-out-show.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: opacity, transform;
}

.acms-popup-top-child .acms-popup-child, .acms-popup-top, .acms-popup-right-child .acms-popup-child, .acms-popup-right, .acms-popup-bottom-child .acms-popup-child, .acms-popup-bottom, .acms-popup-left-child .acms-popup-child, .acms-popup-left {
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.acms-popup-top-child:hover .acms-popup-child, .acms-popup-top:hover {
    -webkit-transform: translateX(0px) translateY(-5px);
    -ms-transform: translateX(0px) translateY(-5px);
    transform: translateX(0px) translateY(-5px);
    will-change: transform;
}

.acms-popup-right-child:hover .acms-popup-child, .acms-popup-right:hover {
    -webkit-transform: translateX(5px) translateY(0px);
    -ms-transform: translateX(5px) translateY(0px);
    transform: translateX(5px) translateY(0px);
    will-change: transform;
}

.acms-popup-bottom-child:hover .acms-popup-child, .acms-popup-bottom:hover {
    -webkit-transform: translateX(0px) translateY(5px);
    -ms-transform: translateX(0px) translateY(5px);
    transform: translateX(0px) translateY(5px);
    will-change: transform;
}

.acms-popup-left-child:hover .acms-popup-child, .acms-popup-left:hover {
    -webkit-transform: translateX(-5px) translateY(0px);
    -ms-transform: translateX(-5px) translateY(0px);
    transform: translateX(-5px) translateY(0px);
    will-change: transform;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, select[multiple], select[size], textarea.form-control, select[multiple].input-sm, textarea.input-sm, select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control, select[multiple].input-lg, textarea.input-lg, select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before, .glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before, .glyphicon-rub:before {
    content: "\20bd";
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-rounded, .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.h4, .h5, .h6, h4, h5, h6, .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-muted, .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .nav > li.disabled > a, .navbar-default .navbar-brand, .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-link, .navbar-default .btn-link, .breadcrumb > .active, .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}

.text-success, .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label, .has-success .form-control-feedback, a.list-group-item-success {
    color: #3c763d;
}

a.text-success:hover, .alert-success .alert-link {
    color: #2b542c;
}

.text-info, a.list-group-item-info {
    color: #31708f;
}

a.text-info:hover, .alert-info .alert-link {
    color: #245269;
}

.text-warning, .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label, .has-warning .form-control-feedback, a.list-group-item-warning {
    color: #8a6d3b;
}

a.text-warning:hover, .alert-warning .alert-link {
    color: #66512c;
}

.text-danger, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .has-error .form-control-feedback, a.list-group-item-danger {
    color: #a94442;
}

a.text-danger:hover, .alert-danger .alert-link {
    color: #843534;
}

.bg-primary, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090;
}

.bg-success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.bg-info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.bg-warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.bg-danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.list-unstyled, .media-list {
    padding-left: 0;
    list-style: none;
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row, .form-horizontal .form-group, .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-push-12, .carousel-inner > .next, .carousel-inner > .active.right {
    left: 100%;
}

.col-xs-push-0, .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

.table-bordered, .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, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

input[type=range], .btn-block {
    display: block;
    width: 100%;
}

.form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], fieldset[disabled] .form-control, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled], .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline, .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.input-sm, .form-group-sm .form-control, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 5px 10px;
}

select.input-sm, select.form-group-sm .form-control, select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

.input-lg, .form-group-lg .form-control, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 10px 16px;
}

select.input-lg, select.form-group-lg .form-control, select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info, .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning, .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-primary .badge, .list-group-item.active > .badge, .nav-pills > .active > a > .badge, .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.dropdown-menu.pull-right, .dropdown-menu-right, .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-menu .divider, .nav .nav-divider {
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 9px 0;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .input-group-btn > .btn + .btn, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon:first-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}

.input-group-addon:last-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .fontsize_buttons > a.mini {
    border-left: 0;
}

.nav > li > a:focus, .nav > li > a:hover, .pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-toggle, .panel-default {
    border-color: #ddd;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-link, .navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > .cur span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

a.label:focus, a.label:hover, a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn .label, .btn .badge {
    position: relative;
    top: -1px;
}

.label-success, .progress-bar-success {
    background-color: #5cb85c;
}

.label-info, .progress-bar-info {
    background-color: #5bc0de;
}

.label-warning, .progress-bar-warning {
    background-color: #f0ad4e;
}

.label-danger, .progress-bar-danger {
    background-color: #d9534f;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover, .panel-primary {
    border-color: #337ab7;
}

.alert-success, .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info, .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning, .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger, .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.media-heading, .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

a.list-group-item, span.list-group-item, .footernavi li a, .footernavi li span {
    color: #555;
}

a.list-group-item, span.list-group-item:hover, .footernavi li a, .footernavi li span:hover {
    text-decoration: underline;
}

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.carousel-inner, .center-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .prev, .carousel-inner > .active.left {
    left: -100%;
}

.photo:hover, .listInlineBanner a:hover, .listVerticalBanner a:hover, .socialBtn:hover {
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}

.listInlineBanner a, .listVerticalBanner a {
    display: block;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.tagSize10 a:link, .tagSize10 a:visited, .tagSize10 a:hover, .tagSize10 a:active, .tagSize11 a:link, .tagSize11 a:visited, .tagSize11 a:hover, .tagSize11 a:active, .tagSize12 a:link, .tagSize12 a:visited, .tagSize12 a:hover, .tagSize12 a:active, .tagSize13 a:link, .tagSize13 a:visited, .tagSize13 a:hover, .tagSize13 a:active {
    font-size: 16px;
    font-weight: 700;
}

.tagSize14 a:link, .tagSize14 a:visited, .tagSize14 a:hover, .tagSize14 a:active, .tagSize15 a:link, .tagSize15 a:visited, .tagSize15 a:hover, .tagSize15 a:active, .tagSize16 a:link, .tagSize16 a:visited, .tagSize16 a:hover, .tagSize16 a:active, .tagSize17 a:link, .tagSize17 a:visited, .tagSize17 a:hover, .tagSize17 a:active {
    font-size: 18px;
    font-weight: 700;
}

.tagSize18 a:link, .tagSize18 a:visited, .tagSize18 a:hover, .tagSize18 a:active, .tagSize19 a:link, .tagSize19 a:visited, .tagSize19 a:hover, .tagSize19 a:active, .tagSize20 a:link, .tagSize20 a:visited, .tagSize20 a:hover, .tagSize20 a:active, .tagSize21 a:link, .tagSize21 a:visited, .tagSize21 a:hover, .tagSize21 a:active, .tagSize22 a:link, .tagSize22 a:visited, .tagSize22 a:hover, .tagSize22 a:active, .tagSize23 a:link, .tagSize23 a:visited, .tagSize23 a:hover, .tagSize23 a:active, .tagSize24 a:link, .tagSize24 a:visited, .tagSize24 a:hover, .tagSize24 a:active, .tagSize25 a:link, .tagSize25 a:visited, .tagSize25 a:hover, .tagSize25 a:active {
    font-size: 20px;
    font-weight: 700;
}

.stepItem, .entry {
    margin: 0 0 30px;
}

.entryDate, .entryCategory {
    display: inline;
    font-size: 16px;
}

#header, .footer_contents, .copyright > div {
    max-width: 1048px;
    margin: 0 auto;
}

.top_links li a, .top_links li span {
    color: #888;
}

.spotsearch a, .spotsearch span {
    color: #4f503c;
}

@media screen and (min-width: 768px) {
    .acms-admin-grid, .acms-admin-grid-r {
        margin-left: -10px;
        margin-right: -10px;
    }

    [class*=acms-admin-col] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .acms-admin-col-md-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-admin-col-md-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-admin-col-md-3 {
        float: left;
        width: 25%;
    }

    .acms-admin-col-md-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-admin-col-md-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-admin-col-md-6 {
        float: left;
        width: 50%;
    }

    .acms-admin-col-md-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-admin-col-md-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-admin-col-md-9 {
        float: left;
        width: 75%;
    }

    .acms-admin-col-md-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-admin-col-md-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-admin-col-md-12 {
        float: none;
        width: 100%;
    }

    [class*=acms-admin-push-md] {
        position: relative;
        right: auto;
    }

    .acms-admin-push-md-1 {
        left: 8.33333%;
    }

    .acms-admin-push-md-2 {
        left: 16.66667%;
    }

    .acms-admin-push-md-4 {
        left: 33.33333%;
    }

    .acms-admin-push-md-5 {
        left: 41.66667%;
    }

    .acms-admin-push-md-7 {
        left: 58.33333%;
    }

    .acms-admin-push-md-8 {
        left: 66.66667%;
    }

    .acms-admin-push-md-10 {
        left: 83.33333%;
    }

    .acms-admin-push-md-11 {
        left: 91.66667%;
    }

    [class*=acms-admin-pull-md] {
        position: relative;
        left: auto;
    }

    .acms-admin-pull-md-1 {
        right: 8.33333%;
    }

    .acms-admin-pull-md-2 {
        right: 16.66667%;
    }

    .acms-admin-pull-md-4 {
        right: 33.33333%;
    }

    .acms-admin-pull-md-5 {
        right: 41.66667%;
    }

    .acms-admin-pull-md-7 {
        right: 58.33333%;
    }

    .acms-admin-pull-md-8 {
        right: 66.66667%;
    }

    .acms-admin-pull-md-10 {
        right: 83.33333%;
    }

    .acms-admin-pull-md-11 {
        right: 91.66667%;
    }

    .acms-admin-dl-horizontal dt, .acms-admin-dl-line dt {
        float: left;
        text-align: right;
    }

    .acms-admin-dl-horizontal dd, .acms-admin-dl-line dd {
        padding-left: 180px;
    }

    .acms-admin-form-action input[type=email], .acms-admin-form-action input[type=password], .acms-admin-form-action input[type=search], .acms-admin-form-action input[type=text], .acms-admin-form-action input[type=url] {
        height: 27px;
    }

    .acms-admin-form input[type=date], .acms-admin-form input[type=datetime-local], .acms-admin-form input[type=datetime], .acms-admin-form input[type=email], .acms-admin-form input[type=month], .acms-admin-form input[type=number], .acms-admin-form input[type=password], .acms-admin-form input[type=search], .acms-admin-form input[type=tel], .acms-admin-form input[type=text], .acms-admin-form input[type=time], .acms-admin-form input[type=url], .acms-admin-form input[type=week] {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .acms-admin-form textarea {
        font-size: 13px;
    }

    .acms-admin-form select {
        min-height: 27px;
        font-size: 11px;
        line-height: 1.2;
        padding: 5px 10px;
    }

    .acms-admin-table-admin-edit tr {
        border-bottom: 0;
    }

    .acms-admin-table-admin-edit tr:first-child td, .acms-admin-table-admin-edit tr:first-child th {
        padding: 20px 10px 5px;
    }

    .acms-admin-table-admin-edit tbody tr:last-child th, .acms-admin-table-admin-edit tr:last-child td, .acms-admin-table-admin-edit tr:last-child th {
        padding: 5px 10px 20px;
    }

    .acms-admin-table-admin-edit tbody tr:only-child th, .acms-admin-table-admin-edit tr:only-child td, .acms-admin-table-admin-edit tr:only-child th {
        padding: 10px;
    }

    .acms-admin-table-admin-edit-bordered tr:first-child td {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .acms-admin-table-admin-edit-bordered tr:last-child td, .acms-admin-table-admin-edit-bordered tr:last-child th {
        padding-bottom: 10px;
    }

    .acms-admin-navbar ul {
        list-style: none;
        display: block;
        width: 940px;
        margin: 0 auto;
        padding: 0;
    }

    .acms-admin-navbar ul ul {
        position: absolute;
        top: 60px;
        left: 0;
    }

    .acms-admin-navbar ul ul li {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .acms-admin-navbar ul ul a {
        width: 240px;
        height: 40px !important;
        padding: 0 20px;
    }

    .acms-admin-sidebar-title {
        border-top: 1px solid #666;
        font-size: 11px;
        background-color: inherit;
        color: #fff;
        padding: 5px 20px;
    }

    .acms-admin-pager {
        margin-left: 0;
        margin-right: 0;
    }

    #entryForm .entryFormColumnBody .formUnitGroupOption .formUnitGroupOptionValue {
        width: 70px !important;
        padding: 5px !important;
    }

    #entryForm .entryFormColumnBody .formUnitGroupOption .formUnitGroupOptionCell {
        width: 1%;
    }

    .entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox {
        left: 35px;
    }

    #unitForm .entryFormColumnBody {
        padding-bottom: 40px;
    }

    #js-revision_index {
        width: 850px;
    }

    .acms-admin-edit-info-table td, .acms-admin-edit-info-table th {
        padding: 15px;
    }

    .acms-admin-show-tablet {
        display: block !important;
    }

    .acms-admin-hide-tablet {
        display: none !important;
    }

    .lead {
        font-size: 21px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .navbar {
        border-radius: 4px;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }

    .acms-admin-push-md-auto, .col-sm-push-0 {
        left: auto;
    }

    .acms-admin-push-md-3, .col-sm-push-3 {
        left: 25%;
    }

    .acms-admin-push-md-6, .col-sm-push-6 {
        left: 50%;
    }

    .acms-admin-push-md-9, .col-sm-push-9 {
        left: 75%;
    }

    .acms-admin-pull-md-auto, .col-sm-pull-0 {
        right: auto;
    }

    .acms-admin-pull-md-3, .col-sm-pull-3 {
        right: 25%;
    }

    .acms-admin-pull-md-6, .col-sm-pull-6 {
        right: 50%;
    }

    .acms-admin-pull-md-9, .col-sm-pull-9 {
        right: 75%;
    }

    .formEntryActionUnit .btn, [class*=acms-admin-btn], .acms-admin-pager li.cur span, .acms-admin-pager li > a, .acms-admin-pager li span > a {
        font-size: 11px;
        padding: 7px 10px;
    }

    .acms-admin-navbar, .acms-admin-navbar #viewing, .acms-admin-navbar a:active, .acms-admin-navbar a:hover, .acms-admin-navbar a:link, .acms-admin-navbar a:visited {
        height: 60px;
    }

    .acms-admin-navbar li, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .navbar-header, .navbar-nav > li {
        float: left;
    }

    .acms-admin-sidebar-sp, .navbar-toggle {
        display: none;
    }

    .col-sm-12, .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static, .navbar-form .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio, .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label, .form-inline .radio label, .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .nav-tabs.nav-justified > li, .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }

    .navbar-static-top, .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

@media screen and (min-width: 480px) {
    .acms-admin-col-sm-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-admin-col-sm-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-admin-col-sm-3 {
        float: left;
        width: 25%;
    }

    .acms-admin-col-sm-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-admin-col-sm-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-admin-col-sm-6 {
        float: left;
        width: 50%;
    }

    .acms-admin-col-sm-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-admin-col-sm-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-admin-col-sm-9 {
        float: left;
        width: 75%;
    }

    .acms-admin-col-sm-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-admin-col-sm-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-admin-col-sm-12 {
        float: none;
        width: 100%;
    }

    [class*=acms-admin-push-sm] {
        position: relative;
        right: auto;
    }

    .acms-admin-push-sm-auto {
        left: auto;
    }

    .acms-admin-push-sm-1 {
        left: 8.33333%;
    }

    .acms-admin-push-sm-2 {
        left: 16.66667%;
    }

    .acms-admin-push-sm-3 {
        left: 25%;
    }

    .acms-admin-push-sm-4 {
        left: 33.33333%;
    }

    .acms-admin-push-sm-5 {
        left: 41.66667%;
    }

    .acms-admin-push-sm-6 {
        left: 50%;
    }

    .acms-admin-push-sm-7 {
        left: 58.33333%;
    }

    .acms-admin-push-sm-8 {
        left: 66.66667%;
    }

    .acms-admin-push-sm-9 {
        left: 75%;
    }

    .acms-admin-push-sm-10 {
        left: 83.33333%;
    }

    .acms-admin-push-sm-11 {
        left: 91.66667%;
    }

    [class*=acms-admin-pull-sm] {
        position: relative;
        left: auto;
    }

    .acms-admin-pull-sm-auto {
        right: auto;
    }

    .acms-admin-pull-sm-1 {
        right: 8.33333%;
    }

    .acms-admin-pull-sm-2 {
        right: 16.66667%;
    }

    .acms-admin-pull-sm-3 {
        right: 25%;
    }

    .acms-admin-pull-sm-4 {
        right: 33.33333%;
    }

    .acms-admin-pull-sm-5 {
        right: 41.66667%;
    }

    .acms-admin-pull-sm-6 {
        right: 50%;
    }

    .acms-admin-pull-sm-7 {
        right: 58.33333%;
    }

    .acms-admin-pull-sm-8 {
        right: 66.66667%;
    }

    .acms-admin-pull-sm-9 {
        right: 75%;
    }

    .acms-admin-pull-sm-10 {
        right: 83.33333%;
    }

    .acms-admin-pull-sm-11 {
        right: 91.66667%;
    }
}

@media screen and (min-width: 1024px) {
    .acms-admin-col-lg-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-admin-col-lg-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-admin-col-lg-3 {
        float: left;
        width: 25%;
    }

    .acms-admin-col-lg-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-admin-col-lg-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-admin-col-lg-6 {
        float: left;
        width: 50%;
    }

    .acms-admin-col-lg-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-admin-col-lg-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-admin-col-lg-9 {
        float: left;
        width: 75%;
    }

    .acms-admin-col-lg-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-admin-col-lg-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-admin-col-lg-12 {
        float: none;
        width: 100%;
    }

    [class*=acms-admin-push-lg] {
        position: relative;
        right: auto;
    }

    .acms-admin-push-lg-auto {
        left: auto;
    }

    .acms-admin-push-lg-1 {
        left: 8.33333%;
    }

    .acms-admin-push-lg-2 {
        left: 16.66667%;
    }

    .acms-admin-push-lg-3 {
        left: 25%;
    }

    .acms-admin-push-lg-4 {
        left: 33.33333%;
    }

    .acms-admin-push-lg-5 {
        left: 41.66667%;
    }

    .acms-admin-push-lg-6 {
        left: 50%;
    }

    .acms-admin-push-lg-7 {
        left: 58.33333%;
    }

    .acms-admin-push-lg-8 {
        left: 66.66667%;
    }

    .acms-admin-push-lg-9 {
        left: 75%;
    }

    .acms-admin-push-lg-10 {
        left: 83.33333%;
    }

    .acms-admin-push-lg-11 {
        left: 91.66667%;
    }

    [class*=acms-admin-pull-lg] {
        position: relative;
        left: auto;
    }

    .acms-admin-pull-lg-auto {
        right: auto;
    }

    .acms-admin-pull-lg-1 {
        right: 8.33333%;
    }

    .acms-admin-pull-lg-2 {
        right: 16.66667%;
    }

    .acms-admin-pull-lg-3 {
        right: 25%;
    }

    .acms-admin-pull-lg-4 {
        right: 33.33333%;
    }

    .acms-admin-pull-lg-5 {
        right: 41.66667%;
    }

    .acms-admin-pull-lg-6 {
        right: 50%;
    }

    .acms-admin-pull-lg-7 {
        right: 58.33333%;
    }

    .acms-admin-pull-lg-8 {
        right: 66.66667%;
    }

    .acms-admin-pull-lg-9 {
        right: 75%;
    }

    .acms-admin-pull-lg-10 {
        right: 83.33333%;
    }

    .acms-admin-pull-lg-11 {
        right: 91.66667%;
    }

    .acms-admin-show-pc {
        display: block !important;
    }

    .acms-admin-hide-pc {
        display: none !important;
    }
}

@media screen and (min-width: 1440px) {
    .acms-admin-col-xl-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-admin-col-xl-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-admin-col-xl-3 {
        float: left;
        width: 25%;
    }

    .acms-admin-col-xl-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-admin-col-xl-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-admin-col-xl-6 {
        float: left;
        width: 50%;
    }

    .acms-admin-col-xl-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-admin-col-xl-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-admin-col-xl-9 {
        float: left;
        width: 75%;
    }

    .acms-admin-col-xl-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-admin-col-xl-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-admin-col-xl-12 {
        float: none;
        width: 100%;
    }

    [class*=acms-admin-push-xl] {
        position: relative;
        right: auto;
    }

    .acms-admin-push-xl-auto {
        left: auto;
    }

    .acms-admin-push-xl-1 {
        left: 8.33333%;
    }

    .acms-admin-push-xl-2 {
        left: 16.66667%;
    }

    .acms-admin-push-xl-3 {
        left: 25%;
    }

    .acms-admin-push-xl-4 {
        left: 33.33333%;
    }

    .acms-admin-push-xl-5 {
        left: 41.66667%;
    }

    .acms-admin-push-xl-6 {
        left: 50%;
    }

    .acms-admin-push-xl-7 {
        left: 58.33333%;
    }

    .acms-admin-push-xl-8 {
        left: 66.66667%;
    }

    .acms-admin-push-xl-9 {
        left: 75%;
    }

    .acms-admin-push-xl-10 {
        left: 83.33333%;
    }

    .acms-admin-push-xl-11 {
        left: 91.66667%;
    }

    [class*=acms-admin-pull-xl] {
        position: relative;
        left: auto;
    }

    .acms-admin-pull-xl-auto {
        right: auto;
    }

    .acms-admin-pull-xl-1 {
        right: 8.33333%;
    }

    .acms-admin-pull-xl-2 {
        right: 16.66667%;
    }

    .acms-admin-pull-xl-3 {
        right: 25%;
    }

    .acms-admin-pull-xl-4 {
        right: 33.33333%;
    }

    .acms-admin-pull-xl-5 {
        right: 41.66667%;
    }

    .acms-admin-pull-xl-6 {
        right: 50%;
    }

    .acms-admin-pull-xl-7 {
        right: 58.33333%;
    }

    .acms-admin-pull-xl-8 {
        right: 66.66667%;
    }

    .acms-admin-pull-xl-9 {
        right: 75%;
    }

    .acms-admin-pull-xl-10 {
        right: 83.33333%;
    }

    .acms-admin-pull-xl-11 {
        right: 91.66667%;
    }

    .acms-admin-block-xl {
        display: block !important;
    }

    .acms-admin-inline-xl {
        display: inline !important;
    }

    .acms-admin-inline-block-xl {
        display: inline-block !important;
    }

    .acms-admin-table-cell-xl {
        display: table-cell !important;
    }

    .acms-admin-hide-xl {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .acms-admin-btn-flat {
        font-size: 13px;
    }

    .entryFormTable th {
        width: 10em;
        text-align: right;
    }

    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .acms-admin-btn, .acms-admin-btn-admin, .formEntryActionUnit .btn, .acms-admin-pager li.cur span, .acms-admin-pager li > a, .acms-admin-pager li span > a {
        font-size: 14px;
    }
}


@media screen and (max-width: 767px) {
    .acms-admin-table-admin-edit tbody td, .acms-admin-table-admin-edit tbody th, .acms-admin-table-admin-edit thead td, .acms-admin-table-admin-edit thead th {
        display: block;
        width: 100% !important;
        padding: 0;
    }

    .acms-admin-table-admin-edit tbody th {
        text-align: left;
        padding: 10px 10px 5px;
    }

    .acms-admin-table-admin-edit tbody td {
        padding: 0 10px 15px;
    }

    .acms-admin-table-admin-edit tr:last-child td, .acms-admin-table-admin-edit tr:last-child th {
        border-bottom: none !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .acms-admin-table-responsive {
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    .acms-admin-table-entry td, .acms-admin-table-entry th {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .acms-admin-table-entry th {
        padding-bottom: 0;
        text-align: left;
    }

    .acms-admin-table-entry td {
        padding-top: 3px;
    }

    .acms-admin-table-entry .detail-fade-body td, .acms-admin-table-entry .detail-fade-body th {
        padding-left: 10px;
        padding-right: 10px;
    }

    .acms-admin-tooltip {
        left: 0 !important;
        max-width: 150px;
    }

    .acms-admin-admin-title {
        padding-left: 10px;
    }

    #entryForm {
        margin-right: 0 !important;
    }

    .acms-admin-table-edit th, .entryFormWrapper .acms-admin-table-edit th, .entryTableUnit th {
        text-align: left;
        padding-bottom: 0;
    }

    .entryFormImageTable {
        width: auto;
    }

    .entryFormImageTable .toggle {
        margin-right: 10px;
    }

    .entryFormInputText {
        max-width: 180px;
    }

    .entryFormInputDate {
        max-width: 110px;
        margin-right: 5px;
    }

    .entryFormColumnTable td, .entryFormColumnTable th {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .entryFormImageTable td, .entryFormImageTable th {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .entryFormImageTable .acms-admin-select-block {
        margin: 5px 0;
    }

    .formColumnMap .yolp-address-search-header {
        padding: 10px;
    }

    .formColumnMap .yolp-address-search {
        max-width: 100%;
    }

    .formColumnMap .entryFormMapTable {
        display: table;
        width: 100%;
    }

    .formColumnMap .entryFormMapTable td, .formColumnMap .entryFormMapTable th {
        display: table-cell;
        width: auto;
    }

    .acms-admin-extend-field-wrap {
        display: table;
        margin: 10px 0 0;
    }

    .acms-admin-extend-field {
        display: table-cell;
        width: 1%;
        padding: 0 10px 0 0;
    }

    .acms-admin-extend-field-input {
        display: table-cell;
        width: 100%;
    }

    .entryFormColumn .entryFormColumnHead {
        min-height: 38px;
        box-sizing: content-box;
    }

    .editTextInsert {
        display: block;
        margin: 12px 0 0;
    }

    .entryFormColumnHead .entryFormColumnHeadLayoutBox {
        padding-right: 30px;
    }

    .acms-admin-sidebar-box .acms-admin-btn-admin.block-level {
        width: 95%;
    }

    .entryFormFileentryFormImages {
        width: 100%;
        padding-right: 0;
    }

    .entryFormFileentryFormImages img {
        width: 140px;
        height: auto;
    }

    .entryFormColumn .entryFormColumnHead .removethis {
        top: 6px;
        right: 16px;
    }

    .entryFormColumn .entryFormColumnHead .removethis .acms-admin-icon {
        font-size: 20px;
    }

    .formColumnMapTd > div {
        width: 240px !important;
        height: 240px !important;
    }

    .acms-admin-form input[type=text].mapSearchText {
        width: 200px;
    }

    .map_msg_id {
        height: 40px;
    }

    .entryFormFileName {
        margin-top: 0;
    }

    .entryFormFilePreview {
        position: relative;
        width: auto;
        padding-right: 0;
    }

    .entryFormFileIcon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .entryFormFileData {
        padding: 0 0 20px 100px;
    }

    .comPost {
        margin-bottom: 0;
        background-color: transparent;
        text-align: left;
    }

    #js-media_view {
        position: absolute !important;
    }

    #js-media_view_inner {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 800px;
    }

    .acms-admin-media-insert .media-body {
        height: 100%;
    }

    .acms-admin-media-insert .media-list {
        height: 300px;
    }

    .acms-admin-revision-preview #outer-wrap #nav, .acms-admin-revision-preview #outer-wrap #top {
        position: static;
    }

    .acms-admin-revision-preview #nav:not(:target), .acms-admin-revision-preview .acms-admin-revision-header {
        height: auto;
    }

    .acms-admin-edit-info-table td, .acms-admin-edit-info-table th {
        display: block;
        box-sizing: border-box;
    }

    .acms-admin-edit-info-table th {
        width: 100%;
        color: #fff;
        background: #aaa;
        white-space: inherit;
        padding: 5px 10px;
    }

    .acms-admin-float-none-sp {
        float: none;
    }

    .acms-admin-width-sp {
        width: 100% !important;
    }

    .acms-admin-width-auto-sp {
        width: auto !important;
    }

    .acms-admin-margin-sp {
        margin-bottom: 10px !important;
        margin-left: 10px !important;
    }

    .acms-admin-margin-top-bottom-sp {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .acms-admin-margin-bottom-sp {
        margin-bottom: 10px !important;
    }

    .acms-admin-border-top-sp {
        border-top: 1px solid #ccc !important;
    }

    .acms-admin-table-admin-edit .acms-admin-border-bottom-sp {
        border-bottom: 1px solid #bbb !important;
    }

    .acms-admin-title-sp {
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .acms-admin-table-responsive td, .acms-admin-table-responsive th, .acms-admin-table-revison .acms-admin-btn-admin, .acms-admin-table-revison th {
        white-space: nowrap;
    }

    .entryFormColumnBody .formUnitLabel td, .entryFormColumnBody .formUnitLabel th, .acms-admin-select-block, .acms-admin-table-edit td, .acms-admin-table-edit th, .entryFormFileControl, .entryFormFileentryFormFile, .entryFormPreview, .entryFormPreviewMap, .entryTableUnit td, .entryTableUnit th {
        display: block;
    }

    .entryFormColumnBody table td.acms-admin-border-bottom-sp, .acms-admin-border-bottom-sp {
        border-bottom: 1px solid #ccc !important;
    }

    .entryFormTextarea, select[name=revision_type] {
        margin-bottom: 10px;
    }

    #entryForm .entryInputTitle, .acms-admin-form .entryFormMapTable input.acms-admin-form-width-mini, .comPost .acms-admin-btn-admin-primary, .acms-admin-form input[type=text], .acms-admin-form textarea {
        width: 100%;
    }

    .entryFormImageTable th, .entryFormColumnSettingTable th {
        text-align: left;
    }

    .formColumnMap .yolp-address-search > input[type=text], .editTextInsert a {
        padding: 5px;
    }

    .entryFormColumnHead .label, .js-align_label, .js-group_label, .entryFormColumnHead .entryFormSelectBottom, .entryFormColumnHead .sorthandle, .acms-admin-revision-preview #acms-main {
        display: none;
    }

    #entryForm .formEntryActionUnit .btn, .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .formColumnMap td, .formColumnMap th, .acms-admin-btn-action-group td, .acms-admin-btn-action-group th {
        display: block;
        width: 100%;
    }

    .acms-admin-show-sp, .visible-xs, .visible-xs-block {
        display: block !important;
    }

    .acms-admin-show-inline-sp, .visible-xs-inline {
        display: inline !important;
    }

    .acms-admin-hide-sp, .hidden-xs {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .acms-admin-entry [class*=column-eximage-], .acms-admin-entry [class*=column-image-], .acms-admin-entry [class*=column-media-] {
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        width: auto !important;
    }

    .acms-admin-entry [class*=column-eximage-] img, .acms-admin-entry [class*=column-image-] img, .acms-admin-entry [class*=column-media-] img {
        box-sizing: border-box;
        padding: 0;
    }

    [class*=column-map-], [class*=column-yolp-] {
        width: auto !important;
        max-width: 100%;
    }

    [class*=column-map-] > div, [class*=column-yolp-] > div {
        max-width: 100%;
    }

    [class*=column-yolp-] > div {
        width: 100% !important;
    }

    [class*=column-eximage-] {
        width: auto !important;
    }

    [class*=column-video-], [class*=column-youtube-] {
        display: block;
        width: 100% !important;
        max-width: 100%;
    }

    .acms-admin-block-xs {
        display: block !important;
    }

    .acms-admin-inline-xs {
        display: inline !important;
    }

    .acms-admin-inline-block-xs {
        display: inline-block !important;
    }

    .acms-admin-table-cell-xs {
        display: table-cell !important;
    }

    .acms-admin-hide-xs {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .acms-admin-preview-split-left {
        right: 40px;
    }

    .acms-admin-mobile-preview {
        width: 40px;
    }

    .acms-admin-mobile-phone-frame {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .acms-admin-block-sm {
        display: block !important;
    }

    .acms-admin-inline-sm {
        display: inline !important;
    }

    .acms-admin-inline-block-sm {
        display: inline-block !important;
    }

    .acms-admin-table-cell-sm {
        display: table-cell !important;
    }

    .acms-admin-hide-sm {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .acms-admin-block-md {
        display: block !important;
    }

    .acms-admin-inline-md {
        display: inline !important;
    }

    .acms-admin-inline-block-md {
        display: inline-block !important;
    }

    .acms-admin-table-cell-md {
        display: table-cell !important;
    }

    .acms-admin-hide-md {
        display: none !important;
    }
}

@media screen and(min-width: 1024px) and (max-width: 1439px) {
    .acms-admin-block-lg {
        display: block !important;
    }

    .acms-admin-inline-lg {
        display: inline !important;
    }

    .acms-admin-inline-block-lg {
        display: inline-block !important;
    }

    .acms-admin-table-cell-lg {
        display: table-cell !important;
    }

    .acms-admin-hide-lg {
        display: none !important;
    }
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }

    .acms-admin-print-block, .visible-print, .visible-print-block {
        display: block !important;
    }

    .acms-admin-print-inline, .visible-print-inline {
        display: inline !important;
    }

    .acms-admin-print-inline-block, .visible-print-inline-block {
        display: inline-block !important;
    }

    .acms-admin-print-hide, .hidden-print {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {

    .acms-grid, .acms-grid-r {
        margin-left: -10px;
        margin-right: -10px;
    }

    [class*="acms-col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .acms-col-md-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-col-md-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-col-md-3 {
        float: left;
        width: 25%;
    }

    .acms-col-md-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-col-md-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-col-md-6 {
        float: left;
        width: 50%;
    }

    .acms-col-md-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-col-md-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-col-md-9 {
        float: left;
        width: 75%;
    }

    .acms-col-md-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-col-md-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-col-md-12 {
        float: none;
        width: 100%;
    }

    [class*="acms-push-md"] {
        position: relative;
        right: auto;
    }

    .acms-push-md-auto {
        left: auto;
    }

    .acms-push-md-1 {
        left: 8.33333%;
    }

    .acms-push-md-2 {
        left: 16.66667%;
    }

    .acms-push-md-3 {
        left: 25%;
    }

    .acms-push-md-4 {
        left: 33.33333%;
    }

    .acms-push-md-5 {
        left: 41.66667%;
    }

    .acms-push-md-6 {
        left: 50%;
    }

    .acms-push-md-7 {
        left: 58.33333%;
    }

    .acms-push-md-8 {
        left: 66.66667%;
    }

    .acms-push-md-9 {
        left: 75%;
    }

    .acms-push-md-10 {
        left: 83.33333%;
    }

    .acms-push-md-11 {
        left: 91.66667%;
    }

    [class*="acms-pull-md"] {
        position: relative;
        left: auto;
    }

    .acms-pull-md-auto {
        right: auto;
    }

    .acms-pull-md-1 {
        right: 8.33333%;
    }

    .acms-pull-md-2 {
        right: 16.66667%;
    }

    .acms-pull-md-3 {
        right: 25%;
    }

    .acms-pull-md-4 {
        right: 33.33333%;
    }

    .acms-pull-md-5 {
        right: 41.66667%;
    }

    .acms-pull-md-6 {
        right: 50%;
    }

    .acms-pull-md-7 {
        right: 58.33333%;
    }

    .acms-pull-md-8 {
        right: 66.66667%;
    }

    .acms-pull-md-9 {
        right: 75%;
    }

    .acms-pull-md-10 {
        right: 83.33333%;
    }

    .acms-pull-md-11 {
        right: 91.66667%;
    }

    .acms-dl-horizontal dt, .acms-dl-line dt {
        float: left;
        text-align: right;
    }

    .acms-dl-horizontal dd, .acms-dl-line dd {
        padding-left: 180px;
    }

    .acms-form-action input[type="text"], .acms-form-action input[type="search"], .acms-form-action input[type="email"], .acms-form-action input[type="password"], .acms-form-action input[type="url"] {
        height: 27px;
    }

    .acms-form input[type="text"], .acms-form input[type="password"], .acms-form input[type="datetime"], .acms-form input[type="datetime-local"], .acms-form input[type="date"], .acms-form input[type="month"], .acms-form input[type="time"], .acms-form input[type="week"], .acms-form input[type="number"], .acms-form input[type="email"], .acms-form input[type="url"], .acms-form input[type="search"], .acms-form input[type="tel"] {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .acms-form textarea {
        font-size: 13px;
    }

    .acms-form select {
        min-height: 27px;
        font-size: 11px;
        line-height: 1.2;
        padding: 5px 10px;
    }

    .acms-table-admin-edit tr {
        border-bottom: 0;
    }

    .acms-table-admin-edit tr:first-child th, .acms-table-admin-edit tr:first-child td {
        padding: 20px 10px 5px;
    }

    .acms-table-admin-edit tbody tr:last-child th, .acms-table-admin-edit tr:last-child th, .acms-table-admin-edit tr:last-child td {
        padding: 5px 10px 20px;
    }

    .acms-table-admin-edit tbody tr:only-child th, .acms-table-admin-edit tr:only-child th, .acms-table-admin-edit tr:only-child td {
        padding: 10px;
    }

    .acms-table-admin-edit-bordered tr:first-child td {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .acms-table-admin-edit-bordered tr:last-child th, .acms-table-admin-edit-bordered tr:last-child td {
        padding-bottom: 10px;
    }

    .acms-navbar ul {
        list-style: none;
        display: block;
        width: 940px;
        margin: 0 auto;
        padding: 0;
    }

    .acms-navbar ul ul {
        position: absolute;
        top: 60px;
        left: 0;
    }

    .acms-navbar ul ul li {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .acms-navbar ul ul a {
        width: 240px;
        height: 40px !important;
        padding: 0 20px;
    }

    .acms-sidebar-title {
        border-top: 1px solid #666;
        font-size: 11px;
        background-color: inherit;
        color: #FFF;
        padding: 5px 20px;
    }

    .acms-sidebar-sp {
        display: none;
    }

    .acms-pager {
        margin-left: 0;
        margin-right: 0;
    }

    .acms-show-tablet {
        display: block !important;
    }

    .acms-hide-tablet {
        display: none !important;
    }

    .entryWrapper {
        margin: 50px 0 40px;
    }

    .pageHeader {
        margin: 0 0 35px;
    }

    .entryTitle {
        font-size: 36px;
        margin: 20px 0;
    }

    .entryColumn p, .entryColumn ul, .entryColumn ol, .entryColumn table, .entryColumn dl, .entryColumn blockquote, .entryColumn pre {
        font-size: 90%;
    }

    .pagerCustomize {
        border: 0;
    }

    .pagerCustomizeItem {
        width: 50%;
        border: 0;
    }

    .pagerCustomizeItemRight {
        float: right;
    }

    .pagerCustomizeLink {
        font-size: 18px;
        padding: 0;
    }

    [class*="acms-btn"], .formEntryActionUnit .btn, .acms-pager li span > a, .acms-pager li.cur span, .acms-pager li > a {
        font-size: 11px;
        padding: 7px 10px;
    }

    .acms-navbar, .acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
        height: 60px;
    }

    .acms-navbar li, .pagerCustomizeItemLeft {
        float: left;
    }
}

@media screen and (min-width: 480px) {

    .acms-col-sm-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-col-sm-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-col-sm-3 {
        float: left;
        width: 25%;
    }

    .acms-col-sm-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-col-sm-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-col-sm-6 {
        float: left;
        width: 50%;
    }

    .acms-col-sm-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-col-sm-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-col-sm-9 {
        float: left;
        width: 75%;
    }

    .acms-col-sm-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-col-sm-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-col-sm-12 {
        float: none;
        width: 100%;
    }

    [class*="acms-push-sm"] {
        position: relative;
        right: auto;
    }

    .acms-push-sm-auto {
        left: auto;
    }

    .acms-push-sm-1 {
        left: 8.33333%;
    }

    .acms-push-sm-2 {
        left: 16.66667%;
    }

    .acms-push-sm-3 {
        left: 25%;
    }

    .acms-push-sm-4 {
        left: 33.33333%;
    }

    .acms-push-sm-5 {
        left: 41.66667%;
    }

    .acms-push-sm-6 {
        left: 50%;
    }

    .acms-push-sm-7 {
        left: 58.33333%;
    }

    .acms-push-sm-8 {
        left: 66.66667%;
    }

    .acms-push-sm-9 {
        left: 75%;
    }

    .acms-push-sm-10 {
        left: 83.33333%;
    }

    .acms-push-sm-11 {
        left: 91.66667%;
    }

    [class*="acms-pull-sm"] {
        position: relative;
        left: auto;
    }

    .acms-pull-sm-auto {
        right: auto;
    }

    .acms-pull-sm-1 {
        right: 8.33333%;
    }

    .acms-pull-sm-2 {
        right: 16.66667%;
    }

    .acms-pull-sm-3 {
        right: 25%;
    }

    .acms-pull-sm-4 {
        right: 33.33333%;
    }

    .acms-pull-sm-5 {
        right: 41.66667%;
    }

    .acms-pull-sm-6 {
        right: 50%;
    }

    .acms-pull-sm-7 {
        right: 58.33333%;
    }

    .acms-pull-sm-8 {
        right: 66.66667%;
    }

    .acms-pull-sm-9 {
        right: 75%;
    }

    .acms-pull-sm-10 {
        right: 83.33333%;
    }

    .acms-pull-sm-11 {
        right: 91.66667%;
    }
}

@media screen and (min-width: 1024px) {

    .acms-col-lg-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-col-lg-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-col-lg-3 {
        float: left;
        width: 25%;
    }

    .acms-col-lg-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-col-lg-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-col-lg-6 {
        float: left;
        width: 50%;
    }

    .acms-col-lg-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-col-lg-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-col-lg-9 {
        float: left;
        width: 75%;
    }

    .acms-col-lg-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-col-lg-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-col-lg-12 {
        float: none;
        width: 100%;
    }

    [class*="acms-push-lg"] {
        position: relative;
        right: auto;
    }

    .acms-push-lg-auto {
        left: auto;
    }

    .acms-push-lg-1 {
        left: 8.33333%;
    }

    .acms-push-lg-2 {
        left: 16.66667%;
    }

    .acms-push-lg-3 {
        left: 25%;
    }

    .acms-push-lg-4 {
        left: 33.33333%;
    }

    .acms-push-lg-5 {
        left: 41.66667%;
    }

    .acms-push-lg-6 {
        left: 50%;
    }

    .acms-push-lg-7 {
        left: 58.33333%;
    }

    .acms-push-lg-8 {
        left: 66.66667%;
    }

    .acms-push-lg-9 {
        left: 75%;
    }

    .acms-push-lg-10 {
        left: 83.33333%;
    }

    .acms-push-lg-11 {
        left: 91.66667%;
    }

    [class*="acms-pull-lg"] {
        position: relative;
        left: auto;
    }

    .acms-pull-lg-auto {
        right: auto;
    }

    .acms-pull-lg-1 {
        right: 8.33333%;
    }

    .acms-pull-lg-2 {
        right: 16.66667%;
    }

    .acms-pull-lg-3 {
        right: 25%;
    }

    .acms-pull-lg-4 {
        right: 33.33333%;
    }

    .acms-pull-lg-5 {
        right: 41.66667%;
    }

    .acms-pull-lg-6 {
        right: 50%;
    }

    .acms-pull-lg-7 {
        right: 58.33333%;
    }

    .acms-pull-lg-8 {
        right: 66.66667%;
    }

    .acms-pull-lg-9 {
        right: 75%;
    }

    .acms-pull-lg-10 {
        right: 83.33333%;
    }

    .acms-pull-lg-11 {
        right: 91.66667%;
    }

    .acms-show-pc {
        display: block !important;
    }

    .acms-hide-pc {
        display: none !important;
    }

    .listBorder {
        border: 0;
        margin: 0;
    }

    .listBorderLink {
        font-size: 20px;
    }

    .listBorderTime {
        font-size: 16px;
    }

    .jumbotronCustomize {
        padding: 200px 0;
    }

    .sectionSpace {
        padding: 80px 0 50px;
    }

    .sectionSpaceLg {
        padding: 100px 0 70px;
    }
}

@media screen and (min-width: 1440px) {

    .acms-col-xl-1 {
        float: left;
        width: 8.33333%;
    }

    .acms-col-xl-2 {
        float: left;
        width: 16.66667%;
    }

    .acms-col-xl-3 {
        float: left;
        width: 25%;
    }

    .acms-col-xl-4 {
        float: left;
        width: 33.33333%;
    }

    .acms-col-xl-5 {
        float: left;
        width: 41.66667%;
    }

    .acms-col-xl-6 {
        float: left;
        width: 50%;
    }

    .acms-col-xl-7 {
        float: left;
        width: 58.33333%;
    }

    .acms-col-xl-8 {
        float: left;
        width: 66.66667%;
    }

    .acms-col-xl-9 {
        float: left;
        width: 75%;
    }

    .acms-col-xl-10 {
        float: left;
        width: 83.33333%;
    }

    .acms-col-xl-11 {
        float: left;
        width: 91.66667%;
    }

    .acms-col-xl-12 {
        float: none;
        width: 100%;
    }

    [class*="acms-push-xl"] {
        position: relative;
        right: auto;
    }

    .acms-push-xl-auto {
        left: auto;
    }

    .acms-push-xl-1 {
        left: 8.33333%;
    }

    .acms-push-xl-2 {
        left: 16.66667%;
    }

    .acms-push-xl-3 {
        left: 25%;
    }

    .acms-push-xl-4 {
        left: 33.33333%;
    }

    .acms-push-xl-5 {
        left: 41.66667%;
    }

    .acms-push-xl-6 {
        left: 50%;
    }

    .acms-push-xl-7 {
        left: 58.33333%;
    }

    .acms-push-xl-8 {
        left: 66.66667%;
    }

    .acms-push-xl-9 {
        left: 75%;
    }

    .acms-push-xl-10 {
        left: 83.33333%;
    }

    .acms-push-xl-11 {
        left: 91.66667%;
    }

    [class*="acms-pull-xl"] {
        position: relative;
        left: auto;
    }

    .acms-pull-xl-auto {
        right: auto;
    }

    .acms-pull-xl-1 {
        right: 8.33333%;
    }

    .acms-pull-xl-2 {
        right: 16.66667%;
    }

    .acms-pull-xl-3 {
        right: 25%;
    }

    .acms-pull-xl-4 {
        right: 33.33333%;
    }

    .acms-pull-xl-5 {
        right: 41.66667%;
    }

    .acms-pull-xl-6 {
        right: 50%;
    }

    .acms-pull-xl-7 {
        right: 58.33333%;
    }

    .acms-pull-xl-8 {
        right: 66.66667%;
    }

    .acms-pull-xl-9 {
        right: 75%;
    }

    .acms-pull-xl-10 {
        right: 83.33333%;
    }

    .acms-pull-xl-11 {
        right: 91.66667%;
    }

    .acms-block-xl {
        display: block !important;
    }

    .acms-inline-xl {
        display: inline !important;
    }

    .acms-inline-block-xl {
        display: inline-block !important;
    }

    .acms-table-cell-xl {
        display: table-cell !important;
    }

    .acms-hide-xl {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {

    .acms-btn-flat {
        font-size: 13px;
    }

    .acms-btn, .acms-btn-admin, .formEntryActionUnit .btn, .acms-pager li span > a, .acms-pager li.cur span, .acms-pager li > a {
        font-size: 14px;
    }
}

@media all and (-ms-high-contrast: none) {
    .acms-form select {
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {

    .acms-table-admin-edit thead th, .acms-table-admin-edit thead td, .acms-table-admin-edit tbody th, .acms-table-admin-edit tbody td {
        display: block;
        width: 100% !important;
        padding: 0;
    }

    .acms-table-admin-edit tbody th {
        text-align: left;
        padding: 10px 10px 5px;
    }

    .acms-table-admin-edit tbody td {
        padding: 0 10px 15px;
    }

    .acms-table-admin-edit tr:last-child td, .acms-table-admin-edit tr:last-child th {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 767px) {

    .acms-table-responsive {
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }

    .acms-table-responsive th, .acms-table-responsive td {
        white-space: nowrap;
    }

    .acms-table-entry th, .acms-table-entry td {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .acms-table-entry th {
        padding-bottom: 0;
        text-align: left;
    }

    .acms-table-entry td {
        padding-top: 3px;
    }

    .acms-table-entry .detail-fade-body th, .acms-table-entry .detail-fade-body td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .acms-tooltip {
        left: 0 !important;
        max-width: 150px;
    }

    .acms-float-none-sp {
        float: none;
    }

    .acms-width-sp {
        width: 100% !important;
    }

    .acms-width-auto-sp {
        width: auto !important;
    }

    .acms-margin-sp {
        margin-bottom: 10px !important;
        margin-left: 10px !important;
    }

    .acms-margin-top-bottom-sp {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .acms-margin-bottom-sp {
        margin-bottom: 10px !important;
    }

    .acms-border-top-sp {
        border-top: 1px solid #CCC !important;
    }

    .acms-border-bottom-sp {
        border-bottom: 1px solid #CCC !important;
    }

    .acms-table-admin-edit .acms-border-bottom-sp {
        border-bottom: 1px solid #BBB !important;
    }

    .acms-title-sp {
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }

    .acms-form textarea, .acms-form input[type="text"] {
        width: 100%;
    }

    .acms-show-sp {
        display: block !important;
    }

    .acms-show-inline-sp {
        display: inline !important;
    }

    .acms-hide-sp {
        display: none !important;
    }

    .monthTd {
        display: block;
    }
}

@media screen and (max-width: 479px) {

    .acms-entry [class*="column-image-"], .acms-entry [class*="column-media-"], .acms-entry [class*="column-eximage-"] {
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        width: auto !important;
    }

    .acms-entry [class*="column-image-"] img, .acms-entry [class*="column-media-"] img, .acms-entry [class*="column-eximage-"] img {
        box-sizing: border-box;
        padding: 0;
    }

    [class*="column-map-"], [class*="column-yolp-"] {
        width: auto !important;
        max-width: 100%;
    }

    [class*="column-map-"] > div, [class*="column-yolp-"] > div {
        max-width: 100%;
    }

    [class*="column-yolp-"] > div {
        width: 100% !important;
    }

    [class*="column-eximage-"] {
        width: auto !important;
    }

    [class*="column-youtube-"], [class*="column-video-"] {
        display: block;
        width: 100% !important;
        max-width: 100%;
    }

    .acms-block-xs {
        display: block !important;
    }

    .acms-inline-xs {
        display: inline !important;
    }

    .acms-inline-block-xs {
        display: inline-block !important;
    }

    .acms-table-cell-xs {
        display: table-cell !important;
    }

    .acms-hide-xs {
        display: none !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .acms-block-sm {
        display: block !important;
    }

    .acms-inline-sm {
        display: inline !important;
    }

    .acms-inline-block-sm {
        display: inline-block !important;
    }

    .acms-table-cell-sm {
        display: table-cell !important;
    }

    .acms-hide-sm {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .acms-block-md {
        display: block !important;
    }

    .acms-inline-md {
        display: inline !important;
    }

    .acms-inline-block-md {
        display: inline-block !important;
    }

    .acms-table-cell-md {
        display: table-cell !important;
    }

    .acms-hide-md {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {

    .acms-block-lg {
        display: block !important;
    }

    .acms-inline-lg {
        display: inline !important;
    }

    .acms-inline-block-lg {
        display: inline-block !important;
    }

    .acms-table-cell-lg {
        display: table-cell !important;
    }

    .acms-hide-lg {
        display: none !important;
    }
}

@media print {
    .acms-print-block {
        display: block !important;
    }

    .acms-print-inline {
        display: inline !important;
    }

    .acms-print-inline-block {
        display: inline-block !important;
    }

    .acms-print-hide {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .modal-lg {
        width: 900px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .visible-lg, .visible-lg-block {
        display: block !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

@media all and (transform-3d), -webkit-transform-3d {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm, .visible-sm-block {
        display: block !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }

    .visible-md, .visible-md-block {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {

    .navbar-collapse.pull-right {
        float: none !important;
    }
}

@media screen and (max-width: 980px) {

    #title_desc {
        display: none !important;
    }
}

@media screen and (min-width: 981px) {

    #title_desc {
        float: left;
        margin-top: 10px;
        padding: 0;
    }
}

@media screen and (max-width: 520px) {

    #gotop p {
        display: none;
    }

    #gotop img {
        float: right;
        margin-left: 65%;
        margin-right: 20px;
    }
}