/* 
    Document   : base
    Created on : Nov 14, 2013, 8:36:01 PM
    Author     : Dinesh
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;

}

body
{
    padding: 0;
    margin: 0;
    background-color: #fff;
}

a{text-decoration: none;}

.navbar
{
    background-color: #333;
    height: 70px;
    box-shadow: 0 1px 5px #000;
    border: none;
}


.header-menu
{
    margin-top: 25px;
    margin-right: 20px;
    font-size: 13px;
    color: #fff;
}

.header-menu a
{
    text-decoration: none;
    color: #999;
}

.header-menu a:hover
{
    color: #00CCFF; 
}

a.current{color: #00CCFF; }

#myCanvas
{
    margin-top: 20px;
    border: 1px solid #fff;


}

.canvasHolder
{
    margin-left: -20px;
}

.control-panel
{
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
}

.control-panel h3
{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
        padding-bottom: 15px;
    background-image: url(../images/border.png);
    
    background-repeat: repeat-x;
    background-position: bottom;
}

.navbar-brand
{
    margin-top: 7px;
    font-size: 25px;
    color: #00CCFF;
    font-weight: bold;
    text-align: center;
}

.sub-brand
{
    font-size: 11px;
    color: #999;
    font-weight: normal;
    
}

.description
{
    font-size: 12px;
    color: #ccc;
    text-align: justify;
    margin-bottom: 25px;
}

input
{
    margin-bottom: 20px;
}

.lbl
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.output
{
    float: right;
    margin-top: -30px;
}


.btn-default
{
    background-color:#444;
    color: #fff;
    border: none;
    width: 100px;
}

.btn-default:hover, .btn-default:focus
{
    background-color: #333;
    color: #00CCFF; 
    outline: none;
}



.btns
{
    text-align: center;
    margin-top: 25px;
}

.footer
{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    width: 95%;
    padding-bottom: 30px;
    
        background-image: url(../images/border.png);
    
    background-repeat: repeat-x;
    background-position: top;
}