/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: "OpenSansRegular";
    src: url("../../fonts/OpenSans-Regular.ttf");
    src: url("../../fonts/OpenSans-Regular.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansLight"; */
@font-face {
    font-family: "OpenSansLight";
    src: url("../../fonts/OpenSans-Light.ttf");
    src: url("../../fonts/OpenSans-Light.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansItalic"; */
@font-face {
    font-family: "OpenSansItalic";
    src: url("../../fonts/OpenSans-Italic.ttf");
    src: url("../../fonts/OpenSans-Italic.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "OpenSansBold";
    src: url("../../fonts/OpenSans-Bold.ttf");
    src: url("../../fonts/OpenSans-Bold.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansExtraBold"; */
@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../../fonts/OpenSans-ExtraBold.ttf");
    src: url("../../fonts/OpenSans-ExtraBold.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansExtraBoldItalic"; */
@font-face {
    font-family: "OpenSansExtraBoldItalic";
    src: url("../../fonts/OpenSans-ExtraBoldItalic.ttf");
    src: url("../../fonts/OpenSans-ExtraBoldItalic.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansBoldItalic"; */
@font-face {
    font-family: "OpenSansBoldItalic";
    src: url("../../fonts/OpenSans-BoldItalic.ttf");
    src: url("../../fonts/OpenSans-BoldItalic.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansSemiBold"; */
@font-face {
    font-family: "OpenSansSemiBold";
    src: url("../../fonts/OpenSans-Semibold.ttf");
    src: url("../../fonts/OpenSans-Semibold.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansSemiBoldItalic"; */
@font-face {
    font-family: "OpenSansSemiBoldItalic";
    src: url("../../fonts/OpenSans-SemiboldItalic.ttf");
    src: url("../../fonts/OpenSans-SemiboldItalic.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansSemiBoldItalic"; */
@font-face {
    font-family: "Rubls";
    src: url("../../fonts/rouble.ttf");
    src: url("../../fonts/rouble.woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "pt_monoregular"; */
@font-face {
    font-family: "pt_monoregular";
    src: url("../../fonts/pt_monoregular.ttf");
    src: url("../../fonts/pt_monoregular.woff");
    font-style: normal;
    font-weight: normal;
}

html {
    height: 100%;
}

body {
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    color: #474747;
    background-color: #FFF;
    font-size: 14px;
    height: 100%;
}

td {
    vertical-align: middle;
}

a {
    color: #474747;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-weight: normal;
    cursor: pointer;
}

a:hover {
    color: #238441;
    text-decoration: underline;
    cursor: pointer;
}

.black {
    background-color: #3C3E3E;
}

a.softlab-link {
    font-size: 16px;
}

/* for debug */
/*body *
{
  border: 1px dotted red;
}*/

form.ib-button-debuttonizer {
    display: none;
}
input::-ms-clear {
    display: none;
}
::-ms-reveal {
    display: none;
}
input.ib-button-debuttonizer, button.ib-button-debuttonizer {
    /*  -moz-appearance: none;
      -moz-box-sizing: content-box;*/
    background: none;
    border: 0;
    color: inherit;
    cursor: inherit;
    display: inline-block;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
    white-space: inherit;
}

.ib-button-linkalizer {
    cursor: pointer;
    text-decoration: underline;
}

.ib-hidden {
    display: none;
}

.ib-bold {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
}

fieldset.ib-fieldset {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    margin: 10px 0px;
    padding: 10px 15px 10px;
}

legend.ib-fieldset {
    color: #0d151c;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
}

legend.ib-fieldset .ib-value-boolean, legend.ib-fieldset .ib-label-left {
    height: 17px;
}
.fieldset_toggle {
    margin-right: 6px;
}

.fieldset_toggle img {
    cursor: pointer;
}

table.ib-panellayouts-two-cols {
}

.ib-panellayouts-two-cols col#label {
}

.ib-panellayouts-two-cols col#value {
}

.ib-panellayouts-two-cols td#label {
    text-align: right;
    padding: 2px 4px 2px 10px;
    color: #4d4d4d;
    white-space: nowrap;
}

.ib-panellayouts-two-cols td#value {
    text-align: left;
    padding: 2px 10px 2px 1px;
    color: #4d4d4d;
    white-space: nowrap;
}

.ib-panellayouts-center {
    margin: 0 auto;
}

.ib-access-denied-panel {
    width: 407px;
    margin: 0 auto;
}

.ib-access-denied-panel #main-msg {
    padding: 15px 5px 10px;
    text-align: center;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    color: #4D4D4D;
}

.ib-access-denied-panel #buttons {
    text-align: right;
}

.ib-header-table {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
}

/*Для select*/
.ib-value-select {
    float: left;
    height: 42px;
}
.ib-value-select .enabled-field {
    border: none;
}

.ib-select-style {
    border: none;
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff url("../../images/corelib/customselect/select_arrow.png") no-repeat 100%;
    box-sizing: border-box;
    height: 28px;
}

.ib-select-style .enabled-field {
    border: none;
}

.ib-select-style select::-ms-expand {
    display: none;
}

.ib-select-style select {
    width: 100%;
    border: 1px solid #adb1b8;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 28px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
}

.ib-select-size-style {
    border: 1px solid #c4c7c7;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
}

.ib-select-size-style select {
    width: 115%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.ib-select-multiple select {
    width: 100%;
    border: 1px solid #c4c7c7;
    box-sizing: border-box;
}

.ib-select-style select:focus {
    outline: none;
}

.ib-select-style option:nth-of-type(odd) {
    background-color: #F1F1F1;
}

.ib-value-multiple-select {
    float: left;
}

/*Для textArea*/
.ib-value-textarea {
    float: left;
    min-height: 44px;
    min-width: 100px;
    padding-top: 5px;
}

/*Для группы радиобатонов*/
.ib-value-radiogroup {
    float: left;
}

.ib-value-radio {
    margin-right: 6px;
    float: left;
    margin-top: 5px;
}

.ib-value-radiogroup .ib-value-radiogroup {
    margin-left: 10px;
}

.ib-radio {
    margin-right: 6px;
    float: left;
    margin-top: 4px;
}

.ib-radio-text {
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.FatalExceptionReport {
    padding: 20px;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    background-color: #FFF;
    border: 1px solid #CDCDCD;
    color: #4C4C4C;
    width: 100%;
    min-width: 480px;
    max-width: 1200px;
    height: inherit;
    overflow-x: auto;
    overflow-y: auto;
    overflow-wrap: break-word;
    margin: auto;
}

.FatalExceptionReport .message {
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 15px;
}

.FatalExceptionReport .buttons {
    margin-top: 15px;
    display: inline-block;
}

.FatalExceptionReport .tech-details {
    margin-top: 10px;
}

.ib-help-button {
    background: url("../../images/corelib/help.svg") no-repeat;
    height: 20px;
    float: right;
    color: #2f444e;
    padding-left: 28px;
    padding-right: 24px;
    background-size: 20px 20px;
}

.ib-exit-button {
    background: url("../../images/corelib/exit.svg") no-repeat;
    height: 20px;
    color: #2f444e;
    float: right;
    padding-left: 28px;
    background-size: 20px 20px;
}
.ib-help-button:hover, .ib-exit-button:hover {
    color: #00993D;
}

.ib-pageinfo-button {
    height: 20px;
    width: 20px;
    background: url("../../images/corelib/pageinfo.svg") center no-repeat;
    float: right;
    padding-right: 30px;
    background-size: 20px 20px;
}

.ib-pageinfo-button:active, .ib-pageinfo-button:hover {
    opacity: 0.8;
}

div.ib-pageinfo-popup {
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 11px 16px 3px rgba(64, 154, 19, 0.38);
    -webkit-box-shadow: 0px 11px 16px 3px rgba(118, 162, 117, 0.38);
    -moz-box-shadow: 0px 11px 16px 3px rgba(64, 154, 19, 0.38);
    border: 1px solid #bbd7bd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 12px;
    color: #000;
}

.ib-pageinfo-popup li {
    background: none;
    background-color: transparent;
    padding: 0px;
}

.ib-pageinfo-popup-title {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    white-space: nowrap;
    text-align: right;
    padding: 5px;
}

.ib-pageinfo-popup-item-title {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    white-space: nowrap;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
}

.ib-pageinfo-popup-item-value {
    white-space: nowrap;
    text-align: left;
    padding: 5px;
}

.ib-pageinfo-popup-item-value-highlight {
    white-space: nowrap;
    text-align: left;
    padding: 5px;
    color: #238441;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    font-size: 14px;
}

.ib-overflow, .ib-table-fixed {
    width: 100%;
}

IMG.t-error-icon {
    background: none;
}

DIV.t-error UL {
    padding: 0px;
    background: none;
    color: #238441;
    background: #ffffff;
}

DIV.t-error DIV.t-banner {
    padding: 0px;
    display: block;
    margin: 0;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    background: #fff;
    color: #238441;
    margin-bottom: 12px;
}

HTML > BODY DIV.t-error LI {
    margin-left: 20px;
}

DIV.t-error {
    border: none;
    padding: 10px;
    margin: 0px;
    background: #ffffff;
    border-radius: 6px;
    position: relative;
    margin-top: 15px;
}

DIV.t-error:after {
    content: "";
    background: url("../../images/corelib/coner_dark.png") no-repeat center center;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}

IMG.t-calendar-trigger {
    padding-left: 0px;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 4px;
}

.mail-box-select-label + .ib-value-select + a {
    margin-left: 10px;
    display: inline-block;
}

DIV.t-page-loading-banner {
     background: url("../../images/corelib/preloader.gif") no-repeat center center #ffffff;
    background-size: 64px 64px;
}
.settings-button-label, .exit-button-label {
    color: #272727;
    float: right;
    font-family: OpenSansRegular, "Nimbus Sans L", sans-serif;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin-left: 7px;
    margin-right: 35px;
    text-decoration: underline;
}
a label.settings-button-label, a label.exit-button-label {
    cursor: pointer;
}
.key {
    font-family: pt_monoregular, monospace ! important;
}
/*calendar*/
.ui-datepicker .ui-datepicker-header {
    background: rgba(255, 255, 255, 0.3);
}
.ui-datepicker .ui-datepicker-title {
    color: #fff;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #fff;
    border-radius: 50px;
    color: #00753e;
    width: 28px;
    height: 28px;
    margin: auto;
}
.ui-state-active:hover {
    color:#00753e
}

#ui-datepicker-div {
    background: #5ac561;
    box-shadow: 0px 11px 16px 3px rgba(64, 154, 19, 0.38);
    -webkit-box-shadow: 0px 11px 16px 3px rgba(64, 154, 19, 0.38);
    -moz-box-shadow: 0px 11px 16px 3px rgba(64, 154, 19, 0.38);
    padding: 12px;
}
.ui-widget-content .ui-icon.ui-icon-circle-triangle-w {
    background: url("../../images/corelib/left.png") no-repeat center center;
    background-size: 8px 8px;
}
.ui-widget-content .ui-icon.ui-icon-circle-triangle-e {
    background: url("../../images/corelib/right.png") no-repeat center center;
    background-size: 8px 8px;
}

.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    background: #01824c;
}
.ui-datepicker th {
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
}