﻿/*----------------------------------------------------------------*/
/* General */
/*----------------------------------------------------------------*/
html,
body {
    height: 100%;
    margin: 0px !important;
    background-color: #FFF;
}

/* This fixes a scroll bar issue in IE11 */
@-ms-viewport {
    width: auto !important;
}

/*----------------------------------------------------------------*/
/* Tiles / Cards */
/*----------------------------------------------------------------*/
.tile-container {
    /*cursor: pointer;*/
    background: #FFF;
    padding: 10px;
    margin: 30px 0px;
    margin-bottom: 0px;
    height: 200px;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .4) !important;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.tile-container.attention-header {
    padding:0px;
    padding-bottom:20px
}

.tile-container.attention-header .required {        
    border-top-right-radius: 6px; 
    border-top-left-radius: 6px; 
    background-color:red; 
    height:10px;
}

.tile-container .card-title {
    text-align: center;
}

.tile-container a {
    text-decoration: none;
    color: #244C7F;
    /* border-bottom: 2px solid #0062cc; */
    /* padding: 20px; */
    text-align: left;
    font-weight: 500;
}

.tile-container a:hover {
    opacity: 0.7;
}
            
.tile-container h4 {
    font-size: 18px;
}

.tile-container hr {
    width: 50%;
}
     
.tile-container .title {
    padding-top: 20px;
}

    .tile-container .text {
        /* margin:20px 0px; */
        padding: 15px;
        font-size: 1.5em !important;
        word-wrap: break-word !important;
    }

.tile-container .result-text {
    /* margin:20px 0px; */    
    font-size: 13px;
}

.tile-container .handle {
    padding-top: 5px;
    padding-right: 5px;
}

.tile-container .fa {
    color: #4183D7;
}

.tile-container p {
    padding-right: 5px;
    float: right;
    display: block;
}

.tile-container .dropdown a {
    clear: both;
    border-bottom: none;
    /*padding: 10px;*/
}

.tile-container .disabled {
    opacity: 0.5;
    cursor: default;
}

.tile-read-only .hide-if-not-allowed {    
    display: none;
}

    .tile-container .watermark span {
        text-align: center;
        font-size: larger;
        font-weight: 600;
        opacity: 0.4;
    }

.tile-no-click-header {
    font-weight:500; 
    color: #244C7F; 
}

.enabled-tile {
    opacity: 1.0;
}

/*----------------------------------------------------------------*/
/* Cards */
/*----------------------------------------------------------------*/
    .card {
    transition: transform .2s;
} .card:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.02);
    /*z-index: 0;*/
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .4) !important;
} .modal .card:hover {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    box-shadow: none !important;
} 
.card .card-header .ellipsis-icon {
    position: relative; 
    /*float: right;*/
    /*position: static;*/
    float: right;
    margin-top:-50px;
}
.card .card-header .ellipsis-icon.image-fixup{
    margin-top: -113px;
}

.card .card-header .ellipsis-icon.epay-ellipse-fixup {
    margin-top: 10px;
}

.card .card-header .dropdown li:hover {
    border-top: 1px solid darkblue;
    border-bottom: 1px solid darkblue;
}

.card .card-header {
    margin-top: -5px;
} 
.card .card-header hr {
    margin-top: 5px;
} .card .card-title.no-padding {
    margin-top: -25px;
} .card.tile-container .remove-all-padding {
    padding: 0px;
    margin: 0px;
} .card .card-block .text {
    margin-top: -25px;
    padding: 15px 0;
} .card .card-body .detail-label {    
    color: #0072bc;
    font-size: 15px;
} .card .card-body .detail-label.underline {
    border-bottom: 1px solid #0072bc;
}
.card .card-body span.tile-info-text {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.card .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
} .card .card-body table tr {
    background-color: #f9f9f9;
} .card .card-body table thead tr th, .card .card-body table tbody tr td {
    /*padding: 4px;
    padding-left:5px;*/

    padding: 4px 4px 4px 8px;
}

.card .card-footer {
    position: absolute;
    bottom: 10px;
    width: 240px;    
    text-align: center;
}
.card .card-footer.left {
    text-align: left;
}
.card .card-footer.right {
    text-align: right;
}
.card .margin-fixup {
    margin-top: -10px;
}


/*----------------------------------------------------------------*/
/* Image styles */
/*----------------------------------------------------------------*/
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
}

.fnf-image 
{
    margin-top:-10px;
}

.img-center.img-padding {
    padding-bottom: 5px;
}

.fnf-image.img-smalxl {
    width: 25%;
}

.fnf-image.img-medium {
    width: 85%;
}
