.cursor-pointer {
    cursor: pointer;
}

.btn5{
    margin-left: 13%;
}

.m-s-11 {
    margin-left: 11%;
}

/* partner_list.html */
.partner-datatables td:nth-of-type(1), .partner-datatables td:nth-of-type(7), .partner-datatables td:nth-of-type(8), .partner-datatables td:nth-of-type(9), .partner-datatables td:nth-of-type(10){
    text-align: right;
}

.text1{
    margin-left: 17%;
}

.partner{
    margin-left: 20%;
}

.validateRadioMsg{
    margin-left: -15%;
}

form input:disabled {
    color: #98a6ad;
    background-color: #f7f7f7; 
}

/* dashboard.html */
.adviser-list table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
    display: none;
}

.adviser-list table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
    padding-left: 0.85rem;
}

.dashboard-news-list .news-list h5{
    color: #6c757d;
}

.adviser-datatables td:nth-of-type(1), .adviser-datatables td:nth-of-type(6), .adviser-datatables td:nth-of-type(7), .adviser-datatables td:nth-of-type(8), .adviser-datatables td:nth-of-type(9){
    text-align: right;
}

.logo-box .logo-lg img{
    width:80%;
    height: auto;
}

.account-pages .login-logo {
    width:80%;
    height: auto;
}

.Spacer {
    --w: 0;
    --h: 0;
    width: var(--w);
    height: var(--h);
}

.partner_add-table {
    height: 60vh;
}

.table-responsive {
    font-size:12px;
}

.adviser-datatables,
.partner-datatables,
.introduction-progress-datatables, 
.introduction_company_list {
    font-size:11px;
}

.introduction-progress-datatables td:nth-of-type(1), 
.introduction-progress-datatables td:nth-of-type(6), 
.introduction-progress-datatables td:nth-of-type(7), 
.introduction-progress-datatables td:nth-of-type(8) {
    text-align: right;
}

.introduction_company_list td:nth-of-type(1), .introduction_company_list td:nth-of-type(5) {
    text-align: right;
}

.introduction-company-progress-datatables td:nth-of-type(5) {
    text-align: right;
}

.info-list-datatables td:nth-of-type(3) {
    text-align: right;
}

.edit-page {
    color: #ffffff;
}

.edit-page:visited,
.edit-page:hover,
.edit-page:active {
    color: inherit;
}

.button2 {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.fixed {
    margin-left: -1.5%;
}

.delete-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.introduction {
    text-align: right;
    padding-right: 19%;
    margin-bottom: -0.1%;
}

.edit {
    color: #ffffff;
}

.adviser1{
    width: 30%;
}

.partner1{
    width : 30%;
}

.disable-btn-design {
    font: inherit;
    outline: inherit;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

div.select-hierarchy {
    display: flex;
}

div.select-hierarchy select{
    width: 45%;
}

.is-draft {
    background-color: #C8C8C8;
}

.is-directly-partner {
    background-color: #D0FFCC;
}

.is-special-partner {
    background-color: #CCFDFF;
}

.is-dced-project {
    background-color: #D0FFCC;
}

.label-top-partner {
    padding-left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.w-35 {
    width: 35% !important;
}

.system-introduction-month {
    position: absolute;
    top: -28px;
}

.ql-editor a {
    text-decoration: underline;
}

.ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

.scrollbar-error {
    width: 100%; 
    max-height: 190px; 
    overflow: auto
}

.partner-datatables .dtr-control {
    cursor: unset;
}

.partner-datatables .dtr-control::before {
    content: "" !important;
    display: none !important;
}

#inputEditPassMsg::placeholder {
    color: #6c757d;
}

.introduction-company-progress-datatables tr.highlight {
    position: relative;
    opacity: 1;
    box-shadow: 0px 0px 8px #888888;
    border: 2px dashed #c7c7c7;
    border-radius: 3px;
    background-color: #e7e7e7;
    transition: background-color 0.2s ease;
    transform: translateZ(0);
}

.introduction-company-progress-datatables tr.highlight td {
    background-color: #f0f0f0;
    color: #ccc;
    border-color: #dee2e5;
}
.introduction-company-progress-datatables tr > div.drop-text {
    display: none;
    pointer-events: unset;
}
.introduction-company-progress-datatables tr.highlight > div.drop-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 24px;
    color: #888;
    text-align: center;

}

.drive-url {
    inline-size: 200px;
    overflow-wrap: break-word;
}

/*========= ハンバーガーメニューのCSS設定 ===============*/

#right-menu {
    position    : fixed;
    z-index     : 999;
    top         : 0;
    right       : -120%;
    width       : 40%;
    height      : 100vh;
    background  : var(--ct-bg-leftbar);
    transition  : all 0.6s;
}

#right-menu.panelactive {
    right       : 0;
}

#right-menu.panelactive #right-menu-list {
    position                    : fixed;
    z-index                     : 999; 
    width                       : 40%;
    height                      : 100vh;
    overflow                    : auto;
    -webkit-overflow-scrolling  : touch;
}

#right-side-menu {
    z-index         : 999;
    margin-top      : 80px;
}

#right-menu li {
    list-style  : none;
    width       : 100%;
}

#right-menu li.menu-list {
    margin-top  : 20px;
}

#right-menu li a {
    text-decoration     : none;
    padding             : 10px;
    margin-top          : 10px;
    display             : block;
    text-transform      : uppercase;
    letter-spacing      : 0.1em;
}

.dced-pattern-no {
    border              : none;
}