﻿article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*===================== 
	Base Styles 
=======================*/
html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #353535;
  height: 100%;
  width: 100%; }

form {
  height: 100%; }

/* image replacement */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

img {
  border: 0; }

/*===================== 
	Typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold; }

h1 {
  font-size: 2.3em;
  font-weight: normal; }

h2 {
  font-size: 1.9em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: .9em; }

p {
  margin: 0; }

b,
strong,
.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

/*===================== 
	Link
=======================*/
a img {
  border: 0; }

a {
  color: #335e85;
  text-decoration: underline;
  transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out; }

a:hover {
  color: #414042; }

a:hover, a.linkdark:hover {
  color: #324d82; }

/*===================== 
	Navigation
=======================*/
nav.primary {
  padding: 5% 0;
  width: 100%; }
  nav.primary ul {
    width: 21%;
    margin: 0 2% 2% 2%;
    padding: 0;
    float: left; }
    nav.primary ul li {
      display: block;
      padding: 1.5% 0; }
      nav.primary ul li.header {
        font-size: 1.6em;
        color: #3b6e8f;
        border-bottom: 1px #3b6e8f solid;
        margin-bottom: 1%; }
      nav.primary ul li a {
        display: block; }
        nav.primary ul li a:hover {
          color: #000;
          text-decoration: underline; }

/*===================== 
	Layout 
=======================*/
.outer-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -3.1em;
  /* the bottom margin is the negative value of the footer's height */ }

.wrapper {
  width: 60%;
  margin: 0 auto 0;
  position: relative;
  display: block;
  font-size: .8em; }

.content {
  padding: 2.4em 0 2.4em 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.last {
  margin-right: 0; }

/* clear fix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

.clear {
  clear: both; }

.no-pad {
  padding: 0; }

.pad-t {
  padding-top: 1em; }

.pad-r {
  padding-right: 1em; }

.pad-b {
  padding-bottom: 1em; }

.pad-l {
  padding-left: 1em; }

/*===================== 
	Table 
=======================*/
/* Default Table
-----------------------*/
.table-container *,
.table-container *:before,
.table-container *:after {
  box-sizing: border-box; }

.table-container {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px #dcdcdc solid; }

.row {
  padding: 1% 0;
  color: #939598; }

.table-header {
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  font-weight: bold;
  color: #353535; }

.gray:not(td) {
  background: #f5f5f5; }

tr.grayTableRow {
  background: #f5f5f5; }

.column1, .column2, .column3, .column4, .column5, .column6, .column7 {
  float: left;
  padding: 0 1%;
  vertical-align: top; }

.column1 {
  Width: 14.28571%; }

.column2 {
  Width: 14.28571%; }

.column3 {
  Width: 14.28571%; }

.column4 {
  Width: 14.28571%; }

.column5 {
  Width: 14.28571%; }

.column6 {
  Width: 14.28571%; }

.column7 {
  Width: 14.28571%; }

tr.cTableControlSelectedItem {
  color: #fff;
  background-color: #3a658e; }

tr.cTableControlItemSelectable:hover {
  color: #fff;
  cursor: pointer;
  background-color: #3a658e; }

/* Fancy Table
-----------------------*/
.blue-table {
  border: none; }
  .blue-table .row {
    color: #636466;
    border-top: none;
    border-right: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid; }
  .blue-table .table-header {
    color: #fff;
    background-color: #3a658e;
    height: 1%;
    padding: .5em 0 .4em;
    -moz-border-radius-topright: .3125em;
    border-top-right-radius: .3125em;
    -moz-border-radius-topleft: .3125em;
    border-top-left-radius: .3125em;
    background-image: linear-gradient(to bottom, #3a658e, #335e85); }
  .blue-table .fancy-table .sub-header {
    font-weight: bold;
    color: #353535;
    padding: 1% 0;
    font-size: 1em; }

/*===================== 
	Components
=======================*/
/* Header
-----------------------*/
header {
  padding: 1em 0;
  background-color: #3a658e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a658e), to(#335e85));
  background-image: -webkit-linear-gradient(top, #3a658e, #335e85);
  background-image: -moz-linear-gradient(top, #3a658e, #335e85);
  background-image: -o-linear-gradient(top, #3a658e, #335e85);
  background-image: linear-gradient(to bottom, #3a658e, #335e85);
  background: -ms-linear-gradient(#3a658e, #335e85);
  /*For IE10*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3a658e', endColorstr='#335e85');
  /*For IE7-8-9*/
  color: #fff;
  text-align: center; }

/*shorter header

header {
	padding: .5% 0;
	}

header img.logo {
	height: auto;
	width: 12%;
	max-width: 195px;
	}
	
@media screen and (max-width: 878px)
{
header img.logo {
	width:100px;
	}
}

*/
/* Search
-----------------------*/
.search {
  margin: 0 auto 2.4em;
  width: 50%;
  position: relative;
  display: block;
  font-size: 1em;
  text-align: center; }

.search input[type="text"] {
  width: 65%;
  padding: .6em .8em;
  height: 1em;
  color: #939598;
  font-size: .9em;
  font-weight: normal;
  background: #fff url("http://devdesign/StyleGuide/content/images/search-icon.png") right no-repeat;
  border: #dcddde 1px solid;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  text-align: left; }

.search input[type="text"]:focus {
  background-image: none; }

textarea:focus, input:focus {
  outline: 0; }

/* Backribbon
-----------------------*/
.backribbon {
  background: #f5f5f5;
  border-bottom: #dcdcdc 1px solid;
  padding: .625em 0 .5em;
  font-weight: bold; }

.backribbon img {
  float: left;
  display: inline-block;
  margin: 0 .7em 0 0; }

.backribbon a {
  color: #4b4b4b;
  text-decoration: none;
  line-height: 2.0em; }

.backribbon .details-buttons {
  display: none;
  padding: 0;
  float: right; }

.backribbon .wrapper {
  margin: 0 auto 0em; }

/* Title
-----------------------*/
.title {
  margin: 0 0 1.25em 0; }

.title.border {
  border-bottom: #dcdcdc 1px solid;
  padding: 0 .625em .75em .625em; }

.title img {
  float: left;
  display: inline-block;
  margin: 0 .5em 0 0; }

.title-icon {
  float: left;
  margin-right: 0.5em;
  max-height: 33px;
  max-width: 33px; }

.title h1 {
  float: left;
  display: inline-block;
  width: 65%; }

.full-title {
  padding: 0; }

.full-title h1 {
  width: 100%; }

.title-content {
  float: right;
  display: inline-block;
  color: #808285;
  margin: 1.0em 0 0 0;
  font-size: 1.1em; }

.title .result {
  float: right;
  display: inline-block;
  color: #808285;
  margin: 1.25em 0 0 0;
  font-size: 1.1em; }

.title .subheading2 {
  float: left;
  margin: 0;
  padding: 0.2em 0 0 0; }

.title .subheading2 span {
  padding-right: 1em; }

.title .details-buttons {
  margin: 0;
  float: right;
  /*display:inline-block;*/
  padding: .2em 0 0 0; }

.top-border {
  border-top: 1px #dcdcdc solid; }

/* Pager
-----------------------*/
.pager {
  width: auto;
  float: right;
  min-width: 15em;
  line-height: 2.3; }
  .pager .page-number {
    text-align: center;
    width: 1.7em;
    padding: .4em 0; }

.pager .pager-btn {
  margin: 8px 3% 0;
  padding: 0;
  height: 13px;
  float: right; }

.pager-text {
  float: left; }

.pager-text input[type=text] {
  width: 5%; }

.page-number {
  width: 98%;
  padding: 1%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #dcdcdc solid;
  outline: none;
  color: #3b6e8f;
  font-weight: bold; }

.pager input[type=text]:focus,
.pager select:focus,
.pager textarea:focus {
  border-color: #3b6e8f; }

/* Pager Icons*/
.svg-lastpage-icon {
  width: 10px;
  height: 13px;
  display: inline-block;
  background: url(../../content/images/svg/last-page-arrow.svg) no-repeat;
  background-position: 50% 49%; }

.svg-firstpage-icon {
  width: 10px;
  height: 13px;
  display: inline-block;
  background: url(../../content/images/svg/first-page-arrow.svg) no-repeat;
  background-position: 50% 49%; }

.svg-nextpage-icon {
  width: 10px;
  height: 13px;
  display: inline-block;
  background: url(../../content/images/svg/next-page-arrow.svg) no-repeat;
  background-position: 50% 49%; }

.svg-previouspage-icon {
  width: 10px;
  height: 13px;
  display: inline-block;
  background: url(../../content/images/svg/previous-page-arrow.svg) no-repeat;
  background-position: 50% 49%; }

/* Form Elements
-----------------------*/
input[type=text],
select,
textarea {
  width: 100%;
  padding: .433em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #dcdcdc solid;
  outline: none;
  font-weight: inherit;
  color: #3b6e8f; }

input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #3b6e8f; }

/* Label */
label:not(.rad-label) {
  padding: 0.4em 0;
  display: block;
  font-size: 1.05em; }

label.label-left {
  display: inline-block;
  float: left;
  color: #E1D306; }

/* Select */
.select-container,
.filter-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select-container:after,
.filter-select-container:after {
  content: '';
  right: 12px;
  top: 14px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #3B6E8F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select-container:before,
.filter-select-container:before {
  content: '';
  right: 1px;
  top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 30px;
  height: 32px;
  background: #f0f0f0;
  position: absolute;
  pointer-events: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.filter-select-container:before {
  background: #fff; }

select {
  width: 100%;
  height: 34px;
  padding: 7px 8px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f0f0f0;
  border: 1px #dcdcdc solid;
  color: #3b6e8f;
  font-weight: bold;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select:hover {
  border-color: #3b6e8f; }

select.filter-select {
  background: #fff;
  border-color: #acacac; }

select::-ms-expand {
  display: none; }

select option {
  background: #fff;
  font-weight: normal; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 15px; } }
/* Radio & Checkbox */
.radio-group,
.checkbox-group {
  display: inline-block;
  float: left;
  margin-right: 1%;
  clear: both; }

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin: 0 .3em 0 0; }

.radio-label,
.checkbox-label {
  display: inline-block;
  margin: 0 1em 0 0; }

.btn-group {
  clear: both;
  width: 100%; }

input[type=button] {
  outline: none;
  border: none; }

/* Form Structure */
.single-line {
  width: 100%; }

.single-line label {
  display: inline-block;
  width: 27%;
  float: left;
  word-wrap: break-word; }

.single-line input[type=text] {
  display: inline-block;
  width: 70%;
  float: right; }

.single-line textarea {
  width: 70%;
  display: inline-block;
  float: right; }

.single-line select {
  width: 72.1%;
  display: inline-block;
  float: right; }

.single-line .ui-selectmenu-button {
  float: right;
  width: 72% !important; }

/* Buttons
-----------------------*/
.btn {
  background-color: #3a658e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a658e), to(#335e85));
  background-image: -webkit-linear-gradient(top, #3a658e, #335e85);
  background-image: -moz-linear-gradient(top, #3a658e, #335e85);
  background-image: -o-linear-gradient(top, #3a658e, #335e85);
  background-image: linear-gradient(to bottom, #3a658e, #335e85);
  background: -ms-linear-gradient(#3a658e, #335e85);
  /*For IE10*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3a658e', endColorstr='#335e85');
  /*For IE7-8-9*/
  height: 1%;
  /*For IE7*/
  -moz-border-radius: .3125em;
  border-radius: .3125em;
  text-decoration: none;
  font-weight: bold;
  padding: .5em 1em;
  color: #fff;
  float: left;
  font-size: 0.93em;
  line-height: 16px;
  margin: 0 0.8em 0 0; }

.btn:hover {
  color: #fff;
  background-color: #2c5172;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c5172), to(#23415b));
  background-image: -webkit-linear-gradient(top, #2c5172, #23415b);
  background-image: -moz-linear-gradient(top, #2c5172, #23415b);
  background-image: -o-linear-gradient(top, #2c5172, #23415b);
  background-image: linear-gradient(to bottom, #2c5172, #23415b);
  background: -ms-linear-gradient(#2c5172, #23415b);
  /*For IE10*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c5172', endColorstr='#23415b');
  /*For IE7-8-9*/
  height: 1%;
  /*For IE7*/
  text-decoration: none; }

.btn:active {
  -webkit-box-shadow: inset 0px 1px 10px 1px rgba(2, 0, 50, 0.75);
  -moz-box-shadow: inset 0px 1px 10px 1px rgba(2, 0, 50, 0.75);
  box-shadow: inset 0px 1px 10px 1px rgba(2, 0, 50, 0.75); }

.plain-btn {
  text-decoration: none;
  font-weight: bold;
  padding: .5em;
  color: #3b6e8f;
  float: left;
  font-size: 1.1em; }

.plain-btn:hover {
  text-decoration: none;
  color: #134667; }

.btn img,
.plain-btn img {
  float: left;
  margin: 0 .75em 0 0;
  height: auto; }

.btn span,
.plain-btn span {
  height: 16px;
  line-height: 16px; }

.icon-btn {
  padding: .5em 1em .5em 1em; }

.icon-btn img {
  margin: 0; }

.icon-btn span {
  height: 16px;
  line-height: 16px; }

.switch-btn {
  padding: 0;
  display: inline-block;
  width: 100%;
  border: 1px #3A658E solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold; }

input[type=radio].switch-btn-input {
  display: none; }

label.switch-btn-label {
  float: left;
  width: 50%;
  color: #3A658E;
  background: #fff;
  padding: .35em;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.switch-btn-input:checked + .switch-btn-label {
  color: #fff;
  background: #3A658E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  padding: .35em; }

.add-icon {
  float: left;
  display: inline-block;
  height: 16px;
  margin-right: 0.5em; }

.no-text {
  margin-right: 0; }

.svg-check-icon {
  width: 13px;
  background: url("http://devdesign/StyleGuide/content/images/svg/check.svg") 10px 0px no-repeat;
  background-position: 49% 48%; }

.svg-details-icon {
  width: 14px;
  background: url("http://devdesign/StyleGuide/content/images/svg/details-icon.svg") no-repeat;
  background-position: 50% 49%; }

.svg-assignment-icon {
  width: 14px;
  background: url("http://devdesign/StyleGuide/content/images/svg/assignment.svg") no-repeat;
  background-position: 47% 49%; }

.svg-email-icon {
  width: 19px;
  background: url("http://devdesign/StyleGuide/content/images/svg/details-icon.svg") no-repeat;
  background-position: 50% 49%; }

.svg-folder-icon {
  width: 20px;
  background: url("http://devdesign/StyleGuide/content/images/svg/folder2.svg") no-repeat;
  background-position: 50% 49%; }

.svg-back-icon {
  width: 22px;
  background: url("http://devdesign/StyleGuide/content/images/svg/back-arrow.svg") no-repeat;
  background-position: 50% 49%; }

.svg-forward-icon {
  width: 22px;
  background: url("http://devdesign/StyleGuide/content/images/svg/forward-arrow.svg") no-repeat;
  background-position: 50% 49%; }

.svg-edit-icon {
  width: 15px;
  background: url("http://devdesign/StyleGuide/content/images/svg/edit.svg") no-repeat;
  background-position: 50% 49%; }

.svg-pencil-icon {
  width: 16px;
  background: url("http://devdesign/StyleGuide/content/images/svg/pencil-icon.svg") no-repeat;
  background-position: 50% 49%; }

.svg-plus-icon {
  width: 15px;
  background: url("http://devdesign/StyleGuide/content/images/svg/plus-icon.svg") no-repeat;
  background-position: 50% 49%; }

.svg-plus-minus-icon {
  width: 11px;
  background: url("http://devdesign/StyleGuide/content/images/svg/plus-minus.svg") no-repeat;
  background-position: 50% 49%; }

.svg-search-icon {
  width: 17px;
  background: url("http://devdesign/StyleGuide/content/images/svg/search-icon.svg") no-repeat;
  background-position: 50% 49%; }

.svg-paperclip-icon {
  width: 17px;
  background: url("http://devdesign/StyleGuide/content/images/svg/paperclip.svg") no-repeat;
  background-position: 50% 49%; }

.svg-paperclip2-icon {
  width: 17px;
  background: url("http://devdesign/StyleGuide/content/images/svg/paperclip2.svg") no-repeat;
  background-position: 50% 49%; }

/*disabled styles*/
.btn-disabled {
  background: #BDBDBD;
  color: #DDDDDD;
  cursor: default; }

.btn-disabled div {
  filter: alpha(opacity=30);
  -moz-opacity: .37;
  opacity: .37; }

.btn-disabled:hover {
  background: #BDBDBD;
  color: #DDDDDD; }

.plain-btn.btn-disabled {
  background: none;
  color: #BDBDBD; }

.plain-btn.btn-disabled img {
  filter: alpha(opacity=30);
  -moz-opacity: .37;
  opacity: .37; }

.plus-minus-toggle {
  display: block;
  height: 21px;
  width: 21px;
  position: relative;
  z-index: 10;
  border: none;
  outline: none;
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  padding: 0; }

.plus-minus-toggle:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 13px;
  height: 3px;
  background: #fff; }

.plus-minus-toggle:hover {
  cursor: pointer;
  height: 21px;
  padding: 0; }

.plain-toggle {
  background: none; }

.plain-toggle.plus-minus-toggle:before {
  background: #3a658e; }

.plain-toggle.plus-minus-toggle:hover {
  background: none; }

.plain-toggle.plus-minus-toggle:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.collapsed:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 3px;
  height: 13px;
  background: #fff; }

.plain-toggle.collapsed:after {
  background: #3a658e; }

@media screen and (max-width: 480px) {
  .btn .hide-txt {
    display: none; }

  .svg-check-icon, .svg-details-icon, .svg-assignment-icon, .svg-email-icon, .svg-folder-icon {
    margin-right: 0; } }
/* Footer
-----------------------*/
footer {
  background: #f0f0f0;
  border-top: #dcdcdc 1px solid;
  padding: 2.0em 0 2.1875em;
  text-align: center;
  color: #bebebe;
  font-size: .625em;
  height: .625em; }

.push {
  clear: both;
  text-align: center;
  height: 49px;
  /* .push must be the same height as .footer */ }

/*===================== 
	Controls
=======================*/
/* Datepicker
-----------------------*/
.datepicker-container {
  position: relative;
  width: 100%; }

.max-date-width {
  max-width: 10em; }

.datepicker-container input {
  margin: 0 !important; }

img.ui-datepicker-trigger {
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  font-size: 0.8em !important; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker input, .ui-datepicker select {
  width: 98%;
  padding: .443em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #dcdcdc solid;
  outline: none;
  color: #3b6e8f !important;
  font-weight: bold; }

/* Select Menu
-----------------------*/
.menu-overflow {
  height: 11em;
  height: auto; }

.ui-selectmenu-menu {
  font-size: 13px !important;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block;
  outline: none; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-weight: bold;
  color: #3b6e8f; }

.ui-selectmenu-button:hover {
  background: #e5e5e5; }

.ui-selectmenu-button span.ui-icon {
  right: 0.6em;
  left: auto;
  margin-top: -3px;
  position: absolute;
  top: 50%; }

.ui-icon-triangle-1-s {
  background: url(../../content/images/select-arrow.png) 0 0 no-repeat; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.6em 2.3em 0.6em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px; }

.filter-select + .ui-selectmenu-button {
  background: #fff;
  border: 1px solid #B9BDC0;
  border-radius: 8px; }

.filter-select + .ui-selectmenu-button:hover {
  border: 1px #3b6e8f solid; }

.filter-select + .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.5em 2.1em 0.5em 1em; }

.filter-select + .ui-corner-top {
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.wrapper .ui-selectmenu-open {
  display: block;
  outline: none; }

/* Drop Down Menu
-----------------------*/
/*Original Drop Down*/
ul.dropdown {
  color: #eb8f0d;
  list-style: none;
  display: inline-block;
  position: relative; }

ul.dropdown li a {
  color: #5f717a;
  line-height: 1;
  margin: 0;
  text-align: center; }

.dropdown-select {
  color: #353535;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0 15px 0 5px;
  background: url("../../content/images/dropmenu-arrow.png") right center no-repeat; }

.dropdown-select:hover {
  color: #3b6e8f; }

ul.dropdown-listings {
  list-style-type: none;
  display: block;
  position: absolute;
  background-color: #fff;
  right: -10%;
  border-top: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
  border-left: 1px #dcdcdc solid;
  text-align: center;
  min-width: 100%;
  width: auto; }

ul.dropdown-listings li {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

ul.dropdown-listings li a {
  margin: 0;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px #dcdcdc solid;
  display: block;
  padding: .5em; }

ul.dropdown-listings li a:hover {
  color: #000;
  background-color: #f7f7f7; }

/* New Drop Down */
ul.menu {
  list-style: none;
  position: relative;
  display: inline-block; }

ul.menu > li > ul {
  display: none;
  position: absolute;
  list-style: none;
  background: #fff;
  border: 1px #c8c8c8 solid;
  color: #3b6e8f;
  z-index: 10; }

ul.menu > li > ul li {
  display: block;
  border-bottom: 1px #c8c8c8 solid; }

ul.menu > li > ul li:last-of-type {
  border-bottom: none; }

.menu-open {
  display: inline-block;
  cursor: pointer;
  color: #3b6e8f;
  padding: 0 .35em; }

.show-menu {
  right: 0; }

ul.filter-listings li {
  padding: .2em .5em;
  display: inline-block;
  position: relative; }

.selectable {
  padding: .62em .9em;
  text-align: center;
  cursor: pointer; }

.selectable:hover {
  text-decoration: none;
  color: #000;
  background: #F1F1F1; }

ul.filter-listings li:hover {
  text-decoration: underline;
  color: #000;
  background: #F1F1F1; }

ul.filter-listings input[type="checkbox"] {
  display: inline-block;
  margin-right: .4em;
  position: absolute;
  top: 50%;
  margin-top: -6px; }

ul.filter-listings label {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  padding-left: 20px;
  cursor: pointer; }

.filter-buttons {
  padding: .5em;
  min-width: 125px; }

.filter-buttons input[type="button"] {
  padding: .4em .8em;
  margin: 0 0.6em 0 0;
  cursor: pointer; }

.svg-down-icon {
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: .4em;
  background: url(http://devdesign/StyleGuide/content/images/svg/arrow-down.svg) no-repeat center; }

/* Auto Complete
-----------------------*/
.ac_results, #wrapper {
  width: 60%;
  margin: 0 auto 3em;
  position: relative;
  display: block;
  font-size: .8em; }

.ac_results {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  min-width: 180px; }

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

.ac_results iframe {
  display: none; }

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: hand;
  display: block;
  width: 100%;
  FONT-FAMILY: Gill, Helvetica, sans-serif;
  font-size: 12px;
  overflow: hidden; }

.ac_loading {
  background: Window url("Sandhills.TaskOrder.Controls.cAXDHandler.axd?file=indicator.gif") right center no-repeat; }

.ac_results ul li.ac_over {
  background: #e5e5e5; }

.ac_results ul li {
  display: block;
  background: #fff;
  color: #333;
  text-decoration: none;
  padding: .4em .9em;
  border-bottom: #fff 1px solid; }

.ac_results ul li:hover {
  background: #e5e5e5; }

/* Tabs
-----------------------*/
.ui-tabs {
  position: relative;
  padding: .2em;
  border: none; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
  background: #fff;
  border: none;
  border-bottom: 1px #dcdcdc solid;
  border-radius: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .4em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1.5em;
  text-decoration: none;
  color: #3b6e8f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
  color: #3b6e8f;
  background-color: #fff; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* Tool Tips
-----------------------*/
.ui-tooltip {
  font-size: .8em !important;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 4px #aaa;
  box-shadow: 0 0 4px #aaa; }

body .ui-tooltip {
  border: 1px #C9C9C9 solid;
  background-color: #fff; }

.grid-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.grid-container:before,
.grid-container:after {
  content: " ";
  display: table; }

.grid-container:after {
  clear: both; }

.grid-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0; }

.grid-row:before,
.grid-row:after {
  content: " ";
  display: table; }

.grid-row:after {
  clear: both; }

.col-1-24, .col-2-24, .col-3-24, .col-4-24, .col-5-24, .col-6-24, .col-7-24, .col-8-24, .col-9-24, .col-10-24, .col-11-24, .col-12-24, .col-13-24, .col-14-24, .col-15-24, .col-16-24, .col-17-24, .col-18-24, .col-19-24, .col-20-24, .col-21-24, .col-22-24, .col-23-24, .col-24-24, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

/*24 Column Grid*/
.col-1-24, .col-2-24, .col-3-24, .col-4-24, .col-5-24, .col-6-24, .col-7-24, .col-8-24, .col-9-24, .col-10-24, .col-11-24, .col-12-24, .col-13-24, .col-14-24, .col-15-24, .col-16-24, .col-17-24, .col-18-24, .col-19-24, .col-20-24, .col-21-24, .col-22-24, .col-23-24, .col-24-24 {
  float: left; }

.col-1-24 {
  width: 4.16666%; }

.col-2-24 {
  width: 8.33333%; }

.col-3-24 {
  width: 12.5%; }

.col-4-24 {
  width: 16.66666%; }

.col-5-24 {
  width: 20.83333%; }

.col-6-24 {
  width: 25%; }

.col-7-24 {
  width: 29.16666%; }

.col-8-24 {
  width: 33.33333%; }

.col-9-24 {
  width: 37.5%; }

.col-10-24 {
  width: 41.66666%; }

.col-11-24 {
  width: 45.83333%; }

.col-12-24 {
  width: 50%; }

.col-13-24 {
  width: 54.16666%; }

.col-14-24 {
  width: 58.33333%; }

.col-15-24 {
  width: 62.5%; }

.col-16-24 {
  width: 66.66666%; }

.col-17-24 {
  width: 70.83333%; }

.col-18-24 {
  width: 75%; }

.col-19-24 {
  width: 79.16666%; }

.col-20-24 {
  width: 83.33333%; }

.col-21-24 {
  width: 87.5%; }

.col-22-24 {
  width: 91.66666%; }

.col-23-24 {
  width: 95.83333%; }

.col-24-24 {
  width: 100%; }

/*Extra Small*/
.hide-xs {
  display: none !important; }

.centered-xl {
  margin-right: auto;
  margin-left: auto; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

@media (min-width: 361px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-1-24, .col-sm-2-24, .col-sm-3-24, .col-sm-4-24, .col-sm-5-24, .col-sm-6-24, .col-sm-7-24, .col-sm-8-24, .col-sm-9-24,
  .col-sm-10-24, .col-sm-11-24, .col-sm-12-24, .col-sm-13-24, .col-sm-14-24, .col-sm-15-24, .col-sm-16-24, .col-sm-17-24,
  .col-sm-18-24, .col-sm-19-24, .col-sm-20-24, .col-sm-21-24, .col-sm-22-24, .col-sm-23-24, .col-sm-24-24 {
    float: left; }

  .col-sm-1-24 {
    width: 4.16666%; }

  .col-sm-2-24 {
    width: 8.33333%; }

  .col-sm-3-24 {
    width: 12.5%; }

  .col-sm-4-24 {
    width: 16.66666%; }

  .col-sm-5-24 {
    width: 20.83333%; }

  .col-sm-6-24 {
    width: 25%; }

  .col-sm-7-24 {
    width: 29.16666%; }

  .col-sm-8-24 {
    width: 33.33333%; }

  .col-sm-9-24 {
    width: 37.5%; }

  .col-sm-10-24 {
    width: 41.66666%; }

  .col-sm-11-24 {
    width: 45.83333%; }

  .col-sm-12-24 {
    width: 50%; }

  .col-sm-13-24 {
    width: 54.16666%; }

  .col-sm-14-24 {
    width: 58.33333%; }

  .col-sm-15-24 {
    width: 62.5%; }

  .col-sm-16-24 {
    width: 66.66666%; }

  .col-sm-17-24 {
    width: 70.83333%; }

  .col-sm-18-24 {
    width: 75%; }

  .col-sm-19-24 {
    width: 79.16666%; }

  .col-sm-20-24 {
    width: 83.33333%; }

  .col-sm-21-24 {
    width: 87.5%; }

  .col-sm-22-24 {
    width: 91.66666%; }

  .col-sm-23-24 {
    width: 95.83333%; }

  .col-sm-24-24 {
    width: 100%; } }
@media (min-width: 521px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-1-24, .col-md-2-24, .col-md-3-24, .col-md-4-24, .col-md-5-24, .col-md-6-24, .col-md-7-24, .col-md-8-24, .col-md-9-24,
  .col-md-10-24, .col-md-11-24, .col-md-12-24, .col-md-13-24, .col-md-14-24, .col-md-15-24, .col-md-16-24, .col-md-17-24,
  .col-md-18-24, .col-md-19-24, .col-md-20-24, .col-md-21-24, .col-md-22-24, .col-md-23-24, .col-md-24-24 {
    float: left; }

  .col-md-1-24 {
    width: 4.16666%; }

  .col-md-2-24 {
    width: 8.33333%; }

  .col-md-3-24 {
    width: 12.5%; }

  .col-md-4-24 {
    width: 16.66666%; }

  .col-md-5-24 {
    width: 20.83333%; }

  .col-md-6-24 {
    width: 25%; }

  .col-md-7-24 {
    width: 29.16666%; }

  .col-md-8-24 {
    width: 33.33333%; }

  .col-md-9-24 {
    width: 37.5%; }

  .col-md-10-24 {
    width: 41.66666%; }

  .col-md-11-24 {
    width: 45.83333%; }

  .col-md-12-24 {
    width: 50%; }

  .col-md-13-24 {
    width: 54.16666%; }

  .col-md-14-24 {
    width: 58.33333%; }

  .col-md-15-24 {
    width: 62.5%; }

  .col-md-16-24 {
    width: 66.66666%; }

  .col-md-17-24 {
    width: 70.83333%; }

  .col-md-18-24 {
    width: 75%; }

  .col-md-19-24 {
    width: 79.16666%; }

  .col-md-20-24 {
    width: 83.33333%; }

  .col-md-21-24 {
    width: 87.5%; }

  .col-md-22-24 {
    width: 91.66666%; }

  .col-md-23-24 {
    width: 95.83333%; }

  .col-md-24-24 {
    width: 100%; } }
@media (min-width: 741px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-1-24, .col-lg-2-24, .col-lg-3-24, .col-lg-4-24, .col-lg-5-24, .col-lg-6-24, .col-lg-7-24, .col-lg-8-24, .col-lg-9-24,
  .col-lg-10-24, .col-lg-11-24, .col-lg-12-24, .col-lg-13-24, .col-lg-14-24, .col-lg-15-24, .col-lg-16-24, .col-lg-17-24,
  .col-lg-18-24, .col-lg-19-24, .col-lg-20-24, .col-lg-21-24, .col-lg-22-24, .col-lg-23-24, .col-lg-24-24 {
    float: left; }

  .col-lg-1-24 {
    width: 4.16666%; }

  .col-lg-2-24 {
    width: 8.33333%; }

  .col-lg-3-24 {
    width: 12.5%; }

  .col-lg-4-24 {
    width: 16.66666%; }

  .col-lg-5-24 {
    width: 20.83333%; }

  .col-lg-6-24 {
    width: 25%; }

  .col-lg-7-24 {
    width: 29.16666%; }

  .col-lg-8-24 {
    width: 33.33333%; }

  .col-lg-9-24 {
    width: 37.5%; }

  .col-lg-10-24 {
    width: 41.66666%; }

  .col-lg-11-24 {
    width: 45.83333%; }

  .col-lg-12-24 {
    width: 50%; }

  .col-lg-13-24 {
    width: 54.16666%; }

  .col-lg-14-24 {
    width: 58.33333%; }

  .col-lg-15-24 {
    width: 62.5%; }

  .col-lg-16-24 {
    width: 66.66666%; }

  .col-lg-17-24 {
    width: 70.83333%; }

  .col-lg-18-24 {
    width: 75%; }

  .col-lg-19-24 {
    width: 79.16666%; }

  .col-lg-20-24 {
    width: 83.33333%; }

  .col-lg-21-24 {
    width: 87.5%; }

  .col-lg-22-24 {
    width: 91.66666%; }

  .col-lg-23-24 {
    width: 95.83333%; }

  .col-lg-24-24 {
    width: 100%; } }
@media (min-width: 982px) {
  .hide-xl {
    display: none !important; }

  .centered-xl {
    margin-right: auto;
    margin-left: auto; }

  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-lg-1-24, .col-lg-2-24, .col-lg-3-24, .col-lg-4-24, .col-lg-5-24, .col-lg-6-24, .col-lg-7-24, .col-lg-8-24, .col-lg-9-24,
  .col-lg-10-24, .col-lg-11-24, .col-lg-12-24, .col-lg-13-24, .col-lg-14-24, .col-lg-15-24, .col-lg-16-24, .col-lg-17-24,
  .col-lg-18-24, .col-lg-19-24, .col-lg-20-24, .col-lg-21-24, .col-lg-22-24, .col-lg-23-24, .col-lg-24-24 {
    float: left; }

  .col-lg-1-24 {
    width: 4.16666%; }

  .col-lg-2-24 {
    width: 8.33333%; }

  .col-lg-3-24 {
    width: 12.5%; }

  .col-lg-4-24 {
    width: 16.66666%; }

  .col-lg-5-24 {
    width: 20.83333%; }

  .col-lg-6-24 {
    width: 25%; }

  .col-lg-7-24 {
    width: 29.16666%; }

  .col-lg-8-24 {
    width: 33.33333%; }

  .col-lg-9-24 {
    width: 37.5%; }

  .col-lg-10-24 {
    width: 41.66666%; }

  .col-lg-11-24 {
    width: 45.83333%; }

  .col-lg-12-24 {
    width: 50%; }

  .col-lg-13-24 {
    width: 54.16666%; }

  .col-lg-14-24 {
    width: 58.33333%; }

  .col-lg-15-24 {
    width: 62.5%; }

  .col-lg-16-24 {
    width: 66.66666%; }

  .col-lg-17-24 {
    width: 70.83333%; }

  .col-lg-18-24 {
    width: 75%; }

  .col-lg-19-24 {
    width: 79.16666%; }

  .col-lg-20-24 {
    width: 83.33333%; }

  .col-lg-21-24 {
    width: 87.5%; }

  .col-lg-22-24 {
    width: 91.66666%; }

  .col-lg-23-24 {
    width: 95.83333%; }

  .col-lg-24-24 {
    width: 100%; } }
@media (max-width: 980px) {
  .hide-lg {
    display: none !important; } }
@media (max-width: 740px) {
  .hide-md {
    display: none !important; } }
@media (max-width: 520px) {
  .hide-sm {
    display: none !important; } }
/*===================== 
	Random
=======================*/
/* TOS Redesigned Styles*/
.error {
  color: red;
  font-weight: bold;
  text-align: center;
  min-height: 25px;
  padding: 0 0 1.5em 0; }

/* Fields
--------------------------*/
.fields {
  width: 58%;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 2em 0 0 0;
  padding: .75em 0 8em 0; }

.fields .single {
  margin: 0 0 1.25em; }

.fields .label {
  float: left;
  display: inline-block;
  line-height: 2.7em;
  width: 30%;
  white-space: nowrap; }

.fields .label2 {
  display: inline-block;
  width: 13.8em; }

.fields input[type="text"] {
  padding: .7em .9em;
  width: 26.75em;
  line-height: 1.0em;
  font-size: 1.0em;
  -moz-border-radius: .4em;
  border-radius: .4em;
  border: #dcdcdc 1px solid;
  color: #414042; }

.fields .filterinput input[type="text"] {
  width: 22.7em; }

.fields input.short {
  width: 12em; }

.light {
  color: #969696; }

.fields .dropdown {
  width: 27.6em;
  height: 2.7em;
  padding: 0 .5em 0 .9em;
  -moz-border-radius: .4em;
  border-radius: .4em;
  border: #dcdcdc 1px solid;
  background: #f0f0f0 url(http://devdesign/StyleGuide/content/images/svg/arrow-down.svg) no-repeat right;
  float: left;
  display: inline-block;
  color: #3b6e8f;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.fields .below {
  margin: 0; }

.fields .no-label {
  float: left;
  display: inline-block;
  line-height: 2.7em;
  width: 30%; }

.fields .brk {
  float: left;
  display: inline-block; }

.fields .rad-label {
  line-height: 13px;
  color: #999;
  margin-left: 10px; }

.fields .widetextinput {
  width: 29.1em; }

.fields input.date {
  width: 12em;
  display: inline-block; }

.fields input[type="submit"] {
  -moz-border-radius: .3125em;
  border-radius: .3125em;
  text-decoration: none;
  font-weight: bold;
  padding: .5em .75em .375em .75em;
  width: 5em;
  height: 3em;
  cursor: pointer;
  border: none; }

/* secure tasks */
.padlock, span .padlock, div .padlock {
  padding-right: 15px;
  background: url(http://devdesign/StyleGuide/content/images/lock.gif) no-repeat center right; }

.padlocksearch {
  /* special class for padlock on search pages */
  padding-right: 9px;
  margin-right: 5px;
  background: url(http://devdesign/StyleGuide/content/images/lock.gif) no-repeat center right; }

.padlockleft {
  padding-left: 15px;
  background: url(http://devdesign/StyleGuide/content/images/lock.gif) no-repeat top left; }

.bottom {
  padding: .5em .25em;
  border-top: #dcdcdc 1px solid;
  border-bottom: #dcdcdc 1px solid;
  margin: 0 0 3.125em 0;
  line-height: 1.8em; }

a.add {
  text-decoration: none; }

.bottom .leftpadding {
  margin: 0 0 0 1.25em; }

.bottom .add img,
.bottom .add-TOS img {
  /*float:left;*/
  margin: .2em .4em 0 .625em; }

.bottom .add-TOS {
  float: left; }

.add-TOS-svg {
  margin: .2em .4em 0 .625em !important;
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  background: url(http://devdesign/StyleGuide/content/images/svg/add-icon.svg);
  background-size: 15px 15px; }

/* Random
--------------------------*/
.bodytagheader {
  background: #fff;
  font-family: "arial","Helvetica";
  font-size: 11px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 5px;
  width: 225px;
  text-align: left; }

/* EditTaskOrderDetail.aspx*/
.txtbox {
  padding: .7em .9em;
  width: 26.75em;
  line-height: 1.0em;
  font-size: 1.0em;
  -moz-border-radius: .4em;
  border-radius: .4em;
  border: #dcdcdc 1px solid;
  color: #414042;
  font-family: Arial, Helvetica, sans-serif; }

/* ProcessMap.aspx */
.processcontainer h4 {
  color: #3b6e8f;
  padding-bottom: .4em;
  font-weight: bold;
  font-size: 1em; }

.control-buttons {
  padding: 2em 0; }

/*===================== 
	Break Points
=======================*/
@media screen and (max-width: 1140px) {
  .outer-wrap .wrapper {
    width: 90%; } }
@media screen and (max-width: 878px) {
  .details-order-btn {
    padding: .5em .75em .6em 1.2em;
    margin: 0; } }
@media screen and (max-width: 768px) {
  #search {
    padding: 2.125em 0 1em; } }
@media screen and (max-width: 715px) {
  header img {
    width: 20%; }

  .outer-wrap .hide {
    display: none; }

  .wrapper .pager {
    min-width: 11em; }

  .pager-text {
    min-width: 4.5em !important; }

  .outer-wrap .back .details-buttons {
    display: block;
    padding: 0; }

  .table-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }

  .row {
    min-width: 600px; } }
@media screen and (max-width: 480px) {
  .outer-wrap .content {
    padding: 0 0 3.1em 0; }

  .outer-wrap .title-icon {
    width: 25px;
    height: 25px; }

  .content .search {
    padding: 0.5em 0 !important;
    margin: 1.3em auto 0.5em; }

  .content .search input[type="text"] {
    width: 80%;
    font-size: .75em; }

  .title {
    margin: .7em 0 .5em 0;
    padding: 0 .625em; }

  .full-title {
    padding: 0; }

  header img {
    width: 30%; }

  .wrapper .title span.result {
    float: right;
    display: inline-block;
    color: #808285;
    margin: .3em 0 0 .4em;
    font-size: 1.0em; }

  .wrapper .title img {
    width: 5%; }

  .wrapper .buttons {
    width: 35%; }

  .btn {
    padding: .5em .6em .6em .5em; }

  .details-order-btn {
    padding: .4em .55em .65em 1.2em; }

  .email-btn {
    padding: .4em .35em .5em 1.1em; }

  .content {
    font-size: 95%; }

  .section-heading {
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    border-left: none;
    border-right: none; }

  .hide, .wrapper .buttons span {
    display: none; }

  .outer-wrap .back {
    padding: .625em .625em .5em; }

  .backribbon {
    padding: .625em .625em .5em; }

  .backribbon .details-buttons {
    display: block;
    width: 22%;
    padding: 0; }

  footer {
    padding: 1.5em 0 2.6875em !important; }

  .title img {
    width: 6%; }

  .hide-header {
    display: none; } }
@media screen and (max-width: 340px) {
  .ac_results li {
    font-size: 16px; }

  .title img {
    width: 8%; }

  .details-order-btn {
    padding: .5em .35em .55em 1.0em; }

  .email-btn {
    padding: .45em .25em .45em .9em; }

  .wrapper .title span.result {
    float: left;
    margin: .5em 0 0 2.5em;
    font-size: 1.0em; }

  .title h1 {
    font-size: 1.35em;
    line-height: 1.8em; } }
