@import url("/converis/javax.faces.resource/styles/components/fileupload.css.xhtml?ln=intern&converis_version=6%2E20%2E0");

:root {
  --primary: #5e33bf !important;
  --primary-tint: #4b2898;
  --primary-hue: #b49de2;
  
  --light-grey:#eee;
}

html { height: 100%; width:100%;min-height: 100%;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; list-style: none; text-decoration: none; 
border: none;}
img { border: none; }
body {
    position: relative;
    height: 100%;
    min-height: 100%;
	background: #e1e0e0;
    background: -moz-linear-gradient(top, #e1e0e0 0px, #cdcccc 1000px);
    background: -ms-linear-gradient(top, #e1e0e0 0px, #cdcccc 1000px);
    background: -o-linear-gradient(top, #e1e0e0 0px, #cdcccc 1000px);
    background: -webkit-linear-gradient(top, #e1e0e0 0px, #cdcccc 1000px);
    background: linear-gradient(top, #e1e0e0 0px, #cdcccc 1000px);
    background: -webkit-gradient(linear, top, bottom, color-stop(0px,#e1e0e0), color-stop(1000px,#cdcccc));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e1e0e0', endColorstr='#cdcccc');
    background-attachment: fixed;
    overflow-y: scroll;
    font-size: 13px;
}
body.stop-scrolling {
    overflow-x: hidden;
    overflow-y: hidden;
    overflow:hidden;
}
table{border-color: gray;}
label{display:inline;margin:0px;font-weight: bold;font-size:14px;}
label.large{display:inline;margin:0px;font-weight: normal;font-size:14px;}
label.medium.bold{display:inline;margin:0px;font-weight: bold;font-size:13px;}
label.medium{display:inline;margin:0px;font-weight: normal;font-size:13px;}
label.small.bold{display:inline;margin:0px;font-weight: bold;font-size:12px;}
label.small{display:inline;margin:0px;font-weight: normal;font-size:12px;}
label.infoBarTextStyle {display:block;}
.nav-padding {padding: 0 20px 0 266px;}
.nav-padding:after {content: ''; display: block; clear: both;}
.wrapper {height: auto;min-height: 100%;margin: 0 auto -90px auto;padding-bottom: 90px;width:1246px !important;background: #fbfbfb;	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);}
.hidden {display:none;}
.triangle-icon { display: inline-block; width: 0; height: 0; margin: 0 19px 0 5px; vertical-align: middle; border-width: 5px 4.5px 0 4.5px; border-style: solid; border-color: #ffffff transparent transparent transparent; }
.opened {display: block !important;}
sup {position:relative;top:-0.5em; font-size: 10px;vertical-align: super!important;}
sub {vertical-align: sub!important;}

.skip-nav a {position: fixed;left:-5000px;top:-5000px;}
.skip-nav a:active, .skip-nav a:focus {position:absolute;height:59px;text-align:center;line-height:59px;background-color:#000;font-weight:bold;font-size:15px;color:#fff;outline:thin dotted #dddddd;top:0px;left:0;right:0;width:300px;z-index:1000;margin:0 auto;}
a.hidelink {position: fixed;left:-5000px;top:-5000px;}

a, a:link, a:active, a:visited {cursor: pointer;}
.breadCrumbPanel a, nav{color:var(--primary);height:auto;vertical-align: baseline;}
.breadCrumbPanel .cv-breadcrumb {background-color: #fff;width: auto;box-shadow: unset;top: 98px; z-index: 11;padding-right:20px;}
.firstpage {margin-left: 20px;}
.previouspage {margin-left: 5px;margin-right: 0px;}
.nextpage {margin-left: 5px;margin-right: 5px;}
.lastpage {margin-right: 5px;}
.textNormal{font-weight: normal;}
.textGrey {color: #666666;}
.textBold {font-weight: bold;}
.grayBackground {background-color: #eff1f3;}
.silverBorderBottom {border-bottom: 1px solid silver;}
.hintTextStyle {display: block; color: #666666;}
.hintTextStyle:hover {text-decoration: none;}
.hintTextPading { padding-left: 20px; padding-right: 20px; padding-top: 18px;}
.infobarHintPanel{padding-top: 7px!important;}
.infobarHintPanel.grid span{padding-left: 2px !important;}

.questionIcon{
    padding: 2px 0 0 6px;
    margin-top: -2px;
    vertical-align: text-top;
}

.questionTooltip{background-image: url("/converis/javax.faces.resource/images/admin/help.png.xhtml?ln=intern&converis_version=6%2E20%2E0");
    padding: 0 10px 0 5px;
    margin-top: -2px;
	vertical-align: text-bottom;
	background-color: #fbfbfb;
    border: 0;
    line-height: 15px
}

.halfWidth{width:50%;}
.leftAlign{float: left;}
.rightAlign{float: right;}
.left {float:left;}
.right {float:right;}
.positionRight{text-align: right !important;padding-left: 25px !important;}
.width100 {width:100%;}
.ui-datepicker {z-index:1000 !important;}
.center {text-align: center;}
.listViewPageSelected, .listViewPageUnselected  {vertical-align: middle;}
.dropShadow {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.50);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.50);
}
.firstRow td div {
    border: 1px solid #b8b8b8;
    background-color: #fbfbfb;
    -webkit-box-shadow:  5px 5px 20px rgba(0,0,0,.08);
    -moz-box-shadow:  5px 5px 20px rgba(0,0,0,.08);
    box-shadow: 5px 5px 20px rgba(0,0,0,.08);
    padding: 24px 24px;
    margin-top: 20px;
}
.facesMsgsStyle {line-height: 13px;}
.infomessage {color: #000;}

.message {
        background-color: #EEEEEE;
        color:#072C7C;
        font-weight:bold;
        padding:2px;
        margin-bottom:10px;
        width:610px;
        text-align: center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        behavior: url('/converis/admin/css/border-radius.htc');
        border-radius: 10px;
}

.error-message {
    color: #D0021B !important;
    background-color: #FFF1F1 !important;
}

.div-separator{height:6px;background-repeat:repeat-x;background-position:center; background-image: url("/converis/javax.faces.resource/images/separator.gif.xhtml?ln=intern&converis_version=6%2E20%2E0")}
.separator {display: none;}
.selectedDiv {
    color: #ffffff !important;
    border-top: 1px solid #b8d6fb;
    background: -moz-linear-gradient(180deg ,#347aa5 0% ,#255978 100%);
    background: -ms-linear-gradient(180deg ,#347aa5 0% ,#255978 100%);
    background: -o-linear-gradient(180deg ,#347aa5 0% ,#255978 100%);
    background: -webkit-linear-gradient(270deg ,#347aa5 0% ,#255978 100%);
    background: linear-gradient(180deg ,#347aa5 0% ,#255978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#347aa5', endColorstr='#255978');/*For IE7-8-9*/
}
.unselectedDiv {
    background-color: transparent !important;
    color: #333333 !important;
}
.link{padding: 10px 0;height: 38px;}
.verticalAlignTop{vertical-align: top;}
[id$="msgPanel"] + .sec-heading{border-top: 1px solid #b9b9b9;}
[id$="changePwdGrp"].sec-heading{border-bottom: 0px solid #b9b9b9;}
table[id*="numberCheck"] td, table[id*="hMsgs_id_"]  td{padding: 7px;}
table tbody:first-of-type div.infobarStyle span.textStyle{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.hide{display: none;}
.inset {padding: 18px 0 25px 0;}
.input-medium {height: 28px !important;}
.input-header-search {width: 176px; height: 28px;}
.input-prepend .add-on {border-radius: 3px 3px 3px 3px !important;width: 1px !important;}
.input-prepend input{border-radius: 3px 3px 3px 3px !important;}
.column70percent{width :73%}
.column30percent{width :22%}

.tableHeader {
    background-color: #ffffff;
    text-align: left;
    border-left: none;
    border-right: none; 
}

.singleColumn {padding-left:12px;padding-right:12px;}
.firstColumn {padding-left:12px;}
.lastColumn {padding-right:12px;}
.centerColumn {padding-right:6px;padding-left:6px;}

.icon_prio {
    float: right;
    line-height: 18px;
    margin-left: 8px;
    position: relative;
}
.meta{
    float: left;
    font-size: 11px;
    margin-right: 15px;
    margin-bottom: 5px;;
}

.fileUploadNoDisplay {display:none !important;}
.emptyFilePanel {padding:2px 2px 2px 6px;margin:0;
                 font-weight:normal;font-size:11px;
                 background-color:#FFFFFF;color:#666666 !important;}

.addButtonClass {cursor:pointer}
.marginRight {margin: 0px 12px 0 0px !important;}
.container-padding{padding: 0px 20px;}
.countColumn {padding-right:10px;text-align:right;width:30px}
.iconColumn {width:24px;}
.textColumn {line-height:12px;padding:15px 0px 15px 10px}

div.left-attr{width: 10%; float: left;}

.headerSearchButton{background-image: url("/converis/javax.faces.resource/images/search_28.png.xhtml?ln=intern&converis_version=6%2E20%2E0");
                    background-repeat: no-repeat;padding: 28px}
.input-prepend .add-on, .input-append .add-on {border: none;padding:0px;
                                               height: 28px;}
.footerColumnSmall {padding: 10px 10px 10px 10px; vertical-align: middle;width: 148px}

.modalPanelBody {text-align: left; width: 700px; height: auto;
                 overflow-y: auto; overflow-x: auto; padding:11px 20px 8px 20px;}
div.modalPanelBody div[id*="mpe_"], table tbody tr td div.modalPanelBody div[id*="mpe_"] {padding-bottom: 5px;}
div.modalPanelBody div.rich-separator {padding: 0;}
div.modalPanelBody table[id*="duplist_"]{margin-bottom: -6px;} 
div.converisFooter input{margin-bottom: 0;}
.modalPanelElement{padding: 0 0 21px 0;}
.mpPadding{padding-left: 20px; padding-right: 20px;}
.mp-element {padding-bottom: 5px;}
.mpInfoBody {padding:0px 0px 12px 0px;}
.scrollerText{color: #333333;font-weight: lighter;padding-top: 2px;}
.data-exp-temp-panel{padding: 15px}
.data-exp-desc-panel{padding:17px 15px 12px 26px;height:182px;overflow:auto;}
.data-exp-desc-ele{padding-bottom:12px;}
.data-exp-temp-sel-panel{border: 1px solid #EDEDED; width : 100%;line-height:18px}
.data-exp-temp-sel-div{height: 200px; overflow: auto;padding-top:6px}
.list-view-actions-img{margin-bottom:1px;}
.msg-dialog-panel{max-width:360px; min-width:320px; max-height:200px; height:auto; overflow-y:auto; overflow-x: hidden;}
.helpIcon{display: none;padding-left: 2px;}
.mergeGrid{background-color:#B3B3B3; height: 34px;}
.mergeGridInfobar {width: 872px;padding-left: 20px;padding-right: 8px;}
.mergeGridHeader{height: 32px; background-color: #999999;}
.publForDeduplicationRadio {padding: 8px 0px 10px 6px;text-align: -webkit-center;
                            text-align: -moz-center;text-align: -o-center;
                            text-align: -ms-center;
}
.publForDeduplicationContent {width: 490px;text-align: left;
                              padding: 8px 10px 10px 0px;vertical-align: top;}
.publForDeduplicationSource {width: 153px;font-weight: bold;
                             padding: 8px 10px 10px 0px;vertical-align: top;}
.publForDeduplicationImportAction {padding: 8px 20px 10px 0px;width: 160px;
                                   vertical-align: top;}
.deduplicationEntry {width: 100%;background-color: #FFFFFF;}
[id*="tempSelLink_linkOutText"]{margin-top: 5px;display: inline-block;}
.modalPanelBody.modalWindow{width: 300px;}
.teamMembers{padding: 8px 20px 12px 34px;text-decoration: none;}
.menuLink{
    width: 180px;
    max-width: 184px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.linkRow {margin-bottom: 10px;display: block;}
.indentLabel{margin-right: 15px;}
.iconIndent{padding-left: 5px;}
.position{width: 220px;left: 45%;}
.uneditable-input, .rf-ed-b .cke_show_borders{font-size: 13px;}
.rf-pp-cntr .titleText18{font-size:18px;}
.subTitleText16{font-size: 16px;}
.configRadioTable{max-width: 600px;border: none !important;}
.root .symbols {padding-left: 5px !important;}
.root {margin-left: 0px !important;}
.infogroup img[src*="visibility.png"] + span,
.infogroup img[src*="object_state.png"] + span {
    color: #000;
}
s, strike, del {
  text-decoration: line-through;
}
u, ins {
  text-decoration: underline;
}
/******************* STATUS CHANGE **************************/
.commentStatusChangeDefault{color:#979797!important; -webkit-appearance: none;}
.commentStatusChangeUser{color:#333333;}
.statusChangeArea{resize:none; padding:7px 7px 7px 10px; font-style:normal;
                  width:100%; height:80px; margin-bottom: 0px; color: rgba(51,51,51,1)!important; overflow: hidden;}
.statusFlyout{width:320px;}
.statusFlyoutHint{display:block;font-size: 10px;font-weight: normal;
                 padding-top: 4px;line-height: 13px;}

.status-prcss-change-panel {
    max-height: 485px; 
    overflow-x: hidden; // Need to avoid overflow at bottom in IE
    overflow-y: auto;
}
.status-prcss-change-panel .disabledStat{
    display: block;
    padding: 10px;
}
/**************************************************************/
/******************** SHERPA **********************************/
.sherpa-body-white,
.rf-cp-hdr{
    background-color: #f1f1f1;
}

.sherpa-panel-white{
    background-color: #f1f1f1;
    border: 1px solid #c3c3c3;
}

.sherpa-panel-white .rf-cp-hdr,
.sherpa-panel-white [class*="sherpa-body-"],
.sherpa-panel-white{
    background-color: #FBFBFB;
    border: 1px solid #999999;
}
.sherpa-panel-blue .rf-cp-hdr,
.sherpa-panel-blue [class*="sherpa-body-"],
.sherpa-panel-blue{
    background-color: #d2ecfb;
    border: 1px solid #9cd5ff;
}
.sherpa-panel-green .rf-cp-hdr,
.sherpa-panel-green [class*="sherpa-body-"],
.sherpa-panel-green{
    background-color: #cff8d0;
    border: 1px solid #99ff9f;
}
.sherpa-panel-yellow .rf-cp-hdr,
.sherpa-panel-yellow [class*="sherpa-body-"],
.sherpa-panel-yellow{
    background-color: #ffffde;
    border: 1px solid #f7ff8c;
}
.sherpa-panel-white .rf-cp-hdr,
.sherpa-panel-blue .rf-cp-hdr,
.sherpa-panel-green .rf-cp-hdr,
.sherpa-panel-yellow .rf-cp-hdr{
    padding: 5px 20px;
    border: 0;
    background-image: none;
}
.sherpa-panel-white [class*="sherpa-body-"],
.sherpa-panel-blue [class*="sherpa-body-"],
.sherpa-panel-green [class*="sherpa-body-"],
.sherpa-panel-yellow [class*="sherpa-body-"]{
    padding-left: 37px;
    padding-right: 20px;
    margin-top: 0px;
    border: 0;
    background-image: none;
}
.sherpa-panel-white [class*="rf-cp-lbl-"] span,
.sherpa-panel-blue [class*="rf-cp-lbl-"] span,
.sherpa-panel-green [class*="rf-cp-lbl-"] span,
.sherpa-panel-yellow [class*="rf-cp-lbl-"] span{
    padding: 0!important;
}
.sherpa-panel-white .rf-cp,
.sherpa-panel-blue .rf-cp,
.sherpa-panel-green .rf-cp,
.sherpa-panel-yellow .rf-cp{
    padding: 0;
}
.romeoConditionList li {
  list-style: disc;
}
/**************************************************************/
/******************* TOOLTIPS *********************************/
.rf-tt{
    background: none;
    border: none;
    padding: 0;
    display: block;
    max-width: 500px;
    position: absolute;
    float: left;
    font-size: 13px;
}
.rf-tt .rf-tt-cnt,.rf-tt .rf-tt-cntr{background-color: #f4f4f4;}
.rf-tt > .rf-tt-cntr{
    margin-left: 12px;
    margin-right: -12px;
    margin-top: 50px;
    margin-bottom: -50px;
    display: block;
    border: 1px solid #aeaeae!important;
    position: relative;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 5px 15px rgba(0,0,0,.2);
    box-shadow: 0px 5px 15px rgba(0,0,0,.2);

}
.rf-tt > .rf-tt-cntr:before{
    position: absolute;
    content: '';
    bottom: 24px;
    left: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #aeaeae transparent transparent;
    z-index: -1;
}
.rf-tt > .rf-tt-cntr:after{
    position: absolute;
    content: '';
    bottom: 25px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 10px 12px 0;
    border-color: transparent #f4f4f4 transparent transparent;  
}

.attrToolTip {width:400px;padding:7px;word-wrap: break-word;text-align: left;}
// Reducing Tool Tip Size in Workflow Settings Page
.wfAttrToolTip {width:200px;padding:7px;text-align: left;}

/*Mozila styling*/
@-moz-document url-prefix(){
    .rf-tt > .rf-tt-cntr:before{
        width: 12px;
        height: 26px;
        display: block;
        background-image: url("/converis/javax.faces.resource/images/tooptip-arrow-left.png.xhtml?ln=intern&converis_version=6%2E20%2E0");
        z-index: 1;
        border: none;
    }
    .rf-tt > .rf-tt-cntr:after{
        display: none;
    }
}
/**************************************************************/

/******************* FLOATING FOOTER **************************/
.blueTabBar.floatingFooter{
    position: fixed; 
    bottom: 0;
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;    
    line-height: 12px;
    min-height: 3px;
    min-width: 3px;
    background-color: #f6f6f6;
    max-width: 1246px;
    width: 100%;
    left: 0;
    right:0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    text-align: right;
    margin: 0 auto;
    z-index: 500;
    padding:10px;
}

.footerButtonRow {
    display: flex;
    float: right;
    margin: 0 20px;
}

.footerButton {
    padding: 15px 0 15px 20px;
}

/**************************************************************/

/******************* FORMS ************************************/
form {margin: 0;}
textarea[disabled],textarea[readonly]{background-color:#f6f6f6 !important;}
select[disabled] {background-color: #f6f6f6 !important; color: #303030 !important;}

input, textarea, select{font-size: 13px;}

input, textarea, select, .textEditorFrame {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

textarea{
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #646363;
    font-family: inherit; 
	font-style: normal !important;
  	color: #646363;
}

input[type=password],
input[type=text]{
    background: #fff;
    border: 1px solid #646363;
  	color: #646363;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 24px;
    height: 38px;
    margin: 1px 0;
	font-style: normal !important;
}
input[type=text][disabled], input[type=text][readonly], input[type=text][disabled]:hover, input[type=text][readonly]:hover{
    background-color: #f6f6f6 !important;
    color: #303030;
    border-color: #d3d3d3;
  	box-shadow:none;
}

input:focus, select:focus, textarea:focus{
  	border: 2px solid var(--primary);
	outline:none;
}

input:hover, select:hover, textarea:hover{
  	box-shadow: 0 2px 8px 0 #646363;
}

select {
    padding: 0 10px;
    width: 85%;
    font-family:inherit;
  	color:#646363;
  	border: 1px solid #646363;
  	line-height:inherit;
  	margin:4px 0;
  	font-size:14px;
  	height: 38px;
    min-width: 60px;
    position: relative;
    background: #ffffff;
    border-radius: 4px;    
}

/* ie fix for appearance of select arrow */
select::-ms-expand{
  display:none;
}
    
input{height:22px;padding:2px;font-family:inherit;}
input[type="image"], input[type="checkbox"], input[type="radio"] {
    margin: 0px;
    margin-bottom: 3px;
    margin-right: 3px;
    border: 0px !important;
}
/**************************************************************/

.page-content { background: #fbfbfb; height: auto; min-height: 100%; margin-bottom: -90px; padding-bottom: 90px; }
.page-content p {font-size:14px;line-height: 20px;padding-bottom:10px;}
.page-content .content h3 {font-size:18px;padding:5px 0;color:#000;}
.page-content .content:after, 
.page-content .content .main-content:after {content: ''; display: block; clear: both;}
.page-content .content .main-content{ background: #fff;}

.content-section {
    width: 960px;
    padding:0 !important;
    float:none;
    min-height: 0 !important;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position:relative;
}

.content-section [class^="span"], 
.content-section [class*=" span"] {
    position: relative;
}

.content-section .row-fluid > .span6{
    width: 47.9362%;
    margin-left: 4.12766%;
}
.content-section .row-fluid > .span6:first-child{
    margin-left: 0;
}
.content-section h1{
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-section h2 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 10px 10px 25px;
    position: relative;
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,.08);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,.08);
    box-shadow: 0px 5px 20px rgba(0,0,0,.08);
}
.content-section div[id$="browsePagePanel"] h2,
.content-section .settingsView h2,
.content-section .helpForm h2,
.content-section .mod-ib-style h2,
.content-section .searchResultHeaderPanel h2 {
    line-height: inherit;
    background-color: inherit;
    border-bottom: inherit;
    padding: inherit;
    position: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    padding:0;
}
.content-section div.grid > input {
    height: 421px;
    overflow: hidden;
}


.darkest {color: #333333;}

.subheader {
	background: #fff;
	color: var(--primary);
	margin: 0;
	font-size: 14px;
	position: relative;
  	max-height: 2px;
}

#mySettingsSubHeader, #mergeUISubHeader, #msgsListSubHeader, #searchResultsSubHeader,
div[id*="authorValidationDetailSubHeader"] {
	max-height: none;
	margin-bottom: 20px;
}

.subheader h1{
    font-weight:bold;
    color:black;
    font-size:28px;
    margin-top: 2px!important;
    line-height: 28px;
}
.addNew-label-panel{margin-left:0;padding: 0;}

.displayNone {display: none;}
.valignTop {vertical-align: top;}
.valignBottom {vertical-align: bottom;}
.valignMiddle {vertical-align: middle;}
tr.clickable td {
    padding: 0;
}
tr.clickable td a {
    display: block;
    padding: 10px;
}

.current_enabledStat{
    background-color: #979797;
}

.enabledStat  {background-color:#FFFFFF;}

tr.clickable td a.enabledStat {
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -ms-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    color: #333333;
}
tr.clickable td a.current_enabledStat{
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -ms-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
    color: #ffffff;
}    

tr.clickable td a.enabledStat:hover,
tr.clickable td a.current_enabledStat:hover{
    background-color: #ebebeb;
    color: #333333;
    text-decoration: none;
}

.disabledStat {background-color:#FFFFFF; cursor:auto !important; color: #A0A0A0 !important;}
.current_disabledStat {background-color:#B5E1F3; cursor:auto !important; }
.disabledStat:hover,
.current_disabledStat:hover {text-decoration: none; cursor:auto !important;}
.disabledStat:focus,
.current_disabledStat:focus {outline: 0;}

.converisPanel-selection {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: 12px;
    min-height: 3px;
    min-width: 3px;
    padding-top:11px;
    padding-bottom:11px;
}

.converisPanel-selection .hintTextPading{
    padding: 18px 5px 18px 0 !important;
}

.converisPanel-inner {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}

.converisPanel-outer {
    padding-left:20px;
    padding-right:20px;
    padding-top:21px;
}

.converisPanel-outer-top-padding {
    padding-top:21px;
}

.converisPanel-section-header {
    margin-bottom: 5px;
}

.infoBarTextStyle {color: #333333; font-size: 18px; font-weight: bold; padding: 15px 0 10px 0;}
span.infoBarTextStyle {
	display: inline-block;
}

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

.grid:after {
	clear: both;
}

.grid {
    border: 0px none !important;
    margin:0px;
	*zoom: 1;
}

.gridcol {margin: 0; padding-left: 16px; padding-top: 6px; vertical-align: top;}

.confirm-dialog-desc {
    width:380px;
    padding-bottom:15px; 
    padding-left:25px;
    padding-right:20px;
}

.confirm-dialog-input {
    width:380px;
    padding-bottom:15px; 
    padding-left:25px;
    padding-right:20px;
}

.confirm-dialog-input-text-area {
    width: 330px;
    resize: vertical;
}

.confirm-dialog-buttons {
    text-align: right;
    padding-bottom: 20px;
}

.confirm-dialog-button {
    min-width: 120px;
}

.rf-pp-cntr[id*="deleteActionDialogPanel"],
.rf-pp-cntr[id$="deleteActionDialogPanel_container"]{
    height: auto!important;
}
.rf-pp-cntr[id*="deleteActionDialogPanel"] .deleteModalPanelBody,
.rf-pp-cntr[id$="deleteActionDialogPanel_container"] .deleteModalPanelBody{
    width: 100%;
    padding: 0 25px 25px 25px;
}
.rf-pp-cntr[id*="deleteActionDialogPanel"] .converisFooter a.aleft,
.rf-pp-cntr[id$="deleteActionDialogPanel_container"] .converisFooter a.aleft{
    float: left!important;
    margin-left: 0;
}

.focus, #control-pane-block:focus, #header-block:focus, #main-nav:focus, #main-content-block:focus, #footer-block:focus {
    outline: thin dotted #333333;
}
/****************DROPDOWNS*************************************/
.content-section .flyoutOuter{
    margin-left: -2px;
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;

    border-radius: 0!important;
}
.content-section [id$="helpForm"] .flyoutOuter{
    margin-left: -1px;
}

.content-section .flyoutOuter .addnewFlyOutContent{
    padding-right: 0;
}

.content-section .flyoutOuter [id$="toggleGroup"]{
    background-color: #fff;
    padding-left: 0!important;

    width: 218px;
    max-width: 218px;

    -webkit-box-shadow: inset 0px 10px 5px -5px #f6f6f6;
    -moz-box-shadow: inset 0px 10px 5px -5px #f6f6f6;
    box-shadow: inset 0px 10px 5px -5px #f6f6f6;

}

.content-section .flyoutOuter hr{
    margin: 0;
    color: #d9d9d9!important;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
.content-section .flyoutOuter [id$="lastCreatedblock"] {
    margin: 0!important;
    padding: 5px 0 5px 10px!important;
    background-color: #ececec;

    width: 218px!important;
    max-width: 218px;
}
.content-section .flyoutOuter [id$="lastCreatedblock"] + [id$="lcLinksP"]{
    -webkit-box-shadow: inset 0px 8px 4px -4px #ececec;
    -moz-box-shadow: inset 0px 8px 4px -4px #ececec;
    box-shadow: inset 0px 8px 4px -4px #ececec;
}
.content-section .flyoutOuter [id$="lastCreatedblock"] ~ [id$="lcLinksP"] a{
    background-image: none!important;
    padding-left: 25px;
    font-weight: normal;
}

.content-section .flyoutOuter .rf-dt .rf-dt-c  {
	border-color: #F1F1F1;
    /*border-top: 0 none;*/
}

.content-section .listViewDataArea .flyoutOuter .status-prcss-change-panel,
.content-section .flyoutOuter .status-prcss-change-panel {
	padding: 0 20px !important;
	padding-bottom: 15px !important;
    padding-top: 5px !important;
    width: auto !important;
    border-top: 0 none !important;
    max-height: none !important;
    overflow-y: none !important;
}

.content-section .flyoutOuter .converisFooter {
	margin-top: 0 !important;
}

.flyoutOuter .converisFooter a[id*="cvPopForm"] {
    line-height: 31px;
}

.flyoutOuter[id$="statusChangeOneFlyout"] .status-prcss-change-panel{
    max-height: 296px
}
.flyoutOuter#changeUserFlyout{
    border-radius: 0!important;
    max-width: 480px!important;
    margin-left: 1px;
}
.flyoutOuter#changeUserFlyout .flyoutHeaderRounded{
    border-radius: 0;
}
.flyoutOuter#changeUserFlyout .flyoutHeaderRounded,
.flyoutOuter#changeUserFlyout .flyoutHeaderFlat{
    background-color: #f6f6f6;
    border-color: #d1d1d1;

    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.06);
    box-shadow: 0 2px 5px rgba(0,0,0,.06);

    padding-top: 5px;
    padding-bottom: 3px;
}

.typeDescPanel .rf-p-hdr,
.typePanel .rf-p-hdr {
    background: none repeat scroll 0 0 #909090;
    border: medium none;
}

.boxOverflow{
    max-height: 215px;
    overflow-y: auto;
    overflow-x: hidden;
}

div[id*="loadingGif_container"] {
    border: 0 none;
}

.datepicker {
    padding-right: 26px !important;
    width: 100%;
}

.ui-datepicker-trigger{
    position:relative;
    margin-left: -26px;
}

.boxShadowOuther{
    -moz-transition: opacity 0.15s linear 0s;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
    z-index: 1010;
    opacity: 1;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.boxShadowInline {
    padding: 5px 15px 5px 15px !important;
}

.boxStyle{
    max-height: 215px;
    margin-top: 8px;
    overflow-y: auto;
}

.boxTopborder{
    text-align: left;
    padding: 5px;
    border-top:  1px solid #C0C0C0;
}
.boxNonBordered{
    text-align: left;
    padding: 5px;
    border-bottom:  none;
}
.orcid-connect, .publons-connect {
    border: 1px solid #D3D3D3;
    padding: .7em;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #767676;
    cursor: pointer;
    color: #767676;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    height: 50px;
}

.disabled-command-link {
    pointer-events: none;
    cursor: default;
}

.orcid-connect:hover, .publons-connect:hover{
    border: 1px solid #338caf;
    color: #338caf;
}

.orcid-logo, .publons-logo {
    padding-bottom: 2px;
    margin: 0 .5em 0 1px;
    width: 24px;
    height: 24px;
}

.user-delegation-add{padding: 15px 0 6px 0; margin-left: 215px;}
.user-delegation-new{padding:4px 0 6px 0;margin-left: 215px;}
.user-delegation{margin-left:5px;}
.user-delegation-input{width:285px;}
.user-delegation-cancel {
    text-align: right;
    width:425px;
}
/**************************************************************/
.converisFooter {
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    padding: 6px 7px 7px 7px;
    background-color: #fbfbfb;
    border-radius: 0;
    padding: 25px;
    border-top: 1px solid #b9b9b9;
    height: auto;
    zoom: 1;
    white-space: nowrap;
}

.converisFooter:before,
.converisFooter:after {
    content: "";
    display: table;
} 
.converisFooter:after {
    clear: both;
}
.converisFooter a{
    display: inline-block;
    color: #fff;
    margin: 0;
    width: auto!important;
    min-width: 105px;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 20px;
    line-height: 36px;
    border: none;
    border-radius: 0;
    -webkit-transition: background-position .15s linear;
    -moz-transition: background-position .15s linear;
    -ms-transition: background-position .15s linear;
    -o-transition: background-position .15s linear;
    transition: background-position .15s linear;
    background-color: #00567e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzhiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU2N2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top,  #0078b0 0%, #00567e 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078b0), color-stop(100%,#00567e)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #0078b0 0%,#00567e 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #0078b0 0%,#00567e 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #0078b0 0%,#00567e 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #0078b0 0%,#00567e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078b0', endColorstr='#00567e',GradientType=0 ); /* IE6-8 */
    background-repeat: no-repeat;
}

.converisFooter a:hover{
    background-position: 0;
}
.converisFooter a:active{
    background-position: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
}

.footerButtonWidth{width: auto!important}
/****************** PANELS ************************************/
div[id*="RelationsClaimPanel_container"].rf-pp-cntr .modalPanelBody {
    border-bottom: 1px solid #B9B9B9;
}
div[id*="RelationsClaimPanel_container"].rf-pp-cntr .converisFooter {
    float: right !important;
    border-top: 0 none !important;
}
div[id*="RelationsClaimPanel_container"].rf-pp-cntr .converisFooter a[id*="relClaim_cancel"],
div[id*="RelationsClaimPanel_container"].rf-pp-cntr .converisFooter a[id*="relClaim_done"] {
    float: left !important;
}
div[id*="RelationsClaimPanel_container"].rf-pp-cntr div[id*="RelationsClaimPanel_content"].rf-pp-cnt {
    max-height: 516px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="deleteConfirmDialog_container"].rf-pp-cntr {
    width: 380px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="batchRelateConfirm_container"].rf-pp-cntr .mpInfoBody .mpHeaderText {
    font-weight: normal;
    font-size: 13px;
}
div[id*="batchRelateConfirm_container"].rf-pp-cntr .mpInfoBody {
    border-bottom: 1px solid #B9B9B9;
}
div[id*="batchRelateConfirm_container"].rf-pp-cntr .converisFooter {
    float: right !important;
    border-top: 0 none !important;
}
div[id*="batchRelateConfirm_container"].rf-pp-cntr .converisFooter a[id*="cancelBatchRelateLink"],
div[id*="batchRelateConfirm_container"].rf-pp-cntr .converisFooter a[id*="okBatchRelateLink"] {
    float: left !important;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="similarObjectsPanel_container"].rf-pp-cntr .converisFooter {
    float: right !important;
    border-top: 0 none !important;
}
div[id*="similarObjectsPanel_container"].rf-pp-cntr .converisFooter a[id*="doneClaimLink"],
div[id*="similarObjectsPanel_container"].rf-pp-cntr .converisFooter span[id*="doneClaimLink"],
div[id*="similarObjectsPanel_container"].rf-pp-cntr .converisFooter a[id*="cancelClaimLink"] {
    float: left !important;
    margin-left: 10px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="dynaTempDialog_container"].rf-pp-cntr  {
    float: right !important;
}
div[id*="dynaTempDialog_container"].rf-pp-cntr .converisFooter a[id*="editDynaTempDialogLink"] {
    float: left !important;
}
div[id*="dynaTempDialog_container"].rf-pp-cntr .mpHeader {
    padding-left: 22px;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="profileAsideSubview:cvFlyout"] {
    position: absolute !important;
    left: auto !important; 
    top: 30px !important; right: -10px !important; 
    max-width: 502px !important;
    width: 502px !important;
}
div[id*="profileAsideSubview:cvFlyout"] .flyOutContent {
    padding: 15px 15px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="notifySuccessDialog_container"] div[id*="notifySuccessDialog_header"] div[id*="headerTitle"] {
    padding: 20px 20px 16px 20px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
table[id*="sherpaPanel_linkGrid"],
table[id*="orcidPanel_linkGrid"]
{
    max-width: none;
}
div[id*="sherpaPanel_linkGrid_cancelGrp"],
div[id*="orcidPanel_linkGrid_cancelGrp"]
{
    margin-right: -4px;
}
/*---------------------------------------------------------------------------------------------------------*/
div[id*="resolveDuplicatesDialogModalPanel_container"] .mpInfoBody {
    padding-left: 22px !important;
    padding-right: 22px !important;
}
div[id*="resolveDuplicatesDialogModalPanel_container"] span[id*="resolveDuplicatesDialogPanel"] div.modalPanelBody {
    width: 360px !important;
    padding: 0 20px !important;
    padding-bottom: 15px !important;
}
/**************************************************************/
/******************* RICHFACES ********************************/
.rf-p {
    border: none;
    padding:0;
}

.rf-p-b{
    padding: 0px;
}

.resultTable .rf-dt-r:focus,
.resultTable .rf-dt-r:hover {
    background-color: #f0f0f0 !important;
}
.rf-dt {
    width: 100%;
    border : none !important;
    background-color: #FFFFFF;
    empty-cells: show;
}
.rf-dt-c {
    border-right:none !important;
    border-bottom: none;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    font-size: 12px;
    border-color: #f1f1f1!important;
}

.rf-dt-hdr-c {
    background-position: left top;
    color: #0B356C;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/* Remove the dummy tbody from rich data table */
.rf-dt tbody[id$=':sc'] {display: none;}

.rf-p-hdr{
    background: linear-gradient(180deg, #515151 4%, #787878 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-top: 5px;
}

.rf-dt-shdr{
    background-color: #f1f1f1;
    background: #FBFBFB url("/converis/javax.faces.resource/images/shadow-bg-light.png.xhtml?ln=intern&converis_version=6%2E20%2E0") left bottom repeat-x;
    border-top: 0 none;
    border-bottom: 1px solid #C0C0C0;
    border-right: 0 none;
    border-left: 0 none;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 4px 10px 4px;
}

*.rf-dt-shdr-c{
    color: #333333;
    background: #FBFBFB url("/converis/javax.faces.resource/images/shadow-bg-light.png.xhtml?ln=intern&converis_version=6%2E20%2E0") left bottom repeat-x;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-right: 0 none;
    border-left: 0 none;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 4px 10px 4px;
    text-align: left;
    min-width: 23px !important;
}
.rf-pp-shdw {background:none;}

#loadingGif_shade {z-index:10000 !important;}
#loadingGif_container {z-index:10000 !important;}
/**************************************************************/

@media screen and (min-width: 1600px) {
    body {overflow-x:hidden; }
}

/*Message popup*/
[id$="msgModelPanel_container"] .errormessage{
    margin: 0 25px;
    display: inline-block;
}

/********************* BROWSER SPECIFIC ***********************/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    textarea[disabled] { color: #606060 !important}
}

/* fix for IE10 (CRIS-207) */
.all-ie input.textFieldTable {
    padding-right: 0px;
}

/* FIX for firefox 30 and 31 */
@supports (-moz-background-inline-policy:continuous)
  and (background-blend-mode:difference,normal) {
    select, select[multiple], select[size] { 
        padding-right: 2px !important; 
        background: linear-gradient(to bottom, #F9F9F9 0%, #EDEDED 100%) no-repeat scroll right top transparent !important;
    }
    .grid div[id$="_RelsPanel"] table.rf-dt[id*="_RelsPanel_"] tbody > tr > td.select_column select,
    .grid div[id$="_RelsPanel"] table.rf-dt[id*="_RelsPanel_"] tbody > tr > td.sequence_column select {
        background:none !important;
    }
}
.helpIconStyle{margin-left: 8px;}
.templateParaStyle{
    margin-top: 0;
    margin-bottom: 0;
}
.selectradio input{
    margin-left: 50px !important;
}
/**************************************************************/

.cancelAddNewPanel {
    position: fixed;
    left: 499px;
    top: 388px;
    width: 370px;
}
.cancelAddNewComment{
    padding: 0 13px 20px;
}
div[id*='selectDupFD'] ul li {
  list-style: none;
  padding-inline-start: 0px !important;
}

.radioDiv{
    display:inline-flex;
    margin-left: 0;
    margin-right: 60px;
}

div[id*='_RelsPanel'] input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
}

.dragPanel {
    border:1px solid gray;
    padding:2px;
    background-color: #76D8F5;
    margin: 5px;
    min-width: 100px;
    overflow-wrap: break-word;
}

.sequencePanel {
    border:2px solid gray;
    margin-bottom: 10px;
    width: 400px;
}

input[id*="configExchangeView:configExchangeForm:importConfigDataStartDateTimeHours"]{
    width: 27px;
}

input[id*="configExchangeView:configExchangeForm:importConfigDataStartDateTimeMinutes"]{
    width: 27px;
}

div[id*="configExchangeView:configExchangeForm:importConfigDataStartDateTimeEditorButtonCancel"] span{
    margin-left: -3px;
}

/* Hiding StatusComment Checkboxes on loading of New/Edit WorkflowMatrix */
input[id*="configOverview_wf_editSubView:configView_wfEditform:stsCmtCkBox_"],
input[id*="configOverview_wf_newSubView:configView_wfCreateform:stsCmtCkBox_"]{
    display: none;
    margin-top: 2px !important;
}

div.rf-edt-c{
      height: auto;
      border: none;
}

div.rf-edt[id="configExchangeView:configExchangeForm:findDuplicatesDataTable"] .rf-edt-c-brSrcList {
    width: 320px !important;
}

div.rf-edt[id="configExchangeView:configExchangeForm:findDuplicatesDataTable"] .rf-edt-c-brTgtList {
    width: 320px !important;
}

div[id*="configExchangeView:configExchangeForm:importConfigDataStartDateTimeEditorButtonCancel"] span{
    margin-left: -3px;
}

label[for*="configExchangeView:configExchangeForm:findDuplicatesDataTable"] {
   font-weight: normal;
    font-size: 11px;
}

div[id*="dynaTempSelView:publSearchSubView:publSearchForm:searchPublicationsView:searchPanelSub:pubSearchTypes"] td {
    padding-left: 15px;
}

div[id*="dynaTempSelView:publSearchSubView:publSearchForm:searchPublicationsView:searchPanelSub:pubSearchTypes"] label {
    margin-left: -4px;
}

div[id*="dynaTempSelView:publSearchSubView:publSearchForm:searchPublicationsView:searchPanelSub:orcidSearchTypes"] td {
    padding-left: 15px;
}

div[id*="dynaTempSelView:publSearchSubView:publSearchForm:searchPublicationsView:searchPanelSub:orcidSearchTypes"] label {
    margin-left: -4px;
}

select :disabled {
color: black;
}

input[type="radio"]{
    box-shadow: none;
}

.labelListStyle{
    list-style: inherit !important;
}
.labelListStylePaddingLeft{
    padding-left: 20px;
}
.enabledDay{
     background-color: palegreen;
}
.rf-cal-sp-inp {
     padding: 0 !important;
}
.rf-cal-time-btn {
     width: 45px !important;
}