body {
//	overflow-x: hidden;
//	overflow-y: visible;
	padding-top: 8px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.display-1 {
  font-size: 2.0rem;
  line-height: 1.2;
}

.display-2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.3rem;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.display-5 {
  font-size: 0.9rem;
  line-height: 1.2;
}
.display-6 {
  font-size: 0.7rem;
  line-height: 1.2;
}

.width100 {
  width:100%;
}

.red {
	color: #ff0000;
}
.blue {
	color: #0000ff;
}
.white {
	color: #ffffff;
}
.black {
	color: #4a4a4a;
}
.green {
	color: #13bf00;
}
.pink {
	color: #EF454A;
}
.yellow {
	color: #FABF14 !important;
}
.gold {
	color: #FFD700;
	display        : inline-block;
	text-shadow    :
       1px  1px 0px #4a4a4a,
      -1px  1px 0px #4a4a4a,
       1px -1px 0px #4a4a4a,
      -1px -1px 0px #4a4a4a,
       1px  0px 0px #4a4a4a,
       0px  1px 0px #4a4a4a,
      -1px  0px 0px #4a4a4a,
       0px -1px 0px #4a4a4a;        /* 文字の影 */
}
.silver {
	color: #c0c0c0;
	display        : inline-block;
	text-shadow    :
       1px  1px 0px #4a4a4a,
      -1px  1px 0px #4a4a4a,
       1px -1px 0px #4a4a4a,
      -1px -1px 0px #4a4a4a,
       1px  0px 0px #4a4a4a,
       0px  1px 0px #4a4a4a,
      -1px  0px 0px #4a4a4a,
       0px -1px 0px #4a4a4a;        /* 文字の影 */
}




.midashi {
  position: relative;
  text-align: center;
}
.midashi span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.midashi::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.midashi2 {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

.midashi3 {
  padding: 0.5em;
  background: #F5F5F5;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}

.midashi4 {
  padding: 0em 0.8em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.midashi5 {
	font-size: 0.8em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    color: #666666;
    background: #FFF;
    border: solid 1px #DDD;
    border-radius: 2px;
	height: 1em;
}

.midashi6 {

	font-size: 0.8em;
    padding: 0.1em 0.6em 0.1em 0.6em;
    color: #666666;
    background: #FFF;
    border: solid 1px #DDD;
    border-radius: 2px;
}




/*???????
 吹き出しを作る
???????*/
/* 全体のスタイル */
.kaiwa {
	margin-bottom: 0px;
}
/* 左画像 */
.kaiwa-img-left {
	margin: 0;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
	margin: 0;
	float: right;
	width: 60px;
	height: 60px;
	margin-left: -70px;
}
.kaiwa figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
	position: relative;
	top: 14px;
}

.kaiwa-delet-text {
	position: relative;
	margin-left: 10%;
	padding: 10px;
	border-radius: 10px;
	background: #eee;
	margin-right: 10%;
	float: center;
	text-align: center;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
	position: relative;
	margin-left: 80px;
	padding: 10px;
	border-radius: 10px;
	background: #eee;
	margin-right: 12%;
	float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
	position: relative;
	margin-right: 15px;
	padding: 10px;
	border-radius: 10px;
	background-color: #9cd6e7;
	margin-left: 20%;
	float: right;
}
p.kaiwa-text {
	margin: 0 0 20px;
	word-break: break-all;
}
p.kaiwa-text:last-child {
	margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 15px;
	left: -20px;
}
.kaiwa-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #eee;
	top: 15px;
	left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 15px;
	right: -20px;
}
.kaiwa-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #9cd6e7;
	top: 15px;
	right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
	clear: both;
	content: "";
	display: block;
}

.kaiwa-info-text {
	position: relative;
	color: white;
	background: #81d0cb;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}
  
.kaiwa-info-text:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}

 
.foo {
//  height: 100px;
	background: #999999;
	font-size: 0.8rem;
}

.container_30 {
	margin: 0 auto;
	max-width: 112.0rem;
	padding: 0 2.0rem;
	position: relative;
	width: 30%;
}

.card_box {
	display:flex;
	flex-direction: row;
	//justify-content: space-between;
	text-align: left;
}

.dept_text {
	margin-left: 15px;
}

label {
	font-weight: bold;
}


.badge_mini {
	position:relative;
	top:0px;
	right:0px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:10px;height:10px;
	text-align:center;
	line-height:10px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1;
}


.badge {
	position:relative;
}
.badge[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:-6px;
	right:-17px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1;
}
.badge[data-badge="0"]:after {
	display: none;
 }


.badge_menu {
	position:relative;
}
.badge_menu[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:-22px;
	right:-35px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1000;
}
.badge_menu[data-badge="0"]:after {
	display: none;
 }
 
.badge_initial {
	position:relative;
}
.badge_initial[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:-8px;
	right:-73px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1000;
}

.badge_img {
	position:relative;
}
.badge_img[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:-61px;
	right:-74px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1000;
}

.badge_PC_img {
	position:relative;
}
.badge_PC_img[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:-55px;
	right:-72px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1000;
}

.badge_sp2 {
	position:relative;
}
.badge_sp2[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:5px;
	right:-70px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1000;
}





.initial64 {
	position:relative;
}

.initial64[data-initial]:after {
	content:attr(data-initial);
	position:absolute;
	top:-64px;
	right:0px;
	font-size:2em;
	font-weight: bold;
	background: #ccc;
	color:white;
	width:64px;height:64px;
	text-align:center;
	line-height:64px;
	border-radius:3%;
	box-shadow:0 0 1px #eee;
}



.a-panel {
    display:none;
}
.a-tab.a-active {
}
.a-panel.a-show {
    display:block;
}

.bk-gray {
	margin: 5px;
	background: #EEEEEE;
}


.required:after {
	content:"必須";
	position:absolute;
	font-size:.7em;
	background:red;
	color:white;
	width:30px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 3;
}

.required_when_is_public:after {
	content:"公開時必須";
	position:absolute;
	font-size:.7em;
	background:yellow;
	color:black;
	width:70px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:3%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 3;
}

.required_nocheck:after {
	content:"必須";
	position:absolute;
	font-size:.7em;
	background:red;
	color:white;
	width:30px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 3;
}


a:hover{
    color: #ff0000;
    text-decoration: none;
}



.balloon-count {
    position: relative;
    width:0px;
    height:0px;
    vertical-align:top;
}
.balloon-count span,
.balloon-count span:after {
    border-color: #E04646 transparent transparent;
    background-color: #E04646;
}
.balloon-count span{
    top:-15px;
    left:10px;
    border:none;
    position: absolute;
    border-radius: 10px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 15px;
    line-height:20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 45px;
    height: 25px;
    z-index: 1000;
    display:block;
    padding:3px 1px 0 0;
}
.balloon-count span:after {
    background:none;
    border-image: none;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}
.error {
	background-color: #FF6666;
}

#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
    z-index: 9000;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("/img/loading.gif") center center no-repeat;
}
.image img {
	border: 1px solid #eee;
	border-radius: 4%;
}

.peekabar {
	background-color: #ff0000 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}
.peekabarInfo {
	background-color: #999999 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}

.rollover:hover {
	background-color: #EEEEFF;
}

.rollover_img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.rollover_img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



.badge_gray {
	position:relative;
}
.badge_gray[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:0px;
	right:-50px;
	font-size:.8em;
	font-weight: bold;
	background: #fff;
	color:#777;
	width:35px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:10%;
	z-index: 1000;
}



.chat {
    width: 600px;
    background-color: #eee;
    color: #eee;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    right: 50px;
    padding: 10px;
    border-radius:1%;
    border: 1px solid #999;
    z-index: 2000;
}

.chat header {
	background-color: #eee;
	color: #555;
	padding: 10px;
}

.chat section {
	top: 20px;
}

.agentMail {
    width: 600px;
    background-color: #bcb;
    color: #fff;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    left: 50px;
    padding: 10px;
    border-radius:1%;
    border: 1px solid #999;
    z-index: 2000;
}

.agentMail section {
	top: 20px;
}

.agentMail header {
	background-color: #bcb;
	color: #fff;
	padding: 10px;
}


.line1 {
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}

.line1:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


.line2 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
}

.line2:before, .line2:after {
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.line2:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}
.line2:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}


.line3 {
	position: relative;
	padding: 0.25em 0;
}
.line3:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(108, 134, 255), transparent);
	background: linear-gradient(to right, rgb(108, 134, 255), transparent);
}

.bg_gray {
	background-color: Gray;
}
.bg_pink {
	background-color: Violet;
}
.bg_lightpink {
	background-color: #FFD8FF;
}
.bg_right_lightpink {
	background-color: #FFD8FF;
	text-align: right;
}
.bg_right {
	text-align: right;
}

.agentsearch {
	margin-top:10px;
	color: #FFF;
	border-radius: 2px;/*角丸に*/
	display: inline-block;
	height: 25px;/*高さ*/
	width: 64px;/*幅*/
	text-align: center;/*中身を中央寄せ*/
	font-size: 1px;/*文字のサイズ*/
	line-height: 25px;/*高さと合わせる*/
	background: #1da1f3;
	overflow: hidden;/*はみ出た部分を隠す*/
	text-decoration:none;/*下線は消す*/
}
.agentsearch .fa-location-arrow {
	text-shadow: 2px 2px 0px #4287d6;
	font-size: 1px;
	color: #FFF;
}
.agentsearch span {
	display:inline-block;
	transition: .5s;
}
.agentsearch:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
	color: #FFF;
}

.trhover tbody tr:hover {
  background: #EEEEFF;
  cursor: pointer;
}



#slidesearch {
	z-index: 2999;
	position: fixed;
	top: 0;
	left: -400px;
	width: 440px;
	color: #666;
	font-size: 16px;
	padding: 0 40px 0 0;
	background: #FDD;
}
#slidesearch .nav-icon {
	position: absolute;
	right: 0px;
	width: 40px;
//	top: 40%;
	background: #FDD;
}
#slidesearch .nav-icon-side {
	position: absolute;
	right: 10px;
	top: 40%;
}
#slidesearch .slide-inner {
//	position: relative;
	overflow: auto;
	overflow-x: hidden;
	background: #FDD;
}
#slidesearch .slide-inner section {
//	margin-right: 40px;
	padding: 20px;
	background: #FFF;
}







#slidedetail {
	z-index: 2999;
	position: fixed;
	top: 0;
	right: -900px;
	width: 900px;
	color: #666;
	font-size: 16px;
	padding: 0 40px 0 0;
	background: #F5F5F5;
}
#slidedetail .nav-icon {
	position: absolute;
	left: 0px;
	width: 40px;
	background: #F5F5F5;
}
#slidedetail .nav-icon-side {
	position: absolute;
	left: 10px;
	top: 40%;
	background: #F5F5F5
}
#slidedetail .slide-inner {
//	position: relative;
	overflow: auto;
	overflow-x: hidden;
	background: #F5F5F5;
}
#slidedetail .slide-inner section {
//	margin-right: 40px;
	padding: 20px;
	background: #F5F5F5;
}
#notification-list {
    position: fixed;
    width: 500px;
    height: 100%;
    background-color: white;
    right: 0;
    border: 4px solid #3298dc;
    z-index: 100;
    transform: translateX(500px); /* width に合わせる */
    transition: all .3s;
    color: #666;
    overflow-y: auto;
}
#notification-list section {
    font-size: 16px;
}
#notification-list section .sub-text{
    font-size: 11px;
}
#notification-list .notification-header {
    background-color: #3298dc;
    margin-top: 10px;
    padding: 0 10px 0 10px;
}
#notification-list .notification-header .label {
    color: white;
}
#notification-list.open {
    transform: translateX(0);
}
.notification-header {
    position: sticky;
    top: 0;
    z-index: 120;
}
#notifications li.detail {
    border-bottom: 1px solid lightgray;
}
#notifications {
    /*padding: 0 20px 0 20px;*/
    margin-top: 15px;
}
#notifications a {
    color: inherit;
    text-decoration: none;
}
#new-arrivals .notification-time {
    position: absolute;
    top: 5%;
    right: 5px;
    display: flex;
    align-items: center;
}
.menu-background {
    position: fixed;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 6;
    opacity: 0;
    transition: opacity 0.3s;
}
.menu-background.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.edit:hover {
	background: #FFFFEE;
	cursor: pointer;
}

.background_edit {
	background: #FFFFF2;
}


.midashi7 {
	color: #364e96;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #364e96;/*上線*/
	border-bottom: solid 3px #364e96;/*下線*/
}

.inline_box {
	height: 400px;
	overflow: auto;
}
.outline {
	border: solid 1px #333333;
	padding: 1px;
}

.content-wrap {
  height: 90px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.slide-down {
  height: auto;
  overflow: visible;
}
.slide-up {
  height: 90px;
  padding-bottom: 0;
  overflow: hidden;
}

.vscroll-agent-contact {
	height: 360px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.vscroll-recommend-contact {
	height: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.japan_waku {
	width: 100%;
	height: 500px;
	text-align: center;
}
.japan {
	width:400px;
	position: relative;
	margin:auto;

}
.hokkaido {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 370px;
	background: #FFFFFF;
}
.touhoku {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 100px;
	left: 370px;
	background: #FFFFFF;
}
.kantou {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 205px;
	left: 370px;
	background: #FFFFFF;
}
.koushinetsu {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 10px;
	background: #FFFFFF;
}
.hokuriku {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 50px;
	left: -200px;
	background: #FFFFFF;
}
.toukai {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 330px;
	left: 370px;
	background: #FFFFFF;
}
.kansai {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 135px;
	left: -200px;
	background: #FFFFFF;
}
.chugoku {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 255px;
	left: -200px;
	background: #FFFFFF;
}
.sikoku {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 350px;
	left: 80px;
	background: #FFFFFF;
}
.kyushu {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 360px;
	left: -200px;
	background: #FFFFFF;
}
.okinawa {
	text-align: left;
	width: 170px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 432px;
	left: 10px;
	background: #FFFFFF;
}
.kaigai {
	text-align: left;
	width: 170px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 432px;
	left: 190px;
	background: #FFFFFF;
}
.zenkoku {
	text-align: left;
	width: 200px;
	border: solid 1px rgb(200,200,200);
	padding: 10px;
	position: absolute;
	top: 432px;
	left: 370px;
	background: #FFFFFF;
}
.vscroll-agent-mail-agent {
	height: 550px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.vscroll-agent-mail-mail {
	height: 440px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.vue_loading {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
    z-index: 9000;
    background: url("/img/vue_loading.gif") center center no-repeat;
    background-size:5%;
}

.img {
	border-radius: 5px;
}

.badge_agent_mail {
	position:relative;
}
.badge_agent_mail[data-badge]:after {

	content:attr(data-badge);
	position:absolute;
	top:-0px;
	right:-22px;
	font-size:.8em;
	font-weight: bold;
	background:red;
	color:white;
	width:20px;height:20px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	box-shadow:0 0 1px #333;
	z-index: 1;
}

span.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0;
    padding: 0;
}




.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0;
    padding: 0;
}


.img_blue {
    filter: invert(8%) sepia(99%) saturate(7044%) hue-rotate(247deg) brightness(100%) contrast(145%);
}

.sweet-alert h2 {
	font-size: 1.4em;
}


span.loading {
	width: 100vw;
	height: 100vh;
	transition: all 0.3s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

.footer {
	background: #FFF;
	font-size: 0.8rem;
}

.profile {
	position: absolute;
	top: 60px;
	opacity: 0;
	transition: all .3s;
	z-index: 9999;
}

.sub_menu:hover {
	cursor: pointer;
}

.interview_box {
	border: 0px;
	overflow-x: scroll;
}

.interview_box_right {
	border: 0px;
	overflow-x: scroll;
}

.selected {
	background-color: #eee;
}

.pointer:hover {
	cursor: pointer;
}