/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body, html {
    margin: 5px 0;
    color: #666666;
    height: 100%;
    min-height: 100%;
}

body, td {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
}

h1 {
}

h2, h3, h4, h5, h6 {
    color: #1b9dec;
}

p, ol, ul {
    text-align: justify;
}

strong {
    font-weight: bold;
}

a {
    color: #87A019;
}

    a:hover {
        text-decoration: none;
        color: #2582A4;
    }

.box {
    margin-bottom: 0;
    padding-bottom: 0;
    background: url(/styles/template/img07.gif) repeat-x left bottom;
}

.white-space-pre {
    white-space: pre-wrap;
}

.image {
    float: left;
    margin: 3px 0 0 0;
    padding: 0;
}

.indent {
    margin-left: 125px;
}

/* Header */

#banner {
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: right;
}

#header {
    height: 37px;
    margin: 0 10px;
    background: #BECF74 url(/styles/template/img01.gif) repeat-x;
    border-bottom: 3px solid #FFFFFF;
}

/* Menu */

#menu {
    float: left;
    height: 37px;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    background: url(/styles/template/img02.gif) no-repeat;
}

    #menu li {
        display: inline;
    }

    #menu a {
        display: block;
        float: left;
        height: 27px;
        padding: 10px 7px 0px 7px;
        text-transform: lowercase;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
    }

        #menu a:hover {
            background: #A4B74C url(/styles/template/img04.gif) repeat-x;
        }

/* Search */

#menuright {
    float: right;
    height: 28px;
    margin: 0;
    padding: 9px 0px 0 0;
    background: url(/styles/template/img03.gif) no-repeat right top;
}

    #menuright .menulink {
        display: block;
        float: left;
        text-decoration: none;
        font-size: 13px;
        padding-right: 15px;
        padding-top: 1px;
        color: #FFFFFF;
    }

    #menuright a:hover {
        text-decoration: underline;
    }

    #menuright fieldset {
        display: inline;
        margin: 0;
        padding: 0;
        border: none;
    }

#input1 {
    width: 164px;
    padding: 2px 5px;
    background: #FFFFFF;
    border: none;
}

.SearchButton {
    background: #87C4DB;
    border: none;
    text-transform: lowercase;
    font-size: 13px;
    color: #FFFFFF;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
}

/* Content */

#content {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#RightColumn {
    width: 20%;
    padding-bottom: 15px;
    vertical-align: top;
}

    #RightColumn ul {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        list-style: none;
    }

    #RightColumn li {
        padding: 5px 0;
        border-top: 1px solid #EFEFEF;
    }

        #RightColumn li.first {
            border: none;
        }

    #RightColumn h3 {
        color: #1b9dec;
        border-bottom: 1px solid #1b9dec;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: bold;
        margin-top: 24px;
    }

#LeftColumn {
    padding: 5px;
    width: 77%;
    vertical-align: top;
}

    #LeftColumn.FullWidth {
        width: 100%;
    }

    #LeftColumn h2 {
        margin-top: 0;
        font-size: 26px;
    }

    #LeftColumn h3 {
        color: #1b9dec;
        border-bottom: 1px solid #1b9dec;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: bold;
        margin-top: 18px;
    }

    #LeftColumn h4 {
        margin-top: 0;
        font-size: 11px;
        font-weight: normal;
    }

    #LeftColumn .box {
        margin: 0 -30px 30px -20px;
        padding: 0 30px 0 20px;
    }

    #LeftColumn .bottom {
        margin: 0 0 20px -20px;
        padding: 0 0 20px 20px;
    }

.clear {
    clear: both;
    margin-bottom: 10px;
}

    .clear.withborder {
        border-bottom: 1px dashed #666633;
    }

/* Post */

.post {
    margin-top: 20px;
    min-height: 105px;
}

    .post .date {
        float: left;
        width: 76px;
        height: 76px;
        margin: 0;
        margin-right: 20px;
        padding-top: 2px;
        padding-bottom: 5px;
        background: #514F42;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
    }

        .post .date.min {
            background: lightgray;
        }

        .post .date b {
            margin: 0;
            padding: 0;
            display: block;
            margin-top: -5px;
            font-size: 40px;
            padding-top: 6px;
        }

    .post .title {
        margin: 0;
        padding: 0px 0 0 0;
        margin-left: 10px;
        padding-left: 50px;
        font-size: 1.8em;
    }

        .post .title h2 {
            padding: 0;
            margin: 0;
        }

    .post .hr1 {
    }

    .post .entry {
        margin: 0;
        margin-left: 10px;
        padding: 0px;
        float: left;
        padding-bottom: 10px;
        font-size: 12px;
    }

        .post .entry p {
            margin: 0px;
            margin-bottom: 10px;
        }

        .post .entry .headingleft {
            color: #9db145;
            margin: 0px;
            font-size: 14px;
            border-top: 1px dotted #dfe5c5;
            padding-top: 5px;
            padding-bottom: 4px;
            float: left;
            width: 50%;
            font-weight: bold;
        }

            .post .entry .headingleft.top {
                border: none;
            }

        .post .entry .headingright.top {
            border: none;
        }

        .post .entry .headingleft.min {
            border: none;
            padding: 0px;
        }

        .post .entry .headingright {
            color: #9db145;
            margin: 0px;
            font-size: 14px;
            border-top: 1px dotted #dfe5c5;
            padding-top: 5px;
            padding-bottom: 4px;
            float: left;
            width: 49%;
            text-align: right;
        }

            .post .entry .headingright a {
                text-decoration: none;
            }

        .post .entry .subgroup {
        }

            .post .entry .subgroup ul {
                padding-top: 0px;
                margin-top: 0px;
                padding-bottom: 0px;
                margin-bottom: 0px;
            }

                .post .entry .subgroup ul li {
                    color: black;
                    padding-top: 0px;
                    margin-top: 0px;
                    padding-bottom: 5px;
                    margin-bottom: 0px;
                }

                    .post .entry .subgroup ul li a {
                        color: #192dc7;
                        text-decoration: none;
                    }

.dateleft {
    float: left;
    width: 76px;
    height: 80px;
}

/* Footer */

#footer {
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    padding-top: 40px;
    background: url(/styles/template/img11.gif) repeat-x;
}

    #footer p {
        margin: 0;
        text-align: center;
    }

/* -- FORMS -- */

.formedit {
    background-color: #ffffff;
    border: solid 1px #9d9d9d;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    color: Black;
}

    .formedit.cleanform {
        background-color: inherit;
        border: solid 1px orange;
    }

    .formedit .formlabel, .FormFormat {
        display: block;
        width: 160px;
        float: left;
        margin-bottom: 5px;
    }

    .formedit .formlabel {
        text-align: left;
        width: 160px;
        padding-right: 20px;
        font-weight: bold;
        padding-top: 4px;
        vertical-align: middle;
    }

    .formedit .Units {
        font-weight: bold;
        float: left;
        height: 18px;
        width: 50px;
        padding-top: 5px;
        padding-left: 3px;
    }

.FormAdditional {
    padding-left: 8px;
}

.formedit .FormAdditional img {
}

.formlabel .required {
    font-weight: bold;
    color: Orange;
}

.formedit .formlabelhead {
    padding: 20px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    color: #949595;
    font-size: 14px;
}

.formedit br {
    clear: left;
}

.formedit input {
    font-size: 1.2em;
}

.feedback {
    background-color: #FEFF9F;
    color: Black;
    font-size: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-weight: bold;
    border: solid 1px Yellow;
}

.yes {
    background-color: #EFFFEF;
    color: Black;
    font-size: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    border: solid 2px Green;
}

.no {
    background-color: #FFEFEF;
    color: Black;
    font-size: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
    border: solid 2px Red;
}

/* BOXES */
.darkgraybox {
    background: #353535;
    margin-top: 5px;
    margin-bottom: 5px;
}

.darkgrayboxtop {
    background: url(/images/corners/darkgray/ne.gif) no-repeat top right;
}

    .darkgrayboxtop div {
        font-size: 12px;
        color: white;
        padding-left: 10px;
        font-weight: bold;
        height: 16px;
        background: url(/images/corners/darkgray/nw.gif) no-repeat top left;
        overflow: hidden;
    }

.darkgrayboxbottom {
    background: url(/images/corners/darkgray/se.gif) no-repeat bottom right;
}

    .darkgrayboxbottom div {
        height: 8px;
        color: white;
        font-size: 0;
        margin-left: 0px;
        padding-left: 7px;
        padding-right: 7px;
        background: url(/images/corners/darkgray/sw.gif) no-repeat bottom left;
        overflow: visible;
        display: block;
    }

.darkgrayboxcontent {
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    background: #ffffff;
    border-left: solid 1px #353535;
    border-right: solid 1px #353535;
    color: #404040;
}

.lightgraybox {
    background: #E5E5E5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lightgrayboxtop {
    background: url(/images/corners/gray/ne.gif) no-repeat top right;
}

    .lightgrayboxtop div {
        font-size: 12px;
        color: #353535;
        padding-left: 10px;
        font-weight: bold;
        height: 16px;
        background: url(/images/corners/gray/nw.gif) no-repeat top left;
        overflow: hidden;
    }

.lightgrayboxbottom {
    background: url(/images/corners/gray/se.gif) no-repeat bottom right;
}

    .lightgrayboxbottom div {
        height: 8px;
        color: white;
        font-size: 0;
        margin-left: 0px;
        padding-left: 7px;
        padding-right: 7px;
        background: url(/images/corners/gray/sw.gif) no-repeat bottom left;
        overflow: visible;
        display: block;
    }

.lightgrayboxcontent {
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    background: #ffffff;
    border-left: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
    color: #404040;
}

.brightgreenbox {
    background: #B4F604;
    margin-top: 5px;
    margin-bottom: 5px;
}

.brightgreenboxtop {
    background: url(/images/corners/brightgreen/ne.gif) no-repeat top right;
}

    .brightgreenboxtop div {
        font-size: 12px;
        color: #353535;
        padding-left: 10px;
        font-weight: bold;
        height: 16px;
        background: url(/images/corners/brightgreen/nw.gif) no-repeat top left;
        overflow: hidden;
    }

.brightgreenboxbottom {
    background: url(/images/corners/brightgreen/se.gif) no-repeat bottom right;
}

    .brightgreenboxbottom div {
        height: 8px;
        color: white;
        font-size: 0;
        margin-left: 0px;
        padding-left: 7px;
        padding-right: 7px;
        background: url(/images/corners/brightgreen/sw.gif) no-repeat bottom left;
        overflow: visible;
        display: block;
    }

.brightgreenboxcontent {
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    background: #ffffff;
    border-left: solid 1px #B4F604;
    border-right: solid 1px #B4F604;
    color: #353535;
}

.bluebox {
    background: #006AD0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.blueboxtop {
    background: url(/images/corners/blue/ne.gif) no-repeat top right;
}

    .blueboxtop div {
        font-size: 12px;
        color: white;
        padding-left: 10px;
        font-weight: bold;
        height: 16px;
        background: url(/images/corners/blue/nw.gif) no-repeat top left;
        overflow: hidden;
    }

.blueboxbottom {
    background: url(/images/corners/blue/se.gif) no-repeat bottom right;
}

    .blueboxbottom div {
        height: 8px;
        color: white;
        font-size: 0;
        margin-left: 0px;
        padding-left: 7px;
        padding-right: 7px;
        background: url(/images/corners/blue/sw.gif) no-repeat bottom left;
        overflow: visible;
        display: block;
    }

.blueboxcontent {
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    background: #ffffff;
    border-left: solid 1px #006AD0;
    border-right: solid 1px #006AD0;
    color: #404040;
}

.StatusBack {
    padding: 5px;
    background-color: #F3F3F3;
    border: solid 1px gray;
    margin-bottom: 5px;
    display: inline-block;
}

.formeditfieldset {
    padding: 5px;
    margin: 3px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    .formeditfieldset label {
        float: left;
        width: 110px;
        font-weight: bold;
        color: Black;
    }

.FormEditFieldSetFormat {
    margin-bottom: 5px;
}

/*Form Styles */

.cssform p {
    clear: left;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 125px; /*width of left column containing the label elements*/
    height: 1%;
    margin-left: 5px;
}

.cssform label {
    font-weight: bold;
    float: left;
    margin-left: -125px; /*width of left column*/
    width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform select {
    width: 180px;
}

.cssform textarea {
    width: 400px;
    height: 70px;
}

/* Button Layouts */
.ButtonLeft {
    FLOAT: left;
    WIDTH: 30%;
}

.ButtonRight {
    FLOAT: right;
}

.TabContentHeader {
    background-color: #BCCD6F;
    border: 0px solid #FE8A02;
    padding: 4px;
    color: white;
    font-weight: bold;
    height: 15px;
    vertical-align: middle;
}

    .TabContentHeader.Lighter {
        background-color: #efefef;
        border: 0px solid #c3c3c3;
        padding: 4px;
        color: gray;
        font-weight: bold;
    }

.TabContentBody {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.TabTable {
    width: 100%;
}

.TabTable td {
    font-size: 11px;
    vertical-align: top;
}

.TabTable td.TableHeader {
	font-weight: bold;
	width: 120px;
	vertical-align: middle;
}

	.TabTable td.TableHeaderFade {
		font-weight: bold;
		width: 120px;
		vertical-align: middle;
		color: #A0A0A0;
	}

	.TabTable span.TableDataFade {
		color: #A0A0A0;
		font-style: italic;
	}

	.ButtonLink {
		font: 10px Arial, Helvetica, sans-serif;
		line-height: 39px;
		border: solid 1px #1b9dec;
		background-color: #e8eef9;
		padding: 5px;
		color: #808080;
		font-weight: bold;
		margin-right: 2px;
		text-decoration: none;
	}

		.ButtonLink a {
			text-decoration: none;
		}

.docsheetcomplete {
    background-color: #f5ffea;
    color: Black;
    font-size: 10px;
    vertical-align: top;
    border-collapse: collapse;
    padding: 4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    min-height: 27px;
}

.docsheetincomplete {
    background-color: #FFEFEF;
    color: Black;
    font-size: 10px;
    vertical-align: top;
    border-collapse: collapse;
    padding: 4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    min-height: 27px;
}

.docsheetamend {
    background-color: #FFEFEF;
    color: Black;
    font-size: 10px;
    vertical-align: top;
    border-collapse: collapse;
    margin-bottom: 2px;
    padding: 4px;
}

    .docsheetcomplete td, .docsheetincomplete td, .docsheetamend td {
        vertical-align: top;
        padding: 1px;
    }

.docsheetcomplete td {
    border: solid 1px green;
}

.docsheetincomplete td, .docsheetamend td {
    border: solid 1px Red;
}

td.docsheetmaincolumnleft {
    background-color: #f8f8f8;
    font-size: 11px;
    border-style: none;
    border: solid 1px #efefef;
    text-align: center;
}

.docsheetcomplete td.docsheetmaincolumnleft {
    border-right: solid 1px green;
}

.docsheetincomplete td.docsheetmaincolumnleft {
    border-right: solid 1px Red;
}

td.docsheetmaincolumnright {
    background-color: #f8f8f8;
    font-size: 10px;
    border-style: none;
    border: solid 1px #efefef;
}

    td.docsheetmaincolumnright input[type='checkbox'] {
    }

.docsheetcomplete td.docsheetmaincolumnright {
    border: solid 1px green;
    background-color: #e8eecc;
}

.docsheetincomplete td.docsheetmaincolumnright {
    border: solid 1px red;
    background-color: #FFEFEF;
}

.docsheetcomplete td, .docsheetincomplete td {
    vertical-align: top;
    padding: 2px;
    text-align: left;
}

.docsheetcomplete td {
    border: solid 1px green;
    background-color: #e8eecc;
}

.docsheetincomplete td {
    border: solid 1px Red;
    background-color: #FFEFEF;
}

td.docsheetcontents {
    background-color: #efefef;
    text-align: center;
}

    td.docsheetcontents input {
        font-size: 10px;
    }

td.docsheetheader {
    text-align: left;
}

.docsheetincomplete td.docsheetspacer {
    border-style: none;
    border-bottom: solid 1px red;
    background-color: #f8f8f8;
}

.docsheetcomplete td.docsheetspacer {
    border-style: none;
    border-bottom: solid 1px green;
    background-color: #f8f8f8;
}

.docsheetnotrequired {
    background-color: #efefef;
    color: Black;
}

	.docsheetnotrequired .document-item-title {
		text-decoration-line: line-through;
	}

	.docsheetnotrequired .document-item-controls {
		display: none;
	}

.docsheetreadonly {
    background-color: #efefef;
    color: Black;
    font-size: 10px;
    vertical-align: top;
    border-collapse: collapse;
    padding: 4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    min-height: 27px;
}

.pager {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    background-attachment: scroll;
    background-color: white;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 99, 220);
    cursor: auto;
    display: inline;
    height: 0px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    text-decoration: none;
    width: 0px;
    line-height: 30px;
}

.pagercurrent {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    background-attachment: scroll;
    background-color: white;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    border-top-color: rgb(153, 153, 153);
    color: rgb(255, 0, 132);
    display: inline;
    font-size: 13px;
    font-weight: bold;
    height: 0px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    vertical-align: top;
    width: 0px;
    line-height: 30px;
}

.GroupWrapper {
    padding-bottom: 10px;
}

.WatermarkClass {
    font-style: italic;
    color: gray;
}

.cke_bottom {
    display: none
}

.consignmentTable, .bookingTable, .booking-table {
    border-collapse: collapse;
}

    .consignmentTable th, .bookingTable th, .booking-table th, .consignmentTable td, .bookingTable td, .booking-table td {
        border: 1px solid #efefef;
    }

    .consignmentTable thead tr, .bookingTable thead tr, .booking-table thead tr {
        background-color: #7F9928;
        color: #FFFFFF;
    }

    .consignmentTable th, .bookingTable th, .booking-table th {
        padding: 2px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .consignmentTable .consignmentDetailRow, .bookingTable .consignmentDetailRow, .booking-table .consignmentDetailRow {
        background-color: #efefef;
    }

    .consignmentTable td, .bookingTable td, .booking-table td {
        text-align: center;
        white-space: nowrap;
        width: auto;
        padding-left: 2px;
        padding-right: 2px;
    }

        .consignmentTable td.take-note-red, .bookingTable td.take-note-red, .booking-table td.take-note-red {
            background-color: #ffe7e5;
            color: red;
        }

        .consignmentTable td.take-note-orange, .bookingTable td.take-note-orange, .booking-table td.take-note-orange {
            background-color: #fff4e5;
            color: orange;
        }

        .consignmentTable td.take-note-green, .bookingTable td.take-note-green, .booking-table td.take-note-green {
            background-color: #e5ffe5;
            color: green;
        }

/* Container Table */
.containerTable {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

    .containerTable thead tr {
        background-color: #66CCCC;
        color: #000000;
    }

    .containerTable th {
        padding-left: 8px;
        padding-right: 8px;
    }

    .containerTable td {
        color: #000000;
        height: 30px;
    }

        .containerTable td.emptyValue {
            color: #FF0000;
        }

.consignmentNoteLoadTable {
}

    .consignmentNoteLoadTable th, .consignmentNoteLoadTable td {
        border: 1px solid #BBBBBB;
    }

    .consignmentNoteLoadTable th {
        background-color: #66CCCC;
        color: #000000;
        height: 30px;
    }

.consignment-container-expander {
    cursor: pointer;
}

.editable-input {
    white-space: nowrap;
}

.required-docs-setup {
    width: 100%;
}

    .required-docs-setup td {
        vertical-align: middle;
    }

    .required-docs-setup tr {
        background-color: #f7f7f7
    }

.setup-doc-name {
    width: 220px;
    font-weight: bold;
    height: 25px;
    font-size: 11px;
}

.setup-doc-required-column {
}

.setup-doc-approval-column {
    width: 50px;
    text-align: center;
    height: 25px;
}

.setup-doc-dirco-column {
    width: 50px;
    text-align: center;
    height: 25px;
}

.setup-doc-per-container-column {
    width: 50px;
    text-align: center;
    height: 25px;
}

.setup-doc-copy-column {
    width: 50px;
    text-align: center;
    height: 25px;
}

.setup-dirco-column {
    width: 50px;
    text-align: center;
    height: 25px;
}

.setup-doc-dirco-column.header-column {
    display: inline;
    float: right;
    padding-right: 6px;
}

.setup-doc-per-container-column.header-column {
    display: inline;
    float: right;
    padding-right: 6px;
}

.setup-doc-approval-column.header-column {
    display: inline;
    float: right;
}

.setup-doc-copy-column.header-column {
    display: inline;
    float: right;
    padding-right: 10px;
}

/* New Generic classs : 2020-05-22*/
.filters-extra-expander,
.booking-filters-extra-expander,
.update-units-filters-extra-expander,
.consignment-filters-extra-expander,
.cargo-dues-consignment-filters-extra-expander,
.customs-entry-consignment-filters-extra-expander,
.non-fruit-shipments-consignment-filters-extra-expander,
.ucr-consignment-filters-extra-expander,
.origin-doc-consignment-filters-extra-expander,
.invoice-attesting-consignment-filters-extra-expander,
.customs-consignment-filters-extra-expander,
.exportdocs-consignment-filters-extra-expander,
.originalbol-consignment-filters-extra-expander,
.unassigned-consignment-filters-extra-expander,
.finaldocs-consignment-filters-extra-expander,
.sidue-consignment-filters-extra-expander,
.amendments-consignment-filters-extra-expander,
.load-docs-consignment-filters-extra-expander,
.phytos-consignment-filters-extra-expander,
.bol-consignment-filters-extra-expander,
.copy-docs-consignment-filters-extra-expander,
.sample-docs-consignment-filters-extra-expander,
.exp-cert-consignment-filters-extra-expander,
.template-consignment-filters-extra-expander,
.drafts-consignment-filters-extra-expander,
.payments-consignment-filters-extra-expander,
.telex-consignment-filters-extra-expander,
.courier-consignment-filters-extra-expander,
.updateunitdetails-consignment-filters-extra-expander,
.customsquickupload-consignment-filters-extra-expander,
.cargodueupdate-consignment-filters-extra-expander,
.unconfirmed-loads-filters-extra-expander,
.current-loads-filters-extra-expander,
.completed-consignment-filters-extra-expander,
.tracking-consignment-filters-extra-expander,
.containertracking-consignment-filters-extra-expander,
.cancelled-consignment-filters-extra-expander,
.containers-extra-expander,
.amendments-extra-expander,
.container-group-expander,
.consignment-extra-expander {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    position: absolute;
}

.container-expander {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
}

.filters-extra-expander-img {
    cursor: pointer;
}

.assigned-consignment-container-expander-img,
.consignment-extra-expander-img,
.containers-extra-expander-img,
.amendments-extra-expander-img,
.lc-extra-expander-img,
.container-group-expander-img,
.toggle-all-container-expander {
    cursor: pointer;
}

.setup-doc-name {
}

    .setup-doc-name.alert {
        color: red;
        font-weight: bold;
    }

        .setup-doc-name.alert img {
            vertical-align: middle;
        }

._filterText {
    width: 95%;
}

#dropzone {
    margin-bottom: 3rem;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}

    .dropzone .dz-message {
        font-weight: 400;
    }

        .dropzone .dz-message .note {
            font-size: 0.8em;
            font-weight: 200;
            display: block;
            margin-top: 1.4rem;
        }

.multi-dropdown dd, .multi-dropdown dt {
    margin: 0px;
    padding: 0px;
}

.multi-dropdown ul {
    margin: -1px 0 0 0;
}

.multi-dropdown dd {
    position: relative;
}

.multi-dropdown span.multi-click,
.multi-dropdown span.multi-click:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.multi-dropdown dt span.multi-click {
    background-color: #1b9dec;
    display: block;
    padding: 8px 10px 5px 10px;
    height: 24px;
    line-height: 21px;
    overflow: hidden;
    border: 0;
    width: 100px;
    text-align: center;
}

    .multi-dropdown dt span.multi-click span, .multiSel span {
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
    }

.multiSel span {
    font-size: 10px;
}

.multi-dropdown dd ul {
    background-color: #1b9dec;
    border: 0;
    color: #fff;
    display: none;
    left: -180px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    width: 280px;
    list-style: none;
    height: 160px;
    overflow: auto;
    z-index: 9999;
}

.multi-dropdown span.value {
    display: none;
}

.multi-dropdown dd ul li input {
    vertical-align: middle;
}

.multi-dropdown dd ul li span.multi-click {
    padding: 5px;
    display: block;
}

    .multi-dropdown dd ul li span.multi-click:hover {
        background-color: #fff;
    }

.multiSel {
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

.follow-scroll {
    background-color: white;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
