/* fonts */

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("../../css/webfonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/Lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/opensans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "icomoon";
  src:url("webfonts/icomoon/icomoon.eot");
  src:url("webfonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
    url("webfonts/icomoon/icomoon.woff") format("woff"),
    url("webfonts/icomoon/icomoon.ttf") format("truetype"),
    url("webfonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

/* basic styles */

h1 {
  font-size: 2em;
}

h1 small {
  font-size: 18.5px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
  font-style: italic;
}

.navbar .brand {
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}
.navbar .nav > li > a.brand {
  padding-left: 0;
  color: rgba(136, 219, 255, 0.67);
  cursor: pointer;
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
  font-size: 13px;
}

body {
  /*background: #eee url('/images/debut_light.png');*/
  color: #424242;
  font-family: "Lato", "Helvetic Neue", helvetica, arial, sans-serif !important;
  font-size: 13px;
}

a {
  color: #6497b1;
  text-decoration: underline;
}

.nav a,
h1 a,
h2 a,
h3 a,
a.btn {
  text-decoration: none;
}

a.link-hdr { 
  color: #000;
}

ol[type="a"] { list-style-type: lower-alpha; }

/* footer */

footer {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
  margin: 20px 0 1px;
}

/* our masthead */

header {
  background-color: #006794;
  /* background-image: url('/images/diamond_upholstery_blue.png'); */
  margin-bottom: 20px;
}

h2 { margin-bottom: 20px; }

/* utility navbar */

/* darken it, but use navbar-inverse to do most of the heavy lifting */
/*.navbar-inverse.navbar-darker .navbar-inner {
  background-color: inherit;
  background-image: url('/images/darth_stripe.png');
  border-bottom: 0;
}*/
.navbar-darker .nav > li > a { color: #ddd; }

/* client title */

header h1 {
  color: #eee;
  text-shadow: none;
}

header h1 a {
  color: inherit;
}
header h1 a:hover {
  color: inherit;
  underline: none;
}

header h1 small {
  color: white;
  opacity: 0.95; /* bring in the background color just a bit to help it connect */
  text-shadow: inherit;
}

header .page-header {
  /* tighen up the page-header */
  border-bottom-width: 0;
  margin: 0;
  padding-bottom: 0;
}

.dir-account-info li { 
  display: inline;
  list-style-type: none; 
  color: white;
  font-style: italic;
  font-size: 85% !important;
  margin-top: -5em;
  margin-right: 5px;
}
/*
.user-info-tabs {
  width: 189px;
}*/

/* Program Menu Tabs First Row */
.program-first-level-wrapper { 
  background-color: rgba(40, 102, 133, 0.5);
  margin: 0; /*  this class allows the nav background color to stretch 100% */
}

header .nav { margin-bottom: 0; }

header .nav-tabs {
  border-width: 0;
  border-bottom: none;
}
header .nav-tabs > li {
  border-right: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 1px;
}
header .nav-tabs > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0 solid transparent;
  color: #ddd;
}
header .nav > li > a:hover {
  background: rgba(76, 80, 82, 0.5);
  border-color: transparent;
  box-shadow: none;
}
header .nav-tabs > .active {
}
header .nav-tabs > .active > a,
header .nav-tabs > .active > a:hover {
  color: #555;
  border: none;
  border-bottom-width: 0;
}

/* End Program Menu Tabs First Row */

/* Program Menu Tabs Second Row */

.program-sub {
  background: #000;
  opacity: .60;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.program-sub li.active {
  background: white;
}

/* End Program Menu Tabs Second Row */

/* Program Menu Tabs Third Row */
.btn-group a {
  color: #6497b1;
}

.btn-group.program-sub a:hover {
  text-decoration: none;
}
/* End Program Menu Tabs Third Row */

div.institution-name ul.nav-tabs {
  background-color: rgba(8, 8, 9, 0.5);
}

/* Vertical Triangle Tabs */
/* (based on http://css-tricks.com/triangle-breadcrumbs/ ) */

.nav-triangle li { 
  position: relative; 
  display: block;
}

.nav-tabs.nav-stacked.nav-triangle > li.active > a {
  border-right-width: 0;
}
.nav-tabs.nav-stacked > li.active:first-child > a {
  border-top-right-radius: 0px;
}
.nav-tabs.nav-stacked > li.active:last-child > a {
  border-bottom-right-radius: 0px;
}

.nav-triangle li.active:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -19px; 
  left: 100%;
  z-index: 2; 
}

.nav-triangle li.active:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 19px solid transparent;       
  border-bottom: 19px solid transparent;
  border-left: 19px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -19px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}

.row .nav-triangle-offset {
  padding-left: 19px;
}

/* End Vertical Triangle Tabs */

/* tables */

.table { background-color: #fff; }

.table th a {
  display: block;
}

.table,
.table th,
.table td { border-color: #ccc; }

.table td.incomplete,
.table-striped tbody > tr:nth-child(odd) > td.incomplete {
  color: #c09853;
  background-color: #fcf8e3;
}

.table td.not-started,
.table-striped tbody > tr:nth-child(odd) > td.not-started {
  color: #b94a48;
  background-color: #f2dede;
}

.table td.complete,
.table-striped tbody > tr:nth-child(odd) > td.complete {
  color: #468847;
  background-color: #dff0d8;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: rgb(250, 250, 250);
}

/* table styling stolen from http://wbpreview.com/previews/WB0164888/elements.html */
/* enable it by adding "table-special" class tot he <table> tag */
.table-special.table-bordered thead tr {
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #eee, #dadada);
  background-repeat: repeat-x;
}
.table-special.table-bordered thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #ccc;
  box-shadow: inset 0 1px 0 #fff;
}
.table-special.table-bordered thead tr {
  background: #EEE;
  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
}
.table-special.table-highlight.table-bordered thead tr {
  background-color: #254463;
  background-image: linear-gradient(to bottom, #2b4e72, #1d354d);
  background-repeat: repeat-x;
}
.table-special.table-highlight.table-bordered thead th {
  color: #fff;
  border-right: 1px solid #16283a;
  border-left: 1px solid #396797;
  box-shadow: inset 0 1px 0 #4981ba;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.table-special.table-highlight.table-bordered tbody tr:nth-child(odd) td,
.table-special.table-highlight.table-bordered tbody tr:nth-child(odd) th {
  background-color: #f0f3f7;
}
.table-special.table-highlight.table-bordered {
  border-top: 1px solid #1c2b37;
}

.institution-name {
  color: white;
  font-style: italic;
  font-size: 85% !important;
  text-align: right;
}

.navbar-inverse .nav .active > a { opacity: .55; }

.btn.btn-navbar,
.btn.btn-navbar.collapsed,
.navbar-inverse .nav-collapse .nav > li > a:hover { opacity: .55; }

@media (max-width: 979px) and (min-width: 768px) {
  .institution-name {
    float: none;
    margin-top: 0;
  }
}

.nav-pills > li > a {
  background: rgba(76, 80, 82, 0.12);
}

/* alerts, warnings */
.alert {
  margin-bottom: 10px;
}

/* end alerts, warnings */

/* form, inputs etc */
.form-horizontal .control-group {
  margin-bottom: 7px;
}
/* end form, inputs, etc */

/* misc */
.inline {
  display: inline;
}

.pre { 
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

.spacer-bottom { 
  margin-bottom: 25px; 
}

.radio,
.checkbox {
  font-size: 13px;
  font-style: normal; /* for radio button/checkbox labels */
  font-weight: normal;
} 

label {
  font-weight: 300;
  font-size: 13px;
  font-style: normal;
  text-rendering: optimizelegibility;
}

/* One-offs */

div.profile-box { /* for the program profile page borders */
  border-right: 1px solid #ccc !important;
  padding-left: 10px;
}

div.controls .input-search {
  margin-bottom: 0;
}

#fc-11856 {
  width: 140px;
}

/* end One-offs */

/* action links */

.actions-page {
  margin: 3em 0 1em;
}

.action-secondary {
  margin-left: 1em;
}

.action-second-secondary {
  margin-left: 2.5em;
}

.action-second-secondary.transcript {
  margin-left: 9em;
}

.action-back {
  display: block;
  margin-bottom: 20px;
}

/* Leaf templates */
.address-block input {
  display: block;
}

.well {
  background-color: rgb(250,250,250);
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 1em;
}

.well.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color:#c09853;
}

.well.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.well > h1:first-child,
.well > h2:first-child,
.well > h3:first-child {
  margin-top: 0;
  padding-top: 0;
  line-height: inherit;
}

legend {
  border-bottom-width: 0;
  font-size: 16px;
  margin-bottom: 10px;
}

legend.leaflet-legend {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;

}

.help-block {
  font-style: italic;
}

/* 9) Button Styles */

.btn-start {
  color: #52522e;
  text-shadow: none;
  background-color: #f4cc42;
  background-image: -moz-linear-gradient(top, #fce63b, #f8d55a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fce63b), to(#f8d55a));
  background-image: -webkit-linear-gradient(top, #fce63b, #f8d55a);
  background-image: -o-linear-gradient(top, #fce63b, #f8d55a);
  background-image: linear-gradient(to bottom, #fce63b, #f8d55a);
  background-repeat: repeat-x;
  border-color: #f8d55a #f8d55a #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffce63b', endColorstr='#fff8d55a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-start:hover,
.btn-start:active,
.btn-start:focus {
  background-color: #f8d55a;
  color: #52522e;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #475b77;
  background-image: -moz-linear-gradient(top, #7298cc, #5d7aa3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7298cc), to(#5d7aa3));
  background-image: -webkit-linear-gradient(top, #7298cc, #5d7aa3);
  background-image: -o-linear-gradient(top, #7298cc, #5d7aa3);
  background-image: linear-gradient(to bottom, #7298cc, #5d7aa3);
  background-repeat: repeat-x;
  border-color: #5d7aa3 #5d7aa3 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7298cc', endColorstr='#ff5d7aa3', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #5d7aa3;
}

a.btn {
  text-decoration: none;
}

/* End Button Styles */

/* 10) Input Color Styles */

textarea:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {
  border-color: #81a74c;
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002a80;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002a80;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002a80;
}

input:-webkit-autofill {
  background-color: #fff !important;
  background-image: none;
  color: rgb(0, 0, 0);
}

/* End Input Color Styles */

/* Table Hover Styles */

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th,
.table-hover tbody tr.success:hover td,
.table-hover tbody tr.error:hover td,
.table-hover tbody tr.warning:hover td,
.table-hover tbody tr.info:hover td {
  background-color: rgb(226, 223, 233);
}

/* End Table Hover Styles */

/* Directory Styles */

a.new-account {
  color: #fff;
}
div.directory-display table h4 {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 5px;
  text-align: left;
  font-style: normal;
}

div.directory-display table {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.display-toggles {
  margin-bottom: 10px;
}

/* End Directory Styles */

/* Logo Styles */

.control-logo-font {
  width: 300px;
}

/* End Logo Styles */


/* APPIC Branding */

.appic-logo {
  background: url("../../images/appic-web.png") no-repeat;  
  height: 105px;
  display: block;
}


div.directory-display table h4 {
  background-color: rgb(219, 219, 219);
  font-style: normal;
}
/* End APPIC Branding */

/* Page Specific Styles */

/* Program/staff page */
.add_personnel.add_float_right.btn {
  float: right;
  margin-top: 23px;
  margin-bottom: 5px;
}

/* Program/personnel page */
#form_wrapper td {
  background-color: rgb(250, 250, 250);
}

/* Payment page */
.input-ang {
  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;
}

.input-ang:hover {
  border-color: #81a74c;
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002a80;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002a80;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #002a80;
}

.expire-field {
  margin-left: 15px;
}

/* eMembership Uploads Dialog Window */

/* Fancybox style override */
#fancybox-wrap {
  height: 525px !important;
}

#description_detail,
#document_name {
  width: 96% !important;
}

/* End Page Specific Styles */

/* Media Queries */
@media (max-width: 979px) and (min-width: 768px){

.search-well {
  width: 438px;
}
  
}

/* End Media Queries */

/* Slats Lists (from http://pea.rs/content/slats-html5 ) */

.slats {
  list-style: none;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}

.slats li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}

.slats li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.slats li a h3,
.slats li a h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  font-style: normal;
}

.slats li a p {
  margin: 0;
  color: #555;
}

/* End Slats Lists */

/* Forms in wells */

.well .form-actions {
  margin: 0;
  padding: 0.5em 0 0;
  border-top: 0;
  background: none;
}

.well form:last-child,
.well p:last-child {
  margin-bottom: 0;
}

/* End Forms in wells */

/* Invoice */

.invoice td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.invoice-amount {
  padding-right: 1em;
  width: 8em;
  text-align: right;
  color: red; /* we assume it's a fee, by default */
}

.invoice-amount.payment {
  color: green;
}

.invoice-desc {
  width: 18em;

   -ms-word-break: break-all;
       word-break: break-all;
       word-break: break-word; /* webkit */
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;

}

.invoice-total {
  border-top: 2px dotted black;
  padding-top: 1em;
}

/* End Invoice */


.good { color: green; }
.bad { color: #B00; }


/* Begin print-only and screen-only controls */

.print-only { display: none !important; }

@media print {
  .print-only {
    display: inherit !important;
  }
  .screen-only {
    display: none !important;
  }
  header{
    display: none;
  }
}
 /* End print-only and screen-only controls */
     [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
    }  


ul.committee_comments {
  width: 400px;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

ul.committee_comments a.delete_committee_comment {
  color: white;
  text-decoration: none;
}

ul.committee_comments li {
  margin-top: 5px;
  padding-top: 5px;
/*  border-top: 1px solid grey; */
}

ul.committee_comments li span.comment_user {
  color: #5D7AA3;
  font-weight: bold;
  font-size: 1.1em;
}

ul.committee_comments li span.comment_text {
  display: block;
  margin-left: 15px;
}


ul.committee_comments li:first-child {
/*  border-top: 0px; */
}

.comment_user .comment_timestamp {
  font-size: 80%;
  font-weight: normal;
  color: #000;
  font-style: italic;
}
