/*.tabswitcher-tabback {
  background-color: black;  
   padding : 5px 0px 5px 0px;
}

.tabswitcher-tab {
  background-color: #3A3939;    
  height: 20px;
}

.tabswitcher-letterStyle {
  margin: 2px 8px 2px 8px;  
  color: #FFF;
  display: inline-block;
  font-family: monospace;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.tabswitcher-letterStyle:hover{  
  color: #E68314;  
  cursor: pointer;
}*/

.router-mainbody {
    background-color: #eee;
    margin: 20px;
}


.treeview-noarrow {
    margin-left: 10px;
}

.treeview-childarray {
    margin-left: 25px;
}

/*----To Create Edit editTable Modal------*/
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

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

.editTable.close{
    position: relative;
    right: 18px;
}

.loginContainer{
    margin-top: 12%;
}

.section{
    overflow: hidden;
    clear: both;
    height: calc(100vh - 82px);
    width: 100vw;
    position: absolute;
    top: 0;
}

.test{
    background-color: red;
    animation-name: animation1;
    animation-duration: 5s;
    position: relative;
}

@keyframes animation1 {
    from{
        top:10%;
        background-color:  red;}
    to{
        top:80%;
        background-color: black;}
}