/* Global
---------------------override--------------------- */

body { /* line 224 */
  font-family: Arial, sans-serif; /* Override */
  /* background: url(http://subtlepatterns.com/patterns/white_sand.png) repeat; Play */
}

hr { /* line 874 */
  border-top: 1px solid #dddddd; /* Override */
}

label { /* line 1034 */
  font-weight: bold; /* Override */
}

input,
button,
select,
textarea { /* line 1044 */
  font-family: Arial, sans-serif; /* Override */
}

.btn { /* line 3149  */
  font-weight: bold; /* Added */
}

td span { 
  word-break: break-all; /* Added */
}


/* Navbar
---------------------override--------------------- */

.nav-tabs,
.nav-pills { /* line 3969 */
  font-weight: bold; /* Added */
}

.navbar .brand { /* line 4339 */
  padding: 12px 20px 3px; /* Override */
}

.navbar .btn,
.navbar .btn-group { /* line 4375 */
  margin-top: 10px; /* Override */
}

.navbar .nav > li > a { /* line 4534 */
  padding: 15px 15px 15px; /* Override */
}

.navbar .btn-navbar { /* line 4564  */
  float: left; /* Override */
  box-shadow: none; /* Override */
}

.navbar .btn-navbar .icon-bar { /* line 4604 */
  height: 3px; /* Override */
}

.navbar-inverse .navbar-inner { /* line 4712 */
  background-color: #024873; /* Override */
  background-image: none; /* Override */
  border-color: #012840; /* Override */
  filter: none; /* Override */
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { /* line 4769 */
  background-color: #0487d9; /* Override */
}

.navbar-inverse .btn-navbar { /* line 4831 */
  background-color: #024873; /* Override */
  *background-color: #024873; /* Override */
  background-image: none; /* Override */
  border-color: #024873; /* Override */
  filter: none; /* Override */
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] { /* line 4848 */ 
  background-color: #151b26; /* Override */
  *background-color: #151b26; /* Override */
}


/* Modal
---------------------override--------------------- */
.modal-body { /* line 4831 */
  overflow: visible; /* Added */
}


/* Content
----------------------add-on---------------------- */

#content {
  padding: 80px 0 20px 0;
}


/* Widget
----------------------add-on---------------------- */

.widget { 
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 20px;
}

.widget-logo {
text-align: center;
}
.widget-logo img {
  max-height: 240px;
}

.widget-banner {
text-align: center;
border: 1px solid #E5E5E5; 
}
.widget-banner img {
  width: 100%;
}
.table-banner img {
  max-width: 100%;
  max-height: 160px;
}

.widget-header { 
  background: #F5F5F5; 
  border: 1px solid #E5E5E5; 
  -webkit-border-top-left-radius: 4px; 
		  border-top-left-radius: 4px; 
  -webkit-border-top-right-radius: 4px;
		  border-top-right-radius: 4px; 
  -moz-border-radius-topleft: 4px; 
  -moz-border-radius-topright: 4px;
  margin-bottom: -1px;
}

.widget-header h3 {
  padding: 0 15px;
  font-size: 21px;
  font-weight: 200;
  color: #5A5A5A;
  line-height: 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.widget-content {
  padding: 20px;
  background: #FFF; 
  border: 1px solid #E5E5E5;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
		  border-radius: 4px;
}

.widget-button {
  float: right;
  padding: 10px;
}

.widget-button .collapsed .icon-chevron-up:before {
  content: "\f078";
}

.widget-header+.widget-content { 
  -webkit-border-top-left-radius: 0;
		  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0; 
		  border-top-right-radius: 0; 
  -moz-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
}

.widget-header+.widget-banner+.widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
		  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0; 
		  border-top-right-radius: 0; 
  -moz-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
}

.widget-nopad .widget-content {
  padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after { 
  content: "";
  display: table;
}
.widget-content:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
  zoom: 1;
}

/* Widget Table */
.widget-table .widget-content {
  padding: 0;
}
.widget-table .table {
  margin-bottom: 0; 
  border: none;
}
.widget-table .table tr td:first-child {
  border-left: none;
}
.widget-table .table tr th:first-child {
  border-left: none;
}

/* Widget Collapsible */
.widget-group {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.widget-heading {
  border-bottom: 0;
  background: #f5f5f5; 
}
.widget-heading h3 {
  font-size: 21px;
  font-weight: 200;
  color: #5A5A5A;
  line-height: 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 0;
}
.widget-heading h5 {
  font-size: 14px;
  font-weight: 200;
  color: #5A5A5A;
  line-height: 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 0;
}
.widget-heading .widget-toggle {
  display: block;
  padding: 10px 15px;

}
.widget-heading .widget-toggle:hover {
  background: #eee;
  text-decoration: none;
}
.widget-toggle {
  cursor: pointer;
}
.widget-body {
}
.widget-inner {
  padding: 10px 15px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
.widget-actions {
  float: right;
  padding: 8px;
}
.widget-action {
  display:inline-block;
  color: #ccc;
  float: right;
  padding: 4px 6px;
  text-shadow: 0 1px 0 #fff;
  /* background: #eee; */
}
.widget-action:hover {
  color:  #0088CC;
  text-decoration: none;
}

/*.collapsed[data-toggle="collapse"] i.icon-chevron-up:before {
  content: '\f078';
}*/
.widget-actions .collapsed .icon-chevron-up:before {
  content: "\f078";
}


/* Footer (Sticky footer styles)
----------------------add-on---------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -61px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
  }
}

/* Not required for template or sticky footer method. */
.container .credit {
  margin: 20px 0;
}


/* Google Translate
----------------------add-on---------------------- */

body {
  top: 0 !important;	
}

.goog-te-banner-frame {
  visibility: hidden !important;
}


/* Passport
----------------------add-on---------------------- */

.security img {
  max-width: 100px;
}

/* Popovers */
.popover-title { /* line 5332 */
  font-weight: bold; /* Added */
}
.popover-success {
  color: #468847; /* Added */
}
.popover-warning {
  color: #c09853; /* Added */
}
.popover-error {
  color: #b94a48; /* Added */
}

/* Security photos */
#container {
  border: 1px solid #CCCCCC; 
  background: #fff; 
  height: 220px !important; 
  overflow-x: hidden !important; 
  overflow-y: hidden !important; 
}
.photos .photo {
  width: 100px;
  float: left;
  margin: 0 10px 0 0
}
.photos .photo img { 
  display: block; 
  width: 100%;
}
.photos .photo a img { 
  border: solid 5px #FFFFFF; 
}
.photos .photo a:hover img {
  border: solid 5px  #EEEEEE; 
}
.photos .photo a.selected img {
  border: solid 5px  #0088CC; 
}


/* Translate
----------------------add-on---------------------- */

.translate {
  color: #555555;
  margin-bottom: 9px;
  padding: 4px;
  overflow: auto;
  background-color: #F5f5f5;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}


/* Header
----------------------add-on---------------------- */
#header {
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}

#header h3 {
  display: block;
  font-family: HessGothicRoundNF-Thin, Arial, san-serif !important;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  color: #ccc;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin: 4px 0;
}

#header img {
  max-width: 120px;
}

.header {
  font-family: HessGothicRoundNF-Thin, Arial, san-serif;
  font-size: 24px;
  line-height: 36px;
  color: #ccc;
  letter-spacing: .5em;
  text-transform: uppercase;
}


/* Sidepane
----------------------add-on---------------------- */
.sidepane {
  margin-bottom: 20px;
  text-align: center;
}

.sidepane .avatar {
  max-width: 100%;
}

.sidepane .title {
  margin: 10px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.sidepane .title h3 {
  display: block;
  font-family: HessGothicRoundNF-Thin, Arial, san-serif !important;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  color: #ccc;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin: 4px 0;
}

.sidepane .stats {
  margin: 20px 0 20px;
  border-top: 1px solid #eeeeee;
}




/* Misc
----------------------add-on---------------------- */

.borderless {
  border: none !important;
}

.padless {
  padding: 0 !important;
}

.clip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Webfonts
----------------------add-on---------------------- */

.HessGothicRoundNF-Bold { 
  font-family: HessGothicRoundNF-Bold;
  font-weight: normal;
  font-style: normal;
}

.HessGothicRoundNF { 
  font-family: HessGothicRoundNF;
  font-weight: normal;
  font-style: normal;
}

.HessGothicRoundNF-Black { 
  font-family: HessGothicRoundNF-Black;
  font-weight: normal;
  font-style: normal;
}

.HessGothicRoundNF-Thin { 
  font-family: HessGothicRoundNF-Thin;
  font-weight: normal;
  font-style: normal;
}


/* Sidebar
----------------------add-on---------------------- */
.sidebar-nav {
  /* width: 100%; */
  margin-bottom: 20px;
  border: 1px solid #ddd;
  /*
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  */
  border-bottom: hidden;
}
.sidebar-nav .nav-header {
  border-bottom: 1px solid #ddd;
  color: #555555;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  text-shadow: none;
  text-transform: none;
}
.sidebar-nav .nav-header:hover {
  background: #eee;
  text-decoration: none;
  color: #005580;
}
.sidebar-nav .nav-header.collapsed .icon-minus:before {
  content: "\f067";
  text-shadow: 0 1px 0 #fff;
}
.sidebar-nav .nav-header .icon-minus {
  float: right;
  line-height: 20px;
  color: #ccc;
  text-shadow: 0 1px 0 #fff;
}
.sidebar-nav .nav-header i[class^="icon-"] {
  /* margin-right: 0; */
}
.sidebar-nav .nav-list {
  margin: 0;
  border: 0;
  background: #fff;
}
.sidebar-nav .nav-list .badge {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.sidebar-nav .nav-list > li > a:hover {
  background: #eee;
  color: #005580;
}
.sidebar-nav .nav-list > .active > a,
.sidebar-nav .nav-list > .active > a:hover {
  background: #D9EDF7;
  color: #555;
  text-shadow: none;
}
.sidebar-nav .nav-list > .active > a:hover {
  background: #D9EDF7;
}
.sidebar-nav .nav-list > li > a {
  color: #0088CC;
  padding-top: 8px;
  padding-bottom: 8px;
  text-shadow: none;
}
.sidebar-nav .nav-list.collapse.in {
  border-bottom: 1px solid #ddd;
}


/* DateRangePicker
----------------------add-on---------------------- */
.date-range-picker {
  float: right;
  cursor: pointer;

  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
		  
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/*  Miscellaneous (Need to clean up)
-------------------------------------------------- */
.chart-holder { position: relative; display: block; width: 100%; height: 325px; }
.page-title { padding: 5px 10px; margin-bottom: 1.25em; font-size: 16px; font-weight: 600; color: #FFF; background: #586673; border-radius: 4px; }
.page-title i { margin-right: .4em; }
.table .action-td { width: 80px; text-align: center; }


/* Stats (Need to clean up)
-------------------------------------------------- */
.stat-container { display: table; margin-bottom: 1.5em; width: 100%; }
.stat-holder { display: table-cell; width: 25%; }
.stat span { display: block; margin-bottom: .4em; font-size: 32px; font-weight: 600; font-style: normal; color: #4A515B; }
.stat { height: 50px; padding: 15px; margin-right: 1em; font-size: 12px; font-style: italic; text-align: center; color: #888; background: #FFF; border: 1px solid #CCC; border-radius: 5px; text-shadow: 1px 1px 2px rgba(255,255,255,.5); }
.stat-container .stat-holder:last-child .stat { margin: 0; }

