﻿.tryittitle {
    display: none;
}
.myhtml , .mybody , .myform {
    direction: ltr;
    margin: 0 !important;
    padding: 0 !important;
}
.tryit{
    padding:20px;
    border-radius:2px;
    border:1px solid #fafafa;
    background:#eee;
    direction:ltr;
    min-height:100vh;
    box-sizing:border-box;
}
.tryit .tryitnav{
    position:relative;
}
    .tryit .tryitnav a {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        font-size: 0;
        cursor: pointer;
        line-height: 40px;
        border-radius: 2px;
        font-family: WebmehrazFont;
        color: #fff;
    }
.tryit .tryitnav a:hover
{
    background-color:#ddd;
}
.tryhome
{
    background:url(../../icons/home.png) no-repeat  center center;
}
.tryarticle {
    background: url(../../icons/back-arrow.png) no-repeat center center;
}
.tryvertically {
    background: url(../../icons/vertically.png) no-repeat center center;
}
.tryhorizintally {
    background: url(../../icons/horizontally.png) no-repeat center center;
}
.tryexecute
{
    background-color:#37a70a !important;
    color:#fff;
    width:auto !important;
    padding:0 20px;
    font-size:12px !important;
}
.tryexecute:hover{
    background-color:#14aa57 !important;
}
.tryexecute:active{
    background-color:#f90 !important;
}
.tryplace
{
    font-size:0;
    margin-top:20px;
    position:relative;
    padding-bottom:50px;
}
.codeplace textarea {
    border: 0;
    width: 100%;
    background: transparent;
    resize: none;
    font-size: 15px;
    font-family: 'Courier', Calibri;
    padding: 10px;
    box-sizing: border-box;
    line-height: 24px;
}
.v .codeplace , .v .containerplace{ 
   display:inline-block;
   vertical-align:top;
   min-height:75vh;
   background:#fff;
   border-radius:2px;
   box-shadow:0 1px 2px #ddd;
   font-size:16px;
}
.v .codeplace
{
    width:49%;
    margin-right:2%;
}
.v .containerplace {
    width:49%;
}
.v .codeplace textarea
{
    height:75vh;
}


.h .codeplace , .h .containerplace{ 
   display:block;
   min-height:36vh;
   background:#fff;
   border-radius:2px;
   box-shadow:0 1px 2px #ddd;
   font-size:22px;
}
.h .codeplace
{
    margin-bottom:4vh;
}
.h .codeplace textarea
{
    height:36vh;
}
.resultplace{
    margin:10px;
}