#charCounter {
    font-size: small;
    color: #565959;
}
#columnListOfItems ul {
    margin-bottom: 0;
    padding: 0;
}
#columnListOfItems li {
    list-style: none;
    padding-bottom: 3px;
}
#selectUnselectAll {
    font-size: 14px;
}
.colorRed {
    color: red !important;
}
.wheightBold {
    font-weight: bold;
}
.link {
    cursor: pointer;
    color: #2e5aac;
}
.link:hover {
    text-decoration: underline;
}    
.cartListDiv {
    max-height: 390px; 
    overflow-x: hidden; 
    border-top: 1px solid;
}
.cartItemRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
.rowBorderColorMap {
    border-color: #DDD;
}
.rowBorderColorDashboard {
    border-color: #a6a6a6;
}
.cartItemXL {
    font-weight: 700;
    font-size: 21px;
}
.cartListItemIdentifier {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 780px;
}
.cartListItemStartStop{
    font-size: 12px;
    font-style: italic;
    color: grey;
}
.cartListItemMissionSensor{
    font-size: 12px;
    font-style: italic;
    color: grey;
}
.cartListItemActions {
    font-size: 10px;
    padding-bottom: 5px !important;
    padding-top: 3px;
}
.cartButtonsBox {
    border-radius: 4px;
    padding: 6px 11px 11px;
    margin-top: 5px;
    font-size: 16px;
}
.cartButtonsBoxDashboard {
    border: 1px solid #a6a6a6;
    background: #bfbfbf!important;
}
.cartButtonsBoxMap {
    border: 1px solid #dadce0;
    background: #f3f3f3!important;
}
.btnSubmitOrder {
    outline: none !important;
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    background-color: #2e5aac;
    border-color: #2e5aac !important;
    box-shadow: none;
    font-weight: 600;
    border-radius: .1875rem;
}
.btnSubmitOrder:hover {
    background-color: #2a529c;
    border-color: transparent;
}
.liIcon{
    height: 15px;
    margin-bottom: 2px;
    border-radius: .25rem !important;
}
.cartItemBadge {
    font-size: 10px;
    color: white;
    padding: 5px 9px 3px 9px; /*7px 9px 5px 9px;*/
    border-radius: 3px;
    border: 1px solid;
}
.bgColorProcessing {
    background-color: #166396;
    border-color: #166396;
}
.bgColorCatalogue {
    background-color: #1b7531;
    border-color: #1b7531;    
}
.bgColorNewAcquisition {
    background-color: #ffcf75;
    border-color: #ffcf75;
}
.bgColorSubscription {
    background-color: #ffcf75;
    border-color: #ffcf75;
}
.bgColorDefault {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
}
.actionsSeparator {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #c5c5c5;
}
.orderPlaceholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b7bdbf;;
}
.orderPlaceholder::-moz-placeholder { /* Firefox 19+ */
    color: #b7bdbf;;
}
.orderPlaceholder:-ms-input-placeholder { /* IE 10+ */
    color: #b7bdbf;;
}
.orderPlaceholder:-moz-placeholder { /* Firefox 18- */
    color: #b7bdbf;;
}
.containerPanelDashboard {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: solid 1px #505050;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9) !important;
}
.content-boxDashboard {
    background: rgba(125, 125, 125, 0.8) !important;
}
.inputFieldDashboard {
    background-color: #f1f1f1;
    font-size: 14px;
}
.inputFieldDashboard:focus {
    border-color: #000000;
    background-color: #f1f1f1;
}
.eolobasemap-portlet .btnSaveProcOptions {
    background-color: #505050 !important;
    border-color: #4c4c4c !important;
}
.eolodashboard-portlet .btnSaveProcOptions {
    border-radius: 3px;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
}
.eolobasemap-portlet .btnCloseProcOptions {
    border: 1px solid #dadce0 !important;
    color: #272833;
}
.eolodashboard-portlet .btnCloseProcOptions {
    border-radius: 3px;
    border-color: #4d4d4d !important;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
}
.btnSubmitComment {
    border-radius: 3px;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
}
.eolobasemap-portlet .btnSubmitComment {
    background-color: #505050 !important;
}
.eolobasemap-portlet .btnCloseComment {
    background-color: #efefef !important;
    border-color: #dadce0 !important;
}
.eolodashboard-portlet .btnCloseComment {
    border-radius: 3px;
    border-color: #4d4d4d !important;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;

}
/*.btnSubmitDashboard {
    background-color: #2e5aac !important;
    border-color: #2e5aac !important;
    
}
.btnSubmitDashboard:hover {
    background-color: #2a4f94 !important
}*/
.btnCartItemActions {
    box-shadow: none !important;
    border: 1px solid #dadce0 !important;
    background-color: #efefef !important;
    padding: 5px 9px 6px 9px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    margin-right: 3px;
}
.btnCartItemActions:hover{
    background-color: #dbdde5 !important
}
.deleteItemCart:hover {
    color: red;
}
.addProcOption {
    font-weight: bold;
    width: 12px;
    position: relative;
}
.addProcOption:hover {
    color: #007cb5;
}
/*
.notificationPill {
    position: absolute;
    color: red;
    left: 27px;
    top: -9px;
    font-size: 15px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.notificationPill:before {
  content: "⚫";
}
*/
.notificationPill {
    position: absolute;
    background: #df1317;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    width: 17px;
    text-align: center;
    height: 17px;
    padding-top: 2px;
    padding-left: 1px;
    right: -12px;
    top: -6px;
}
.addRemoveOptionsBtn {
    box-shadow: none !important;
    border: 1px solid #dadce0 !important;
    background-color: #efefef !important;
    padding: 5px 9px 5px 9px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    color: #272833;
}
.addNewOption:hover {
    color: #007cb5;
}
.removeAllOptions:hover {
    color: red;
}
.addNewOption:disabled {
    color: #d2d2d2;
}
.removeAllOptions:disabled {
    color: #d2d2d2;
}
.addNewOption:disabled:hover {
    color: #d2d2d2;
    cursor: not-allowed;
}
.removeAllOptions:disabled:hover {
    color: #d2d2d2;
    cursor: not-allowed;
}
.btnCancel {
    background-color: #efefef;
    border-color: #dadce0 !important;
    color: #272833;
}
.btnCancel:hover {
    background-color: #e5e7ed !important;
    border-color: transparent !important;
}
.eolodashboard-portlet .col-searchableParamRow {
    padding-left: 3px !important;
}
.eolodashboard-portlet .input-group-prepend {
    min-width: unset !important;
}
.eolodashboard-portlet .btn-default {
    box-shadow: none !important;
    background-color: #FFF !important;
    border-color: #cdced9 !important;
    color: #6b6c7e  !important;
}
.eolodashboard-portlet .btn-default:hover {
    background-color: #f7f8f9 !important;
    border-color: #cdced9 !important;
    color: #272833 !important;
}
.eolodashboard-portlet .input-group>.form-control, .input-group>.custom-select, .input-group>.custom-file {
    font-size: 14px !important;
}
.eolodashboard-portlet .rowParameter {
    margin-right: -12px !important;
}
.eolodashboard-portlet .form-control{
    color: #272833 !important;
    background-color: #f1f2f5 !important;
    border-color: #e7e7ed;
}
.eolodashboard-portlet .form-control:focus {
    color: #272833 !important;
    background-color: #f0f5ff !important;
    border-color: #80acff !important;
    outline: 0 !important;
}

.eolodashboard-portlet select.form-control{
    background-position-x: calc(100% - 4.4px) !important;
    background-position-y: 8px !important;
}