/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
#headfisrt{
    border:2px solid #222222;
    border-right:0px solid #222222;
    height: 25px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
    text-align: center;
}
#headmiddle{
    border:2px solid #222222;
    border-right:0px solid #222222;
    height: 25px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
    text-align: center;
}
#headlast{
    border:2px solid #222222;
    height: 25px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
    text-align: center;
}
#border{
    border:1px solid #222222;
    border-bottom:0px;

    padding-right:5px;
    text-align:center;
    height: 25px;
    text-align: center;
}
#borderleft{
    border:1px solid #222222;
    border-bottom:0px;
    font-size: 14px;
    padding:5px;
    text-align:left;
    height: 25px;
    text-align: left;
}
#first{
    border:1px solid #222222;
    border-right:0px;
    border-bottom:0px;

    padding-right:5px;
    text-align:center;
    height: 25px;
    text-align: center;
}
#firstleft{
    border:1px solid #222222;
    border-right:0px;
    border-bottom:0px;

    padding-right:5px;
    text-align:center;
    height: 25px;
    text-align: left;
}
#firstright{
    border:1px solid #222222;
    border-right:0px;
    border-bottom:0px;

    padding-right:5px;
    text-align:right;
    height: 25px;
    text-align: left;
}
#middle{
    border:1px solid #222222;
    border-right:0px;
    border-bottom:0px;
    text-align:center;
    padding-right:5px;
    height: 25px;
}
#last{
    border:1px solid #222222;
    border-bottom:0px solid #222222;
    text-align:center;
    padding-right:5px;
    height: 25px;
}
.hidden {
    display: none;
}
#red{
    color: red;
}
#black{
    color: #222222;
}
#currency{
    text-align: right;
    padding: 5px;
}
#btn_padding_10{
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
#btn_padding_5{
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
#btn_padding_2{
    padding: 3px;
}
#header-menu{
    background-color: #3276b1;
    padding: 15px;
    margin: 1px;
    color: #fff;
    font-weight: bold;
}
#header-menu:hover{
    background-color: #dedede;
    padding: 15px;
    margin: 1px;
    color: #333fb3;
    font-weight: bold;
}
 #href{
    color:#fff;
 }
 #black{
    color:#222;
 }
 #white{
    color:#fff;
 }
 #left{
    float:left;
    padding:5px;
 }
 .amount{
    text-align:right;
    padding:5px;
 }
#right{
    float:right;
    padding-right:5px;
}
 #clear{
    clear:both;
 }
 #break{
    line-height:25px;
 }
 #green_border{
    border:1px solid green;
    width:94%;
    margin-left:10px;
 }