@font-face {
    font-family: 'FuturaPTMedium-Reg';
    src: url('../webfonts/215C3E_2_0.woff2') format('woff2');
}

body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
}

#header
{
    margin: 0;
    padding: 0;
    background: #0090d7;
    color: #fff;
    height: 70px;
    border: none;
}

#header > tbody > tr > td {
    border: none;
    vertical-align: middle;
}

#header-title,
h1, h2,
h3,
.fancy,
#mainmenu,
.ui-tabs-anchor
{
    font-weight: normal;
    font-family:FuturaPTMedium-Reg, system-ui, -apple-system, "Noto Sans", Roboto;
}
.ui-tabs-anchor {
    font-size: 14px;
}

.login-title,
#header-title {
    font-size: 32px;
}

#content > h1 + form > .grid-view,
#content > h1 + .grid-view {
    padding-top: 0;
    margin-top: -25px;
}

#content > h1 > .ui-silk {
    margin-right: 0.25em;
}

#content > h1 > * {
    font-family: system-ui, -apple-system, "Noto Sans", Roboto;
}

#content > h2 {
    margin: 0.5em 0 0;
}

#header-title {
    font-size: 32px;
}

.title-sharc {
    letter-spacing: -1px;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo {
    margin: 10px 10px 0;
    height: 60px;
    width: 60px;
}

.cpp-gridview-underlinelink td a:hover {  /* todo*/
    text-decoration: underline;
}

#mainmenu {
}

#mainmenu > ul
{
    background: #424242;
    padding:10px 20px 0 20px;
    margin:0;
}

#mainmenu > ul > li {
    display: inline;
}

#mainmenu > ul > li > a {
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    /*font-weight: bold;*/
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
}

#mainmenu > ul > li > a:hover
{
    color: #fff;
    background: #0090d7;
}

#mainmenu > ul > li.active > a
{
    color: #000;
    background:#fff;
}

.mainmenu-last
{
    float:right;
    margin-top: -4px;
}

.mainmenu-last > a {
    border-radius: 3px;
    padding: 4px 10px;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #CECECE;
}

div.breadcrumbs
{
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #ECECEC;
    border-left: 5px solid #B0B0B0;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #020202;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 4px;
    background:#F8F8F8;
}

.portlet-content ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations > li
{
    padding-bottom: 2px;
}

.operations > li a
{
    /*font: 13.5px Arial, system-ui, -apple-system, "Noto Sans", Roboto;*/
    font: 14px FuturaPTMedium-Reg, system-ui, -apple-system, "Noto Sans", Roboto;
    color: #303030;
    display: block;
    padding: 2px 0;
    line-height: 15px;
    text-decoration: none;
}

.operations > li > a {
    padding: 8px 4px 2px 6px;
}

.operations > li a:visited
{
    color: #303030;
}

.operations > li a:hover
{
    background: #fff;
}

.operations > li > div > a > .ui-silk-button {
    margin: 0;
    padding: 5px 2px 5px 3px;
    border: none;
    background: none;
    border-radius: 0;
}

/*.operations > li > div > a > .ui-silk-button:hover {
    background: #fff;
}*/

.operations .ui-silk-button > .ui-silk.inline {
    display: block !important;
    margin-right: 4px;
    float: left;
}

table.dash
{
    background: white;
    border-collapse: collapse;
    margin: 0;
}

table.dash th, table.dash td
{
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em 0.6em;
    vertical-align: top;
}

table.dash th
{
    text-align: center;
}

table.dash tr.odd
{
    background:#ECECEC;
}

table.dash tr.even
{
    background:#F8F8F8;
}

table.dash tr.odd th
{
}

table.dash tr.even th
{
}


/********************/
/** loading screen **/
/********************/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader_background.png') 0 0 repeat;
    text-align: center;
    padding-top: 350px;
    font-weight: bold;
    font-size: 120%;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
/* when loading turn scroll bar off */
body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

.loader_image {
    position: absolute;
    left: 50%;
    top: 390px;
}

span.red
{
    color: red;
}

span.green
{
    color: green;
}

.freeDiskSpaceInfoText {
    font-weight: bold;
    display: block;
    margin: 5px 0 0 25px;
    font-size: 12px;
}

.featureSelectedInfoText {
    display: block;
    margin: 8px 0 0 25px;
    font-size: 12px;
    background-color: #FFF6C6;
    text-align: center;
    max-width: 100px;

}

/* MODAL Window */

#modalTitle {
    padding: 20px 20px 20px 10px;
    font-size: 20px;
    color: #A3A195 !important;
    background: none !important;
    margin-left: 10px;
    margin-top: 6px;
}

#closeButton img {
    width: 42px;
    margin: 8px 10px;
    float: right;
}

#modalContent {
    margin: 0 20px 22px 22px;
}

#modalBox {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 9999;
    min-width: 200px;
    min-height: 200px;
    background: #ededed;
    border-radius: 7px;
    box-shadow: 1px 1px 10px #8D8D8D;
}

#mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    opacity: 0.3;
}

.crpp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.fleft {
    float: left;
}

.hidden {
    display: none !important;
}

.align-center {text-align: center}
.align-right {text-align: right}
.fs-1_5 { font-size: 1.5em!important;}

table.detail-view span.null
{
    color: #999;
    font-style: oblique;
}

/* yii/zii/widgets/assets/gridview/styles.css */
.grid-view > table.items > thead > tr > th {
    background: #888;
}

.grid-view > table.items > tbody > tr.even {
    background: #fff;
}

.grid-view > table.items > tbody > tr.odd {
    background: #f2f2f2;
}

/* SHRC-1186 */
/* Push the table down when there is no summary */
div.grid-view > :first-child:not(.summary):is(.listing, .items) {
    margin-top: 33px;
}

/* jquery.ui.css */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #e0e0e0;
}

.ui-dialog {
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 3px solid #0090d7 !important;
    box-shadow: 0 0 8px 0;
    background: linear-gradient(to top, #ffffff 0%, #ededed 100%) !important;
}

/* reset all ui icon settings, replaced with an UTF-8 symbol */

.ui-dialog-titlebar-close {
    background: inherit !important;
    color: #fff !important;
    outline: 1px solid #fff;
    font-size: 20px !important;
    line-height: 1 !important;
    margin: -2px !important;
    padding: 2px !important;
    height: 22px !important;
    width: 22px !important;
    border: none !important;
    position: absolute !important;
    left: initial !important;
    top: initial !important;
}

.ui-dialog-titlebar-close > .ui-icon-closethick {
    background: inherit !important;
    color: #fff;
    position: initial !important;
    left: initial !important;
    top: initial !important;
    margin: -4px 0 0 1px !important;
    text-indent: 0 !important;
}

.ui-dialog-titlebar-close > .ui-icon-closethick:after {
    content: "\1F5D9";
}

.ui-dialog-titlebar-close > .ui-button-text {
    display: none !important;
}

.ui-dialog > .ui-widget-header {
    background: #0090d7;
    color: #fff;
    border-radius: 0;
    border: none;
}

.ui-dialog-content {
}

.ui-tabs-panel {
    border-width: 1px !important;
    border-radius: 3px !important;
}

.ui-tabs {
    border: none !important;
    padding: 0 !important;
}

.ui-tabs-nav {
    border: none !important;
    background: transparent !important;
}

.ui-tabs-nav > li {
    background-image: none !important;
}

.ui-tabs-nav > li:hover {
    background: #0090d7;
}

li:hover > .ui-tabs-anchor {
    color: #fff !important;
}

li:hover > .ui-tabs-anchor > img {
    filter:grayscale(1) invert(1) contrast(100);
}


.ui-tabs-anchor > img {
    margin: -2px  2px -2px 0;
    vertical-align: -10%;
}

/* pager.css */
ul.yiiPager {
    font-size: inherit !important;
}

ul.yiiPager > li {
    margin-left: 2px;
}

ul.yiiPager > li > a:any-link {
    color: #555;
    border-color: #999;
}

ul.yiiPager > .page > a {
    font-weight: bold !important;
}

ul.yiiPager > .page.selected > a {
    background: #888;
    color: #fff;
}

ul.yiiPager > .page.selected > a:hover,
ul.yiiPager > li > a:hover {
    background: #0090d7;
    border-color: #0090d7;
    color: #fff;
}

ul.yiiPager > .f,
ul.yiiPager > .l {
    letter-spacing: -1px;
}

ul.yiiPager > .f > a,
ul.yiiPager > .l > a,
ul.yiiPager > .p > a,
ul.yiiPager > .n > a {
    padding: 1px 10px !important;
}


a > .ui-silk-button {
    /*border-radius: 3px;*/
}

a > .ui-silk-button:hover {
    background: #f8f4a1;
}

/* not in the menu!*/
p > a > .ui-silk-button > .ui-silk.inline,
div > div > a > .ui-silk-button > .ui-silk.inline {
    vertical-align: -20%;
    margin-top: 1px;
}

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

.booldisplay {
    border: 1px solid #CECECE;
    color: #555555;
    display: inline-block;
    padding: 3px;
    font-size: 8pt;
    margin: 3px;
}

.booldisplay-false {
    background-color: #FEE;
}

.booldisplay-true {
    background-color: #EFE;
}

.booldisplay .booldisplay-leftwrap, .booldisplay .booldisplay-value {
    display: inline-block;
}

.booldisplay .booldisplay-header {
    font-weight: bold;
}

.booldisplay .booldisplay-value {
    font-weight: bold;
    font-size: 8pt;
}

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

.userdisplay {
    border: 1px solid #CECECE;
    display: inline-block;
    padding: 3px;
    font-size: 8pt;
    margin: 3px;
    text-align: center;
}

.userdisplay-header {
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.userdisplay-user {
    line-height: 1.5;
    font-size: 10pt;
}

.userdisplay-header > img {
    vertical-align: -25%;
}

.userdisplay-comment {
    font-style: italic;
}

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

.kdmOrderForm {
    text-align: right;
}

.kdmOrderForm > * {
    text-align: left;
}

.kdmOrderForm > div {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
}

.kdmOrderForm label {
    font-style: italic;
    color: #333;
    display: block;
}

.kdmOrderForm .kdmOrderForm-multipleSelect {
    min-width: 120px;
}

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

span.jsprite {
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url(../images/buttons/jsprites_02.png);
    display: inline-block;
    vertical-align: bottom;
    margin-left: 2px;
    margin-right: 2px;
}

span.jsprite-arrow-lr-black { background-position: 0 0; }
span.jsprite-arrow-lr-red { background-position: -18px 0; }
span.jsprite-arrow-lr-yellow { background-position: -36px 0; }
span.jsprite-arrow-lr-green { background-position: -54px 0; }
span.jsprite-storage-green { background-position: -72px 0; }
span.jsprite-edit-red { background-position: -90px 0; }
span.jsprite-add { background-position: 0 -18px; }
span.jsprite-remove { background-position: -18px -18px; }

span.jsprite-button {
    cursor: pointer;
}

/***********************************************************************************************/
/* yii/zii/widgets/assets/detailview/styles.css */

.detail-view > tbody > tr.odd {
    background: transparent !important;
}

.detail-view > tbody > tr.even {
    background: #F8F8F8;
}

/* move .... */

.grid-view > .summary,
.list-view > .summary {
    /*float: right;*/
    /*margin-top: -20px !important;*/
    color: #777;
}

.grid-view > .summary-left {
    float: left;;
}

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

.th-acronym,
.breadcrumbs > a {
 letter-spacing: 0.5px;
}

/***********************************************************************************************/
/* D-Unit + DCP Folder */

.embedded-list-item { border-bottom: 1px solid #fff; padding: 4px 0 }
.embedded-list-item:last-child { border: none; }
.even > td > .embedded-list-item { border-color: #ccc }
.embedded-list-item > a:hover { color: #0090d7 }

/***********************************************************************************************/
/* dB Profiler */

.yiiLog{
    font-size:16px!important;
}