﻿@import url("/DublinTheme/Theme.DublinTheme.css?162");

/*
    How to generate a theme for your company: 
    
        1 - Go to https://silkui.outsystems.com/ThemeCustomizer/GenerateDublin.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

/*---------- $5. Custom CSS ----------*/
:root {
    --textLarge: 1.25em ;
    --textLarger: 1.5em ;
    --textLargest: 1.9em ;
    --textNormal: 0.9em ;
    --textSmall: 0.85em ;
    --textSmaller: 0.8em ;
    --textSmallest: 0.75em ;
    --gutter: 10px;
}

/*---------- Font Face----------*/

@font-face {
    font-family: 'Opensans';
    src: url('/HR_CMS/OpenSans-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans';
    src: url('/HR_CMS/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-Bold';
    src: url('/HR_CMS/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*------------------------------------*\
             Font Definition
\*------------------------------------*/

html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Opensans';
}

.TileIcon_text, .TileNumber_text, .TileIconText_label, .Heading1, .Heading2, .Heading3, .Heading4, .Header_title a, .EditableTable thead td, .TableRecords_Header {
    font-family: 'Opensans';
}


/***************************************/r
/***** PRIMARY COLOR CUSTOMIZATION *****/
/***************************************/

.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: #0076FF; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #19B5FE; /*primary-color*/
    -webkit-filter: brightness(110%);
    filter: brightness(1.1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: #0076FF; /*primary-color*/
}

.phone .Menu .LoginInfo {
    background-color: #19B5FE; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}


.Menu {
    background: #19B5FE; /*primary-color*/
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom-color: rgba(0,0,0,0.1);
    box-shadow:none;
    color: #0076ff;
}
.Menu_DropDownPanel a.Menu_SubMenuItemActive, 
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}

.Menu_TopMenu a:link:last-child,
.Menu_TopMenu a:visited:last-child,
.Menu_TopMenu a:last-child {
    box-shadow: none;
    color: #0076ff;
}
.Menu_TopMenu a:last-child:hover{
    color:white;
} 
.Menu_TopMenu a span.fa {
    border-color: #FFF;
}

.Menu_TopMenu:hover,
.Menu_TopMenu:hover a [class^=fa],
.Menu_TopMenuActive a:link [class^=fa],
.Menu_TopMenuActive a:visited [class^=fa],
.Menu_DropDownPanel a.Menu_SubMenuItemActive, 
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #19B5FE; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}

.Menu_TopMenu a:hover, 
.Menu_TopMenu a:link:hover, 
.Menu_TopMenu a:visited {
    border-left-color: #FFF;
    background-image: linear-gradient(0deg, #0076FF 30%, #00AEFF 90%) !important;
    /*color: #0076ff;*/
}
.tablet .Menu_TopMenu .Menu_DropDownArrow {
    border-left-color: #19B5FE; /*primary-color*/
    -webkit-filter: brightness(80%);
    filter: brightness(0.8);
}

.tablet .Menu_TopMenu:hover .Menu_DropDownArrow {
    border-left-color: #FFF;
}

.tablet .Menu_TopMenuActive .Menu_DropDownArrow, 
.tablet .Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-left-color: #FFF;
}

.Menu_TopMenu:hover span.fa {
    border-color: #FFF;
    color: #FFF;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: #FFF;
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
    border-left-color: #19B5FE; /*primary-color*/
}

.Menu_DropDownArrow {
    border-top-color: #FFF;
}


.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited {
   background-color: #19B5FE; /*primary-color*/
   border-left-color: #FFF;
}

.Menu_TopMenuActive a span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_TopMenuActive{
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}

.Menu_DropDownPanel a span.fa {
    color: #FFF;
}

a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #19B5FE; /*primary-color*/
}



a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #19B5FE; /*primary-color*/
}

.Feedback_AjaxWait {
    color: #19B5FE; /*primary-color*/
}

.Login_Footer {
    background: #19B5FE; /*primary-color*/
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:    -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:     -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:      -o-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:          linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top-color: #19B5FE; /*primary-color*/
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    background-color:  #19B5FE; /*primary-color*/
    border-color:  #19B5FE; /*primary-color*/
}

.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    background-color: #19B5FE; /*primary-color*/
    border-color: #19B5FE; /*primary-color*/
}

.Post_icon img {
    border-color: #19B5FE; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #19B5FE; /*primary-color*/
    border: #19B5FE; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #19B5FE; /*primary-color*/
    border: 1px solid #19B5FE; /*primary-color*/
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #19B5FE; /*primary-color*/
    border: #19B5FE; /*primary-color*/
}
.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #19B5FE; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #19B5FE; /*primary-color*/
}

.Calendar-dayNames {
    border-top-color: #19B5FE; /*primary-color*/
}

.Calendar-navBtn > div {
    color: #19B5FE; /*primary-color*/
}

.select2-container .select2-choice {
    color: #19B5FE; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #19B5FE; /*primary-color*/
}

.NavigationBar a.Active {
    color: #19B5FE; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #19B5FE; /*primary-color*/ 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #19B5FE; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #19B5FE; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #19B5FE; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: #19B5FE; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: #19B5FE; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #19B5FE; /*primary-color*/
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top-color: #19B5FE; /*primary-color*/
}

.WizardStep.ActiveStep {
    background: #19B5FE; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);

}

.WizardStep.ActiveStep:before {
    border-top-color: #19B5FE; /*primary-color*/
    border-bottom-color: #19B5FE; /*primary-color*/
}

.WizardStep.Past {
    background: #19B5FE; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #19B5FE; /*primary-color*/
    border-bottom-color: #19B5FE; /*primary-color*/
}

.Button,
a.Button {
    color: #19B5FE; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #19B5FE; /*primary-color*/
    border-color: #19B5FE; /*primary-color*/
    border-bottom-color: rgba(0,0,0,0.2);
}

.desktop .Button.ButtonDefault:hover, 
.desktop .Button.Is_Default:hover {
    background-color: #19B5FE; /*primary-color*/
    border-color: #19B5FE; /*primary-color*/
    border-bottom-color: rgba(0,0,0,0.2);
    -webkit-filter: brightness(80%);
    filter: brightness(0.8);
}

.Button.Cancel,
.desktop .Button.Cancel:hover {
    border-color: #999;
    color: #999;
}
.desktop .Button.Cancel:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(0.8);
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a,
.Button.Link {
    color: #19B5FE; /*primary-color*/
}

a.ActionAdd:hover{
    background-color: #19B5FE; /*primary-color*/
    border-bottom-color: #19B5FE; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}
a.ActionDelete:hover{
    background-color: #bb5858;
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}

a.ActionAdd,
a.ActionDelete {
    color: #FFF;
}

a.ActionAdd {
    background-color: #19B5FE; /*primary-color*/
    border-bottom-color: #19B5FE; /*primary-color*/
}


.desktop .Button.Link:hover {
    background-color: transparent;
    border-color: #19B5FE; /*primary-color*/
    color: #19B5FE; /*primary-color*/
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: #19B5FE; /*primary-color*/
}


.SectionIndex a.active, 
.SectionIndex a:hover{    
    border-bottom-color: #19B5FE; /*primary-color*/
    color: #19B5FE; /*primary-color*/
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical  a:hover{
    border-left-color: #19B5FE; /*primary-color*/
}

.TableRecords > tbody > tr > td a {
    color: #19B5FE; /*primary-color*/
}

.IconBadge_number {
    background-color: #19B5FE; /*primary-color*/
}

.pika-prev:after,
.pika-next:after {
    color: #19B5FE; /*primary-color*/ 
}

.pika-title {
    border-bottom: 2px solid #19B5FE; /*primary-color*/
}

.is-selected .pika-button {
   background-color: #19B5FE; /*primary-color*/
}

.has-event .pika-button:after {
   background-color: #19B5FE; /*primary-color*/ 
}



.Feedback_AjaxWait {
    color: #222;
}

@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}
@keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}
/*Possition*/
.relative{
    position: relative;
}

/*Padding*/
.p-10{
    padding: 10px;

}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-0{
    padding-top: 0px;
}
.pt-10{
    padding-top: 10px;
}
.pl-10{
    padding-left: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right: 20px;
}
.text-blue{
    color:#0076ff
}
/*Header*/
.Header_title {
    border-right: none !important;
}
.Header {
    background-image: white;
}
.Header_title a img {
    height: 59px;
    margin-bottom: 4px;
    margin-right: 5px;
    vertical-align: middle;
}
/*Footer*/
.Footer {
    height: 0px !important;
    padding: 0px !important;
    background: transparent !important;
}
/*Menu*/
.Application_Menu {
     /*primary-color*/
    
}

.Menu {
    background: #ffffff; /*primary-color*/
    margin: 10px;
    border-radius: 7px;
    box-shadow: 1px 0 6px #dddddd;
    color: black;
    overflow-y: scroll;
}
.Menu::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.Menu_DropDownPanel {
    background-color: white;
}
.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link{
    opacity: 1 !important;
    background: white !important;
    border-radius: 0;
    color: black;
    box-shadow: none;
    clear: both;
    color: #0076FF !important;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    min-width: 0;
    padding: 0;
    padding-left: 90px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}
.Menu_DropDownPanel a:hover {
    color: white !important;
}
/*************LOGIN**********************/

.LoginWrapper{
    position: relative;
    overflow: hidden;
    height: 55vh;
    background-color: #fff;
    border-radius:7px;
    -webkit-box-shadow:0px 1px 6px #dddddd;
    box-shadow:0px 1px 6px #dddddd;
}

.login-page input[type="text"],
.login-page input[type="password"] {
    padding: 0 40px;
}

table.EditRecord,
table.ShowRecord {
    background-color: #fff;
    border: 1px solid #fff;
}

.input-label {
    position: relative;
}

.input-label input {
    padding: 0 40px;
}

.input-label .input-icon {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 18px;
}
.input-label .input-icon1 {
    position: absolute;
    top: 8px;
    left: 302px;
    width: 18px;
}
.input-label .input-icon2 {
    position: absolute;
    top: 19px;
    left: 24px;
    width: 18px;
}
.input-label .password-icon {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 18px
}

.loginBackdrop {
    position: relative;
    top: 0;
    left: 0;
    background-image: url('/AdiraCMS/img/backdrop_login.jpg?1889');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    height: 100%;
}

.loginBackdrop .backdropbg{
    background-image: linear-gradient(180deg, #ffec4469 0%, #0062d0fa 90%);
    color: white;
    height: 100%;
}
.Menu_SubItemsPlaceholder:hover {
    background: white;
    color: black;
}

.backdropbg .welcome-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 15px
}

.backdropbg .welcome-text .Heading1{
    color: white;
}

.backdropbg .logoAdira {
    position: absolute;
    top:  20px;
    right: 20px;
    width: 25%;
}

.lh-1 {
    line-height: 1.2;
}


/*************HOMESCREEN**********************/

.white-container {
    background-color: #fff;
    border-radius:7px;
    -webkit-box-shadow:0px 1px 6px #dddddd;
    box-shadow:0px 1px 6px #dddddd;
}

.user-info-cst{
    border: 2px solid #fff;
    background-color: white;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 0 6px #dddddd
}
.user-info-cst img {
    position: absolute;
    border-radius: 0;
    top: 50%;
    left: 50%;
    width:100%;
    height: 100%;
    transform: translate(-50%,-50%);
}

.Tabs {
    border: none;
}

.Tabs_header {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.Tabs__tab {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
    font-weight: 200;
    height: 28px;
    width: 138px;
    cursor: unset;
}

.Tabs__tab.active {
    border-bottom: 1px solid transparent;
    border-top: none;
    padding: 0;
    color: #253b4a;
    position: relative;
    font-weight: 600;
    padding: 0 15px;
}


.Tabs__tab.active:after{
    content: "";
    display: block;
    background-image: linear-gradient(0deg, #0076FF 30%, #00AEFF 90%) !important;
    border-radius: 10px 10px 0 0;
    height: 5px;
    width: 30%;
    position: absolute;
    left: 34%;
    bottom: -3px;
    content: '';
    z-index: 5;
    display: block;
}

.Tabs_body {
    padding: 20px 10px;
}

.flex{
    display: -webkit-box!important; 
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important; 
    display: flex!important;
}

.homescreen{
    background: white;
    height: calc(100vh - 81px);
    background-color: white;
    border-radius: 7px;
    width: calc(100vw - 328px);
}
.homescreen .fitur {
    flex-grow:1;
    margin:10px 0;
    max-width:80px;
    height: auto !important; 
    flex-flow:column wrap;
    list-style-type: none;
    align-items:center;
    justify-content: center;
    transition:all 200ms linear;
    text-align: center;
}

.homescreen .fitur-icon {
    flex-grow:1;
    width: 90%;
    height: 85px;
}

.homescreen .text-fitur {
    text-align:center;
    align-items: center;
    font-size: 13px;
    color:#2c2c2c;
    width:100%;
    margin-top:6px;
    user-select: none;
    word-wrap: break-word;
    line-height: 1.3
}

.homescreen .search-pos {
    position: absolute;
    right: 35px;
    top: 19px;
}
/*Search Input*/
.input-label {
    position: relative;
}

.input-label input {
    padding: 0 40px;
}

.input-label .input-icon {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 18px;
}
a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a,
.Button.Link {
    color: white; /*primary-color*/
}
.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: blue; /*primary-color*/
}

.Menu_TopMenu:hover,
.Menu_TopMenu:hover {
    background-color:background-image: linear-gradient(0deg, #0076FF 30%, #00AEFF 90%);
    color:white;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}
/*Main Content*/
/*.MainContent{
    margin-left: 20px;
    position: fixed;
    margin-right: 20px;
    min-height: calc(100vh - 82px);
    margin-bottom: -30px;
    background: white;
    border-radius: 7px;
    width: 76%;
    margin-top: -9px;
    height: 80%;
    box-shadow: 1px 0px 6px #dddddd;
}*/
.MainContent {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 20px;
    margin-top: -9px;
    padding-bottom: 30px;
    background: white;
    border-radius: 7px;
    box-shadow: 1px 0px 6px #dddddd;
    height: calc(100vh - 81px);
    overflow-y: scroll;
}

.text-blue{
    color: #0076FF;
}

.bold {
    font-weight: bold !important
}

.TableRecords > tbody > tr > td a {
    color: #0076FF; /*primary-color*/
}

.title{
    font-size: 20px;
    color: #0076FF;
    font-weight: bold;
}
.Content.ThemeGrid_Wrapper {
    overflow-x: unset !important;
    overflow-y: hidden
}
/*Button*/
.button-blue{
    background-image: linear-gradient(0deg, #0076FF 30%, #00AEFF 90%);
    padding: 7px;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    box-shadow: 1px 0px 6px #dddddd;
    text-align: center;
    height: 35px;
    min-width: 215px;
    max-width: 250px;
    
}
.button-white{
    border-radius: 5px;
    padding: 6px;
    border: 1px solid #0076FF;
    color: #0076FF;
    box-shadow: 1px 0px 6px #dddddd;
    text-align: center
}
.button-blue:hover,
.button-white:hover{
    background: #dddddd;
}
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_CurrentPageNumber:hover {
    background-color: #fff !important;
    box-shadow: none;
    color: #0076ff;
    cursor: default;
}
/*Dropdown*/
.Menu_DropDownArrow {
    border-top-color: #0076ff;
}
.Menu_DropDownArrow {
    right: 36px !important;
}
.dropdown .select.ThemeGrid_Width6 {
    width: 43.5% !important;
}
/*Table*/
thead{
    background-image: linear-gradient(0deg, #0076FF 30%, #00AEFF 90%);
}
/*Group User*/
.action .ThemeGrid_Width6 {
    width: 20.019608% !important;
}
/*Radio Button*/
input[type="radio"]:after {
    background: #0076ff !important;
    border: 2px solid #19b5fe !important;
    top: 43% !important;
}
input[type="radio"]:before {
    margin-top: 4px;
}
/*
.new-roleuser{
    height: calc(100vh - 83px);
    overflow-y: hidden;
}*/
.form{
    border: 1px solid #0076FF;
    border-radius: 5px;
    padding: 10px;
}
.new-roleuser .Tabs__tab.active:after{
    left:59% !important;
}
/*Pic Member*/
.pic-member .TableRecords > tbody > tr > td a {
    color: #0076FF; /*primary-color*/
    margin-top: 10px;
    position: relative;
    top: 10px;
}
.pic-member .TableRecords_OddLine:last-child,
.pic-member .TableRecords_EvenLine:last-child,
.pic-member .TableRecords_Header:last-child {
    position:relative;
    padding-bottom:30px;
}
/*Login*/
.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}
.Login_Footer {
    /* margin-top: -17px; */
    height: 0;
    width: 0;
}

.login-custom{
    background: white;
    border-radius: 10px;
    box-shadow: 1px 0px 6px #dddddd;
    width: 1000px;
    position: absolute;
    margin: 0px auto;
    left: 15%;
    top: 14%;
}
.imageifabula{
    position: relative;
    top: 18px;
}
.Login_Box {
    position: absolute;
    top: 54%;
    left: 79%;
    z-index: 1;
    margin-top: -200px;
    margin-left: -140px;
    width: 280px;
}
.gradient-bg{
    height: 452px;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    background-image: linear-gradient(0deg, #cbeef9 60%, #0076ff 90%);
    border-radius: 10px 0px 0px 10px;
}
.border-radius-image{
    border-radius: 0px 0px 0px 10px;
}
a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a,
.Button.Link {
    color: #0076ff; /*primary-color*/
}
.image-vida{
    width: 150px !important;
    height: 150px !important;
}
.break{
    word-break: break-all;
    text-align: justify;
}
.TableRecords_Header {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 0 5px 5px;
    text-transform: uppercase;
    height: 45px;
}
.TableRecords_OddLine,
.TableRecords_EvenLine {
    border-bottom: 1px solid #ddd;
    padding: 10px 3px;
    vertical-align: middle;
}
.pb-0{
    padding-bottom: 0px !important;
}
.TableRecords_OddLine:last-child,
.TableRecords_EvenLine:last-child,
.TableRecords_Header:last-child {
    padding-right: 0px;
}
.scroll-content{
    
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.btn-red{
    background-color: #9e1616; /*primary-color*/
    border-color: #ffffff; /*primary-color*/
    border-bottom-color: rgba(0,0,0,0.2);
    color: white;
}

.content-scroll {
    overflow-y: scroll;
    height: calc(100vh - 260px);
}



.ToggleButton.changed {
    background-color: #2196F3;
}

.SmartInput_Undo{
    display: none;
}

.div-text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}



/*============================ MEDIA QUERY =================================================================*/

* {
    transition: all 200ms;
}

.desktop.small .Menu_TopMenu a span, .tablet .Menu_TopMenu a span {
    position: unset
}

.phone .Tabs__tab, .tablet .Tabs__tab, .Tabs__tab {
    width: auto;
    padding: 0 15px
}

@media (max-width: 900px) {

    [class^="ThemeGrid_Width"] {
      min-width: 50%
    }

    .desktop.small .Menu,
    .tablet .Menu {
        width: 200px;
    }

    .desktop.small .Content.ThemeGrid_Wrapper,
    .tablet .Content.ThemeGrid_Wrapper {
        left: 200px;
    }
}

div.os-internal-Popup .os-internal-ui-dialog,
div.os-internal-Popup.os-internal-ui-dialog {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    position: fixed;
    min-width: 50vw;
    top: 15vh !important;
    overflow: hidden !important
}

.os-internal-Popup.os-internal-ui-dialog iframe {
    height: calc(70vh - 40px) !important;
}

.img-container {
    height: calc(90vh - 40px) !important;
}

.MainPopup {
    background: transparent;
    display: block
}

.viewer {
    position: relative
}

.cover{
    object-fit: cover
}

.footer-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* $4.4.6 - Patterns - Navigation - Timeline */
.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
}

.timeline-item-left {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    margin-right: var(--space-base);
    padding: var(--space-s) var(--space-none) var(--space-none);
}

.timeline-item-icon {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    border-radius: var(--border-radius-circle);
    color: var(--color-neutral-0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
}

.timeline-item-icon .fa-fw {
    font-size: var(--font-size-xs);
    width: auto;
}

.timeline-item-icon:empty {
    height: 8px;
    width: 8px;
}

.timeline-item-separator {
    background-color: var(--color-neutral-5);
    -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    margin: var(--space-s) var(--space-none) var(--space-none);
    width: 1px;
}

.timeline-item:last-child .timeline-item-separator {
    display: none;
}

.timeline-item-right {
    margin-bottom: var(--space-xl);
}

.timeline-item:last-child .timeline-item-right {
    margin-bottom: var(--space-none);
}

.timeline-item-date {
    margin-bottom: var(--space-xs);
}

/*Service Studio Preview*/
.timeline-item:last-child .timeline-item-separator {
    
}

.timeline :last-child .timeline-item .timeline-item-separator {
    
}

.timeline-item-icon {
    
    
}
