
body{
    /* font-family: "Rounded Mplus 1c"; */
    font-family: 'Montserrat', sans-serif; /* 20180831 mod nakajimam */
    /* font-weight: bold;  nakajimam mod 20180831 */
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #434a52;
    background-color: #ffffff;
    position:absolute;
}

html,body{
    position: relative;
    height: 100%;
    /*font-weight: bold;*/
    /*filter: saturate(80%);*/
}

.login-body-default{
    background-image: url("/img/blue_network.jpg") ;
    background-size: cover;
}

.login-body{
    /* background: radial-gradient(#FFF, #005bac 80%, #003070); */
    background: -moz-linear-gradient(left bottom,#B28FF6,#73B7ED ,#32E1E3) !important;
    background: -webkit-linear-gradient(left bottom,#B28FF6,#73B7ED , #32E1E3 ) !important;
    background: linear-gradient(to right top, #B28FF6,#73B7ED , #32E1E3 ) !important;
}

    /* 
    #2ECC71 */
/*.login-mask{*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    position: fixed;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-Color: #000000;*/
/*    padding:0px;*/
/*    top:0px;*/
/*    left:0px;*/
/*    opacity:0.2;*/
/*    z-index: 999;*/
/*    overflow: auto;*/
/*    color: #FFFFFF;*/
/*}*/

h4 {
    /*color: #eee7e0;*/
    font-family: 'Montserrat', sans-serif;
}
p {
    margin: initial;
    /* font-weight: bold;  nakajimam mod 20180831 */
    /* font-family: "Rounded Mplus 1c"; */
    /*font-family: 'Montserrat', sans-serif; /* mod 20180831 nakajimam 
    color: #000000; /* add 20180831 nakajimam */
    line-height: 2; /*add nakajima 20180831*/
    font-size: 13px; /*add nakajima 20180831*/
}
hr{
    margin: 0px 0px 30px 0px;;
}
 
a{
    text-decoration: none;
    /* font-family: "Rounded Mplus 1c"; */
    /*font-family: 'Montserrat', sans-serif; /* mod 20180831 nakajimam 
    color: #000000; /* add 20180831 nakajimam */
    /* font-size: 12px; */
}
    
/*a:hover,a:focus{*/
/*    text-decoration: none;*/
/*    color: #00a1e9; /* #68a4d9; /* silver; /* add 20180831 nakajimam */
/*}*/

li{
    /* font-family: "Rounded Mplus 1c"; */
    font-family: 'Montserrat', sans-serif; /* mod 20180831 nakajimam */
}

/* add 20180831 nakajimam from */
/* 各一覧画面 */
.list-group-item {
    padding: .05rem 1.25rem;
    background-color: #007FF1/*#aaa*/; /*39acf8 eb5055*/
}
/* 稼働端末一覧 */
.list-group-item p {
    color: #1d5c79;
}
.list-group-item p:hover {
    color: silver;
}
.list-group-item-success {
    color: #1d5c79;
    background: #f7f6fb; /* #ffffff; */
}
.list-group-item-success:hover {
    color: #00a1e9; /* #68a4d9; /* silver; */
}
.list-group-item-danger {
    color: #1d5c79;
    background: #fad09e; /* #f6b483;  /* #d9e5ff; */
}

.list-group-item a {
    font-size:14px;    
}

/* グループのメンバー登録 */
.btn-primary {
    background-color: #ffab4b/*#aaa*/; /*あとで*/
}
.btn-primary:hover {
    background-color: #ffab4b/*#aaa*/;
}
table.list-group{
    font-size: 14px;
/*
    margin-left:5px;
    margin-right:5px;
*/
}

select.form-control {
    border: 0.5px solid #aaaab0; /* #68a4d9; /* #c59a6d; */
    border-radius: 4px;
    color: #1d5c79;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 12px;
}
select.form-control:focus {
    border-color: #aaaab0; /* #68a4d9; /* #c59a6d; */
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#user-level {
    /*border:solid 1px #1abc9c;*/
    border:solid 1px #aaaab0; /* #c59a6d; */
    padding-top:5px;
}

#user-level label{
    font-size: 12px;
}

/* 各登録変更画面 */
.form-group input[type="text"],input[type="password"],input[type="email"],input[type="date"] {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #aaaab0; /* #68a4d9; /* #c59a6d; */
    font-size: 14px;
    padding: 4px 12px 4px 12px;
    height: 30px;
    transition: all 0.5s;
}
.form-group input:focus[type="text"],input:focus[type="password"],input:focus[type="email"],input[type="date"] {
    border-color: #68a4d9; /* #c59a6d; */
    border-bottom-color: #0079c2; /* #C56F15; */
    /* -webkit-box-shadow:2px 2px 1px rgba(0,0,0,0.2);*/
	box-shadow:2px 2px 1px rgba(0,0,0,0.2);
}

.form-group textarea{
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #aaaab0;
    font-size: 14px;
    padding: 4px 12px 4px 12px;
    transition: all 0.5s;
}

.form-group textarea:focus{
    border-color: #68a4d9;
    border-bottom-color: #0075c2; /* #C56F15; */
    /* -webkit-box-shadow:2px 2px 1px rgba(0,0,0,0.2);*/
	box-shadow:2px 2px 1px rgba(0,0,0,0.2);
}

.form-group label{
    margin-top: 10px;
    /*margin-bottom: 5px;*/
    line-height: 1.42857143;
}


.box2 label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}

.box2 button{
    color: #555;
    border: 0.5px solid #aaaab0; /* #68a4d9; /* #c59a6d; */
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 12px;
    height:40;
}
.box2 button:hover{
    border: 0.5px solid #68a4d9;
    color: #fff;
    background-color: #555;
}
.box2 button:focus{
    border: 0.5px solid #68a4d9;
    color: #fff;
    background-color: #555;
}

/*表が見にくいので調整*/
.form-control[readonly] {
    background:white;
	color:black;
}

/* add 20180831 nakajimam to */

/* ログイン画面 */
.login-container{
/* mod 20180831 nakajima
    position: relative;
    width: 300px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
*/
    /* add */    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    height: 338px;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.avatar{
    width: 110px;height: 110px;
    margin: 10px auto 30px;

    background-size: cover;
}

.avatar img{
    width: 110px;height: 110px;
}

/* del 20180831 nakajima
.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box .toptext {
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}
.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}
*/
/* add 20180831 nakajimam from */
/* login */
.form-box{
}

/*ログインID入力*/
.form-box .text{
    border-radius: 0px 0px 0 0;
    border-bottom: 1px solid #434a52;
    color: #000000;
}

.form-box .text::-moz-placeholder{
    color: #808080;
    font-weight: bold
}

.form-box .text::-webkit-input-placeholder{
    color: #808080;
    font-weight: bold
}

.form-box .text:-ms-input-placeholder{
    color: #808080;
    font-weight: bold
}
/*パスワード*/
.form-box .paswd{
    border-radius: 0px 0px 0 0;
    border-bottom: 1px solid #434a52; 
    color: #000000;
}

.form-box .paswd::-moz-placeholder{
    color: #808080;
    font-weight: bold
}

.form-box .paswd::-webkit-input-placeholder{
    color: #808080;
    font-weight: bold
}

.form-box .paswd:-ms-input-placeholder{
    color: #808080;
    font-weight: bold
}
.form-box form{
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    padding: 22px 22px 22px 22px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #FFFFFF; /* #00608d; /* #282e33*/
    /* border-top: 1px solid #434a52; */
    /* border-bottom: 1px solid #434a52; */
    box-shadow: rgba(0, 0, 0, 0.5) 3px 6px 8px;
    border-radius:20px;
}

.form-box input{
    background-color: #FFFFFF; /* #cccccc; */
    border:none;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;　
    margin-bottom: 1em;
    padding: 0px 16px;
    width: 100%;
    height: 50px;
}

.form-box button[type="submit"]{
    background-color: #0067b8; /* #eaeea2; /* #82cddd; /* #a0d8ef; /*#4C4A48*/
    border: none;
    border-radius: 0px; /*300px*/
    cursor: pointer;
    color: #FFFFFF; /* #f0f6da; */
    height: 40px;
    transition: background 0.5s ease-in-out;
}

.form-box button[type="submit"]:hover {
    background-color: #005da6; /* #00a1e9; */
}

.form-box button[type="submit"]:active {
    border:none;
    background-color: #bbe2f1 !important;  /* #00a1e9; */
    border-color:#bbe2f1 !important;
}

.form-box .lagage{
    margin-top: 10px;
}

/* add 20180831 nakajimam to */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}




/* リスト画面 */
#page-link{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* ユーザ一覧、端末一覧、稼働端末一覧 */
#wana-list p{
    display: inline-block;
    _display: inline;
    font-size: 14px; /* add 20180831 nakajimam */
}
#wana-list p:hover{
    color: #00a1e9;
}
#wana-list .text-left{
    width: 80%;
}
#wana-list .text-right{
    width: 20%;
}
/* add 20180831 nakajimam from */
/* グループ一覧 */
#group-list p{
    font-size: 12px; 
}
/* add 20180831 nakajimam to */


/* 地図 */
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* エラー表記 */
.help-block{
    color: #ed6d46; /* rgb(204, 30, 30); */
}
.has-error{
    border: 1px rgb(204, 30, 30) solid;
}

.error_m {
        font-size: 14px;
        color: #FF4040;
        color: #ed6d46; /* rgb(204, 30, 30); */
        display: block;
        margin: 0;
}

.box2 {
    display: inline-block;
    margin: 1em;
}

#head1{
    display: inline-block;
}



#main{
    width: 95%;
    text-align: left;
}

#side{
    width: 22%;
    margin: 0;
    background: #70D4B4; /*とりあえずわかりやすくするため*/
    vertical-align: top;

}

#wrap {
    display: flex;
    height:94%;
    width:100%;
}
#left_content {
    width: 350px;
    background: #FFFFFF/*#df643d*//*#444444*/;
    /*background:  #ffff9c;*/ /* mod 20180831 nakajimam */
    height: auto;
    border-right:1px solid #b7b6bb;
}
/* add 20180831 nakajimam */
#left_content p {
    color: #595959/*#dddddd*/;/*#39acf8; /* #eaeea2;  /* #e6eb94 */
}

#left_content a {
    color: #007FF1/*#dddddd*/;/*#39acf8; /* #eaeea2;  /* #e6eb94 */
}

#right_content {
    width: 100%;
    height: auto;
    /* background: #EFEFEF; */
    background: #FFFFFF; /* #d4d9dc; /* white; */
    text-align: center;

}

.container {
    z-index: 9999;
    height: 100%;
    width: initial;
    margin: auto;
    padding-right: initial;
    padding-left: initial;
    margin-right: initial;
    margin-left: initial;
}

@media (min-width: 768px) {
	.container {max-width: none;}
}
@media (min-width: 992px) {
	.container {max-width: none;}
}
@media (min-width: 1200px) {
	.container {max-width: none;}
}

.nowdt{
    text-align: center;
}

/*左メニュー*/
.cds-navi {
    list-style-type: none;
    margin: 0 0 2em;
    padding: 0;
    height: auto;
}

.cds-navi li { display: inline; }


/* 20180921 itoh leftmenu effect change test start*/
/*.cds-navi li a {
    margin-left: 30px;
    padding: 5px 0;
    display: block;
    color: #fdd35c;
*/
    /*color: #34495e;*/
    /* #eddc44*/
/*}*/
.cds-navi li a {
    margin-left: 30px;
    padding: 5px 0;
    display: block;
    background-color: transparent;
}
.cds-navi li a:hover {
    background-color: rgba(255,255,255,.2);
}

/*.cds-navi li a:hover {*/
    /*border-bottom: 1px inset #34495e;
    color: #34495e;*/ 
    /*border-bottom: 1px inset white; /* mod 20180831 nakajimam 
    /*color: white; /* mod 20180831 nakajimam */
    
/*}*/
/* 20180921 itoh leftmenu effect change test end*/

#temparBlock{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

#temparBlock li{
    display: inline-block;
}

/*ダイアログ*/
.modal-content{
    background-color: #f7f6fb;
}

#frm2 .list-group-item{
    padding :.3rem 1rem;
    background-color: #f7f6fb;
}

/*ダイアログのラベル*/
.modal-content label{
    font-size:14px;
	margin-bottom: 0px;
}
	
/*ダイアログのボタンCSS*/
.modal-footer button{
    color: #555;
    border: 0.5px solid #aaaab0; /*#68a4d9; */
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 12px;
}
    
.modal-footer button:hover{
    border: 0.5px solid #68a4d9;
    color: #fff;
    background-color: #555;
}
    
.modal-footer button:visited{
    border: 0.5px solid #68a4d9;
    color: #fff;
    background-color: #555;
}

.modal-footer button:focus{
    border: 0.5px solid #68a4d9;
    color: #fff;
    background-color: #555;
}
    
.modal-content input[type="checkbox"]{
    box-sizing: border-box;
    padding: 0;
}
/*liを横並びに 20180925 */
.tag {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tag li {
    display: table-cell;
    vertical-align: middle;
}
.tag li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.disable-css hover{
    background-color: #ffab4b/*#aaa*/;
}