.span-link-text:hover {
    color: #54a0ff;
    text-decoration: underline;
}

.span-link-text {
    color: #2e86de;
    cursor: pointer;
}

/*==================================
	loading
==================================*/
.div-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}

.div-loading-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    opacity: 0.7;
    background-color: white;
    transition: all 0.5s;
}

.div-loading-icon {
    position: absolute;
    font-size: 0.8rem;
}

.loading-parent {
    position: relative;
}

/*==================================
	info
==================================*/
.div-button-exec-loader {
    position: absolute;
    top: calc( 50% - 50px );
    left: calc( 50% - 50px );
    transform-origin: center center;
    transform: scale(0.3);
}

.info .badge-info-new {
    display:none;
}

.info.newinfo .badge-info-new {
    display:inline-block;
}

.modal-form .modal-dialog.modal-dialog-infolist {
    width: 800px;
    max-width: 800px;
}

/*==================================
	loader
==================================*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #dee4ea;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*----------------------------------------------------------

    Add to style.css

----------------------------------------------------------*/

/*==================================
	header+
==================================*/
header .div-class-name span {
    font-size: 1.3125rem;
    color: #8395a7 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.navbar {
    min-width: 1340px;
}

.navbar-menu-item {
    cursor: pointer;
}

.navbar-menu-item-myword {
    cursor: pointer;
}

.navbar-brand {
    max-width: 260px;
}

.list-group-item {
    cursor: pointer;
}

.div-class-name {
    max-width: 60%;
}

.cutomer-name,
.span-class-name,
.span-user-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    white-space: nowrap;
}

.cutomer-name {
    max-width: 100%;
    vertical-align: middle;
}

.span-class-name {
    max-width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.span-user-name {
    max-width: 200px;
}

/*==================================
    modal+
==================================*/
pre.div-mx-info-body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    word-break: normal;
    word-wrap: break-word;
    font-size: initial;
    color: #576574;
    white-space: pre-wrap;
}

.div-mx-info-title span {
    font-weight: 700;
}

.div-mx-info-title p {
    margin: 0
}

.modal-info-view-classname {
    color: #576574;
    font-size: 0.75rem;
}

/*==================================
    class lesson+
==================================*/
.div-script-text-added{
    word-break: break-word;
    line-height: initial;
    white-space: pre-line;
}

.div-script-item-added{
    word-break: break-word;
    line-height: initial;
    white-space: pre-line;
}

#player_partial_dictation_script_content{
    box-shadow: none;
    border: 1px solid #c8d6e5;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 10px 30px 30px 30px;
    white-space: initial;
    min-height:300px;

}
#player_partial_dictation_script_content input{
    display: inline-block;
}
/*==================================
    class icons+
==================================*/
.a-icon {
    cursor: pointer;
}

/*==================================
    material list+
==================================*/
.drag-obj,
.mx-btn {
    cursor: pointer;
}


.div-url-histories .mx-btn.mx-btn-md{
	margin: 0 10px 10px 0;
	min-width: 0;
	max-width: 100%;
	padding: 0 20px;
	font-weight: 700;
	color: #fff;
	background-color: #c8d6e5;
	font-size: 1.125rem;
	height: 70px;
	line-height: 70px;
}
.div-url-histories .mx-btn.mx-btn-md:hover{
	background-color: #2e86de;
	opacity: 1 !important;
}
.div-inline-forms .mx-btn.mx-btn-md.button-send-url img{
	position: relative;
	top: -2px;
}

/* sidebar */

.nav-header-search-members img {
    cursor: pointer;
}

/*==================================
    local login
==================================*/

.div-errors {
    display: block;
}
