﻿h1.title, /*nkim 080219*/
p {
  margin-left: 13px !important;
}

#breadcrumbs {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 0;
  width: auto;
}

#top-bar-wrpr li div p.col-wrpr {
  margin-left: 0 !important; /* NEW */
}

div.dataTables_paginate ul.pagination {
  width: 100%;
}

.dataTables_wrapper .dataTables_paginate { /*nkim 080219*/
  margin-right: 0;
}

  .dataTables_wrapper .dataTables_paginate .paginate_button { /*nkim 080219*/
    padding: 0 !important;
  }

#breadcrumb_navigation {
  margin-left: 13px; /*nkim 080219*/
}

.breadcrumb-cra { /*nkim 080219*/
  margin-top: 0;
}

#maincontent {
  float: none;
}

input {
  vertical-align: inherit;
  border: 1px solid #999;
}

#mainApplication {
  float: none;
  padding-top: 20px;
}

  #mainApplication .btn {
    padding: 10px 16px;
    margin: 0;
    height: auto;
  }

  #mainApplication .search-section img {
    vertical-align: bottom;
    margin-bottom: 2px;
  }

td, blockquote {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*RL 07/25/2019*/
.site-header-togglers .mark {
  background-color: inherit;
}

.screen-reader {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.input-label {
  margin-top: 8px;
  margin-bottom: 3px;
}

.dropdown-dir {
  /*  max-width: 320px;*/
  padding-left: 8px;
}

.search-section {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 0 13px 0 13px; /*nkim 080219*/
  padding: 10px;
}

.searchResultsTable {
  width: 98.5% !important;
}

.searchResultsTable th {
  text-align: center;
}

/*#mainApplication .DateField {
  max-width: 320px;
}
*/

@media screen and (max-width: 999px) {
  .breadcrumb-cra {
    margin-top: 20px;
  }
}

@media screen and (max-width: 799px) {
  .dataTables_wrapper .col-md-6, .dataTables_wrapper .col-md-4 {
    display: table;
    float: none;
    padding-bottom: 10px;
    text-align: left;
  }

  table {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #mainApplication .table-responsive {
    margin-left: 13px !important;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .col-md-3,
  .col-md-4,
  .col-md-6 {
    padding: 0;
  }

  h1.title,
  p {
    margin-left: 0 !important;
  }

  .search-section {
    margin: 0;
  }

  #maincontent .table td {
    font-size: 17px;
    padding: 0 5px !important;
  }

  #mainApplication {
    padding: 20px !important;
  }

  .dataTables_wrapper {
    padding-right: 0 !important;
  }

  #mainApplication .table-responsive {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 640px) {
  #mainApplication .table-responsive th, #mainApplication .table-responsive td {
    white-space: normal;
  }

  #mainApplication .table-responsive {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: 0;
  }

  .dataTables_wrapper {
    padding-right: 0;
  }
}

.searchButton {
  font-size: 20px !important;
  font-weight: normal !important;
}

.pagination > li {
  display: inline;
  padding: 0 !important;
}

/* Styles for custom tooltip template */
th.sorting,
th.sorting_asc,
th.sorting_desc {
  font-weight: 600;
}

.table-striped tr:nth-child(even) {
  background-color: #ddd;
}

.row {
  margin: 0 0 10px 0;
}

.col-md-4 { /*nkim 080219*/
  padding-right: 6px;
}

.col-md-12 { /*nkim 080219*/
  width: 100%;
  padding: 0 0 0 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  padding: 3px 10px;
  font-size: 1em;
}

a[name], a[id] {
  padding-top: 0 !important;
  margin-top: 0 !important;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.tooltip-head {
  color: black;
  max-width: 400px;
  background: #F4F4F4;
  padding: 10px 10px 5px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

.tooltip-inner {
  color: black;
  max-width: 400px;
  background: #F4F4F4;
  padding: 10px 10px 5px;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

.tooltip-head .glyphicon {
  font-size: 22px;
  vertical-align: bottom;
}

.tooltip-head h3 {
  margin: 0;
  font-size: 18px;
}

.tooltip {
  background-color: #AAA;
  border: 1px solid #ccc;
}

.dataTables_wrapper {
  margin: 0 0 40px 0 !important; /*nkim 080219*/
  padding-right: 10px;
}

  .dataTables_wrapper .dataTables_paginate .paginate_button { /*nkim 080219*/
    padding: 0 !important;
  }

.pagination > li > a, .pagination > li > span {
  text-decoration: none !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777 !important;
}

/*bootstrap overrides*/
.btn-primary {
  background-color: #0071bc;
  border-color: #0072bc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-color: #005c99;/*#205493;*/
  border-color: #0072bc;
}

/*datepicker overrides*/
.ui-datepicker .ui-datepicker-title select {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: black;
  margin-left: 1px;
  margin-right: 1px;
}

/*old jquery-ui 1.10.1 colors*/
.ui-widget.ui-widget-content {
  z-index: 10000 !important;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background-color: rgb(238,238,238); /*#eee*/
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background-color: rgb(247,175,56); /*#f6a828*/
  color: #fff;
  font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background-color: rgb(247,247,247);
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #fbcb09;
  background-color: rgb(254,246,212); /*#fdf5ce*/
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #c77405;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background-color: rgb(255,241,165);
  color: #363636;
}