﻿@charset "utf-8";
/* CSS Document */
/*designer start*/
body {
    /*background:url(/content/images/texture.gif) repeat #CCCCCC;*/
    /*background: url(/content/images/yellow-texture.gif) repeat #ffc20a;*/
        background: linear-gradient(to bottom, #ffff, #ffcc00)!important;
    font-size: 12px;
}

.page-header {
    border-bottom: 1px solid #ffc20a!important;
}


label, input, button, select, textarea {
    font-size: 12px;
}

label {
    margin-bottom: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
    padding: 2px 6px;
}

select, input[type="file"] {
    height: 26px;
    line-height: 26px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.container.go-bg {
    display: block;
    margin-top: 36px;
    /*background:url(/content/images/bg-right.png) no-repeat 90% 0;*/
}

.page-bottom {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 6px;
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
    background: url(/content/images/footerbottom.jpg) repeat-x;
}

.footer-main {
    padding: 10px 20px;
    overflow: hidden;
    background: url(/content/images/h-divider.png) repeat-x top;
}

.container.main {
    box-shadow: 0px 5px 4px #666;
}

.footer-main span {
    float: left;
}

.footer-main a {
    float: right;
}

.form-aditional ul li {
    list-style: none;
}

.form-aditional {
    width: 560px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-group .btn.btn-large.act {
    font-size: 13px;
    color: #2b8a2a;
    font-weight: bold;
    border: 1px #94c039 solid;
    box-shadow: 0px 0px 2px #00FF00;
}

.btn-group .btn.btn-large:hover {
    border: 1px #94c039 solid;
    box-shadow: 0px 0px 2px #00FF00;
}

.btn-group .btn.btn-large:active {
    border: 1px #94c039 inset;
    box-shadow: 0px 0px 2px #00FF00;
}

.navbar.castom .navbar-inner .nav li {
    width: 150px;
    font-size: 12px;
}

.btn-group.page-head-btn {
    padding: 0px 10px;
    background: url(/content/images/h-divider.png) repeat-x bottom;
    white-space: normal;
}

.btn-group ul.page-product-btn li a.btn.btn-primary img {
    margin: 0 5px;
}

.container.main {
    background: #ededed;
    min-height: 400px;
}

    .container.main .btn-group {
        overflow: hidden;
    }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #000000;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}

.btn-group ul.page-action-btn {
    float: right;
    margin-right: 10px;
}

    .btn-group ul.page-action-btn li {
        float: left;
    }

        .btn-group ul.page-action-btn li a.btn {
            margin-left: 10px;
        }

            .btn-group ul.page-action-btn li a.btn.btn-primary {
                font-size: 12px;
                padding: 5px 15px;
                font-size: 12px;
                margin: 0;
                line-height: normal;
            }

.btn-group.page-head-btn .btn {
    margin-right: 8px;
    border-radius: 4px;
    min-width: 85px;
}

.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
    margin-top: 0px;
    border-radius: 4px;
    margin-left: 20px;
}

.btn-group .btn.btn-large {
    font-size: 13px;
    color: #4a4a4a;
    font-weight: bold;
    margin-bottom: 10px;
    border: 1px #eeeeee outset;
}

    .btn-group .btn.btn-large img {
        border-right: 1px solid #cccccc;
        margin-right: 6px;
        padding-right: 6px;
    }

.btn-large img {
    height: 26px;
}

.navbar-inverse .navbar-inner.bg-black {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar.navbar-inverse.navbar-fixed-top.top-main {
    background: url("/content/images/top-bg.jpg") repeat-x scroll 0 0 transparent;
}

    .navbar.navbar-inverse.navbar-fixed-top.top-main .navbar-inner {
        background: none;
        border: none;
    }

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #9b9b9b;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.navbar .nav > li {
    border-left: 1px #CCCCCC solid;
}

    .navbar .nav > li.first {
        border: 0 none;
    }

.navbar.castom .navbar-inner .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar.castom .navbar-inner {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
}

    .navbar.castom .navbar-inner .nav li.last {
        border-right: 0px;
    }

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

a {
    color: #2B8A2A;
    text-decoration: none;
}

    a:hover,
    a:active {
        outline: 0;
    }

    a:hover {
        color: #2B8A2A;
        text-decoration: underline;
    }
/*designer end*/

/*validation start*/
.validation-summary-valid {
    display: none;
}

.validation-summary-errors, .field-validation-error, .input-validation-error {
    color: red;
}

.input-validation-error {
    background-color: #FFEEEE;
    border: 1px solid #FF0000 !important;
}

.validation-summary-errors ul {
    display: none;
}
/*validation end*/

/*pager start*/
.pagination {
    height: 29px;
    margin: 9px 0;
}

.pagination-info {
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 4px;
}

.pageSizeSelect {
    float: left;
    height: 26px;
    margin-right: 5px;
    margin-top: 0;
    padding: 3px;
    vertical-align: middle;
    width: auto;
}

.pagination a {
    float: left;
    padding: 0px 7px 5px 7px;
    line-height: 25px;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #333333;
    background-color: #ffffff;
}

    .pagination a:hover {
        background-color: transparent;
    }

    .pagination a:hover {
        color: #2B8A2A;
    }

.pagination .icon a {
    padding: 3px 0px;
}

.pagination ul {
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline;
    padding: 0px;
}

    .pagination li.icon {
        display: inline;
        padding: 4px 6px;
    }

.pagination ul .active a, .pagination ul .active a:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #2B8A2A;
}

.pagination li:first-child a {
    border-left-width: 0px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination a[disabled], .pagination a:disabled, .pagination a[disabled=""] {
    opacity: 0.35;
    filter: alpha(opacity=35);
    -ms-filter: alpha(opacity=35);
}

.pagination ul > li > a, .pagination ul > li > span {
    line-height: 30px;
    padding: 0 7px;
}
/*pager end*/

/* sprite image start */
.custom-sprite {
    background-image: url("/content/images/sprite-image.png");
    background-repeat: no-repeat;
}

    .custom-sprite.header-home-icon {
        background-position: -1px -1px;
        height: 37px;
        width: 37px;
        display: block;
    }

    .custom-sprite.sharing-block-icon {
        background-position: -1px -41px;
        height: 37px;
        width: 37px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0px 0 0 9px;
    }

    .custom-sprite.surveys-block-icon {
        background-position: -1px -80px;
        height: 37px;
        width: 37px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0px 0 0 9px;
    }

    .custom-sprite.subscriptions-block-icon {
        background-position: -1px -119px;
        height: 37px;
        width: 37px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0px 0 0 9px;
    }

    .custom-sprite.questions-block-icon {
        background-position: -1px -158px;
        height: 37px;
        width: 37px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0px 0 0 9px;
    }

    .custom-sprite.info-icon {
        background-position: -107px -26px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 18px;
        margin: 0 0 0 5px;
        width: 18px;
    }

    .custom-sprite.document-icon {
        background-position: -96px -2px;
        height: 20px;
        width: 16px;
        display: block;
        margin: 0 0 0 9px;
        float: left;
    }

    .custom-sprite.print-icon {
        background-position: -114px -2px;
        height: 20px;
        width: 16px;
        display: block;
        margin: 10px 10px 0 0;
        cursor: pointer;
    }

    .custom-sprite.green-check-icon {
        background-position: -74px -2px;
        height: 19px;
        width: 19px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 0 0 9px;
    }

    .custom-sprite.no-icon {
        background-position: -112px -48px;
        height: 19px;
        width: 19px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 0 0 9px;
    }
    /*
.custom-sprite.first-arrow-icon {
    background-position: -37px -25px;
    height: 18px;
    width: 18px;
    display: block;
    margin: 0 0 0 1px;
}

.custom-sprite.prev-arrow-icon {
    background-position: -60px -26px;
    height: 18px;
    width: 9px;
    display: block;
    margin: 0 0 0 1px;
}

.custom-sprite.next-arrow-icon {
    background-position: -73px -26px;
    height: 18px;
    width: 9px;
    display: block;
    margin: 0 0 0 1px;
}

.custom-sprite.last-arrow-icon {
    background-position: -85px -25px;
    height: 18px;
    width: 18px;
    display: block;
    margin: 0 0 0 1px;
}
*/
    .custom-sprite.expanded-white-icon {
        background-position: -74px -49px;
        height: 18px;
        width: 18px;
        display: block;
        margin: 0 10px 0 1px;
        float: left;
    }

    .custom-sprite.collapsed-white-icon {
        background-position: -94px -49px;
        height: 18px;
        width: 18px;
        display: block;
        margin: 0 10px 0 1px;
        float: left;
    }

    .custom-sprite.drag-white-icon {
        background-position: -38px -49px;
        height: 13px;
        width: 14px;
        display: block;
        margin: 7px 0 0 5px;
    }

    .custom-sprite.delete-white-icon {
        background-position: -57px -49px;
        height: 14px;
        width: 12px;
        display: block;
        margin: 7px 0 0 5px;
    }
/* sprite image end */

/*list table start*/
.manage-list .tools-body {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
}

table.table-striped {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    border-collapse: inherit;
}

    table.table-striped thead th {
        position: relative;
        padding: 0 10px;
        background: #2B8A2A;
        border-right: 1px solid #AAEDAD;
        color: #fff;
        font-weight: bold;
        text-align: left;
        line-height: 20px;
        vertical-align: middle;
        font-size: 13px;
    }

    table.table-striped th a {
        color: white;
    }

    table.table-striped th input[type='checkbox'] {
        margin-right: 10px;
    }

    table.table-striped tr {
        width: 100%;
        height: 38px;
    }

        table.table-striped tr:nth-child(even) {
            background: #E8FCE8;
        }

    table.table-striped td {
        padding: 0 10px;
        vertical-align: middle;
        border-top: 1px solid #ddd;
        /*.word-wrap-common*/
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

.listAction a {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 17px;
}

.table-title-green {
    color: #2B8A2A;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

/*list table end*/
/*other action start*/
.action-block {
    border-bottom: 1px solid #57B253;
    height: 34px;
}

.action-block-contact {
    height: 38px;
}

.action-block.bottom {
    border-bottom: 0 none;
    border-top: 1px solid #57B253;
    margin-bottom: 10px;
}

.other-actions {
    background: none repeat scroll 0 0 #AAEDAD;
    border: 0 none;
    border-radius: 6px 6px 0 0;
    margin-bottom: 1px;
    margin-top: 6px;
    padding: 5px 0 5px 14px;
    width: 150px;
    height: 18px;
}

    .other-actions .dropdown-toggle {
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #AAEDAD;
    }

        .other-actions .dropdown-toggle:hover {
            text-decoration: none;
        }

    .other-actions .dropdown-menu {
        background: none repeat scroll 0 0 #AAEDAD;
        border: 0 none;
        min-width: 100%;
        width: auto;
    }

        .other-actions .dropdown-menu label {
            color: #666;
        }

    .other-actions .dropdown-checkbox {
        float: right;
    }

    .other-actions.dropdown.open .dropdown-toggle {
        background: transparent;
        color: #2B8A2A;
        font-weight: bold;
        text-decoration: none;
    }

    .other-actions .dropdown-arrow-holder {
        background-color: #2B8A2A;
        border-radius: 0 6px 0 0;
        display: block;
        float: right;
        height: 24px;
        margin-top: -5px;
        padding-top: 4px;
        text-align: center;
        width: 32px;
        cursor: pointer;
        color: #ffffff;
    }

    .other-actions.dropdown .caret {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .other-actions .dropdown-menu li > a:hover,
    .other-actions .dropdown-menu .active > a,
    .other-actions .dropdown-menu .active > a:hover {
        background-color: #2B8A2A;
        color: #ffffff;
        background-image: none;
    }

/*other action end*/

/* action tabs start */
.container .nav.nav-tabs.action-tabs {
    margin-bottom: 0px;
}

    .container .nav.nav-tabs.action-tabs > li.first a {
        -webkit-border-radius: 6px 0px 0 0;
        -moz-border-radius: 6px 0px 0 0;
        border-radius: 6px 0px 0 0;
    }

    .container .nav.nav-tabs.action-tabs > li.last a {
        -webkit-border-radius: 0px 6px 0 0;
        -moz-border-radius: 0px 6px 0 0;
        border-radius: 0px 6px 0 0;
    }

    .container .nav.nav-tabs.action-tabs > li.first-last a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .container .nav.nav-tabs.action-tabs > li.active {
        margin-top: 6px;
    }

    .container .nav.nav-tabs.action-tabs > li {
        margin-top: 6px;
        margin-right: 0px;
        border: none 0;
        margin-bottom: 0px;
        border-right: 1px solid #57B253;
    }

        .container .nav.nav-tabs.action-tabs > li.last {
            border-right: none 0;
        }

        .container .nav.nav-tabs.action-tabs > li.first-last {
            border-right: none 0;
        }

    .container .nav.nav-tabs.action-tabs > .active > a,
    .container .nav.nav-tabs.action-tabs > .active > a:hover {
        background-color: #AAEDAD;
        font-size: 11px;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        padding-top: 4px;
        padding-bottom: 4px;
        border: none 0;
    }

    .container .nav.nav-tabs.action-tabs > li > a {
        background-color: #2B8A2A;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 13px;
        padding-right: 13px;
        text-transform: uppercase;
        border: none 0;
        border-radius: 0;
        min-height: 20px;
    }

        .container .nav.nav-tabs.action-tabs > li > a img {
            margin-right: 5px;
        }

        .container .nav.nav-tabs.action-tabs > li > a:hover {
            background-color: #57B253;
        }

.container .nav-tabs.action-tabs {
    border-bottom: none 0;
    padding-bottom: 1px;
}

.nav-tabs.action-tabs > li > a {
    margin-right: 0;
}

.container .nav.nav-tabs.action-tabs > li > a[disabled] {
    background-color: #AAAAAA !important;
    cursor: default;
}

.container .nav.nav-tabs.action-tabs.bottom > li.first a {
    -webkit-border-radius: 0px 0px 0 6px;
    -moz-border-radius: 0px 0px 0 6px;
    border-radius: 0px 0px 0 6px;
}

.container .nav.nav-tabs.action-tabs.bottom > li.last a {
    -webkit-border-radius: 0px 0 6px 0;
    -moz-border-radius: 0px 0 6px 0;
    border-radius: 0px 0 6px 0;
}

.container .nav.nav-tabs.action-tabs.bottom > li.active {
    margin-top: 0px;
}

.container .nav.nav-tabs.action-tabs.bottom > li {
    margin-top: 0px;
    margin-right: 0px;
    border: none 0;
    margin-bottom: 0px;
    border-right: 1px solid #57B253;
}

    .container .nav.nav-tabs.action-tabs.bottom > li.last {
        border-right: none 0;
    }
/* action tabs end */

/*Quick Search start */


.ui-autocomplete.ui-corner-all li.ui-menu-item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none 0;
}

    .ui-autocomplete.ui-corner-all li.ui-menu-item:hover {
        color: #333333;
        font-weight: normal;
        border: none 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        .ui-autocomplete.ui-corner-all li.ui-menu-item:hover a {
            color: #333333;
        }

    .ui-autocomplete.ui-corner-all li.ui-menu-item a:hover {
        background-color: #d4d5a5;
        color: #333333;
        font-weight: normal;
        border: none 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

.ui-menu .ui-menu-item a {
    line-height: 18px;
    font-size: 11px;
    background-image: none;
}

.ui-autocomplete.ui-corner-all li.ui-menu-item a:hover {
    border-radius: 0px 0px 0px 0px;
    border: solid 1px none;
}

.ui-autocomplete.ui-corner-all li.ui-menu-item:first-child a:hover, .ui-autocomplete.ui-corner-all li.ui-menu-item:first-child a.ui-state-hover {
    border-radius: 6px 6px 0px 0px;
}

.ui-autocomplete.ui-corner-all li.ui-menu-item:last-child a:hover, .ui-autocomplete.ui-corner-all li.ui-menu-item:last-child a.ui-state-hover {
    border-radius: 0px 0px 6px 6px;
}

.ui-widget-content {
    background-image: none;
}

.ui-autocomplete.ui-corner-all li.ui-menu-item a:hover, .ui-autocomplete.ui-corner-all li.ui-menu-item a.ui-state-hover {
    background-color: transparent;
    color: #f1f1f1;
    font-weight: normal;
    border: solid 1px #AAEDAD;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-autocomplete.ui-corner-all li.ui-menu-item a:hover, .ui-autocomplete.ui-corner-all li.ui-menu-item a.ui-state-hover {
    background-color: #2B8A2A;
}

.ui-autocomplete.ui-corner-all li.ui-menu-item {
    padding: 3px 0px;
}

    .ui-autocomplete.ui-corner-all li.ui-menu-item:first-child {
        padding: 0px 0px 3px 0px;
    }

    .ui-autocomplete.ui-corner-all li.ui-menu-item:last-child {
        padding: 3px 0px 0px 0px;
    }

    .ui-autocomplete.ui-corner-all li.ui-menu-item:nth-child(odd) {
        background-color: #ffffff;
    }

    .ui-autocomplete.ui-corner-all li.ui-menu-item:nth-child(even) {
        background-color: #F9F9F9;
    }
/*Quick Search end */

/*miscellaneous start*/
.btn-primary {
    background-color: #2B8A2A;
    background-image: -moz-linear-gradient(center top, #AAEDAD, #2B8A2A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
    background-color: #2B8A2A;
    background-image: -moz-linear-gradient(top, #AAEDAD, #2B8A2A);
    background-image: -ms-linear-gradient(top, #AAEDAD, #2B8A2A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AAEDAD), to(#2B8A2A));
    background-image: -webkit-linear-gradient(top, #AAEDAD, #2B8A2A);
    background-image: -o-linear-gradient(top, #AAEDAD, #2B8A2A);
    background-image: linear-gradient(top, #AAEDAD, #2B8A2A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAEDAD', endColorstr='#2B8A2A', GradientType=0);
    border-color: #AAEDAD #AAEDAD #AAEDAD;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #2B8A2A;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #2B8A2A;
    }

    .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
        color: #FFFFFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

.modal {
    border: 3px solid #2B8A2A;
}

    .modal .modal-header {
        border: 0 none;
    }

    .modal .modal-body {
        padding-top: 0;
    }

    .modal .modal-footer {
        background-color: transparent;
        border-top: 0 none;
    }

.modal-body .double-line-border {
    background-image: url('/Content/images/light-yellow-double-border.gif');
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 20px;
}

.modal h3 {
    color: #2B8A2A;
}

.toolbar-fixed {
    padding: 0 20px;
}

.main-content {
    padding: 16px;
}

.alert-info {
    background-color: #AAEDAD;
    border-color: #57B253;
    color: #2B8A2A;
}

.checkbox-list {
    line-height: 26px;
}

    .checkbox-list label {
        display: inline;
    }

    .checkbox-list input[type="checkbox"] {
        margin-top: 0;
    }
/*miscellaneous end*/

.treeNodeSelected {
    /*margin:0px 10px;*/
    padding: 8px 10px;
    border: 1px solid #0088BB;
    background-color: #AABBFF;
    width: 100%;
    font-weight: bold;
}

.required:after {
    color: #FF0000;
    content: " *";
}

.login-main-container {
    margin: 10% auto;
    width: 450px;
}

.login-div {
    border: none!important; /*3px solid #0060ad;*/ /*#2B8A2A;*/
    border-radius: 7px 7px 7px 7px;
    box-shadow: none!important; /*0 0 15px #002496 inset;*/ /*#2B8A2A inset;*/
    padding: 26px 29px;
}

.form-horizontal .controls {
    margin-top: 2px;
}

.validation-summary-show-errors ul {
    display: block;
}

#primarynav li i {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin: -2px 5px 0px 0px;
    vertical-align: text-top;
    width: 20px;
}

.icon-administration {
    background-image: url("/content/images/Maintenance20.png");
}

.icon-product {
    background-image: url("/content/images/products20.png");
}

.icon-category {
    background-image: url("/content/images/Categories20.png");
}

.icon-stockcontrol {
    background-image: url("/content/images/stockcontrol.png");
}

.icon-production {
    background-image: url("/content/images/production.png");
}

.icon-documentation {
    background-image: url("/content/images/document20.png");
}

.icon-harvesting {
    background-image: url("/content/images/harvesting.png");
}

.icon-reports {
    background-image: url("/content/images/Reports20.png");
}

.icon-customer {
    /*background-image: url("/content/images/ranger/customer20.png");*/
    background-image: url("/content/images/client.svg");
}

.icon-site {
    background-image: url("/content/images/icon-site.png");
}

.icon-job {
    background-image: url("/content/images/job.svg");
}

.icon-remove, .icon-trash {
    background-image: url("/content/images/delete-icon.png");
    background-position: 0px 0px;
    margin: 0px 5px 0px 0px;
}

.icon-cog, .icon-pencil {
    background-image: url("/content/images/edit-icon.png");
    background-position: 0px 0px;
    margin: 0px 5px 0px 0px;
}

#sub-nav ul.subnav-welcomeblock {
    list-style: none outside none;
    margin: 10px 0 0 25px;
    padding: 0;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

    #sub-nav ul.subnav-welcomeblock li {
        float: left;
        padding: 0 5px;
    }

        #sub-nav ul.subnav-welcomeblock li.subnav-left-border {
            border-left: 1px inset #666666;
        }

    #sub-nav ul.subnav-welcomeblock .dropdown-menu .header {
        clear: both;
        color: #333333;
        display: block;
        font-weight: bold;
        line-height: 20px;
        padding: 3px 20px;
        white-space: nowrap;
    }

    #sub-nav ul.subnav-welcomeblock .dropdown-menu li {
        float: none;
        padding: 0;
    }

.btn-large {
    padding: 5px;
}

#tblRequisitionItems select {
    width: auto;
}

#tblRequisitionItems input[type=text] {
    max-width: 80px;
}

#tblRequisitionItems .single-line-code {
    width: 20%;
}

#tblBatchItems input[type="text"] {
    max-width: 50px;
}

#tblBatchItems input[type="datetime-local"] {
    max-width: 120px;
}

.add-link {
    text-decoration: underline;
}

.icon-add {
    background-image: url("/content/images/add.png");
    background-position: 0 0;
    height: 16px;
    margin: 0 5px 0 0;
    width: 16px;
}

.main-content .nav.nav-tabs > .active > a, .body-container .nav.nav-tabs > li > a:hover {
    background-color: #2B8A2A;
    border: 0 none;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 33px;
}

.main-content .nav.nav-tabs > li > a {
    background-color: #AAEDAD;
    border: 0 none;
    border-radius: 8px 8px 0 0;
    color: #706458;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 33px;
    margin-top: 5px;
    text-transform: uppercase;
}

.main-content .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    background-color: #CCCCCC;
}

.innerbutton {
    margin-right: 8px;
    padding-right: 8px;
}

.table .listAction {
    text-align: center;
}

.list-filter-textbox {
    width: 120px;
}

.list-filter-textbox2 {
    width: 78px;
}

.list-filter-textbox-int {
    width: 60px;
}

.bool-dropdown {
    width: 60px;
}

.modal-header .close {
    opacity: 0.5;
    padding-top: 7px;
}

    .modal-header .close:hover {
        opacity: 1;
    }

.modal-width-double {
    width: 800px;
}

.date-selector {
    margin-right: 2px;
}

.navbar .nav > li > a {
    padding: 6px 10px;
}

.navbar-inner {
    min-height: 32px;
}

.navbar {
    margin-bottom: 10px;
}

    .navbar .brand {
        font-size: 18px;
        padding: 8px 20px;
    }

.nav {
    margin-bottom: 0px;
}

#tblPieceRecords .text-box {
    width: 80px;
}

#tblPieceRecords select {
    width: 110px;
}

.earlywarning td {
    color: #FF0000;
}

    .earlywarning td a {
        color: #FF0000;
    }

.compensationevent td {
    color: #FFAA00;
}

    .compensationevent td a {
        color: #FFAA00;
    }

.modal-body {
    max-height: 500px;
}
