﻿.PagingIOM a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #cdcdcd;
}

.PagingIOM span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #fff;
}

.invalid {
    border-style: solid !important;
    border-color: #FF0000 !important;
}

.valid {
    border-style: solid !important;
    border-color: #5cb85c !important;
}

.tree {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 1px solid #999;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
        }

        .tree li.parent_li > span {
            cursor: pointer;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000;
    }
.FormTable
{
    border-collapse:collapse;
}
.tdLabel
{
    vertical-align:middle;
    background-color:transparent !important;
    text-align:right;
    padding:6px;
    font-size:12px;
}
.tdField
{
    vertical-align:top;
    background-color:transparent !important;
    text-align:left;
    padding:6px;
}
.TableFooter
{
    text-align:right;
    /*background-color:#eee;*/
    padding:5px;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}



.LoadDiv {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.Loadcenter {
    z-index: 10000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .Loadcenter img {
        height: 128px;
        width: 128px;
    }


.FormatRadioButtonList label {
    margin-right: 50px;
}

.Notification {
    padding: 2px 6px;
    border-radius: 50%;
    background: #f55838;
    color: white;
}