/* 
    Document   : main
    Created on : 2014-1-28, 9:53:34
    Author     : Stoiko
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body.menu{
    background: url('/img/bg.png') repeat;
}

#wrap {
    margin: 20px 10px;
    min-width: 1210px;
}

#logo{
    background: url('/img/logo.gif') #fff no-repeat;
    border: #333 solid 1px;
    text-align: right;
    font-size: 2.5em;
    height: 100px;
    margin-bottom: 15px;
    padding-right: 15px;
}

#nav {
    height: 2em;
    margin-bottom: 10px;
}

#nav .left,
#nav .right{
    display: inline-block;
}

#nav .left{
    float: left;
}
#nav .right{
    float: right;
}

.dataTable{
    width: 100%;
    background-color: #eef4f9;
}

.dataTable tbody tr:nth-child(2n){
    background-color: #dbe9f4;
}

.dataTable tbody tr:hover{
    background-color: #fbe3a0;
}

.DataTables_sort_icon{
    float: right;
}

.dataTables_info{
    display: inline-block;
}

.dataTables_paginate{
    float: right;
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    margin: 0;
}

.dataTables_length{
    display: inline-block;
}

.dataTables_filter{
    float: right;
}

#loginForm {
    width: 400px;
    margin: 20px auto;
}

.formRow{
    text-align: center;
    margin-bottom: 5px;
}

.formRow label{
    display: inline-block;
    text-align: right;
    width: 150px;
}

.formRow .formInput{
    display: inline-block;
    width: 150px;
}

.error{
    color: #e00;
}

fieldset legend{
    background-color: #fff;
}

#invoiceMain{
    position: relative;
}

#originalLabel{
    color: #000;
    font-family: Arial;
    font-size: 9em;
    opacity: 0.2;
    position: absolute;
    text-align: center;
    top: 400px;
    transform: rotate(-35deg);
    -ms-transform:rotate(-35deg); /* IE 9 */
    -webkit-transform:rotate(-35deg); /* Safari and Chrome */
    width: 100%;
    z-index: 1;
}

#passwordChangeForm label{
    width: 200px;
}