﻿dt {
    padding: 0;
    margin: 0;
}


.content
{
    margin-bottom:0px !important;
	clear:both !important;
	margin-bottom:3px !important;
}

div.labelleft{
	float:left !important;
	width:30em !important;
	clear:none !important;
    display:inline !important;
}

div.labelright{
	float:right !important;
	width:40em !important;
	clear:none !important;
    display:inline !important;
}

.AccountCode
{
	display:inline !important;
	line-height:normal !important;
}

fieldset.fsets {
  padding: 2px !important;
  padding-left: 10px !important;
  margin: 1px 1px 4px 1px !important;
  float:left !important;
  display:inline !important;
  border: #666666 2px solid !important;
  width:96%;
}

fieldset.fsets legend {
    font-size: 110% !important;
    padding: 4px 8px !important;
    display:block;
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#fsets input
{
    width:20px;
}


/* CON ENTRY STYLES START */
#CR_conEntry .k-dropdown,
#CE_conEntry .k-dropdown,
#depotSearch .k-dropdown
 {
    font-size:1.2em;
}

#CE_conEntry input,
#CR_conEntry input,
#depotSearch input
{
    font-size:1.2em !important;
}

#CE_ConsignorCode_listbox li,
#CR_ConsignorCode_listbox li,
#CE_DeliveryPostCode_listbox li,
#CR_DeliveryPostCode_listbox li,
#CE_CollectionPostCode_listbox li,
#CR_CollectionPostCode_listbox li {
    display: inline-block;
    font-size: 1.2em;
    border-bottom: solid 1px #666666;
    padding: 0;
    margin: 0;
    width: 280px;
}

#CR_DeliveryPostCode_listbox li img,
#CE_DeliveryPostCode_listbox li img,
#CR_CollectionPostCode_listbox li img,
#CE_CollectionPostCode_listbox li img {
    float: left;
    padding: 5px 0 5px 2px;
}

#CR_DeliveryPostCode_listbox li span,
#CE_DeliveryPostCode_listbox li span,
#CR_CollectionPostCode_listbox li span,
#CE_CollectionPostCode_listbox li span {
    width: 250px;
    padding-left: 5px;
    float: left;
}

#CE_conEntry,
#CR_conEntry,
#depotSearch {
    background-color: white;
    width: 100%;
}

#conEntryContainer {
    width: 980px;
    margin:0 auto;
    padding-top: 10px;
}

#conEntryHeader, .conEntryMain {
    width: 960px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#CE_CustomsBanner,
#CR_CustomsBanner {
    background: #009390;
    padding-bottom: 4px;
}

    #CE_CustomsBanner h6,
    #CR_CustomsBanner h6 {
        background: #009390;
        color: white;
        padding: 5px;
        margin: 0;
        font-size: 1.5em;
        display: inline-block;
    }

.box {border:2px solid #004B96;}
.box h6 {background:#004B96;color:white;padding:5px;margin: 0; font-size: 1.5em}
.box {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}

.bigGrey {
    font-size: 1.5em;
    color: #666666;
    font-weight: bold;
}

.leftcolumn {
    width: 330px;
    float: left;
}

.rightcolumn
{
    width:610px;
    float: right;
}

.extrarightcolumn 
{
    display: none;
    float: left;
    overflow-x: hidden;
    width:230px;
}

.ce_leftColumnLabel {
    width:90px;
    text-align:right;
}

#finishbuttons
{
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 5em;
}

#conEntryHeader input {
    margin: 0px;
}
/* CON ENTRY STYLES END */

#rightcolumn2
{
    padding-left: 1px; 
	float: right;
}

/*#depotSearchForm {
    background-color: #e4e4e4;
    width: 100%;
    height: 830px;
    font-size: 1.3em;
}

#depotSearchContainer {
    width: 980px;
    margin:0 auto;
    padding-top: 20px;
}*/



/************************
*   Responsive Styles   *
*************************/
@media all and (min-width: 1264px) {
    #conEntryContainer {
        width: 1210px;
    }
    .extrarightcolumn {
        display: inline-block;
        float: right;
    }
}

.leftprintcolumn {
    width: 390px;
    float: left;
    padding-top: 10px;
}

.rightprintcolumn
{
    width: 390px;
    float: right;
    padding-top: 10px;
}

.topprintcolumn {
    width: 800px;
    float: left;
    padding-top: 10px;
}

.printSettingsContainer {
    width: 880px;
    margin: auto;
}

.printSettingsHeader .printSettingsMain {
    width: 760px;
    margin: auto;
    padding-bottom: 5px;
}

.error-label {
    font-size : 1.2em;
    color : red;
}

.invoiceSettingsContainer {
    width: 980px;
    margin: auto;
}

.invoiceSettingsHeader .invoiceSettingsMain {
    width: 760px;
    margin: auto;
    padding-bottom: 5px;
}



