
#top > .navbar {
    border-top: 3px solid #beb494;
}

    #top > .navbar .dropdown-menu > li > a:hover,
    #top > .navbar .dropdown-menu > li > a:focus {
        background-color: #428bca;
        color: #000;
    }

#wrap,
#left {
    background-color: #87754d;
}

label {
    font-size: 11px;
}

    label .normal {
        font-weight: normal !important;
    }

.required {
    color: red!important;
}

label.normal {
    font-weight: normal;
}

.highlight-panel {
    background-color: #ac9864;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.inner {
    min-height: 700px;
}

.gray {
    background-repeat: repeat-x;
    border-bottom: 1px solid #808080 !important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #857650 0%, #BBAE8B 100%);
}
/***
Forms 
****/

input.placeholder,
textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-inline input {
    margin-bottom: 0px !important;
}

.control-label {
    margin-top: 2px;
}

.form-control-static {
    font-size: 14px;
    padding-top: 7px;
}

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.switch-wrapper {
    display: inline-block;
}

.form {
    padding: 0 !important;
}

.form-body {
    padding: 0;
}

.form-actions {
    padding: 20px 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    .form-actions.nobg {
        background-color: transparent;
    }

    .form-actions.top {
        margin-top: 0;
        margin-bottom: 20px;
        border-top: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .form-actions.fluid {
        padding: 20px 0;
    }

        .form-actions.fluid > [class^="col-"] {
            padding-left: 13px;
        }

    .form-actions:before,
    .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }

.form-section {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.form .form-section:first-child {
    margin-top: 5px;
}

.help-inline {
    font-size: 13px;
    color: #737373;
    display: inline-block;
    padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.form-actions.left {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

/* Checkboxes */
.form-group .checkbox {
    padding-left: 0;
}

.checkbox-list > label {
    display: block;
}

    .checkbox-list > label.checkbox-inline {
        display: inline-block;
    }

        .checkbox-list > label.checkbox-inline:first-child {
            padding-left: 0;
        }

/* Radios */

.radio-list > label {
    display: block;
}

    .radio-list > label.radio-inline ,.radio-inline .radio{ 
        display: inline-block;
    }

        .radio-list > label.radio-inline:first-child {
            padding-left: 0;
        }

.form-horizontal .radio-list .radio {
    padding-top: 1px;
}
.radio-inline label {vertical-align:top;}
/* Rows seperated form layout */
.form-row-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 10px 10px 10px 0px;
}

    .form-row-seperated .form-group.last {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

.form-row-seperated .form-actions {
    margin-top: 0;
}

.form-row-seperated .form-body {
    padding: 0;
    margin-top: 0;
}

.form-row-seperated .help-block {
    margin-bottom: 0;
}

/* form bordered */
.form-bordered .form-body {
    margin: 0;
    padding: 0;
}

.form-bordered .form-actions {
    margin-top: 0;
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

    .form-bordered .form-group.last {
        border-bottom: 0;
    }

.form-bordered .help-block {
    margin-bottom: 0;
}

.form-bordered .control-label {
    padding-top: 16px;
}

.form-bordered .form-group > div {
    padding: 10px;
    border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
    padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
    background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
    background-color: #ffffff;
}

/***
Bordered form layout
***/

.form-bordered .form-control {
    margin: 0;
}


.form-group {
    margin-bottom: 4px;
}

.form-control {
    padding: 3px 3px;
    height: 29px;
    font-size: 11px;
    border: solid 1px #cccccc;
}
table .form-control {
    margin: 3px auto;
  
}
.form-horizontal .control-label {
    padding-top: 0;
    font-weight: bold;
    text-align: left;
}

.form-horizontal .normal {
    font-weight: normal;
}

label {
    font-size: 11px;
    font-weight: bold;
}

.wrapper-notab {
    /*padding:4px 4px 0 4px;*/
    /*border: solid 1px #efefef;*/   border: solid 1px #002654;
    background-color: #ffffff;
    margin: 10px 0;
    border-radius: 3px;
}

.isLink {
    cursor: pointer;
}

.padding-none {
    padding: 0!important;
}

.width-1 {
    width: 1%;
}

.width-2 {
    width: 2%;
}

.width-5 {
    width: 5%;
}

.width-16 {
    width: 16%;
}

.input-xsmall {
    width: 60px !important;
    height: 30px;
}

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

    .portlet > .portlet-title {
        margin-bottom: 4px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #97c8f3;
        padding: 5px 5px 0;
        background-color: #002654;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .portlet > .portlet-title:after,
        .portlet > .portlet-title:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 13px;
            font-weight: bold;
            margin: 0;
            padding: 0;
            color: #ffffff;
        }

            .portlet > .portlet-title > .caption > i {
                float: left;
                margin-top: 2px;
                display: inline-block !important;
                font-size: 13px;
                margin-right: 5px;
                color: #ffffff;
            }

    .portlet.blue > .portlet-title > .caption, .portlet-title.blue > .caption,
    .portlet.green > .portlet-title > .caption, .portlet-title.green > .caption,
    .portlet.yellow > .portlet-title > .caption, .portlet-title.yellow > .caption,
    .portlet.red > .portlet-title > .caption, .portlet-title.red > .caption,
    .portlet.purple > .portlet-title > .caption, .portlet-title.purple > .caption,
    .portlet.grey > .portlet-title > .caption, .portlet-title.dark-grey > .caption, {
        color: #fff;
    }

    .portlet.box.blue > .portlet-title > .caption > i,
    .portlet.box.green > .portlet-title > .caption > i,
    .portlet.box.grey > .portlet-title > .caption > i,
    .portlet.box.yellow > .portlet-title > .caption > i,
    .portlet.box.red > .portlet-title > .caption > i,
    .portlet.box.purple > .portlet-title > .caption > i,
    .portlet.box.light-grey > .portlet-title > .caption > i {
        color: #fff;
    }

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
}

    .portlet > .portlet-title > .tools > a {
        display: inline-block;
        height: 16px;
        margin-left: 2px;
        color: #FFFFFF;
    }

    .portlet > .portlet-title > .actions > .dropdown-menu i {
        color: #000 !important;
    }

    .portlet > .portlet-title > .tools > a.remove {
        margin-bottom: 2px;
        background-image: url(../img/portlet-remove-icon.png);
        background-repeat: no-repeat;
        width: 11px;
    }

    .portlet > .portlet-title > .tools > a.config {
        margin-bottom: 2px;
        background-image: url(../img/portlet-config-icon.png);
        background-repeat: no-repeat;
        width: 12px;
    }

    .portlet > .portlet-title > .tools > a.reload {
        margin-bottom: 2px;
        background-image: url(../img/portlet-reload-icon.png);
        width: 13px;
    }

    .portlet > .portlet-title > .tools > a.expand {
        margin-bottom: 2px;
        background-image: url(../img/portlet-expand-icon-white.png);
        width: 16px;
    }

    .portlet > .portlet-title > .tools > a.collapse {
        margin-bottom: 2px;
        background-image: url(../img/portlet-collapse-icon-white.png);
        width: 16px;
    }

    .portlet > .portlet-title > .tools > a:hover {
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        opacity: .6;
        filter: 'alpha(opacity=60)';
    }

    .portlet > .portlet-title > .actions > .btn-group {
        margin-top: -12px;
    }

    .portlet > .portlet-title > .actions > .btn {
        padding: 4px 10px;
        margin-top: -4px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn {
        padding: 4px 10px;
        margin-top: -1px;
    }

    .portlet > .portlet-title > .actions > .btn.btn-sm {
        padding: 3px 8px;
        margin-top: -14px;
    }

    .portlet > .portlet-title > .actions > .btn-group > .btn-sm {
        padding: 3px 8px;
        margin-top: -1px;
    }

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

    .portlet > .portlet-body.light-blue, .portlet.light-blue {
        background-color: #bfd5fa !important;
    }

    .portlet > .portlet-body.blue, .portlet.blue {
        background-color: #4b8df8 !important;
    }

    .portlet > .portlet-body.red, .portlet.red {
        background-color: #e02222 !important;
    }

    .portlet > .portlet-body.yellow, .portlet.yellow {
        background-color: #ffb848 !important;
    }

    .portlet > .portlet-body.green, .portlet.green {
        background-color: #35aa47 !important;
    }

    .portlet > .portlet-body.purple, .portlet.purple {
        background-color: #852b99 !important;
    }

    .portlet > .portlet-body.light-grey, .portlet.light-grey {
        background-color: #fafafa !important;
    }

    .portlet > .portlet-body.grey, .portlet.grey {
        background-color: #555555 !important;
    }


.border3 {
    border-radius: 3px!important;
}

/* Table*/
.panel .table thead {
    /*background-color: #F5F5F5;*/ background-color: #edede0;
    color: #003366;
}

.panel {
    border-bottom: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #BBAE8B!important;
    border-color: #857650 !important;
    border-radius: 3px;
}


/***
Custom tables
***/
.table-toolbar {
    margin-bottom: 15px;
}

.table.table-full-width {
    width: 100% !important;
}

.table .m-btn {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 13px;
    font-weight: bold;
}

    .table thead tr th a {
        font-size: 13px;
        font-weight: bold;
        color: 	#003366;
    }

.table-advance {
    margin-bottom: 10px !important;
}

    .table-advance thead {
        color: #999;
    }

        .table-advance thead tr th {
            background-color: #DDD;
            font-size: 14px;
            font-weight: 400;
            color: #666;
        }

    .table-advance div.success,
    .table-advance div.info,
    .table-advance div.important,
    .table-advance div.warning,
    .table-advance div.danger {
        position: absolute;
        margin-top: -5px;
        float: left;
        width: 2px;
        height: 30px;
        margin-right: 20px !important;
    }

    .table-advance tr td {
        border-left-width: 0px;
    }

        .table-advance tr td:first-child {
            border-left-width: 1px !important;
        }

        .table-advance tr td.highlight:first-child a {
            margin-left: 15px;
        }

    .table-advance td.highlight div.success {
        border-left: 2px solid #66ee66;
    }

    .table-advance td.highlight div.info {
        border-left: 2px solid #87ceeb;
    }

    .table-advance td.highlight div.important {
        border-left: 2px solid #f02c71;
    }

    .table-advance td.highlight div.warning {
        border-left: 2px solid #fdbb39;
    }

    .table-advance td.highlight div.danger {
        border-left: 2px solid #e23e29;
    }

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}
/*Primary Button*/
.btn-primary {
    background-color: #857650 !important;
    border: 1px solid #BBAE8B !important;
    color: #FFFFFF !important;
}

/*ESS Landing Page Icon*/
.icon-esslanding {
    padding: 15px;
}

    .icon-esslanding i, .icon-esslanding [class^="icn-"]:before, .icon-esslanding[class*=" icn-"]:before {
        font-size: 30px !important;
        vertical-align: middle;
    }

    .icon-esslanding > .btn {
        padding: 20px 26px !important;
        margin: 10px;
    }

.icon-esslanding {
    display: inline-table !important;
    text-align: center;
}

    .icon-esslanding .badge {
        font-size: 13px !important;
        height: auto;
    }

    .icon-esslanding > .btn-icn {
        padding: 12px 26px !important;
    }

.navbar-inverse {
    /*background-color: #ac9864;*/ background-image: linear-gradient(to bottom, #004473 0%, #001638 100%);
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-image: linear-gradient(to bottom, #bfb595 0%, #91825a 100%);
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.nav-tabs > li.active > a {
    color: #003366 !important;
}

.nav-tabs > li a {
    color: #fff;
    background-color: #ac9864;
}

.tabbable-custom .nav-tabs > li > a:hover {
    background-color: #87754d;
}

.label-pace-3 {
    color: #ffffff;
    background-color: #fbb450;
    border-color: #f89406;
}

.blue {
   background-color: #002654;
    color: #ffffff;

}
.blue:hover,.blue:focus
{
    color: orangered;
}
.nav > li > a {
    font-size: 12px;
}

a.notifiaction {
    vertical-align: middle;
}

a.notification-icon:hover {
    text-decoration: none;
    cursor: pointer;
}

.notification-icon i {
    font-size: 20px;
    color: #fff;
    vertical-align: bottom;
}

.dropdown-menu.extended li .notifi-info i {
    font-size: 15px;
}

.user-info li a {
    color: #002654;
}

.warning-btn {
    margin-right: 10px;
}

    .warning-btn .label-warning {
        position: absolute;
        top: -8px;
        left: -13px;
    }
