﻿@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .noprint {
        display: none !important;
        width: 0 !important;
    }

    .buttondown, .noprint, .no-print, .keyword-form, #search_form {
        display: none;
    }

    #countrydivcontainer {
        overflow: visible;
        height: auto !important;
    }

        #countrydivcontainer iframe {
            height: auto !important;
        }

    a[href]:after {
        content: none !important;
    }
    .float-top {
        margin-top: -45px;
    }

    .watermark {
        background-image: url(images/watermark.png);
        border: 1px solid #808080;
    }

    .section-head {
        -webkit-print-color-adjust: exact;
    }

    #page-wrapper {
        margin: 0 !important;
    }

    .page-break {
        page-break-after: always;
    }
}

@media (max-width: 768px) {
    #login-box, .login-area {
        max-width: 80% !important;
    }

        #login-box #login-icon {
            display: none;
        }

    #page-wrapper {
        margin: 0 !important;
    }

    .rightbar {
        display: none;
        width: 0 !important;
    }
}

.borderless td, .borderless th {
    border: none;
}

.form-area {
    max-width: 1024px;
    margin: 20px auto;
}

.card-header, .card-header {
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.card-title, .card-title {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

table.table-sm {
    font-size: 80% !important;
}

@media (min-width: 768px) {
    .rightbar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 51px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 700px) {
    .rightbar {
        display: none;
    }


    #page-wrapper {
        margin: 0 0 0 250px !important;
        min-height: 568px;
    }
}

i:after {
    content: "  ";
    display: block;
}



.section {
    position: relative;
}

.banner {
    background-color: aliceblue;
    padding: 10px;
    border-bottom: 5px solid red;
}

.progress-bar {
    background-color: green;
    height: 18px;
}


.back-body {
    background: url(images/backgrnd2.gif) 0 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-footer {
    background-color: ButtonFace;
    padding: 10px;
}

.form-footer, .form-wrapper:after {
    height: 40px;
}

#footer {
    background-color: navy !important;
    color: white !important;
}

    #footer a {
        color: white !important;
        text-decoration: none;
    }

#wrapper {
    width: 100%;
    /*background-color: white;*/
}


#main-wrapper {
    height: 100%;
    padding: 200px 0;
    min-height: 568px;
    position: relative;
}


/*
    Top menu for navigation
*/
#top-menu ul {
    margin: 0;
    padding: 0;
}

#top-menu li {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

#top-menu span.ui-icon {
    float: left;
    margin: 0 4px;
}

#top-menu span.text {
    float: left;
    width: 50px;
    font-size: .8em;
}
/* states and images */
#top-menu .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/*
Input
----------------------------------------------------------*/
.small-label, .s-label, .sm-label {
    width: 80px;
    float: left;
    margin-right: 20px;
}

.small-input, .s-input, .sm-input {
    width: 120px;
    max-width: 140px;
    float: left;
}

.xs-input {
    width: 60px;
    margin-right: 30px;
}

.xs-label {
    width: 80px;
    float: left;
}

.l-input, .lg-input, .large-input {
    width: 520px;
    float: left;
}


.tiny-label, tiny-input, .xs-input {
    width: 60px;
    float: left;
}

.medium-input, .m-input, .med-input, .md-input {
    width: 240px !important;
    margin-right: 40px;
    float: left;
}

label {
    padding-top: 7px;
}

.form-group .row {
    margin-bottom: 10px !important;
}

.label-spacer {
    margin-right: 30px;
    float: left;
}

.listbox select {
    min-width: 120px;
    width: 100%;
    padding: 5px;
}


.input-box, .input-field {
    float: left;
}


.modal-header {
    padding: 5px 10px;
}

.modal-body {
    position: relative;
    overflow-y: hidden;
    max-height: 400px;
    padding: 15px;
}


.modal-content {
    overflow: hidden;
}

.sm-modal {
    width: 800px;
    height: 500px;
    max-height: 100%;
}

.md-modal {
    width: 800px;
    height: 600px;
    max-height: 100%;
}

i.l-break {
    display: inline;
}

    i.l-break:after {
        content: "\A";
        white-space: pre;
    }


.clear {
    clear: both;
}

    .clear:after {
        content: "";
        display: block;
        clear: both;
    }


.nowrap {
    white-space: nowrap;
}

.column {
    float: left;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.row .column:last-child {
    margin-right: 0;
}

.action-column {
    width: 1%;
    text-align: center;
}

.spacer {
    margin-right: 10px;
}

.h-center {
    margin: 0 auto;
}

.hidden {
    display: none;
}

.comment {
    padding: 5px;
    border: 1px solid black;
    width: 100%;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    padding: 5px 0;
    margin: 0;
}

a img {
    border: none;
}

iframe {
    display: block;
    width: 100%;
    border: none;
}



/* TABLE
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: inherit;
}

    table td {
        font-size: 1em;
        padding: 6px;
        vertical-align: middle;
    }

    table th {
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
        font-weight: bold;
    }


.main-table td {
    padding: 5px;
}

.header-table {
    background-color: #F7F7F7;
    border: 1px solid #808080;
    width: 100%;
    margin-bottom: 10px;
}

    .header-table td {
        font-size: .9em;
        border: 1px solid gray;
    }

    .header-table th {
        border: 1px solid gray;
        font-size: 1em;
    }

.keyword-table {
    background-color: buttonface;
    border: 1px solid #808080;
}

.list-table td, .info-table td {
    border: 1px solid #808080;
    font-size: .85em;
    padding: 2px;
}

    .list-table td input[type="text"] {
        padding: 0 5px;
        border: none;
    }

.report-table td, .report-total td, .front-table td {
    font-size: .9em;
    border-bottom: 1px dotted #808080;
    padding: 2px;
}

.list-table tr:nth-child(even),
.report-table tr:nth-child(even),
.front-table tr:nth-child(even),
.forum-table tr:nth-child(even) {
    background-color: #eee;
}

.list-table th, .info-table th, .report-table th {
    font-size: .9em;
    border: 1px solid #808080;
    padding: 3px;
    text-align: center;
    background-color: buttonface;
}

.front-table th {
    font-size: .9em;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 3px;
    text-align: center;
    background-color: aliceblue;
}

.list-table tr.highlight, .report-table tr.highlight {
    background-color: #ffcccc;
    cursor: pointer;
}


.section-head {
    color: white;
    background-color: #003399;
    min-width: 200px;
    float: left;
    font-size: 1em;
    padding: 5px 10px;
}

    .section-head:after {
        content: " ";
        clear: both;
        display: block;
    }

.section-menu {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}


tr.Highlight td {
    background-color: orange;
}

.heading {
    font-size: 1.4em;
    color: #000000;
    font-weight: bold;
    border-bottom: 3px solid #808080;
    padding: 10px 5px 5px 0;
    text-transform: uppercase;
}

.sub-total, .subtotal {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 5px;
}

    .subtotal td {
        font-size: 11px;
        font-weight: bold;
        border: 1px solid #808080;
    }

.signature {
    margin: 0 auto;
    width: 100%;
}

    .signature td {
        font-size: 11px;
        font-weight: bold;
        padding: 5px;
        color: gray;
        height: 30px;
        border: 1px solid #808080;
    }

    .signature th {
        font-size: 11px;
        font-weight: bold;
        padding: 5px;
        border: 1px solid #808080;
    }

    .signature h3 {
        background-color: blue;
        color: white;
        padding: 5px;
        text-align: center;
        margin: 0;
    }

.sign-div {
    border: 1px solid #c0c0c0;
    padding: 0;
    margin: 0;
    float: left;
}

    .sign-div h3 {
        background-color: ButtonFace;
        padding: 5px;
        font-size: 1.2em;
        text-align: center;
    }
/* logi page
------------------------------------------------------------------------------------------------- */
.inverse {
    background-color: #008080;
    color: white;
}

.btn-primary, .btn-danger, .btn-success {
    color: white !important;
}

.back-header {
    background: url(images/sky_bkgd.jpg);
}

#login-box, .login-area {
    border-radius: 10px;
    margin: 150px auto;
    background-color: white;
    padding: 0;
    max-width: 400px;
    min-height: 300px;
    position: relative;
}

    #login-box h3, .login-area h3 {
        margin: 0;
        padding: 10px;
        background-color: black;
        color: white;
        font-size: 1.5em;
        text-align: center;
        text-transform: uppercase;
    }

    #login-box p, .login-area p {
        margin: 5px;
        padding: 5px;
        line-height: 1.2em;
        text-align: justify;
    }


#home-box {
    max-width: 400px;
    min-height: 350px;
    position: relative;
    margin: 150px auto;
    background-color: white;
    background: url(images/sky_bkgd.jpg);
    padding: 0;
    position: relative;
}

    #home-box ul {
        list-style: none;
        height: 100%;
        position: relative;
        padding: 10px;
    }

        #home-box ul li {
            text-align: center;
            font-size: 2.0em;
            width: 100%;
        }



    #home-box .btn {
        font-size: 1.6em !important;
        font-weight: bold;
        text-decoration: none;
    }

    #home-box ul li a:hover {
        background-color: read;
        color: white;
    }

    #home-box h3 {
        font-size: 1.8em;
    }

.login-page {
    background: url(images/sky_bkgd.jpg);
}

/* --------------------------------------------------------------------------------------------------------- */
A:link, a:visited, a:hover {
    text-decoration: none;
    color: gray;
}


hr {
    height: 1px;
    color: #DDDDDD;
    padding: 0;
    margin: 5px 0;
}

.fill {
    width: 100%;
}


.tiny, .tiny-font, .font-tiny {
    font-size: .8em;
}

.italics, .smallitalics {
    font-style: italic;
}

.small, .smallbold, .smallgrey, .smallitalics, .font-small {
    font-size: .9em;
}

.mednormal, .medbold, .medgray, .med-font, .font-medium {
    font-size: 1em;
}

.medbold, .smallbold, .largebold, .bold {
    font-weight: bold;
}

.largebold, .largenormal, .largegrey, .font-large {
    font-size: 1.5em;
}

.largegrey, .smallgrey, .tinygrey, .smallboldgrey, .largeboldgrey, .gray, .grey {
    color: #999999;
}

.maintitle {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    padding-left: 10px;
}

.sectionhead {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #808080;
    padding: 3px;
}

.formsection {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #808080;
    padding: 3px;
    background: #c0c0c0;
    color: white;
}

.file {
    width: 90%;
}

#paging, .paging {
    text-align: right;
    font-size: 11px;
    padding: 3px;
    float: right;
    font-weight: bold;
}

    .paging:after, #paging:after {
        display: block;
        content: " ";
        clear: both;
    }

#message {
    font-weight: bold;
    color: red;
    width: 100%;
    text-align: center;
    display: none;
    font-size: 1em;
    padding: 3px;
}

    #message ul {
        list-style: none;
    }



.radiolist {
    display: block;
    margin-right: 20px;
    float: left;
}

.checklist, .listitem {
    width: 160px;
    font-size: 10px;
    display: block;
    padding-left: 3px;
    float: left;
}

.checkheader {
    display: block;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 2px;
    background-color: #808080;
    font-size: 11px;
}


.moretabs {
    text-align: right;
    float: right;
}

.watermark {
    background: url('images/coopman_watermark.gif');
    padding: 5px;
    border: 1px solid #c0c0c0;
}



.ctrl, .ctrla, .txt, .txta, .ctrlamt, .input-number {
    border: 1px solid #808080;
}

.ctrl, .ctrla, .ctrlamt {
    width: 100% !important;
    padding: 5px !important;
}

.txta, .ctrlamt, .ctrla, .input-number {
    text-align: right;
}


#frmSearch {
    background-color: ButtonFace;
    padding: 5px;
}

.keyword-form, .search-form {
    background-color: ButtonFace;
    border: 2px solid gray;
    padding: 5px;
    margin-bottom: 10px;
}

    .keyword-form table, .search-form table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .keyword-form td {
        padding: 2px;
    }

.pos-header {
    padding: 5px;
    background: buttonface;
    border: 1px solid #c0c0c0;
    width: 100%;
}

#pos-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
}

#pos-content {
    width: 100%;
    height: 100%;
    padding: 2px;
    overflow: hidden;
}

.amount-column, .inputamount, .amount {
    text-align: right;
}

.inputlabel, .input-label, .label {
    BORDER-BOTTOM: 1px dotted white;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

.outputlabel {
    padding-left: 5px;
    BORDER-BOTTOM: #808080 1px dotted;
}




/*
Background colors.
*/
.bg-amber {
    background-color: #ffc200;
    color: white;
}

.bg-green {
    background-color: green;
    color: white;
}

.bg-blue {
    background-color: blue;
    color: white;
}

.bg-pink {
    background-color: pink;
    color: black;
}

.bg-purple {
    background-color: purple;
    color: white;
}

.bg-darkGreen {
    background-color: darkgreen;
    color: white;
}

.bg-orange {
    background-color: orange;
    color: black;
}

.bg-cyan {
    background-color: cyan;
    color: white;
}

.bg-darkpink {
    background-color: darkviolet;
    color: white;
}

.bg-white {
    background-color: white;
    color: black;
}

.bg-facebook {
    background-color: darkblue;
    padding: 5px 2px 0 5px;
    color: white;
}

.bg-button {
    background-color: ButtonFace;
}

.bg-red, .bg-darkred {
    background-color: darkred;
    color: white;
}

.bg-white {
    background-color: white;
}

.bg-blue {
    background-color: blue;
}

.bg-green {
    background-color: green;
}

.bg-maroon {
    background-color: maroon;
}

.bg-dark {
    background-color: gray;
    color: white;
}


/*    Foreground colors
------------------------------------------------------*/


.amber {
    color: #ffc200;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.pink {
    color: pink;
}

.purple {
    color: purple;
}

.darkGreen {
    color: darkgreen;
}

.white {
    color: white;
}

.black {
    color: black;
}



/* Login page
------------------------------------------------------------------------------------------------- */
#mess {
    position: absolute;
    top: 0px;
    background: yellow;
}

.odd {
    background-color: buttonface;
}

.even {
    background-color: white;
}

.off {
    background-color: red;
}

.on {
    background-color: blue;
}

.hover {
    color: red;
    cursor: crosshair;
}

.oddrow {
    background-color: #E5E5E5;
}

/*
other misc
------------------------------------------------------------------------------ */
#div_link {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}


#sub-form {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    padding: 15px;
}


/*
------------------------------------------------------------------------ */
.sub-total {
    font-weight: bold;
    border-top: 1px solid #808080;
    border-bottom: 2px solid #808080;
}

.grand-total {
    font-weight: bold;
    border-top: 1px solid #808080;
    border-bottom: 3px solid #808080;
}

.sign-box {
    font-weight: bold;
    border-top: 1px solid #808080;
}

.total-table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid gray;
}

    .total-table td {
        font-size: 11px;
        font-weight: bold;
        padding: 3px;
        border: 1px solid #808080;
    }
/*
-------------------------------------------------------------------------- */




.buttondown {
    background: buttonface;
    height: 100%;
    border: 1px solid #808080;
}

#thumbnails {
    width: auto;
    height: auto;
    overflow: auto;
}

#errors, .errors {
    display: none;
    border: 1px solid red;
    background: #FFE6E6;
    color: red;
    font-weight: bold;
    padding: 5px;
    margin: 2px 0;
}

    #errors ul {
        list-style-type: none;
        margin: 0;
        list-style: none;
        padding: 5px 10px;
    }

.error-message {
    border: 1px solid red;
    background: #FFE6E6;
    color: red;
    font-size: .8em;
    padding: 5px;
    text-align: center;
}
/* ajax loader
-------------------------------------------------------------- */
#ajax-loader {
    width: 100%;
    text-align: center;
    display: block;
}


/*
Print settings
---------------------------------------------------------------*/
.print-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.print-normal, .print-area, .print-container {
    margin: 0 auto;
    padding: 5px;
    display: table;
}

.print-table {
    width: auto;
    margin: 0 auto;
}

.print-normal {
    min-width: 650px;
}

.print-large {
    width: auto;
    margin: 0 auto;
}

.print-wrapper, .print-area {
    /*width: 100%; */
}

.print-normal, .print-full {
    margin: 0 auto;
}

.print-normal {
    width: 650px;
}

.nowrap {
    white-space: nowrap;
}

.blank-row {
    background-color: white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    background-color: white;
    border: 1px solid gray;
    max-height: 250px;
    overflow: auto;
    padding: 10px;
    margin: 0;
    display: block;
    width: 300px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 200px;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                margin: -1px;
            }



/*
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid black;
    list-style: none;
    overflow-x: hidden;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}




.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

*/

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    display: block;
    border-bottom: 1px dotted gray;
    width: 100%;
    margin: 0 !important;
    padding: 5px;
}

    .ui-menu .ui-menu-item a {
        display: block;
        padding: 3px 3px 3px 3px;
        border-bottom: 1px dotted gray;
        text-decoration: none;
        cursor: pointer;
        background-color: Green;
    }

        .ui-menu .ui-menu-item a:hover {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            color: White;
            cursor: pointer;
            background-color: gray;
        }


#menu ul li a {
    font-size: 1em;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
    overflow: hidden !important;
    padding: 0;
    margin: 0;
}

.xl-font {
    font-size: 2.5em;
}

.lg-font {
    font-size: 1.5em;
}

.md-font {
    font-size: 1em;
}

.sm-font {
    font-size: .8em;
}

.xs-font {
    font-size: .6em;
}


/*
Validation error
------------------------------------------------------------------- */
.validation-summary {
    text-align: center;
}

/* Tabs
------------------------------------------------------------------------- */
#tabs-container a {
    text-align: left;
}


/*
    html Editors
------------------------------------------------------------------------*/

.nicEdit-selected {
    border: 2px solid #0000ff !important;
    background-color: white !important;
}

.nicEdit-card {
    background-color: #fff !important;
}

.nicEdit-button {
    background-color: #fff !important;
}

.editor {
    width: 100%;
    min-height: 250px;
}


.full-editor {
    width: 100%;
    min-height: 400px;
}

.small-editor {
    width: 100%;
    height: 200px;
}



/*
input css
----------------------------------------------------------*/

.editor-label {
    min-width: 120px;
    float: left;
    font-size: .9em;
    padding: 6px 0;
    margin: 0 10px 5px 0;
    border-bottom: 1px dotted gray;
}

.editor-field {
    float: left;
    min-width: 80px;
    margin-bottom: 5px;
}

.editor-group {
    float: left;
}

select {
    background-color: #DBEAF5;
    border: 1px inset gray;
    padding: 5px;
}

    select option {
        color: black;
        font-size: 1em;
    }

        select option:nth-child(odd) {
            background-color: white;
        }

        select option:nth-child(even) {
            background-color: #eee;
        }


.date-field {
    width: 100%;
    background-color: aliceblue;
    border: 1px inset black;
    overflow: hidden;
}

    .date-field input {
        border: none;
        float: left;
        width: 100%;
    }


.display-label {
    width: 120px;
    float: left;
    margin-bottom: 5px;
}

.display-field {
    float: left;
    margin-bottom: 5px;
}

.amount-field {
    width: auto;
    overflow: hidden;
    background-color: #DBEAF5;
}

    .amount-field input {
        width: 110px;
        font-size: 10px;
        float: left;
        border: none;
    }

    .amount-field select {
        width: 40px;
        font-size: 1em;
        padding: 5px;
        background-color: none;
        border: none;
        float: left;
    }

.search-field, .amount-field {
    display: inline-block;
    background-color: white;
    border: 1px inset #ccc;
    overflow: hidden;
    float: left;
}

.search-field {
    min-width: 225px;
    overflow: hidden;
}

    .search-field input {
        border: none;
        padding: 3px 5px;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 30px;
        float: left;
        font-size: 1em;
        width: 200px;
    }


    .search-field button {
        border: none;
        background: none;
        padding: 5px 5px;
    }

    .search-field select {
        border: none;
        padding: 5px;
        background-color: #DBEAF5;
        margin: 2px;
    }



.search-links {
    float: left;
    padding: 7px;
}

.keyword-form:after {
    content: " ";
    display: block;
    clear: both;
}

.pos-field {
    display: inline-block;
    background-color: white;
    border: 1px inset #ccc;
    overflow: hidden;
    height: 23px;
    float: left;
    width: 300px;
    margin-right: 5px;
}

    .pos-field input {
        width: 250px;
        padding: 5px;
        border: none;
    }

    .pos-field button {
        display: inline;
        padding: 3px 10px;
        position: inherit;
        background: blue;
        margin: 0;
        color: white;
    }

/*
Lookup field
-------------------------------------------------------------------- */
.lookup-field {
    background-color: #DBEAF5;
    BORDER: 1px solid #808080;
    min-width: 100%;
}

    .lookup-field input[type="text"] {
        border: none;
        width: 100%;
        margin-right: -20px;
        overflow: hidden;
    }

    .lookup-field input[type="button"] {
        border: none;
        width: 14px;
        overflow: hidden;
    }

    .lookup-field button {
        width: 16px;
        background-color: transparent;
        border: none;
    }

#adv_search {
    display: none;
}

/*
    Alignments
---------------------------------------------------------*/

.on-right, .ta-right, .right {
    text-align: right;
}

.on-left, .ta-left, .left {
    text-align: left;
}

.on-center, .ta-center, .center {
    text-align: center;
}

.on-justify, .ta-justify, .justify {
    text-align: justify;
}


.container-fluid {
    overflow-x: hidden;
}

.container-full {
    width: 100%;
    margin: 0 auto;
}

.image-box {
    border: 1px solid gray;
    background-color: white;
    text-align: center;
}

    .image-box h3 {
        margin: 0;
        padding: 10px;
        text-align: center;
        background-color: blue;
        color: white;
    }


.info-box {
    border: 1px solid gray;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .info-box h3 {
        margin: 0;
        padding: 5px 10px;
        font-size: 1.2em;
    }

    .info-box .innertube, .info-box .inner {
        padding: 10px;
        overflow: auto;
    }


.info-cube {
    height: 120px;
    background-color: cadetblue;
    border: 1px solid gray;
    margin-bottom: 10px;
    color: white;
    position: relative;
}

    .info-cube .inner {
        font-size: 2.5em;
        margin: 0;
        padding: 10px;
    }

    .info-cube h2 {
        font-size: 1.2em;
        margin: 0;
        padding: 5px 10px;
        background-color: blue;
        color: white;
    }

    .info-cube a {
        position: absolute;
        bottom: 0;
        display: block;
        background-color: aliceblue;
        color: gray;
        width: 100%;
        padding: 5px;
    }

.info {
    width: 90%;
    border: 5px solid red;
    background-color: aliceblue;
    text-align: center;
}

    .info h3 {
        margin: 0;
        padding: 10px;
    }

    .info p {
        padding: 10px;
    }



#countrydivcontainer {
    border: 1px solid gray;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
    overflow: auto;
}

#optionslist ul, .optionslist ul { /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

    #optionslist ul li a, .optionslist ul li a {
        color: #808080;
        background: url(images/arrow.gif) no-repeat center left; /*custom bullet list image*/
        display: inline-block;
        width: 100%;
        padding: 5px;
        text-decoration: none;
        position: relative;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.4em;
        border-bottom: 1px solid #dadada;
        /* font-size: 90%; */
    }

#forms ul li a {
    color: #808080;
    background: url(images/arrow.gif) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 10px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.optionslist ul li a:hover, #optionslist ul li a:hover {
    background-color: buttonface;
    color: blue;
}
/* #actionbar ul li a:visited{
	color: #808080;
}
*/

.bar {
    background-color: green;
}

.row {
    margin-right: -6px !important;
    margin-left: -6px !important;
}

.form-control {
    background-color: aliceblue !important;
}

.tableform, .tableforma {
    border: 1px solid #808080;
    width: 100%;
    padding: 30px;
    display: block;
    margin: 0;
}

    .tableform table td { /* margin-top: 10px;*/
        padding: 2px;
    }

    .tableform .button, .tableform .cssbutton {
    }

.tableform {
    background-color: buttonface;
}
