﻿

/**Loaded Content Animations**/
.pb-slide-in-left.ng-enter {
    transition: .3s ease-out;
    margin-right:-40px;
    margin-left:40px;
}
.pb-slide-in-left.ng-enter-active {
    margin-right:0;
    margin-left:0;
}

.pb-slide-out-left.ng-leave {
    transition: .3s ease-out;
    margin-right:0;
    margin-left:0;
}
.pb-slide-out-left.ng-leave-active {
    margin-right:40px;
    margin-left:-40px;
}


.pb-slide-in-right.ng-enter {
    transition: .3s ease-out;
    margin-left:-40px;
    margin-right:40px;
}
.pb-slide-in-right.ng-enter-active {
    margin-right:0;
    margin-left:0;
}

.pb-slide-out-right.ng-leave {
    transition: .3s ease-out;
    margin-left:0;
    margin-right:0;
}
.pb-slide-out-right.ng-leave-active {
    margin-right:40px;
    margin-left:-40px;
}

.pb-fade-in.ng-enter {
    transition: .5s;
    opacity: 0;
} 
.pb-fade-in.ng-enter-active {
    opacity: 1;
}

.pb-fade-out.ng-enter {
    transition: .5s;
    opacity: 1;
} 
.pb-fade-out.ng-enter-active {
    opacity: 0;
}

.pb-round-btn.btn-circle.btn-lg{
    height:46px !important;
    width: 46px !important;
}
.pb-round-btn.btn-circle.btn-md{
    height:36px !important;
    width: 36px !important;
}
.pb-round-btn.btn-circle.btn-sm{
    height:30px !important;
    width: 30px !important;
}
.pb-round-btn.btn-circle.btn-xs{
    height:24px !important;
    width: 24px !important;
}

/**Cards**/
.pb-card-animated {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.pb-card-animated:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pb-card-1 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.pb-card-2 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.pb-card-3 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pb-card-4 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}




.top-menu .nav.navbar-nav.pull-right{
    margin-right:5px !important;
}

table.schedule-table th {
    min-height: 40px;
}
table.schedule-table td {
    min-height: 40px;
}
table.schedule-table a.schedule-link {
    display: inline-block;
    border: 1px solid;
    padding: 3px;
    border-radius: 10px;
    text-decoration: none !important;
}

.page-title{
    font-weight: 600;
}
.page-title > small{
    display: block;
    margin-top:10px;
    font-weight: 600;
}

.page-title > small.date{
    font-size:13px;
    margin-top: 30px;   
    display: inline-block;
    font-weight: normal;
}
.page-title > small.date > span{
    font-weight: 600;
}
.page-title > small.code{    
    color:#999 !important;
}

.details .page-title{
    display: inline-block;
    margin-left:15px;
}
.details .icon{
    display: inline-block;
    font-size: 55px;
    margin-top:15px;
    vertical-align: top;
}

div.ref-details{
}
div.ref-details p{
    display: block;
    margin: 20px 0;
    font-size: 18px;
}

div.ref-details > p {
    font-size: 14px;
}

div.ref-details > p > span.period{
    font-size: 14px;
    font-weight: 600;
}

span.pfa {
    font-size:18px;
    font-weight: 600;
}

span.amount{
    font-size: 15px;
    font-weight:600;
    vertical-align: middle;
}

span.comments{
    font-size:14px;
}

span.date{
    font-size:14px;
    color:#888;
    font-weight: 600;
    vertical-align: middle;
}

div.ref-details > div.schedule-files{
    margin-top:50px;
}

div.ref-details > div.schedule-files > span.header{    
    font-size: 16px;
    font-weight: 600;
}

div.ref-details > div.transaction-comment > span.header{    
    font-size: 16px;
    font-weight: 600;
}

div.ref-details > div.schedule-files > ul{
    list-style-type: none;
    padding:0px;
    margin-top: 20px;
}
div.ref-details > div.schedule-files > ul > li{
    display: block;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-left: 3px solid #578ebe;
    padding: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-wrap: none;
}
div.ref-details > div.schedule-files > ul > li a{
    text-decoration: none;
}


div.ref-details > div.schedule-files > ul > li i{
    font-size:18px;
}

div.schedule-files-upload{
    margin-top:30px;
}

div.schedule-files-upload + hr{
    margin-top: 10px;
}

div.schedule-files-upload > header{
    font-size: 16px;
    font-weight: 600;
}

ul.file-component{
    list-style-type: none;
    padding: 0;
}
ul.file-component > li{
    display: block;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-left: 3px solid #44b6ae;
    padding: 10px;
    padding-right: 30px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-wrap: none;
    font-size:14px;
    text-align: left;
    vertical-align: middle;
}

ul.file-component > li > button{
    float:right;
}

ul.file-component > li > span{
    display: inline-flex;
    justify-content: center;
    flex-direction:column;
    height: 34px;
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}