﻿body
{
    direction: rtl;
}

#loading-div-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f2f2;
    width: 100%;
    height: 100%;
}

#loading-div
{
    width: 300px;
    height: 200px;
    background-color: #f2f2f2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
}

#transaction_code_div{
	position: absolute;/*! float: left; */right: 20px;bottom: 10px;color: white; font-family:"Tahoma"; font-size:14px;
}

#transaction_code_div a{
	 font-family:"Tahoma"; font-size:12px;
}
#imgline
{
    width: 40%;
}

#imglshape
{
    width: 40%;
}

#imgopencircuit
{
    width: 40%;
}

#imgqudirateral
{
    width: 40%;
}

.selected_Line
{
    border: groove 3px red;
}

.selected_lshape
{
    border: groove 3px red;
}

.selected_opencircuit
{
    border: groove 3px red;
}

.selected_quadirateral
{
    border: groove 3px red;
}

#imgline:hover
{
    border: groove 3px red;
}

#imglshape:hover
{
    border: groove 3px red;
}

#imgopencircuit:hover
{
    border: groove 3px red;
}

#imgqudirateral:hover
{
    border: groove 3px red;
}

.btn-arrow
{
    width: 45px;
    height: auto;
}

.btn-img
{
    width: 25px;
    height: auto;
}

.btn-result
{
    width: 110px;
    height: auto;
}

@media only screen and (max-width: 1200px)
{
    .btn-arrow
    {
        width: 30px;
        height: auto;
        font-size:10px;
    }

    .btn-img
    {
        width: 20px;
        height: auto;
    }

    .btn-result
    {
        width: 90px;
        height: auto;
        font-size:9px;
    }
    .btn-color
    {
        width: 70px;
        height: auto;
        font-size:9px;
    }
}
@media only screen and (max-width: 800px)
{
    .btn-arrow
    {
        width: 25px;
        height: auto;
        font-size:8px;
    }

    .btn-img
    {
        width: 15px;
        height: auto;
    }

    .btn-result
    {
        width: 70px;
        height: auto;
        font-size:9px;
    }
    .btn-color
    {
        width: 60px;
        height: auto;
        font-size:9px;
    }
}
