﻿/* For the "inset" look only */



*::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	/*background-color: #fff;*/
}

*::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
	height: 10px;
}

*::-webkit-scrollbar-thumb
{
	background-color: rgb(200, 0, 0,0.5);
	border: 0px;
}

.topnav{
    position: relative;
    overflow: hidden;
}
.topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.navbar-brand img{
    margin: auto;
}
.table_main{
    padding-left: 10px;
    padding-right: 10px;
    scrollbar-width: 10px;
    overflow-y: scroll;
}
.svg_main{
    overflow-y: scroll;
    overflow-x: scroll;
}

.part_form{
    float: right;
    margin: 20px 15px auto;
/*    overflow-y: scroll;
*/

}
.headtitle{
    float: left;
    margin-top: 15px;
}
.tbl_btn_main{
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
}
.tbl_btn_main .active_btn{
    border-radius: 0px;
    background-color: rgb(200, 0, 0);
    border-color: rgb(200, 0, 0);
}
.tbl_btn_main .active_btn:hover{
    background-color: rgb(200, 0, 0);
    border-color: rgb(200, 0, 0);
}
.remove_icon{
    cursor: pointer;
}
.main {
    display: flex;
    border: 1px solid #cfcfcf;
    height: 100%;
    width: 100%;
    flex: 1;
    flex-direction: column;
}
.resizer[data-direction='vertical'] {
    background-color: gray;
    cursor: ns-resize;
    height: 5px;
    width: 100%;
}

.container__top {
    height: 40%;
    min-height: 15rem;
    
}
.container__bottom {
    flex: 1;
    min-height: 15rem;
}
.nav_text:hover, .nav_text{
    color: rgb(200, 0, 0) !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;

}
.topnav-centered{
    margin: 0px 0px 10px 0;
}
.navbar{
    margin-bottom: 0px!important;
}
.svg-text{
   
}
#svgimage svg{
    width:100%;
}
.zoom-btns{
    right: 30px;
    position: fixed;
bottom: 70px;
z-index: 1;
}
.box {
    display: inline-block;
    
  }
  
  .btn_z {
    cursor: pointer;
    background: #FFF;
    border: 1px solid rgb(200, 0, 0);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgb(200, 0, 0);
    padding: 10px;
    
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
      transition: all 0.3s ease;
    
  }
  .btn_z:hover {
    
    color: rgb(200, 0, 0);
  }
  .footer{
        background: #f0f0f0;
        color: black;
        padding: 15px 0;
  }
  .footer p{
        margin-bottom: 0px;
  }
  .footer p a, .footer p a:hover{
        color:rgb(200, 0, 0);
        text-decoration: none;
  }
  @media screen and (max-width: 600px) {
    .topnav a{
      float: none;
      display: block;
    }
    .topnav-centered a {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
    .tbl_btn_main .active_btn{
        padding: 3px;
        
    }
    .tbl_btn_main {
        margin-top: 13px;
    }
    .headtitle{
        font-size: 18px;
    }
    .btn_z{
        padding: 6px;
       
    }
    .part_form{
        float: right;
        margin: 16px 0px auto;
    }
    .container__top {
        height: 30%;
    }
}