﻿/* SWIFT MAIN*/
.rightalign {
    float: right;
}

/*LC*/
.lc-draft {
    color: #003f5e !important;
    opacity: 0.7;
}

.lc-issued {
    color: #00a65a !important;
    opacity: 0.7;
}

.lc-pending {
    color: #00c0ef !important;
    opacity: 0.7;
}

.lc-approved {
    color: #d81b60 !important;
    opacity: 0.7;
}

.lc-obsoleted {
    color: #dd4b39 !important;
    opacity: 0.7;
}

.lc-archived {
    color: #f39c12 !important;
    opacity: 0.7;
}


.badge-70 {
    display: inline-block;
    width: 70px;
}

.badge-50 {
    display: inline-block;
    width: 50px;
}

.badge-40 {
    display: inline-block;
    width: 40px;
}


del.diffmod {
    background-color: #fffa5b;
    color: #1d1d1d;
}

del.diffdel {
    background-color: #fffa5b;
    color: #1d1d1d;
    padding-right: 5px;
    padding-left: 5px;
}

ins.diffmod {
    background-color: #82ff10;
    color: #1d1d1d;
}

ins.diffins {
    background-color: #82ff10;
    color: #1d1d1d;
}


i.badge-lc-list {
    width: 100px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #6b6b6b;
}

.badge-lc:after {
    content: "LC";
    position: absolute;
    background: rgb(175, 255, 196);
    height: 1.9rem;
    top: 2rem;
    right: 2.9rem;
    width: 4.2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 10%;
    color: #151f58 !important;
}


.badge-sblc:after {
    content: "SBLC";
    position: absolute;
    background: rgb(166, 214, 255);
    height: 1.9rem;
    top: 2rem;
    right: 2.9rem;
    width: 4.2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 10%;
    color: #268200 !important;
}


.badge-bg:after {
    content: "BG";
    position: absolute;
    background: rgb(251, 251, 251);
    height: 1.9rem;
    top: 2rem;
    right: 2.9rem;
    width: 4.2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 10%;
}

.badge-pb:after {
    content: "PB";
    position: absolute;
    background: rgb(251, 251, 251);
    height: 1.9rem;
    top: 2rem;
    right: 2.9rem;
    width: 4.2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 10%;
}

/* Admin Approve ctr */

.lc-added {
    width: 100%;
    background-color: #D7F9D7 !important;
    display: inline-block;
}

.lc-removed {
    width: 100%;
    background-color: #FFD6D6 !important;
    text-decoration: line-through !important;
    display: inline-block !important;
    height: auto;
}

.lc-original {
    width: 100%;
    /*background-color: #FFFFFF !important;*/
    display: inline-block;
}

.lc-updated {
    width: 100%;
    background-color: #a9e0ff !important;
    display: inline-block;
}

.lc-diff-added {
    width: 100%;
    color: #A9E9A9 !important;
}

.lc-diff-removed {
    width: 100%;
    color: #FF9494 !important;
    font-style: italic;
}

.lc-diff-original {
    width: 100%;
}

.lc-diff-updated {
    width: 100%;
    color: #e2e2e2 !important;
}

.pre-question {
    padding: 5px;
    color: #222;
    font-size: 12px;
    margin: 10px;
}

.pre-question-input {
    display: table-cell;
    vertical-align: middle
}


.amount.greenAmount {
    color: #038100;
}

.amount.greayAmount {
    color: #606472;
}

.amount.yellowAmount {
    color: #f0ad4e;
}

.amount.redAmount {
    color: #bf4346;
}

.amount.lightAmount {
    color: #efefef;
}

.amount {
    white-space: nowrap;
    text-align: right;
}

    .amount.pinkAmount {
        color: #9351ad;
    }
 


/* Custom*/


.form-control-diff {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2dede;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-template {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #d9edf7;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* DL DD */

.dl-horizontal dt {
    clear: left;
    float: left;
    width: 30%;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #999;
    font-weight: normal;
    white-space: unset;
    background-color: #cccccc;
    color: black;
}

