#tabs.demog .navbar .navbar-search .dropdown-menu {
  min-width: 25px;
}
.dropdown-menu .label-icon {
  margin-left: 5px;
}
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.5s;
}
.btn-search {
  vertical-align: middle;
  display: table-cell;
}
/*.btn-less{
    color:aquamarine;
}*/

#user-search .input-group-btn {
  width: 0;
  font-size: 16px;
  display: inline-flex;
  /*> .btn + .btn {
        margin-left: -5px;
    }*/

}
#user-search .input-group-btn .dropdown-toggle .btn-success :focus {
  background-color: none;
  border-color: none;
}
#user-search .form-control {
  width: 300px;
}
.user-btn {
  margin-top: 20px;
}
#btnsucessid {
  margin-left: -2px;
}
#btnsucessid .btn-search {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#btndropid {
  margin-left: -2px;
}
#btndropid .dropdown-toggle {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#tabs-usermgt .input-group {
  margin-bottom: 25px;
  margin-right: 80px;
}
.search-list {
  text-align: center;
}
#userdetailsId .userdetails {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.bg-primary {
  background-color: #6498ad;
}
/*#tabs {
    .nav-tabs .nav-tabs:active .nav-link:hover, .nav-tabs .nav-link:focus {
        background-color: #6498ad;
        color: #fff !important;
    }
}*/

/*#tabs {
    .nav-tabs {
        li{
        background-color: #6498ad;
       a{
           color:#fff;
       }
       :hover,:active{
           color:antiquewhite;
       }
        }
    }
}*/

/*.ui-state-active .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
    background-color: #6498ad;
    border: 1px solid #6498ad;
    a{
        color:#fff;
    }
}*/

.btn-success {
  background-color: #6498ad;
  font-size: 14px;
}
.btn-success :active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #6498ad;
  background: #6498ad;
}
.btn-success :active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #6498ad;
  background: #6498ad;
}
#tabs-demog {
  margin-top: 20px;
}
.admin-user-left {
  margin-left: -40px;
}
.ui-tabs-tab .ui-corner-top .ui-state-default .ui-tab .ui-state-hover {
  background-color: #6498ad;
  background: #6498ad;
}
.dropdown-menu.pull-right {
  right: auto;
}
#IncomeTable > td .a:hover,
#IncomeTable > td .a:focus {
  text-decoration: none;
}
.webgrid-table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  display: table;
  border-collapse: collapse;
  /*border: solid #C5C5C5;*/
  background-color: white;
}
.webgrid-table td,
th {
  border: 1px solid #C5C5C5;
  padding: 3px 7px 2px;
}
.webgrid-header,
.webgrid-header a {
  background-color: #6498ad;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
.webgrid-row-style {
  padding: 3px 7px 2px;
}
.webgrid-alternating-row {
  background-color: azure;
  padding: 3px 7px 2px;
}
.col1Width {
  width: 55px;
}
.col2Width {
  width: 220px;
}
.addunderline {
  text-decoration: none;
}
.glyphicon-remove-sign:before {
  content: "\e083";
  font-size: 20px;
  margin-right: 0px;
  vertical-align: -1px;
}
.glyphicon-plus-sign:before {
  content: "\e081";
  font-size: 20px;
  margin-right: 0px;
  vertical-align: -1px;
}
#sidebar body,
#sidebar html {
  height: 100%;
}
#sidebar .main .row {
  padding: 0px;
  margin: 0px;
}
#sidebar nav.sidebar.navbar {
  border-radius: 0px;
  position: fixed;
  margin-top: 19px;
  display: grid;
  background-color: #6498ad;
  border: 0px;
}
#sidebar nav.sidebar,
#sidebar .main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}
#sidebar .main {
  padding: 10px 10px 0 10px;
}
@media (min-width: 768px) {
  #sidebar .main {
    position: absolute;
    width: calc(60%);
    /*keeps 100% minus nav size*/
    margin-left: 40px;
    float: right;
  }
  #sidebar nav.sidebar:hover + .main {
    margin-left: 200px;
  }
  #sidebar nav.sidebar .navbar-brand,
  #sidebar nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    /*margin-left: 0px;*/
  
  }
  #sidebar nav.sidebar a {
    padding-right: 13px;
    color: #fff;
  }
  #sidebar nav.sidebar a > span > i {
    font-size: 18px;
  }
  #sidebar nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #sidebar nav.sidebar .navbar-collapse,
  #sidebar nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }
  #sidebar nav.sidebar {
    width: 200px;
    height: 100%;
    margin-left: -160px;
    float: left;
    z-index: 8000;
    margin-bottom: 0px;
  }
  #sidebar nav.sidebar li {
    width: 100%;
  }
  #sidebar nav.sidebar:hover {
    margin-left: 0px;
  }
  #sidebar .forAnimate {
    opacity: 0;
  }
}
@media (min-width: 1330px) {
  #sidebar .main {
    width: calc(-100%);
    /*keeps 100% minus nav size*/
    margin-left: 200px;
  }
  #sidebar nav.sidebar {
    /*margin-left: 0px;*/
    float: left;
  }
  #sidebar nav.sidebar .forAnimate {
    opacity: 1;
  }
}
#sidebar nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover,
#sidebar nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #748f5c;
  /*background-color: transparent;*/

}
#sidebar nav:hover .forAnimate {
  opacity: 1;
}
#sidebar section {
  padding-left: 15px;
}
#sidebar .navbar-inverse .navbar-nav > li > a:hover,
#sidebar .navbar-inverse .navbar-nav > li > a:focus {
  color: #748f5c;
  background-color: #fff;
}
#newlayout body,
#newlayout html {
  height: 100%;
  margin: 0;
}
#newlayout aside {
  width: 120px;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
}
#newlayout ul {
  list-style: none;
}
#newlayout section {
  /*margin-top: 60px;*/
  height: 100%;
  /*margin-left: 100px;*/

}
#newlayout header {
  height: 60px;
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 120px;
}
#newlayout figure {
  margin: 0;
}
.align-search {
  display: inline-flex;
}
.adv-search {
  margin-left: 150px;
}
.btns {
  background-color: #6498ad;
}
.add-btn {
  padding-top: 20px;
  font-size: 21px;
}
.add-btn :hover {
  color: #748f5c;
}
.add-btn > a :hover {
  color: #748f5c;
}
.add-btn > a > i {
  font-size: 24px;
  color: #6498ad;
  margin-right: 8px;
}
.btn-link:hover,
.btn-link:focus {
  color: #748f5c;
}
a:hover,
a:active {
  color: #748f5c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.clnt-search {
  font-size: 30px;
  padding-left: 40px;
}
.mdhs-color {
  color: #6498ad;
}
@media (min-width: 800px) {
  .modal-reg {
    max-width: 1400px;
    font-size: 14px;
  }
  .modal-ref {
    max-width: 1000px;
    font-size: 14px;
  }
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #748f5c;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
#searchCltForm .form-group {
  margin-bottom: 0px;
}
a {
  cursor: pointer;
}
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Georgia, serif;
  width: auto;
  /*font-weight:600;*/

}
.btnfotter {
  /*text-align: center;*/
  display: block;
}
.btnfotter .btn-secondary {
  font-size: 16px;
  background-color: #6498ad;
}
.list-group-item {
  background-color: #6498ad;
}
.sidebar-content {
  margin-top: 100px;
}
.sidebar-content a {
  color: #fff;
}
.sidebar-content a span:first-child {
  padding-right: 5px;
}
.sidebar-content .vr2Imageclass {
  margin-left: 8px;
  width: 200px;
}
.sidebar-content #collapsed-logo {
  margin-left: 4px;
  width: 40px;
}
.sidebar-content #collapse-icon {
  font-size: 35px !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.modal-header {
  padding-top: 7px;
  padding-bottom: 7px;
}
.modal-header > i,
.modal-header a {
  font-size: larger;
}
.modal-header h5 {
  font-size: 22px;
  /*color: #fff;*/

}
.navtab {
  padding-top: 0px;
  padding-bottom: 0px;
}
.card .card-header {
  background: #6498ad;
  padding: 0.3rem 1.25rem;
  color: #fff;
  font-size: large;
}
.card .card-header > h5 {
  color: #fff;
}
.fixed-top {
  border-bottom: 1px solid;
}
.navbar-light .navbar-nav .nav-link {
  color: #6498ad;
}
.modal-small {
  margin-top: 130px;
  width: 400px;
}
.modal-medium {
  margin-top: 130px;
  max-width: 600px;
}
.modal-medium-ext {
  margin-top: 130px;
  max-width: 890px;
}
.modal-medium-ext1 {
  margin-top: 130px;
  max-width: 980px;
}
#IncomTable a:hover {
  text-decoration: none;
}
table tbody {
  text-align: center;
}
table.dataTable thead th {
  background: transparent !important;
  white-space: nowrap;
  padding-right: 0px !important;
}
table.dataTable thead span.sort-icon {
  display: inline-block;
  padding-left: 5px;
  width: 16px;
  height: 16px;
}
table.dataTable thead .sorting span {
  background: url("../Images/sortable.png") no-repeat center right;
  background-size: 16px 16px;
}
table.dataTable thead .sorting_asc span {
  background: url("../Images/sort_asc_green.png") no-repeat center right;
  background-size: 16px 16px;
}
table.dataTable thead .sorting_desc span {
  background: url('../Images/sort_desc_green.png') no-repeat center right;
  background-size: 16px 16px;
}
.nosorting sort-icon {
  background: none !important;
}
#login-id .linkforgot {
  color: #6498ad;
  text-decoration: underline;
}
#registerModal .modal-reg {
  margin-top: 230px;
}
#registerModal .modal-ref {
  margin-top: 230px;
}
#registerModal .modal-color {
  color: #6498ad;
}
#registerModal .modal-footer {
  display: block;
}
#registerId h3 {
  color: #6498ad;
}
#registerId #saveRegisterId {
  margin-bottom: 25px;
}
#registerId #saveRegisterId .form-control {
  border: 1px solid #6498ad;
  /*color: #6498ad;*/

}
#registerId .border {
  border: 1px solid #6498ad;
}
#registerId #needs-validate {
  margin-left: inherit;
}
#registerId .container .card-header label {
  color: #fff;
}
#registerId .container .txtCont {
  margin-bottom: 15px;
}
#registerId .container .form-group input {
  /*color: #6498ad;*/
  border: 1px solid #6498ad;
}
#registerId .container .btn-secondary {
  padding-left: 120px;
  padding-right: 120px;
}
.modal-open {
  overflow: inherit;
}
#newPasswordModal .modal-color,
#forgotPassordModal .modal-color {
  color: #6498ad;
}
#newPasswordModal .form-group,
#forgotPassordModal .form-group {
  color: #6498ad;
}
#newPasswordModal .form-group .form-control,
#forgotPassordModal .form-group .form-control {
  border: 1px solid #6498ad;
}
textarea {
  font-family: inherit;
  /*width: 650px;*/
  height: 65px;
}
@media (min-width: 1100px) {
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}
#ErrorModal .modal-header {
  background-color: firebrick;
}
#ErrorModal .modal-body {
  font-size: larger;
}
#ErrorModal #btnOk {
  background-color: firebrick;
}
#tabs > ul li {
  font-size: 16px;
}
#tabs > ul li a {
  background-color: #6498ad;
  color: #fff;
}
#tabs > ul li a :active {
  color: red;
}
.btn-link {
  color: #6498ad;
}
.mid-checkbox {
  width: 16px;
  height: 16px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.AddReturnCode {
  white-space: pre-wrap;
}
#forgotPwdId .form-group,
#resetPwdId .form-group {
  color: #6498ad;
}
#forgotPwdId .form-group .form-control,
#resetPwdId .form-group .form-control {
  color: #6498ad;
  border: 1px solid #6498ad;
}
#search_field {
  height: 2.5rem;
  border: 1px solid #6498ad;
  border-radius: 0;
}
.disable_a_href {
  pointer-events: none;
}
#tabsJustified.nav-tabs {
  border-bottom: 1px solid #748f5c;
}
#tabsJustified.nav-tabs li {
  background: none;
}
#tabsJustified.nav-tabs a {
  font-size: 16px;
}
#tabsJustified.nav-tabs .nav-link.active {
  color: #6498ad;
  /*background:none;*/
  /*background-color: #6498ad;
           
        color: #fff;*/
  /*color: #748f5c;*/
  border-color: #748f5c #748f5c #fff;
}
label.error {
  color: red;
}
.text-wdth {
  max-width: 315px;
}
.ui-datepicker {
  background: #EAEAEA;
  color: #555;
}
#grantdistTbl tbody > tr:last-child > td {
  border-bottom: 0;
}
#addGrantModal.modal .modal-body,
#agencyAllocModal.modal .modal-body {
  max-height: 600px;
  overflow-y: auto;
}
.editmodal {
  padding-left: 0px;
  padding-right: 0px;
}
#userdataId tbody {
  display: block;
  height: 600px;
  overflow: auto;
}
#userdataId thead,
#userdataId tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#userdataId thead {
  width: calc(99%);
}
.max-width-search {
  max-width: 425px;
}
.upload-file {
  background-color: #6498ad;
  border-color: #6498ad;
}
.dataTables_length select {
  margin-left: 8px;
  margin-right: 8px;
}
.dataTables_length label {
  line-height: 30px;
}
.dataTables_filter {
  margin-right: 2px !important;
}
/*.userDataGrid1_wrapper  {
    margin-right: 2px;
}*/

