/* CSS Document */

/**********************/
/* 		RESET		1  */
/**********************/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clear {
    clear: both;
}

/* Clearfix!! */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

.minwidth {
    min-width: 100px;
}

/**********************/
/* 		TYPOGRAPHY    */
/**********************/
h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 21px;
    margin: 0 0 .5em;
    color: #444;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin: 0 0 5px;
}

h4 {
}

h5 {
}

h6 {
}

p {
    line-height: 21px;
    margin: 0 0 .5em;
}

em {
}

strong {
    font-weight: bold;
    font-style: inherit;
}

ul {
}

ol {
}

li {
}

a {
    color: #0066b1;
}

    a:hover {
        color: #f26f23;
    }

/**********************/
/* 		PAGE SHELL	  */
/**********************/
/*html													{ overflow-y: scroll; }*/

.pageWrap {
    width: 960px;
    margin: 0 auto;
}

.section {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    background: url(../images/medGrey_grad.png) top repeat-x #ccc;
    margin: 0 0 20px;
}





/**********************/
/* 		HEADER		  */
/**********************/
#TopBanner {
    background: url(../images/medGrey_grad.png) top repeat-x;
    border-bottom: 1px solid #fff;
}

    #TopBanner .pageWrap {
        height: 94px;
        background: url(../images/SiteManager_Logo.png) no-repeat 10px 23px;
    }

        #TopBanner .pageWrap p {
            float: right;
            margin: 30px 0 0;
            background: #999;
            padding: 5px 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #fff;
            box-shadow: inset 0 0 3px #666, 0 1px 1px #fafafa;
        }

        #TopBanner .pageWrap a {
            color: #aadcff;
        }



/**********************/
/* 		BODY		  */
/**********************/
#container2 {
    padding: 20px 0 40px;
    border-top: 1px solid #ebeaea;
    background: url(../images/shadowWide.png) top center no-repeat;
}

.errorMessage {
    color: red;
    display: inherit;
    margin-bottom: 10px;
}

.resultMessage {
    color: green;
    display: inherit;
    margin-bottom: 10px;
}

.LoginErrorMessage {
    color: red;
    margin-bottom: 10px;
    margin-left: 30px;
}
/*Left Nav*/
#MainBody #LeftNav {
    float: left;
    width: 250px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    #MainBody #LeftNav h2 {
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #ccc; /*border-top: 2px solid #ccc;*/
        background: url(../images/medGrey_grad.png) top repeat-x;
    }

        #MainBody #LeftNav h2:first-child {
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    #MainBody #LeftNav a, #MainBody #LeftNav li {
        display: block;
        line-height: 21px;
        padding: 5px 20px;
        border-top: 1px solid #ebeaea;
        text-decoration: none;
        color: #666;
    }

        #MainBody #LeftNav a:first-child {
            border: 0;
        }

        #MainBody #LeftNav a:hover {
            background: #f5f5f5;
            color: #f26f23;
            text-shadow: 0 1px 1px #fff;
        }

    #MainBody #LeftNav .leftAlignPad {
        border-bottom: 1px solid #ccc;
    }

        #MainBody #LeftNav .leftAlignPad:last-child {
            border: 0;
        }

    #MainBody #LeftNav li img {
        margin: 3px 0 0 !important;
    }


#MainBody #MainContent {
    float: right;
    width: 680px;
}

/*Page Editors*/
.pageTitle {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    background: url(../images/medGrey_grad.png) top repeat-x #ccc;
    margin: 0 0 20px;
}

    .pageTitle h2 {
        margin: 0 0 10px;
    }

    .pageTitle input[type="text"] {
        display: block;
        width: 596px;
        border: 0;
        font-size: 16px;
        padding: 10px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px #fafafa;
        margin: 0 0 10px;
    }

.section textarea {
    display: block;
    width: 596px;
    border: 0;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #fafafa;
    margin: 0 0 10px;
}

.editor {
    border: 1px solid #ccc;
    background: #ccc;
    margin: 0 0 10px;
    padding: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.LayoutSelectorWrapper {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    background: url(../images/medGrey_grad.png) top repeat-x #ccc;
}

    .LayoutSelectorWrapper h2 {
        margin: 0 0 10px;
    }

.optionGrid {
    display: inline-block;
    padding: 5px 5px 3px 5px;
    margin: 10px;
}

    .optionGrid:hover {
        background-color: #69bcf8;
    }

.optionGridSelected {
    display: inline-block;
    padding: 5px 5px 3px 5px;
    background-color: #0079BE;
    margin: 10px;
}

[name="OptionSelections"] {
    display: inline-block;
    margin: 10px;
}

.radiobuttonlist {
    height: 50px;
}

.editor h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc; /*border-top: 2px solid #ccc;*/
    background: url(../images/medGrey_grad.png) top repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.editor input[type="submit"] {
    margin: 10px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0 1px 1px #fafafa;
}

input[type="submit"]:not(.bgImageClass):not(.btn):not(.cancel) {
    border: 0;
    background: url(../images/Buttons.png) no-repeat;
    color: #fff;
    width: 116px;
    height: 30px;
    text-align: center;
    padding: 0 0 1px;
}

.EditPanelButtons {
    border: #005696 .5px solid !important;
    border-radius: 5px !important;
    background: url(/Content/Images/blue_button.png) !important;
    color: white !important;
    height: 30px !important;
    text-align: center !important;
    cursor: pointer !important;
}
.EditPanelButtons.buttonDisabled {
     border: grey .5px solid !important;
     background: url(/Content/Images/grey_button.png) !important;
 }

    .EditPanelButtons:hover {
        background: url(/Content/Images/blue_button.png) 0 30px !important;
    }
.EditPanelButtons.buttonDisabled:hover {
    background: url(/Content/Images/grey_button.png) !important;
}

input[type="submit"]:not(.bgImageClass):hover {
    background-position: 0 -30px;
}

input[type="submit"].previous {
    background-position: -116px 0;
}

    input[type="submit"].previous:hover {
        background-position: -116px -30px;
    }

.cancel {
    border: 0;
    background: url(../images/Buttons.png) no-repeat;
    background-position: -232px 0;
    color: #fff;
    width: 116px;
    height: 30px;
    text-align: center;
    padding: 0 0 1px;
}

input[type="submit"].cancel {
    background-position: -232px 0;
}

    input[type="submit"].cancel:hover {
        background-position: -232px -30px;
    }

input[type="checkbox"] {
    margin: 0 5px;
}


/*Settings*/
.settings, .sitestats {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .settings .section {
        background: #eee;
        padding: 10px;
        border-radius: 5px;
        margin: 0 0 10px;
        border: none;
    }

.selectPages .first {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

.selectPages .second {
    border-top: 1px solid #fff;
    padding: 10px 0 0;
}

input[type="submit"].changeTemplate {
    background: url(../images/buttonBlue_Wide.png) 0 0 no-repeat;
    width: 166px;
}

    input[type="submit"].changeTemplate:hover {
        background-position: 0 -30px;
    }

img[alt="template_thumbnail"] {
    margin: 0 0 10px;
}

input[type="image"] {
    margin: 0 auto 10px;
    display: block;
}

.RemoveCompanyLogo {
    display: inline !important;
    margin: 0 !important;
}

#templateTable input.selectTemplate {
    margin: 0 auto;
    display: block;
}

#templateTable input.selectedTemplate {
    margin: 0 auto;
    display: block;
    background-position: -116px 0;
}

.selectTemplateWrap {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .selectTemplateWrap h2 {
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #ccc; /*border-top: 2px solid #ccc;*/
        background: url(../images/medGrey_grad.png) top repeat-x;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .selectTemplateWrap p {
        padding: 10px 20px 0;
    }



.ctWhole {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: none;
    margin: 0 10px 20px;
    width: 290px;
}

    .ctWhole:hover {
        background: #ddd;
    }

.ctWholeSelected {
    background: #a5def7;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: none;
    margin: 0 10px 20px;
    width: 290px;
    min-height: 209px;
}



.templateSelectorGrid {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: none;
    margin: 0 10px 20px;
    width: 250px;
    height: 200px;
}

.templateSelectorGridSelected {
    background: #a5def7;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: none;
    margin: 0 10px 20px;
    width: 250px;
    height: 200px;
}

    .templateSelectorGridSelected .imgtemplateThumb {
        padding: 5px;
        background-color: #69bcf8;
    }

.imgtemplateThumb {
    padding: 5px;
}

    .imgtemplateThumb:hover {
        background-color: #69bcf8;
    }

.zoomin {
    float: right;
}

.closebutton input[type="image"] {
    float: right;
}

.domain div {
    margin-top: 5px;
}
/*Pages*/
.PagesGrid, .NotificationsGrid {
    border: none;
    border: 1px solid #ccc !important;
    margin: 0 0 20px;
    border-collapse: separate !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .PagesGrid td, .NotificationsGrid td {
        vertical-align: middle;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .PagesGrid .header, .NotificationsGrid .header {
        background: url(../images/medGrey_grad.png) top repeat-x;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .PagesGrid .header .left, .NotificationsGrid .header .left {
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
        }

        .PagesGrid .header .right, .NotificationsGrid .header .right {
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
        }

        .PagesGrid .header td, .NotificationsGrid .header td {
            padding: 10px;
        }

    .PagesGrid input[type="image"] { /*float: left;*/
        display: inline;
        margin: 0 auto 20px;
        vertical-align: middle;
    }

input[type="image"].addBtn {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}

.modalPopup .section {
    box-shadow: 0 0 20px #666;
}

.modalPopup input[type="text"] {
    width: 240px;
    margin: 0 0 0 10px;
}

.modalBackground {
    background: #fff;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}


/*File Manager*/
.uploadFile {
    margin: 0 0 10px;
}

.directoryUsage {
    display: block;
    background: url(../images/progressBar.png) -638px 0 no-repeat #999;
    padding: 5px 10px; /*box-shadow: inset 0 0 3px #666, 0 1px 1px #fff;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
}

.filemanagertabs {
    margin: 0 0 20px;
}

    .filemanagertabs .ajax__tab_body {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .filemanagertabs .ajax__tab_header {
        height: 18px;
    }

        .filemanagertabs .ajax__tab_header > span {
            font-size: 10px;
            margin: 0 2px 0 0;
            line-height: 17px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #ccc;
            background: url(../images/medGrey_grad.png) top repeat-x;
            display: block;
            float: left;
            padding: 0 10px;
        }

            .filemanagertabs .ajax__tab_header > span.ajax__tab_active {
                background: #fff;
                border-bottom: 1px solid #fff;
            }

    .filemanagertabs .header td {
        border-bottom: 2px solid #ccc;
        padding: 0 0 5px;
    }

    .filemanagertabs td {
        border-bottom: 1px solid #eee;
        vertical-align: middle;
        padding: 10px 0;
    }

/*input[type="file"]										{ display: none; }*/
.companylogo {
    padding: 10px;
}

.customfile {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #fafafa;
    position: relative;
    overflow: hidden;
}

.customfile-input {
    position: absolute;
    height: 9000px;
    cursor: pointer;
    background: #ccc;
    border: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 999;
}

.customfile-button {
    background: url(../images/medGrey_grad.png) top repeat-x;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 10px 0 0;
}

.customfile-hover .customfile-button {
    background: #0066B1;
    color: #fff;
    border-color: #00b8e4;
}

.linespace {
    line-height: 25px;
    margin-left: 20px;
}

/*Login*/
#accountInfo {
    width: 320px;
    margin: 200px auto 0;
    padding: 20px;
    box-shadow: 0 0 20px #666;
}

    #accountInfo img {
        display: block;
        margin: 0 auto 20px;
    }

    #accountInfo input[type="text"], #accountInfo input[type="password"] {
        display: block;
        margin: 5px 0 10px;
    }

    #accountInfo #error {
        color: Red;
    }

.updating {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 16px;
}

#LoginForm {
    margin: 0 auto;
    width: 200px;
}

/*Dashboard*/
.accordion {
}

.accordionHeader, .templateAccordionHeader {
    background: url(../images/medGrey_grad.png) top repeat-x #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0 10px;
    cursor: pointer;
}

.templateAccordionHeader {
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ccc;
}

table.accordionTable {
    margin: 0 0 10px;
    border-collapse: separate;
}

.accordionTable td {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    text-align: right !important;
}

    .accordionTable td:first-child {
        text-align: left !important;
    }

#OptionList {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    height: 200px;
    margin-bottom: 10px;
}

    #OptionList tr {
    }

    #OptionList td[data-value] {
        list-style: none;
        line-height: 21px;
        padding: 2px 20px;
        border: 1px solid #ebeaea;
        text-decoration: none;
        color: #666;
        cursor: pointer;
        -webkit-user-select: none; /* webkit (safari, chrome) browsers */
        -moz-user-select: none; /* mozilla browsers */
        -khtml-user-select: none; /* webkit (konqueror) browsers */
        -ms-user-select: none;
        width: 35.5%;
        font-size: 12px;
    }

    #OptionList td.Heading {
        list-style: none;
        line-height: 21px;
        padding: 2px 20px;
        border: 1px solid #ebeaea;
        text-decoration: none;
        -webkit-user-select: none; /* webkit (safari, chrome) browsers */
        -moz-user-select: none; /* mozilla browsers */
        -khtml-user-select: none; /* webkit (konqueror) browsers */
        -ms-user-select: none;
        text-align: center;
        font-size: 14px;
        background: url(../Images/medGrey_grad.png) top repeat-x;
    }

    #OptionList td[data-value]:hover {
        background: #f5f5f5;
        color: #f26f23;
        text-shadow: 0 1px 1px #fff;
    }

.submit {
    border: 0;
    background: url(../images/Buttons.png) no-repeat;
    color: #fff;
    width: 116px;
    height: 30px;
    text-align: center;
    padding: 0 0 1px;
}

.btn {
    background-color: #076dab;
    padding: .5em;
    color: #fff;
    font-size: 14px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.aspNetDisabled.btn {
    background-color: gray;
}

.notificationScreenSection {
    margin: 10px 0px;
    width: 100%;
}

.messageLabel {
    width: 100px;
    float: left;
}

.messageText {
    float: left;
    width: auto;
}

.multilineText {
    min-height: 80px;
}

.messageInput {
    max-width: 486px;
    min-width: 486px;
}

.messageIcon {
    float: left;
    width: 15px;
    font-size: 22px;
    margin-left: 12px;
}

.notificationHeaderLeft {
    float: left;
    width: 20%;
}

.notificationHeaderCenter {
    float: left;
    width: 60%;
}

.notificationHeaderRight {
    float: right;
    width: 20%;
}

.NotificationsGridHeader {
    text-align: center;
}

.NotificationsGridCell, .NotificationsGridCellIcon {
}

.NotificationsGridCellIcon {
    text-align: center;
}

.SearchBar {
    margin-bottom: 10px;    
    padding: 8px 10px;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .SearchBar input[type="radio"] {
        margin-right: 4px;
    }

.UCUserOrRoleSelector {
    width:100%;
}

.rbCollection {
    float: left;
}

.SearchSection {
    float: right;
}

.cblUserSection {
    float: left;
    width: 48%;
}

.cblUserOrRoles {
    overflow: scroll;
    height: 200px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;    
    overflow-x: hidden;
    background-color: white;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-rightradius: 5px;
}

.cblUserSection table, .cblRolesSection table {
    width: 100%;
}
    .cblUserOrRoles table tr:nth-child(even) {
        background-color: #F0F0F0;
    }

    .cblUserOrRoles table td {
        vertical-align: middle;
        padding:4px;
    }

.cblRolesSection {
    float: right;
    width: 48%;
}

.checklistheader {
    border: 1px solid #ccc;
    padding: 4px 0px;
    width: 100%;
    background-color: #F0F0F0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-rightradius: 5px;
}

.cblSection {
    margin-bottom: 10px;
}

.NotificationsGrid tr:nth-child(odd) {
    background-color: #F0F0F0;
}

table.addExternalRecipientTable td {
    padding-top: 4px;
}
/**********************/
/* TinyMCE Overwrites */
/**********************/
.mceLayout {
    width: 100% !important;
    border: 0 !important;
}

.defaultSkin table.mceLayout tr.mceFirst td {
    border: 0 !important;
}

.defaultSkin table.mceLayout tr.mceLast td {
    border: 1px solid #eee !important;
}





/**********************/
/* 		FOOTER		  */
/**********************/





/**********************/
/*  display bug fixes */
/**********************/



/*Remove button padding in FF*/
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.BasicListViewTable {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 10px;
    padding: 10px;
}

    .BasicListViewTable td {
        padding: 5px;
    }

    .BasicListViewTable select {
        width: 150px;
    }

select > option[disabled] {
    background: #cccccc;
    color: black;
}

.disableEditButtonLink{
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
    a.disableEditButtonLink:hover {
        color: #0066b1
    }