﻿@import url('ReferenceTheme.SilkUIFramework.Patterns_SilkUI.Plain.css?12642');
@import url('ReferenceTheme.UI_KTR_Theme.Theme_Kentro_Patterns.Plain.css?12642');
@import url('ReferenceTheme.UI_KTR_Theme.Theme_Kentro_Layout.Plain.css?12642');
@import url('ReferenceTheme.UI_KTR_Theme.Theme_Kentro_Entities.Plain.css?12642');

/*/UI_KTR_Theme/Theme.Theme_Kentro.css*/
.ktr_StripLeftMargin .Button,
.ktr_StripLeftMargin a.Button,
.ktr_StripLeftMargin .Button.Link,
.ktr_StripLeftMargin a.Button.Link,
.ktr_StripLeftMargin form .Button,
.ktr_StripLeftMargin form a.Button,
.ktr_StripLeftMargin .Form .Button,
.ktr_StripLeftMargin .Form a.Button,
.ktr_StripLeftMargin .Button.Cancel,
.ktr_StripLeftMargin form .Button.Cancel,
.ktr_StripLeftMargin .Form .Button.Cancel,
.ktr_StripLeftMargin .ktr_ButtonInlineDropdown > .InlineDropdown > .InlineDropdown_label,
.ktr_StripLeftMargin .ktr_Entity .ktr_ButtonInlineDropdown > .InlineDropdown > .InlineDropdown_label,
.ktr_StripLeftMargin .ktr_Facet_Button {
    margin-left : 0;
}




body.Responsive .Page.ios,
.Page.ios:not(.ktr_PopupIframe_Outer) {
    height   : auto !important;
    overflow : auto;
    position : fixed;
        top      : 0;
        right    : 0;
        bottom   : 0;
        left     : 0;
    width    : auto !important;
    
    -webkit-overflow-scrolling : touch;
}


.Page.ios input[type="date"] {
    -webkit-appearance : textfield; 
    white-space: nowrap;
    line-height: 30px;
}

.DisableTagMentionsLinks {
    pointer-events: none;
    cursor: default;   
}

.EditableTableDisabledActionButton {
    pointer-events: none !important;
    cursor: default !important;   
    color:#999 !important;    
    background-color: white !important;
       
}



.ktr_AddressInfoTable {
    margin-bottom : 0;
    table-layout  : fixed;
    width         : 100%;
}

.ktr_AddressInfoTable td {
    padding-top    : 4px;
    padding-bottom : 4px;
}

.ktr_AddressInfoTable__Type {
    width : 120px;
}

.ktr_AddressInfoTable__Address {
    font-size     : 12px;
    line-height   : 20px;
    padding-right : 10px;
    padding-left  : 10px;
    width         : auto;
}

.ktr_AddressInfoTable__IsActual {
    text-align : center;
    width      : 60px;
}

.ktr_AddressInfoTable__IsActual > img {
    height      : 16px;
    width       : 16px;
}

.ktr_AddressInfoTable__StartDate {
    text-align   : center;
    width        : 90px;
}

.ktr_AddressInfoTable__CostCenter {
    text-align  : center;
    width       : 90px; 
}


.ctnApproval{
    margin-bottom: 15px;
}


.RemovePic_link:link{
    color : white;
}




.AddressEditRecord {
    margin-top: 20px;   
    margin-bottom: 20px;
    padding: 10px;
}

.AddressEditRecord_Caption {
    color: #666;
    padding: 7px 10px 0 0;
    vertical-align: top;
    padding: 10px;
}

.AddressEditRecord_Value {
    padding: 5px 0;
    line-height: 22px; 
    vertical-align: top;   
    padding: 10px;
}

.AddressInputField {
    padding : 0 2px;   
}

.EditAddressWithCalendar .ValidationMessage{
    display : none;   
}

.showInFront{
z-index: 3001;
}



.headerCenterDetails {
    margin-top: 4px;
    margin-left: 39px;
}


.fixed {
    position: fixed; 
    bottom: 1%;
    right: 1.2%;
    height: 70px; 
    width: 40px; 
    color: #8d8d8d;
    border: 1px solid #ccc;
    border-radius:10%;
    background-color: white;
}

.text {
    line-height: 120%; 
    
}
.iconWrapper {
    height: 30px; 
    width: 30px; 
    border-radius:10%;
    padding-top: 2px;
    margin-top: 4px;
}



.splitter {
    width  : 100%;
    height : calc(100vh - 150px);
}

.splitter-top,
.splitter-bottom {
    overflow: auto;
}

.splitter-splitbar {
    background : #aaa;
    cursor     : pointer;
    height     : 4px;
    text-align : center;
}

.splitter-splitbar:before {
    background-color  : #aaa;
    border-radius     : 3px;
    color             : #fff;
    content           : "\f0c9"; 
    display           : inline-block;
    font-family       : FontAwesome;
    font-size         : 14px;
    padding           : 2px 12px;
    text-align        : center;
    -webkit-transform : translateY(-13px);
            transform : translateY(-13px);
}



.MessagePin {
    position: relative;
}

.MessagePin > .MessagePin_Button > .MessagePin_btnEnabled {
    cursor : pointer;
}

.MessagePin > .MessagePin_Message {
    display  : none;
    position : absolute;
    z-index  : 2;
}

.MessagePin.ui-state-active > .MessagePin_Message {
    display : block;
}





.ktr_MultilineEllipsis {
    overflow    : hidden;
    position    : relative;
    z-index     : 0;
}
.ktr_MultilineEllipsis > x-ellipsis {
    background-color: #fff;
    display  : block;
    position : absolute;
    z-index  : 100;
}
.ktr_MultilineEllipsis > x-ellipsis[cover]::before {
    background-image : linear-gradient(to left, #fff, rgba(255,255,255,0.75), rgba(255,255,255,0));
    content  : "";
    position : absolute;
    top      : 0;
    bottom   : 0;
    margin-right : -1px;
    right    : 100%;
    width    : 1em;
}
.ktr_MultilineEllipsis > x-ellipsis::after {
    content : "…";
}






.UserInitials.Small {
    height: 22px;
    width: 22px;
    line-height: 22px;
}
.UserInitials.Small span {
    font-size: 10px;
    font-weight: normal;
    line-height: 22px;
}


.UserInitials,
.UserInitials.Medium {
    height: 32px;
    width: 32px;
}
.UserInitials span,
.UserInitials.Medium span {
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
}

.UserInitials.Large {
    height: 42px;
    width: 42px;
}
.UserInitials.Large span {
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
}


.button-triggered-dropdown-container > .lfs-buttons > a.open-button .ktr_TriggerAddMember.Small {
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 16px;
}
.button-triggered-dropdown-container .lfs-result-item .ktr_AddMemberResult__icon .UserInitials.Small{margin-top: 5px !important;}



.UnavailableAddress {
    opacity: 0.5;
}

ktr_header_icon_disabled, .ktr_icon_disabled{
    color: rgba(255,255,255,.6);
}


.tooltipster-base {
    z-index: 9999999 !important;
}








.PaddingNormal {
    padding: 15px;
}



.input-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.input-with-icon .input-with-icon-content-icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    position: absolute;
    width: 20px;
}

.input-with-icon.input-with-icon-right .input-with-icon-content-icon {
    left: auto;
    right: 0;
    height: 100%;
}

.input-with-icon .input-with-icon-content-icon,
.input-with-icon .input-with-icon-content-icon a {
    color: var(--color-neutral-6);
    margin-top: auto;
    margin-bottom: auto;
}

.input-with-icon .input-with-icon-input,
.input-with-icon .input-with-icon-input input {
    width: 100%;
}


.input-with-icon .fa-fw {
    width: auto;
}




.hourType-smallLineHight{
    justify-content: center;
    display: flex;
    line-height: 1.2;
    padding-top: 5px;
}