﻿.dataGroup {
    /*padding-left: 10px;*/
    /*background: #ebeeee;*/
    position: relative;
}

    .dataGroup fieldset {
        *padding: 0;
        border: 0 none;
    }

.RadForm.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm.rfdFieldset fieldset {
    border: 0 none !important;
}

.dataGroup fieldset .menu_img {
    position: absolute;
    left: 5px;
    top: 10px;
    max-height: 16px;
    max-width: 16px;
    vertical-align: middle;
    padding-right: 5px;
}

.dataGroup fieldset legend {
    width: 97%;
    height: 28px;
    *margin: 0 0 20px -7px;
    padding-right: 0;
    padding-left: 18px;
    line-height: 35px;
    font-size: 13px;
    border-bottom: 1px solid #cecdf0;
}

/*RadListView data item*/
.rlvI {
    /*float: left;*/
    /*width: 180px;
    height: 45px;*/
    /*margin: 2px;*/
    /*border-radius: 2px;
    
    background: #ffffff;*/
    /*overflow: hidden;
    min-width: 265px;*/

    float: left;
    margin: 2px;
    overflow: hidden;
    /* min-width: 265px; */
    border: 1px solid #F4F4F4;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    min-height: 52px;
    min-width: 140px;
    background-color: white;
    /* max-width: 228px; */
}

    .rlvI:hover {
        box-shadow: 0 0 5px #0078d7;
        border-radius: 4px;
        transition: box-shadow 1.0s;
        transition: border-radius 1.0s;
        /*padding-right: 6px;*/
    }

    .rlvI .cat {
        line-height: 22px;
        overflow: hidden;
        /*padding-right: 6px;*/
        /*font-size: 10px;*/
    }

.tile {
    float: left;
    padding: 2px;
}

.top {
    vertical-align: top;
}

.fav {
    float: right;
    padding: 2px;
    color: lightgray;
}

    .fav:hover {
        color: #f3c103 !important;
    }


.favgroup {
    color:orange;
}

.subMenu {
    text-decoration: none;
    color: black;
}

    .subMenu:hover {
        font-weight: bold;
        color: #0078d7;
        transition: color 1.0s;
    }

.menu_img2 {
    max-height: 14px;
    max-width: 14px;
    padding: 2px;
}

.disabled {
    color: gray;
    font-style: italic;
    pointer-events: none;
    cursor: not-allowed;
}

.btnSearch {
    /*border: 1px solid #e0e0e0;*/
    background-color: #fff;
    vertical-align: bottom;
    cursor: pointer;
    height: 25px;
    text-align: center;
    border-radius: 2px;
}

    .btnSearch:hover {
        transition: background-color .5s;
        background-color: DodgerBlue;
    }

.dvDashbaord {
    color: White;
    background-color: DodgerBlue;
    border-width: 1px;
    border-style: solid;
    padding: 8px;
    cursor: pointer;
    margin: 1px;
    width: 80px;
    text-align: center !important;
}

    .dvDashbaord:hover {
        transition: background-color .5s;
        background-color: #0071E1;
        border-color: darkgray;
    }
