/* 
    Created on : 2019/09/14
    Author     : EugeneAmnis(https://eugeneamnis.com)
    Home page  : https://forme.eugeneamnis.com
    Version    :2.0
    MIT LICENSE
*/

body{
    text-align: center;
    background-color: black;
}

header{
    overflow: hidden;
    background-color: black;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px 0 5px;
    z-index: 10;
}
header h2:first-child{
    color: cyan;
    float: left;
    margin-left: 10px;
}
header small{
    font-size: 12pt;
}
#switch{
    overflow:hidden;
    float: right;
}

#switch h3:nth-child(1){
    color: black;
    float: left;
    border: solid 1px grey;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 10px 0 10px;
    border-color: red;
    background-color: red;
}
#switch h3:nth-child(1):hover{
    color:yellow;
}
#switch h3:nth-child(2){
    color: #16ac00;
    float: right;
    border: solid 1px grey;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px 0 10px;
    border-color: grey;
    background-color: black;
}
#switch h3:nth-child(2):hover{
    color:yellow;
}

main{
    clear: both;
    margin-top: 150px;
    width: 95%;
    height: 80vh;
    overflow: scroll;
    border-left: solid 2px cyan;
}

#as-ctr{
    margin: 10px;
    display: block;
}
main::-webkit-scrollbar{
    display: none;
}
#mess{
    text-align: left;
    color: cyan;
}

.asv-ctr{
    overflow: scroll;
    margin: 10 auto auto 10;
    padding: 5px;
    width: 95%;
    height: 65vh;
    border-right: solid 1px red;
    border-left: solid 1px red;
}
.asv-ctr::-webkit-scrollbar{
    display: none;
}

#asv{
    display: none;
    color: red;
    text-align: left;
}
#as-ctr p:first-child{
    color: red;
    background-color: black;
    padding: 5px;
    margin: 5px auto;
    display: block;
}
#as-ctr p:nth-child(3){
    color: red;
    border: solid 1px red;
    background-color: black;
    margin: 10% auto;
    display: block;
    width: 200px;
}

#vb-ctr{
    padding: 5px;
    margin: 10px;
    display: none;
}
.cyan{
    color: cyan;
}
.green{
    color: #16ac00;
}
.red{
    color: red;
}
.left{
    text-align: left;
}
.fright{float:right;}
.fleft{float:left;}
.cvt-ctr{
    clear:both;
    overflow: scroll;
    margin: 10 auto auto 10;
    padding: 5px;
    width: 95%;
    height: 65vh;
    border-right: solid 1px #16ac00;
    border-left: solid 1px #16ac00;
}
.cvt-ctr::-webkit-scrollbar{
    display: none;
}
.grnbtn{
    width: 50vh;
    margin: 20px auto;
    color: #16ac00;
    border: solid 1px #16ac00;
    padding-right: 10px;
    padding-left: 10px;
}

footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
}
footer p{
    background-color: black;
    padding-right: 10px;
    padding-left: 10px;
}
footer p:first-child{
    float: left;
    color: red;
    border: solid 1px red;
    margin-left: 10px;
}
footer p:nth-child(2){
    float: right;
    color: #16ac00;
    border: solid 1px #16ac00;
    margin-right: 10px;
}
#ci{
    display: none;
}

.btn:active{
    background-color: skyblue;
}
.btn:hover{
    background-color: yellow;
}

.iconimage{
    box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
    padding: 10px; 
    width: 50px;
}

.imgsample img{
    height: 200px;
}
