@charset "UTF-8";

/**
 * @author TEW Y.Kawada
 * @version 1.0.0 - Step1対応。
 * @since 2018.08.13 - TEW Y.Kawada - 新規作成。
 */

.header-login {
    width: 330px;
}

.username, .password {
    height: 24px;
    font-size: 20px;
    padding: 5px;
    width: 96%;
    border: 1px solid #cccccc;
    background: #e5e5e5;
    -moz-border-radius: 5px;
}

.username:focus, .password:focus {
    -moz-box-shadow: 0 2px 2px #d8d8d8;
    -webkit-box-shadow: 0 2px 2px #d8d8d8;
}

.errorSummary {
    position: relative;
    top: 30px;
    display: block;
    padding: 15px 15px 15px 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    background: #ffd1d1 url("../../images/error.png") no-repeat 7px center;
    border: 3px solid #f8acac;
    color: #a20000;
}

.error input {
    background: none;
    background-color: #ffd1d1;
    border: 3px solid #f8acac;
    color: #a20000;
}

.error_small {
    display: inline;
}

.underline span {
    text-decoration: none;
    font-weight: bold;
}

.underline {
    text-decoration: none;
}

.underline a {
    text-decoration: underline;
}

/*-----------------------------------------------------------
Styles of IMSGridView (Override theme of Jquery UI)
------------------------------------------------------------*/
.paging_full_numbers .ui-state-disabled a {
    cursor: default;
}

.paging_full_numbers .ui-state-disabled {
    background-color: #dfdfdf;
    background-image: none;
}

.paging_full_numbers .ui-state-disabled:hover {
    background-color: #dfdfdf;
    background-image: none;
}

.paging_full_numbers .ui-state-disabled a:hover {
    background-color: #dfdfdf;
    background-image: none;
}

.paging_full_numbers .fg-button {
    padding: 4px 0;
}

.paging_full_numbers .fg-button a {
    padding: 4px 8px;
}

.dataTables_info {
    width: 30%;
}

/*-----------------------------------------------------------
Home > Group > add user box
------------------------------------------------------------*/
.groupWrapper {
    display: block;
    width: 100%;
}

.groupWrapper h3 {
    margin-bottom: 10px;
}

.groupWrapper .icon {
    cursor: pointer;
}

.groupLeftCol, .groupRightCol {
    float: left;
    width: 49%;
}

.groupRightCol {
    margin-left: 1.5%;
}

.groupLeftCol .box-table-ex, .groupRightCol .box-table-ex {
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
}

.groupLeftCol .box-table-ex th, .groupRightCol .box-table-ex th {
    text-align: center;
}

.groupDropdownWrapper {
    padding: 25px 0;
}

.groupDropdownWrapper .select {
    float: left;
    width: 30% !important;
    height: 200px;
    overflow: auto;
    border: 1px solid #cccccc;
}

.groupDropdownWrapper .select p {
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0 5px;
    line-height: 1.4em;
    cursor: default;
}

.groupDropdownWrapper .select p.active {
    display: block;
    width: 250px;
    color: #fff;
    background-color: #316ac5;
}

.groupInputWrapper {
    margin-bottom: 25px;
}

.groupInputWrapper td {
    border: none !important;
}

#userRealList tr.hidden, #userList tr.hidden {
    display: none;
}

.groupRightCol .box-table-ex .preloader {
    position: absolute;
    left: 49%;
    top: 49%;
}

.mediumbutton {
    width: 20%;
}

.header_mr {
    margin-right: 4.5%;
}

.header_sp {
    margin-right: 1.5%;
}