* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

body {
    color: #58585a;
    font: 14px/1.3 Calibri,Verdana,Geneva,arial, sans-serif;
    /* font: 13px/1.5 Arial,Verdana,Geneva,arial, sans-serif; */
}
/* General */

a image {
    border: none;
}

p {
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    color: #58585b;
    font-size: 16px;
}

h1 {
    color: #545454;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 1em 0;
    padding: .5em 0 0 0;
}
.widgetContainerDocumentAssignment .timeline-info {
    padding-right: 5px;
}
h2,
legend {
    color: #545454;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: .2em 0 0 0;
}

    h2.frmTitle {
        font-weight: bold;
        margin-bottom: 10px;
        padding: .2em 0 .5em 0;
        text-transform: uppercase;
    }

.frmContainerBanner h2 {
    color: #000;
    margin-bottom: 10px;
    padding-top: 0;
}

h3 {
    color: #545454;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
}

li {
    color: #58585b;
    font-size: 16px;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.background {
    background: #ffffff;
}

.page-wrap {
    margin: 0 auto;
    padding: 0 0 60px 0;
    padding: 0 15px 60px 15px;
}

.page-header h1 small {
    display: block;
    margin-top: 5px;
}

.logo {
    margin: 15px 0 10px;
    padding: 0 0 0 0;
    position: relative;
    float: left;
    width: 180px;
}

.Rems-logo {
    margin: 30px 50px 10px 0;
    padding: 0 0 0 0;
    position: relative;
    float: right;
}

/*.header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:975px;
	display:block;
} 

.header p{
	margin:45px 20px 0 20px;
	padding:0 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	position:relative;
	float:left;
	display:block;
	height:100px;
	width:520px;
}*/

.secondary-nav {
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
    clear: both;
}

    .secondary-nav li {
        margin: 0 20px;
        padding: 0 0 0 0;
        font-size: 12px;
        display: block;
        float: right;
        list-style: none;
    }


.content {
    margin: 0px auto;
    padding: 0;
    clear: both;
    /*width: 970px;*/
    min-height: 500px;
}

#logoContainer {
    border: 2px solid #009966;
    height: 300px;
    text-align: center;
    background-color: #009966;
    color: white;
    font-size: 30px;
}

/* Footer */

.footer {
    background-color: #fff;
    border-top: 3px solid #5a4985;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

    .footer p {
        margin: 0 auto;
        padding: 0;
        font-family: Arial, sans-serif;
        font-size: 10px;
        color: #58585b;
        text-align: center;
        /*width: 400px;*/
        display: block;
    }

    .footer ul {
        padding: 0 0 0 0;
        margin: 0 auto;
        /*width:  970px; 
    width: 650px;*/
    }

    .footer li {
        /*display: inline;*/
        font-size: 14px;
        color: #000;
        vertical-align: top;
        display: table-cell;
        text-align: center;
        padding-right: 20px;
    }

        .footer li img {
            margin-top: -10px;
        }

    .footer ul li a {
        color: #004987;
        font-weight: bold;
    }

        .footer ul li a:hover {
            color: #0082ba;
        }

    .footer ul li ul {
        margin-left: 108px;
        margin-top: -22px;
    }

        .footer ul li ul li:first-child {
            border-left: 0;
            padding-left: 0;
            margin-left: 15px;
        }

        .footer ul li ul li {
            border-left: 1px solid #aaa;
            margin: 0;
            padding-right: 10px;
            padding-left: 10px;
        }

            .footer ul li ul li a {
                color: #000;
                font-size: 12px;
                font-weight: bold;
            }

                .footer ul li ul li a:hover {
                    color: #2ccd86;
                }



/* ====== BOOTSTRAP OVERRIDES    =========*/
@media (min-width: 1200px) {
    .container {
        width: 970px;
        width: 1170px;
        width: 95%;
    }
}

a {
	color: #5a4985;
    font-weight: 400;
}

    a:hover,
    a:focus {
        color: #7250c8;
        outline: 0;
    }

.navbar-default {
    background: #fff;
    border: 0;
    border-top: 8px solid #526576;
    border-bottom: 5px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background: #7d8c98;
        filter: none /* ie9 */
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-defadult .navbar-nav > .open > a:hover,
    .navbar-defadult .navbar-nav > .active > a:hover,
    .navbar-defadult .navbar-nav > .active > a:focus {
        background: #526576;
    }

        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            background: #526576;
            color: #fff;
        }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
    }

.navbar-brand {
    padding: 0;
}

.dropdown-menu > li {
    margin-left: 0;
    margin-right: 5px;
    margin-left: 5px;
}

    .dropdown-menu > li > a {
        padding: 3px 10px;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            background: #f9f9f9;
            color: #15bef0;
            color: #000;
        }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #f9f5fd;
    background: #f5f5f5;
    color: #000;
    /* color: #15bef0;  */
}

.page-header {
    border-bottom: 0;
    margin: 0;
    padding-top: 0;
}
/* =====   NAV TABS    =====  */
div[data-ubc-form-name="InternalUser"] .nav-tabs,
[data-ubc-form-name="LocalUser"] .nav-tabs {
    background-color: #f6f3f9;
    border: 1px solid #cfced0;
    padding-left: 5px;
    padding-top: 5px;
}
/*div[data-ubc-form-name="InternalUser"] .nav-tabs > li {
	margin-right: 3px;
	margin-top: 3px;
}*/
.nav-tabs > li {
    margin-left: 0;
}

    .nav-tabs > li > a,
    .nav-tabs > li > a:focus {
        background: #586475;
        border: 1px solid #586475;
        color: #fff;
        font-size: 16px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:active,
    .nav-tabs > li.active > a:focus {
        background-color: #fff;
        border-color: #cfced0 #cfced0 transparent;
        box-shadow: none;
        color: #586475;
        font-weight: normal;
        outline: 0;
    }

    .nav-tabs > li > a:hover {
        background-color: #828B98;
        border: 1px solid #828B98;
        color: #fff;
        opacity: .85;
    }

.tab-content {
    border: 1px solid #cfced0;
    padding: 5px;
    border-top: 0
}

.input-sm,
.form-group-sm .form-control {
    font-size: 14px;
    font-weight: normal;
    height: 34px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 34px;
}

.btn,
button {
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
}

    .btn:active,
    .btn:focus,
    .btn.active,
    .btn.focus {
        outline: 0 !important;
        box-shadow: 0 !important;
    }

.btn-success {
    background-image: none;
    background: #5a4985;
    border-color: #5a4985;
    box-shadow: none;
}

    .btn-success:hover, .btn-success:focus {
        background: #6f57ab;
        border-color:#6f57ab;
    }


button#Add,
button#Input {
    display: inline-block;
    /*margin-bottom: 0;*/
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    button#Add:focus,
    button#Add:active:focus,
    button#Add.active:focus,
    button#Add.focus,
    button#Add:active.focus,
    button#Add.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    button#Add:hover,
    button#Add:focus,
    button#Add.focus {
        color: #333333;
        text-decoration: none;
    }

    button#Add:active,
    button#Add.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.btn-default,
button#Add,
button#Input,
.modal button.btn-primary {
    background: #5a4985;
    border-color: #5a4985;
    color: #fff;
    text-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
button#Add:hover,
button#Add:focus,
button#Add:active,
.modal button.btn-primary:hover,
.modal button.btn-primary:focus .modal button.btn-primary:active {
	background: #6f57ab;
	color: #fff;
	border: 1px solid #6f57ab;
}

.btn-danger {
    background: #e1523d;
    color: #fff;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background: #990E0E;
        color: #fff;
    }

.btn-invert,
button#Input {
    background: #fff;
    color: #0086b6;
    border-color: #0086b6;
    font-weight: 600;
    border-radius: 3px;
}

    .btn-invert:hover,
    .btn-invert:focus,
    .btn-invert:active,
    button#Input:hover,
    button#Input:focus,
    button#Input:active {
        background: #0086b6;
        color: #fff;
        border-color: #0086b6;
    }

.btn-danger-invert {
    background: #fff;
    color: #d43f3a;
}

.btn-sm {
    font-size: 90%;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-danger-invert:hover,
.btn-danger-invert:focus,
.btn-danger-invert:active {
    background: #cc0000;
    color: #fff;
}

.btn-default:disabled,
.btn-default[disabled],
.btn-success:disabled,
.btn-success[disabled] {
    background-color: #dadbdf;
    color: #828294;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #aaa;
}

.btn-add:before,
.btn-edit:before,
#Add:before {
    font-family: "Glyphicons Halflings";
    /*background: #2baded;
     border-right: 1px solid #fff;   */
    color: #f9f9f9;
    font-size: 11px;
    left: -12px;
    margin-right: -7px;
    padding: 4px;
    padding-top: 9px;
    padding-bottom: 10px;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px
}

.btn-add:before,
#Add:before {
    content: "\002b";
}

.btn-edit:before {
    content: "\270f";
}

.btnMarginTop {
    margin-top: 23px;
}

.btnMarginLeft20 {
    margin-left: -20px;
}

.btnContainer {
    padding-top: 20px;
    text-align: right;
}

.btn + .btn {
    margin-left: 5px;
}

.modal-footer .btn + .btn {
    margin-bottom: 10px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    margin-left: 0;
}

.radio,
.checkbox {
    margin-left: 15px;
    margin-top: 0;
}

    .radio div {
        margin-bottom: 5px;
        margin-right: 20px;
    }

    .radio label,
    .checkbox label {
        padding-left: 20px !important;
    }

.form-group {
    position: relative;
}

    .form-group label {
        margin-bottom: 0;
    }

.input-sm,
.form-group-sm .form-control,
.ubc-data-input-integer,
.ubc-dat-input-date,
.ubc-data-input-date {
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
}

    /*  FORM FIELDS FOCUS    */
    .input-sm:focus,
    .form-group-sm .form-control:focus,
    .ubc-data-input-date:focus,
    .ubc-data-input-date:active,
    .input-sm:active,
    .form-group-sm .form-control:active {
        background:#efecf5;
        border: 0;
        box-shadow: none;
        border-bottom: 2px solid #5a4985;
        outline: 0;
    }

.alert {
    background: #fff;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    padding: 5px 15px;
    box-shadow: none;
    /* border-left: 5px solid #ddd; */
}

    .alert.alert-info {
        color: #0c5e9f;
        border-left: 5px solid #0c5e9f;
        background: #e9f1f8;
    }

    .alert.alert-danger {
        color: #cc0000;
        border: 5px solid #cc0000;
    }

    .alert.alert-warning {
        color: #ff6c00;
        border-color: #ff6c00;
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}
/* ======   E N D   BOOTSTRAP OVERRIDES    =========*/

/*  ==========    KENDO  OVERRIDES    ==============      */
.k-button, .k-textbox, .k-timepicker, .k-datepicker, .k-datetimepicker {
    display: block;
    width: 100%;
}
/* ======   E N D   KENDO OVERRIDES    =========*/
.popupWindow {
    /*xxbackground-image: url('/Resources/_Images/bg.jpg');*/
    z-index: 99;
}

.popupWindow {
    -moz-box-shadow: 17px 17px 17px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 17px 17px 17px rgba(0, 0, 0, .3);
    box-shadow: 5px 10px 50px rgba(0, 0, 0, .3);
    border: 3px solid #dedede;
}

    .popupWindow.focus .header {
        background-color: #009966;
        color: white;
        border-bottom: 5px solid #bbe8cc;
    }

    .popupWindow > .header {
        font-family: Calibri, san-serif;
        font-size: 15px;
        height: 20px;
        padding: 0;
        padding: 5px 3px 5px 10px;
    }

        .popupWindow > .header > .closeIcon {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center center;
            border: 1px solid #fff;
            border-radius: 3px;
            cursor: pointer;
            display: inline-block;
            float: right;
            height: 16px;
            padding: 1px;
            width: 16px;
        }
    /* specific just for Prescriber/Associate Facility Search Grid popup as grid is wider than popupwindow  */
    .popupWindow div[data-ubc-form-name="FacilitySearch"] div#searchResults {
        width: 700px;
    }

/*  P O R T A L      M E N U       S T Y L E S    */
ul.navbar-nav li.action,
ul.navbar-nav li.TaskManager,
ul.navbar-nav li.DocumentManager {
    text-decoration: none !important;
    font-size: 18px;
    margin-left: 0;
}

    ul.navbar-nav li.action:hover,
    ul.navbar-nav li.TaskManager:hover,
    ul.navbar-nav li.DocumentManager:hover {
        background: #d4d9dd;
        /*background: #e4e8e8;*/
    }

    ul.navbar-nav li.action a:focus,
    ul.navbar-nav li.action a:active {
        outline: 0;
    }

ul[data-ubc-menu-name$="MainMenu"] {
    background: #fff;
    position: relative;
    overflow: visible;
}

li.MenuItem span.Action {
    color: #fff;
}

li.MenuItem.Root {
    background: rgb(12,163,96); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(12,163,96,1) 0%, rgba(6,157,90,1) 11%, rgba(9,160,93,1) 21%, rgba(7,158,91,1) 32%, rgba(7,157,93,1) 58%, rgba(4,127,73,1) 84%, rgba(7,124,72,1) 89%, rgba(7,117,68,1) 95%, rgba(19,122,75,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,163,96,1)), color-stop(11%,rgba(6,157,90,1)), color-stop(21%,rgba(9,160,93,1)), color-stop(32%,rgba(7,158,91,1)), color-stop(58%,rgba(7,157,93,1)), color-stop(84%,rgba(4,127,73,1)), color-stop(89%,rgba(7,124,72,1)), color-stop(95%,rgba(7,117,68,1)), color-stop(100%,rgba(19,122,75,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca360', endColorstr='#137a4b',GradientType=0 ); /* IE6-9 */
    border: 3px solid #55ba8e;
    color: #edfaf3;
    margin-left: 1px;
    padding: 6px 25px 8px 25px;
    font-size: 14px;
    font-weight: bold;
}

li.MenuItem.Nested {
    background-color: transparent;
    border-left: 3px solid transparent;
    display: block;
    font-size: 14px;
    margin-right: 4px;
}

li.MenuItem span.MenuText {
    text-decoration: none;
    margin-right: 0px;
    width: auto;
}

li.MenuItem.Root span.MenuText {
    line-height: 2.8em;
}

li.MenuItem.Nested span.MenuText {
    line-height: 2.0em;
    cursor: pointer;
}

li.MenuItem.Selected {
    background: #009966;
    color: white !important;
}

li.MenuItem.Root:hover {
    background-color: #009966;
    background: #009966;
    border: 3px solid #009966;
    color: white;
    text-decoration: none;
}

li.MenuItem.Disabled /*> span.MenuText*/ {
    display: none;
}

li.MenuItem.Enabled > span.MenuText {
    cursor: pointer;
}

li.MenuItem span.MenuOpen {
    display: none;
    width: 8px;
    height: 11px;
    background-image: url('/Resources/CSS/Menu/rightArrow.jpg');
    margin-left: 5px;
}

#Triage > span.MenuText,
#DocumentManager > span.MenuText,
#UserManager > span.MenuText,
#SalesPortalHome > span.MenuText {
    /*xxxxxcolor: #000 !important;*/
}

    #DocumentManager > span.MenuText:hover,
    #Triage > span.MenuText:hover,
    #UserManager > span.MenuText:hover,
    #SalesPortalHome > span.MenuText:hover {
        color: #fff !important;
    }

#DocumentManager.Selected > span.MenuText,
#Triage.Selected > span.MenuText,
#UserManager.Selected > span.MenuText,
#SalesPortalHome.Selected > span.MenuText {
    color: #fff !important;
}
/*  SUB MENUS */
ul[data-ubc-menu-name$="MainMenu"] ul.dropdown-menu {
    background: #d4d9dd;
    border: 0;
    border-left: 1px solid #dedede;
    color: #000;
    padding: .5em 0;
    position: absolute;
    min-width: 200px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    font-size: 16px;
    white-space: normal;
}

.dropdown .dropdown > .dropdown-menu > li > a {
    white-space: nowrap;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    /*height: 200px;
    overflow: auto;
    z-index: 9999;*/
}

.dropdown .dropdown > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #170000;
    margin-top: 5px;
    margin-right: 0px;
}

.dropdown .dropdown b.caret {
    border-color: transparent;
}
/* TABS */
ul[data-ubc-menu-name$="Tabs"] {
    border-top: 3px solid #526576;
    border-bottom: 1px solid #516475;
    margin-bottom: 20px;
    width: 100%;
}

    ul[data-ubc-menu-name$="Tabs"].nav li {
        margin: 0;
        margin-right: 1px;
    }

    ul[data-ubc-menu-name$="Tabs"] li a {
        color: #15806d;
        color: #333;
        font-size: 18px;
    }

    ul[data-ubc-menu-name$="Tabs"].nav > li.active > a,
    ul[data-ubc-menu-name$="Tabs"].nav > li.active > a:hover,
    ul[data-ubc-menu-name$="Tabs"].nav > li.active > a:focus {
        background-color: #d4d9dd;
        color: #000;
        text-decoration: none;
    }
    /*ul[data-ubc-menu-name$="Tabs"].nav > li.active > a,*/
    ul[data-ubc-menu-name$="Tabs"].nav > li > a:hover,
    ul[data-ubc-menu-name$="Tabs"].nav > li > a:focus {
        background-color: #80c3db;
        text-decoration: none;
    }

    ul[data-ubc-menu-name$="Tabs"].nav > li > a:hover {
        background: #e5e8ea;
    }

    ul[data-ubc-menu-name$="Tabs"] li.MenuItem {
        background: #bde6df;
        border: 0;
        box-shadow: inset 2px 2px 2px .5px #036c49;
        font-size: 12px;
        margin: 5px 2px;
        padding: 7px 15px;
    }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem:hover {
            background: #bbe8cc;
            background-color: #bbe8cc;
            background: #fff;
            border: 0;
        }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem.Selected {
            background-color: #fff;
            /* border: 1px solid #009966;   */
            border-bottom: 0;
            margin-right: 1px;
            /* box-shadow: none;*/
        }

            ul[data-ubc-menu-name$="Tabs"] li.MenuItem.Selected:hover {
                /* margin: 1px; */
            }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem span.Action {
            text-decoration: none;
            cursor: pointer;
            /* text-shadow: 1px 1px 1px  #333;*/
            color: #666;
        }

            ul[data-ubc-menu-name$="Tabs"] li.MenuItem span.Action:hover {
                color: #000;
            }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem.Selected span.Action {
            color: #009966;
            cursor: pointer;
            text-decoration: none;
            text-shadow: none;
        }

span.Action:hover {
    color: #000;
    text-decoration: underline;
}

/*  DROP DOWN MENU ITEMS */
ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems {
    background-color: #009966;
    border: 0;
    border-left: 1px solid #009966;
    color: #000;
    display: block;
    margin: -0.8em 0 0 0;
    padding: .5em 0;
    position: absolute;
    min-width: 200px;
}

    ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems li.MenuItem.Nested:hover,
    ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems li.MenuItem.Nested:active {
        background-color: #036c49;
        border-left: 3px solid #bbe8cc;
        color: #000;
    }

    ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems li.MenuItem.Selected {
        background-color: #036c49;
        border: 1px solid #bbe8cc;
        border-left: 3px solid #bbe8cc;
        border-right: 0;
    }

li#BlankForms ul.MenuItems {
    left: 170px !important;
}

    li#BlankForms ul.MenuItems li span,
    li#Reports ul.MenuItems li span {
        line-height: 1em;
        display: inline-block;
        padding-bottom: 5px;
        padding-top: 5px
    }


/* Context menu   */
.ubc-context-menu .dropdown-menu .action:hover {
    text-decoration: none;
}

.ubc-context-menu .dropdown-menu > li > a:hover,
.ubc-context-menu .dropdown-menu > li > a:focus {
    background: #ecf9f6;
    background: transparent;
    color: #5b89c3;
}

.ubc-context-menu .dropdown-menu > li.disabled > a:hover,
.ubc-context-menu .dropdown-menu > li.disabled > a:focus {
    color: #777;
}
/*     L O G I N    P O P U P   S T Y L E S    */
div.popupWindow div.WebPartContainer div[data-ubc-form-name].Login-Form.Login-Query-Password {
    background: transparent;
    padding: 5px;
    height: 400px;
}

div[data-ubc-form-name].Login-Form.Login-Query-Password div.Login-Body {
    height: 40%
}

div.popupWindow div.WebPartContainer div.Login-Form.Login-Update-Profile {
    background-color: #fff;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 5px;
    width: 590px;
}

div.Login-Form {
    height: 100%;
}

table[data-ubc-form-array-name="Questions"] td {
    width: 200px;
    vertical-align: top;
}
/* =======================================   */

/*           U S E R   P R O F I L E         */
#UserInfo {
    float: right;
    padding: 10px 0;
}

    #UserInfo div[data-ubc-form-name="Login"] {
        margin-top: 20px;
        margin-right: 5px;
        background-color: #eee;
        padding: 15px;
        padding-left: 25px;
        border: 1px solid #ddd;
        border-radius: 3px;
        overflow: hidden;
    }

#UserProfilePart .userInfoFly {
    position: absolute;
    display: block;
    background-color: #e8fcf0;
    border: 0;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-left: 2px solid #bbb;
    border-top: 2px solid #d2fae4;
    color: #048053;
    display: none;
    margin-top: -3px;
    padding: .25em 1em .5em 1.5em;
    right: 6px;
    text-align: right;
    width: auto;
    z-index: 1000;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

    #UserProfilePart .userInfoFly span {
        line-height: 1.50em;
    }

#UserProfilePart #displayUserInfo {
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid #bbb;
    border-top: 3px solid #bbb;
    color: #009966;
    cursor: pointer;
    font-size: 120%;
    font-variant: small-caps;
    font-size: 18px;
    min-width: 250px;
    margin-right: 5px;
    padding: 3px 5px 3px 15px;
    width: auto;
}

    #UserProfilePart #displayUserInfo:after {
        content: url('/Resources/_Images/userName_downArrow.gif');
        vertical-align: middle;
        padding-right: 5px;
        margin-left: 5px;
    }

    #UserProfilePart #displayUserInfo:hover {
        background-color: #bbe8cc;
        border: 0;
        border-bottom: 3px solid #bbb;
        border-top: 3px solid #bbb;
        color: #333;
    }

div.form-group.AssignedGroups ul {
    padding-left: 0;
    margin: 0;
}

    div.form-group.AssignedGroups ul li {
        margin-left: 0;
    }

/* =====    MODAL   WINDOWS   ===== */
.modal-header {
    background: #526576;
    border-bottom: 2px solid #7d8c98;
    color: #fff;
    padding: 10px 15px;
}

    .modal-header .close {
        color: #fff;
        filter: Alpha(Opacity=50);
        opacity: .5;
    }

        .modal-header .close:hover {
            color: #fff;
            filter: Alpha(Opacity=90);
            opacity: .9;
        }

.modal-title {
    font-size: 18px;
}

.modal-body .alert {
    margin-top: 0px;
}
/* =======================================   */
#ValidationSummary li {
    color: red;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

a.navLink {
    color: #0086b6;
    text-decoration: none;
    cursor: pointer;
}

    a.navLink:hover {
        text-decoration: underline;
    }

    a.navLink label span {
        color: #ff6b00;
        cursor: pointer;
        text-decoration: none;
    }

        a.navLink label span:hover {
            text-decoration: underline;
        }

span[data-torch-change-reason-message] {
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
}

textarea[data-torch-change-reason-input] {
    width: 380px;
    height: 120px;
    margin: 10px;
    padding: 5px;
}
/* =====    TABLES    ======= */
table tr.Empty {
    display: none;
}

.table-responsive {
    overflow: visible;
}

.table thead tr th {
    vertical-align: middle;
    font-size: 18px;
}

.table th a:focus,
.table th a:hover,
.table th a:active {
    text-decoration: none;
}

.table .form-group {
    margin-bottom: 0px;
}

table .ubc-data-display-text,
table .ubc-data-display-drop-down {
    font-size: 16px;
}

table .ubc-data-display-checkbox-list,
table .ubc-data-display-checkbox {
    margin: 0;
    padding: 0;
}

.table.ubc-grid .MenuColumn li.ubc-menu-item a span:before {
    content: "\00a0";
    font-family: "glyphicons halflings";
    border-right: 1px solid #aaa;
    color: #5b89c3;
    font-size: 14px;
    margin-right: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.disabled a span:before {
    color: #bbb
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.View a span:before,
.table.ubc-grid .MenuColumn li.ubc-menu-item.TaskDetail a span:before {
    content: "\e015";
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.EditUser a span:before,
.table.ubc-grid .MenuColumn li.ubc-menu-item.EditMaterialOrder a span:before {
    content: "\270f";
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.Delete a span:before,
.table.ubc-grid .MenuColumn li.ubc-menu-item.Remove a span:before {
    content: "\e014";
    position: relative;
    top: 2px;
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.DisableUser a span:before {
    content: "\e090";
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.EnableUser a span:before {
    content: "\e089";
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.LoginHistory a span:before {
    content: "\e023";
}

.table.ubc-grid .MenuColumn li.ubc-menu-item.ResetUserPassword a span:before {
    /*content: "\e019";*/
    content: "\e033";
}

.table th.hyperlink,
.table th.hyperlink a {
    text-decoration: none;
}
/* override table-striped */
.table-bordered {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0;
        border-bottom: 1px solid #ddd;
    }
/*  UI Slider  */
table.ubc-grid-navigation-bar {
    padding: 3px;
    border-color: #CACBD3;
    background: #f3f3f3;
}

.ui-slider .ui-slider-handle:after,
.ui-slider .ui-slider-handle:before {
    border: 0;
}

.ubc-grid-navigation-slider .ui-slider .ui-slider-handle {
    background: #fff;
    border-color: #5b89c3;
    border-radius: 100%;
    border-width: 3px;
    cursor: pointer;
    height: 2em;
    top: -12px;
    width: 2em;
}

    .ubc-grid-navigation-slider .ui-slider .ui-slider-handle:hover,
    .ubc-grid-navigation-slider .ui-slider .ui-slider-handle:active,
    .ubc-grid-navigation-slider .ui-slider .ui-slider-handle:focus {
        text-decoration: none;
        outline: 0;
    }

.ui-slider .ui-slider-handle:before {
    border: 0;
    color: #888;
    content: "\e091";
    font-family: "Glyphicons Halflings";
    font-size: .6em;
    left: 2px;
    margin-left: 2px;
    margin-top: 2px;
    top: 1px;
    position: relative;
}

.ui-slider .ui-slider-handle:after {
    border: 0;
    color: #888;
    content: "\e092";
    font-family: "Glyphicons Halflings";
    font-size: .65em;
    margin-left: 2px;
    margin-top: 2px;
    left: -2px;
    top: 1px;
    position: relative;
}

.ubc-navigation-button.first,
.ubc-navigation-button.previous,
.ubc-navigation-button.next,
.ubc-navigation-button.last {
    background: #fff;
    background-image: url('');
    border: 1px solid #5b89c3;
    border-radius: 100%;
    color: #666;
    height: 22px;
    margin-top: 0px;
    vertical-align: top;
    width: 22px;
}

    .ubc-navigation-button.first:before {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        left: 2.5px;
        position: relative;
        top: 2px;
    }

    .ubc-navigation-button.first:after {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        left: -1px;
        position: relative;
        top: 2px;
    }

    .ubc-navigation-button.previous:before {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        font-size: 10px;
        left: 5px;
        position: relative;
        top: 2px;
    }

    .ubc-navigation-button.next:before {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 10px;
        left: 5px;
        position: relative;
        top: 2px;
    }

    .ubc-navigation-button.last:before {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        top: 1px;
        left: 3px;
        position: relative;
    }

    .ubc-navigation-button.last:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        top: 1px;
        left: -1px;
        position: relative;
    }

.ubc-grid-navigation-slider .ui-slider.ui-slider-horizontal {
    margin-right: 10px;
}

/* F O R M   F I E L D S   */
.frmContainer {
    background: #f9f9f9;
    border-radius: 0px;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.frmContainerMultiple {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.frmContainerBanner {
    background: #f2f3f3;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
}

.frmContainerDisplay {
    border-radius: 0;
    background: #fff;
}

    .frmContainer h3,
    .frmContainerDisplay h3 {
        border-bottom: 2px solid #4e748a;
        color: #4e748a;
        font-size: 22px;
        font-weight: 600;
        margin: 10px 0;
        padding-bottom: 3px;
    }

.frmGroupContainer {
    background: #e5eff3;
    border: 1px solid #007db4;
    margin: 20px 0;
    padding: 5px 10px;
}

.frmInstructions {
    font-size: 18px;
}

.frmDividerDotted {
    border-bottom: 2px dotted #0095df;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*  fieldset containers  */
fieldset {
    border: 0;
    margin: 0;
    padding-top: 0;
}

    fieldset fieldset {
        background-color: #ffffff;
        margin-top: 0;
    }
/*  required asterisk - use glyphicon instead of image */
.required > .control-label {
    background: url('');
    padding-left: 0;
}

    .required > .control-label:before,
    .DataElementLabel:before {
        color: red;
        content: "\2a";
        font-weight: 600;
        margin-right: 2px;
    }

.ubc-data-input.important > .control-label:before,
.ubc-data-input.Important > .control-label:before {
    color: #3b95f3;
    content: "\2a";
    font-weight: 600;
    margin-right: 2px;
}

.DataElement.Important:before {
    color: #395bf1;
    content: "\2a";
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
    margin-right: -2px;
    position: relative;
}

.DataElement.Important.required:before {
    content: "";
}

.NotApplicable {
    display: none;
}

.frmContainerBanner .form-group.required > .control-label:before,
.frmContainerDisplay .form-group.required > .control-label:before {
    content: "";
    margin-left: -2px;
}

label.control-label {
    font-size: 18px;
    font-weight: normal;
}

span.DataElement label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    padding: 0px 0 0 0;
    vertical-align: top;
    margin-bottom: 0;
}

span.DataDisplay label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    padding: 0 0 0 0;
    vertical-align: top;
}

.frmContainerDisplay label.control-label + span {
    font-size: 16px;
    color: #787878;
}

.frmContainerDisplay label.control-label,
.frmContainerBanner label.control-label {
    color: #000;
}

.frmContainerDisplay .form-group,
.frmContainerBanner .form-group {
    margin-bottom: 0px;
}

.ubc-data-display-text,
.ubc-data-display-integer,
.ubc-data-display-drop-down {
    font-size: 16px;
}

.ubc-data-input-integer,
.ubc-data-input-date {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    /*  .ubc-data-input-integer:focus,
    .ubc-data-input-date:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }*/

    .ubc-data-input-date.hasDatepicker {
        display: inline;
    }

    .ubc-data-input-date[disabled] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

    .ubc-data-input-date.hasDatepicker + img.ui-datepicker-trigger {
        position: absolute;
        margin-left: -30px;
        margin-top: 3px;
    }

.has-error .hasDatepicker {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .hasDatepicker:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.buttonContainer,
div[data-torch-dialog-button-container] {
    text-align: right;
    margin-top: 20px;
    z-index: 4;
}

ul.ubc-data-display-checkbox-list,
ul.ubc-data-display-checkbox-list li.ubc-data-display-checkbox.selected {
    display: inline;
    margin-left: 5px;
    padding-left: 0;
}

/*     T A S K   D E T A I L / A D D   T A S K   C L A S S E S    */
.TaskDetail,
.AddTaskForm,
.AddWorkGroupForm {
    background-color: #f3f3f3 !important;
    padding: 15px;
}
/* grid menu */
li.ubc-menu-item.TaskDetail.action {
    padding: 0;
}

.TaskDetail .left:first-child {
    background: #ddd;
    margin: -15px;
    padding: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.TaskDetail span label {
    display: inline;
    font-size: 13px;
}

.TaskDetail span select,
.TaskDetail span > span,
.TaskDetail span input {
    font-size: 13px
}

.TaskDetail .form-group.TypeID,
.TaskDetail .form-group.AddDate,
.TaskDetail .form-group.DaysOpen,
.TaskDetail .form-group.DaysDue,
.TaskDetail .form-group.StakeHolderName,
.TaskDetail .form-group.StakeholderNameText,
.TaskDetail .form-group.ClosedDate,
.TaskDetail .form-group.TypeText {
    margin-top: -35px;
}
/*.TaskDetail .form-group.DueDate {
    margin-top: 20px;
}*/
.TaskDetail .form-group.Type-Text.required > .control-label:before {
    content: "";
}

.TaskDetail .ubc-data-input.form-group.Type-DropDown,
.TaskDetail .ubc-data-input.form-group.Type-Date {
    width: 50%;
    display: inline-block;
    position: relative;
    margin-right: 50px;
}

.TaskDetail button {
    display: inline;
    width: 170px;
}
/*.TaskDetail .form-group.DueDate input.hasDatepicker + img.ui-datepicker-trigger   //// this would affect only the edit task... removed TaskDetail (below) so that Add Task calendar would also display properly */

.TaskDetail hr.CRM-Task-Separator {
    clear: both;
    border-top: 2px solid #729cd2;
    margin: 15px 0;
}

.TaskDetail button[data-ubc-form-action="AddAction"] {
    margin-left: 350px;
}

.CRM-Task-Actions span.DataElement {
    padding-bottom: 15px;
    padding-right: 30px;
}

.CRM-Task-Actions textarea,
.CRM-Task-Notes textarea {
    width: 100%;
}

.TaskDetail span.DataElement label {
    display: inline;
}

div[data-ubc-form-name="Form"].TaskDetail ul.ValidationArea li.ErrorMessage {
    margin-top: 0
}

div[data-ubc-grid-name="TaskActionList"] div.GridDataContainer {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.AddTaskForm .form-group.StatusID,
.AddTaskForm .form-group.StakeholderNameText,
.AddTaskForm .form-group.TypeID,
.AddTaskForm .form-group.WorkGroupIdentity,
.AddTaskForm .form-group.AssignedTo,
.AddTaskForm .form-group.DueDate,
.AddTaskForm .form-group.DirectionID,
.AddTaskForm .form-group.ActionTypeID {
    margin-top: -15px;
}

/*add for multi select dropdown for attributes*/
.chosen-container {
    width: auto;
}

.chosen-container-multi {
    width: auto;
}

    .chosen-container-multi chosen-disabled {
        width: auto;
    }

    .chosen-container-multi .chosen-container-active {
        width: auto !important;
    }

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        width: auto !important;
    }

/*  =======================================       */

.RadioListBlock {
    display: block;
}

.noReset {
    margin-top: -20px;
}

.RadioListElementBlock {
    padding-left: 150px;
    text-indent: -16px;
}

.RadioListBlock .RadioListElementBlock label {
    font-size: 12px;
    margin-left: -10px;
    vertical-align: top;
    display: inline;
    width: auto;
}

.CheckListBlock {
    display: block;
    margin-top: -20px;
}

.CheckListElementBlock {
    padding-left: 100px;
    margin: 0;
    list-style: none;
}

.CheckListBlock .CheckListElementBlock label {
    font-size: 12px;
    margin-left: -10px;
    vertical-align: top;
    display: inline;
    width: auto;
}

/*  I N L I N E    E R R O R   M E S S A G E   P L A C E M E N T  */
li.ErrorMessage {
    color: #ff0000;
    margin-top: -10px;
    margin-bottom: 10px;
}

div[data-ubc-form-name="Login"] li.ErrorMessage,
.Login-Forgot-Password li.ErrorMessage,
.Login-Query-Password li.ErrorMessage {
    color: #ff0000;
    margin-top: 5px;
}

/*  D O C U M E N T   M A N A G E R  */
#DropZone.DropTarget {
    background: #efefef url('/Resources/Images/dragDrop.png') no-repeat;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 1px #aaa;
    height: 100px;
    padding: 20px 10px 0 150px;
}

div.Document-SearchForm {
    width: auto;
}
/*  D O C U M E N T S   P O P - U P   W I N D O W  */
#DocumentDisplay {
    height: 400px;
    margin: 3px;
    border: 1px solid #aaa;
}

#ReassignDialog,
#DocumentTypeDiv {
    border-bottom: 2px dotted #bbb8bf;
    margin-bottom: 20px;
}

    #ReassignDialog > p {
        background: #f9f3e1;
        border: 1px solid #e4d7B1;
        border-radius: 3px;
        color: #c38417;
        font-size: 18px;
        font-weight: normal !important;
        padding: 15px;
    }

    #ReassignDialog button + button {
        background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
        background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
        background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #b92c28;
    }

        #ReassignDialog button + button:hover,
        #ReassignDialog button + button:focus {
            background-color: #c12e2a;
            background-position: 0 -15px;
        }
/*  U S E R   M A N A G E R  */
div.form-group.AssignedGroups ul {
    padding-left: 0;
    margin: 0;
}

    div.form-group.AssignedGroups ul li {
        margin-left: 0;
        width: 100px;
    }

/*  Add  LDAP User   */
.LDAPUserSearchForm {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    overflow: hidden;
}

    .LDAPUserSearchForm div[data-ubc-form-object-name="SearchById"],
    .LDAPUserSearchForm div[data-ubc-form-object-name="SearchByName"] {
        background: #f3f3f3;
        padding: 5px;
        width: 48%;
    }

    .LDAPUserSearchForm div[data-ubc-form-object-name="SearchByName"] {
        margin-left: 20px;
    }

table[data-ubc-form-array-name="Permissions"] td,
table[data-ubc-form-array-name="Permissions"] th,
table[data-ubc-form-array-name="Groups"] td,
table[data-ubc-form-array-name="Groups"] th {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
}

    table[data-ubc-form-array-name="Permissions"] th:last-child,
    table[data-ubc-form-array-name="Groups"] th:last-child {
        border-top-right-radius: 3px;
    }

div#userDetails span.DataElement {
    width: 350px
}

div[data-ubc-form-name="InternalUser"] div#editUserTabs + button {
    margin-left: 250px
}

#explicitPermissions .tooltip-inner p {
    color: #fff;
}

#explicitPermissions .tooltip-inner table {
    border-color: #fff
}

#explicitPermissions .form-group.Type-Text.Name label + span {
    font-weight: bold;
    font-size: 20px;
}

/*  E X P I R E D   P A S S W O R D    */
#ChangeExpiredPasswordContainer div.Login-Left-Area {
    width: 90px;
}

#ChangeExpiredPasswordContainer div#messageContainer {
    padding-bottom: 10px;
}

#ChangeExpiredPasswordContainer #informationContainer {
    clear: both;
}

#ChangeExpiredPasswordContainer div.Login-Right-Area {
    float: left;
    width: 300px;
}

#ChangeExpiredPasswordContainer div #ForgotPasswordContainer {
    padding-left: 140px;
    padding-bottom: 20px;
}

span[data-ubc-form-action="ForgotPassword"],
span[data-ubc-form-action="NewCaptcha"] {
    color: #0082ba;
    cursor: pointer;
    font-size: 12px;
}

    span[data-ubc-form-action="ForgotPassword"]:hover,
    span[data-ubc-form-action="NewCaptcha"]:hover {
        text-decoration: underline;
    }
/* =====  DEMOGRAPHICS TAB  ===== */
[data-ubc-form-array-name="ContactInformationCollection"] {
    display: block;
}

    [data-ubc-form-array-name="ContactInformationCollection"] [data-ubc-form-array-element] {
        background: #f4f7fB;
        margin-top: 5px;
        padding-left: 5px;
    }

div[data-ubc-form-array-name="ContactInformationCollection"] [data-ubc-form-array-element] div {
    display: inline;
}

[data-ubc-form-array-name="ContactInformationCollection"] .category {
    margin-left: 10px;
}

[data-ubc-form-array-name="ContactInformationCollection"] .ubc-data-display-text {
    font-size: 18px;
}

[data-ubc-form-array-name="ContactInformationCollection"] div.IsPreferred {
    margin-left: 20px;
}

/*  G E N E R A L   S T Y L E   C L A S S E S     */
.noMargin {
    margin: 0;
}

.action:hover {
    text-decoration: none;
}

.hyperlink {
    text-decoration: underline;
    color: #7d68ba;
}

    .hyperlink:hover {
        color: #316784;
        cursor: pointer;
    }
/* ===== SPECIFIC FORM FIELDS   ===== */
.formLabel {
    color: #58585a;
    font-size: 18px;
}

.displayLabel {
    color: #000;
    font-size: 18px;
}

    .displayLabel + span > a > div {
        display: inline;
    }
/* =====  PANEL CONTAINER  ===== */
.ubc-panel-container {
    clear: both;
}
/* =====  JQUERY UI-DIALOG POPUP OVERRIDES  ===== */
.ui-dialog {
    border: 1px solid #aaa;
    border-radius: 5px;
}

    .ui-dialog .ui-widget-header {
        background: #06B9AC;
        border: 1px solid #00958a;
        color: #fff;
        padding: 5px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        padding-top: 0;
    }

        .ui-dialog .ui-dialog-titlebar-close:before {
            content: "x";
            color: #333;
        }

#DeleteDialog {
    padding: 20px 10px 10px
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 5px 0
}

.ui-dialog-buttonset button {
    font-weight: bold;
    text-shadow: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

    .ui-dialog-buttonset button:first-child {
        background: #729cd2;
        color: #fff;
        border: 1px solid #3872bd;
        margin-right: 10px;
    }

        .ui-dialog-buttonset button:first-child:hover,
        .ui-dialog-buttonset button:first-child:focus {
            background: #5B89c3;
            border-color: #3872bd;
        }

    .ui-dialog-buttonset button:last-child {
        background: #990E0E;
        background: #c12e2a;
        border: 1px solid #990E0E;
        color: #fff;
    }

        .ui-dialog-buttonset button:last-child:hover,
        .ui-dialog-buttonset button:last-child:focus,
        .ui-dialog-buttonset button:last-child:active {
            background: #990E0E;
            color: #fff;
        }

.checkbox div {
    display: inline-block;
    margin-right: 15px;
}

.radio label,
.checkbox label {
    padding-left: 5px !important;
    padding-right: 20px;
}

@media only screen and (max-width: 47.9375em) {
    ul[data-ubc-menu-name$="Tabs"] {
        margin: 7.5px 0;
    }
}

.ubc-grid tr, ubc-grid th {
    background: #fff;
}

div[data-alerts="alerts"] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.model-label {
    font-size: 18px;
    color: #000;
}

.GridSelectedRow td {
    background-color: lightblue;
}

/*  UBC GRID MENU ITEMS - ALLOW TO DISPLAY OVER THE SCROLL BAR  */
@media only screen and (min-width: 48em) {
    .tbl_HorizScroll {
        overflow: auto;
    }

        .tbl_HorizScroll .ubc-grid .table-responsive table.col-md-12 {
            position: static;
        }
}


/*Style for required-soft soft required attribute*/
.Type-Boolean-Custom.required > .control-label:before {
    content: "";
}

.Type-Boolean-Custom.required > .control-label {
    padding-left: 10px !important
}

    .Type-Boolean-Custom.required > .control-label:before {
        color: #3b95f3;
        content: "\2a";
        font-weight: 600;
        margin-right: 2px;
        position: absolute;
        left: 20px;
    }

.Type-Boolean-Custom label.control-label {
    font-weight: 400;
    font-weight: 18px;
}

.required-soft > .control-label {
    background: url('');
    padding-left: 0;
}

/*.required-soft > .control-label:before {
        color: #3b95f3;
        content: "\2a";
        font-weight: 600;
        margin-right: 2px;
    }*/

.ubc-data-input.required-soft > .control-label:before,
.ubc-data-input.required-soft > .control-label:before {
    color: #3b95f3;
    content: "\2a";
    font-weight: 600;
    margin-right: 2px;
}

.DataElement.required-soft:before {
    color: #395bf1;
    content: "\2a";
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
    margin-right: -2px;
    position: relative;
}

.DataElement.required-soft.required:before {
    content: "";
}

.ubc-wait-icon {
    display: inline-block;
    height: 65px;
    width: 128px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 5px;
    background-image: url(/Resources/Images/ajax-loader.gif);
    background-size: 50%;
}

.btn-remove {
    padding: 5px;
    width: 30px;
    height: 30px;
    margin-top: -1px
}

.npi-warning-message {
    background: #fff;
    padding: 5px 15px;
    color: #ff6c00;
    border-radius: 0;
    border: 0;
    border-left: 5px solid;
}
/* LMS  */
.lmsQuestion {
    display: block;
    margin-bottom: 15px;
}

    .lmsQuestion .title {
        font-size: 22px;
        color: ##1a127;
        border-bottom: 1px solid;
        margin-bottom: 5px;
    }

    .lmsQuestion .checkbox div,
    .lmsQuestion .radio div {
        display: block;
    }

    .lmsQuestion .question b {
        font-weight: 400;
    }

    .lmsQuestion.lmsQuestionError .title,
    .lmsQuestion.lmsQuestionError .question,
    .lmsQuestion.lmsQuestionError input[type="radio"]:checked + label {
        font-weight: 500;
        color: #cc0000;
    }

    .lmsQuestion.lmsQuestionCorrect .title,
    .lmsQuestion.lmsQuestionCorrect .question,
    .lmsQuestion.lmsQuestionCorrect input[type="radio"]:checked + label {
        color: #00937a;
    }

    .lmsQuestion.lmsQuestionError .title:after {
        /* content: "\f00c";   */
        content: "\f00d";
        font-family: FontAwesome;
        color: #cc0000;
        font-size: 20px;
        padding-left: 5px;
    }

    .lmsQuestion.lmsQuestionCorrect .title:after {
        content: "\f00c";
        font-family: FontAwesome;
        color: #00937a;
        font-size: 20px;
        padding-left: 5px;
    }

/***Adding text to select Security Image***/

.ubc-image-picker-grid-area:before {
    content: "Select an image and add text below that you will remember for the security caption. This image and security caption will be displayed when you log in.";
    width: 100%;
    padding-bottom: 15px;
    display: block;
}

/**********************STATUS STYLES********************/

.form-group.Status label + span,
.form-group.StatusIdentity label + span {
    padding: 0 10px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.form-group.Status.Pending label + span,
.form-group.StatusIdentity.Pending label + span {
    background: #e63d85;
    color: #fff;
}

.form-group.Status.Certified label + span,
.form-group.StatusIdentity.Certified label + span {
    background: #41afc5;
    color: #fff;
}

.form-group.Status.NotComplete label + span,
.form-group.StatusIdentity.NotComplete label + span {
    background: #9c8dc0;
    color: #fff;
}

.form-group.Status.Inactive label + span,
.form-group.StatusIdentity.Inactive label + span {
    background: #98a2b0;
    color: #fff;
}

.form-group.Status.Decertified label + span,
.form-group.StatusIdentity.Decertified label + span {
    background: #586475;
    color: #fff;
}

.form-group.Status.Enrolled label + span,
.form-group.StatusIdentity.Enrolled label + span {
    background: #005a54;
    color: #fff;
}

.form-group.Status.New label + span,
.form-group.StatusIdentity.New label + span {
    background: #0b6bb2;
    color: #fff;
}

/**********************STATUS STYLES FOR GRID********************/

table td div.form-group.StatusIdentity label + span,
table td div.form-group.HealthcareSettingStatusIdentity label + span {
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
}

table tr > td div.form-group.StatusIdentity.Pending label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.Pending label + span {
    background: #e63d85;
    color: #fff;
}

table tr > td div.form-group.StatusIdentity.Certified label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.Certified label + span {
    background: #41afc5;
    color: #fff;
}

table tr > td div.form-group.StatusIdentity.NotComplete label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.NotComplete label + span {
    background: #9c8dc0;
    color: #fff;
}

table tr > td div.form-group.StatusIdentity.Inactive label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.Inactive label + span {
    background: #98a2b0;
    color: #fff;
}

table tr > td div.form-group.StatusIdentity.Decertified label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.Decertified label + span {
    background: #586475;
    color: #fff;
}

table tr > td div.form-group.StatusIdentity.Enrolled label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.Enrolled label + span {
    background: #005a54;
    color: #fff;
}

table tr > td div.form-group.StatusIdentity.New label + span,
table tr > td div.form-group.HealthcareSettingStatusIdentity.New label + span {
    background: #0b6bb2;
    color: #fff;
}

/********************** END STATUS STYLES********************/
.txtInstructions {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}

.txtEmphasis {
    font-weight: 500;
    color: #545454;
    color: #000;
    font-size: 20px;
}

.text-red {
    color: red;
}

.text-green {
    color: #00857d;
}

.bold {
    font-weight: 600;
}

.bolder {
    font-weight: 700;
}
/*  REMS VERIFICATION  */

#Shipping Info {
    display: block;
}

#pharmacy-info {
    background: #fff;
    border: 1px solid black;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
}

.verif_results {
    display: table;
    padding-bottom: 5px;
}

.verif_name {
    display: table;
}

.verif_nameCell {
    display: table-cell;
    vertical-align: top;
    width: 25px;
}

.verif_iconCell,
.verif_msgCell {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.verif_results .verif_icon {
    font-size: 36px;
    border: 3px solid;
    border-radius: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    width: 60px;
}

.verif_success .verif_msg,
.verif_results.verif_success .verif_icon {
    border-color: #4c7ed9;
    color: #4c7ed9;
}

.verif_unsuccess .verif_msg,
.verif_results.verif_unsuccess .verif_icon {
    border-color: #e22727;
    color: #e22727;
}

.verif_msg {
    color: #000;
    font-size: 30px;
    padding-bottom: 5px;
}

.verif_msg2 {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

.btn-authCode {
    background: #4c7ed9;
    box-shadow: 0 8px 2px -2px #bbb;
    color: #fff;
}

    .btn-authCode:hover,
    .btn-authCode:focus {
        background: #265aba;
        color: #fff;
    }

.verif_code {
    background: #4b4f57;
    color: #fff;
    border: 1px solid #ddd;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
}

.verif_num {
    font-weight: 500;
    font-size: 30px;
}

.verif_details h3 {
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.certified .verif_status {
    color: #02b9b9;
    display: inline-block;
    font-weight: 500;
}

.verif_details .certified i {
    color: #02b9b9;
    font-size: 20px;
}

.notCertified .verif_status {
    color: #e22727;
    display: inline-block;
}

.verif_details .notCertified i {
    color: #e22727;
    font-size: 20px;
}

/* ===========   CHOSEN  TYPE-AHEAD DROPDOWN OVERRIDES  === */
.chosen-container-single .chosen-single {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: none;
}

a.chosen single {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
    padding: 5px 10px;
}

.chosen-container .chosen-drop {
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: none;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: #fdf1d8;
    border: 1px solid #f7b93e;
    height: 36px;
}

.info-block {
    border: 1px solid #333;
    padding: 15px;
    margin: 15px 0;
}

.width50 {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
}

.msgDanger {
    background: #f7dadf;
    color: #cc0000;
    display: table;
    margin: 20px;
    padding: 35px;
}

.msgDangerIcon {
    background: #cc0000;
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 25px;
    vertical-align: bottom;
}

.msgDangerText {
    font-weight: bold;
    font-size: 24px;
    font-family: arial;
    display: table-cell;
    line-height: 1em;
    vertical-align: top;
}
/*Added to get datepicker inside text box on filters*/
.filterRow .form-control.hasDatepicker {
    width: 110px;
}

.filterRow .form-control.hasDatepicker + img.ui-datepicker-trigger {
    top: auto;
}

.ubc-grid td {
    position: relative;
}
.table-responsive {
    overflow: auto;
    padding-bottom: 80px;
}
/*  DASHBOARD OVERRIDES   */
.dashboardItemsInfo,
.taskInfo {
	background: #5a4985;
}	
.dashboardItemsInfo:hover,
.dashboardItemsInfo:active,
.dashboardItemsInfo:focus,
.taskInfo:hover,
.taskInfo:active,
.taskInfo:focus{
	background: #7868a0;
}
.taskNum {
	color: #5a4985;
}
.taskInfo.active {
	background: #fff;
	border: 2px solid #5a4985;
}
.taskInfo.active .taskNum,
.taskInfo.active .taskMsg {
	color: #5a4985;
}
a.locDirections {
	background: #5a4985;
	font-weight: bold;
	text-align: center;

}	
a.locDirections:hover {
	background: #fff;
	color: #5a4985;
}

.nav-tabs.stakeholderDashboardTabs>li>a, .nav-tabs.stakeholderDashboardTabs>li>a:focus {
    background: #5a4985;
    border: 1px solid #5a4985;
    color: #fff;
    font-size: 16px;
}
.nav-tabs.stakeholderDashboardTabs>li.active>a, 
.nav-tabs.stakeholderDashboardTabs>li.active>a:hover, 
.nav-tabs.stakeholderDashboardTabs>li.active>a:active, 
.nav-tabs.stakeholderDashboardTabs>li.active>a:focus,
.nav-tabs.stakeholderDashboardTabs li.active i {
	color: #5a4985;
}	
.widgetContainer.stakeholderDashboardStatus {
	background: #fff;
	border-top: 0;
}
.stakeholderTile .tileContainer {
	border-color: #5a4985;
}
.stakeholderTile .tileTitle,
.stakeholderTile .tileIcon i  {
	background: #5a4985;
}
.stakeholderTile .tileTitle:hover {
	background: #7868a0;
}
.stakeholderTile .tileDivider {
	border-color: #526576;
}	
.stakeholderTile ul li:hover {
    background: #7868a0;
}
.documentInfo.disabled .documentNum,
.taskInfo.disabled .taskNum {
	color: #888888;
}
.hyperlink:hover {
	color: #7868a0;
}	
.taskDashboard .frmDividerDotted {	
	color: #5a4985;
}
.frmGroupContainer {
    background: #e4e2eb;
    margin-bottom: 20px;
    padding: 10px;
    border: 0;
}
.frmDividerDotted {
	border-bottom: 2px solid #5a4985;
}

[data-title="State"] {
    width: 70px;
}
/*Widen Data Review Alert column*/
.form-group.Type-Text.Alert {
    width: 400px
}

/*Document Queue Style Override*/

.FaxTiles .tileHdgContainer {
    background: #5a4985;
    margin: -10px -10px 15px;
    padding: 15px;
}

.documentInfoContainer {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: table;
    width: 100%;
}

    .documentInfoContainer:hover {
        background: #5a4985;
        color: #fff;
    }

    .documentInfoContainer.active {
        background: #5a4985;
        color: #fff;
    }

    .documentInfoContainer.disabled {
        background: #ccc;
        color: #888;
        text-shadow: 1px 1px 1px #fff;
        pointer-events: none;
    }

.documentQueueHomeDiv {
    border-bottom: 1px solid #4d4f4f;
    padding-bottom: 25px;
}


.stagesTask ul li:nth-of-type(1) .journeyStep.active {
    background: #a18cd5;
}

    .stagesTask ul li:nth-of-type(1) .journeyStep.active:after {
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 10px solid #a18cd5;
        border-bottom: 8px solid transparent;
    }

.stagesTask ul li:nth-of-type(2) .journeyStep.active {
    background: #8773ba;
}

    .stagesTask ul li:nth-of-type(2) .journeyStep.active:after {
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 10px solid #8773ba;
        border-bottom: 8px solid transparent;
    }

.stagesTask ul li:nth-of-type(3) .journeyStep.active {
    background: #6d5b99;
}

    .stagesTask ul li:nth-of-type(3) .journeyStep.active:after {
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 10px solid #6d5b99;
        border-bottom: 8px solid transparent;
    }

.stagesTask ul li:nth-of-type(4) .journeyStep.active {
    background: #5a4985;
}

    .stagesTask ul li:nth-of-type(4) .journeyStep.active:after {
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 10px solid #5a4985;
        border-bottom: 8px solid transparent;
    }

.documentQueueHomeDiv {
    border-bottom: 1px solid #5a4985;
    padding-bottom: 25px;
}

    .documentQueueHomeDiv .titleMetrics {
        font-size: 22px;
        margin-bottom: 20px;
        background: transparent;
        color: #526576;
        padding: 5px;
        border-bottom: 2px solid #526576;
    }

.stagesTask .stageAmt, .stageAmt {
    text-align: right;
    display: block;
    height: 20px;
    text-align: center;
    color: #526576;
    font-weight: bold;
    margin-left: 5px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 20px;
}

.tile-filter-container.hyperlink {
    cursor: none;
    text-decoration: none;
    color: #545454
}

.ubc-tile-nav-controls span,
.ubc-grid-nav-controls span {
    background: #5a4985;
}

    .ubc-tile-nav-controls span:hover,
    .ubc-grid-nav-controls span:hover {
        background: #5a4985;
    }

.ubc-torch-grid-filter-actions span {
    color: #5a4985;
    cursor: pointer;
}

    .ubc-torch-grid-filter-actions span:hover,
    .function-title i {
        background: #5a4985;
    }

.form-group.Priority .ubc-data-display-text {
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
}

.form-group.Priority.High .ubc-data-display-text {
    color: #d91046;
    border: #d91046 solid 2px;
}

    .form-group.Priority.High .ubc-data-display-text:before {
        content: "\f071";
        color: #d91046;
        font: normal normal normal 18px/1 FontAwesome;
        margin-right: 5px;
    }

.form-group.Priority.Normal .ubc-data-display-text,
.form-group.Priority.Low .ubc-data-display-text {
    color: #259352;
    border: #259352 solid 2px;
}



table td div.form-group.Priority label + span {
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
}

table tr > td div.form-group.Priority.High label + span {
    background: #d91046;
    color: #fff;
}

table tr > td div.form-group.Priority.Normal label + span,
table tr > td div.form-group.Priority.Normal label + span {
    background: #259352;
    color: #fff;
}

.FaxTiles .form-group.StakeholderIdentity.hyperlink {
    color: #545454;
    cursor: none;
    text-decoration: none;
}

    .FaxTiles .form-group.StakeholderIdentity.hyperlink .ubc-data-display-text {
        color: #f27021;
        cursor: pointer;
        text-decoration: underline;
    }

.FaxTiles .tileHdgContainer .tileTitle {
    font-size: 18px;
}

.FaxTiles .tileContainer .tileBody {
    height: 320px;
    max-height: 320px;
}

.FaxTiles .tileFooter,
.FaxTable .tileFooter {
    background: #ddd;
    padding: 5px;
}

.FaxTiles .tileContainer .tileBody {
    height: 320px;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ManualProcessingQueueTile .tileContainer .tileBody,
.SecondReviewQueueTile .tileContainer .tileBody,
.CompletedQueueTile .tileContainer .tileBody {
    height: 500px;
    max-height: 500px;
}

#Sidebar .document {
    display: none;
}

.widgetContainer {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.timeline-indicator-documentAssignment.btn {
    padding: 0;
}

.btnMarkComplete {
    padding: 5px 10px;
}
.manageTeamDataForm .btn,
.manageTeamDataForm button {
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 12px;
    text-transform: uppercase;
}

 

.manageTeamDataForm .btn-remove{
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-left: 10px;
    background-color: #990E0E;
    border-color: #990E0E;
}