﻿/*
NOTE: This is for resolving the CSS differences between Infragistics and Bootstrap
*/

a
{
    text-decoration: underline;
}

input, select
{
    color: black;
}

.ui-datepicker .ui-datepicker-title
{
    font-size: 16px;
    margin: 0px;
}

.ui-igcombo-buttonicon, .ui-igcombo-clearicon
{
    position: inherit;
}

h3, .h3
{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px;
}

.ui-igtile-maximized h3
{
    font-size: 24px;
}

.data-display-title
{
    font-size: 18px;
    margin: 0px;
}

.ui-igtile-minimized .tile-title:hover
{
    color: #6caee0;
}

.ignite-ui-grid
{
    font-size: 12px;
    font-family: Calibri;
}

.ignite-ui-grid-wrapper
{
    font-size: 11px;
}

    .ignite-ui-grid-wrapper td
    {
        font-family: Calibri;
    }

.ignite-ui-datepicker
{
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
}

.ui-igcombo-wrapper
{
    top: 5px;
    height: 22px;
}

#claims-search-modal .ui-igcombo-wrapper
{
    top: 0px;
    height: 22px;
}

.advanced-search-dropdown
{
    top: 1px;
    height: 22px;
}

.calibri-standardized
{
    font-size: 14px !important;
    font-family: Calibri !important;
}

.ui-dialog-titlebar
{
    font-family: "Segoe UI",Arial,sans-serif;
}

.ui-dialog-content
{
    font-size: 12px;
    font-family: "Segoe UI",Arial,sans-serif;
}

/*NOTE: Below this is experimental css for trying different tile layouts*/
.exp-float-right
{
    float: right;
    /*overflow: auto;*/
    /*margin-left: 5px;*/
    /*clear: left;*/
}

.exp-display-inline
{
    display: inline;
}