@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #F0F0F0;
  font-weight: normal;
  font-size:16px;
}

a {color:#2F97BC; }

a:hover, a:focus{
  text-decoration: none;
}

h2, h3{
	font-weight: normal;
}

.ttl-txt{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
	
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	
}

#sheet {
  /*overflow: hidden;*/
  overflow-x: hidden;
  /*white-space:nowrap;*/
  width: 100%;
  border-radius: 4px;
}

#sheet .ht_master .wtHolder{
  overflow-x: auto;
  overflow-y: hidden;
  height: inherit!important;
}

#sheet .ht_master .wtHolder::-webkit-scrollbar{
  height: 20px;
  padding:5px;
}
#sheet .ht_master .wtHolder::-webkit-scrollbar-track{
  background: #fff;
  height: 10px;
  border: none;
  border-radius: 0 0 5px 5px;
  box-shadow: inset 0 0 2px #fff; 
}
#sheet .ht_master .wtHolder::-webkit-scrollbar-thumb{
  border:5.5px solid #fff;
  background: #C1C1C1;
  border-radius: 10px;
  box-shadow: none;
}

/* Every odd row */
.htCore tr:nth-of-type(odd) > td {
  background-color: #fff;
  color: #333333;
}

/* Every even row */
.htCore tr:nth-of-type(even) > td {
  background-color: rgba(219, 236, 240, 0.5);
  color: #333;
}

.handsontable .change-value {
  background-color: #9eedbf !important;
}

.handsontable td.current {
  background-color: #108CA6!important;
  color: #fff!important;
}

.handsontable td.current .btn-op{  
  border: 2px solid #fff;
}

.handsontable td {
  color: #ffffff;
}

.handsontable th {
  background: #d9e0e3;
  color: #333333;    
}

/* navbar */

.navbar {
  background: #F7F7F7;
  font-size: 16px;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.05);
}

.frames.navbar{
  height: 60px;
}

.navbar-brand {
  font-size: 25px;
  color: #45d0ee !important;
}

.navbar-default .navbar-nav > li > a,
.navbar-brand {
  color: #373a3c;  
  font-weight:normal;
  padding-left: 0;
}

.header-icon{
  padding: 0 18px 0 29px;
}

.header-icon i{
  width: 20px;
}
.notification-link {
  position: relative;
}
.aleart-number{
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  padding:2px 5px;
  color: #fff;
  background-color:#D9534F;
  top: -9px;
  right: -9px;
  z-index: 10;
  border-radius: 12px;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); 
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header-download-icon i{
  font-size: 21px;
}

/*     popover：ここから     */

.navbar-default .navbar-nav .popover{
	/*width: 160px;*/
	width: 220px;
}

.navbar-default .navbar-nav .ul-popover{
	list-style:none;
	padding-left: 0;
	font-size: 16px;
}

.navbar-default .navbar-nav .ul-popover li{
	/*margin-top: 10px;
	padding-bottom: 10px;*/
	border-bottom: solid 1px #e3e3e3;
}

.navbar-default .navbar-nav .ul-popover a:nth-child(n + 2){
	padding-top: 0;
}

.navbar-default .navbar-nav .ul-popover li:last-child{
	border: none;
}

.navbar-default .navbar-nav .ul-popover a{
	display: block;
	padding: 10px;
	color: #333;
	
}

.navbar-default .navbar-nav .ul-popover a:hover{
	opacity: .7;
}

/*     popover：ここまで     */

.navbar-default .navbar-nav > li:hover{
  color:#373A3C;
  cursor: pointer;
}

.navbar-default .navbar-nav > li:hover > i{
  color:#535657;
  opacity: 0.7;  
  cursor: pointer;
}

.navbar-brand img {
  width: 160px;
}

/* navbar[.side-bar-short] */

.side-bar-short i{
	font-size: 30px;
}

.side-bar-short .nav-closebtn i{
	font-size: 45px;
}

.frames .side-bar.side-bar-short .menus ul li:first-of-type a, 
.frames .side-bar.side-bar-short .btn-menus ul li:first-of-type a {
	padding-left: 15px;
}

.frames .side-bar.side-bar-short .menus ul li:nth-of-type(2) a,
.frames .side-bar.side-bar-short .btn-menus ul li:nth-of-type(2) a{
	padding-left: 16px;
}

.frames .side-bar.side-bar-short .menus ul li:nth-of-type(3) a,
.frames .side-bar.side-bar-short .btn-menus ul li:nth-of-type(3) a{
	padding-left: 15px;
}

.frames .side-bar.side-bar-short .menus ul li.initial-menu a.menu,
.frames .side-bar.side-bar-short .btn-menus ul li.initial-menu a.menu{
	padding-left: 14px;
}


.side-bar-short .initial-menu,
.side-bar-short .initial-menu a{
	margin-top: 0!important;
}

.side-bar-short .initial-menu a{
	border-top: none!important;
}

.side-bar-short .initial-menu-before:before{
	content: "";
	margin-left: 0;

}

.side-bar-short img{
	display: none;
}

.text-note{
  font-size: 0.85rem;
}

.side-bar-short .initial-menu .initial-menu-subtitle{
	display: none;
}

/* text-align */
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left !important;
  }
  
  .text-xs-right {
    text-align: right !important;
  }
  
  .text-xs-center {
    text-align: center !important;
  }
  
  .pull-xs-right {
    float: right !important;
	}
	
	.pull-xs-left {
    float: left !important;
	}
  
}

@media (min-width: 768px){
	.navbar-nav > li{
    padding-top: 15px;
    padding-bottom: 15px;
	}
	
	.navbar-nav > li > a{
    padding-top: 0;
    padding-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left !important;
  }
  
  .text-sm-right {
    text-align: right !important;
  }
  
  .text-sm-center {
    text-align: center !important;
  }
  
  .pull-sm-right {
    float: right !important;
	}
	
	.pull-sm-left {
    float: left !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left !important;
  }
  
  .text-md-right {
    text-align: right !important;
  }
  
  .text-md-center {
    text-align: center !important;
  }
  
  .pull-md-right {
    float: right !important;
	}
	
	.pull-md-left {
    float: left !important;
	}
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  
  .text-lg-right {
    text-align: right !important;
  }
  
  .text-lg-center {
    text-align: center !important;
  }
  
  .pull-lg-right {
    float: right !important;
	}
	
	.pull-lg-left {
    float: left !important;
	}
}

.btn{
	background: #108CA6;
	color: #fff;
	white-space: normal;
}

.btn:hover,.btn:focus,.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background: #0D7489;
	color: #fff;
}

.btn i.fa-plus{
  margin-right: .5rem;
}

.btn-demo {
  width: 150px;
  font-size: 17px;
  border: solid #45d0ee 1.6px;
  padding-top : 5px;
  padding-bottom: 5px;
  margin: 10px;
  color: #45d0ee;
  background-color: transparent;
  border-radius: 50px;
}

.btn-meter-create {
  width:200px;
  font-size:24px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 10px 0 10px 10px;
  color:#fff;
  background-color: #49a9d4;
  border-radius: 35px;
}

#QR-lg {
  width: 50px;
}

#QR-md {
  width: 30px;
}
  
#QR-sm {
  width: 20px;
}

.print-off {
  display: none;
}

/* icon */

.notice-area {
  background: #fffde1;
  font-size: 25px;
  color: #ca0000;
  margin:50px 50px 20px;
}

.alert{
  padding: 7px;
}

.alert-area {
  font-size: 20px;  
  margin-bottom: 0;
}

button .btn-op{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.btn-op {
  width: 50px;
  height: 30px;
  font-size: 12px;  
  border: 2px solid #108CA6;
  color: #108CA6;  
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0px;  
  background-color:#fff;
  border-radius: 4px;
}

.footer {
	width: 100%;
	color: #373A3C;
	font-size: 13px;
	Font-weight: lighter;
	display: flex;
	align-items: center;
	justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

/*
th
#bfbfbf

*/


/* ブロック要素にアイコンバッジを表示 */
span[data-badge-top-right] {
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 6px;
  color: #fff;
  margin-left: -3px;
}

/* アイコン部 */
span[data-badge-top-right]:before {
  position: absolute;
  font-weight: bold;
  background-color: #45d0ee;
  color: #090909;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  width: 19px;
  height: 19px;
}

span[data-badge-top-right]:before {
  top: 0px;
  margin-top: -40px;
  margin-left: 14px;
}

button#btn-notice {
  position: relative;
  z-index: 1;  
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 18px;
  margin: 15px 20px 0 0;
}

#notice-bell-icon {
  height: 35px;
  padding-right: 40px;
  margin-top: 10px;
  background-size: 18px;
  width: 18px;
}

#notice-bell-area {
  background-color: transparent;
  background-size: 25px 35px;
}

.notice-wrapper {
  padding-left: 100px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  outline: none;
  -webkit-transition: .1s;
  transition: opacity .1s;
}

.slider:hover {
  opacity: 1;
}

#active-bar{
  -webkit-appearance: none;
  background: #93BBC4;
  max-width: 80%;  
  height: 10px;  
  position: absolute;
  margin: -40px 0 0;
  left: 21px;
  border-radius: 10px 0 0 10px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 25px;
  background: linear-gradient(#1CB1D0 ,#217B8E);
  border-radius: 4px;
  cursor: pointer;  
}

.slider::-moz-range-thumb {
  width: 14px;
  height: 25px;
  background: linear-gradient(#1CB1D0 ,#217B8E);
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width:767px){
  .slider::-webkit-slider-thumb,.slider::-moz-range-thumb {
    width: 25px;
    height: 44px;
  }
}

.btn-back {
  background: #fafafa;
}

.btn-new {
  background: #21aa7e;
}

.btn-low{
	background: #fff;
	border: 2px solid #108ca6;
	color: #108ca6;
}

.btn-low:hover, .btn-low:focus{
	background: #dbecf0;
	color: #108ca6;
}

.btn-low:focus, .btn-low:active{
	color: #108ca6;
}

.cnt-container {
  padding-top: 60px;
}

.cnt-panel {
  margin: auto;
  text-align:center;
  padding: 5%;
  height: 210px;
  background: white;
  border: medium solid #dbdddf;
  border-radius: 12px;
}

.panel-meter {
  height: 140px;
  z-index: 5;
  background: url("/img/icon/icon_meters.png") no-repeat;
}

.panel-sheet {
  height: 140px;
  
  background: url("/img/icon/icon_meters.png") no-repeat;
}

/* マウスオーバー時のカラー */
.cnt-panel:hover {
  background-color: #e0e0e0;
  background-position: 0 -140px;
} 

/* リンク領域のスタイル */
.cnt-panel-a {
  display: block;
}

/* マウスホバー時のカラー*/
.cnt-panel:hover {
  color: #fff;
}

.disc-app {
  color: #0086b5;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  background: #ddf0f7;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #aaa;
  text-align: center;
}

/*Radio Check*/
label{
	font-weight: normal;
}

label.radio, label.radio_text, label.checkbox, label.checkbox_text {
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
}

label.radio {
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666666;
	border-radius : 100%;
}

label.radio_text {
	min-height   : calc(15px + 5px);
	margin-right : calc(15px + 5px);
	padding-left : calc(15px + 5px);
	line-height  : calc(15px + 5px);
}

label.checkbox {
	width      : 17px;
	height     : 17px;
	border     : 1px solid #B3B3B3;
	background : #fff;
}

label.checkbox_text {
	padding-left : calc(17px + 5px);
	line-height: 1;
}

/** before after **/
label.radio:before, label.radio_text:before, label.checkbox_text:before,
label.checkbox:after, label.radio_text:after, label.checkbox_text:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}

label.radio:before, label.radio_text:before{
	border-radius    : 100%;
}

label.radio:before, label.checkbox:after{
	top              : 0px;
	bottom           : 0px;
	left             : 0px;
	right            : 0px;
	margin           : auto;
}

label.checkbox:after, label.checkbox_text:after{
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	border-right      : 3px solid #2F97BC;
	border-bottom     : 3px solid #2F97BC;
	top               : calc(50% - (((17px / 12 ) * 5) / 2));
	display           : block;
	margin-top        : calc(((17px / 12 ) * 5) * -1);
	width             : calc(((17px / 12 ) * 5));
	height            : 17px;
	z-index           : 1;
}
.checkbox_disable label.checkbox:after, .checkbox_disable label.checkbox_text:after{
	border-right      : 3px solid #777777;
	border-bottom     : 3px solid #777777;
	top               : calc(50% - (((17px / 12 ) * 5) / 2));
	display           : block;
	margin-top        : calc(((17px / 12 ) * 5) * -1);
	width             : calc(((17px / 12 ) * 5));
	height            : 17px;
	z-index           : 3;
}

label.radio_text:before, label.radio_text:after{
	top              : 0px;
	bottom           : 0px;
	margin-top       : auto;
	margin-bottom    : auto;
}

label.radio:before {
	display          : block;
	width            : 10px;
	height           : 10px;
	z-index          : 1;
	background-color : #35fd6c; 
}

label.radio_text:before {
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666666;
	left          : 0px;
	z-index       : 3;
}

label.checkbox_text:before {
	width    : 17px;
	height   : 17px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
	box-sizing: border-box;
}

.checkbox_disable label.checkbox_text:before {
  background-color:#EDEDED
}

label.radio_text:after {
	width            : 10px;
	height           : 10px;
	border-radius    : 100%;
	left             : calc(((15px/2) - (10px) / 2));
	background-color : #35fd6c;
	z-index          : 1;
}

label.checkbox_text:after {
	left : calc((17px / 2) - (((17px / 12 ) * 5) / 2));
}

/** input **/
label.radio input[type="radio"], label.radio_text input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	margin     : 0px;
	width      : 17px;
	height     : 17px;
	box-sizing    : border-box;
	outline       : none;
}

label.radio input[type="radio"], label.radio_text input[type="radio"]{
	left       : calc(15px * -1);
	width      : 15px;
	height     : 15px;
	top           : 0px;
	bottom        : 0px;
	margin-top    : auto;
	margin-bottom : auto;
	border-radius : 100%;
}

label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	left       : calc(17px * -1);
	padding    : 0;
}

label.radio input[type="radio"] {
	display    : block;
	box-shadow : 15px 0px #FFF;
}

label.radio_text input[type="radio"] {
	box-shadow : 15px 0px #FFF;
}

label.checkbox input[type="checkbox"] {
	box-shadow : 17px 0px #FFF;
}

label.checkbox_text input[type="checkbox"] {
	display    : block;
	box-shadow : 17px 0px #FFF;
}

/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked,
label.checkbox input[type="checkbox"]:checked,
label.radio_text input[type="radio"]:checked,
label.radio input[type="radio"]:checked{
	box-shadow : none;
}

label.checkbox_text input[type="checkbox"]:checked:focus,
label.checkbox input[type="checkbox"]:checked:focus{
	opacity: 0.1;
}

label.radio_text input[type="radio"]:focus,
label.radio input[type="radio"]:focus{
	opacity: 0.2;
}

label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 17px 0px #EEE;
}

label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 17px 0px #666;
}

label.checkbox input[type="checkbox"]:focus {
	box-shadow : 17px 0px #EEE;
}

label.radio_text input[type="radio"]:focus {
	box-shadow : 15px 0px #FFF;
}

label.radio input[type="radio"]:focus {
	box-shadow : 15px 0px #FFF;
}


/** register done **/
.d_disc {
  font-size: 20px;
  font-weight: 500;
}

.required-mark {
	white-space: nowrap;
	margin-left: 1rem;
	padding: 2px 5px;
	border-radius: 4px;
	background: #108CA6;
	font-size: 12px;
	color: #fff;
}

.admin-mark {
	white-space: nowrap;
	margin-left: 1rem;
	padding: 2px 5px;
	border-radius: 4px;
	background: #4472c4;
	font-size: 12px;
	color: #fff;
}
.provisional-mark {
	white-space: nowrap;
	margin-left: 1rem;
	padding: 2px 5px;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
  color: #999;
  border: 2px solid #999;
}
.suspension-mark {
	white-space: nowrap;
	margin-left: 1rem;
	padding: 2px 5px;
	border-radius: 4px;
	background: #333;
	font-size: 12px;
	color: #fff;
}
button.close {
  margin:0 10px;  
}

.modal-header .close{
  min-height: 40px;
}

#btn-remove-notice.btn-default {
  margin:0 auto 20px;
}

#msg-area {
  display: None;
}

/** form **/
.container{
	padding-right: 30px;
	padding-left: 30px;
}

.form-group{
	margin-top: 20px;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.form-group{
		margin-bottom: 15px;
	}
}

.form-horizontal .form-group{
	margin-left:0;
	margin-right:0;
}

.form-support{
	margin: 0;
}

.input-area {
  margin: 1rem auto 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgb(51 51 51 / 5%);
  background-color: #ffffff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	transition: none;
	box-shadow: none;
	-webkit-appearance: none;
	border:none;
	background:none;
}

.form-control{
	margin-top: 0.4rem;
	padding: 12px;
	font-size: 16px;
	height: auto;
}

span.error-message:empty{
	display:none;
}



.btn{
	padding: 14px 0;
	font-size: 18px;
	font-weight: normal;
}

/* tenplate */
.container-fluid > .row{
	margin-left: 0;
	margin-right: 0;
}

.well{
	border-radius: 3px;
	background: #fff;
}

/*panel*/

.panel{
	border: none;
	box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, 0.05);
}

.panel > .row{
	margin-left: 0;
	margin-right: 0;
}

.panel-body{
	padding: 0;
}

.panel-body .btn-area{
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}

.panel-body p{
	margin-top: 0;
	margin-bottom: 0;
}

.panel-body hr{
	margin-top: 0;
	margin-bottom: 3rem;
}

.panel-body h3{
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.error-message {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #D9534F;
  padding: 0;
  width: 100%;
}

.panel-body div.panel-hr{
	padding: 0;
	border: none;
	width: 100%;
	height: 1px;
	background: #d9d9d9;
}

.hr-hover{
	width: 100%;
	height:1px;
	background: #3f8aa3!important;
}

.panel .panel-heading{
	display: flex;
	align-items: center;
	padding: 18px 35px 16px;
	background: #d9e0e3;
}

.panel .panel-heading > *{
	margin:0;
	padding: 0;
}

.panel section{
	padding-top: 17px;
	padding-bottom: 21px;
	padding-left:20px; 
}

.panel .btn{
	font-size: 14px;
}

.panel section h3{
	color: #313131;
	font-size: 18px;
	font-weight: 500;
}

.panel section p{
	color: #999999;
	font-size: 14px;
	
}

.panel section:hover{
	color: #108ca6;
	background-color: #dbecf0;
	cursor: pointer;
}

.panel section:hover h3{
	color: #108ca6;
}

.panel section:hover p{
	color: rgba(16, 140, 166, 0.6);
}

/* .error-message {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #D9534F;
  padding: 0;
  width: 100%;
} */

/*side-bar*/
.initial-menu a span{
  font-size: 16px;
}

.snav-footer .nav-closebtn span{
	font-size: 14px
}

.log-menu,
.alert-menu,
.initial-menu a{
  border-bottom: 1px solid rgba(236, 238, 239, 0.4);
}


.initial-menu{
  margin-top: 1.3rem;
}

.initial-menu a{
  margin-top: 1rem;
}

.navbar-nav .initial-menu a,
.navbar-nav .personal-menu a{
  margin-top: 0.7rem;
}

.initial-menu-before:before, 
.on-sp .initial-menu:before{
  margin-left:20px;
  opacity: 1;
}

.frames .side-bar .initial-menu{
   margin-top: 3rem;
 }
 
.side-bar .initial-menu .initial-menu-subtitle{
	margin-left: 20px;
	margin-bottom: 1rem;
  height: 1rem;
  width: 100%;
  color: rgb(179, 218, 224);
  font-size: 12px;
}

.navbar-nav .initial-menu {
  margin-top: 2.2rem;
}

.navbar-nav .personal-menu{
   margin-top: 1.6rem;
}
 
.navbar-nav .initial-menu .initial-menu-subtitle{
	margin-left: 20px;
	margin-bottom: 1rem;
  height: 1rem;
  width: 100%;
  color: rgb(179, 218, 224);
  font-size: 12px;
}

.navbar-nav .small-menu-point {
  margin-right: 0.8rem;
}

/*for SP*/
@media screen and (min-width: 0px) and (max-width: 767.9px) {  
  
  .navbar-brand{
    padding:15px;
  }

  .navbar-header {
    height: 60px;
    text-align: center;
    width: 100%;
  }
  
  .frames .navbar-header{
    float: left;
  }
  
  .navbar-brand {
    float:none;
    height: 60px;
    text-align: left;
  }
  
  .navbar-brand img {
    width: 125px;
  }
  
  .frames .navbar-collapse{
    background: #4594a5;
    width: 100%;
    height: 100%;
    max-height: unset;
  }
  
  .navbar-default .navbar-nav.on-sp{
    display: block;
    margin: 0;
  }
  
  .navbar-default .navbar-nav.on-pc{
    display: none;
  }

  .navbar-default .navbar-nav > li > a.menu{
    font-size: 18px;
    display: inline-block;
    padding: 14px 20px;
    width: 100%;
    color: #fff;
    border-top: 1px solid rgba(236, 238, 239, 0.4);  
  }
  
  .navbar-default .navbar-nav > li > a.small-menu{
    font-size: 16px;
    padding-left: 60px;
    border-top: none;
  }

  .navbar-default .navbar-nav > li.personal-menu > a.menu{
	  border-top: none;
    border-bottom: 1px solid rgba(236, 238, 239, 0.4);  
  }
  
  .navbar-default .navbar-nav > li.text-note >  a.menu{
    font-size: 14px;
  }
  
  .navbar-default .navbar-nav > li.text-note > a.menu i{
    width: 10px;
    margin-right: 10px;
  }
  
  .navbar-default .navbar-nav > li > a.menu:hover{
    color: #4F828E;
    background: inherit;
    background-image: linear-gradient(to right, #ECF4F6 98.5%, #346f7c 1.5%);
    text-decoration: none;
  }
    
  .navbar-default .navbar-nav > li > a.menu i{
    color: #E0E9EB;
    margin-right: 20px;
    width: 20px;
    text-align: center;
  }     
  
  .navbar-default .navbar-nav > li > a.menu:hover > i{
    color: #4F828E;
  }
  
  .navbar-default .navbar-nav.sp-ftlogo{
    padding-bottom: 20px;
  }
  
  .panel section{
	  padding-left: 0;
  }
  
  .panel-heading{
	  padding-left: 15px!important;
  }

  
}

@media screen and (max-width: 767.9px){
  .frames .side-bar{
    display: none;
  }
}


/*for PC*/
@media screen and (min-width: 768px)  {
  .cnt-container {
    min-height:400px;
  }
  
  .nav-container-fluid,.navbar-inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  } 
  
  /* only pc flex */
  .pc-flex{
    display: flex;
  }
  
  .frames.pc-flex{
    margin-top: 60px;
  }
  
  /* side-bar */
  .frames .side-bar{
    width: 35%;
    max-width: 285px;    
    height: calc(100vh - 60px);    
    background-color: #4594A5;
    position: -webkit-sticky; /* safari対応 */
    position: sticky;
    top: 60px;
    transition: width .2s ease;
  }
  
  /* frames contents-area */
  .frames .cnt-container{            
    width: 100%;
    padding: 15px;
		    
			-webkit-transition: all ease 0.1s;
			-moz-transition: all ease 0.1s;
			-ms-transition: all ease 0.1s;
			-o-transition: all ease 0.1s;
			transition: all ease 0.1s;
  } 
  
  .frames .navbar-collapse .navbar-nav{
    padding-top: 5px;
  }
  
  .frames .side-bar .menus{
   display: inline-block;
   width: 100%;
   height: calc(100% - 89px);
   position: absolute;
   top:0;
   left: 0;
   overflow-y: auto;
   overflow-x: hidden;
		-webkit-transition: all ease 0.1s;
		-moz-transition: all ease 0.1s;
		-ms-transition: all ease 0.1s;
		-o-transition: all ease 0.1s;
		transition: all ease 0.1s;
  }

  .frames .side-bar .btn-menus {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 46px;
    left: 0;  
    overflow-y: auto;
    overflow-x: hidden;
     -webkit-transition: all ease 0.1s;
     -moz-transition: all ease 0.1s;
     -ms-transition: all ease 0.1s;
     -o-transition: all ease 0.1s;
     transition: all ease 0.1s;
  }
  
  .frames .side-bar .menus ul,
  .frames .side-bar .btn-menus ul{
    list-style: none;
    padding: 0;
  }
  
  .frames .side-bar .menus ul a.menu,
  .frames .side-bar .btn-menus ul a.menu,
  .snav-footer .nav-closebtn{
    font-size: 18px;
    display: inline-block;
    padding: 18px 20px;
    width: 100%;
    color: #fff;
    min-height: 54px;
  }
  
  .frames .side-bar .menus ul li.initial-menu a.menu,
  .frames .side-bar .btn-menus ul li.initial-menu a.menu{
		padding: 12px 20px;
	  min-height: 50px;
  }
  
  .snav-footer .nav-closebtn{
    padding: 8px 20px;
    min-height: 47px;
    border-bottom: 1px solid rgba(236, 238, 239, 0.4);
  }
  
  .frames .side-bar .menus ul a.menu,
  .frames .side-bar .btn-menus ul a.menu,
  .snav-footer .nav-closebtn{
	  border-top: 1px solid rgba(236, 238, 239, 0.4);
	}

  .frames .side-bar.get-hover .menus ul a.menu:hover,
  .frames .side-bar.get-hover .btn-menus ul a.menu:hover,
  .frames .side-bar.get-hover .snav-footer .nav-closebtn:hover{
    color: #4F828E;
    background: #ECF4F6;
    text-decoration: none;
    position: relative;
  }  
  
  .frames .side-bar.get-hover .menus ul a.menu:hover::after,
  .frames .side-bar.get-hover .btn-menus ul a.menu:hover::after,
  .frames .side-bar.get-hover .snav-footer .nav-closebtn:hover::after{
	  content: "";
	  display: inline-block;
	  width: 4px;
	  height: 100%;
	  position:absolute;
	  top: 0;
	  right: 0;
	  background: #346f7c;
  }
  
  .snav-footer .nav-closebtn:hover{
    cursor: pointer;
  }  
  
  .frames .side-bar .menus ul a.menu i,
  .frames .side-bar .btn-menus ul a.menu i,
  .snav-footer .nav-closebtn i{
    color: #E0E9EB;
    margin-right: 20px;
    width: 20px;
    text-align: center;
    transition: font-size 0.1s ease;
  }     
  
  .frames .side-bar.get-hover .menus ul a.menu:hover > i,
  .frames .side-bar.get-hover .btn-menus ul a.menu:hover > i,
  .frames .side-bar.get-hover  .snav-footer .nav-closebtn:hover > i{
    color: #4F828E;
  }
  
  モニタリングメニューを有効化するときに一緒にコメントアウト解除
  .frames .side-bar-short .fa-eye {
    margin-left: 2px;
  }

  .frames .side-bar-short .fa-exclamation-triangle {
    margin-left: -5px;
  }
  
  
  .selected{
    background-color: #346f7c;
    color:#E0E9EB;
  }
  
  .frames .side-bar .snav-footer{
	  display: inline-block;
	  width: 100%;
    position: absolute;
    bottom: 0;
    background: #4594A5;
  }  
  
  .navbar-default .navbar-nav.on-pc{
    display: block;
  }
  
  .navbar-default .navbar-nav.on-sp{
    display: none;
  }  

}

@media all and (-ms-high-contrast: none){
  .frames .side-bar{
    top: 60px!important;
    position: fixed!important; /* IE10以上 */
  }
  
  .frames .cnt-container{
    margin-left: 42px;
  }
}

.control-label {
  text-align: left !important;
}

.navbar-default .navbar-toggle{
    border: none;
    background-color: unset!important;
    margin-top: 13px;
    margin-bottom: 14px;
    margin-right: 7.5px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #4594a5;
}

.navbar-toggle .icon-bar{
  width: 24px;
}

.navbar-toggle .icon-bar+.icon-bar{
  margin-top: 5px;
}

/*for tablet,mobile*/
@media screen and (max-width: 767px)  {
	.container-fluid{
		padding-right: 0;
    padding-left: 0;
  }
  
  .container-fluid > h2{
	  	margin-left: 15px;
  	}
  
  .container-fluid.on{
    padding-right: 15px;
    padding-left: 15px;
  }
  .downloadNavbutton-sp{
    display: block;
    border:none;
    background-color: unset!important;
    float: right;
    margin-top: 17px;
    margin-bottom: 14px;
    margin-right: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .downloadNavbutton-sp{
    display: none;
  }

}

/* ----- form modal ----- */
.modal-dialog{
  margin: 5vh auto;
}

.del-sheets-name{  
  margin: 60px auto;
  font-weight: bold;
}

.modal-content {
  background: #F0F0F0;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.modal-header{
  padding-top: 30px;
  border: none;
}

.modal-body {
  position: relative;
  padding:0 20px 30px;
}

.modal-body fieldset{
  margin-bottom: 30px;
}

.next-conduct{    
  margin: auto;    
}

.close{  
  font-size: 14px;  
  opacity: 1;  
}

.close span{
  border: 2px solid #707070;
  color: #707070;
  border-radius: 4px;  
  font-size: 14px;  
  padding: 5px 10px;
  font-weight: normal;  
}

.close i{
  margin-right: 5px;
}

.btn.delete{
  background: #D9534F;
  border: 1px solid #A51C18;
  margin-bottom: 10px;
}

.btn.delete:hover{
  background: #A51C18;
}

.btn.delete:focus, .btn.delete:active{
	color: #fff;
}

.modal-title{
  margin-bottom: 30px;
}

legend.modal-sec-ttl{
  font-size: 18px;
  background: #D9E0E3;
  padding: 6px 10px;  
  border-bottom: none;
  color: #373A3C;
}

button[name="btn-add"] {
  width: 100%;
  box-sizing: border-box;
  max-width: 370px;
}

input[name="btn-ok"] {
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
}

@media screen and (min-width: 992px) {
  .btn.delete{
    width: 370px;
    margin: 0;
  }
  
  .btn.download{
    width: 370px;
    margin: 0;
  }

  .btn.cancels{
    max-width: 185px;
  }
  
  button[name="btn-add"] {
    width: 370px;
    box-sizing: border-box;
  }
  
  .form-group.modal-form-parts{
    width: 83.33333333%;
    margin-left: auto;
    margin-right: auto;
  }    
}
@media screen and (min-width: 768px) {
  .next-conduct{
    width: 100%;
    max-width: 575px; 
  }
  
  .pc-modal-close{
    display: block;
  }
  
  .sp-modal-close{
    display: none;
  }  
}
@media screen and (max-width: 767px) {  
	.nav-container-fluid{
		height: 100vh;
	}

  .next-conduct{
    width: 100%;
    max-width: 370px;         
    min-height:120px;
  }
  
  .modal-dialog{
	  margin: 3vh 15px;
  }
  
  .modal-header{
    padding: 10px 20px 30px;    
    max-width: 410px;
    margin: auto;    
  }
  
  .modal-body {    
    padding:30px 20px 0;
  }
  
  .pc-modal-close{
    display: none;
  }
  
  .sp-modal-close{
    display: block;
  }  
  
  .close span{
    border: none;
    font-size: 18px;
  }  
  
  button.close{
    margin: auto;
    width: 100%;
    border: 2px solid #707070;
    padding: 14px 0;
    border-radius: 4px;
    line-height: 1.3;
  }

  input[name="btn-ok"] {
    margin: auto;
    width: 100%;
    padding: 14px 0;
    border-radius: 4px;
    line-height: 1.3;
  }
}
/* ----- form modal ----- */

.btn-delete{
  background: #fff;
  color:#D9534F;
  border:  2px solid #D9534F;
}

.btn-delete:hover,.btn-delete:focus{
  color:#D9534F;
  background: #FDEFEF;
}

.btn-delete:focus, .btn-delete:active{
  color: #D9534F;
}

.nomal-mark {
  margin-left: 1rem;
  padding: 2px 5px;
  border-radius: 4px;
  background: #999999;
  font-size: 12px;
  color: #fff;
}

/* ----- pnotify ----- */

.ui-pnotify.stack-bar-top {
  margin-left: 15%;
  right: auto;
  top: 0;
  left: auto;
  height: 10%;
}

.ui-pnotify.stack-keep-warning {
  margin-left: 20%;
  top: 0;
  right: auto;
  left: auto;
}

.ui-pnotify.stack-keep-warning div.ui-pnotify-container {
  padding-top: 18px;
  color: #D9534F;
  background-color: #f5f5f5;
}

.ui-pnotify.stack-keep-warning:hover {
  opacity: 0.5;
}

/* Edge */
_:-ms-lang(x)::backdrop, 
  .ui-pnotify.stack-bar-top {
    height: 10%;
}

/*download-list-menu*/
.navbar-default .navbar-nav > li:hover .download-list-nav{
  color: #333;
  opacity: 1;
  cursor: pointer;
}
.nav-content-nav{
  position: fixed;
  z-index: 100;
  top: 60px;
  right: 0;
  max-width: 400px;
  height: calc(100vh - 60px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity,-webkit-transform;
  -webkit-transition-duration: .22s;
  transition-duration: .22s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-content-nav.is-opened{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity,-webkit-transform;
  -webkit-transition-duration: .22s;
  transition-duration: .22s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  min-width: 320px;
}
.nav-content-nav ul,.nav-content-nav ol{
  list-style:none;
  padding-left: 0;
  margin-left: 0;
}
.slide-in__wrapper{
  height: 100%;
  overflow: hidden;
}
.slide-in__header{
  padding:10px 14px 15px;
  font-size: 12px;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
  position: relative;
}
.slide-in__header .slide-in_nav-title{
  margin-bottom: 10px;
  font-size: 16px;
}
.slide-in__closebtn{
  border:none;
  background-color:transparent;
  widows: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #999999;
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 14px;
}
.slide-in__content{
  height: 100%;
  margin-bottom: 49px;
}
.slide-in__content > ul{
  height:100%;
  width: 354px;
  margin-bottom: 49px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.slide-in__list{
  border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.slide-in__list{
  background-color: #fff;
   pointer-events:none;
}
.slide-in__list .slide-in_list_link{
  display: block;
  font-size: 12px;
  color: rgba(170, 170, 170, 1);
  position: relative;
  padding:10px 14px;
  cursor: pointer;
   pointer-events:auto;
}
.slide-in__list.is-actived .slide-in_list_link{
  color:#AAAAAA;
}
.slide-in__list.is-actived{
  background-color:rgba(0,0,0,0.1);
}
.slide-in__list:hover,
.slide-in__list.is-actived:hover{
  background-color: #dbecf0;
}
.slide-in__nav-list-content{
  width: 87%;
  max-width: 310px;
  overflow: hidden;
  pointer-events:auto;
}
.slide-in__list .slide-in_list_link p{
  margin-bottom: 0;
}
.slide-in__no-item-message {
  display: block;
  font-size: 12px;
  color: rgba(170, 170, 170, 1);
  position: relative;
  padding:10px 14px;
  background-color: #fff;
  margin-bottom: 0;
}
.slide-in_nav-list-title{
  color: #333;
  color: rgba(69, 148, 165, 1);
  font-size: 14px;
  margin-bottom: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  height: 19px;
  text-overflow: ellipsis;
}
.slide-in__list .slide-in_list_link .slide-in_nav-list-icon{
  display: block;
  color: rgba(153, 153, 153, 1);
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 14px;
  /*width: 30px;
  height: 30px;*/
  text-align: center;
}
.slide-in_nav-list-icon .fas,
.slide-in_nav-list-icon .fa{
  pointer-events:none;
  z-index: -1;
}
.slide-in__list .slide-in_list_link:hover .slide-in_nav-list-icon{
  color: rgba(69, 148, 165, 1);
}
.slide-in__list .slide-in_list_link .slide-in_nav-list-icon.download-list-download-icon{
  border:none;
  background-color: transparent;
  display: block;
}
.download_delete_panel{
  display: none;
  /*box-sizing: border-box;*/
  width: 130px;
  height: auto !important;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border:1px solid #95989A;
  border-radius: 3px;
  position: absolute;
  top: 45px;
  right: 14px;
  z-index: 3;
}
.is-active .download_delete_panel{
  display: block;
  width: 130px;
  animation:open-panel 0.22s ease-out;
}
.download_delete_panel li{
  cursor: pointer;
}
.download_delete_panel li:hover{
  background-color: #dbecf0;
  color: rgba(69, 148, 165, 1);
}
.download_delete_panel li a{
  display: block;
  padding:12px 13px;
  color: #333;
}
.download_delete_panel li:hover a{
  color:#108CA6;
}
.download_delete_panel li i{
  font-size: 16px;
  margin-right: 5px;
  color: #999999;
}
.download_delete_panel li:hover i{
  color: #108CA6;

}
@keyframes open-panel {
  0% {
    opacity:0;
    visibility: hidden;
  }
  100%{
    opacity:1;
    visibility: visible;
  }
}
.click_cover{
    position: fixed;
    top:0;
    width: 100%;
    visibility: hidden;
    z-index: -1;  
    -webkit-transition: .3s;
    transition: .3s;
}
.click_cover.is-active{
    height:100%;
    visibility: visible;
    background:transparent;
    z-index:1031;
}

/* ----- alert ----- */

.label-alert-abnormality {
  background: #d9534f;
}

.label-alert-error {
  background: #E69D53;
}

.label-alert-expired {
  background: #333333;
  font-size: 9px;
}

.modal-h4-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 99999;
  padding: 8px;
  width: 260px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  white-space: pre-wrap;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* validation error message */
#validate_msg {
  text-align: center;
  color: #D9534F;
}

.site-seal-area > span > a > img {
  margin-right: 20px !important;
}

@media (min-width: 992px) {
  h1 {
      margin-top: -60px;
  }
}

.footer-login {
  text-align: center;
  /* padding-top: 35px;
  padding-bottom: 35px; */
  padding-top: 2rem;
  padding-bottom: 3rem;
  clear: both;
}

.breadcrumb.back-page{
  background:inherit;    
  padding: 8px 0;
}

.breadcrumb.back-page li a{
  color:#707070;
}

.breadcrumb.back-page>li+li:before{
  padding:0;
  content: "";
}

@media screen and (min-width: 769px) {
  .breadcrumb.back-page{    
    padding: 8px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb.back-page {    
    padding: 18px 0 0;
  }
}

#aa {
  cursor: pointer
}