<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(/openiam-ui-static/fonts/fonts.css);

/*!
 *   OpenIM v4
 *   Author: Varun Handa
 *   Website: Almsaeed Studio &lt;http://www.openiam.com&gt;
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */

html,
body {
    min-height: 100%;
}

a, a:hover, a:active, a:focus {
    outline: none;
}

button, button:hover, button:active, button:focus {
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ecf0f5 !important;
}

.wrapper {
    min-height: 70%;
    position: relative;
    /*overflow: hidden;*/
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.main-header {
    position: relative;
    min-height: 128px;
    z-index: 1030;
    background: #3B4C68;
    border-bottom: 3px solid #FF8400;
}

.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: #4C6081;
    border-color: transparent;
    color: #fff;
    width: 285px;
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    /*border-color: rgba(0, 0, 0, 0.1);*/
    border-color: transparent;
    box-shadow: none;
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    /*height: 50px;*/
    font-size: 20px;
    /*line-height: 50px;*/
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 15px;
    font-weight: 300;
    overflow: hidden;
}

.main-header .logo .logo-lg {
    display: block;
}

.main-header .logo img {
    /*height is more important here than width*/
    height: 42px;
    /*width:110px;*/
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.main-header .sidebar-toggle:before {
    content: "";
}

.main-header .sidebar-toggle:hover {
    color: #fff;
    text-decoration: none;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
    text-decoration: none;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header &gt; h1 {
    margin: 0;
    font-size: 24px;
}

.content-header &gt; h1 &gt; small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.content-header &gt; .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.content-header &gt; .breadcrumb &gt; li &gt; a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header &gt; .breadcrumb &gt; li + li:before {
    content: '&gt;\00a0';
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu,
.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header &gt; img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header &gt; p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; li.user-header &gt; p &gt; small {
    display: block;
    font-size: 12px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body:before,
.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body:after {
    content: " ";
    display: table;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body:after {
    clear: both;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-body a {
    color: #444 !important;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer:before,
.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer:after {
    content: " ";
    display: table;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer:after {
    clear: both;
}

.navbar-nav &gt; .user-menu &gt; .dropdown-menu &gt; .user-footer .btn-default {
    color: #666666;
}

.navbar-nav &gt; .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) &gt; .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu &gt; .navbar-nav &gt; li {
    position: relative;
}

.navbar-custom-menu &gt; .navbar-nav &gt; li &gt; .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.navbar-custom-menu &gt; .navbar-nav &gt; li &gt; a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-header .navbar-form {
    margin-top: 15px;
}

/* Input group */
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn .btn-default {
    border-color: #3B4C68;
    background-color: #3B4C68;
    color: #fff;
}

.main-header .main-menu.navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 60px;
    border: none;
    min-height: 60px;
    border-radius: 0;
    text-align: center;
}

.main-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.selfserviceNav &gt; .navbar-collapse &gt; .navbar-nav &gt; li &gt; a {
    width: 180px !important;
}

.main-menu.navbar &gt; .navbar-collapse &gt; .navbar-nav &gt; li &gt; a {
    width: 210px;
}

.main-menu.navbar &gt; .navbar-collapse &gt; .navbar-nav &gt; li.active {
    position: relative;
}

.main-menu.navbar &gt; .navbar-collapse &gt; .navbar-nav &gt; li.active:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #FF8400;
    position: absolute;
    bottom: 0px;
    /*left: 38%;*/
    margin-left: -12px;
}

.main-menu .dropdown-menu &gt; li &gt; a:focus, .main-menu .dropdown-menu &gt; li &gt; a:hover {
    background-color: #4C6081;
    color: #ffffff;
}

.main-menu .dropdown-submenu {
    position: relative;
}

.main-menu .dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.main-menu .dropdown-submenu &gt; a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.main-header .navbar .dropdown-menu li a {
    color: #333;
}

.main-header .navbar .dropdown-menu li a:hover {
    color: #333;
}

.dropdown-submenu:hover &gt; a:after {
    border-left-color: #555;
}

.sidebar-toggle .icon-bar {
    background: #ffffff;
}

.sidebar {
    background: #ffffff;
    border-left: 1px solid #d6e1e6;
    border-right: 1px solid #d6e1e6;
    border-bottom: 1px solid #d6e1e6;
}

.sidebar-toggle .icon-bar {
    background: #ffffff;
}

.sidebar {
    background: #ffffff;
    border-left: 1px solid #d6e1e6;
    border-right: 1px solid #d6e1e6;
    border-bottom: 1px solid #d6e1e6;
}

.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 128px;
    /*min-height: 100%;*/
    margin-left: 60px;
    width: 170px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar-menu, .sidebar-menu-left {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu &gt; li, .sidebar-menu-left &gt; li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu &gt; li &gt; a, .sidebar-menu-left &gt; li &gt; a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-menu &gt; li &gt; a &gt; .fa,
.sidebar-menu &gt; li &gt; a &gt; .glyphicon,
.sidebar-menu &gt; li &gt; a &gt; .ion {
    width: 20px;
}

.sidebar-menu &gt; li .label,
.sidebar-menu &gt; li .badge {
    margin-right: 5px;
}

.sidebar-menu &gt; li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li &gt; a &gt; .fa-angle-left,
.sidebar-menu li &gt; a &gt; .pull-right-container &gt; .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li.active &gt; a &gt; .fa-angle-left,
.sidebar-menu li.active &gt; a &gt; .pull-right-container &gt; .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li.active &gt; .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu &gt; li {
    margin: 0;
}

.sidebar-menu .treeview-menu &gt; li &gt; a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .fa,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .glyphicon,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .ion {
    width: 20px;
}

.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .pull-right-container &gt; .fa-angle-left,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .pull-right-container &gt; .fa-angle-down,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .fa-angle-left,
.sidebar-menu .treeview-menu &gt; li &gt; a &gt; .fa-angle-down {
    width: auto;
}

.sidebar-menu,
.sidebar-menu &gt; li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form,
.sidebar-menu &gt; li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li &gt; a {
    position: relative;
}

.sidebar-menu li &gt; a &gt; .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.content-wrapper,
.right-side {
    /* min-height: 100%;*/
    background-color: #ecf0f5;
    z-index: 800;
    margin-left: 230px;
}

.main-footer {
    background: #2B384E;
    padding: 15px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #2B384E;
}

.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-12 {
    font-size: 12px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}


.material-icons.md-256 {
    font-size: 256px;
}

.material-icons.md-128 {
    font-size: 128px;
}


.material-icons.md-22 {
    font-size: 22px;
}

.sidebar-menu, .sidebar-form, .sidebar-toggle {
    display: none;
}

.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
}

.loader-1 {
    background: #fff url("../img/loader-1.gif") no-repeat scroll center center;
    display: none;
}

.loader-2 {
    background: #fff url("../img/loader-2.gif") no-repeat scroll center center;
    display: none;
}

.loader-3 {
    background: #fff url("../img/loader-3.gif") no-repeat scroll center center;
    display: none;
}

.loader-4 {
    background: #fff url("../img/loader-4.gif") no-repeat scroll center center;
    display: none;
}

.loader-5 {
    background: #fff url("../img/loader-5.gif") no-repeat scroll center center;
    display: none;
}

.loader-6 {
    background: #fff url("../img/loader-6.gif") no-repeat scroll center center;
    display: none;
}

.loader-7 {
    background: #fff url("../img/loader-7.gif") no-repeat scroll center center;
    display: none;
}

.loader-8 {
    background: #fff url("../img/loader-8.gif") no-repeat scroll center center;
    display: none;
}

.loader-9 {
    background: #fff url("../img/loader-9.gif") no-repeat scroll center center;
    display: none;
}

.loader-10 {
    background: #fff url("../img/loader-10.gif") no-repeat scroll center center;
    display: none;
}

.loader-11 {
    background: #fff url("../img/loader-11.gif") no-repeat scroll center center;
    display: none;
}

.loader-12 {
    background: #fff url("../img/loader-12.gif") no-repeat scroll center center;
    display: none;
}

.loader-13 {
    background: #fff url("../img/loader-13.gif") no-repeat scroll center center;
    display: none;
}

.ajax-loading {
    background-size: 200px;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    /*bottom: 0;*/
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 147px;
    z-index: 1010;
}

.control-sidebar &gt; .tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.control-sidebar-menu &gt; li &gt; a {
    display: block;
    padding: 10px 15px;
}

.control-sidebar-menu &gt; li &gt; a:before,
.control-sidebar-menu &gt; li &gt; a:after {
    content: " ";
    display: table;
}

.control-sidebar-menu &gt; li &gt; a:after {
    clear: both;
}

.control-sidebar-menu &gt; li &gt; a &gt; .control-sidebar-subheading {
    margin-top: 0;
}

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

.control-sidebar-menu .menu-info &gt; .control-sidebar-subheading {
    margin: 0;
}

.control-sidebar-menu .menu-info &gt; p {
    margin: 0;
    font-size: 11px;
}

.control-sidebar-menu .progress {
    margin: 0;
}

.control-sidebar-dark {
    color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
    background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a {
    background: #181f23;
    color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:active {
    background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover {
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:active {
    background: #222d32;
    color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

.control-sidebar-dark .control-sidebar-menu &gt; li &gt; a:hover {
    background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu &gt; li &gt; a .menu-info &gt; p {
    color: #b8c7ce;
}

.control-sidebar-light {
    color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a {
    background: #e8ecf4;
    color: #444444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li &gt; a:active {
    background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs &gt; li.active &gt; a:active {
    background: #f9fafc;
    color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

.control-sidebar-light .control-sidebar-menu, .orgCssBtn {
    margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu &gt; li &gt; a:hover {
    background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu &gt; li &gt; a .menu-info &gt; p {
    color: #5e5e5e;
}

.ui-state-active {
    background: #3B4C68 !important;
}

.ui-tabs {
    padding: 0;
}

.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.bg-light-blue,
.bg-navy,
.bg-light-blue-active,
.bg-navy-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-dark-grey {
    color: #000;
    background-color: #2B384E !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-dark-grey-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-dark-grey {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.link-muted {
    color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
    color: #606c84;
}

.link-black {
    color: #666;
}

.link-black:hover,
.link-black:focus {
    color: #999;
}

.widget {
    background: white;
    border: 1px solid #dbdbdb;
    clear: both;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 25px;
}

.widget .widget-header {
    background-color: #f9f9f9;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f9f9f9));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, white, #f9f9f9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, white, #f9f9f9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, white, #f9f9f9);
    /* IE10 */
    background-image: -o-linear-gradient(top, white, #f9f9f9);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, white, #f9f9f9);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #dbdbdb;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
}

.widget .widget-header .title {
    color: #333333;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.widget .widget-header .title .attribution, .widget .widget-header .title .mini-title {
    font-size: 11px;
    padding-left: 4px;
    color: #b3b3b3;
    font-weight: normal;
}

.widget .widget-header .title .attribution a, .widget .widget-header .title .mini-title a {
    color: #b3b3b3;
}

.widget .widget-header span.tools {
    padding: 0;
    float: right;
    margin: 0;
}

.widget .widget-header span.tools &gt; a {
    display: inline-block;
    margin-right: 5px;
    color: #666666;
    margin-top: 3px;
}

.widget .widget-header span.tools &gt; a:hover {
    text-decoration: none;
    opacity: .6;
}

.widget .widget-header span.tools &gt; a.btn {
    color: white;
    margin-top: 0;
}

.widget .widget-body {
    padding: 15px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 32px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    word-wrap: break-word !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

/* tokenization css */

.tokenize-sample {
    width: 100%;
}

.tokenize-sample .TokensContainer {
    height: 55px !important
}

.tokenize-sample * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tokenize-sample ul.TokensContainer, .tokenize-sample ul.Dropdown {
    border: 1px solid #D2D7D9 !important;
}

.section.new p {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 10px;
}

.mar-3 {
    margin-left: -3px !important;
    padding-right: 5px;
}

.mar-10 {
    margin-right: 10px;
}

.mar-15 {
    margin-right: 15px;
}

.cursor {
    cursor: pointer;
}

.b-ico img {
    /*width:25px !important;*/
    margin-bottom: 5px;
    height: 25px !important;
}

.content-wrapper .content iframe {
    width: 100% !important;
}

.content-header ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 5px;
    margin-right: 5px;
}

.advanced-search-form .select2-container .select2-selection__choice::after, .user_role_form .select2-container .select2-selection__choice::after, .select2-container .select2-selection__choice::after {
    background-color: #fff !important;
    border-left: 10px solid #4C6081 !important;
}

.advanced-search-form .select2-container .select2-selection--multiple, .user_role_form .select2-container .select2-selection--multiple, .select2-container .select2-selection--multiple {
    box-shadow: none !important;
    background-color: #fff !important;
}

.advanced-search-form .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4C6081 !important;
}

.advanced-search-form .select2-container--default .select2-selection--single, .advanced-search-form .select2-container--default .select2-selection--multiple, .user_role_form .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555 !important;

}

#organizationId.b-search-wrapper .b-item, #roleId.b-search-wrapper .b-item, #groupId.b-search-wrapper .b-item, #userRoleId.b-search-wrapper .b-item, #userGroupId.b-search-wrapper .b-item {
    margin-bottom: 10px;
    margin-left: 10px !important;
    width: 97% !important;
}

#userGroupId label, #userRoleId label {
    padding-left: 24px !important;
}

.advanced-search-form .widget-body:after {
    clear: both;
}

.btn .material-icons {
    color: #fff !important;
}

.content-wrapper .content iframe {
    width: 100% !important;
}

#metadataType .b-search-wrapper__type-select {
    padding-right: 15px;
}

#metadataType .b-search-wrapper__type-autocomplete {
    padding-left: 15px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-widget-header .ui-icon {
    background-image: url("../../images/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
    background-image: url("../../images/ui-icons_222222_256x240.png");
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon {
    background-image: url("../../images/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-dialog button.ui-dialog-titlebar-close:before {
    content: "x";
    font-size: 14px;
    color: #333;
    position: absolute;
    top: -2px;
    left: 3px;
    font-family: arial
}

#organizationId.b-search-wrapper .select2-container .select2-search.select2-search--inline .select2-search__field, #roleId.b-search-wrapper .select2-container .select2-search.select2-search--inline .select2-search__field, #groupId.b-search-wrapper .select2-container .select2-search.select2-search--inline .select2-search__field {
    display: inline-block !important;
    border: 0;
}

.card-block .form-group label {
    color: #555;
    border-radius: 0.25em;
    display: inline;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    /*text-align: center;*/
    vertical-align: baseline;
    /* white-space: nowrap;*/
}

blockquote {
    font-size: 14.5px !important;
}

.margin-t-27 {
    margin-top: 27px;
}

.margin-t-25 {
    margin-top: 25px;
}

.checkbox label, .radio label {
    font-size: 14px;
}

.ui-widget .widget-body {
    border-radius: 0 0 2px 2px;
    padding: 15px;
}

.padding-l-0 {
    padding-left: 0px !important;
}

.padding-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-lb-0 {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}

.padding-l-5 {
    padding-left: 5px !important;
}

.padding-l-20 {
    padding-left: 20px !important;
}

.padding-r-0 {
    padding-right: 0px !important;
}

.padding-b-0 {
    padding-bottom: 0px !important;
}

.width-75 {
    width: 75px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #999 !important;*/
}

.mar-t-43 {
    margin-top: -43px;
}

.m-date .ui-datepicker-trigger {
    top: -30px !important;
    float: left;
}

.div-height {
    height: 65px !important;
}

.material-icons-orange {
    color: #ff8400;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-l-20 {
    margin-left: 20px;
}

#passwordCompositionAttributes input[type="checkbox"], #passwordForgotAttributes input[type="checkbox"], #changeRuleAttributes input[type="checkbox"] {
    /*margin-top: 9px !important;*/
    margin-top: 0 !important;
}

.padding-l-30 {
    padding-left: 30px;
}

.padding-l-12 {
    padding-left: 12px !important;
}

.margin-b-10 {
    margin-bottom: 10px;
}

#passwordForgotAttributes .form-group label, #changeRuleAttributes .form-group label {
    white-space: normal !important;
}

.margin-t-9 {
    margin-top: 9px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.margin-1 {
    margin: 1px;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-l-15 {
    margin-left: 15px !important;
}

.error-field label {
    color: red;
}

#scopeList .b-search-wrapper__type-autocomplete {
    float: left;
    width: 83.333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#scopeList .b-search-wrapper__type-autocomplete .select2-search__field {
    width: 200px !important;
}

.margin-t-0 {
    float: left;
    margin-top: 0px !important;
}

.margin-tb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.margin-tb-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.role_entitle .b-label {
    font-size: 14px !important;
    color: #000 !important;
    padding-left: 5px;
}

.role_entitle .select2-container {
    width: 98% !important;
}

.roleentitlementsection .checkbox input[type="checkbox"], #accessrights .checkbox input[type="checkbox"] {
    margin-left: 0px !important;
}

#entitlementsContainer a, #entitlementsContainer a:hover {
    color: #337ab7 !important;
    text-decoration: none;
}

#accessrights {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: bold;
}

#associationDialog .m-hidden {
    display: block;
}

.linkClass, .linkClass:hover, #propertyValues ul li a:hover {
    color: #989898 !important;
    text-decoration: none;
}

.toggle-group .btn-default {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

#policyMapTable .form-group {
    margin-bottom: 0px !important;
}

.mar-tn-5 {
    margin-top: -5px !important;
}

.page-template .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: white !important;
}

.page-template h3 {
    font-size: 19px !important;
}


#rules .form-control, #rules a.btn {
    margin: 1px;
    padding: 0;
    padding-left: 5px;
}

.logviewer .ui-multiselect {
    float: none !important;
    position: static !important;
    width: 100% !important;
}

.logviewer .userSearchCell input {
    width: 225px;
}

.padding-l-35 {
    padding-left: 35px !important;
}

.required:after {
    color: red;
    content: "*";
}

.padding-3 {
    padding: 8px;
}

.modal-bottom {
    position: fixed;
    top: auto;
    right: 0%;
    left: 0%;
    bottom: 0;
}

#parentOrganizationFilter div {
    margin-bottom: 15px;
}

#parentOrganizationFilter div:first-child {
    margin-right: 2%;
    width: 48%;
}

.checkbox .control-label {
    font-weight: 700 !important;
}

.audit_log #searchBtn, .audit_log #searchBtn:hover, .orgmemtype #search, .orgmemtype #search:hover {
    color: #fff !important;
}

#dialog .search a, #dialog .search a:hover, #resourceLink:hover {
    text-decoration: none !important;

}

#dialog .search a:hover, #resourceLink:hover {
    color: #999 !important;
}

#dialog .search .pagedisplay {
    width: 70% !important;
    margin: 0px 5px 0px 5px;
    background: none !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.width-350 {
    width: 35% !important;
}

.aceEditor {
    height: 100%;
}

.disabledField input[type="text"] {
    height: 32px;
}

.attribute-input-text #values :nth-child(2) .multiPlusBtn {
    margin-top: 5px;
}

.attribute-input-text .form-group-attribute {
    float: left;
    width: 92%;
}

.metaDataTypeClass .padding-r-6 {
    padding-right: 6px !important;
}

.metaDataTypeClass .padding-l-9 {
    padding-left: 9px !important;
}

.metaDataTypeClass .checkbox input[type="checkbox"] {
    margin-top: 3px;
    margin-left: -22px;
}

.datagrid-editable-input {
    color: #000 !important;
}

.fileBrowser {
    min-height: 400px;
    max-height: 400px;
    min-width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.ui-state-active.orangeTabClass a {
    background: #ff8400;
}

.ui-state-active.orangeTabClass {
    border: none;
    background: #ff8400;
}

.systemConfiguration .ui-widget {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.systemConfiguration #propertyValues {
    display: inline-block;
    width: 100%;
}

.systemConfiguration .checkbox .tooltipstered {
    margin-left: 0;
    margin-top: 0;
}

.systemConfiguration .checkbox label {
    padding-left: 22px;
}

.systemConfiguration .checkbox {
    margin-bottom: 15px;
    margin-top: 0;
}

.systemConfiguration .sectionLabel {
    margin-bottom: 28px;
}

.switchBtn {
    vertical-align: baseline;
}

.phoneWCTSTPAGE .intl-tel-input.allow-dropdown {
    width: 83.3333% !important;
}

.phoneWCTSTPAGE .selected-flag.tooltipstered {
    margin-left: 18px;
}

.phoneWCTSTPAGE .country-list {
    margin-left: 15px;
}

.link_wc_tst .b-link {
    text-transform: capitalize;
}

.radio_btns .radio label {
    line-height: 26px;
    padding-left: 3px;
    text-transform: capitalize;
}

.radio_btns .radio {
    margin-top: 0;
}

.dateCalenderWcTSTPage .m-date .ui-datepicker-trigger {
    top: 0px !important;
    position: absolute;
}

.select_wc_tst_page .select2-container--default .select2-selection--multiple {
    border-radius: 4px;
    height: 34px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #ccc !important;
}

.select_wc_tst_page .select2-search__field {
    float: left;
    opacity: 0;
}

.select_wc_tst_page .select2-container .select2-search--inline {
    float: left;
    height: 34px !important;
    width: 100%;
}

.User_Search_wc_test .b-btn.m-type1.m-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    position: absolute;
    right: 1px;
    top: 0;
}

.User_Search_wc_test .b-section {
    margin-bottom: 0;
    position: relative;
    text-align: left;
}

.User_Search_wc_test .b-switcher.m-tabs.ui-widget-content ul.b-list {
    padding-left: 0;
    padding-right: 0;
}

.User_Search_wc_test .b-switcher.m-tabs.ui-widget-content .b-list.ui-tabs-nav .b-list__item {
    border: none;
    background: none;
    border-radius: 3px;
}

.User_Search_wc_test .b-btn i {
    color: #ff8400;
    font-size: 20px;
}

.User_Search_wc_test .b-block {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.widget-body.User_Search_wc_test {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.User_Search_wc_test .b-table-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wc_tst_table_links .b-cell a:hover {
    color: #333;
    text-decoration: none;
}

.wc_tst_table_links .accept_wc {
    font-weight: bold;
    font-size: 18px;
}

.check_box_wc_tst input[type="checkbox"] {
    margin-top: 0;
}

.Audit_log_select ul li label {
    border: medium none !important;
    color: #999;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 8px 5px;
    width: 100%;
}

.Audit_log_select ul li label:hover {
    background: #f5f5f5;
    border-radius: 0;
    margin: 0;
    border: none
}

.Audit_log_select ul li .ui-state-hover, .Audit_log_select ul li .ui-state-focus, .hideShowPassword-toggle {
    background: none;
    border: none;
}

.Audit_log_select ul li .ui-state-hover {
    padding: 5px 5px 8px 5px;
}

.Audit_log_select ul li input[type="checkbox"] {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
}

.Audit_log_select ul li span {
    float: left;
    margin-top: 3px;
}

.audit_log_records .userSearchCell input {
    width: 100%;
}

.audit_log_calender {
    position: relative;
}

.audit_log_calender .ui-datepicker-trigger {
    position: absolute;
}

#userSearchForm .audit_log_records .audit_action_select select {
    width: 100%;
}

.checkboxAuditLog input[type="checkbox"] {
    width: auto;
}

.editPolicyCheckbox input[type="checkbox"] {
    margin-top: 0px;
    margin-left: -32px;
}

.edit-policy-main-wrapper .card-block .form-group label {
    padding-left: 0;
}

#passwordCompositionAttributes label, #passwordForgotAttributes label, #changeRuleAttributes label {
    padding-left: 15px;
}

.modalDialogInheritMinWidthAndHeight {
    min-height: inherit;
    min-width: inherit;
}

.modalDialog100PercentMinWidthAndHeight {
    min-height: 100%;
    min-width: 100%;
}

.user-main-wrapper .card-title, .reconciliation-config-wrapper .card-title, .contentprovider-page .card-title, .edit-policy-main-wrapper .card-title, .edit-page-template-wrapper .card-title, #self-reg-workflow .card-title {
    background: #3b4c68;
    color: #fff;
    font-size: 16px;
    padding: 11px 40px;
    position: relative;
}

.user-main-wrapper .card-title .glyphicon-plus-sign, .reconciliation-config-wrapper .card-title .glyphicon-plus-sign, .contentprovider-page .card-title .glyphicon-plus-sign, .edit-policy-main-wrapper .card-title .glyphicon-plus-sign, .edit-page-template-wrapper .card-title .glyphicon-plus-sign, #self-reg-workflow .card-title .glyphicon-plus-sign {
    display: none;
}

.user-main-wrapper .card-title.collapsed .glyphicon-minus-sign, .reconciliation-config-wrapper .card-title.collapsed .glyphicon-minus-sign, .contentprovider-page .card-title.collapsed .glyphicon-minus-sign, .edit-policy-main-wrapper .card-title.collapsed .glyphicon-minus-sign, .edit-page-template-wrapper .card-title.collapsed .glyphicon-minus-sign, #self-reg-workflow .card-title.collapsed .glyphicon-minus-sign {
    display: none;
}

.user-main-wrapper .card-title.collapsed .glyphicon-plus-sign, .reconciliation-config-wrapper .card-title.collapsed .glyphicon-plus-sign, .contentprovider-page .card-title.collapsed .glyphicon-plus-sign, .edit-policy-main-wrapper .card-title.collapsed .glyphicon-plus-sign, .edit-page-template-wrapper .card-title.collapsed .glyphicon-plus-sign, #self-reg-workflow .card-title.collapsed .glyphicon-plus-sign {
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
}

.user-main-wrapper .card-title .glyphicon-minus-sign, .reconciliation-config-wrapper .card-title .glyphicon-minus-sign, .contentprovider-page .card-title .glyphicon-minus-sign, .edit-policy-main-wrapper .card-title .glyphicon-minus-sign, .edit-page-template-wrapper .card-title .glyphicon-minus-sign, #self-reg-workflow .card-title .glyphicon-minus-sign {
    position: absolute;
    left: 13px;
    top: 13px;
}

.user-main-wrapper .card-title.collapsed, .reconciliation-config-wrapper .card-title.collapsed, .contentprovider-page .card-title.collapsed, .edit-policy-main-wrapper .card-title.collapsed, .edit-page-template-wrapper .card-title.collapsed, #self-reg-workflow .card-title.collapsed {
    background: #fff;
    color: #3b4c68;
    border: 1px solid #ccc;
}

.user-main-wrapper .card-title, .reconciliation-config-wrapper .card-title, .contentprovider-page .card-title, .edit-policy-main-wrapper .card-title, .edit-page-template-wrapper .card-title, #self-reg-workflow .card-title {
    background: #3b4c68;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}

.user-main-wrapper .card-block .card-blockquote, .reconciliation-config-wrapper .card-block .card-blockquote, .contentprovider-page .card-block .card-blockquote, .edit-policy-main-wrapper .card-block .card-blockquote, .edit-page-template-wrapper .card-block .card-blockquote, #self-reg-workflow .card-block .card-blockquote {
    border-left: 0;
}

.user-main-wrapper .card-block, .reconciliation-config-wrapper .card-block, .contentprovider-page .card-block, .edit-policy-main-wrapper .card-block, .edit-page-template-wrapper .card-block, #self-reg-workflow .card-block {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.user-main-wrapper #userNotifications input[type="checkbox"], .reconciliation-config-wrapper #reconiciliation-config input[type="checkbox"], .edit-policy-main-wrapper input[type="checkbox"] {
    position: relative;
    margin: 0px;
}

.user-main-wrapper .m-date.div-height, .create-request-tab .m-date.div-height {
    height: 34px !important;
}

.user-main-wrapper label.custom-file {
    display: block;
    padding: 0;
}

.user-main-wrapper #userInformation #buttonsPanel {
    float: left;
    padding-bottom: 20px;
}

.user-main-wrapper .adminActions {
    padding-left: 23px;
    padding-right: 27px;
}

.padding-l-10 {
    padding-left: 10px !important;
}

.delegationWidget #delegationForm {
    display: inline-block;
}

.widget.delegationWidget {
    padding-bottom: 0;
}

#passwordRules.resetPasswordValidationContent div[data-role="password-rule"] {
    padding-left: 0;
    width: auto;
}

.restPasswordMainWrapper .widget .widget-body {
    display: inline;
}

.sync-Checbox input[type="checkbox"] {
    margin-top: 0px;
    margin-left: -22px;
}

#contact-address-container .delete, #contact-phone-container .delete {
    width: 8%;
}

#userEmailInfo, #user-address-info, #user-phone-info, #user-attribute-section {
    margin-bottom: 0px !important;
}

.newLocationOrg.widget {
    display: inline-block;
}

.editResourceType input[type="checkbox"] {
    margin-left: -8px;
    position: relative;
    margin-right: 5px;
}

#userSearchForm #managedSystem, #userSearchForm #targetType, #userSearchForm #secondaryTargetType {
    width: 100%;
}

.editResourceType_bottom_btns {
    display: inline-block;
    width: 100%;
}

.alert-danger {
    background-color: red !important;
}

/* progress steps bar */
.nav-wizard &gt; li {
    float: left;
}

.nav-wizard &gt; li &gt; a {
    position: relative;
    background-color: #eeeeee;
}

.nav-wizard &gt; li &gt; a .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #073c8d;
}

.nav-wizard &gt; li &gt; a .badge.badge-step {
    color: #073c8d;
    border: 1px solid #073c8d;
    border-radius: 50%;
    padding: 3px 5px;
    background-color: transparent;
}

.nav-wizard &gt; li.active &gt; a .badge.badge-step {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 3px 5px;
    background-color: transparent;
}

.nav-wizard &gt; li:not(:first-child) &gt; a {
    padding-left: 34px;
}

.nav-wizard &gt; li:not(:first-child) &gt; a:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent !important;
    border-bottom: 20px inset transparent !important;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.nav-wizard &gt; li:not(:last-child) &gt; a {
    margin-right: 4px;
}

.nav-wizard &gt; li:not(:last-child) &gt; a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent !important;
    border-bottom: 20px inset transparent !important;
    border-left: 20px solid #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.nav-wizard &gt; li.done:hover &gt; a,
.nav-wizard &gt; li:hover &gt; a {
    background-color: #d5d5d5;
}

.nav-wizard &gt; li.done:hover &gt; a:before,
.nav-wizard &gt; li:hover &gt; a:before {
    border-right-color: #d5d5d5;
}

.nav-wizard &gt; li.done:hover &gt; a:after,
.nav-wizard &gt; li:hover &gt; a:after {
    border-left-color: #d5d5d5;
}

.nav-wizard &gt; li.done &gt; a {
    background-color: #e2e2e2;
}

.nav-wizard &gt; li.done &gt; a:before {
    border-right-color: #e2e2e2;
}

.nav-wizard &gt; li.done &gt; a:after {
    border-left-color: #e2e2e2;
}

.nav-wizard &gt; li.active &gt; a,
.nav-wizard &gt; li.active &gt; a:hover,
.nav-wizard &gt; li.active &gt; a:focus {
    color: #ffffff;
    background-color: #073c8d;
}

.nav-wizard &gt; li.active &gt; a:after {
    border-left-color: #073c8d;
}

.nav-wizard &gt; li.active &gt; a .badge {
    color: #073c8d;
    background-color: #ffffff;
}

.nav-wizard &gt; li.disabled &gt; a {
    color: #777777;
}

.nav-wizard &gt; li.disabled &gt; a:hover,
.nav-wizard &gt; li.disabled &gt; a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee;
    cursor: default;
}

.nav-wizard &gt; li.disabled &gt; a:before {
    border-right-color: #eeeeee;
}

.nav-wizard &gt; li.disabled &gt; a:after {
    border-left-color: #eeeeee;
}

.nav-wizard.nav-justified &gt; li {
    float: none;
}

.nav-wizard.nav-justified &gt; li &gt; a {
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .nav-wizard.nav-justified &gt; li &gt; a {
        margin-right: 0;
    }

    .nav-wizard.nav-justified &gt; li &gt; a:before,
    .nav-wizard.nav-justified &gt; li &gt; a:after {
        border: none !important;
    }
}

/* end progress steps bar */

.service-icon {
    background-image: url("/openiam-ui-static/images/common/services/services.png");
    width: 115px;
    height: 73px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.service-icon.BUSINESS_APPS {
    background-position-x: 0px;
    background-position-y: -21px
}

.service-icon.randomServiceIcon {
    background-position-x: 0px;
    background-position-y: -21px
}

.service-icon.DIRECTORIES {
    background-position-x: -433px;
    background-position-y: -29px
}

.service-icon.INFRASTRUCTURE {
    background-position-x: -213px;
    background-position-y: -28px
}

.service-icon.MAIL_AND_COLLABORATION {
    background-position-x: -113px;
    background-position-y: -121px
}

.service-icon.NON_IT_RESOURCES {
    background-position-x: -332px;
    background-position-y: -121px
}

.service-icon.FOLDERS_AND_STORAGE {
    background-position-x: -9px;
    background-position-y: -208px
}

.service-icon.HARDWARE {
    background-position-x: -214px;
    background-position-y: -121px
}

.service-icon.HUMAN_RESOURCES_AC {
    background-position-x: -332px;
    background-position-y: -121px
}

.service-icon.DATABASES_AC {
    background-position-x: -10px;
    background-position-y: -208px
}

.service-icon.TASK_TRACKING_AC {
    background-position-x: -434px;
    background-position-y: -29px
}

.service-icon.FINANCE_AC {
    background-position-x: -110px;
    background-position-y: -210px
}

.service-icon.SECURITY_AC {
    background-position-x: -539px;
    background-position-y: -209px
}

.service-icon.REPORTING_AC {
    background-position-x: -332px;
    background-position-y: -297px
}

.service-icon.MISCELLANEOUS_AC {
    background-position-x: -434px;
    background-position-y: -293px
}

.service-icon.ENTERPS_CONT_MNGM_AC {
    background-position-x: -114px;
    background-position-y: -385px
}

.service-icon.FILE_SHARE_AC {
    background-position-x: -13px;
    background-position-y: -382px
}

.service-icon.PROCR_APP_AC {
    background-position-x: -217px;
    background-position-y: -298px
}

.sync-Checbox input[type="checkbox"] {
    margin-top: 0px;
    margin-left: -22px;
}

#contact-address-container .delete, #contact-phone-container .delete {
    width: 8%;
}

.newLocationOrg.widget {
    display: inline-block;
}

.editResourceType input[type="checkbox"] {
    margin-left: -8px;
    position: relative;
    margin-right: 5px;
}

table.table &gt; tbody &gt; tr.selected {
    background-color: #3B4C68;
    color: white;
}

#service-catalog .img-wrapper.selected, #service-catalog .img-wrapper:hover {
    /*background: #3B4C68;
    padding: 5px;*/
    width: 125px;
    border: 5px solid #3B4C68;

}

#service-catalog .category-name {
    width: 130px;
}

#userSearchForm #managedSystem, #userSearchForm #targetType, #userSearchForm #secondaryTargetType {
    width: 100%;
}

.editResourceType_bottom_btns {
    display: inline-block;
    width: 100%;
}

.selfserviceNav &gt; .navbar-collapse &gt; .navbar-nav &gt; .css-for-li {
    width: 195px !important;
}

.selfserviceNav &gt; .navbar-collapse &gt; .navbar-nav &gt; li &gt; a {
    /*font-size: 12px !important;*/
    padding: 14px 2px !important;
    width: 200px !important;
}

#autoCompleteAlternateContact [data-openiam-select-id="searchTypeAlternateContact"],
#autoCompleteSupervisor [data-openiam-select-id="searchTypeSupervisor"],
#autoCompleteRequestFor [data-openiam-select-id="searchTypeRequestFor"],
#same-accesses [data-openiam-select-id="searchTypeSameAccesses"] {
    display: none;
}

#autoCompleteAlternateContact [data-openiam-select-id="altName"], #autoCompleteSupervisor [data-openiam-select-id="supervisorName"],
#same-accesses [data-openiam-select-id="sameUserName"], #autoCompleteRequestFor [data-openiam-select-id="requestForName"] {
    width: 100% !important;
}

#authProviderForm a.link-resource:hover {
    color: #989898;
    text-decoration: none;
}

.horizontalScrollContainer {
    overflow-x: auto;
    min-width: 100%;
    display: grid;
}

.boldHeaderForEditGroup {
    padding-bottom: 14px;
    padding-left: 28px;
    font-weight: bold;
}

#linkedToResource:hover, #unavailableResourceId:hover, #linkedToMsys:hover, #linkedToOAuthClient:hover, .createRequesthoverCss:hover {
    color: #555 !important;
    text-decoration: none !important;
}

.pull-left.application-category {
    padding-top: 20px;
}

.crop-long-text {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#service-catalog .img-wrapper {
    border: 5px solid transparent;
    width: 115px;
}

.requesttypeimage {
    border: 1px solid #ddd;
    padding: 10px 25px;
}

.requesttypeimage.selected {
    border: 5px solid #2B384E !important;
}

.addClassForlabel {
    padding-top: 7px;
    font-weight: normal !important;
}

.bold {
    font-weight: bold;
}

.CssForRequest {
    font-size: 16px;
}

.file-upload {
    position: relative;
    height: 35px;
    width: 150px;
    min-width: 100px;
    max-width: 200px;
}

.file-upload &gt; input[type="file"] {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.file-upload &gt; label {
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.scrollableTable {
    max-height: 400px;
    overflow-y: auto !important;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
    line-height: 2.4;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #3B4C68;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.profile-usermenu ul li a i {
    color: #3B4C68;
}

.profile-usermenu ul li a:hover {
    background-color: #F0F1F2;
    color: #FF8400;
}

.profile-usermenu ul li a:hover i {
    color: #FF8400;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #FF8400;
    background-color: #F0F1F2;
    border-left: 2px solid #FF8400;
}

.profile-usermenu ul li.active a i {
    color: #FF8400;
}

#profilePic .img-circle {
    width: 96px !important;
    height: 96px !important;
    border: 1px solid #ececec;
}

.border-right {
    border-right: 1px solid #E5E4E4;
}

.position-top {
    position: relative;
    top: 5px;
}

.blue-color {
    color: #3B4C68;
    font-size: 16px;
}

.orange {
    color: #FF8400;
}

.width-115 {
    width: 115px !important;
}

.width-140 {
    width: 140px !important;
}

#cart-badge, #tasks-badge {
    vertical-align: top;
    position: relative;
    top: -8px;
    left: -3px;
}

.m-date.div-height.ctrlElement {
    height: 34px !important;
}

#assignedTasks td.delete {
    width: 140px;
}

#assignedTasks &gt; td.delete {
    width: 140px;
}

.bordered {
    padding: 15px;
    border: 1px solid #eeeeee;
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
}

.position-top-2 {
    position: relative;
    top: 2px;
}

.accessReviewHoverCss:hover {
    color: #2b384e;
}

.ProfileHoverCss:hover {
    color: #073c8d;
}

.mar-l-6 {
    margin-left: 6px;
}

.alignBottom {
    vertical-align: bottom;
}

.treeContainer {
    display: grid;
}

#myinfo_access .img-wrapper {
    border: 2px solid #3C4B68;
    border-radius: 5px;
    background-color: #3C4B68;
}

#myinfo_access .img-wrapper:hover, #myinfo_access .img-wrapper:active {
    border-color: #ff8400;
    background-color: #ff8400;
}

#myinfo_access img {
    padding: 10px 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myinfo_access .category-name {
    color: #3b4c68;
}

.margin-tn-25 {
    margin-top: -25px;
}

.margin-l-95 {
    margin-left: 95px;
}

.sidebar-menu-left li ul {
    display: none !important;
}

#myinfo_access .badge {
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 5px;
}

#myinfo_access #cart-badge {
    left: 50% !important;
    z-index: 1;
}

.cart-visit .badge-warning, #myinfo_access .badge-warning, .mail-outline .badge-warning {
    background-color: #ff8400 !important;
}

.height-120 {
    height: 120px;
}

.closebtn {
    display: none;
}

.wordBreakCss {
    word-break: break-all !important;
}

.height-155 {
    height: 155px;
}

.b-app-list .material-icons-cloud {
    color: #3F4B65;
    font-size: 50px;
    text-shadow: 1px 1px 3px #fff;
    padding: 10px;
    border: 2px solid #3F4B65;
    border-radius: 50%;
}

.b-app-list .app-link:hover .material-icons-cloud {
    color: #ff8400;
    border: 2px solid #ff8400;
}

.b-app-list .app-link {
    color: #3F4B65;
}

.b-app-list .app-link:hover {
    color: #ff8400 !important;
}

.b-list.b-app-list .b-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-header .m-pad .material-icons-cloud {
    color: #3F4B65;
    text-shadow: 1px 1px 3px #fff;
    padding: 2px;
    border: 2px solid #3F4B65;
    border-radius: 50%;
}

.m-pad li a {
    padding: 0px 20px 8px 20px !important;
}

.ProfileHoverCss.disabled {
    cursor: not-allowed;
}

.menuentitlementCss &gt; #backToPrevious {
    clear: both;
    margin-top: 20px;
}

.directorySearchResults .table-striped &gt; tbody &gt; tr {
    cursor: pointer;
}

.height-52 {
    height: 52px;
}

#passwordCompositionAttributes .checkbox + .checkbox, #passwordForgotAttributes .checkbox + .checkbox {
    margin-top: 10px !important;
}

.tooltipCss {
    left: 94px !important;
}

.alert.alert-success.animated.fadeInDown {
    background-color: #007e21;
    border-color: #007e21;
}

#category-Organization a:hover {
    color: #333;
}

#category-System .select2-container--default .select2-selection--multiple, #category-Workflow .select2-container--default .select2-selection--multiple, #category-Organization .select2-container--default .select2-selection--multiple {
    display: flex !important;
}

.searchable-link {
    cursor: pointer;
}

.table tr.disabled {
    opacity: 0.2;
}

.checkboxCss {
    padding-left: 25px;
}

.momentJsCss:hover {
    color: #337ab7;
}

#uiTemplateListContent .b-table-wrapper {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.addHeight {
    height: 35px !important;
}

.modal-md {
    width: 900px !important;
    min-height: 0px !important;
    min-width: 0px !important;
}

.modal-lg {
    width: 1200px !important;
    min-height: 0px !important;
    min-width: 0px !important;
}

.uriPatternCss, .uriPatternCss:hover, #resourceLink, #resourceLink:hover, #templateFieldContainer a, #templateFieldContainer a:hover, #targetUsers a:hover {
    color: #666 !important;
    text-decoration: none !important;
    word-break: break-word !important;
}

.brown {
    color: #8a6d3b !important;
}

.width-210 {
    width: 210px !important;
}

.half-width {
    width: 50%;
}

.full-width {
    width: 100%;
}

.datagrid-row-editing .datebox {
    height: 30px !important;
}

#select2-roleentmentSearchResultAutocomplete1-container, #select2-roleentmentSearchResultAutocomplete-container {
    margin-top: -9px !important;
}

.__extraDiv.width-210.padding-l-0 &gt; .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -6px !important;
}

.red {
    color: red;
    font-size: 12px;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-info-text {
    overflow-y: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.width-165 {
    width: 165px !important;
}

#historyContainer table td a:hover {
    color: #999;
}

.margin-l-0 {
    margin-left: 0px !important;
}

.attribute-policy-height {
    min-height: 590px;
}

.disabledList {
    pointer-events: none;
    opacity: 0.6;
}

.height-64 {
    height: 64px !important;
}

.spanNameCss {
    font-size: 14px !important;
}

.height-32 {
    height: 32px !important;
}

.padding-t-6 {
    padding-top: 6px !important;
}

.form-control-feedback {
    padding-top: 8px !important;
}

.addBackground {
    background: #fff !important;
}

.height-32 .combo-arrow {
    height: 30px !important;
}

.padding-6 {
    padding: 6px 4px 6px 4px;
}

.margin-tb-40 {
    margin-bottom: 30px;
    margin-top: 40px;
}

.mar-t-14 {
    margin-top: -14px;
}

.font-14 {
    font-size: 14px !important;
}

.orgMembershipPage table tbody tr td .btn-success, .orgMembershipPage table tbody tr td .btn-success:hover, #editDialog .modal-footer .btn-success, #editDialog .modal-footer .btn-success:hover {
    border-color: #ff8400 !important;
    background-color: #ff8400 !important;
}

#editDialog .modal-footer .btn-default, #editDialog .modal-footer .btn-default:hover {
    color: #fff !important;
    background-color: #2B384E !important;
    border-color: #2B384E !important;
}

.font-14 {
    font-size: 14px !important;
}

.orgMembershipPage table tbody tr td .btn-success, .orgMembershipPage table tbody tr td .btn-success:hover, #editDialog .modal-footer .btn-success, #editDialog .modal-footer .btn-success:hover {
    border-color: #ff8400 !important;
    background-color: #ff8400 !important;
}

#editDialog .modal-footer .btn-default, #editDialog .modal-footer .btn-default:hover {
    color: #fff !important;
    background-color: #2B384E !important;
    border-color: #2B384E !important;
}

.green {
    color: #00a65a !important;
    font-size: 12px;
}

.auto-overflow {
    overflow: auto;
}

.mar-6 {
    margin-left: -6px !important;
}

.margin-l-3 {
    margin-left: 3px !important;
}

.margin-l-4 {
    margin-left: 4% !important;
}

.selfregister-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.selfregister-box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2%;
}

.metaDataTypeClass .checkbox + .checkbox {
    margin-top: 12px !important;
}

#checkbox-section .checkbox + .checkbox {
    margin-top: 10px !important;
}

div.div-flex {
    display: flex;
}

.subordinary-btn-nav {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 50%;
    margin-top: -8px;
    font-size: 1px;
}

#orgStructureTreeDiv .datagrid-cell {
    font-size: 1.1em;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

#orgStructureTreeDiv .treegrid-tr-tree tr td {
    vertical-align: middle !important;
}

#orgStructureTreeDiv .tree-title {
    font-size: 1.1em;
    height: 40px;
}

#orgStructureTreeDiv .picture-margin-5 {
    margin: 5px 5px 5px 5px;
}

#orgStructureTreeDiv .margin-top-6 {
    margin-top: 6px;
}

#orgStructureTreeDiv .tree-icon {
    display: none;
}

#orgStructureTreeDiv a:hover {
    color: #606c84 !important;
}

.height-570 {
    min-height: 720px !important;
}

.margin-t-5 {
    margin-top: 5px !important;
}

.padding-b-6 {
    padding-bottom: 6px !important;
}

.width-15 {
    width: 15% !important;
}

#groupParent .select2-selection--multiple {
    border-radius: 4px !important;
}

.danger {
    color: #d9534f !important;
}

.success {
    color: #ff8400 !important;
}

span.success {
    color: #00bf00 !important;
}

.margin-tr-15 {
    margin-right: 15px !important;
    margin-top: 15px !important;
}

.material-icon-z-index {
    z-index: 999;
    pointer-events: auto;
    cursor: pointer;
}

.border-color {
    border-color: #66afe9 !important;
}

.ui-widget-header {
    background: none !important;
    border-bottom: 1px solid #ddd !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none !important;
    background: white !important;
}

.ui-dialog {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}

.top-0 {
    top: 0px !important;
}

.height-850 {
    height: 850px !important;
}

.margin-b-5 {
    margin-bottom: 5px !important;
}

.padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-r-0 {
    padding-right: 0px
}

.padding-r-10 {
    padding-right: 10px
}

.padding-r-9 {
    padding-right: 10px
}

.padding-l-11 {
    padding-left: 11px
}

.margin-b-6 {
    margin-bottom: 6px;
}

.margin-lr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.padding-l-25 {
    padding-left: 25px !important;
}

.padding-l-22 {
    padding-left: 22px !important;
}

.padding-r-30 {
    padding-right: 30px !important;
}

.margin-lr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.z-index-1070 {
    position: relative;
    z-index: 1070;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-t-25 {
    margin-top: 25px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.padding-l-8 {
    padding-left: 8px !important;
}

.padding-l-13 {
    padding-left: 13px !important;
}

.padding-l-24 {
    padding-left: 24px !important;
}

.padding-l-4 {
    padding-left: 4px !important;
}

.margin-lr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding-r-3 {
    padding-right: 3px !important;
}

.width-100 {
    width: 100% !important;
}

.mar-r-8 {
    margin-right: 8%;
}

.ui-accordion .ui-accordion-content #languageMap .control-label {
    font-size: 13px !important;
    padding-left: 0 !important;
    margin-top: 15px !important;
}


#propertyValues #roleId .b-search-wrapper__type-autocomplete {
    padding-right: 0px !important;
}

#category-Organization .openiam-org-type-container .col-sm-10 {
    padding-left: 0px !important;
}

.padding-t-5 {
    padding-top: 5px;
}

.margin-lr-44 {
    margin: 0 44px;
}

.padding-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.button-metadata {
    padding: 5px 7px !important;
    font-size: 14px !important;
}

.margin-t-15 {
    margin-top: 15px !important;
}

.padding-xs-l-7p {
    padding-left: 6.10% !important;
}

.height-660 {
    height: 660px !important;
}

.padding-b-30 {
    padding-bottom: 30px !important;
}

.padding-t-15 {
    padding-top: 15px !important;
}

.height-520 {
    height: 520px !important;
}

#changeRuleAttr, #passwordForgotAttr, #passwordCompositionAttr {
    padding-top: 20px !important;
}

#metadataResource:hover {
    color: #999 !important;
}

.padding-l-17 {
    padding-left: 17px !important;
}

.margin-lr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.padding-t-0 {
    padding-top: 0px !important;
}

.padding-l-6 {
    padding-left: 6px !important;
}

#logoutBtn {
    cursor: pointer !important;
}

.frameSubcontentDivider .input-group {
    display: inline !important;
}

.frameSubcontentDivider .input-group .form-control {
    border-radius: 4px !important;
}

.padding-tb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.width-49-percent {
    width: 49%;
}

#turn-edit-page {
    float: right;
    margin-top: 7px;
}

.application-img {
    height: 74px;
}

#turn-edit-page {
    float: right;
    margin-top: 7px;
}

#widgetFrame {
    width: 100%;
}

.additional-criteria-left-select {
    border-radius: 5px;
    width: 35%;
    float: left;
    height: 120px !important;
}

.additional-criteria-right-select {
    border-radius: 5px;
    float: left;
    width: 35%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    height: 120px !important;
    overflow-y: scroll;
}

.additional-criteria-splitter {
    float: left;
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

li.selected-additional-search-criteria {
    margin-left: 10px;
    list-style-type: none;
}

li.selected-additional-search-criteria span {
    cursor: pointer;
}

li.selected-additional-search-criteria-select {
    background-color: #0a8cea;
    color: #ffffff;
}

#ui-template .panel-heading {
    font-size: x-large;
    font-weight: bold;
}

.launch-pad-application-img {
    width: 28px;
    height: 28px;
}

.dialog-wide &gt; .modal-dialog {
    width: 95% !important;
}

.openiam-code {
    border: none;
}

.preview-150 {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: solid 1px #ddd;
}


td[field="description"] &gt; div {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

.geo-location-map {
    width: 100%;
    height: 16em;
    border: none;
    margin: 0;
    padding: 0;
}

.line-through {
    text-decoration: line-through;
    font-weight: 500;
}

.height-128 {
    height: 128px !important;
}

div[data-openiam-select-id="certifier-id"] {
    padding-left: 0 !important;
}

#userNameDisplay {
    vertical-align: sub;
}

div.groovy-compilation-error-container {
    max-height: 200px !important;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.preview-csv {
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-height: 400px !important;
}

th.sticky {
    background-color: #ffffff;
    position: sticky;
    top: -1px;
}

span.badge-SUCCESS {
    color: #fff;
    background-color: #28a745;
}

span.badge-FAILURE {
    color: #fff;
    background-color: #ff0000;
}

span.badge-UNDEFINED {
    color: #000;
    background-color: #FF8400;
}

.m-top-45 {
    margin-top: 45px;
}

#logViewerHeader {
    background-color: #ffffff;
    margin-left: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

i.white {
    color: white !important;
}

.mar-r-4 {
    margin-right: 4px !important;
}

#header-action {
    font-size: 16px !important;
}

#pivot-table-container a {
    color: #0a8cea;
}

#pivot-table-container .datagrid-row-selected a {
    color: #ffffff;
}

#pivot-table-container .datagrid-cell {
    white-space: pre-wrap;
    word-break: break-word;
}

#access-table-control img {
    width: 17px;
}

#access-table-control .pagedisplay {
    height: 20px;
    margin-bottom: 4px;
    background: #ffffff !important;
    border: 1px solid rgb(175, 175, 175);
    border-radius: 2px;
}

.w-30 {
    width: 30px !important;
}


#access-table-control .control {
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(bottom, #ffffff 0, #F2F2F2 100%);
    background: -moz-linear-gradient(bottom, #ffffff 0, #F2F2F2 100%);
    background: -o-linear-gradient(bottom, #ffffff 0, #F2F2F2 100%);
    background: linear-gradient(to top, #ffffff 0, #F2F2F2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
    height: 28px !important;
    border: 1px solid #D4D4D4;
    border-top: 0;
    border-right: 0;
    padding-top: 4px;
}


#access-table-control .control:last-child {
    border-right: 1px solid #D4D4D4;
}

#access-table-control-top .control {
    border: 1px solid #D4D4D4;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;

}

#access-table-control-top .control:last-child {
    border-right: 0;
}

#access-table-control-top {
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(top, #ffffff 0, #F2F2F2 100%);
    background: -moz-linear-gradient(top, #ffffff 0, #F2F2F2 100%);
    background: -o-linear-gradient(top, #ffffff 0, #F2F2F2 100%);
    background: linear-gradient(to bottom, #ffffff 0, #F2F2F2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
    width: 96%;
    height: 65px;
    padding-left: 0px;
    padding-top: 8px;
    border: 1px solid #D4D4D4;
    margin-left: 0;
    border-bottom: 0;
}

#access-table-control-top .form-group {
    margin-bottom: 0 !important;
}

.w-20-per-cent {
    width: 20% !important;
}

.notes-table_datagrid-cell-c4-notes {
    white-space: pre-wrap;
    word-break: break-word;
}

textarea#new-note-comment {
    display: block;
    width: 96%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    margin: 0 40px 20px 0;
}

div.new-note-container {
    margin-top: 20px;
}

div#just-uploaded-files {
    margin: 0 20px 20px 0 !important;
}

a.attachment {
    margin-right: 12px;
}

i.bottom {
    vertical-align: bottom !important;
}

label#new-note-btn {
    cursor: pointer;
    text-decoration: underline;
}

.cross {
    right: 0;
    top: 0;
    position: relative;
}

.revoked {
    font-weight: bold;
    color: #FF8400 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: underline;
}

td[field="notes"] div {
    height: auto;
    word-break: break-word;
    white-space: normal;
}

a.blue-color-link {
    color: #0a8cea;
}

a.blue-color-link:hover {
    color: #073190;
}

a.blue-color-link:active {
    color: #073190;
}

/*for certification history*/
.certification-header {
    width: fit-content;
}

.comment-header {
    color: #0a8cea;
    cursor: pointer;
    width: fit-content;
}

.comment-header:hover {
    color: #fff;
    text-decoration: none;
}

.entitlement-header {
    color: #0a8cea;
    cursor: pointer;
    width: fit-content;
}

.entitlement-header:hover {
    color: #fff;
    text-decoration: none;
}


.certification-container {
    background-color: #f8f8f8;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.comments-container {
    padding: 10px 10px 10px 10px;
    background-color: #f4f4f4;
}

li.comment {
    padding: 10px 10px 10px 10px;
    margin-left: 30px;
    background-color: #f0f0f0;
}

.comment-item-text {
    background-color: #ffffff;
    word-break: break-all;
    border-bottom: 1px dotted;
    padding-left: 5px;
    padding-right: 5px;
}

.comment-item-attachments {

}

.entitlements-container {
    margin-left: 10px;
}


.entitlement-container {
    margin-left: 13px;
    margin-bottom: 10px;
}

.entitlement-container {
    margin-left: 13px;
    margin-bottom: 10px;
}

p.dotted-bottom {
    border-bottom: 1px dotted #3d3d3d;
}

.dotted-left {
    border-left: 1px dotted #3d3d3d;
    padding-left: 5px;
    padding-right: 5px;
}

.reviewer-container {
    margin-left: 10px;
}

.reviewer-container ol {
    margin-left: 15px;
}

.my-uar-tasks {
    color: #333333;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.my-uar-tasks-details {
    color: #333333;
    font-size: 15px;
    text-align: center;
}

.input-label-box-approve {
    display: none;
}

.input-label-box-approve + label {
    display: inline-block;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-image: url(/openiam-ui-static/images/common/icons/check_16.png);
}

.input-label-box-approve:checked + label {
    background-repeat: no-repeat;
    background-image: url(/openiam-ui-static/images/common/icons/check_24.png)
}

.input-label-box-reject {
    display: none;
}

.input-label-box-reject + label {
    display: inline-block;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-image: url(/openiam-ui-static/images/common/icons/delete_16.png);
}

.input-label-box-reject:checked + label {
    background-repeat: no-repeat;
    background-image: url(/openiam-ui-static/images/common/icons/delete_24.png)
}

.input-label-radio-reject {
    display: none;
}

.input-label-radio-reject + label {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/openiam-ui-static/bootstrap-ui/icons/clear.png);
}

.input-label-radio-reject:checked + label {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/openiam-ui-static/bootstrap-ui/icons/no.png)
}

.trow .datagrid-cell {
    overflow: visible;
}

.trow td:not(:last-child) {
    border-right-color: transparent;
}

/*end for certification history*/

.easyui-layout {
    min-height: 150px;
    max-height: 385px !important;
}

.no-padding {
    padding: 0 !important;
}

.openiam-editor-data {
    width: 98% !important;
    border: none !important;
}

.no-margin {
    margin: 0 !important;
}

#condition .datagrid-btable td[field='values'] {
    vertical-align: bottom !important;
}

.close-tab {
    margin-left: 5px;
    color: #3b4c68
}

.font-1-2-em {
    font-size: 1.2em !important;
}

.margin-sm-t-10 {
    margin-top: 10px !important;
}

.white {
    color: #fff !important;
}

#dashboard-container {
    height: 600px;
    overflow: auto;

    background: white;
    border: 1px solid #dbdbdb;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#rule-steps-flow-chart {
    height: 300px;
    background: white;
    border: 1px solid #dbdbdb;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.steps-dashboard {
    width: 170px !important;
}

/*use this to customize selfregistration form from:)*/
.self-registration-form {
    width: 100% !important;
}

.marked-as-deleted {
    display: none;
}

#sync-log-extra-info, #recon-log-extra-info {
    border-bottom: solid 1px #ddd;
}


.threads-objects_datagrid-cell-c1-requestBody,
.recon-threads-objects_datagrid-cell-c1-requestBody {
    word-break: break-word;
    white-space: pre;
    max-height: 32px;
}

.show-more-td {
    max-height: 300px;
    overflow-y: scroll;
}

td.description, td.warning-td, td.error {
    max-width: 170px !important;
    min-width: 170px !important;
    width: 170px !important;
    word-break: break-word;
}

.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 1;
/ / amount of line you want -webkit-box-orient: vertical;
}

.bordered-table {
    position: relative;
    min-height: 1px;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
}

.underlined {
    text-decoration: underline;
}

.btn-right {
    float: right;
}

p.warning {
    color: #8a6d3b !important;
}

.supervisor-table .form-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.width-35-percent {
    width: 35%;
}

.edit-mng-sys-policy-row {
    border: solid 3px #ffca7a;
    border-right: none;
}</pre></body></html>