/*@import url(materialize-grid.css) screen, projection;*/
@import url(colors.css);
@import url(loading-bar.css);
@import url(util.css);
@import url(card.css);
@import url(collection.css);
@import url(chip.css);

#t-headerLogo a:hover{text-decoration:none;}

.imbeded{background-color: #eeeeee;padding: 10px 20px 20px 20px;}
.bs-callout {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default  h4 {
    color: #777;
}
.bs-callout-default .title {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-primary .title {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-success .title{
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-danger .title {
    color: #d9534f;
}
.bs-callout-danger-little {
    border-left-color: #fbc3c2;
}
.bs-callout-danger-little h4 {
    color: #fbc3c2;
}
.label-danger-little{background-color: #fbc3c2;}
.bs-callout-danger-little .title {
    color: #fbc3c2;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-warning .title {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-info .title{
    color: #5bc0de;
}
.dropdown-menu>li>a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}




.btn-default {
  color: #333333 !important;
  background-color: white !important;
  border-color: #ccc !important;
	box-shadow: none !important;
	   background-image:none !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333 !important;
  	background-color: #e6e6e6 !important;
  border-color: #adadad !important;
			font-weight:normal !important;
			text-shadow:none !important;
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.select-list-container {
	overflow: auto;
	height: 300px;
	border-width: .5px;
	border-style: ridge;
	border-color: ##109e49;
}
.search {
  width: 5px;
  height:30px;
  border-radius: 20px;
  outline:none !important;
  border-top-color:#eee !important;
  border-left-color:#eee !important;
  border-bottom-color:#eee !important;
  background-color: #fff;
  padding-left: 5px;
  position:absolute;
  top:4px;
  left:20px;
  opacity:0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.search:focus {outline:none;}
.search-expanded {
 width: 200px;
 left:61px;
 opacity:1;
}
.search-btn {
	/*display: inline-block !important;
  border: none !important;;*/
  position: relative !important;
	z-index:10;
  /*overflow: hidden !important;
  z-index: 1 !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 !important;*/
  /*background-color: #26a69a;*/
  /*border-radius: 50% !important;
  transition: .3s !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  font-size:18px !important;*/
}
.search-btn-expanded {

animation: slide .5s;
animation-fill-mode: forwards;
}
@keyframes slide {
  0% {
    left: 0;
    top: 0;
  }
  100% {
    left: 190px;
  }
}

.ind-search {
 width: 5px;
 height:30px;
 border-radius: 20px;
 outline:none !important;
 border-top-color:#eee !important;
 border-left-color:#eee !important;
 border-bottom-color:#eee !important;
 background-color: #fff;
 padding-left: 5px;
 position:absolute;
 top:1px;
 left:20px;
 opacity:0;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
.ind-search:focus {outline:none;}
.ind-search-expanded {
 width: 200px;
 left:20px;
 opacity:1;
}


.dash-nav-header{
  height:75px;
  position:relative;
  text-align: center;

}
.dash-nav-header h1{

   display: inline;
   color:#009B48;
   font-size: 1.2rem;
   text-transform: uppercase;
   line-height: 75px;
   vertical-align: middle;
}

.i-hover{color:black;}
.scbd-list-item.ng-enter,
.scbd-list-item.ng-leave
{
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
}

.scbd-list-item.ng-enter.ng-enter-active,
.scbd-list-item.ng-leave {
    opacity: 1;
    top: 0;
    height: 30px;
}

.scbd-list-item.ng-leave.ng-leave-active,
.scbd-list-item.ng-enter {
    opacity: 0;
    top: -50px;
    height: 0px;
}

.collection{margin: 0 0 0 0;}
.collection .title{font-weight: bold;}
.card-inde.small{height:200px;}
.card .card-content {
    padding: 10px 20px 5px 20px;
    border-radius: 0 0 2px 2px;
}
.card-inde .card-inde-image {
    padding: 10px 20px 5px 20px;
    border-radius: 0 0 2px 2px;
    height:50%;
}
  .card-inde-action {height:40px;}

.collection-action{
  width:100px;
  color:#109e49;
  font-size: 30px;
float:right;
}

.collection-action-grp{
  height:40px;
  color:#109e49;
  font-size: 30px;
  position:absolute;
  top:30%;
  right:2%;
  z-index: 20px;
}
/*.card-action{max-height:45px;position:absolute;bottom:0px; width:100%; display:inline-block;}
card-content{max-height:50px;}*/


.event-title-collection{
  position:absolute;
  left:140px;
  width:100%;
  height:100px;
}
.search-bs{
  margin-bottom:2px; padding-left: 0px;width:35%;
}
.container-header{
    text-align: center;
  border-top: solid;
  border-top-width: 3px;
  border-top-color: #109e49;
position:relative;
  width:100%;
min-height:45px;
white-space: nowrap;
  vertical-align: top;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0px white, 0 1px 1px #ddd;
   -moz-box-shadow: 0 0 0 0px white, 0 1px 1px #ddd;
   box-shadow: 0 0 0 0px white, 0 1px 1px #ddd;
   padding: 3px 15px 5px 15px;
}
.container-header span button{position:absolute;
top:5px;
left:5px;
}
.container-header span h1{
    margin: 0 0 0 0;
  text-align: center;
  display:inline-block;
}
.container-header span h2{
  margin: 0 0 0 0;
    text-align: center;
  display:inline-block;
}
.container-header span h4{
  margin: 0 0 0 0;

    text-align: center;
  display:inline-block;
}
.container-header-name{

  font-size: 2.5rem;
  line-height: .8rem;
  margin-bottom: 22px;
}



.container-header .btn-group{

  padding-right: 15px;
  padding-top: 2px;

}
.container-subheader{

  border-top: solid;
  border-top-width: 1px;
  border-top-color: #109e49;
  width:100%;
  height:20px;

  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #109e49;
  -webkit-box-shadow: 0 0 0 0px white, 0 2px 2px #ddd;
   -moz-box-shadow: 0 0 0 0px white, 0 2px 2px #ddd;
   box-shadow: 0 0 0 0px white, 0 2px 2px #ddd;
   padding: 0px 15px 0px 15px;
   margin-bottom: 20px;
   height:30px;
}
.container-subheader h2{margin: 0 0 0 0;}
.container-header-filler{
  height:40px;
  width:100%;
}

.container-subheader h2 {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
}
.relative{position:relative;}

.chips-row{

  margin-bottom:7px;
margin-left:1px;
}

.org-acronym{
  position:relative;
  font-size: 10px;
  font-weight: bold;
  width:100%;
  bottom:-8px;

}

.list-container {

  border-radius: 4px;
  margin: 0px 20px 0px 20px;
  padding: 15px 15px 15px 15px;
  -webkit-transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
  transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
  position: relative;
  min-height:200px;

}
.collection-item-img-cont{
width:130px;height:115px; position:ralative;text-align:center;
}
.collection-item-img{
  clear:both;max-width:100%;height:100px;
}
.collection-item-i{
position:absolute;top:5px;left:20px;color:#cccccc;font-size:80px;
}


.ind-container-header{
    text-align: center;
  border-top: solid;
  border-top-width: .5px;
  border-top-color: #109e49;
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-bottom-color: #109e49;

  width:100%;
  height:60px;
white-space: nowrap;
  vertical-align: top;

  -webkit-box-shadow: 0 0 0 0px white, 0 1px 1px #ddd;
   -moz-box-shadow: 0 0 0 0px white, 0 1px 1px #ddd;
   box-shadow: 0 0 0 0px white, 0 1px 1px #ddd;
   padding: 3px 15px 5px 15px;
}

@media (max-width: 960px) {
  .search-bs{
    margin-bottom:2px; padding-left: 0px;width:75%;
  }
  .ind-container-header-name{

    font-size: 1.3rem;
    line-height: 1rem;
    color:#109e49;

  }

  .ind-container-header{

    height:55px;

  }
  .collection-action-grp{

    top:40%;

  }
  .event-title-collection{
    position:absolute;
    left:55px;
    top:25px;
    width:90%;

  }

  .org-chips{float:left;}
  .navbar {margin-bottom:0px;
  }
  .collection-item-img-cont{
  width:50px;height:50px; position:ralative;text-align:center;
  }
  .container-header{

    margin-bottom:10px;

  }
.container-header-name{
  padding-left: 3px;
  font-size: 14px;
  background-color: #f4f4f4;
  width:100%;
margin-bottom:0px;
height:16px;
line-height: 16px;

}
  .list-container {

    border-radius: 4px;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;

    position: relative;
    min-height:400px;
    width:100%;
  }
}

.pointer{
  cursor:pointer;
}
