@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --BUDGET: #ffe5e4;
    --PLANNED: #2980b9;
    --ACTUALS: #d2c8e5;
}

body{
    margin: 0;
    font-family: Lato;
    background: url('/images/cms_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fbfbfb;
    color: var(--MAIN-DARKEN-50);
    font-size: 13px;
}

::-webkit-scrollbar {
    width: 10px
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--ACCENT-LIGHTEN-90);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--MAIN-LIGHTEN-50);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--MAIN);
}

#divLogin{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #ffffff;
}

#divLogin .divLoginChild{
    float: left;
    position: relative;
    height: 100%;
}

#divLogin .divLoginChild:first-of-type{
    width: calc(100% - 700px);
    background: url('/images/producifyloginbg.jpg');
    background-size: cover;
    background-position: left
}

#divLoginOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--MAIN);
    opacity: 0.85;
}

#divLogin .divLoginChild:last-of-type{
    width: 100%;
    max-width: 700px;
    background-color: #ffffff;
    background: url('/images/pattern_background_transparent.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}


#divLoginWrapper{
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    max-width: 400px;
    margin-top: -100px;
}

h1{
    color: var(--MAIN);
    font-weight: bold;
}

h1 span{
    color: var(--ACCENT);
}

p span{

}

#divLogin h1{
    text-align: center;
    margin-bottom: 30px;
}

#divLogin .divInputWrapper{
    width: 100%;
}

.divInputWrapper{
    margin-bottom: 15px;
}

.divInputWrapper input{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 40px;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #dcdcdc;
    padding-left: 20px;
    padding-right: 20px;
    outline-color: var(--MAIN);
    font-size: 15px;
}

input:disabled {
    box-shadow: none !important;
    border: none !important;
    background: #f1f1f1 !important;
}

.divInputWrapperCheckbox input{
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.divInputWrapperCheckbox{
    text-align: left;
    width: 150px;
    float: left;
}

.divInputWrapper textarea{
    width: 100%;
    margin: 0px;
    padding: 0px;
    resize: vertical;
    min-height: 120px;
    max-height: 300px;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #dcdcdc;
    padding: 10px;
    outline-color: var(--MAIN);
    font-size: 15px;
}

.divInputWrapper p{
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    padding-left: 10px;
    color: var(--MAIN);
    font-size: 12px;
}

input[type='submit']{
    background: var(--ACCENT);
    color: #ffffff;
    height: 45px;
}

a{
    color: var(--MAIN);
}

.help-block{
    font-weight: normal;
    background: var(--ACCENT-LIGHTEN-90);
    color: var(--ACCENT-LIGHTEN-30);
    padding: 10px;
    border-radius: 5px;
}

.success-block{
    font-weight: normal;
    background: #CFE5D8FF;
    color: #27ae60;
    padding: 10px;
    border-radius: 5px;
    width: 100% !important;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#pTextLogoLogin{
    font-size: 80px;
    font-weight: 800;
    color: #ffffff;
    position: absolute;
    bottom: 50px;
    left: 80px;
    padding: 0px;
    margin: 0px;
}

#pTextLogoLogin span{
    color: var(--ACCENT);
}

#pLoginVersion{
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0px;
    padding: 0px;
}

#pLogo{
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

#pLogo span{
    color: var(--ACCENT);
}

#pLogoSmall{
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    position: absolute;
    top: 30px;
}

#pLogoSmall span{
    color: var(--ACCENT);
}

#divMenu{
    width: 360px;
    padding: 50px;
    box-sizing: border-box;
    height: 100vh;
    padding-top: 30px;
    position: fixed;
}

.divAvatarHolder{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    padding: 2px;
    box-sizing: border-box;
    float: left;
}

.divAvatar{
    width: 46px;
    height: 46px;
    border-radius: 23px;
}

.divAvatarHolderSmall{
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.divAvatarHolderSmall .divAvatar{
   width: 26px;
   height: 26px;
   border-radius: 13px;
}

#divLoggedInUser p{
    font-size: 15px;
    color: #ffffff;
    padding-left: 65px;
    padding-top: 12px;
    font-weight: 600;
    transition: opacity 0.2s ease-in;
}

#divMenuWrapper{
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: 30px;
    border-radius: 40px;
    box-shadow: 0px 0px 5px #dcdcdc;
    padding-bottom: 20px;
}

#divCurrentProjectInfo{
    width: 260px;
    min-height: 200px;
    max-height: 250px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #dcdcdc;
    position: fixed;
    bottom: 50px;
    border-radius: 40px;
    padding: 25px;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

#divCurrentProjectInfo:hover{
    transform: scale(1.02);
}

#divCurrentProjectInfoBackground{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.05;
    filter: blur(100px);
    z-index: -1;

}

#divCurrentProjectImage{
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 30px 25px 30px 25px;
}

#pProjectTitle{
    font-weight: 600;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#pProjectOrganisation{
    font-weight: 600;
    font-size: 10px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: var(--ACCENT);
    text-transform: uppercase;
}


#divCurrentProjectInfo table{
    width: 100%;
}

#divCurrentProjectInfo table i{
    font-size: 19px;
}

#divCurrentProjectInfo table tr td:first-of-type{
    text-align: left;
    width: 19px;
    text-align: center;
}

#divCurrentProjectInfo table tr td:last-of-type{
    text-align: right;
}

#divCurrentProjectInfo table tr{
    height: 30px;
}

#divCurrentProject{
    width: 100%;
    height: 110px;
    background: var(--MAIN-LIGHTEN-80);
    border-radius: 40px;
    padding: 20px;
    box-sizing: border-box;
}

.pInputLabel{
    margin: 0px;
    padding: 0px;
    color: var(--MAIN);
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

select, .select2-selection {
    width: 100% !important;
    height: 40px !important;
    background: #ffffff !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    margin-top: 5px !important;
    border-right: 10px solid transparent;
    outline-color: var(--ACCENT) !important;
}

.select2-selection span{
  margin-top: 5px;
}

#selectCurrentProject{
    color: var(--ACCENT);
}

#divMenu ul{
    width: 100%;
    margin: 0px;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#divMenu a{
    cursor: pointer !important;
}

#divMenu ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#divMenu ul li i{
    font-size: 25px;
    float: left;
    width: 20px;
    text-align: center;
}

#divMenu ul li p{
    float: left;
    padding-left: 30px;
    font-size: 13px;
    margin-top: 2px;
}

#divMenu ul li:hover{
    color: var(--ACCENT);
}

#iMenuHandle{
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 20px;
    color: #dcdcdc;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

#divMenuWrapper{
    position: relative;
}

@keyframes collapse {
    from {
       width: 100%;
    }
    to {
        width: 50px;
    }
}

.divSubMenu{
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: none;
    margin-top: 0px;
    padding-bottom: 10px;
}

.divSubMenu a{
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 51px;
    padding-top: 10px;
    font-size: 12px;
}

.divSubMenu a:hover{
    color: var(--ACCENT);
}

.menuCollapsed{
    width: 60px !important;

    /*animation-name: collapse;*/
    /*animation-duration: 0.2s;*/
    /*animation-iteration-count: 1;*/
    /*animation-fill-mode: forwards;*/
    /*animation-timing-function: ease-in-out;*/
}

.menuCollapsed #iMenuHandle{
    right: 20px;
    transform: rotate(180deg);
}

.menuCollapsed ul{
    padding: 5px !important;
}

.menuCollapsed ul li{
    float: inherit !important;
}

.menuCollapsed ul li p{
    display: none;
}

.menuCollapsed #selectCurrentProject{
    width: 90px !important;
    transform: rotate(-90deg) translateX(15px) translateY(-22px);
}

.menuCollapsed #divCurrentProject .pInputLabel{
    opacity: 0;
}

.menuCollapsed #divCurrentProject{
    padding: 7px !important;
}

.menuCollapsed .divSubMenu{
    position: relative;
    height: auto;
    z-index: 22;
    margin-top: 20px;
}

.menuCollapsed .divSubMenu a{
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    font-size: 10px;
    text-align: center;
}

#divHeaderIconWrapper{
    position: absolute;
    top: 30px;
    right: 32px;
    width: 300px;
    height: 50px;
    color: var(--MAIN);
    z-index: 9999;
}

.menuCollapsed ul li i{
    width: 100% !important;
    font-size: 20px !important;
}

.divHeaderIconWrapper:hover i{
    color: var(--ACCENT);
}

.divHeaderIconWrapper{
    float: right;
    width: 52px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-radius: 50px;
}

.divHeaderIconWrapper:hover{
    background: #f1f1f1;
}

.divHeaderIconWrapper i{
    font-size: 18px;
}

.divHeaderIconWrapperUser{
    border-radius: 50px 50px 0px 0px;
}

.divHeaderIconWrapperUser:hover #divUserSubMenu{
    display: block;
}

#divUserSubMenu{
    min-width: 200px;
    min-height: 100px;
    background: #f1f1f1;
    position: absolute;
    right: -20px;
    top: 50px;
    border-radius: 30px;
    display: none;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999999;
}

#divUserSubMenu p{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

#pVersion{
    font-size: 11px !important;
    font-weight: 400 !important;
    color: var(--MAIN-LIGHTEN-60);
    margin-bottom: 10px !important;
}

#pUserEmail{
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0px;
    color: var(--MAIN-LIGHTEN-20);
    margin-bottom: 10px !important;
}

.button{
    background: var(--ACCENT) !important;
    border: 2px solid var(--ACCENT-DARKEN-10) !important;
    text-align: center;
    height: 35px;
    color: #ffffff !important;
    width: 100%;
    max-width: 400px;
    display: block;
    padding-top: 5px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.button:hover{
    background: var(--ACCENT-LIGHTEN-10);
    color: white;
    transform: scale(1.05);
}

.button:active{
    background: var(--ACCENT);
    color: white;
}

a:hover{
    color: var(--ACCENT);
}

#divContentWrapper{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    padding-left: 350px;
    /*transition: padding-left 0.2s ease-in;*/
    padding-bottom: 300px;
}

#divContentWrapperSingle{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    /*transition: padding-left 0.2s ease-in;*/
    padding-bottom: 300px;
    position: absolute;
    padding-top: 100px;
}

#divContentWrapperSingle .divFormWrapper{
    margin: auto;
}

#divContentWrapper h1, #divContentWrapperSingle h1{
    color: #ffffff;
    margin-top: 60px;
    text-shadow: 0px 0px 2px var(--MAIN);
    font-size: 27px;
    margin-bottom: 30px;
}

#divLoginWrapper h1{
    color: var(--MAIN);
    margin-top: 0px;
    text-shadow: none;
    font-size: 30px;
    margin-bottom: 30px;
}

.divGridWrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.withCalendar{
    width: calc(100% - 380px);
    float: left;
}

.divGridWrapper a{
    text-decoration: none;
}

.divGridItem{
    position: relative;
    background-color: #ffffff;
    height: 180px;
    width: 350px;
    border-radius: 40px;
    flex-grow: 1;
    flex-shrink: 0;
    box-shadow: 0px 0px 5px #dcdcdc;
    padding: 50px;
    box-sizing: border-box;
    overflow: hidden;
    color: var(--MAIN-DARKEN-90);
    transition: all 0.1s ease-in;
}

.divGridWrapper a:hover .divGridItem{
    color: var(--ACCENT);
    transform: scale(1.03);
}

.divGridItem:before{
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/images/pattern_black.png');
    background-size: 600px;
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.1;
    top: 0px;
    right: 0px;
}

.divGridWrapper a:nth-child(odd) .divGridItem:before{
    opacity: 0.1;
}


.divGridWrapper a:nth-child(1) .divGridItem:before{
    padding-right: 100px;
    padding-bottom: 800px;
}

.divGridWrapper a:nth-child(2) .divGridItem:before{
    padding-right: 300px;
    padding-bottom: 0px;
}

.divGridWrapper a:nth-child(3) .divGridItem:before{
    padding-right: 7px;
    padding-top: 648px;
}

.divGridWrapper a:nth-child(4) .divGridItem:before{
    padding-right: 385px;
    padding-top: 727px;
}

.divGridWrapper a:nth-child(5) .divGridItem:before{
    padding-right: 385px;
    padding-top: 973px;
}

.divGridItem i{
    font-size: 30px;
}

.divGridItem p{
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
}

.divGridItem p span{
    color: var(--ACCENT);
}

a{
    text-decoration: none !important;
}

#pDateTime{
    position: absolute;
    top: 45px;
    right: 220px;
    width: auto;
    height: 50px;
    color: var(--MAIN-LIGHTEN-40);
    font-weight: 400;
}

.divTableHolder{
    width: 100%;
    float: left;
    height: auto;
}

.divTableHolderWithSidebar{
    width: calc(100% - 260px);
}

#divSidebarWrapper{
    width: 260px;
    height: auto;
    padding: 20px;
    padding-left: 0px;
    box-sizing: border-box;
    float: left;
    position: absolute;
    right: 0px;
    display: block;
    padding-top: 66px;
}


.divTableHeader{
    width: 100%;
    height: 60px;
}

.divSearchWrapper{
    width: 350px;
    position: relative;
    float: left;
}

.divSearchWrapper input{
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    padding-left: 15px;
    padding-right: 60px;
    box-sizing: border-box;
    border-radius: 20px;
    outline-color: var(--ACCENT);
}

.trFilters .divSearchWrapper{
    width: 100%;
    max-width: 350px;
}

.divSearchWrapper i{
    color: #ffffff !important;
}


.divSearchWrapper div{
    position: absolute;
    right: 0px;
    top: 0px;
    background: var(--ACCENT);
    color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
}

.divSearchWrapper div:hover{
    background: var(--ACCENT-LIGHTEN-10);
}

.right{
    float: right;
}

.add{
    width: 100px;
    height: 40px;
    padding-top: 7px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.add i{
    float: right;
    margin-top: 4px;
    color: var(--ACCENT-DARKEN-50)
}

.import{
    background: #dcdcdc !important;
    border: 2px solid #d7d7d7 !important;
    color: #484848 !important;
}

.import i{
    color: #323232 !important;
}

.tableFull{
    width: 100%;
}

.tableFull thead{
    height: 40px;
}

.tableFull thead tr{
    background: #ffffff;
}

.tableFull thead tr td{
    padding: 10px;
    box-shadow: 0px -1px 2px #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.tableFull thead tr td:first-of-type{
    border-radius: 20px 0px 0px 0px;
}

.tableFull thead tr td:last-of-type{
    border-radius: 0px 20px 0px 0px;
    box-shadow: 2px 0px 5px #f1f1f1;
}

.trFilters{
    background: transparent !important;
    transform: translateX(-10px);
}

.trFilters .add{
    transform: translateX(25px);
}

.trFilters td{
    box-shadow: none !important;
    border-bottom: none !important;
    background: transparent !important;
    padding-bottom: 16px !important;
}

.tableFull tbody tr{
    height: 70px;
    background: rgba(255,255,255,0.9);
}

.tableSmallRows tbody tr{
    height: 50px;
}

.tableFull thead tr td a{
    margin-right: 5px;
}

.tableFull thead tr td i{
    color: var(--MAIN);
}

.tableFull tbody tr:nth-child(odd){
    background: rgba(247,247,247,0.9);
}

.tableFull tbody tr:hover{
    background: var(--MAIN-LIGHTEN-90);
    opacity: 0.9;
}

.tableFull tbody tr td{
    padding: 10px;
    box-sizing: border-box;
}

.tableFull tbody tr td:last-of-type{
    border-right: 1px solid #f1f1f1;
}

.actions{
    text-align: right;
    opacity: 0.1;
}

.tableFull tbody tr:hover .actions{
    opacity: 1.0;
}

.actions a{
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    padding-top: 5px;
    border-radius: 15px;
    box-sizing: border-box;
    color: var(--MAIN);
    text-align: center;
    transition: all 0.1s ease-in;
}

.actions a:hover{
    background: #ffffff;
    transform: scale(1.2);
}

.accent{
    color: var(--ACCENT) !important;
}

.divTableFooter{
    width: 100%;
    height: auto;
    border-top: 1px solid #f1f1f1;
}

.divTablePaginationHolder{
    float: right;
}

.pagination li:first-of-type a, .pagination li:first-of-type span{
    border-radius: 20px 0px 0px 20px;
}

.pagination li:last-of-type a, .pagination li:last-of-type span{
    border-radius: 0px 20px 20px 0px;
}

.pagination .active:hover span{
    background: var(--ACCENT-LIGHTEN-20);
    border-color: var(--ACCENT);
}

.pagination>li>a, .pagination>li>span {
    color: var(--ACCENT) !important;
}

.pagination .active span{
    background: var(--ACCENT);
    border-color: var(--ACCENT);
    color: #ffffff !important;
}

.pTableTotal{
    background: #ffffff;
    height: 40px;
    margin-top: 20px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    font-weight: bold;
}

.pNoResults{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}

.divCenterWrapper{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.divFormWrapper{
    width: 100%;
    max-width: 900px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    background-blend-mode: overlay;
    min-height: 400px;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
    padding: 50px;
    box-sizing: border-box;
}

.divFormWrapperBig{
    max-width: none;
}

.divFormWrapperWithBottomBar{
    position: relative;
}

.divFormWrapperSmallPadding{
    padding: 20px;
}

.divFormWrapperBig form{
    margin: auto;
}

.divFormWrapperWithTabs{
    padding: 0px;
}

.divFormWrapperWithScroll{
    overflow-x: scroll;
}

.divFormWrapperWithScroll::-webkit-scrollbar-track{
    background: transparent;
}

.divFormWrapperWithScroll::-webkit-scrollbar-thumb{

}

.divFormWrapperWithScroll{
    border-radius: 30px 30px 0px 0px;
}

.divFormWrapper form{
    width: 100%;
}

.divFormWrapper .divInputWrapper p{
    font-weight: 500;
    padding-left: 5px;
}

.pFormGroupTitle{
    border-left: 3px solid var(--MAIN);
    padding-left: 25px;
    padding-top: 30px;
    font-weight: 600;
}

.divFormGroup{
    margin-top: 20px;
}

.divFormGroup table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

.divFormWrapper input{
    border-radius: 10px;
    box-shadow: 0px 0px 10px #f1f1f1;
}

.divFormWrapper textarea{
    border-radius: 10px;
    box-shadow: 0px 0px 10px #f1f1f1;
}


.divFormWrapper select{
    background: #ffffff;
    border-radius: 10px;
    margin-top: 0px;
    box-shadow: 0px 0px 10px #f1f1f1;
    border: 1px solid #f1f1f1;
}

.divFormWrapper input[type='date'], .divFormWrapper input[type='time'], .divFormWrapper input[type='text'], .divFormWrapper input[type='datetime-local'], .divFormWrapper input[type='number'], .divFormWrapper input[type='email'], .divFormWrapper textarea{
    background: #ffffff;
    border-radius: 10px;
    margin-top: 0px;
    box-shadow: 0px 0px 10px #f1f1f1;
    border: 1px solid #f1f1f1;
    height: 40px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.divFormWrapper textarea{
    height: auto;
    min-height: 150px;
    max-height: 300px;
    resize: vertical;
}

.divFormWrapper input[type='checkbox']{
    width: 20px;
    height: 20px;
    margin: 10px
}

.divFormWrapper .divInputWrapper{
    margin-bottom: 0px;
}

.divFormWrapper input[type='submit']{
    width: 150px;
    float: right;
    transition: all 0.2s ease-in;
}

.divFormWrapper input[type='submit']:hover{
    transform: scale(1.05);
}

.copyButton{
    float: right;
    background: var(--MAIN-LIGHTEN-50);
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    margin-right: 5px;
    color: black;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.2s ease-in;
}

.copyButton:hover{
    transform: scale(1.05);
    color: black;
}

.divImageInputWrapper{
    width: 100%;
    height: 150px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.divImageInputWrapperEmpty, .divImageInputWrapperFilled{
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 50%;
    border: 2px dashed #dcdcdc;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
}

.divFormImageWrapperSquare .divImageInputWrapperEmpty, .divFormImageWrapperSquare .divImageInputWrapperFilled{
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
}

.divFormImageWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.divImageInputWrapperEmpty p{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

.divImageInputWrapperEmpty:hover{
    border: 2px dashed var(--MAIN);
    cursor: pointer;
}

.divImageInputWrapper input{
    display: none;
}

.divImageInputWrapperFilled{
    overflow: hidden;
    justify-content: center;
    border: 2px solid #dcdcdc;
}

.divImageInputWrapperFilled img{
    max-height: 100%;
}

.divImageInputWrapperFilled object{
    width: 100%;
    height: 100%;
    outline: none;
}

.spanFormRequired{
    color: var(--ACCENT);
}

.swal2-confirm{
    background: var(--ACCENT) !important;
    outline: var(--ACCENT) !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line], div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{
    background-color: var(--ACCENT);
}

.swal2-deny{
    background: var(--BLACK-LIGHTEN-60) !important;
    outline: var(--BLACK-LIGHTEN-40) !important;;
}

.swal2-title{
    font-size: 25px !important;
    color: var(--MAIN) !important;
}

.swal2-html-container{
    font-size: 15px !important;
    overflow: visible !important;
}

.swal2-actions button{
    padding: 10px 15px 10px 15px !important;
}

.swal2-popup{
    background-color: rgb(255,255,255,0.8) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    background-blend-mode: lighten !important;
}

.swal2-success-circular-line-left, .swal2-success-circular-line-right, .swal2-success-fix{
    display: none !important;
}

.aBackButton{
    color: var(--ACCENT);
    margin: 0px;
    position: absolute;
    margin-top: -40px;
    font-size: 18px;
}

.h1Top{
    margin-bottom: 40px !important;
    margin-top: 55px !important;
}

.pColorIdentifier{
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    border: 1px solid #dcdcdc;
}

.selectTableFilter{
    width: 100% !important;
    box-shadow: 0px 0px 5px #f1f1f1;
}

.selectTableFilter[filteractive='true']{
    border: 2px solid var(--ACCENT);
    color: var(--ACCENT);
    font-weight: 600;
}

#divSidebarWrapper .divGridItem{
    width: 100%;
    height: 120px;
    padding: 40px;
    margin-bottom: 10px;
    color: var(--MAIN);
}

#divSidebarWrapper a:hover .divGridItem{
    color: var(--ACCENT);
}

#divSidebarWrapper .divGridItem i{
    font-size: 20px;
    margin: 0px;
}

#divSidebarWrapper .divGridItem p{
    margin: 0px;
    margin-top: 5px;
    font-weight: 400;
}

#divSideMenu{
    position: fixed;
    right: -400px;
    top: 0px;
    height: 100%;
    width: 400px;
    background: #fafafa;
    background: rgba(255,255,255,1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-blend-mode: overlay;
    border-left: 1px solid #f1f1f1;
    padding: 20px;
    padding-top: 80px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    box-shadow: -10px 0px 10px #f1f1f1;
}

.sideMenuOpenMain{
    right: 0px !important;
}

.sideMenuOpen{
    position: fixed;
    width: 100%;
    right: 300px;
}

a:active, a:focus{
    color: var(--ACCENT) !important;
}

#divBackgroundPattern{
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    background: url('/images/pattern_bottom_right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
}

.imgFavicon{
    width: 20px;
    height: 20px;
}

.divContentWrapperHalf{
    width: 50%;
    float: left;
    padding-left: 50px;
}

#divBackgroundDivider{
    position: fixed;
    width: calc(50% - 175px);
    height: 100%;
    background: #eae6ed;
    top: 0px;
    right: 0px;
    z-index: -1;
    /*transition: width 0.2s ease-in;*/
}

#divContentWrapper .divContentWrapperHalf:nth-of-type(2){
    padding-right: 50px;
    padding-left: 0px;
}

.divContentWrapperHalf h2{
    font-size: 20px;
    margin: 0px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.divContactPersonWrapper{

}

.divContactPersonWrapperBody{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.divContactPersonWrapperHeader{
    width: 100%;
    height: 60px;
}

.divContactPerson{
    min-width: 250px;
    padding: 20px;
    padding-left: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 3px #dcdcdc;
    margin: 0px;
    box-sizing: border-box;
    border-radius: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}

.divContactPerson i{
    font-size: 30px;
    color: var(--ACCENT);
}

.divContactPerson table{
    width: 100%;
    height: 100%;
    border-spacing: 0px;
}

.divContactPerson table tr td{
    vertical-align: top;
}

.divContactPerson table tr:first-of-type td:first-of-type{
    width: 80px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.divContactPerson table tr td p{
    margin: 0px;
    padding: 0px;
}

.pContactPersonName{
    font-weight: 600;
    color: var(--MAIN);
    font-size: 12px;
}

.pContactPersonEmail, .pContactPersonTel{
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
    display: inline-block;
}

.pContactPersonFunction{
    color: var(--ACCENT-LIGHTEN-20);
    font-size: 12px;
    border-bottom: 5px solid transparent;
}

.addInversed{
    background: none;
    color: var(--ACCENT);
}

.pNoResultsContactPersons{
    width: 100%;
    padding-top: 30px;
}

.aDeleteContactPerson, .aEditContactPerson{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f1f1f1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    padding-top: 3px;
    display: none;
    cursor: pointer;
}

.aEditContactPerson{
    top: 30px;
}

.aDeleteContactPerson i, .aEditContactPerson i{
    font-size: 14px !important;
}

.divContactPerson:hover .aDeleteContactPerson{
    display: block;
}

.divContactPerson:hover .aEditContactPerson{
    display: block;
}

.aDeleteContactPerson:hover{
    transform: scale(1.1);
}



.pGridCount{
    /*margin: 0px !important;*/
    /*margin-top: -10px !important;*/
    /*font-size: 12px !important;*/

    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 20px !important;
    opacity: 0.1;
}

#divProjectsCalendar{
    width: 380px;
    height: calc(100% - 100px);
    max-height: 100%;
    float: right;
    position: fixed;
    right: 0px;
    top: 0px;
    border-left: 2px solid #f1f1f1;
    padding: 25px;
    margin-top: 100px;
    overflow-y: auto;
    font-size: 12px;
    padding-bottom: 120px;
    background: rgba(255,255,255,0.5);
}

#divProjectsCalendar::before{
    content: ' ';
    display: block;
    width: 380px;
    height: 100px;
    position: fixed;
    right: 0px;
    top: 0px;
    border-left: 2px solid #f1f1f1;
    z-index: -1;
}

#divProjectsCalendar::-webkit-scrollbar {
    display: none;
}


#tableCalendar{
    width: 100%;
}

#tableCalendar tr{
    height: 40px;
}

#tableCalendar tr td{
    text-align: center;
}

.pCalendarMonth{
    font-weight: 600;
    margin: 0px;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.trDaysOfWeek{
    font-weight: 600;
    color: var(--MAIN-LIGHTEN-60);
    font-size: 11px;
}

.trWeek td:hover{
    /*transform: scale(1.2);*/
    cursor: default;
}

.trInMonth{

}

.trOutMonth{
    color: var(--MAIN-LIGHTEN-90);
}

.divProjectCard{
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #dcdcdc;
    width: 400px;
    height: 180px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.1s ease-in;
}

.divProjectCard h2{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 2px;
}

.divProjectCard h3{
    font-size: 12px;
    margin: 0px;
    font-weight: 600;
}

.divProjectCard table{
    width: 100%;
    margin-top: 20px;
}

.divProjectCard table tr td{
    vertical-align: top;
}

.divProjectCard table tr td:last-of-type{
    font-size: 12px;
    padding-top: 2px;
}

.divProjectCard table tr td:first-of-type{
    width: 16px;
    font-size: 16px;
    text-align: center;
    border-right: 20px solid transparent;
    color: var(--ACCENT);
}

.divProjectCard table tr{
    border-bottom: 5px solid transparent;
}

#pEditProjectImage{
    float: left;
    width: 100px;
    margin-left: 20px;
    margin-top: 50px;
}

.divProjectCardContent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    padding: 20px;
    padding-left: 180px;
}

.imgProjectCardOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 28px;

    overflow: hidden;
}

#divProjectCardWrapper .imgProjectCardOverlay{
    width: auto;
    max-width: 100%;
    right: auto;
    left: 0px;
    box-shadow: none;
}

.divGridWrapper .divProjectCard:hover{
    transform: scale(1.03);
}

.pBigError{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
    color: var(--ACCENT);
}

.pBigError i{
    font-size: 40px;
}

.currentMonth .pCalendarMonth{
    color: var(--ACCENT);
}

.divFormWrapperTabHeader{
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    border-bottom: 0px;
    border-radius: 40px 40px 0px 0px;
    overflow: hidden;
}

.divTabHeaderItem{
    display: block;
    flex-grow: 1;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
    /*border-right: 1px solid #f1f1f1;*/
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.divTabHeaderItem:hover{
    font-weight: 600;
}

.divPanel{
    padding: 50px;
}

.divFormWrapperTabHeader .divTabHeaderItem:last-of-type{
    border-right: none;
}

.divTabHeaderItemSelected{
    color: var(--ACCENT);
}

.divTabHeaderItemDisabled{
    color: #dcdcdc;
    pointer-events: none;
}

#tableDays input, #tableZones input{
    background: transparent;
    border: none;
}

.trDragged{
    background: #ffffff;
    border: 1px solid #f1f1f1;
}





.tableTransparent input{
    background: transparent !important;
    border: none !important;
}

.divTabHeaderCicle{
    width: 36px;
    height: 36px;
    border-radius: 18px;
    padding-top: 5px;
    box-sizing: border-box;
    background: var(--MAIN-LIGHTEN-90);
    position: absolute;
    margin-left: calc(50% - 18px);
    margin-top: -45px;
    border: 2px solid #f1f1f1;
}

.divFormWrapperTabHeader .divTabHeaderItem::before{
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--MAIN-LIGHTEN-90);
    right: calc(50% + 9px);
    top: 50px;
    opacity: 0.5;
}

.divFormWrapperTabHeader .divTabHeaderItem:first-of-type::before{
    display: none;
}

.liMenuSelected{
    color: var(--ACCENT);
}

.iti{
    width: 100%;
}

.aClearFilters{
    color: var(--MAIN);
    float: right;
    margin-top: -25px;
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--ACCENT);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--ACCENT);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#divAvatarHolderHeader{
    margin-top: -10px;
    margin-left: 6px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

#divAvatarHolderHeader .divAvatar{
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.divImageInputWrapperFilled object {

}

.pdfFilePicker {
    pointer-events: none !important;
    user-select: none !important;
    padding: 2px;
    box-sizing: border-box;
}

.aEditProject{
    width: 35px;
    height: 35px;
    border-radius: 18px;
    position: absolute;
    right: -10px;
    top: -10px;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
    background: #f1f1f1;
    display: none;
}

.divProjectCard:hover .aEditProject{
    display: block;
}

.aCopyProject{
    width: 35px;
    height: 35px;
    border-radius: 18px;
    position: absolute;
    right: 25px;
    top: -10px;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
    background: #f1f1f1;
    display: none;
}

.divProjectCard:hover .aCopyProject{
    display: block;
}

.divProjectCardFormOverlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.1);
    padding-top: 60px;
    box-sizing: border-box;
    border-radius: 20px;
    display: none;
    cursor: pointer;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-blend-mode: overlay;
}

.divProjectCardFormOverlay i{
    font-size: 25px;
}

.divFormWrapper .divProjectCard:hover .divProjectCardFormOverlay{
    display: block;
}

.divFormWrapper .divProjectCard{
    display: inline-block;
}

.aDeleteDay, .aDeleteLedger, #aAddDay{
    cursor: pointer;
}

.divCalendarDayBlock{
    display: block;
    position: relative;
}

.divCalendarIndicator{
    display: inline-block;
    left: 0px;
    top: -5px;
    position: absolute;
    width: 100%;
    height: 30px;
    padding-top: 4px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
}

.ciconstruction{
    background: var(--MAIN);
}
.tdCalendarDay:has(.ciconstruction){
    color: #ffffff;
}

.cidelivery{
    background: var(--ACCENT-LIGHTEN-50);
}
.tdCalendarDay:has(.cidelivery){
    color: var(--ACCENT-DARKEN-70) !important;
}

.cishow{
    background: var(--ACCENT);
}
.tdCalendarDay:has(.cishow){
    color: var(--ACCENT-DARKEN-70) !important;
}


.cideconstruction{
    background: var(--MAIN);
}
.tdCalendarDay:has(.cideconstruction){
    color: #ffffff;
}

.cifirst{
    border-radius: 20px 0px 0px 20px;
}

.cilast{
    border-radius: 0px 20px 20px 0px;
}

.divTableHeaderFilter{
    float: left;
    margin-top: -20px;
    margin-left: 40px;
}

.divTableHeaderFilter p{
    margin: 0px;
    margin-bottom: 3px;
    color: gray;
}

#divProjectCardWrapper{
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    display: flex;
    column-gap: 20px;
    justify-content: flex-start;
}

#divProjectCardWrapper .divProjectCard{
    flex-grow: 1;
    flex-shrink: 0;
}

.divProjectCardPlaceHolder{
    display: block;
    width: 400px;
    height: 2px;
    background: transparent;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
}

#divCalendarLegend{
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    width: 378px;
    height: 120px;
    padding: 25px;
    box-sizing: border-box;
    font-weight: bold;
}

.divLegendIndicator{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f1f1f1;
    margin-right: 20px;
}

#divCalendarLegend table tr{
    height: 25px;
}

.aDeleteText{
    display: block;
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    color: var(--ACCENT);
    font-weight: bold;
}

.divImageCrop{
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
    background: #000000;
}

.divQuotationTableWrapper{
    width: 100%;
}

.divQuotationTableWrapper .divTableBody{
    position: relative;
}

.divTableSideHeader{
    background: var(--MAIN-LIGHTEN-90);
    position: absolute;
    transform: rotate(-90deg);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    top: 96px;
    left: -96px;
    height: 40px;
    padding-top: 8px;
    border-radius: 20px 20px 0px 0px;
}

.tdTableTitle{
    width: 250px;
    color: var(--MAIN);
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.tableInline thead tr td:first-of-type{
    border-radius: 0;
}

.tableInline thead tr td:last-of-type{
    border-radius: 0;
}

.pQuotationStatus{
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
}

.new{
    color: var(--MAIN);
}

.uploaded{
    color: #e67e22;
}

.accepted{
    color: #27ae60;
}

.canceled, .rejected{
    color: #e74c3c;
}

.sent{
    color: #2980b9;
}

.pBigNoProject{
    text-align: center;
    color: #f1f1f1;
    font-size: 20px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
}

.pBigNoProject i{
    font-size: 40px;
}

#tableQuotationRequest{
    width: 100%;
    border-collapse: separate;
    border-spacing: 50px;
}

.tableQuotationRequestNoSpacing{
    border-spacing: 30px !important;
}

#tableQuotationRequest tr td{
    vertical-align: top;
}

.divFormWrapperExtraPadding{
    padding: 10px;
    box-sizing: border-box;
}

.pQuotationRequestTitle{
    font-weight: bold;
    font-size: 16px;
    color: var(--ACCENT);
}

.tableQuotationInfo{
    width: 100%;
}

/*.tableQuotationInfo tr:first-of-type td:first-of-type{*/
/*    border-radius: 20px 0px 0px 0px;*/
/*}*/

/*.tableQuotationInfo tr:first-of-type td:last-of-type{*/
/*    border-radius: 0px 20px 0px 0px;*/
/*}*/

.tableQuotationInfo tr td{
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle !important;
    height: 50px;
}

.tableQuotationInfo tr td:first-of-type{
    font-weight: bold;
}

.tableQuotationInfo tr:nth-child(odd){
    background: rgba(247,247,247,0.9);
}

.select2-dropdown--below{
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #dcdcdc;
}

.select2-search__field{
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    outline: 0;
    border-color: #f1f1f1 !important;
}

.tableRegular{
    width: calc(100% + 20px);
    border-collapse: separate;
    border-spacing: 10px;
    margin-left: -10px;
}

.lightBg{
    background: var(--MAIN-LIGHTEN-90);
}

.divMultipleFilePreview{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #dcdcdc;
    padding: 20px;
    overflow: hidden;
}

.divMultipleFilePreview p{
    word-break: break-all;
}

.divImageInputWrapperFilledWithOutline{
    border: 2px dashed #dcdcdc !important;
}

.divQuotationPDFWrapper{
    height: 100vh;
}

.divQuotationPDFWrapper object{
    height: 100%;
}

.tdHandle{
    vertical-align: middle !important;
    cursor: grab;
}

.tdHandleGroup{
    vertical-align: middle !important;
    cursor: grab;
}

#tableQuotationRequestItems tr td:last-of-type{
    vertical-align: middle !important;
}

#tableQuotationRequestItems{
    position: relative;
    overflow: auto;
}

#tableQuotationRequestPower{
    position: relative;
    overflow: auto;
}

.tableFull input{
    outline-color: var(--ACCENT);
}

#tableQuotationRequestItems tbody tr td:hover input{
    background: #ffffff;
}

#tableQuotationRequestItems thead tr td{
    font-size: 12px !important;
}

.select2CustomTitle{
    font-size: 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--MAIN) !important;
}

.select2-container{
    width: 100% !important;
}

.divReleaseNoteWrapper h2{
    font-size: 16px;
    font-weight: bold;
}

#aAddQuotationItem{
    cursor: pointer;
}


#tdSupplier .select2{
    display: none;
}

.divQuotationMail{
    border-left: 2px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255, 0.1);
    border-radius: 5px;
}

.tableButtonHolder{
    width: 100%;
    max-width: 400px;
    border-spacing: 20px;
    border-collapse: separate;
    margin-left: -20px;
}

.accept{
    background: #27ae60 !important;
    border-color: #27ae60 !important;
}

.accept:hover{
    background: #36b76c;
}

.pLimitLenght{
    overflow: hidden;
    max-width: 75ch;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tdMailVarWrapper p{
    display: inline-block;
    background: var(--MAIN-LIGHTEN-30);
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.tdMailVarWrapper p:hover{
    background: var(--MAIN-LIGHTEN-20);
}

.tdMailVarWrapper p:active{
    background: var(--MAIN-LIGHTEN-10);
}

.pVarCopied:before{
    content: "copied";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--ACCENT);
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

a{
    cursor: pointer;
}

.trQuotationGroup{
    height: 20px !important;
}

.trQuotationGroup td{
    background: #fdfbfc;
}

.trQuotationGroup td:first-of-type{
    border-left: 2px solid #2B1147;
}

#tableQuotationRequestItems tr{
    border-left: 2px solid rgba(43, 17, 71, 0.1);
}

#tableQuotationRequestItems thead tr:first-of-type{
    border-left: none;
}

#tableQuotationRequestItems tfoot tr:first-of-type{
    border-left: none;
}

.aDeleteQuotationItem, .aDeleteQuotationGroupItem{
    opacity: 0.1;
}

#tableQuotationRequestItems tr:hover .aDeleteQuotationItem{
    opacity: 1;
}


#tableQuotationRequestItems tr:hover .aDeleteQuotationGroupItem{
    opacity: 1;
}

#aAddQuotationGroup, #aAddQuotationPowerGroup{
    position: absolute;
    right: -50px;
    bottom: 50px;
}

#tableQuotationRequestItems tbody{
    /*border: 2px solid red;*/
}

.btnFormSub{
    width: 150px !important;
    height: 45px !important;
    float: right;
    background: var(--ACCENT-LIGHTEN-90);
    border: 2px solid var(--ACCENT-LIGHTEN-80) !important;
    color: var(--ACCENT-DARKEN-50);
    margin-right: 10px !important;
}

.btnFormSub:hover{
    transform: scale(1.05);
    transition: all 0.2s ease-in;
}

.divButtonPopupWrapper{
    display: inline-block;
    position: relative;
}

.divButtonPopup{
    background: var(--ACCENT-LIGHTEN-90);
    display: inline-block;
    padding: 30px;
    position: absolute;
    z-index: 99999;
    right: 0px;
    margin-top: 15px;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    display: none;
}

.divButtonPopup:before{
    content: ' ';
    display: block;
    position: absolute;
    right: 30px;
    top: -10px;
    border: solid var(--ACCENT-LIGHTEN-90);
    border-width: 0 20px 20px 0;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.divButtonPopup table{
    width: 100%;
    color: var(--ACCENT);
}

.divButtonPopup table tr td:first-of-type{
    padding-right: 30px;
    height: 30px;
}

.divButtonPopup table tr td{
    font-size: 15px;
    font-weight: bold;
}

.divButtonPopup table tr td i{
    font-size: 17px;
}

.divButtonPopup a{
    color: var(--ACCENT);
}

.divButtonPopup a:hover{
    opacity: 0.7;
}

.tdFixed{
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    background: white;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.tableFull tbody tr:nth-child(odd) .tdFixed {
    background: rgba(247,247,247,1);
}

.tableFull tbody tr:hover .tdFixed{
    background: var(--ACCENT-LIGHTEN-90);
}

.tableQuotationRequestItemsOverflow{
    margin: 0;
    border-spacing: 0;
    table-layout: fixed;
}

.divHorizontalScroll{
    overflow: auto;
    max-width: 80vw;
    width: 100%;
}

.divHorizontalScrollWrapper{
    max-width: 100% !important;
    position: relative;
    margin-bottom: 100px;
}

.trMiddle td{
    vertical-align: middle !important;
}

.divAddDayBefore{
    display: block;
    width: 10px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: 0px;
    text-align: center;
    cursor: pointer;
}

.divAddDayBefore i{
    color: var(--ACCENT) !important;
}

.divAddDayBefore div{
    width: 2px;
    height: 60px;
    background: var(--ACCENT-LIGHTEN-60);
    margin-left: 5px;

}

.divAddDayAfter{
    display: block;
    width: 10px;
    height: 80px;
    position: absolute;
    top: -20px;
    left: 0px;
    text-align: center;
    cursor: pointer;
}

.divAddDayAfter i{
    color: var(--ACCENT) !important;
}

.divAddDayAfter div{
    display: block;
    width: 10px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: 0px;
    text-align: center;
    cursor: pointer;
}

.tfootTotal tr td{
    background: var(--MAIN-LIGHTEN-90);
}

.divAddMachineryRow{
    position: fixed;
    right: 30px;
    margin-top: -30px;
    text-align: center;
    color: var(--ACCENT);
    cursor: pointer;
}

.tableQuotationRequestMachinery input{
    border: none !important;
    background: none !important;
}

.tableQuotationRequestMachinery{
    margin-top: 50px;
}

.tdShowDay{
    background: var(--ACCENT);
    color: var(--ACCENT-DARKEN-90);
}

#selectQuotationSupplier .select2{
    width: 100% !important;
}

.divCrewType{
    background: #f1f1f1;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
}

.divCrewTypeInternal{
    color: var(--MAIN);
}

.divCrewTypeFreelancer{
    color: #2980b9;
}

.divCrewTypeAgency{
    color: var(--ACCENT);
}

.divCrewTypeAgency span{
    color: #212121;
    font-size: 12px;
    font-weight: 600;
}

.green{
    color: #27ae60;
}

.ok{
    color: #27ae60;
    font-weight: bold;
}

.notok{
    color: #27ae60;
    font-weight: bold;
}

#divBudgetWrapperTotals{
    width: 320px;
    bottom: 50px;
    position: absolute;
}

.divBudgetWrapperTotalsPlanned tr td:last-of-type{
    color: #2980b9 !important;
}

.divBudgetWrapperTotalsActual tr td:last-of-type{
    color: var(--ACCENT) !important;
}

.divBudgetWrapperTotalsActual tr:first-of-type td{
    color: #323232 !important;
}

#divBudgetWrapperTotals table{
    width: 100%;
    font-size: 14px;
}

#divBudgetWrapperTotals table tr{

}

#divBudgetWrapperTotals table tr td{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: bottom;
}

#divBudgetWrapperTotals table tr td p{
    margin: 0px;
    padding: 0px;
}

#divBudgetWrapperTotals table tr td:last-of-type{
    text-align: right;
}

#divBudgetWrapperTotals table tr td:last-of-type{
    text-align: right;
    font-weight: bold;
}

#pBudgetWrapperTotal{
    font-size: 16px;
}

.divBottomDayWrapper{
    width: calc(100% + 40px);
    height: 50px;
    background: transparent;
    border-top: 1px solid #f1f1f1;
    margin-bottom: -20px;
    margin-left: -20px;
    border-right: 50px solid #EBE8ED;
    border-left: 50px solid #EBE8ED;
    border-radius: 0px 0px 30px 30px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.divBottomDayWrapper::-webkit-scrollbar {
    display: none;
}

.pDay{
    display: inline-block;
    height: 50px;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    box-sizing: border-box;
    font-weight: 500;
    border-right: 1px solid #f1f1f1;
    color: var(--MAIN-LIGHTEN-30);
    margin: 0px;
    margin-left: -3px;
    cursor: pointer;
}

.pDay:hover{
    background: #f1f1f1;
}

.pShowDay{
    background: VAR(--ACCENT-LIGHTEN-90);
}

.pShowDay:hover{
    background: VAR(--ACCENT-LIGHTEN-80);
}

.pDaySelected{
    background: VAR(--MAIN);
    color: #ffffff;
}

.pDaySelected:hover{
    background: VAR(--MAIN-LIGHTEN-10);
    color: #ffffff;
}

.liHasSub p{
    cursor: pointer;
}

.tableFull p{
    margin: 0px;
}

input[type='file']::file-selector-button{
    background: rgba(255,255,255,0.4);
    color: var(--MAIN-LIGHTEN-10);
    font-weight: 400;
    cursor: pointer;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

input[type='file']::file-selector-button:hover{
    background: rgba(255,255,255,0.6);
}

.imgLoadingSwal{
    display: none;
    width: 50px;
}

.pCrewBudgetStatus{
    display: inline-block;
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    font-weight: bold;
}

.pCrewBudgetStatusconcept{
    background: var(--ACCENT-LIGHTEN-80);
    color: var(--ACCENT);
}

.pCrewBudgetStatusplanned{
    background: rgba(41, 128, 185, 0.2);
    color: #2980b9;
}

.pCrewBudgetStatuslocked{
    background: var(--MAIN-LIGHTEN-80);
    color: var(--MAIN);
}

.pTotalSmall{
    font-size: 12px;
}

.pTotalSmallBudget{
    color: #484848;
}

.pTotalSmallPlanned{
    color: #2980b9;
}

#divBudgetWrapperTotals .apexcharts-canvas{
    position: absolute !important;
    margin-left: -20px;
}

.divGridGroup{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
    border: 2px solid #f1f1f1;
    border-radius: 30px;
    padding: 20px;
    background: rgba(255,255,255,0.98);
}

.pGridGroupTitle{
    width: 100%;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}

thead .tdBudgetInternal{
    border-bottom: 2px solid var(--MAIN) !important;
}

thead .tdBudgetExternal{
    border-bottom: 2px solid var(--ACCENT) !important;
}

tbody .tdBudgetInternal{
    background: rgba(242, 242, 243, 0.3)
}

tbody .tdBudgetExternal{
    background: rgba(255, 242, 242, 0.7);
}

.iTableRowHandle{
    cursor: pointer;
}

.trBudgetItemSub{
    background: rgba(255,255,255,0.9) !important;
    display: none;
}

.trBudgetItemSub:hover{
    background: #f1f1f1 !important;
}

.rotate90{
    transform: rotate(90deg);
}

.trBudgetItemSub td:nth-of-type(1){

}

.trBudgetItemSub td:nth-of-type(2){
    padding-left: 20px;
    box-sizing: border-box;
}

.trBudgetFooter{
    height: 20px !important;
}

.trBudgetFooter td{
    background: white !important;
    border-top: 1px solid #dcdcdc;
    border-bottom: 50px solid white;
    font-weight: bold;
}

.trBudgetAdd td{
    background: white !important;
}

.trBudgetHeader td{
    background: var(--MAIN);
    background: linear-gradient(45deg, var(--MAIN) 0%, var(--MAIN) 15%, rgba(255,255,255,1) 15%);
    color: white;
}

.trBudgetHeader td:first-of-type{
    border-bottom: 1px solid var(--MAIN);
}

#divBudgetOverlay{
    position: fixed;
    width: calc(100% - 400px);
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    display: none;
}

#divBudgetRemarkWrapper{
    position: fixed;
    width: 400px;
    height: 100%;
    top: 0px;
    right: 0px;
    background: white;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-blend-mode: overlay;
    padding: 20px;
    padding-top: 45px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
    z-index: 9999999;
}

.divSwitcher{
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 30px;
}

.divSwitcher div{
    text-align: center;
    flex-grow: 1;
    padding-top: 10px;
    box-sizing: border-box;
    font-weight: 600;
    cursor: pointer;
}

.divSwitcher div:hover{
    opacity: 0.9;
}

.divSwitcherSelected{
    background: var(--MAIN);
    color: var(--MAIN-LIGHTEN-90);
    border-radius: 30px;
    transition: all 0.2s linear;
}

#divRemarksExternal{
    display: none;
}

#iCloseBudgetRemark{
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

#iCloseBudgetRemark:hover{
    transform: scale(1.1);
}

#imgRemarkLoading{
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50vh;
}

.divBudgetRemark{
    margin-top: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.pBudgetRemark{
    width: 100%;
    background: #f1f1f1;
    border-radius: 10px 20px 20px 20px;
    padding: 20px;

}

.divBudgetRemarkUser p{
    padding-top: 6px;
}

.pBudgetRemarkDate{
    text-align: right;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    padding-right: 15px;
}

#divNewBudgetRemark{
    width: 100%;
    height: 120px;
    margin-top: 20px;
    position: relative;
}

#divNewBudgetRemark textarea{
    border: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #dcdcdc;
    resize: none;
    padding: 20px;
    box-sizing: border-box;
}

.mention-wrapper{
    width: 100% !important;
    height: 120px !important;
}

.mention-options{
    bottom: 0px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 15px;
    background: rgba(255,255,255,0.5) !important;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    background-blend-mode: overlay;
    width: 150px !important;
    box-shadow: 0px 0px 10px #f1f1f1 !important;
    border: 1px solid #f1f1f1 !important;
}

.mention-option{
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    box-sizing: border-box;
    background: transparent !important;
    color: black !important;
}

.mention-option.hover{
    background: var(--ACCENT) !important;
    color: white !important;
}

#pSendRemark{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: var(--ACCENT);
    color: white;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}

#pSendRemark:hover{
    transform: scale(1.1);
}

.divRemarks{
    overflow-y: auto;
}

#tableBudgetItems{
    padding-right: 20px;
}

#btnSubmitBudget {
    position: absolute;
    right: 70px;
    bottom: 40px;
}

.trBudgetFooter .count{
    padding-left: 3px;
}

.pBudgetRemarkIndicator{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    font-size: 6px;
    text-align: center;
    color: white;
    background: var(--ACCENT);
    position: absolute;
    top: 20px;
    right: 22px;
}

.budgetOk{
    background: rgba(39, 174, 96, 0.2);
    color: rgb(25, 96, 55);
}

.budgetNotOk{
    background: rgba(192, 57, 43, 0.2);
    color: rgb(91, 28, 22);
}

.budgetOk input{
    box-shadow: none !important;
    background: rgba(39, 174, 96, 0.1) !important;
    border: 1px solid rgba(39, 174, 96, 0.1) !important;
    outline-color: rgba(39, 174, 96, 0.4);
}

.budgetNotOk input{
    box-shadow: none !important;
    background: rgba(192, 57, 43, 0.1) !important;
    border: 1px solid rgba(192, 57, 43, 0.1) !important;
    outline-color: rgba(192, 57, 43, 0.4);
}

.aTableHeaderLink{
    font-weight: bold;
    color: var(--ACCENT);
}

#divEmptyRow{
    display: none;
}

#btnBudgetSubmitWrapper{
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: -10px;
    padding: 50px;
    background: url('/images/button_bg.png');
    background-size: 100% 100%;
}
#btnBudgetSubmit{
    width: 120px;
    height: 40px;
    padding-top: 8px;
    margin-top: 20px;
}

.pBudgetExceed{
    font-size: 12px;
}

#tableBudgetItems{

}

#tableBudgetItems .tbodyLedger:nth-child(odd){

}

.fullScreen{
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0px !important;
    left: 0px !important;
}

#pToggleFullScreen{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #f1f1f1;
    text-align: center;
    color: var(--MAIN);
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    cursor:pointer;
}

#pToggleFullScreen:hover{
    transform: scale(1.1);
}

.divFormWrapper.fullScreen{
    padding-top: 80px;
    overflow-y: scroll;
}

.divFormWrapper.fullScreen #pToggleFullScreen{
    top: 100px;
    right: 35px;
}

#divNotificationIndicator{
    width: 14px;
    height: 14px;
    background: var(--ACCENT);
    border-radius: 7px;
    font-size: 9px;
    color: white;
    position: absolute;
    margin-left: 25px;
    margin-top: -5px;
}

.divSideMenuBlock{
    width: 100%;
    box-sizing: border-box;
}

.divSideMenuBlockTitle{
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 2px solid var(--MAIN);
}

.divInboxMention{
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

.divInboxMention:hover{
    background: #f1f1f1;
}

.divInboxMention p{
    padding: 0px;
    margin: 0px;
}

.pInboxMentionDate{
    font-size: 12px;
    width: 100%;
    text-align: right;
    font-weight: 500;
    margin-top: 10px !important;
}

.pInboxMentionRemark{
    width: 100%;
    padding-left: 35px !important;
}

#divSideMenuBlockMentions a{
    color: var(--MAIN-DARKEN-90) !important;
}

.divMentionNotSeenIndicator{
    width: 6px;
    height: 6px;
    background: var(--ACCENT);
    border-radius: 3px;
    float: right;
}

.trBudgetItemSelected td{
    background: var(--MAIN-LIGHTEN-50) !important;
}

.iCrewBudgetToggle{
    cursor: pointer;
}

.trBudgetItemCrew{
    display: none;
}

.divRoleWrapper{
    width: 100%;
}

.divRole{
    float: left;
    width: 50%;
    padding: 5px;
}

.divRole input{
    display: inline-block;
}

.pRoleShort{
    display: inline-block;
    margin: 0px;
    padding: 0px;

}

.pRoleGroupTitle{
    font-weight: bold;
    padding: 10px;
    padding-bottom: 0px;
}

.checkboxAll{
    position: absolute;
    right: 0px;
}

input[type='checkbox']{
    accent-color: var(--MAIN);
}

#divRoleWrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.divRoleGroupWrapper{
    position: relative;
    width: 33.33%;
    padding-bottom: 40px;
    border: 1px solid #f1f1f1;
    background: transparent;
}

#divRoleWrapper .divRoleGroupWrapper:nth-of-type(odd) {

}

#divRoleWrapper input[type='checkbox']{
    accent-color: var(--MAIN-LIGHTEN-90);
}

.divColorPicker{
    margin-left: 5px;
    border: 0px !important;
}

.pRoleTag{
    display: inline-block;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inherit !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #f1f1f1;
    border: 1px solid var(--MAIN-DARKER-10);
    color: var(--MAIN);
    font-weight: bold;
}

#divDashboardWrapper{
    width: 100%;
    height: 20px;
    margin-top: 60px;
}

#divDashboardTop{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}

#divDashboardTimeLineWrapper{
    background: white;
    border-radius: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.divDashboardIcon{
    height: 160px;
    width: calc(33.33% - 20px);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-top: 50px;
    float: left;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    flex-grow: 1;
    flex-shrink: 1;
}

.divDashboardIcon i{
    font-size: 30px;
    margin-bottom: 15px;
}

#divDashboardActivity{
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
    width: calc(50% - 10px);
    flex-grow: 1;
    flex-shrink: 1;
}

#divDashboardOnline{
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}

#divDashboardQuotationChart{
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
}

#divDashboardRight{
    width: calc(50% - 10px);
    flex-grow: 1;
    flex-shrink: 1;
}

.pTitle{
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 90%;
}

.tableDashboard{
    width: 100%;
}

.tableDashboard tbody tr td{
    height: 40px;
    padding: 10px;
    vertical-align: middle !important;
}

.tableDashboard tbody tr:nth-of-type(odd){
    border-left: 2px solid var(--MAIN-LIGHTEN-30);
}

.pOnlineindicator{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    float: right;
    background: green;
}

.trActivityDate td{
    font-weight: bold;
    text-align: left;
    background: transparent !important;
    position: relative;
    border-left: 2px solid var(--MAIN-LIGHTEN-50);
}

.trActivityDate td::before{
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--MAIN);
    position: absolute;
    top: 15px;
    left: -6px;
}

.trActivitySub:hover td{

}

.trActivitySub td:first-of-type{
    border-left: 2px solid var(--MAIN-LIGHTEN-50);
}

.trActivitySub td{
    height: 50px !important;
}

.pActivityDate{
    float: right;
    margin: 0px;
    font-size: 12px;
}

#divDashboardActivity .divMentionNotSeenIndicator{
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.trActivitySub p{
    margin: 0px;
    float: left;
}

.trActivitySub td:nth-of-type(3){
    text-align: right;
}

.trActivitySub td:nth-of-type(3) p{
    float: right;
}

.aActivityLink{
    opacity: 0;
}

.trActivitySub:hover .aActivityLink{
    opacity: 1;
}

.bActivityType{

}

.blockOdd td{
    background: #ffffff !important;
}

.blockEven td{
    background: #ffffff !important;
}


#aClientLogin{
    background: #f1f1f1 !important;
    color: var(--MAIN) !important;
    width: 180px;
    height: 45px;
    padding-top: 10px;
    margin: 0px !important;
    display: inline-block;
    border-color: #f1f1f1 !important;
    font-weight: bold;
    position: relative;
    z-index: 99999999;
    text-align: right;
    padding-right: 20px;
}

#aClientLogin i{
    color: var(--MAIN);
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 20px;
}


#divClientEmailSent{
    width: 100%;
    border-radius: 30px;
    background: #ffffff;
    background: 2px solid #f1f1f1;
    box-shadow:  20px 20px 60px #f1f1f1, -20px -20px 60px #ffffff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

#divClientEmailSent i{
    font-size: 50px;
    color: #27ae60;
    text-align: center;
    border-radius: 35px;
    box-sizing: border-box;
}

.btnExportTransparent{
    background: transparent !important;
}

.trSticky td{
    background: white !important;
    position: sticky;
    top: 0px;
    z-index: 9999;
    border-bottom: 2px solid var(--MAIN) !important;
}

.fullScreen .trSticky td{
    box-shadow: 0px -60px 5px white !important;
}

.tableFull{

}

.inputPhone{
    padding-left: 50px !important;
}

.divFormGroupScroll{
    overflow-y: auto;   
}

.customdisable{
    pointer-events:none;
    background: #dcdcdc !important;
}