/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2015, 10:40:09 PM
    Author     : Muler
*/
.currency-card {
    max-width: 280px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 12px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.currency-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.currency-row:last-child {
    margin-bottom: 0;
}

.currency-code {
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}

.currency-row.etb {
    background: linear-gradient(135deg, #e6fff2, #ccffe6);
    color: #006644;
}

.currency-row.etb .currency-code {
    background-color: #00b377;
    color: white;
}

.currency-row.usd {
    background: linear-gradient(135deg, #f3e6ff, #ead9ff);
    color: #4b0082;
}

.currency-row.usd .currency-code {
    background-color: #9b59ff;
    color: white;
}



.strikethrough {
    text-decoration: line-through;
    color: gray; /* Optional: To make it visually distinct */
    background-color: #ffd6cc;
}

/* The following class is for dashboard
*/
.ui-tabs .ui-tabs-nav {
    display: flex;
}
/*.ui-helper-hidden {
    display: none !important;
}*/

.ui-ribbon-group-content .ui-state-hover{
    background: #FF5722 !important;
}

.ui-activeMenu{
    background: #FF5722 !important;
    color: #ffffff !important;
}

.ui-dashboard-column
{
    /*    border-style:solid;
        border-width:2px;*/
    width: 48%;
}

.ui-menu{
    background-color: #ffa800;

}
/* width for menu item
*/
ul.ui-menu-child {
    white-space: nowrap;
    width: 360px !important;
}

.downloadButton{
    white-space: nowrap;
    width: 360px !important;
}



.ui-widget-content a{
    color: #07404A;
}
.ui-panel .ui-panel-titlebar{
    background-color: #ffffff;
    color: #07404A;
    top: 30px;
}

.headerBack{
    background-color: #2c033e;
}

.ui-widget-header{
    color: #07404A;
}

.companyHeaderGrid tr td.rwBGcolor{
    background-color: #F22626;
}

.companyHeaderGrid td.rwBGcolor {
    background-color: #CC9900;
}


.pricePannel\3A #myRowId{
    background-color: #08715A;
}

td.bg {
    background-color: #a6edb2;
}

.fc-grid .fc-day-number {
    font-size: 24px;
    float: none !important;
}

.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-left: solid 1px #08715A;
    border-bottom: solid 1px #08715A;
}
.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 1px 1px 1px !important;
    border-left: solid 1px #08715A;
    border-bottom: solid 1px #08715A;
    color: #5d5d5d;
    background: #a6edb2;
    background: -moz-linear-gradient(top,#e8e9ea 0,#e3e3e3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e9ea),color-stop(100%,#e3e3e3));
    background: -webkit-linear-gradient(top,#e8e9ea 0,#e3e3e3 100%);
    background: -o-linear-gradient(top,#e8e9ea 0,#e3e3e3 100%);
    background: -ms-linear-gradient(top,#e8e9ea 0,#e3e3e3 100%);
    background: linear-gradient(top,#e8e9ea 0,#e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e9ea',endColorstr='#e3e3e3',GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset;

    text-align: center!important;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,207cca+48,7db9e8+100&1+0,0.31+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(227, 227, 227,1) 0%, rgba(227, 227, 227,0.67) 48%, rgba(227, 227, 227,0.31) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(227, 227, 227,1) 0%,rgba(227, 227, 227,0.67) 48%,rgba(227, 227, 227,0.31) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(227, 227, 227,1) 0%,rgba(227, 227, 227,0.67) 48%,rgba(227, 227, 227,0.31) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#4f7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




}

.fc td, .fc th {
    vertical-align: middle !important;
}

.fc-border-separate th, .fc-border-separate td:hover {
    background: #ffa800 -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.0)), to(rgba(142, 96, 12, 0))) !important;
}

.fc-event-inner{
    cursor: pointer;
    font-size: 16px;
}

.old{
    background-color: #FFD077;
}

/**
 row color for pending - approval and purchased
*/

.pending{
    background-color: #ffd699;
}

.strike{
    font-style: italic;
    text-decoration: line-through;
}

.partial{
    background-color: #00efb8;
}

.pinkcolor{
    background-color: #ff00ff;
}


.approved{
    background-color: #b3ffcc;
}

.approvedDark{
    background-color: #00a65a;
}

.purchased{
    background-color: #b3ffcc;
}


.canceled{
    background-color: #ffd6cc;
}

.canceledstrike{
    background-color: #ffd6cc;
    text-decoration: line-through;
}

.even{
    background-color: #b3ffcc;
}

.odd{
    background-color: #FFD077;
}

.previouseSold{
    background-color: rgba(249, 176, 253, 0.28);

}

.ui-layout-unit .ui-layout-unit-content{
    padding: 0px !important;
}

.light-red-color{
    background-color: rgba(255, 1, 1, 0.13);
}

.blueStep{
    color: #ffffff !important;
    background-color: #0081c2;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}


/**==  colors for level ==*/

.red{
    background-color: #ff0000;
}

.salmon{
    background-color: #fa8071;
}

.lightcoral{
    background-color: #f08080;
}

.deeppink{
    background-color: #ff1493;
}

.mediumvioletred{
    background-color: #c71585;
}

.coral{
    background-color: #ff7f50;
}

.orangered{
    background-color: #ff4500;
}

.orange{
    background-color: #ffa500;
}

.yellow{
    background-color: #ffff00;
}

.violet{
    background-color: #ee82ee;
}

.magenta{
    background-color: #ff00ff;
}

.darkviolet{
    background-color: #9400d3;
}

.purple{
    background-color: #800080;
}

.indigo{
    background-color: #4b0082;
}

.darkslateblue{
    background-color: #483d8b;
}

.lawngreen{
    background-color: #7cfc00;
}

.lime{
    background-color: #00ff00;
}

.limegreen{
    background-color: #32cd32;
}

.springgreen{
    background-color: #00ff7f;
}

.green{
    background-color: #008000;
}

.cyan{
    background-color: #00ffff;
}

.dodgerblue{
    background-color: #1e90ff;
}

.blue{
    background-color: #0000ff;
}

.navy{
    background-color: #000080;
}

.chocolate{
    background-color: #d2691e;
}

.brown{
    background-color: #a52a2a;
}

.darkslategray{
    background-color: #2f4f4f;
}
