﻿/*
    Author: Srinivas Kacham
    Purpose: Font-Awesome Customization
*/

.fa1 {
    background-color: transparent;
    color: #176eb3;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
}

.fared {
    color: red;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
}

.fa.INDOT-historical:before {
    font-weight: bold;
    content: "H";
}

.fa.INDOT-active:before {
    font-weight: bold;
    content: "A";
}

.fa.INDOT-districts:before {
    font-weight: bold;
    content: "D";
}

.fa.INDOT-congdistricts:before {
    font-weight: bold;
    content: "C";
}

.fa.INDOT-F:before {
    font-weight: bold;
    content: "F";
}

.fa.INDOT-draft:before {
    font-weight: bold;
    content: "D";
}

.fa.INDOT-predecessors:before {
    font-weight: bold;
    content: "P";
}

.fa.INDOT-succcessors:before {
    font-weight: bold;
    content: "S";
    color: green;
}

.fa.INDOT-activitylogs:before {
    font-weight: bold;
    content: "L";
    color: maroon;
}

.delete_icon, .k-grid-delete {
    background-color: white;
    /*border-color: #c85c5c;*/
}

    .delete_icon > i, .k-grid-delete > i {
        color: #c85c5c;
    }

.historical_icon, [class*="k-grid-MakeHistorical"] {
    background-color: white;
    /*border-color: #c85c5c;*/
    color: #c85c5c;
}

    .historical_icon > i, [class*="k-grid-MakeHistorical"] > i {
        color: #c85c5c;
    }

.activate_icon, .k-grid-MakeActive {
    /*background-color: white;*/
    border-color: #c85c5c;
}

    .activate_icon > i, .k-grid-MakeActive > i {
        color: #c85c5c;
    }


.ExportToExcel, .k-grid-ExportToExcel {
    background-color: white;
    border-color: darkgreen;
}

    .ExportToExcel > i, .k-grid-ExportToExcel > i {
        color: darkgreen;
    }

.icon-white {
    color: white !important;
}

.fa_border {
    border-color: white !important;
}

.fa_border_blue {
    border: 1px solid #176eb3 !important;
    height: 30px;
    width: 32px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.faCustom {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
}

    .faCustom.INDOT-districts:before {
        font-weight: bold;
        content: "D";
    }
