@import "reset.css";
@import "fonts.css";
/*@import "content.css";*/
@import "element.css";
@import "responsive.css";

html, body{
    font-family: Roboto, sans-serif;
    background: #005377;

}

.vir{
    width: 1900px;
    height: 1080px;
}

.center-container{
    margin: 0 auto;
    max-width: 98%;
}

.settool{
    display: none;
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 160px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0.8s;
    z-index: 9999;
    background-color: #00202e;
    padding: 5px;
}

.settool select {
    width: 38px;
    height: 38px;
    background-color: #00202e;
    border: #005377 1px solid;
    color: #fff;
    border-radius: 0;
}

select>option {
    background-color: #00202e;
    color:#fff;
    border-radius: 0;
    width: 30px;
}

.settool button{
    margin: 0 !important;
    border: #005377 1px solid !important;
}

.pickr button{
    border: 1px solid  #005377 !important;
    width: 38px !important;
    height: 38px !important;
}

.pickr{display: none;}
.strwidth{display: none;}
.fontsize{display: none;}
label{padding-top: 8px;}


.nav-bar{
    display: flex;
    flex-direction: row;
    min-height: 40px;
    background-color: #00202e;
    min-width: 100%;
    justify-content: space-between;
    padding: 0 5px;
    position: fixed;
    z-index: 9999;
}

.nav-content{
    /*width: 100%;*/
}

#container{
	/**min-height:calc(100vh - 80px);**/
    /*background-color: lightgray;*/
    /*overflow: scroll;*/
    position: relative;
    top:46px;
    /*border: 1px solid #00202e; !* Устанавливаем красную рамку *!*/
   /* width:1900px!important;
    height: 1080px!important;*/
    min-height: 100vh;
    width: 100vw;
    max-width: 100%;

    -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
    flex-grow: 1;

}

#container canvas {
    /*border: 2px solid green !important; !* Красная рамка *!*/
    /*background-color: #fff !important;*/
    margin: 10px;
    /*width:1920px!important;
    height: 1080px!important;*/

}

.tool button {
    background-color: #00202e;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #00202e;
}

.tool button:hover {
    background-color: white;
    color: #00202e;
    border: 2px solid #00202e;
}

.tool button.bt-active{
    background-color: white;
    color: #00202e;
    border: 2px solid #00202e;
}

.tool button {
    margin: 2px 2px 2px 0;
    padding: 8px 10px;
}

