﻿.frameContainer {
    position: absolute;
    padding: 5px;
    z-index: 1000;
    border: 1px solid silver;
    background-color: white;
    margin-top: 50px;
    border-radius: 5px;
}



.info {
    /*color: #F5D0A9 !important;
            cursor: pointer !important;
            background-color: #F5D0A9 !important;*/
    border: 1px solid #e5e5e5 !important;
    background: #A1DCF2 !important;
}

.active {
    /*color: #A9D0F5 !important;
            cursor: pointer !important;
            background-color: #A9D0F5 !important;*/
}

.selected {
    background-color: #e5e5e5;
}

.gridrow {
    cursor: pointer;
    background-color: white;
}

#alltabs {
    margin-left: 5px;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

#formdetail {
    width: 800px;
    height: 350px;
}

.col1 {
    width: 100px;
    text-align: right;
}

.col2 {
    width: 200px;
    text-align: left;
}

.labels > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: none;
}

    .labels > ul > li {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #CCC;
        overflow: hidden;
        text-indent: -2000px;
    }

        .labels > ul > li.selected,
        .labels > ul > li:hover {
            border: 1px solid #000;
        }

        .labels > ul > li + li {
            margin-left: 5px;
        }

        .labels > ul > li.lbrefresh {
            background: url('../images/menu/refresh.jpg');
            background-size: 20px;
        }

        .labels > ul > li.lbSA {
            background: url('../images/menu/selectall.jpg');
            background-size: 20px;
        }

        .labels > ul > li.lbEE {
            background: url("../images/menu/excel.jpg");
            background-size: 20px;
        }

.returnmsg {
    margin-top: 0px;
    margin-left: 0px;
    height: 92%;
    min-height: 92%;
    width: 435px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
    text-align: left;
}

    .returnmsg li {
        list-style-type: none;
        min-height: 18px;
        height: auto;
        border: 1px solid #e5e5e5;
        padding: 3px;
        border-radius: 4px;
        font-family: Verdana;
        font-weight: 500;
        margin: 2px;
        font-size: 11px;
    }

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #sortable li {
        padding: 0.4em;
        padding-left: 1.5em;
        color: gray;
        margin: 1px;
    }

        #sortable li span {
            position: relative;
            margin-top: -10.0px !important;
            /*margin-left: -1.3em;
            margin-top: -1.2em;*/
        }
        #sortable li.ui-state-default {
            font-weight:normal !important;
        }
        #sortable li.ui-state-default input{
            float:none !important;
            margin:4px 4px !important;
        }
/*.ui-state-default { //Commented by Sumit as Margin will set for Common Calander Control on 23052018
            border: 1px solid #e5e5e5;
            color: gray;
            margin: 1px;
        }*/

a {
    word-wrap: break-word !important;
}
