﻿@media (min-width: 768px) {
  html .navbar-right { margin-right: 0;}
}
html .skin-blue .navbar .navbar-right > .nav { margin-right: 0; }

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

/** Customer specific css here */
.theme-logo-wrapper { background-color: #ffffff;}
.sidebar .theme-logo {
        background-image: url('../../../images/themes/zeiss/carl-zeiss-logo.png');
}

.right-side .login-header {
    max-width: 100%;
    height: 300px;

    background: -webkit-linear-gradient(left, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px, #EFEFEF 100%);
    background: -o-linear-gradient(right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px , #EFEFEF 100%);
    background: -moz-linear-gradient(right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px , #EFEFEF 100%);
    background: linear-gradient(to right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px , #EFEFEF 95%, #EFEFEF 95%, #EFEFEF 100%);

}
.right-side .login-header .img {
    background-image:url('../../../images/themes/zeiss/loginheader.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 100%;
    height: 300px;
}
/* #141e8c !important => #7f7f7f */
.main-header .navbar {
    background-color: #7f7f7f !important;
    margin-left: 0; /* hide the "cmcg branding "  */
}

a,a:hover a:active, a:focus  {
  color: #7f7f7f;
}
.dropdown-menu > li > a:hover,
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header,
  .progress-bar-primary,
  .box.box-solid.box-primary > .box-header,
  .label-primary {
    background-color: #7f7f7f !important;
}
.box.box-primary {
  border-top-color: #7f7f7f;
}
.form-control:focus {
  border-color: #7f7f7f !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle,
.k-multiselect .k-button.k-state-hover,
.k-button.k-state-hover {
    background-color: #999;
    border-color: #999;
}

.btn.btn-primary,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.k-multiselect .k-button,
.page-item.active .page-link,
.tooltip-inner {
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}

.tooltip.top > .tooltip-arrow {
    border-top-color: #7f7f7f;
}

.tooltip.bottom > .tooltip-arrow {
    border-bottom-color: #7f7f7f;
}

.tooltip.left > .tooltip-arrow {
    border-left-color: #7f7f7f;
}

.tooltip.right > .tooltip-arrow {
    border-right-color: #7f7f7f;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
    background-color: #999;
    border-color: #999;
}

    /*
.bg-light-blue { background-color: #7f7f7f !important; }
.text-light-blue { color: #141e8c !important; }
    */
