/*====----  Generic  ----====*/

body, html {
    font-size: 14px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    color: #666666;
    margin: 0px;
    height: 100% !important;

}

h1 {
    font-size: 34px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    color: #002663;
}

h2 {
    font-size: 28px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    color: #002663;
    line-height: 34px;
}

h3 {
    font-size: 24px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: lighter;
    color: #002663;
    margin-bottom: 10px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    color: #002663;
    line-height: 26px;
    margin-bottom: 12px;
}

h5 {
    font-size: 16px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    color: #002663;
    margin-bottom: 10px;
}

h6 {
    font-size: 16px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    color: #666666;
    line-height: 20px;
}

ul {
    list-style: none;
    margin: 2px;
    padding: 2px;
    text-align: left;
}

li {
    font-size: 13px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    color: #fff;
    line-height: 25px;
    padding: 6px;
    background: #72a9de;
    border-bottom: 1px solid #89b5e0;
}
li a {
    font-size: 13px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 6px;
    background: #72a9de;
}
li a:hover {
    margin-bottom: 1px;
    padding: 2px;
    width: 100% !important;
    color: #09307b !important;
}
hr {
    border: #ccc !important;
    width: 100% !important;
    margin: 5px !important;
}

a, a:visited, a:active, a:focus {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px;
}
a:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    cursor: pointer;
    color: #bba365;
}
.alertRed {
    color: #f00;
}
.homePageHolder {
    text-decoration: none !important;
    margin: -63px 0px 0px 56px;
}
.homePageHolder p {
    margin-top: -7px;
    color: #2b2b2b;
    font-size: 15px;
}
.NetcareButton {
    border: 1px solid #002663;
    background: #002663 linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0));
    background: #002663 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
    background: #002663 -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0));
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.NetcareButton:hover {
    background: #3b649a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.logo-align {
    margin-right: 10px !important;
}
.buttonBar {
    background-color: #8ebae5 !important;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}

.excelButton {
    background: white url('../assets/img/excel.png') no-repeat top;
}
/*====----  Header  ----====*/

#Header {
    height: 160px;
    -webkit-box-shadow: 0 2px 9px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 9px -2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 9px -2px rgba(0,0,0,0.3);
    position: relative;
    z-index: 5;
}
.HeaderStick {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}
#Header .TopBar {
    height: 30px;
    background: #002663;
    color: #fff;
}
#Header .MainHeaderArea {
    height: 70px;
    background: #fff;
}
#Header .MainHeaderArea .HeaderWrapper {
    height: 70px;
}
#Header .SubHeaderArea {
    height: 60px;
    background: #edf1f6;
}
/*-- Navigation --*/

#Navigation {
    background: none;
    border: 0 none;
}
#navbar {
    padding: 0;
}
#navbar .nav {
    display: table;
    margin: 0;
    padding: 0;
}
#navbar .nav > li {
    display: table;
    margin: 0;
    padding: 0;
    height: 70px;
}
#navbar .nav > li:first-child {
    display: none;
}
#navbar .nav > li > a {
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    color: #002663;
    padding: 25px 15px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    white-space: normal;
    background: none;
}
#navbar .nav > li > a:hover {
    background: none;
    color: #9daebe;
}
#navbar .nav > li.active > a {
    color: #bba365;
}
#navbar .nav > li.open > a {
    border-bottom: 10px solid #bba365;
    padding: 25px 15px 15px;
}
#navbar .nav > li > a .caret {
    display: none;
}
#navbar .nav > li > .dropdown-menu {
    border: 0 none;
    background: #bba365;
    margin: 0;
    padding: 0;
    border-radius: 0;
    min-width: 150px;
}
#navbar .nav > li > .dropdown-menu > li {
    height: 40px;
    border-bottom: 1px solid #d0bf94;
    margin: 0;
}
#navbar .nav > li > .dropdown-menu > li:last-child {
    border-bottom: 0 none;
}
#navbar .nav > li > .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 25px;
}
#navbar .nav > li > .dropdown-menu > li > a:hover {
    background: #968a65;
}
#navbar .nav > li > .dropdown-menu > li.active > a {
    background: #002663;
}
/*-- Search --*/
a.dnnSearchBoxClearText.dnnShow {
    display: none;
}
.HeaderWrapper {
    position: relative;
}
#Search {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 23px;
    height: 46px;
    min-width: 46px;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 4;
}
.searchBox {
    width: 320px;
    height: 44px;
    display: none;
}
#dnn_dnnSearch_ClassicSearch {
    width: 100%;
    height: 44px;
    display: block;
    padding-left: 20px;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer,
#dnn_dnnSearch_ClassicSearch #dnn_dnnSearch_cmdSearch {
    display: inline-block;
    vertical-align: top;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer {
    width: 250px;
    height: 44px;
    margin: 0;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer #dnn_dnnSearch_txtSearch {
    height: 100%;
    width: 100%;
    border: 0 none;
    font-size: 14px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    line-height: 20px;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer #dnn_dnnSearch_txtSearch:focus {
    outline: none;
}
#dnn_dnnSearch_ClassicSearch #dnn_dnnSearch_cmdSearch {
    background: url('../assets/img/SearchIcon.png') no-repeat center center;
    border: 0 none;
    font-size: 0;
    height: 44px;
    width: 44px;
}
#dnn_dnnSearch_ClassicSearch #dnn_dnnSearch_cmdSearch:hover {
    background: url('../assets/img/SearchIconHover.png') no-repeat center center;
}
.searchBox,
#SearchToggle {
    float: left;
    vertical-align: top;
}
#SearchToggle {
    border: 0 none;
    background: url('../assets/img/SearchIcon.png') no-repeat center center;
    height: 44px;
    width: 44px;
    padding: 0;
    -webkit-transition: background-image 0.2s linear;
    -moz-transition: background-image 0.2s linear;
    -o-transition: background-image 0.2s linear;
    transition: background-image 0.2s linear;
}
#SearchToggle:hover {
    background: url('../assets/img/SearchIconHover.png') no-repeat center center;
}
#SearchToggle.Close {
    background: url('../assets/img/CloseIcon.png') no-repeat center center;
}
#SearchToggle.Close:hover {
    background: url('../assets/img/CloseIconHover.png') no-repeat center center;
}
::placeholder {
    color: #04317A !important;
}
.userDrop {
    height: 260px !important;
    width: 84% !important;
    margin-top: 10px;
    border: 1px solid #72a9de !important;
}

/*-- Action Bar --*/

.SubHeaderMobileTrigger {
    display: none;
}
.SubRow {
    float: right;
    display: table;
    margin: 0;
    padding: 0;
}
.SubRow li {
    list-style-type: none;
    float: right;
    height: 60px;
    width: 14.28%;
    border-left: 2px solid #fff;
    border-right: none;
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited  {
    border-radius: 30px 40px 0px 0px;
    font-weight: lighter;
}

.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-top .ui-tabs-nav li.ui-tabs-active a, .ui-tabs-top .ui-tabs-nav li.ui-state-hover a {
    color: #fff !important;
    text-shadow: none !important;
    background: #5876a6;
    width: 80% !important;
    font-size: 15px;
}
.ui-tabs-top .ui-tabs-nav li a {
    text-shadow: none !important;
    margin: 5px;
    width: 80% !important;
    font-size: 15px;
    font-weight: lighter;
}
.ui-tabs .ui-tabs-nav li {

}
.ui-tabs-scrollable .ui-tabs-nav li:hover {
    background-color: #fff !important;
    border: none !important;
}
.ui-tabs-scrollable .ui-tabs-nav li.ui-state-hover {
    background-color: #fff !important;
    border: none !important;
}
.ui-tabs-top .ui-tabs-nav li a:hover {
     width: 80% !important;
 }
.ui-tabs-top .ui-tabs-nav li.ui-state-hover a {
    width: 80% !important;
}
.SubRowLink, .SubRowLink:focus {
    height: 100%;
    width: 100%;
    font-size: 12px !important;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    background: #8ebae5;
    color: #fff !important;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    white-space: normal;
    line-height: 13px;
}
.SubRowLink.active {
    background: #638dbe;
}
.SubRowLink:hover {
    background: #3b649a;
}
@media (max-width:992px) {

    .SubRow li {
        width: 13.28%;
    }

    .SubRowLink, .SubRowLink:focus {
        line-height: 12px;
    }
}
@media (max-width:892px) {
    .SubRow {
        margin-right: -5px;
    }
}
/*-- Action Bar Dropdown --*/
.SubRowDropdown {
    position: absolute; left: 0; top: 100%; right: 0; height: 120px; display: none;
}
.SubRowDropdown a {
    display: block;
    height: 60px;
    width: 100%;
    font-size: 12px !important;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-weight: bold;
    background: #8ebae5;
    color: #fff !important;
    padding: 22px 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    border-top: 1px solid #8ebae5;
}
.SubRowDropdown a.active {
    background: #638dbe;
}
.SubRowDropdown a:hover {
    background: #3b649a;
}
/*-- Header --*/
.Header{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #09307b;
    background: -moz-linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%);
    background: -webkit-linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%);
    background: linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%);
    padding: 0px !important;
}
.greyed {
    background: rgba(255,255,255,0.8) !important;
    min-height: 100%;
}
/*====----  Body Content  ----====*/

#BodyWrapper section {
    margin: 30px 0;
}
#BodyWrapper img {
    max-width:100%;
    height:auto;
}
.BodyShadeBlue {
    background: #edf1f6;
    padding: 30px 0;
}
.LineHeader {
    height: 16px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 25px;
}
.LineHeader h4 {
    color: #c5c5c5;
    background: #fff;
    display: inline;
    padding-right: 10px;
}
.LineHeader a.GoldLink {
    float: right;
    background-color: #fff;
    margin-top: 10px;
    padding-left: 10px;
}

/*-- Layout --*/

.NoPaddingLeft {
    padding-left: 0;
}
.NoPaddingRight {
    padding-right: 0;
}
.PaddingMiddle {
    padding: 0 7px;
}

/*====----  Footer  ----====*/
.Footer {
    margin: 0px;
    opacity: 1;
    visibility: visible;
    background: #002663 !important;
}
.ui-grid {
    clear: both;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 0.9;
}
.ui-layout-unit {
    padding: 0 !important;
}
.ui-layout-unit .ui-layout-unit-content {
    padding: 0 !important;
    border: 0 none;
    overflow: auto;
}
.ui-layout-unit-content .ui-widget-content {
    background: #fff !important;
}
.ui-panelgrid .ui-panelgrid-cell {
    border-width: 0 !important;
    opacity: 0.9 !important;
    padding: 0 !important;
}

/* New Custom CSS */

.ui-layout-unit .ui-layout-unit-content {
    padding: 5px 10px !important;
}
.page-header {
    border-bottom-color: #c8ba70 !important;
    color: #303b72 !important;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1px;
    font-size: 22px !important;
    font-weight: lighter !important;
    text-align: left;
    width: 100%;
}
.smallPageDiscription {
    font-size: 15px;
    text-align: left;
    padding: 0px 0px !important;
    margin-bottom: 25px;
    font-weight: lighter !important;
}
.smallPageDiscription::before {
    content: "\f046";
    margin-right: 5px;
    font:normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.fontAwesome {
    font-family: 'Helvetica', FontAwesome, sans-serif;
}
.whiteBG {
    background: #fff;
}
.martop5 {
 margin-top: 5px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #043179 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    margin-left: 0px;
    border: 0px !important;
    font-weight: lighter;
}
.ui-button-text-only .ui-button-text {
    padding: 5px 17px 6px 16px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default .ui-widget-header2 .ui-button-text-only .ui-button-text {
    background: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default  thead {
    border-radius: 0px !important;
}
.ui-button {
    background: none !important;
}
.ui-button-text {
    background: #043179 !important;
    border: none !important;
    text-shadow: none !important;
    margin-bottom: 3px;
    line-height: 25px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: lighter;
    padding: 6px 20px 6px 23px !important;
}
.ui-button-text-only .ui-button-text .ui-button {
    padding: .3em 3em !important;
    background: #043179 !important;
    border-radius: 4px !important;
    border:0px !important;
}
.ui-button-text-only .ui-button-text .ui-button:hover {
    background: #043179;
    color: #fff;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-left .ui-icon, .ui-button-text-icon-right .ui-icon {
    top: 46% !important;
}
.ui-spinner .ui-spinner-button {
    padding: 6px 15px 0px 7px;
    margin-right: 28% !important;
    height: 26px !important;
    margin-top: -10px;
}
.ui-spinner .ui-spinner-button .ui-button-text {
    height: 8px !important;
    border: none !important;
    border-radius: 0px !important;
}
.ui-spinner input {
    height: 37px !important;
}
.Header .ui-button-text {
    font-size: 22px !important;
    width: 75px !important;
    height: 29px !important;
    background-color: #72a9de !important;
    border-radius: 4px !important;
    background: none;
    text-shadow: none;
    font-weight: lighter;
}
.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield {
    background: #fff !important;
    border: 1px solid #1e3b77 !important;
    height: 25px;
    width: 100%;
    color: #1e3b77 !important;
    margin: 6px;
    margin-top: -4px;
    font-size: 16px !important;
}
.ui-widget-header2 .ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield {
    width: 60% !important;
    height: 25px;
    border: 1px solid #3690cc !important;
    border-radius: 7px !important;
    color: #1e3b77 !important;
    font-weight: lighter !important;
    padding-left: 13px;
    background: #fff !important;
}
.ui-inputfield:focus {
    background: #fff !important;
}
input[type=submit]:active, input[type=submit]:focus {
    background-color: #fff;
}
.ui-widget-content .ui-inputfield:focus {
    border: 1px solid #3690cc !important;
    -webkit-box-shadow: 0 0 2px #4195fc !important;
    -moz-box-shadow: 0 0 2px #4195fc !important;
    box-shadow: 0 0 2px #4195fc !important;
    background: #fff !important;
}
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    box-shadow: none !important;
    background: #fff !important;
}
.ui-inputfield:focus {
    border: 1px solid #3690cc !important;
    -webkit-box-shadow: 0px 0px 2px #4195fc !important;
    -moz-box-shadow: 0px 0px 2px #4195fc !important;
    box-shadow: 0px 0px 2px #4195fc !important;
    background: #fff !important;
}
.ui-widget-header2.ui-button-icon-only .ui-icon.fa, .ui-button-text-icon-left .ui-icon.fa, .ui-button-text-icon-right .ui-icon.fa {
    margin-top: -8px !important;
    font-size: 16px !important;
    margin-left: -3px !important;
}
.ui-g-5 .ui-selectonemenu .ui-selectonemenu-trigger {
    top: 1px !important;
}
.ui-widget-header2.ui-button-text-icon-left .ui-button-text {
    margin-left: 13px !important;
}
.ui-outputlabel .ui-outputlabel-rfi {
    color: #f00;
}
.ui-selectonemenu .ui-selectonemenu-label {
    width: 100% !important;
}
.ui-selectonemenu label.ui-selectonemenu-label{
    width: 100% !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
    background: #04317a !important;
    border: none !important;
    right: 7px !important;
    height: 96% !important;
    top: -3px !important;
}
.ui-inputfield {
    margin: 0;
    outline: medium none;
    width: 21% !important;
    height: 25px;
    border: 1px solid #3690cc !important;
    border-radius: 10px !important;
    color: #666666 !important;
    font-weight: lighter !important;
    margin-right: 15px;
}
.ui-inputfield:focus {
    border: 1px solid #3690cc !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ui-state-default {
    -moz-box-shadow: inset 0 0px 0 #fff !important;
    -webkit-box-shadow: 0px !important;
     box-shadow: inset 0 0px 0 #fff !important;
}
.ui-widget-header {
    background: #fff !important;
    border: none !important;
}
.ui-widget-header2
{
    background: #fff !important;
    width: 35% !important;
    padding: 30px !important;
    border-radius: 24px !important;
    color: #333;
    margin: auto;
    margin-top: 10%;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.ui-widget-header2 .ui-button-text-only .ui-button-text {
    background: #72a9de !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    font-weight: lighter;
}
.ui-selectonemenu label.ui-selectonemenu-label {
    background: #fff !important;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #04317a !important;
    color: #fff !important;
    text-shadow: none;
}
.ui-selectonemenu-items-wrapper li {
    color: #fff;
}
.artPedding {
    padding: 4px 10px;
}
.artLineDropdown {
    line-height: 40px;
}
.footer-text {
    font-size: 12px;
    color: #ccb86d;
    text-align: center;
    line-height: 41px;
}
.ui-chkbox .ui-chkbox-box {
    background: transparent !important;
    border: 1px #ddbf59 solid;
}
.ui-datepicker {
    background: #72a9de !important;
}
.ui-button-icon-only .ui-button-text {
    background: #72a9de !important;
    border: 1px solid #1d3c72;
}
.ui-datepicker-trigger {
    background: #72a9de !important;
}
.ui-datepicker .ui-datepicker-title {
    background: #043179 !important;
}
.ui-datepicker-header .ui-datepicker-next {
    background: #ddbf59;
}
.ui-datepicker-header .ui-datepicker-prev {
    background: #ddbf59;
}
.ui-chkbox-box .ui-icon-blank {
    border: 1px solid #72a9de !important;
    border-radius: 0px !important;
}
.ui-chkbox-box .ui-icon-check {
    border: 1px solid #1d64a0 !important;
    border-radius: 0px !important;
}
.ui-datatable-scrollable-header-box table thead tr th, .ui-datatable-scrollable-footer-box table tfoot tr td {
    background: #1d64a0 !important;
}
.ui-datalist .ui-datalist-content {
    border:0 none
}
.ui-datalist ul {
    padding:0px 10px 0 20px;
    margin: 5px 0;
}
.ui-datatable .ui-datatable-tablewrapper table thead tr th, .ui-datatable .ui-datatable-tablewrapper table tfoot tr td, .ui-datatable-scrollable-footer-box table tfoot tr td, .ui-datatable table thead tr th {
    background-color: #04317a !important;
}
.ui-datatable table tbody tr td {
    word-wrap: normal;
}
.label, .value {
    vertical-align: top
}
.output {
    font-weight: bold
}
.ui-selectmanymenu {
    width: 175px;
}
/* Admin Portal styles starts below */

/*===== left menu styles ====*/

.ui-menu.ui-menu-toggleable li.ui-widget-header {
    position: relative;
    min-height: 0;
    background: #72a9de !important;
    width: 94% !important;
    margin: 0px 0px 0px -1px;
    border-radius: 0px;
    border-bottom: 1px #c8ba70 solid !important;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header h3 {
    padding-left: 2em;
    color: #fff;
    text-shadow: none;
    line-height: 16px;
}
.ui-menu .ui-menuitem-link {
    display: block;
    width: 92%;
    background: #72a9de;
    color: #022662;
    border-radius: 0px;
    float: left;
    line-height: 25px !important;
    padding: 5px;
    cursor: pointer;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header .ui-icon {
    left: 4px !important;
}
.ui-menu .ui-menuitem-list .ui-menuitem .ui-state-hover,.ui-menu .ui-menuitem-list .ui-state-hover {
    background: grey !important;
}
.ui-menuitem.ui-widget.ui-corner-all.ui-submenu-child {
    margin-left: 17px;
    width: 91%;
    padding-right: 7px;
}
.ui-menuitem.ui-widget.ui-corner-all.ui-submenu-child .ui-menu .ui-menuitem-text{
    padding-left: 5px !important;
}
.adminBox {
    padding: 10px !important;
    border: 1px solid #72a9de !important;
    margin: 0px 0px 10px 5px;
    font-si-ze: 14px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    height: 104px !important;
}
.ui-menu {
    width: 95% !important;
}
.ui-menuitem-link li a:hover {
    background: red;
}
.ui-menu .ui-menuitem .ui-menuitem-link {
    width: 100% !important;
    margin: -1px;
    border-bottom: 1px #c8ba70 solid;
}
.adminBox:hover {
    background: #72a9de;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    color: #ffffff;
}
.adminBox h3 {
    margin-top: 26px;
    font-size: 19px !important;
    font-weight: bold;
    line-height: 18px;
}
.ui-lg-3 {
    width: 24% !important;
}
.leftmenu-bg {
    background: #5999d6;
    margin: 0px !important;
    padding: 0px !important;
}
.leftmenu-bg .menu {
    background: #5876a6;
}
.ui-menu .ui-menu-list .ui-menuitem {
    background: none;
}
.AdminServicesIcon {
    display: block;
    margin-right: 10px;
    box-sizing: border-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #183971;
    -webkit-border-top-right-radius: 500px;
    -webkit-border-bottom-right-radius: 500px;
    -webkit-border-bottom-left-radius: 500px;
    -webkit-border-top-left-radius: 500px;
    -moz-border-radius-topright: 500px;
    -moz-border-radius-bottomright: 500px;
    -moz-border-radius-bottomleft: 500px;
    -moz-border-radius-topleft: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
    border-top-left-radius: 500px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-origin: padding-box;
    background-image: none;
    color: #ffffff;
    text-align: center;
    height: 40px;
    width: 40px;
    vertical-align: top;
    padding-top: 8px !important;
    display: inline-block;
    margin-top: -5px !important;
}
.leftmenu-bg .fa {
    padding: 5px;
    border-radius: 15px;
    color: #ffffff !important;
}
.fa-check::before {
    content: "\f00c" !important;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 2px;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header h3::after {
    content: "\f107" !important;
    margin-left: 22px;
    font: normal normal normal 14px/1 FontAwesome;
}
.ui-panelgrid tbody tr td {
    border: none !important;
}
.ui-panel label {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
}
.Pad5 {
    padding: 5px!important;
}
.push-right {
    margin-left: 5px !important;
}
.ui-panelgrid {
    border: none !important;
    background: none !important;
}
.ui-widget {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    padding: 3px;
    font-size: 15px !important;
    font-weight: lighter !important;
    text-shadow: none !important;
}
/* Extra small devices (phones, 320px and down) */
/*@media only screen and (max-width: 590px) {*/
/**/
/*}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .ui-widget-header2 {
        width: 35% !important;
        margin-top: 10%;
        padding: 25px !important;
    }
    .page-header {
        width: 100%;
    }
    .smallPageDiscription {
        font-size: 15px;
    }
    .smallPageDiscription {
        line-height: 18px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .ui-widget-header2 {
        width: 35% !important;
        margin-top: 10%;
        padding: 25px !important;
    }
    .page-header {
        width: 100%;
    }
    .smallPageDiscription {
        font-size: 15px;
    }
    .smallPageDiscription {
        line-height: 18px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .ui-widget-header2 {
        width: 35% !important;
        margin-top: 10%;

    }
    .page-header {
        width: 100%;
    }
    .smallPageDiscription {
        font-size: 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .ui-widget-header2 {
        width: 35% !important;
        margin-top: 10%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .ui-widget-header2 {
        width: 35% !important;
        margin-top: 10%;
    }
}
@media (max-width:1212px) {
    .amount-holder {
        width: 90%;
        margin-right: 60px;
    }
}
@media only screen and (max-width : 1240px) {
    .adminBox {
        padding: 15px !important;
        border: 1px solid #ddbf59;
        font-size: 14px;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
    }
    h3 {
        font-size: 21px !important;
    }
    .ui-menu.ui-menu-toggleable li.ui-widget-header h3 {
        font-size: 14px !important;
    }
}
.netbody2 {
}
.ui-g-12.netbody {
    padding: 0px;
    background: #09307b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 140% !important;
    margin-bottom: 23px;
}
.netbody .ui-widget-header {
    border: none !important;
}
.netbody .ui-widget-content {
    background: none !important;
}
.netfooter {
    background: #09307b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09307b', endColorstr='#09307b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 0px !important;
    color: #252525; !important;
    border: none !important;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 10px;
}

.netfooter.ui-outputlabel, table tbody tr td {
    font-size: 15px !important;
}

.ui-widget-content {
    background: #09307b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09307b', endColorstr='#09307b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 0px !important;
    color: #252525; !important;
    border: none !important;
}

.ui-layout-unit-content {
    background: #09307b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #09307b 13%, #3db2db 50%, #09307b 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #09307b 13%,#3db2db 50%,#09307b 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09307b', endColorstr='#09307b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 0px !important;
    color: #252525;
}
.ui-selectonemenu-panel .ui-selectonemenu-list {
    background: #012663 !important;
}

@media only screen and (max-width: 2000px){
    .ui-widget-header2 {
        width: 35%;
        margin-top: 10%;
    }
}

/*Special Widths*/
.Wid220 {
    width: 100% !important;
}
.Wid80 {
    width: 80% !important;
}
.Wid77 {
    width: 77% !important;
}
.Wid70 {
    width: 70% !important;
}
.Wid60 {
    width: 60% !important;
}
.Wid50 {
    width: 50% !important;
}
.Wid40 {
    width: 40% !important;
}
.Wid34 {
    width: 34% !important;
}
.Wid30 {
    width: 30% !important;
}
.Wid25 {
    width: 25% !important;
}
.Wid20 {
    width: 20% !important;
}
.noBorder {
    border: none !important;
}
.yellow {
    color: #18386f !important;
}
.ui-selectonemenu-panel {
    background: #cfd8e6 !important;
}
.ui-selectonemenu-panel .ui-selectonemenu-list-item, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    color: #1e3179 !important;
    text-shadow: none;
    background: #fff !important;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon{
    top: 9px !important;
    left: 14px !important;
}
.ui-outputlabel, table tbody tr td {
    color: #4e6a9f !important;
    font-size: 15px !important;
    font-weight: lighter;
    margin: 0px;
}
.netfooter{
    color: #fff !important;
    font-size: 12px !important;
}
.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon {
    top: 10px !important;
}
.ui-messages-fatal li {
    background: #b84a48 !important;
    border-bottom: 1px solid #b74a48 !important;
}
.ui-messages-fatal, .ui-message-fatal {
    color: #b94a48 !important;
    background-color: #b94a48 !important;
    border-color: #b94a48 !important;
}
.ui-accordion {
    margin-bottom: 15px !important;
}
.ui-accordion .ui-accordion-header {
    margin: 6px !important;
    background: #5999d6 !important;
    font-size: 19px !important;
    font-weight: lighter;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    border: 1px solid #ccc !important;
    margin-bottom: 9px !important;
    border: 1px solid #3690cc !important;
    border-radius: 10px !important;
    width: 100% !important;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    background: #04317a !important;
    height: 83% !important;
    right: -19px !important;
}
.ui-selectcheckboxmenu-header {
    padding: 0.6em 0em .3em .4em !important;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper {
    padding: 0px !important;
}
.ui-datatable .ui-column-filter {
    content: "\f046";
    display: block;
    width: 90% !important;
    color: #04317a !important;
    border-radius: 5px !important;
}
.login-holder {

}
.newTable {
    background: #043179 !important;
    width: 30%;
}
.ui-widget-header .newTable {
    background: #043179 !important;
    width: 30%;
    border: 1px solid #000 !important;
}
.amount-holder {
    border-radius: 0 64px 64px 0;
    padding: 5px !important;
    border: 1px solid #72a9de;
    background-color: #e8e8e8;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2),0 9px 20px 0 rgba(0,0,0,0.19);
    color: #143870;
    display: table;
    width: 70%;
    margin-right: 60px;
    height: 24px;
}
.tbFix{}
.tbFix.ui-datatable thead th, .ui-datatable tfoot td {
    text-align: center;
    width: 150px !important;
}
.Wid15 {
    width: 10% !important;
}
.Wid16 {
    width: 16.66% !important;
}
.ui-datepicker-calendar tbody tr .ui-datepicker-today {
    background-color: #043179 !important;
    border: 1px solid #DDBF59 !important;
}
.underLiner {
    text-decoration: underline;
}
.textBold {
    font-weight: bold !important;
}
.list-styles {
    display: inline-flex !important;
    line-height: 18px;
    font-size: 14px !important;
}
select:focus {
    outline: none !important;
}
@media screen and (max-width: 320px) {
    .Wid34 {
        width: 175% !important;
        display: block;
    }
    .ui-widget-header2 {
        width: 80%;
    }
    .adminBox {
        width: 50%;
    }
}
@media (min-width: 321px) and (max-width: 640px) {
    .Wid34 {
        width: 100% !important;
        display: block;
        height: 150px;
    }
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 95% !important;
        margin: 0px 0px 0px -1px;
    }
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 94% !important;
        margin: 0px 0px 0px -1px;
    }
}
@media (min-width: 641px) and (max-width: 771px) {
    .adminBox {
        width: 76% !important;
        height: 200px !important;
    }
}

@media (min-width: 1600px) and (max-width: 2000px) {
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 96.3% !important;
        margin: 0px 0px 0px -1px;
    }
}
@media (min-width: 1224px) and (max-width: 1600px) {
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 95% !important;
        margin: 0px 0px 0px -1px;
    }
}
@media (min-width: 1111px) and (max-width: 1224px) {
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 93% !important;
        margin: 0px 0px 0px -1px;
    }
}
@media (min-width: 771px) and (max-width: 1111px) {
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 93.8% !important;
        margin: 0px 0px 0px -1px;
    }
}
@media (min-width: 771px) and (max-width: 991px) {
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 92% !important;
        margin: 0px 0px 0px -1px;
    }
}
@media (min-width: 641px) and (max-width: 771px) {
    .ui-menu.ui-menu-toggleable li.ui-widget-header {
        width: 94% !important;
        margin: 0px 0px 0px -1px;
    }
}
.ui-message-dialog .ui-dialog-content {
    background: #fff;
}
.ui-dialog .ui-dialog-titlebar {
    background: #173669 !important;
    text-shadow: none;
    color: #fff;
}
.ui-dialog-message.ui-messages-info-icon, .ui-dialog-message.ui-messages-warn-icon, .ui-dialog-message.ui-messages-error-icon, .ui-dialog-message.ui-messages-fatal-icon {
    margin: -10px 0px 0px 0px !important;
}

.AccManIcon {
    width: 40px !important;
}
.AccManIcon {
    margin-right: 16px !important;
}
.nestedTable tr td {
    border: none !important;
    padding-right: 16px !important;
}
.ui-dialog .ui-dialog-content {
    background: #fff !important;
}

/* make the drop down custom filter equal to the header width */
.ui-filter-column .ui-column-customfilter .custom-filter {
    width: 100%;
    box-sizing: border-box;
}

.table-header-filter .ui-selectonemenu .ui-selectonemenu-trigger {
    height: 100% !important;
    top: 1px !important;
}

.table-header-filter {
    height: 100% !important;
}


.date-picker {
    min-width: 135% !important;
    font-family:Arial, FontAwesome !important;
}

.required-filter{
    color: #ff0000;
}

.ui-column-width {

    width: 5% !important;

}