﻿.clear
{
    clear:both;
}

.sticky
{
    position:fixed;
    top:0px;
    left:0px;    
}

html, body, p, h1, h2, h3, h4, h5
{
    font-family: 'Junge', serif;
    color:#333333;
}

h1 {
    font-size:1.5em;
    margin-bottom:0;
    padding-bottom:0;
    }

h1 a, h1 a:visited, h1 a:link, h1 a:active {
        font-size: 1.5em;
        text-decoration: none;
        color: white;
        font-weight:bold;
    }

input,textarea,select
{
    font-family: 'Courier New';
    font-size:12px;
}

p,a,h1 a, h2 a, h3 a, label
{
    font-weight:normal;
    font-size:14px;
}

body
{
    margin:0;
    padding:0;
}

form
{
    padding:0px;
}

label
{
    display:inline-block;
    width:200px;
    text-align:right;
    padding-right:10px;
    vertical-align:top;
}

textarea
{
    width:400px;
    height:80px;
}

header
{
    background-color:#222222;    
    padding:10px 30px 30px 30px;
}

header div
{
    float:right;
    margin-right:50px;    
}

header div label
{
    vertical-align:middle;
    width:60px;
}

header h1, header label
{
    color:White;
    margin-top:0px;
}

.main
{
    padding:10px 30px 30px 30px;
}

#MessageBox
{
    width:auto;
    min-height:30px;
    padding:10px;
    background:#E8E8E8;
    font-weight:bold;
    color:Black;
    text-align:center;    
}

.message-box-message {
    color: blue;
}

.message-box-error {
    color: red;
}

#OrderActions {display:inline-block;width:100%;}
#OrderLines, #OrderActions {max-width:1378px;}

table
{
   border-collapse:collapse;   
}

table th
{
    text-align:left;
    padding:5px;
    background:#222222;
    color:White;
    border:solid 1px #222222;    
}

table td 
{
    text-align:left;
    border:solid 1px #222222;    
    padding:5px;    
}

table td textarea
{
    width:300px;
    height:60px;   
}

table td input[type=text]
{
    width:50px
}

table tr:nth-child(odd) td
{
    background:#fafafa;
}

table tr:nth-child(even) td
{
    background:#EAEAEA;
}


span.info
{
    font-style:italic;
    color:#AAAAAA;
    font-size:12px;
    padding-left:30px;
}

#TotalsBox
{
    position:fixed;
    right:0px;
    bottom:0px;
    background:#222222;    
    padding:10px;
}

#TotalsBox p
{
    color:White;
    font-size:24px;
    margin:0;
}

#TotalsBox p span
{
    font-weight:bold;
}

.projectDetails
{
    display:inline-block;            
}

.projectDetails label
{    
    display:block;
    float:left;
    height:50px;
}

.projectDetails div
{
    float:left;
}

.projectDetails select
{
    width:405px;
}

table td .row-controls
{    
    font-size:10px;    
    line-height:0px !important;
}

.black-overlay
{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:black;
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    z-index:10000;
}

.large-dialog
{   
    display:none; 
    position:fixed;
    width:890px;
    height:500px;
    left:50%;
    margin-left:-400px;
    top:50%;
    margin-top:-250px;
    background:white;
    overflow:auto;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 1px 7px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 1px 7px 0px rgba(50, 50, 50, 1);
    z-index:20000;
    padding:10px;
}

.fix-height-import-panel
{
    height:280px;
    overflow:auto;
}

#row_import_table
{
    width:800px;    
}

#row_import_table td, #row_import_table th
{
    font-size:11px !important;
}

.full-screen-modal 
{
    z-index:1000000;
    background:black;
    opacity: .7; filter: alpha(opacity = 70); -moz-opacity: 0.7;
    position: absolute; 
    left: 0; 
    top: 0;         
    width:100%;
    height:100%;
}


.full-screen-modal-content
{
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index:10000000;    
    width:100%;    
    margin-left:0%;
    margin-top:5%;    
    opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1;
    text-align:center;
}

.full-screen-modal-content > *
{
    display:inline-block;
    text-align:left;
}

.email-form
{
    padding:20px 40px;
    background: white;
    border:solid 1px #eaeaea;
    border-radius:5px;
    width:800px;        
}

.email-form input {width:70%;}
label.left-label
{
    text-align:left;
    width:20%;
}
small { float:right; padding-right:11%;}

.email-form textarea {width:100%; height: 200px;}

#ClientEmail { width:240px; }

.summary-cost-row td {color: blue;}

.quickSendCostRow td { background-color:paleturquoise !important;}

.invalidVAT {
    background-color: palevioletred !important;
}