
.applicationButton {
    padding: 8px 24px;
    border-radius: 6px;
    display:inline-block;
    background: rgba(255, 255, 255, 0.24) !important;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.9px);
    -webkit-backdrop-filter: blur(1.9px);
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.backgroundButton {
  background-color: #1c4792 !important;
  color: #ffffff !important;
}

.foregroundButton {
  color: #ffffff !important;
}

.teamNavigation {
  background-color: dodgerblue !important;
  color: white !important;
}

.btn-inverted {
  color: dodgerblue;
  border: 1px solid;
}

.brandingColors {
  background-color: #1c4792 !important;
  color: #ffffff !important;
}

.highlightColor {
  color: dodgerblue;
}

nav#minimum {
  background-color: #1c4792 !important;
}

div.taskDetailPopup div.modal-header {
  background-color: #1c4792;

  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

div.taskDetailPopup div.modal-header h4 {
  text-align: center;
  color: #ffffff;
  font-size: 21px;
}

div.taskDetailPopup div.modal-header .btn{
	background-color: #1c4792 !important;
  color: #ffffff !important;
    float: $textDirectionOpposite;   
    margin-top: -5px !important;
	font-size:12px;	
}

div.otp_sec div.banner-header {
  background-color: #1c4792 !important;
}

banner-header {
  background-color: #1c4792;
}

.tippy-box[data-theme~='viewermenutippy'] {  
    background-color: #1c4792 !important;
    color: #ffffff !important;
    text-align: center;
    @extend .tippy-viewermenutippy;
    .tippy-content {
      padding: 0px;
    }
    .tippy-arrow{
      color: #1c4792;
    }
  }

.menuItemSelected {
  background-color: #4e79c4 !important;
}

body#login_layout div#divContent {
  background-image: linear-gradient(#1c4792, #1c4792, #000047) !important;
}

body#login_layout footer {
  border: none;
  background-color: #000047;
  color: #ffffff;
  font-size: 13px;
}

.successPageText {
  color: #ffffff !important;
}

li.notifications-menu a label {
  color: #ffffff;
}

#brandedLogo > span{
color: #ffffff  !important;;
display:none;
}


#mainDiv, .navbar-inverse, .mainMenu {
    background-color: #1c4792 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #000047;
}

.mainMenuSelected {
    background-color: #000047 !important;
    border-radius:6px !important;
}

.subMenuOne {
    background-color: #000047 !important;
    border-color: #000047 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

    .subMenuOne > li {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.hrWidget {
    border-color: #2E75B6 !important;
    background-color: #2E75B6;
}

.subMegaMenu {
    color: #ffffff !important;
    background-color: #000047 !important;
    border: 1px solid #000047 !important;
}

    .subMegaMenu > li > a {
        color: #ffffff !important;
    }

    .subMegaMenu > li > .subMenuSelect {
        color: #262626 !important;
    }

.treeview-menu {
    background-color: #000047;
}

.prevMenu > div {
    background-color: #000047 !important;
}

.nav-tabs-custom > .nav-tabs > li {
    border-bottom-color: #2E75B6;
    font-size: 18px;
}

.subMenuSelect {
    color: black !important;
    background-color: #4e79c4 !important;
}

.nav-tabs-custom > .nav-tabs {
    border-bottom-color: #2E75B6;
}
.subMenu {
    color: #ffffff !important;
}
.homeimg {
    font-size: 22px !important;
    color: #ffffff !important;
}
#userText{
     color: #ffffff !important;
}
.segmentCell__selected {
    color: #ffffff !important;
    background-color: #1c4792 !important;
    border-color: #1c4792 !important;
}
.buttonBlueOutline {
    border: 1px solid #1c4792 !important;
    border-radius: 5px;
    padding: 4px 20px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
    color: #1c4792 !important;
}
.formButton {
    background-color: #1c4792 !important;
    color: #ffffff !important;
}

.btn-primary {
    background-color: #1c4792 !important;
    color: #ffffff !important;
}

.settingOutline {
    border: 2px solid #1c4792!important;
}
.rcldCancelBtn {
    color: #1c4792!important;
}

.participantSelectionTypeTab {
  background-color: #4e79c4 !important;
  color: #ffffff !important;
}

.participantSelectionTypeSelectedTab {
  background-color: #000047 !important;
}
.AddMoveOUHeader {
    background-color: #000047!important;
    padding: 10px;
    color: white;
}

.prepare-button {
    border: 1px solid #1c4792!important;
    border-radius: 4px;
    color: #1c4792!important;
    cursor: pointer;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    background-color: transparent;
    display: block;
    min-width: 120px;
}
.selectedCogwheel {
  color:  #4e79c4 !important;
}