﻿/* Added by NHV - RearrangeProvision*/
.sortable-list.ui-sortable {
    margin: 0;
    padding: 0;
}

.selected {
    background-color: #666;
    color: #fff;
}

.sortable-list ul, li {
    list-style: none;
}

.sortable-list ul {
    min-height: 30px;
}

.sortable-list li {
    border: 1px solid #cccccc;
    margin: 0 0 2px;
}

.sortable-list h2 {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #0A5996;
    padding: 5px;
    color: white;
}

.sortable-list1 {
    padding: 8px;
    display: none;
}

    .sortable-list1 li {
        border: none;
    }

    .sortable-list1 a {
        display: block;
        font-size: 17px;
        font-weight: normal;
        margin: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: #3f8cc7;
        color: #fff;
        padding: 5px 10px;
        text-decoration: none;
    }

#ulReorder li {
    cursor: move !important;
}

    #ulReorder li a {
        cursor: move !important;
    }

.clsreorder {
}

    .clsreorder h2 {
        color: #fff !important;
        margin: 0px !important;
        padding-bottom: 5px !important;
    }

.multiselect1 {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.overSelect1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

#checkboxes1 {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes1 label {
        display: block;
    }

        #checkboxes1 label:hover {
            background-color: #1e90ff;
        }

.droppable label.plus_img {
    background: url(../Image/plus-mobile.png) no-repeat 2px 3px;
    height: 19px;
    width: 18px;
    padding: 0 0 0 5px;
    display: inline-block;
    cursor: pointer;
}

.droppable label.minus_img {
    background: url(../Image/minus-mobile.png) no-repeat 2px 3px;
    padding: 0 0 0 5px;
    height: 18px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
}

.deletesec {
}

span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.clsmainsec {
    width: 92%;
    text-align: left;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #1873b9;
    width: 400px;
    height: 150px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.loading1 {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #1873b9;
    width: 400px;
    height: 150px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}
/*Added by NHV - PEO Reorder User Defined Delete Button*/
.deletesec {
    cursor: pointer;
}
