﻿/*defined for centering of ribbon buttons when using bundling*/
li.groupBox > div > div {
    margin: 0 auto;
}

.ribbonDropDown ul {
    width: 190px;
    padding: inherit;
    top: -4px;
}

.ribbonDropDown {
    float: left;
    margin: 0;
    padding: 0;
    /*same width and height as ofTooltip class*/
    width: 42px;
    height: 46px; 
}

/*force to show scroll bar for filter tabs content*/
.jqx-tabs-content-element {
    overflow: auto !important;
}

/*show scroll bar for model error notification bar*/
.notificationBar {
    overflow: auto;
}

/*fix for number being shifted to left in number input*/
input[type="textarea"].jqx-input-content-dsgarctic:not(.jqx-position-absolute), input[type="text"].jqx-widget-content-dsgarctic:not(.jqx-position-absolute):not([role="textbox"]) {
    margin-left: 0px;
    padding-left: 5px!important;
}

/*defined for disabling of ribbon buttons when using bundling*/
.r_disabled_imp div {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.button_disabled {
    background: #F5F8FA!important;
    border-color: #F5F8FA!important;
    box-shadow: none!important;
    color: #506274!important;
    opacity: 1;
}

.mandatory {
    font-weight: bold;
}

/*Overwrite notifitation for server error message*/
.important {
    background-color: #fff !important;
    color: red;
}

.warning {
    background-color: #ffffff !important;
    color: red;
}

.notificationBar-full {
    background-color: rgb(252, 252, 252);
    display: none;
    min-height: 30px;
    overflow-y: visible;
    margin-top: 5px;
    border-top: 0px;
}

    .notificationBar-full span {
        float: right;
        margin-top: -23px;
        margin-right: 3px;
    }

.notificationBar-info {
    margin: 0px;
    background-color: rgb(254, 244, 151);
}
/*Overwrite notifitation for server error message*/

.summary-message-success-validation {
    border-color: #a5b3c5;
    border-width: 1px;
    border-style: solid;
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    right: 0px;
    left: 0px;
    line-height: 25px;
    background-color: #fff !important;
    color: green;
}


/**Loading Notification*/
/* The Modal (background) */
.modal {
    position: absolute; /* Stay in place */
    z-index: 99999; /* Sit on top */
    /*padding-top: 100px;  Location of the box */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.modal-other-content {
    position: absolute !important; /* Stay in place */
    z-index: 999999 !important; /* Sit on top */
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0,0.3) !important; /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
}

/*/r_disabled_imp*/
.modal-disable-ribbons {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    pointer-events: none;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

html > /**/ body .loading-message-div {
    box-sizing: content-box;
    border-radius: 3px;
    background: #f6f6f6;
    background-color: #f6f6f6;
    margin-left: -66px;
    left: 50%;
    top: 50%;
    display: inline-block;
    margin-top: -24px;
    vertical-align: middle;
    position: absolute;
    width: 100px;
    height: 33px;
    padding: 5px;
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #767676;
    border-color: #898989;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}

html > /**/ body .loading-logo-div {
    float: left;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

html > /**/ body .loading-message-span {
    margin-top: 10px;
    float: left;
    display: block;
    margin-left: 5px;
}


html > /**/ body .loading-message-block-div {
    float: left;
}

.ofMain_footer .mach {
    width: 10%;
}

.ofMain_footer .copy {
    width: 40%;
}

.ofMain_footer .term {
    width: 40%;
    text-align: center;
}

.ofMain_footer .version {
    width: 10%;
}

li.jqx-menu-item-top-selected {
    background: #D9F2FF /*#77BB00-green*/
}

li.jqx-menu-item-top-hover {
    background: #EBF8FF /*#C9E499-green*/
}

li.jqx-menu-item-hover {
    background: #EBF8FF /*#C9E499*/
}

.jqx-window-close-button {
    margin-top: 2px
}

.plrm_help_sub_m_box {
    right: 218px !important;
}

.gridCheckBox {
    height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

div[id^=comboboxeditorEditTariffRatesGrid] {
    margin-left: 1px;
    margin-top: 1px;
}

div[id^=datetimeeditorEditTariffRatesGrid] {
    margin-left: 1px;
    margin-top: 1px;
    height: 36px !important;
}

input[id^=textboxeditorEditTariffRatesGrid] {
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 1px !important;
    border: solid;
    border-width: 1px;
    height: 35px !important;
    width: -webkit-fill-available !important;
}

button.jqx-button, input[type=button].jqx-button, label[type=button].jqx-button {
    min-width: 50px;
}

.jqx-scrollbar-state-normal {
    top: -4px !important;
}