@CHARSET "UTF-8";
.tC {
    text-align: center;
}

/* ログイン画面 */
.login-box, .register-box {
    width:  380px;
}

.login-logo b {
    font-size: 25px;
}

.login-logo span {
    font-size: 20px;
}

/* フォーム全般 */
.checkbox label, .radio label {
    padding-left:  0;
    padding-right: 20px;
}
.checkbox label span, .radio label span {
    position: relative;
    top: 2px;
}

.error-message {
    font-weight:  bold;
    color:  #ff0000;
    margin-top: -10px;
    margin-bottom: 15px;
    padding-left: 5px;
}
.error-message.ajax {
    font-weight:  bold;
    color:  #ff0000;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
}

input[type=file] {
    height: 41px;
}

/* 固定メッセージ管理 */
label.checkbox-label {
    display: block;
}

/* 新着情報管理 */
a.already-file-check {
    display: inline-block;
    margin-top: 10px;
}

/* バナー管理 */
img.banner-image {
    width: 200px;
}
img.thumb {
    width: 50%;
    display:  block;
}

#sortable tr:hover {
    cursor: move;
}

div.photo-thumb {
    width: 200px;
}
div.photo-thumb img {
    width: 100%;
}

a.manage-sns-link {
    position: absolute;
    right: 10px;
    top: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.pace-running #dt-wrap {
    display:none;
}

.shop-list .box {
    border-top-color: #06a559;
}
.shop-list .box-header {
    background: #3c8dbc;
    color: #fff;
}
.shop-list .btn-edit,
.shop-list .btn-delete,
.shop-list .btn-export {
    position: absolute;
    top: 2px;
}
.shop-list .btn-export {
    right: 125px;
}
.shop-list .btn-edit {
    right: 65px;
}
.shop-list .btn-delete {
    right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

p.add-items-title {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    background: #65b2ff;
    padding: 6px 0;
    color: #fff;
}

#add-new-item-wrap {
    /*display: none;*/
}

.submit-copy {
    position: fixed;
    top: 60px;
    left: 50%;
    opacity: 0;
}

table.dataTable td {
    vertical-align: middle!important;
}

.form-group .form-inline input {
    width: 3em;
    text-align: right;
}
.form-group .form-inline i {
    font-size: 24px;
    position: relative;
    top: 5px;
    padding-right: 5px;
    color: #00d26d;
    display: none;
}
.form-group .form-inline span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    top: 3px;
}

.form-group table {
    width: 100%;
    box-sizing: border-box;
}
.form-group table th {
    width: 10em;
}
.form-group table td {
    padding: 0 10px;
}

table#dataTable th span {
    font-size: 70%;
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
}

i.type-icon {
    display: inline-block;
    font-size: 150%;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.content-header a.btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

p.folder-name {
    font-size: 16px;
    font-weight: bold;
    color: orange;
}

.sweet-alert a {
    word-break: break-all;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.form-group p {
    font-size: 16px;
}
.form-group p span {
    display: inline-block;
    margin-left: 5px;
}

.content-header > h1 i {
    margin-left: 5px;
}

.sidebar-menu li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-header > h1 {
    position: relative;
    z-index: 10;
}
.content-header > h1 a.last {
    border-bottom: 1px solid;
    color: #000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #06a559;
    border-color: #06a559;
}

.sort-link {
    text-decoration: underline;
}

a.only-folders.active,
a.only-files.active {
    color: #f39c12;
    text-decoration: underline;
}

p.permission-description {
    font-size: 12px;
    padding-left: 6px;
    margin-top: 2px;
    color: #555;
}

span.permission-list {
    font-size: xx-small;
    display: block;
}

.limit-day-error .error-message {
    margin-top: 2px;
}

p.access-setting-title {
    margin-bottom: 20px;
}

.access-setting-wrap > div > div {
    margin-bottom: 5px;
}
.access-setting-wrap > div > div > div {
    margin-right: 5px;
}
.access-setting-wrap > div > div > label {
    position: relative;
    top: 1px;
    margin-right: 20px;
}

.no-need-password {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.no-need-password > div {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

button.extension-limit-date {
    font-size: x-small;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    display: none;
}
.loading-wrap img {
    width: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

.modal-header {
    position: relative;
}
.search-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
}
.search-wrap input {
    display: inline-block;
    width: 9em;
    padding: 0 5px;
    height: 26px;
}
.search-wrap button {
    position: relative;
    top: -2px;
}

table.account-table input {
    width: 8em!important;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 28px;
}

table.account-table button {
    position: relative;
    top: 1.2px;
    margin-left: 5px;
}
