

.win-root {
  position: absolute;
  width:auto;
  height:auto;
  min-height:200px;
  /* max-width: 800px; */    
  /*resize: both; !*enable this to css resize*! */
  overflow: hidden;
  background-color: rgb(253, 237, 237);
  border-radius:5px;
  font-size: 24px;
  border: 1px solid grey;
}
.win-body{
  font-size: 12px;
  overflow: auto;
  height: inherit;
  word-wrap: break-word;
} 

.win-header {
  padding: 2px;
  height:37px;
  cursor: move;
  text-align:center;
  z-index: 10;
  display:float;
  vertical-align:middle;
  background-color: #337ab7;;
  color: #fff;
}
.win-close-left {
    float:left;
    padding-right:25px;
    cursor:pointer;
    height:25px;
}
.win-close-right {
    padding-left:25px;
    float:right;
    height:25px;
    cursor:pointer;
}

 /*Menu*/
 .menu-root {
    position: absolute;
    width:auto;
    height:auto;
    min-height:200px;
    text-align: left;
    /*resize: both; !*enable this to css resize*! */
    overflow: hidden;
    background-color: rgb(203, 219, 230);
    border-radius:5px;
  }
  
  .menu-header {
    padding: 2px;
    padding-left: 10px;
    height:25px;
    cursor: move;
    text-align:center;
    z-index: 10;
    display:float;
    vertical-align:middle;
    background-color: #8fb9ab;
    color: #fff;
}

.win-body{
  font-size: 10px;
  overflow: auto;
  height: inherit;
} 
.menu-close-right {
    padding-left:10px;
    float:right;
    height:15px;
}


  /*Resizeable*/
.resizer-right {
    width: 7px;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: e-resize;
  }
  
.resizer-bottom {
    width: 100%;
    height: 7px;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: n-resize;
}
    
.resizer-both {
  width: 20px;
  height: 10px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: -7;
  bottom: -7;
  cursor: nw-resize;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 50px 0px 0px 0px;
  margin: 5px;      
}
  
  

  
#infobox{
  position:fixed;
  top:28px;
  right:10px;
  z-index:200;
}

.alert {
  padding: 20px;
  background-color: #f57970;
  border-radius:8px;
  color: white;
  z-index:200;
}
.notif {
  padding: 20px;
  background-color: #91ec9d;
  border-radius:8px;
  color: black;
}

#confirm_box {
  position: fixed;
  z-index: 4000;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  background: rgb(181 188 197 / 50%);
}
#confirm_box div{
  position: absolute;
  min-width:200px;
  top:35%;
  left:45%;
  text-align: center;
  justify-content: center;
  color : #1f4561;
  font-weight: bold;
  background: rgb(181 188 197 / 100%);
  border-radius: 15px;
  padding:20px;
}

table.bn_list_content tr:hover{
    background-color: aquamarine;
}
table.bn_list_content {
    font-size: 16px;
} 
.bn_folder{font-weight: bold;}
table.bn_list_content a{
    color:#337ab7;
}
table.bn_list_content a:hover{
    color:#23527c;
    
}

li.bn_list_content:hover{
    background-color: aquamarine;
}

.note_header{
    background-color:  #DEE0E0;
    border-bottom:solid 10px black;
    padding:15px;
}
.note_content{
    padding:20px;
    background-color:#EDEDED;
    text-align: left;
    font-size:large;
    border-bottom:solid 11px black;
}

pre.note_text{
    white-space: pre-wrap;
}
ul.bn-ul {
    border : 0px solid transparent;
    margin : 0px;
    vertical-align: middle;
    display: flex;
}


#signin {
    z-index:2000;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    margin-top: 15px;
}


body{ 
  padding:0px; margin:0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
}
ul {
  list-style-type: none; 
}
#app_root{
  padding:10px 25px;
  max-width: 900px;
}
.header{
  width:100%;
  height:40px;
  font-size: 30px;
  text-align: center;
  background: rgb(74 102 220);
  color : white;
}

img.iconh15{    height:15px;}
img.iconh20{    height:20px;}
img.iconh25{    height:25px;}
img.iconh30{    height:30px;}
img.iconh40{    height:40px;}
button{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius : 7px;  
}
button:hover{
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

input:read-only{	background-color:#E8E8E8;}

/* Input, Textarea Form elements... */
input.input_ko,textarea.input_ko,select.input_ko {    border : 4px solid red;}
