
@media (min-width: 1200px)
{
    .oc-form-control
    {
        height : 24px;
        padding : 5px;
    }

    .oc-form-label
    {
        line-height: 24px;
    }

    .oc-composite-group
    {
        height : 24px;
    }

    .oc-composite-group-2
    {
        height : 48px;
    }

    .oc-composite-group .btn
    {
        padding-top : 3px;
    }

    .oc-dropdown > button
    {
        padding : 3px 8px;
        min-width : initial !important;
    }

    .input-group
    {
        width: 100%;
    }

    .oc-composite-button
    {
        height : 24px;
        background : none;
        border-width : 1px;
        border-color : transparent;
    }

    .input-group-addon
    {
        height : 24px;
    }
}

@media (min-width: 768px)
{
    .content-container
    {
        padding : 10px;
    }

    .main-tabview
    {
        padding : 10px;
    }

    .main-breadcrumb
    {
        padding-top : 10px;
        padding-left : 10px;
        padding-right : 10px;
    }
}

:root
{
    --header-height : 35px;
}

.oc-window-stack-with-header
{
    top : var(--header-height);
    height : calc( 100% - var(--header-height) ) !important;
}

.oc-header
{
    height : var(--header-height);
    box-shadow : 0px 0px 8px gray;
}

.oc-header .oc-action-button
{
    padding : 3px 12px;
}

.oc-header .oc-header-logo
{
    height : 32px;
    width : 32px;
    margin : 2.5px;
}

/**
 * Login Window
 */
.login-window {
  display: flex;
  justify-content: center;
  background-color: #F9FAFB;
}
.login-window .login-right-bottom {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.login-window .login-right-bottom .powered-by-label {
  font-size: 8pt;
  font-weight: bold;
  position: relative;
  left: 6px;
  margin: 0;
  bottom: -5px;
}
.login-window .center-widget {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.login-window .login-widget {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}
.login-window .label-title {
  color: #585858;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
  width: 100%;
}
.login-window .label-text {
  color: #585858;
  font-size: 10pt;
  text-align: center;
}
.login-window .oc-checkbox label {
  font-weight: inherit;
}
.login-window .oc-form-control, .login-window .oc-checkbox {
  font-size: 12px;
  box-shadow: none !important;
}
.login-window .button-login {
  color: white;
  border: none;
  padding-top: 6px;
  padding-bottom: 4px;
  line-height: 2;
}
.login-window .button-login:enabled {
  border: none;
  background-color: #2b579a;
}
.login-window .button-login:hover:enabled {
  border: none;
  background-color: #274e8b;
}
.login-window .button-login:pressed:enabled {
  border: none;
  background-color: #1e3d6c;
}
.login-window .login-error-caption {
  font-weight: bold;
}

.oc-menu-search
{
    padding : 4px 15px;
    height : 34px;
}

.oc-small-menu-search
{
    height: 23px;
    padding: 0px;
}

.oc-drawer-handle
{
    width : 10px;

    &:after
    {
        font-size : 9px;
    }
}

.tab
{
    height : 30px;
}

.fake-tab
{
    height : 30px;
}
