/*
like ecrt.css
*/

#ecrtLightboxBackground {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: none;
}

#ecrtLightboxBackground-1 {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: none;
    z-index: 1000;
}

#ecrtLightboxBackground-2 {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: none;
    z-index: 2000;
}

#ecrtLightboxBackground-3 {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: none;
    z-index: 3000;
}

#ecrtBodyFooter {
    position: absolute;
    bottom: 0;
}

/* ~~~!!!~~~ -> to ecrt_copy.css */

.ecrtHelpMessageBodyBG {
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: none;
    z-index: 1100;
}

#ecrtFrmHelpMessage-0, #ecrtFrmHelpMessage-1, #ecrtFrmHelpMessage-2, #ecrtFrmHelpMessage-3  {
    position: absolute;
    display: none;
    z-index: 1101;
}

.ecrtHelpMessageOpacity {
    transition-property: opacity;
    transition-duration: 600ms;
}

.ecrtHelpMessageBody {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 6px;
    background-color: #6f6f7f;
    color: #fff;
}

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

.ecrtHelpMessageBody-right {}
.ecrtHelpMessageBody-right::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6f6f7f transparent transparent;
}

.ecrtHelpMessageBody-left {}
.ecrtHelpMessageBody-left::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6f6f7f;
}

/* !!! need correct !!! <<< */
.ecrtHelpMessageBody-bottom {}
.ecrtHelpMessageBody-bottom::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.ecrtHelpMessageBody-top {}
.ecrtHelpMessageBody-top::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
/* !!! need correct !!! >>> */



#ecrtBody {
    position: absolute;
    left: 160px;
    right: 0;
    width: auto;
}

#ecrtBody-0 {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: none;
}

#ecrtBody-1 {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: none;
}

#ecrtSideBarLeft {
    width: 160px;
    position: absolute;
    overflow: auto
}

#ecrtGrid {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#ecrtGridCaption {
    border-top-left-radius:  4px;
    border-top-right-radius:  4px;
}

.ecrtGridBtnClose {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 150%;
    padding: 0 3px 1px 3px;
    overflow: hidden;
    display: inline-block;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #b94646;
    font-weight: normal;
    cursor: pointer;
    background: transparent;
}

.ecrtFormBtnClose {
    position: absolute;
    top: 14px;
    padding: 0;
    overflow: hidden;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #614a4a;
    cursor: pointer;
    background: transparent;
}

#ecrtForm-0 {
    position: absolute;
    background-color: #f8f9fa;
}

#ecrtForm-1 {
    position: absolute;
    background-color: #f8f9fa;
    z-index: 1100;
}

#ecrtForm-2 {
    position: absolute;
    background-color: #f8f9fa;
    z-index: 2100;
}

#ecrtForm-3 {
    position: absolute;
    background-color: #f8f9fa;
    z-index: 3100;
}

.ecrtForm-0-middle {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.ecrtForm-0-full {
    top: 10px;
    left: 10px;
    right: 10px;
}

#ecrtForm-0-Body, #ecrtForm-1-Body, #ecrtForm-2-Body, #ecrtForm-3-Body {
    overflow: auto;
    position: relative;
}

#ecrtRootModal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ecrtTabButton {
    background-color: #e1e0e0;
    margin-left: 5px;
    margin-right: 5px;
    height: 34px;
    margin-top: 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 6px 16px !important;
}

.ecrtTabButtonActive {
    background-color: #fff;
    border-top:  1px solid #e1e0e0 !important;
    border-left:  1px solid #e1e0e0 !important;
    border-right:  1px solid #e1e0e0 !important;
    background: linear-gradient(180deg, rgba(199,210,215,1) 0%, rgba(255,255,255,0.4051995798319328) 30%, rgba(255,255,255,1) 100%);
}

.ecrtTwlStickyLeft {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 200;
__background-color: #cbd6db;
    vertical-align: middle!important;
    border-right: 1px solid #ccc;   
}

.ecrtTwlStickyRight {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    z-index: 200;
__background-color: #cbd6db;
    border-left: 1px solid #ccc; 
}

.ecrtTwlStickyTop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
__background-color: #E0E0E0;
__text-align: center!important;
__font-weight: 600;
__color: #000!important;
    border-top: 1px solid #ccc;
}

.ecrtTwlStickyBottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 100;
__background-color: #d0d4da;
}

/* D-Romanov */
html {
    overflow-y: hidden;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased!important;
}
input, select, textarea {
    border-radius: 3px;
    border: 1px solid #ccc!important;
}

#ecrtForm-0-Caption, #ecrtForm-1-Caption, #ecrtForm-2-Caption, #ecrtForm-3-Caption{
    background-color: #edead4!important;
    color: #4c4c4c!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#ecrtForm-0-Footer, #ecrtForm-1-Footer, #ecrtForm-2-Footer, #ecrtForm-3-Footer {
    background-color: #fff!important;
}

.TWListTable {
    border-collapse: separate!important; 
    border-spacing: 0!important;
    border: none;   
}

table.TWListTable th, table.TWListTable td {
    border-bottom: 1px solid #ccc;
}

table.TWListTable th:first-child, table.TWListTable td:first-child {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.errorDecorationUnderline {
    text-decoration-style__: dashed!important;
    text-decoration-color: #dd0b0b!important;
    text-decoration: underline;
}

.ecrtFormDropFileZone {
    background-color: #EEE;
    border: #999 5px dashed;
    height: 200px;
    padding: 8px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 50px;
}

.ecrtFormCaptionValue {
    color: #5f5d50;
    font-weight: bold;
}

.ecrtFormPlaceholderRed {
}
.ecrtFormPlaceholderRed::placeholder {
    color: #d32424;
    opacity: 1;
    font-style: italic;
}


#ecrtChlogModal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3000;
}

#ecrtChlog {
    z-index: 3000;
}

#ecrtChlog_ {
    max-width: calc(100% - 200px);
    height: calc(100% - 150px);    
}

#ecrtChlog-Caption {
    background-color: #307FE2!important;
    color: #fff!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ecrtChlog-Body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased!important;
    overflow: auto;
    height: calc(100% - 75px);
}

#ecrtChlog-Body table{
    border-collapse: collapse;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
}

#ecrtChlog-Body table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

#ecrtChlog-Body table tr:hover td {
  background-color: #ffedcc;
}

#ecrtChlog-Body th{
    background-color: #ff9800;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

#ecrtChlog-Body td{
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.ecrtGridContainerBtnLeft {
    display: inline-block;
    width: calc(100% - 80px);
    box-sizing: border-box;
}

.ecrtGridContainerBtnRight {
    display: inline-block;
    width: 80px;
    float: right;
    box-sizing: border-box;
    text-align: right;
    visibility: hidden;
}

#ecrtGridModalOption {
    display: none;
    position: absolute;
    border: 1px solid #e5c366;
    box-sizing: border-box;
    background-color: #f0f0f0;
    padding: 2px;
    left: 0; 
    right: 0; 
    top: 40px;
    margin-left: auto; 
    margin-right: auto; 
    max-width: 500px;
    max-height: 500px;
    z-index:100;
}

#ecrtGridModalOption > ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
    cursor: default;
    box-sizing: border-box;
    background-color: #f5f5f5;
    overflow: auto;
    border-top: 1px solid #bdb1b1;
    border-bottom: 1px solid #bdb1b1;
    display: block;
}

#ecrtGridModalOption > ul > li {
    white-space: nowrap;
    text-decoration: none;
    color: #1b293e;
    margin: 0;
    padding: 3px 7px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

#ecrtGridModalOption > ul > li input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    margin: 5px;
}

#ecrtGridModalOption > ul > li:hover {
    background-color: #feebb7;
    border: 1px solid #e3c16a;
    box-sizing: border-box;
}

#ecrtGridModalOption > h4 {
    padding: 0px 10px;
}

.ecrtGridModalOption-CheckDiv {
    display: inline-block;
    margin-left: -8px;
    padding-left: 8px;
}

#ecrtFeedbackModal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5000;
}

#ecrtFeedback-Caption {
    background-color: #307FE2!important;
    color: #fff!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ecrtFeedback-Body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased!important;
    overflow: auto;
    height: calc(100% - 75px);
}

