﻿.borderBottom {
    border: none;
}

div.white {
    background-color: #474747;
}

table.white {
    background-color: #474747;
}

.xafNav > .xafContent {
    margin-top: 0px !important;
    background-color: #373737 !important;
}

.dxnbLite_XafTheme {
    background-color: transparent !important;
}

    .dxnbLite_XafTheme .dxnb-item {
        background-color: transparent !important;
    }

.dxnbLite_XafTheme {
    color: #BEBEBE !important;
}

    .dxnbLite_XafTheme a {
        color: #BEBEBE !important;
    }

.xafNav .dxnbLite_XafTheme .dxnb-itemSelected, .xafNav .dxnbLite_XafTheme .dxnb-largeSelected {
    background-color: #474747 !important;
    color: white !important;
    border-left: solid 3px #F07E01 !important;
    margin-left: -3px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

    .xafNav .dxnbLite_XafTheme .dxnb-itemSelected a {
        color: white !important;
    }

.xafNav .dxnb-content {
    padding: none;
}

body {
    background-color: #f5f6f7;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    color: #373737;
}
/* set base font Roboto for all controls */
.dxeBase_Material{
    font-family: 'Roboto', sans-serif;
}
/* /set base font Roboto for all controls */

#mainContent {
    /*background-color: #F1F1F1 !important;*/
}

.xafNav .dxnbLite_XafTheme {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.dxmLite_XafTheme {
    /* color: #373737 !important; */ /* fix left menu. Menu now in skin */
}

.dxm-content.dxm-hasText span.dx-vam.dx-nowrap {
    color: #373737;
}

/*.xafNav .dxtv-ndSel {
    background-color: #474747 !important;
    color: white !important;
    border-left: solid 5px #f07d00 !important;
    text-indent: -2px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}*/

.dxtvControl_XafTheme.TreeViewNavControl > div > ul {
    /*text-indent: 10px;*/
}

.ViewCaption .XafVCap-Second {
    font-size: 24px;
    font-family: 'Roboto', sans-serif !important;
}

#mainContent {
    /*padding-top: 25px;*/
    /*padding-left: 20px;*/
}

#Vertical_navigation {
    /*background-color: #373737 !important;*/
    /*height: 100%;*/
}

/* TMF split panel */
/* Moved to tmf.css
    .dxsplPane_XafTheme, .dxsplPaneCollapsed_XafTheme, .dxsplControl_XafTheme {
    border: 0 !important;
    background-color: transparent;
    color: #373737;
}

.dxsplPane_Material, .dxsplPaneCollapsed_Material, .dxsplControl_Material {
    border: 0 !important;
    background-color: transparent;
    color: #373737;
}

.dxsplVSeparator_XafTheme, .dxsplHSeparator_XafTheme, .dxsplVSeparatorCollapsed_XafTheme, .dxsplHSeparatorCollapsed_XafTheme {
    border: 0 !important;
}

.dxsplHSeparator_Material,
.dxsplVSeparator_Material,
.dxsplVSeparatorCollapsed_Material,
.dxsplHSeparatorCollapsed_Material {
    border: 0 !important;
    background-color: #f5f6f7 !important;
}

.fmpane .dxsplVSeparator_Material,
.fmpane .dxsplHSeparator_Material,
.fmpane .dxsplVSeparatorCollapsed_Material,
.fmpane .dxsplHSeparatorCollapsed_Material {
    border: 0 !important;
    background-color: white !important;
}*/
/* /TMF split panel */

/*------- custom */
/*<form layout>*/
.dxflGroup_Material, .dxflGroupCell_Material {
    padding: 0px !important;
}

.dxflGroupCell_Material {
    /*width: 100% !important;*/ /*removed to fix problem with cells in cardView controls*/
    padding-bottom: 18px !important; /* fix 18px at bottom instead of top padding for every cell ! */
    padding-right: 15px !important; /* right padding for every cell so there is space between columns in edit form */
    vertical-align: top;
}

.dxflVATSys.dxflGroupCell_Material {
    padding-bottom: 8px !important; /* omly bottom of the group padding */
}

tr .dxflGroupCell_Material:last-child {
    padding-right: 0px !important; /* right padding for last cell in the row */
}

.dxflCaptionCell_Material {
    padding-bottom: 3px !important;;
}
.dxflFormLayout_Material .dxflCaption_Material {
    color:#373737;
    font-size: 14px;
}
/*</form layout>*/

.NavigationMenu {
    /*margin-top: 20px;*/
    color: white;
    padding-bottom: 13px !important;
    padding-top: 13px!important;
}

    .NavigationMenu .dxm-content {
        margin-left: 16px;
    }

#Vertical_navigation .dxeButtonEditButton_Material {
    background-color: transparent !important;
}

/*.ToggleNavigationImage
{
     margin-left: -10px !important; 
}*/

/*#Vertical_navigation .xafNav .dxtv-nd {
    width: 100% !important;
}*/

#Vertical_navigation {
    font-family: 'Roboto', sans-serif !important;
    /* font-weight:bold !important; */
}

.tmf_projects {
    margin: auto;
    /*margin-left: 20px;
    margin-top: 22px;
    margin-bottom: 10px;*/
    display: inline-block;
    /*color: #d1d1d1;*/
    font-size: 14px;
}

.tmf_properties {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}

.margin_5px {
    height: 5px;
}

.margin_10px {
    height: 10px;
}

.margin_15px {
    height: 15px;
}

.margin_20px {
    height: 20px;
}

.margin_25px {
    height: 25px;
}

.margin_30px {
    height: 30px;
}

.margin_34px {
    height: 34px;
}

.margin_35px {
    height: 35px;
}

.margin_40px {
    height: 40px;
}

.margin_45px {
    height: 45px;
}

.margin_50px {
    height: 50px;
}

.margin_70px {
    height: 70px;
}

.margin_128px {
    height: 128px;
}

/* login pages */

.login-wrapper {
    position: absolute;
    background-color: #E9E9E9;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.login-content {
    flex: 1 0 auto;
}

.login-footer {
    flex: 0 0 auto;
    margin-left: 30px;
    margin-bottom: 30px;
}

.login-input {
    color: #4a4a4a;
    padding: 10px;
    FONT-SIZE: 16px;
    border: 1px solid #a5a5a5;
    width: 93%;
    margin-top: 5px;
    border-radius: 3px;
    outline:none;
    transition: all 0.2s ease 0s;
}
.login-input:focus {
    border: solid 1px #373737;
}

.login-button > input {
    width: 130px;
    background-color: #f07d00 !important;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid;
    border-radius: 3px;
    outline:none;
    transition: all 0.2s ease 0s;
}

    .login-button > input:hover {
        background-color: #e46703 !important;
        cursor: pointer;
    }

    .login-button > input:active {
        background-color: #c45903 !important;
        cursor: pointer;
    }

a[id*="btnForgPass"] {
    text-decoration: none;
}

.LoginLink {
    color: #f07d00 !important;
    font-size: 14px;
    font-family: 'Roboto';
    text-decoration: none;
}

.LoginLink2 {
    color: #888888 !important;
    font-size: 12px;
    font-family: 'Roboto';
    text-decoration: none;
}
/* /login pages */

.dxIcon_tmf_cards_16x16 {
    width: 16px;
    height: 16px;
    background-image: url('../Icons/Preview.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxIcon_tmf_grid_16x16 {
    width: 16px;
    height: 16px;
    background-image: url('../Icons/Table_view.png');
    background-repeat: no-repeat;
    background-color: transparent;
}


.xafNav .dxtv-nd {
    /*color: #BEBEBE;*/
   /*width: 100% !important;*/
}

/*.dxgvEditFormDisplayRow_Material td.dxgv, .dxgvDetailCell_Material td.dxgv, .dxgvDataRow_Material td.dxgv, .dxgvDetailRow_Material.dxgvADR td.dxgvAIC {*/
    /*border-bottom: none !important;*/
    /*border-right: none !important;
}*/

/*.dxgvHeader_Material {
    border: none !important;
    border-bottom: 2px Solid #dfdfdf !important;
}*/

/*.dxpcLite_Material .dxpc-header, .dxdpLite_Material .dxpc-header {
    background-color: white;
    border-bottom: none;
}*/

.tmf_upload_files_button {
    text-align: right;
}

.mnuProfile li.dxm-item a.dxm-content.dx img.dxm-image.dx-vam {
    width: 27px;
    height: 27px;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari, Chrome */
    -khtml-border-radius: 50%; /* KHTML */
    border-radius: 50%; /* CSS3 */
    behavior: url(border-radius.htc); /*IE */
    object-fit: cover;
    object-position: top;
}

.dxmLite_Material .mnuProfile.dxm-horizontal.dxmtb .dxm-popOut {
    padding: 10px 10px 8px 0px;
}

/* common menu hovered */
/*ul.dx.dxm-noImages.dxm-gutter li.dxm-item.dxm-hovered,*/
/*.dxmLite_Material .dxm-popup .dxm-hovered,
.dxmLite_Material .dxm-popup .dxm-hovered a.dx {
    border: 0px solid #373737;
    color: #373737;
    background: #EEEEEE !important;
}*/
/* /common menu hovered */

.langSelector {
   float: left;
   margin-top: 24px;
}


span.HelpLink {
    /*float: left;*/
/*    width: 280px; */
/*    height: 10px;
    /*margin-top: 16px;*/
    margin-left: 15px;
    text-align: right;
    position: relative;
    top:-3px
}

    span.HelpLink a {
        font-family: 'Roboto';
        font-size: 14px;
        color: #888888;
        text-decoration: none;
    }

li.dxm-item.dxm-noImage {
    border-radius: 3px;
}

li.dxm-item.dxm-hovered {
/* button fix 
    background-color: #d5d5d5; */
}

img.dxWeb_fmRenameButton_Material.dxm-image.dx-vam,
img.dxWeb_fmCreateButton_Material.dxm-image.dx-vam,
img.dxWeb_fmMoveButton_Material.dxm-image.dx-vam,
img.dxWeb_fmCopyButton_Material.dxm-image.dx-vam,
img.dxWeb_fmDeleteButton_Material.dxm-image.dx-vam,
img.dxWeb_fmRefreshButton_Material.dxm-image.dx-vam,
img.dxWeb_fmDwnlButton_Material.dxm-image.dx-vam {
    display: block;
    width: 0px; /* обнуляем значение ширины */
    height: 16px; /* высота нового изображения */
    padding-left: 16px; /* размер отступа равен ширине нового изображения */
}

    img.dxWeb_fmRenameButton_Material.dxm-image.dx-vam.dxWeb_fmRenameButtonDisabled_Material,
    img.dxWeb_fmCreateButton_Material.dxm-image.dx-vam.dxWeb_fmCreateButtonDisabled_Material,
    img.dxWeb_fmMoveButton_Material.dxm-image.dx-vam.dxWeb_fmMoveButtonDisabled_Material,
    img.dxWeb_fmCopyButton_Material.dxm-image.dx-vam.dxWeb_fmCopyButtonDisabled_Material,
    img.dxWeb_fmDeleteButton_Material.dxm-image.dx-vam.dxWeb_fmDeleteButtonDisabled_Material,
    img.dxWeb_fmRefreshButton_Material.dxm-image.dx-vam.dxWeb_fmRefreshButtonDisabled_Material,
    img.dxWeb_fmDwnlButton_Material.dxm-image.dx-vam.dxWeb_fmDwnleButtonDisabled_Material,
    img.dxWeb_fmDwnlButton_Material.dxm-image.dx-vam.dxWeb_fmDwnlButtonDisabled_Material {
        filter: alpha(Opacity=50);
        opacity: 0.5;
    }

img.dxWeb_fmRenameButton_Material.dxm-image.dx-vam {
    background: url("../Icons/rename.svg") no-repeat;
}

img.dxWeb_fmCreateButton_Material.dxm-image.dx-vam {
    background: url("../Icons/create.svg") no-repeat;
}

img.dxWeb_fmMoveButton_Material.dxm-image.dx-vam {
    background: url("../Icons/move.svg") no-repeat;
}

img.dxWeb_fmCopyButton_Material.dxm-image.dx-vam {
    background: url("../Icons/copy.svg") no-repeat;
}

img.dxWeb_fmDeleteButton_Material.dxm-image.dx-vam {
    background: url("../Icons/delete.svg") no-repeat;
}

img.dxWeb_fmRefreshButton_Material.dxm-image.dx-vam {
    background: url("../Icons/refresh.svg") no-repeat;
}

img.dxWeb_fmDwnlButton_Material.dxm-image.dx-vam {
    background: url("../Icons/download.svg") no-repeat;
}


img.dxIcon_tmf_cards_ChangeView-Thumbnails.dxm-image.dx-vam,
img.dxIcon_tmf_grid_ChangeView-Details.dxm-image.dx-vam,
img.dxIcon_tmf_cards_ChangeView-TreeFiles.dxm-image.dx-vam,
img.dxIcon_tmf_grid_ChangeView-Files.dxm-image.dx-vam {
    display: block;
    width: 0px; /* обнуляем значение ширины */
    height: 16px; /* высота нового изображения */
    padding-left: 20px; /* размер отступа равен ширине нового изображения */
}

img.dxIcon_tmf_cards_ChangeView-Thumbnails.dxm-image.dx-vam {
    background: url("../Icons/Preview.svg") no-repeat;
}

img.dxIcon_tmf_grid_ChangeView-Details.dxm-image.dx-vam {
    background: url("../Icons/table_view.png") no-repeat;
}

img.dxIcon_tmf_cards_ChangeView-TreeFiles.dxm-image.dx-vam {
    background: url("../Icons/Tree_visible.svg") no-repeat;
}

img.dxIcon_tmf_grid_ChangeView-Files.dxm-image.dx-vam {
    background: url("../Icons/Tree_hidden.svg") no-repeat;
}

.dxm-disabled > span {
    filter: alpha(Opacity=90);
    opacity: 0.9;
}

ul.dx.dxm-image-l li.dxm-item:not(:first-child) {
    margin-left: 10px;
}

ul.dx.dxm-image-l li.dxm-item:last-child {
    margin-right: 2px;
}

/*ul.dx.dxm-image-l li.dxm-item:nth-child(3) {
    margin-left: 30px;
}*/

hr {
    border: none; /* Убираем границу для браузера Firefox */
    color: #d1d1d1; /* Цвет линии для остальных браузеров */
    background-color: #d1d1d1; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
}

textarea, select {
    border-color: #d1d1d1;
    font-family: 'Roboto', sans-serif !important;
}

.help-dialog {
    font-size: 1.1em;
    line-height: 1.5;
}

.help-prgr-hdr {
    font-size: 16px;
    margin: 17px 0px 5px 0px;
    font-weight: bold;
    display: inline;
}

.help-table {
    width: 100%;
    text-align: left;
    border: 1px solid #d1d1d1;
    border-collapse: collapse !important;
}

    .help-table td {
        border: 1px solid #d1d1d1;
        padding: 3px;
    }

    .help-table th {
        border: 1px solid #d1d1d1;
        padding: 3px;
        background-color: #f1f1f1;
    }

.help-table-switch {
    color: #6F62C0;
    text-decoration: underline;
    font-size: 0.9em;
}

.tool-container {
    background-color: #d0cbcb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
    background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
    background: -ms-linear-gradient(top, #d0cbcb 14%,#e9e5e5 100%);
    background: linear-gradient(to bottom, #d0cbcb 14%,#e9e5e5 100%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbcb', endColorstr='#e9e5e5',GradientType=0 );
    border-radius: 3px;
    box-shadow: 0px 0px 15px #000;
    position: absolute;
}

    .tool-container.tool-top, .tool-container.tool-bottom {
        height: 34px;
        border-bottom: 1px solid #beb8b8; /* #B1A9A9 */
    }

.tool-top .tool-item, .tool-bottom .tool-item {
    float: left;
    border-right: 1px solid #e2dfdf;
    border-left: 1px solid #9f9898;
}

.tool-left .tool-item, .tool-right .tool-item {
    height: 20px;
    border-top: 1px solid #e2dfdf;
    border-bottom: 1px solid #9f9898;
}

.tool-item {
    height: 100%;
    display: block;
    width: 144px;
    text-align: center;
}

.tool-container .arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
}

.tool-container.tool-top .arrow {
    border-color: #e9e5e5 transparent transparent;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
    border-color: transparent transparent #e9e5e5;
    left: 50%;
    top: -14px;
    margin-left: -7px;
}

.tool-container.tool-left .arrow {
    border-color: transparent transparent transparent #E9E5E5;
    top: 50%;
    right: -14px;
    margin-top: -7px;
}

.tool-container.tool-right .arrow {
    border-color: transparent #E9E5E5 transparent transparent;
    top: 50%;
    left: -14px;
    margin-top: -7px;
}

.typical_button_active {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 34px;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f07d00;
}

.typical_button_hover {
    height: 34px;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    background-color: #e46703;
}

.typical_button_disabled {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 34px;
    font-size: 14px;
    border-radius: 2px;
    color: #373737;
    background-color: #f1f1f1;
}

.modules_div {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.modules_button {
    display: inline-block;
    width: 100%;
    height: 44px;
    margin-top: 25px;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 5px;
    float: left;
}

    .modules_button a {
        text-decoration: none;
        display: block; /* Ссылка как блочный элемент */
        height: 100%; /* Высота на весь слой */
        color: #373737;
    }

.modules_button_content_img {
    display: inline-block;
    vertical-align: middle;
}

.modules_button_content_text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.modules_button:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    height: 40px;
    margin-bottom: 4px;
    padding-top: 5px;
    padding-left: 5px;
}

.span1200 {
    width: 1190px;
    display: block;
    text-align: left;
}

.modules_caption {
    font-size: 26px;
    color: #373737;
}

.widget_buttons_div {
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-decoration: none;
    position: relative;
}

.addWidget-repeater a{
    text-decoration: none;
    line-height: 28px;
    color: #0088d6 !important; 
    text-align: left;
    font-size: 14px;
}

.addWidget-repeater_label {
   /* text-transform: uppercase;*/
    margin-top: 34px;
    margin-bottom: 18px;
}

.addWidget-body {
    background-color: white!important;
}

.editDashboardLayout-body {
    background-color: white!important;
}

.editDashboardLayout-label {
    font-size: 14px;
    text-align: left;
}

.editDashboardLayout-columnsAmountCombobox {
    margin-bottom: 35px;
    margin-top: 6px;
    width: 86px;
}

.editDashboardLayout-columnsAmountCombobox > tbody > tr > td > input{
    padding-left: 13px !important;
}

.editDashboardLayout-buttonsContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.editDashboardLayout-percentage_container {
    margin-top: 36px;
    text-align: left;
}

.editDashboardLayout-percentage {
    margin-right: 34px;
}

.editDashboardLayout-percentage_label {
    height: 11px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #888888;
    margin-right: 8px;
}

.editDashboardLayout-percentage_percent {
      font-family: Roboto;
      font-size: 14px;
      line-height: 1.71;
      color: #373737;
    width: 26px;
    display: inline-block;
    text-align: right;
}

.editDashboardLayout-percentage_percent.staticPercent {
    width: auto;
}

.editDashboardLayout-percentage_percent.floatLeft {
    float: left;
}
.editDashboardLayout-percentage_percent.floatRight {
    float: right;
}

.editDashboardLayout-slider_column span {
      font-family: Roboto;
      font-size: 14px;
      line-height: 1.71;
      color: #373737;
    background: white;
    padding-right: 5px;
    padding-left: 5px;
}

.tmf_label_text {
    font-size: 14px;
}

/* fix grid rows
.dx-ar {
    text-align: left;
}

.dx-aс {
    text-align: left;
}*/

/*.menuButtons .dxm-item.dxm-hovered, .menuButtons .dxm-item.dxm-hovered a.dx {
    background-color: transparent !important;
}*/

.tal-grid {
    /*width: 1200px;*/
}



.tal-title {
    font: inherit;
    font-weight: bold;
    font-size: 15px;
    color: #2C7FA7;
    margin-bottom: 5px;
}

.tal-act-title {
    font-weight: bold;
    font-style: italic;
    color: #11C75B;
    font-family: Verdana;
}

.tal-act-title-img {
    vertical-align: top;
}

.tal-item-header {
     color: #888888;
}

.tal-btn {
    margin: 0px;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

    .tal-btn:hover {
        color: #fff;
        border-radius: 2px;
    }

.tal-btn-main {
    background-color: #F1F1F1;
    color: #000000;
    height: 34px;
    width: 90px;
    border: 1px solid #888888;
    border-radius: 3px;
    padding: 3px 0px;
    font-family: inherit;
    font-size: 14px !important;
    padding-left: 13px;
    padding-right: 13px;
}

    .tal-btn-main:hover {
    cursor: pointer;
    }


.tal-btn-rlb {
    background: #F1F1F1 url('../Icons/Rollback.svg') 4px 6px no-repeat;
}

    .tal-btn-rlb:hover {
    }

.tal-btn-dwn {
    background: #F1F1F1 url('../Icons/download.svg') 7px 6px no-repeat;
}

    .tal-btn-dwn:hover {
    }

.tmf_activities_row_wrapper {
    padding-top: 10px;
    background-color: #f5f6f7;
}

.tmf_activities_row {
    position: relative;
      font-size: 14px;
    font-family: 'Roboto';
    background-color: #ffffff;
    margin: 3px;
    border-radius: 3px;
    padding:20px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
      color: #373737;
}

.tmf_activities_image_div {
    float:left; 
    margin: 0px 15px 7px 0;
}

.tmf_activities_image, .tmf_activities_image_uploaded, .tmf_activities_image_notuploaded, .tmf_activities_image_file {
    border-radius: 3px;
    padding: 4px !important;
}

.tmf_activities_image_file {
    border: solid 1px #dddddd;
}

.tmf_activities_image_uploaded {
    border: dashed 2px #dddddd;
}

.tmf_activities_image_notuploaded {
    border: dashed 2px #f8a3a0;
}

.tmf_activities_filename {
    font-size: 18px;
}

.tmf_activities_status {
      margin-top: 5px;
    margin-bottom: 25px;
    height: 17px;
}
.tmf_activities_info {
      margin-top: 5px;
}
.tmf_activities_minibuttons {
    float: right;
}
.tmf_activities_actionbutton {
    float: right;
    margin-top: -12px;
}
.tmf_activities_text_version {
    color: #f07d00;
    margin-left: 10px;
}

.tmf_status_flag {
    display: inline-block;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px; 
    padding-bottom: 4px;
    border-radius: 3px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.tmf_status_flag.reviewed{
    color: #e46703;
    background-color: #fdecd9; 
}
.tmf_status_flag.approved{
    color: #008a4a;
    background-color: #d2f9e5;
}
.tmf_status_flag.locked{
    color: #1080b8;
    background-color: #e2f8fd;
}
.tmf_status_flag.init{
    color: #373737;
    background-color: #d1d1d1;
}

.export_button {
    padding: 5px;
}

.search_button {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.search_textbox {
    height: 34px;
    width: 250px;
}

.dxfmControl_Material .dxfm-toolbar {
    background-color: #F5F6F7;
}

.dxfmControl_Material .dxfm-file .dxgv.dxfm-fileThumb {
 padding-top: 7px; 
 padding-bottom: 7px;
}

.action-btn-save, .action-btn-cancel {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 10%;
    height: 34px;
    background-color: #F07D00;
    border: 1px solid #F07D00;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    padding: 3px 0px;
    color: #fff;
    font-size: 14px !important;
}

.tmf-select {
    padding: 2px;
    margin-left: 10px;
    height: 34px;
}

.tmf-templates-checkbox {
    margin-left: 10px;
    margin-top: 8px;
}

.tmf-templates-textbox {
    height: 34px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    resize: none;
}

.tmf-templates-textbox:disabled {
    border: none;
    background-color: transparent;
    padding: 0;
}

.tmf-templates-naming {
    height: 30px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    resize: none;
    padding: 2px 15px;
    width: 80px;
}

.tmf-templates-naming:disabled {
    background-color: transparent;
}

.tmf-attr-select, .tmf-attr-select:disabled {
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #d1d1d1;
    height: 34px;
}

/*---- edc ---*/
/*
        .yellowZpng
         {
             background: url(images/Warnings/yellow.png) no-repeat;
            /* background-repeat:no-repeat;
               
                background-position:center;*/ 
/*         }
         .greenZpng
         {
             background: url(images/Warnings/green.png) no-repeat;
          
         }
         .redZpng
         {
             background: url(images/Warnings/red.png) no-repeat;
         }
         .blankZpng
         {
             background: url(images/Warnings/blank.png) no-repeat;
         }
         .blueZpng
         {
             background: url(images/Warnings/green.png) no-repeat;
         }
*/
/*---- /edc ---*/

.menudiv1_class {
/*    float: right; */
/*    padding-right: 20px; */
}

.culture-list__class {
    border: none; 
}

/* <searchbox> global searchbox */
/*.ms-sbinput input {
    outline: none;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    box-shadow: 0 0;
    width: 250px;
    height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 10px;
    transition: all 0.2s ease 0s;
}

.ms-sbinput input:focus {
    border: 1px solid #373737;
}
.ms-sbgo input {
    position: relative;
    left: -35px;
    top: 2px;
}

.ms-sbgo input:focus {
    border: 0px !important;
}
/* </searchbox> */


/* <top navigation menu>*/
/* profile menu, language menu, help link */

/* profile picture*/
.profile-menu-top dxWeb_mHorizontalPopOut_XafTheme {
    width:13px;
    height:10px;
}
.profile-menu-div {
    display: inline-block;
}
.Master_Head_menu_right {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}
/* <language menu style> */
.languages-menu {
    display: inline-block;
}
.languages-menu span {
    font-size: 14px;
    font-family: 'Roboto';
    color:#888888;
}    
.languages-menu .menuButtons {
    min-width: 50px !important;
}

.languages-menu .menuButtons .dxm-item a.dx {
    padding-top: 11px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 30px;
}
/*
    .languages-menu .dxm-popOut {
        display: block;
        margin-top: -29px;
        height: 10px;
        padding: 0px;
        margin: 0px;
        padding-top: 14px !important;
    }
        .languages-menu .dxm-popOut img {
            margin: 0px;
            position: relative;
            top: 2px;
        }
*/

.selected_lng__class{
    background-color: #f5f5f5;
}

.help-menu .dxm-horizontal .dxm-image-l .dxm-content {
	padding: 14px 0px 15px 19px;
	text-align:right;
}

/* </language menu style> */

/*
span.HelpLink {
    float: left;
    height: 10px;
    margin-top: 10px;
    text-align: right;
    position: relative;
    margin-right: 10px;
}
span.HelpLink a {
    font-family: 'Roboto';
    font-size: 14px;
    color: #888888;
    text-decoration: none;
}
*/

ul.dx.dxm-noImages.dxm-gutter li.dxm-item.dxm-hovered {
/*    margin-top: -1px;
    margin-bottom: -1px; */
    border: 0px solid #373737;
    background: #e1e1e1;
}
/* </top navigation menu>*/

/*<layout button>*/
/* галочка у кнопки рядом с текстом */
.layoutBtnCSS .dxWeb_mHorizontalPopOut_XafTheme dxm-pImage {
    float:left;
}
.layoutBtnCSS {
    display: inline-block;
    /* button fix
    padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    /*fix layout and export buttons*/
    /*min-width: unset !important;*/
}
    .layoutBtnCSS a {
        /*fix layout and export buttons*/
        padding-left: 0px !important;
    }

/*</layout button>*/
/*<expand-collapse group button>*/
.fLayoutGroup_label__class {
    /*color: #373737;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 11px;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.11;
    text-align: left;
    text-decoration: none;*/
}
.ColExpImg {
    /*padding-bottom: 3px;*/
    margin-right: 5px;
}
/*</expand-collapse group button>*/

/*-- <popup> --*/
.dxpcLite_XafTheme .dxpc-header, .dxdpLite_XafTheme .dxpc-header {
    background: none;
    border: 0px;
    padding: 30px 25px 0px 25px;
}
.dxpcLite_XafTheme .dxpc-content, .dxdpLite_XafTheme .dxpc-content {
    padding: 14px 25px 15px 25px;
}
.dxpcLite_XafTheme .dxpc-footer, .dxdpLite_XafTheme .dxpc-footer {
    background: none;
    padding: 0px 25px 25px 25px !important;
}
.dxpcLite_XafTheme .dxpc-closeBtn {
    border: 0px;
    background: none;
    box-shadow:none;
}
.dxWeb_pcCloseButton_XafTheme {
    background-position: 0px 0px;
    background-image: url(/App_Themes/XafTheme/css/IMAGES/close_widget.png);
    background-repeat: no-repeat;
    margin-right: 3px !important;
}
.dxpc-closeBtnHover .dxWeb_pcCloseButton_XafTheme {
    border: 0px;
    background: none;
    box-shadow:none;
    background-position: 0px 0px;
    background-image: url(/App_Themes/XafTheme/css/IMAGES/close_widget.png);
    background-repeat: no-repeat;
}
.dxpcLite_XafTheme .dxpc-mainDiv {
    border-radius: 4px;
    border: 0px solid #b1b1b1;
}
.dxbButton_XafTheme {
    border-radius: 3px;
    background-color: #e1e1e1;
    border: solid 1px #888888;
    height: 34px;
}
.dxbButtonHover_XafTheme {
    color: #373737;
    background-color: #d1d1d1 !important;
    box-shadow: none;
}
.dxbButtonPressed_XafTheme {
    color: #373737 !important;
    background-color: #b3b3b3 !important;
    box-shadow: none;
}
.dxbButton_XafTheme div.dxb {
    border:none;
}
.dxbButton_XafTheme div.dxb {
    border:none;
}
.dxpcLite_XafTheme.dxpc-mainDiv {
    border-radius: 4px;
}
/*-- </popup> --*/

/*-- <Material Fields global> --*/
.dxeTextBox_Material {
    border: 1px solid #d1d1d1;
}
.dxeButtonEdit_Material {
    border: 1px solid #d1d1d1;
    transition: border 0.2s ease 0s;
}
.dxeButtonEditButtonHover_Material {
    background-color: white;
}
.dxeButtonEditButtonPressed_Material {
    background-color: white;
}
    .dxEditors_edtDropDown_Material, /* trackit fields fix */
    .dxEditors_edtDropDownDisabled_Material, /* disabled */
    .dxeButtonEditButtonHover_Material .dxEditors_edtDropDown_Material,
    .dxeButtonEditButtonPressed_Material .dxEditors_edtDropDown_Material {
        background-position: 0px 0px;
        background-image: url(../Icons/dropdown_arrow.svg);
        width: 13px;
        height: 10px;
    }
/*-- </Material Fields global> --*/

/*-- <PopUp Dialog> --*/
/* header */
/*.dxpcLite_Material .dxpc-header {
    padding: 18px 10px 16px 12px;
}
.dxWeb_pcCloseButton_Material {*/
    /*background-position: 0px 0px;
    background-image: url(/App_Themes/XafTheme/css/IMAGES/close_widget.png);*/
}
/* form fields */
/*.dxflItemSys.dxflCLTSys .dxflCaptionCell_Material {
    padding: 0px 0px 3px 0px;
}
.dxgvPopupEditForm_Material {
    padding: 0px 25px 25px 25px;
}
.dxpcLite_Material .dxpc-header{
    padding: 30px 25px 14px 25px;
}
.dxpcLite_Material .dxpc-headerText {
    font-size: 18px;
    color:#373737;
}
.dxflFormLayout_Material .dxflCaption_Material {
    font-size: 14px;
    color: #373737;
}*/
/*-- </PopUp Dialog>--*/

/* --- <cFileControl> --- */
.cFileControl_iframe {
    width: 100%;
    height: 180px;
    border: solid 0px #d1d1d1;
    border-radius:3px;
    min-width: 480px;
}
.dxflFormLayout_Material iframe,
iframe.cFileControl_iframe { /* for file upload */
    width: 100%;
}

.cFileControl_button {
    position: absolute;
}
.cFileControl_list {
    min-height: 90px;
    position: absolute;
    top: 36px;
    border: 0px solid #d1d1d1;
    border-radius: 3px;
    width: 99%;
    height: 100px;
    overflow-y: auto;
}
.cFileControl_grdFiles {
    color:#373737;
    font-family: Roboto;
    font-size: 14px;
    width:100%;
    border-collapse:collapse;
    border-spacing: 0px 5px;
}
.cFileControl_grdFiles td {
    border-bottom: 0px solid #d1d1d1;
    padding: 4px 0px 4px 10px;
    background-color: #e1e1e1;
}
    .cFileControl_grdFiles td:first-child {
        border-radius: 3px 0px 0px 3px;
    }
    .cFileControl_grdFiles td:last-child {
        border-radius: 0px 3px 3px 0px;
        padding: 4px 10px 4px 10px;
        box-sizing: border-box;
        width: 40px;
    }
    .cFileControl_grdFiles a {
        font-size: 14px;
        text-align: left;
        color: #008dd6 !important;
        text-decoration: none;
    }
    .cFileControl_grdFiles a:hover {
        font-size: 14px;
        color: #016ca3 !important;
        text-decoration: none;
    }
/* Upload button */
.dxucTextBox_XafTheme {
    /*background-color:transparent;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0 !important;
}
.dxucBrowseButton_XafTheme {
    color: #373737 !important;
    margin-right: 10px;
    float: right !important;
    border-radius: 3px !important;
    background-color: #e1e1e1 !important;
    border: solid 1px #888888 !important;
    padding: 5px 20px 5px 20px !important;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    transition: background-color 0.2s ease 0s;
}
.dxucBrowseButtonHover_XafTheme {
    background-color: #d1d1d1 !important;
}
.dxucBrowseButtonPressed_XafTheme {
    background-color: #b3b3b3 !important;
}
dxucBrowseButton_XafTheme.dxbf {
    padding: 10px 20px 10px 20px !important;
}
.dxucBrowseButton_XafTheme.dxbf a {
    color: #373737 !important;
    border: 0px;
}
/* --- </cFileControl> --- */

/*-- <General defaults for nullflavors> --*/
.nullFlavorDiv {
    display: inline;
}
/*-- </General defaults for nullflavors> --*/

.SubMenuPopup {
    left: 30px !important;
    min-width: 250px;
}

.TextOverflowEllipsis {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.MarginLeft8 {
    margin-left: 8px;
}

#GlobalAuditTrailDiv {
    margin-left: 15px; 
    margin-bottom: 8px;
}

/*-- <MedDRA> --*/
/* MedDRA tab fixes */
.MedDRA_Body .dxTabs_class .dxtc-strip {
    margin-bottom: 0 !important;
    margin-top: 20px;
    border-bottom: solid 0px #d1d1d1 !important;
    margin-left: 25px;
}
.MedDRA_Body .dxtcLite_Material > .dxtc-content {
    padding: 0 !important;
    margin: 0;
}
/* /MedDRA tab fixes */
.MedDRA_Body {
    background-color:white !important;
}

.MedDRA_caption_row {
    height: 30px;
    vertical-align: top;
}

.MedDRA_dictionary, .previousCode {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    text-align: left;
    color: #888888;
}

.MedDRA_dictionary_text, .previousCodeText {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    text-align: left;
    color: #373737;
}

.MedDRA_iframe {
    width:100%;
    height:490px;
    border: 0px;
    margin-top: 14px;
}

/* <MedDRA tabs> */
.PageControl_tabs .dxtc-leftIndent {
    margin-left: 4px !important;
}

.PageControl_tabs .dxtc-activeTab {
    border-bottom: 3px solid #f07d00;
}
.PageControl_tabs .dxtc-activeTab .dxtc-link {
    padding: 14px 15px 2px 16px;
    
}
/* </MedDRA tabs> */

/* <MedDRA controls> */
.MedDRA_toolbar {
    margin-left: 25px;
}

.MedDRA_toolbar .dxichCellSys {
    margin: 0;
    padding: 0px 0px 0px 15px !important;
}

.PageControl_tabs .dxtc-stripContainer .dxtc-link {
    padding: 14px 15px 2px 16px;
    font-weight: 500;
    color:#888888;
}

.MedDRA_toolbar .dxichTextCellSys {
    margin: 0;
    padding: 0px 0px 0px 6px !important;
    color: #373737;
}

.MedDRA_showNonCurrentLlt label {
    font-family: Roboto;
    font-size: 14px;
    color: #373737;
}

.MedDRA_showOnlyAsters label {
    font-family: Roboto;
    font-size: 14px;
    color: #373737;
}

.ac_input {
    width: 255px;
    height: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    color: #373737;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    outline: none;
    padding-left:10px;
    padding-right:10px;
    margin: 0px 10px 0px 0px;
}

    .ac_input:focus {
        border: 1px solid #373737;
        outline:none;
    }

.MedDRA_ButtonFind {
    height:34px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 7px 20px 7px 20px;
    box-shadow: none;
    transition: background-color 0.2s ease 0s;
}

.MedDRA_ButtonFind div.dxb {
    padding-top:0px;
    padding-bottom:0px;
}

.MedDRA_ButtonSelect {
    margin-left: 25px;
    padding: 6px 15px 6px 15px;
    background-color:#f07d00;
    border: 1px solid #f07d00;
    color:white;
    box-shadow: none;
    transition: background-color 0.2s ease 0s;
}

.MedDRA_ButtonSelect:hover {
    background-color:#e46703 !important;
    color:white !important;
}

.MedDRA_ButtonSelect:active {
    background-color:#c45903 !important;
    color:white !important;
}

.MedDRA_ButtonSelect div.dxb {
    padding-top:0px;
    padding-bottom:0px;
}
/* </MedDRA controls> */

/* <MedDRA popup> */
.MedDRA_PopupControl .dxpc-content {
    padding: 0 !important;
}

.MedDRA_PopupControl .dxpc-headerText{
    font-family: Roboto;
    font-size: 18px;
}

.meddra-popup-footer {
    padding: 0;
    padding-left: 25px;
}
/* </MedDRA popup> */

/* <MedDRA Tree> */
.MedDRA_Content {
    padding: 0 !important;
}

.contentControlClass {
    height: 310px;
    overflow: auto;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.16);
    padding-left:30px;
}

.contentControlClass .dxtlDataTable {
    border: 0;
}

.contentControlClass .dxtlHeader_Material {
    border: 0;
    border-bottom: 2px solid #d1d1d1;
    background-color:transparent;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: 0.3px;
    text-align: left;
    color: #373737;
    padding-bottom: 8px;
    padding-top: 8px;
}

.contentControlClass .dxtlSelectionCell_Material,
.contentControlClass .dxtlSelectedNode_Material td.dxtl,
.contentControlClass .dxtlNode_Material td.dxtl {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}
/*selection*/
.contentControlClass .dxtlSelectedNode_Material td.dxtl,
.dxtlSelectedNode_Material .dxtlSelectionCell_Material {
    background-color: #f1f1f1;
    transition: background-color 0.2s ease 0s;
}

/* </MedDRA Tree> */

/* <MedDRA Table> */
.meddra_gridItem__class a {
    text-decoration:none;
    margin-left:5px;
}
.meddra_grid__class {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fefefe;
}
.meddra_grid__class th {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: left;
    padding: 7px 0px 8px 5px;
}
.meddra_grid__class th:first-child {
    width:55px;
}
.meddra_grid__class th:last-child {
    border-right: 0px solid #d1d1d1;
}
.meddra_grid__class td {
    border: 0;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding: 7px 0px 8px 5px;
    font-family: Roboto;
    font-size: 13px;
    color: #373737;
}
.meddra_grid__class td:last-child {
    border-right: 0px solid #d1d1d1;
}
.meddra_panel__class > table {
    table-layout: fixed;
}
.meddra_panel__class > table div {
   overflow: auto;
}
/* </MedDRA Table> */

/* <MedDRA Buttons> */
.meddra-form-btn-save:hover {
    color: #fff !important;
    background-color: #e46703 !important;
}
.meddra-form-btn-save:active {
    color: #fff !important;
    background-color: #c45903 !important;
}

.meddra-form-btn-cancel:hover  {
    background-color: #d1d1d1 !important;
}

.meddra-form-btn-cancel:active {
    background-color: #b3b3b3 !important;
}

.meddra-form-btn-cancel {
    color: #373737 !important;
    margin-right: 10px;
    border-radius: 3px !important;
    background-color: #e1e1e1 !important;
    border: solid 1px #888888 !important;
    padding: 7px 23px 7px 23px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    transition: background-color 0.2s ease 0s;
    cursor: pointer;
}

.meddra-form-btn-save {
    color: #fff !important;
    margin-right: 10px;
    border-radius: 3px !important;
    background-color: #f07d00 !important;
    border: solid 1px #f07d00 !important;
    padding: 7px 23px 7px 23px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    transition: background-color 0.2s ease 0s;
}

.meddra_panel__class {
    text-align: left;
}

.meddra_control__class {
    border: 0;
    background-color: transparent; /*#f1f1f1*/
    width: 100%;
}
/* </MedDRA Buttons> */

.levelColumnCellStyle {
    width: 50px;
}

/*-- </MedDRA> --*/

/*<mainContent>*/
.mainContent__class {
    background-color: #F1F1F1 !important;
    padding-left: 20px;
    padding-right: 20px;
}
/*</mainContent>*/

/*<Tabs>*/
/*
.dxtcLite_XafTheme {
    width:100%; /* tab line full page width */
}
/*
.dxtcLite_Material > .dxtc-strip {
    margin-bottom: 25px !important;
    margin-top: 15px!important;
}

.dxtcLite_XafTheme > .dxtc-strip {
    margin-bottom: 25px !important;
    margin-top: 15px!important;
}

.dxtcLite_XafTheme > .dxtc-content {
    background-color: transparent !important;
    border: none !important;
}
*/
/*</Tabs>*/

/* <Audit Trails> */
.audit-table {
    font-size: 14px;
    font-family: 'Roboto';
}

.auditTrailPaddingRigth {
    padding-right: 10px;
}

/*flex_textbox*/
.cpr_aTextBox {
    height: 30px !important;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding-right:10px;
    padding-left:10px;
    transition: border 0.2s ease 0s;
}
.cpr_aTextBox:focus {
    border: 1px solid #373737;
}

.cpr_aDropDownList {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding-right:10px;
    padding-left:10px;
}
.cpr_aDropDownList:focus {
    border: 1px solid #373737;
}

/* </Audit Trails>*/

/* PDF preview - download file */
.btnDownloadFile {
  border-radius: 3px;
  background-color: #f07d00;
  box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin: 5px;
    margin-left: 10px;
    padding: 8px 5px;
 
}
.btnDownloadFile {
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
    padding: 8px 15px;
    text-decoration: none;
}

.downloadFile {
    width: 100%;
    height: 41px;
    display: inline-flex;
}

.downloadFile p {
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #000000;
    display: inline-flex;
}

.downloadFile span {
    color: #ffffff;
    padding: 12px 5px; 
    font-family: Roboto;
    font-size: 14px;
    text-align: left;
}
/* PDF preview - download file end */

/* <breadcrumbs> */
.Master_Head_breadcrumbs_left,
.Master_Head_breadcrumbs_left a {
    font-size:14px;
    font-family:'Roboto';
    text-decoration: none;
    color: #8888;
}
/* </breadcrumbs> */

/*<showDetails>*/
.showDetails {
    font-size:14px;
}
.showDetailsLabel {
    font-size:14px;
    font-weight: normal;
    color: #888888;
    margin-right: 8px;
}
.showDetailsTbl td {
    padding-top: 8px;
}
/*</showDetails>*/

/* <validation popup> */
.validation-popup-text {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
}
.ui-button {
    color: #373737;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 25px 7px 25px; /* !important*/
    border: 1px solid #888888;
    background-color: #e1e1e1;
    transition: background-color 0.2s ease 0s;
    outline: none;
}
    .ui-button:focus {
        color: #373737;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #888888;
        background-color: #e1e1e1;
    }
    .ui-button:hover {
        color: #373737;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #888888;
        background-color: #d1d1d1;
    }
    .ui-button:active {
        color: #373737;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #888888;
        background-color: #b3b3b3;
    }
.ui-button-orange {
    color: white;
    background-color: #f07d00;
    border: solid 1px #f07d00;
}
    .ui-button-orange:focus {
        color: white;
        border: 1px solid #e46703;
        background-color: #e46703;
    }
    .ui-button-orange:hover {
        color: white;
        border: 1px solid #e46703;
        background-color: #e46703;
    }
    .ui-button-orange:active {
        color: white;
        border: 1px solid #c45903;
        background-color: #c45903;
    }
/* </validation popup> */

/*<reportView>*/
.chart-table {
    width: 100%;
    table-layout: fixed;
}
.gridOverflow {
    overflow:auto !important;
    width: 100% !important;
    padding-bottom: 10px;
}
.grdToolbar_rigth_search_class {
    display: inline-block;
    float: right;
}
.grdToolbar_main_class {
    padding-top: 10px;
    width: 100%;
    height: 44px;
}
.ReportDescription_class {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
}
.ReportParamCell_class {
    font-size: 14px !important;
    text-align: left;
    min-width: 220px;
    max-width: 250px;
    display: inline-block;
    padding-right: 15px;
}
.ReportParam_table_class {
    padding-bottom: 10px;
}
.ReportParamDateTable_class .ReportParamCell_class {
    min-width: initial;
    max-width: initial;
    display: table-cell;
}
.PVReport_Chart_class {
    display: inline-block;
    box-shadow: 0px 2px 4.9px 0.1px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
}
.PVReport_Chart_class img {
    border-radius: 3px;
}
.PVReports_Legend_class {
    display: inline-block;
    vertical-align: top;
}
/*<reportViewChart>*/
.chart-sett-chk {
    margin-right: 10px;
}
.chart-sett-chk input[type="checkbox" i]{
    margin-left: 0px;
    margin-right: 8px;
}

.chart-container {
    width: 100%;
    /* background: #FFF8ED; */
    /*padding: 6px;*/
    /* text-align: right; */
    /* border-top: 1px solid #DACEBA; */
    /* border-left: 1px solid #DACEBA; */
    /* border-right: 1px solid #DACEBA; */
    padding-left: 5px;
}
    .chart-container td {
        padding-left: 10px;
        padding-bottom: 20px;
    }

.chart-descr {
    font-size: 14px;
    font-family: Roboto;
    /* font-style: italic; */
    /* padding-left: 14px; */
    display: block;
    margin: 20px 0px;
}

.chart-title {
    font-size: 24px;
    /* text-decoration: underline; */
    color: #373737;
}
/*</reportViewChart>*/
/*</reportView>*/

/*<common controls>*/
/*.flex_label {
    color: #373737;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 25px;
}
.flex_label_narrow {
    color: #373737;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: normal;
    padding-bottom: 5px;
    display: block;
}
/*<default button>*/
/*.flex-button-gray {
    color: #373737 !important;
    float: right !important;
    border-radius: 3px !important;
    background-color: #e1e1e1 !important;
    border: solid 1px #888888 !important;
    padding: 6px 15px 5px 15px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    /*outline: 0 !important;*/
/*    transition: background-color 0.2s ease 0s;
    cursor: pointer !important;
    box-shadow: unset;
}
.flex-button-gray:hover,
.flex-button-gray-floatleft:hover  {
    background-color: #d1d1d1 !important;
}
.flex-button-gray:active,
.flex-button-gray-floatleft:active {
    background-color: #b3b3b3 !important;
}
.flex-button-gray-floatleft {
    color: #373737 !important;
    border-radius: 3px !important;
    background-color: #e1e1e1 !important;
    border: solid 1px #888888 !important;
    padding: 7px 15px 7px 15px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    transition: background-color 0.2s ease 0s;
    cursor: pointer !important;
    box-shadow: unset;
    margin-top: 0px;
}
.flex-button-gray-floatleft div.dxb {
    padding: 0;
}
.flex-button-gray-floatleft span.dx-vam {
    padding: 0;
}
/*</default button>*/
/*<input button orange>*/
/*.flex-button-orange {
    color: #fff !important;
    border-radius: 3px !important;
    background-color: #f07d00 !important;
    border: solid 0px #f07d00 !important;
    padding: 8px 15px 9px 15px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    /*outline: 0 !important;*/
/*    transition: background-color 0.2s ease 0s;
    cursor: pointer;
    white-space: nowrap;
}

    .flex-button-orange:hover {
        color: #fff !important;
        background-color: #e46703 !important;
    }

    .flex-button-orange:active {
        color: #fff !important;
        background-color: #c45903 !important;
    }
/*</input button orange>*/
/*<input button green>*/
/*.flex-button-green {
    color: #fff !important;
    border-radius: 3px !important;
    background-color: #74c233 !important;
    border: solid 0px #74c233 !important;
    padding: 7px 15px 6px 15px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;*/
    /*outline: 0 !important;*/
    /*transition: background-color 0.2s ease 0s;
    cursor: pointer;
    display: inline-block;
}
.flex-button-green:hover  {
    background-color: #5fa029 !important;
}
.flex-button-green:active {
    background-color: #45761c !important;
}*/
/*</input button green>*/
/*<select combobox dropdown>*/
/*.flex_dropdown {
    width: 290px;
    height: 34px !important;
    padding: 0px;
    padding-left: 7px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    transition: border 0.2s ease 0s;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/App_Themes/Material/Editors/dropdown_arrow_select.svg) no-repeat center right;
    padding-right: 30px;
    padding-left: 5px;
}
    .flex_dropdown:focus {
        border: 1px solid #373737;
    }
/*</select dropdown combobox>*/
/*<a link>*/
.flex__link {
    color: #008dd6 !important;
    font-family: Roboto;
    font-size: 14px;
}
.flex__link:hover {
    color: #016ca3 !important;
    cursor:pointer;
}

.flex__link_nounderline {
    color: #008dd6 !important;
    font-family: Roboto;
    font-size: 14px;
    text-decoration: none;
}
.flex__link_nounderline:hover {
    color: #016ca3 !important;
    cursor:pointer;
    text-decoration: underline;
}
/*</a link>*/
/*</common controls>*/

/*<grid and pivotgrid toolbar section>*/
.grdToolbar_left_elements_class {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.grdToolbar_left_elements_class table {
    height: 34px !important;
    font-size: 14px;
    font-family: 'Roboto';
    /*margin-left: 10px;*/
}
.grdToolbar_left_elements_class select {
    height: 34px;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    transition: border 0.2s ease 0s;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/App_Themes/Material/Editors/dropdown_arrow_select.svg) no-repeat center right;
    padding-right: 30px;
    padding-left: 10px;
    border: 1px solid #d1d1d1;
    margin-left: 8px;
}
.grdToolbar_left_elements_class select:focus {
    border: 1px solid #373737;
}
.grdToolbar_left_elements_class a {
/*    padding: 3px; */ /*button fix*/
}

.gridPivotLink_class {
    color:#008dd6;
    display:block;
    padding-top: 9px;
    font-size: 14px;
    text-decoration: none;
}
.gridPivotLink_class:hover {
    color:#016ca3;
    text-decoration:underline;
}
.gridPivotLink_class img {
    padding-right: 6px;
    vertical-align: middle;
}
.gridPivotAtoolbar_class {
    display:inline-block;
    width: 770px;
}
.gridPivotAtoolbar_class li {
    vertical-align:middle !important;
}
.PV_pnl_menu_up_toolbar {
    padding-top: 25px;
    padding-bottom: 10px;
}
.cbDrawChart {
    padding-right: 30px;
}

.PVPivotTChartToolbar .dxm-image-l .dxm-content {
    padding: 8px 8px 8px 12px !important;
}
.PVPivotTChartToolbar {
    border: 0 !important;
}
.PVPivotTChartToolbar li {
    height: 34px;
    line-height: 34px;
}
/*</grid and pivotgrid toolbar section>*/

/* <calendar> */
.lblCalendar_class {
    color: transparent;
}

.btnLink
{
    color: #008dd6 !important;
    background-color:transparent!important;
    border: solid 0px transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    cursor: pointer;
    box-shadow: none !important;
}
.btnLink.dxbButtonChecked_XafTheme
{
    color: #373737 !important;
    background-color:transparent!important;
    border: solid 0px transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    cursor: pointer;
    box-shadow: none !important;
}
.btnLink:hover {
    color: #016ca3 !important;
    text-decoration: underline !important;
}
.btnLink:active {
    color: #016ca3 !important;
    text-decoration: underline !important;
}
.caseCalendar_class .dxeFocused_Material {
    /*border: 1px solid #f07d00;*/
}
.showWeekend_box .dxichTextCellSys {
    padding-top: 8px !important;
}
/* Appointment */
.dxscApt.dxsc-selected .dxsc-apt-content-layer span {
    color: #888888;
}
.dxsc-apt-custom-background {
    background-color: #009688!important;
    opacity: 0.25;
}
.dxscAppointmentForm {
    padding: 0px 25px 25px 25px;
}
/* Narrow calendar */
/*.dxeCalendarDay_Material {
    padding: 10px 10px 8px 9px !important;
}
.dxeCalendar_Material td.dxMonthGridWithWeekNumbers > table > tbody > tr:last-child > td,
.dxeCalendar_Material td.dxMonthGrid > table > tbody > tr:last-child > td {
    padding-bottom: 25px !important;
}*/
/* </calendar> */

/* <combobrowse in editform fix> */
/* ripple container in Material theme causes problem in listbox in edit form - removed for now.*/
/*.dxgvPopupEditForm_Material .dxeListBoxItemRow_Material .dxRippleContainer {
    display: none;
}*/
/* </combobrowse in editform fix> */
/*<calendar filter>*/
    .fieldLabel {
        color: #373737;
        font-size: 14px;
        font-family: 'Roboto';
        padding-bottom: 4px;
        display: inline-block;
    }
.filterCalendar td {
    padding-right: 20px;
    padding-top: 11px;
    width: 200px;
}
/*.filterCalendar .ms-sbinput input {
    width: 157px !important;
}*/
/*.filterCalendar .ms-sbgo input {
    left: -55px !important;
}*/
.leftsettings_class .dxichCellSys > .dxICheckBox_XafTheme {
    margin-left: 0px;
}
.pageMainHeader_calss {
    font-family: Roboto;
    font-size: 26px;
    line-height: 0.6;
    text-align: left;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 8px;
}
.pageMainHeader2_calss {
    font-family: Roboto;
    font-size: 26px;
    line-height: 0.6;
    text-align: left;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 24px;
}
.pnl_sharedc_class {
    display: inline-block;
}
/*</calendar filter>*/
/*<news grid>*/
.newsGrid .dxgvTable_XafTheme {
    background-color: #f1f1f1;
    border: 0;
}

.news-container {
    padding: 25px 20px 25px 20px;
    margin-right: 5px;
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5.8px 0.2px rgba(9, 9, 9, 0.15);
    border-radius: 3px;
}

.news-title a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.2px;
    text-align: left;
    color: #373737;
}

.news-date {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.11;
    text-align: left;
    color: #888888;
}

.news-control-link {
    font-family: Roboto;
    font-size: 14px;
    color: #088dd6 !important;
    text-decoration: none;
}

    .news-control-link:hover {
        color: #016ca3 !important;
        text-decoration: underline;
    }

.news_title {
    font-size: large;
    font-family: Tahoma;
    font-weight: bold;
}

.news_date {
    float: right;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    color: #088dd6;
    padding-right: 5px;
    padding-bottom: 9px;
    text-decoration: none;
}

    .news_date:hover {
        color: #016ca3;
        text-decoration: underline;
    }

.news_body {    
    /*padding: 10px 0px 20px 0px;*/ /*fix home page news*/
    clear:both;
    font-family: verdana;
}

        .news-sep-top{
            width: 100%;
            border: 1px dotted #cecece;            
            margin: 5px 0px;
        }
        .news-sep-btm{
            width: 100%;
            height: 3px;            
            background-color: #0094ff;
        }
        .news-control-container{
            text-align: center; 
            margin: 10px 0px 1px 0px;
        }
        .news-control-img{
            margin-bottom: 4px;
        }
/*</news grid>*/
/*<other modules>*/
.modulesText {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    margin-bottom: 30px;
}
.otherModulesSiteMap a {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.4px;
    text-align: left;
    color: #888888;
    /*text-decoration: underline;
    -moz-text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;*/
    text-decoration: none;
    border-bottom: 1px dotted #888888;
}
/*</other modules>*/
/*<PV report pivot grid>*/
/*.main_grid__class {
    overflow: auto;
}*/
.pv_pnl_pivotgrid {
    overflow: auto;
}
.pivot_grid_class {
    table-layout: fixed;
}
.pivot_grid_class .dxpgMainTable_Material {
   background-color: white;
}
/*</PV report pivot grid>*/

/* hide icons in menu */
.xafNav .dxtv-ndImg
{
/*    display: none!important; */
}
/* /hide icons in menu */

/*<#39537 fields white background fix(for borders)>*/
.dxeButtonEditButton_Material,
.dxeButtonEditButtonHover_Material {
    background-color: transparent !important;
}
/*</#39537 fields white background fix(for borders)>*/

.ChangeClientBtnClass {
   background-color: white;
   padding: 15px 15px 1px 15px;
   color: #000000;
   cursor: pointer;
}

/*</#43174 - Add icons to "tab" navigation > ///specific only for reports */
/* tabs with numbers for wizard */
.dxtc-tab .tabClassNumber,
.dxtc-activeTab .tabClassNumber {
    color: #ffffff;
    margin-right: 8px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    height: 10px;
    width: 10px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    line-height: 10px;
}

.dxtc-tab .tabClassNumber {
    background-color: #888888;
}

.dxtc-activeTab .tabClassNumber {
    background-color: #f07c00;
}

.dxtc-tab, .dxtc-activeTab {
    padding-bottom: 3px;
}

.tabNumbersControl.dxTabControl_class.dxtc-top > .dxtc-stripContainer .dxtc-tab,
.tabNumbersControl.dxTabControl_class.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {
    padding-right: 25px !important;
    padding-left: 15px !important;
}
/* /tabs with numbers for wizard */

/* HR Card */

.cardPhoto img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
}

.full_name_class {
    font-family: Roboto;
    font-size: 18px;
    color: #373737;
    font-weight: 500;
}

.hrCardLabel {
    font-family: Roboto;
    font-size: 14px !important;
    color: #5c5c5c !important;
}

.hrCardText {
    font-family: Roboto;
    font-size: 14px !important;
    color: #373727 !important;
    vertical-align: top;
}

.hrCardGroup .dxflGroupCell_Material {
    padding-bottom: 0px !important;
}
/* /HR Card */

/* <Ladders> */
.ladders_link {
    font-size: 14px;
    line-height: 1.11;
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.2s ease 0s;
    font-weight: normal !important;
    color: #008dd6;
}
    .ladders_link:hover {
        color: #00A8FF;
    }
/* </Ladders> */