@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
    color: #333;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.3rem;
} 

h1{
    font-size: 2em;
}

td{
    word-break: break-word;
}

.dropdown-menu>li>a{
    line-height: 0.5;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
    vertical-align: top;
}

.btn, .btn-default, 
.btn-default:hover, 
.btn-default:active,
.btn-default:focus, 
.btn-default:focus-visible,
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover,
.btn:hover, 
.btn:active,
.btn:focus, 
.btn:focus-visible,
.btn.active.focus, 
.btn.active:focus, 
.btnfault.active:hover, 
.btn:active.focus, 
.btn:active:focus, 
.btn:active:hover, 
.open>.dropdown-toggle.btn.focus, 
.open>.dropdown-toggle.btn:focus, 
.open>.dropdown-toggle.btn:hover{
    color: #FFFFFF !important;
    outline: none;
}

.button--secondary:hover,.button--secondary:active,
.button--secondary:focus {
    color: #333 !important;
}

.input-group-btn .btn{
    border-color: #ccc !important;
}

:focus-visible, :focus, :active, :hover{
    outline: none;
}

.entity-grid-compact, .small, small{
 font-size: 1.2rem !important;
}

.dashboard .entity-grid{
    height: auto;
}

.dashboard .entity-grid .view-select{
    font-size: initial;
}

input.form-control{
    border: 1px solid #ccc;
}

.crm-chart span, highcharts-root, highcharts-legend{
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container{
    padding-left: 0;
    padding-right: 0;
}

.pagination>li>a {
    padding: 11px 12px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #a8ad00 !important;
    border-color: #a8ad00 !important;
}

.button--secondary, .shoplist__category  {
    color: #333 !important;
}

.shoplist__category--active{
  color: #fff !important;
}

.close{
    font-size: 18px;
    background-color: transparent;
}

/*.dropdown-menu>li>a{
    color: #fff;
}*/

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
    background-color: #a8ad00;
}

.dropdown-menu{
    font-size: 1.3rem;
}

.input-group .btn {
    height: 36px;
}

.btn-info-home, .btn-lg-home{
    color: #fff !important;
}

.view-pagination .pagination {
    margin: 0 0 15px 0;
}

svg, text {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.42857143;
    font-size: 1.3rem !important;
}

.open .details-link, .open .launch-modal, .open .lose-opportunity-link, .edit-link{
    color: #333 !important;
}
.edit-link.btn.btn-info{
    color: #fff !important;
}

.crmEntityFormView .cell.crmquickform-cell:first-child{
    border: none;
}

/*.crmEntityFormView .cell{
    padding: 0 0 20px 0;
}*/

.crmEntityFormView .section-title{
    padding: 10px 0px 4px 0px
}

.row shoplist__filter button{
  color: #333;
}


/* CSS Für die Startseite */
.tab-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
}

.tab {
    margin: 0 60px 0 0 ;
    padding: 0 10px 0 10px;
}

.tab-container .active{
    padding: 0px 10px 20px 10px;
    border-bottom: 4px solid #A0AF20;
}

.tab:hover {
    cursor: pointer;
}

.tab-line {
    background-color: #DAE0E3;
    height: 1px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
    width: 650px;
    position: absolute;
    right: 51%;
}

.login-container{
    height: 100%;
    display: flex;
    /*align-items: center;*/

}

.login-container-left{
  width: 50%;
  margin-top: 80px;
}

.login-container-right{
  width: 750px;
  background-image: url(/INCH-DUO.jpg);
  height: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 118px;
  left: 50%;
}

.login-container-right-filter{
    background: linear-gradient(-135deg,#7b797b 0%,#333 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

@media screen and (max-width: 992px) {
    .login-container-right{
        background-image: none;
        width: 0%;
    }

    .login-container-left{
        width: 100%;
    }

    .tab {
        margin: 0 10px 0 0 ;
        padding: 0 10px 0 10px;
    }
    .tab-content{
        margin-left: 40px;
        margin-bottom: 40px;
    }

    .header-tab-content {
        padding: 30px 0 15px 0;
    }

    .tab-line {
       width: 100%;
        position: inherit;
    }

    .container{
        width: 90%;
    }
}

.header-tab-content{
    font-size: 1.8rem;
    font-weight: 600;
    padding: 50px 0 30px 0;
}

.login-container label{
    font-weight: 500;
}

.login-container input{
    width: 60%;
    background-color: #fff !important;
}

.login-container .form-control:focus{
    border-color: #DAE0E3;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
}

input{
    background-color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

input:-webkit-autofill:focus {
    box-shadow: 0 0 0 30px #fff inset, 0 0 8px rgb(0 0 0 / 60%) !important;
}

.intern-login{
    margin-top: 60px;
}

.login-container .p-viewer-container{
    width: 60%;
}

.p-viewer {
    float: right;
    margin-top: -28px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    cursor:pointer;
}


/* CSS Für die Filter */
.entitylist-filter-option-text .input-group-addon {
    display: none;
}

.entitylist-filter-option-text.input-group .form-control:last-child{
    border-radius: 4px;
}

.entitylist-filter-option-text {
    width: 240px;
}

.datepicker td {
    word-break: normal;
}

/* CSS Checkbox*/

.crmEntityFormView .cell.checkbox-cell div.info {
    padding-bottom:20px;
}

/* User Guiding Brand ausblenden*/
a.ug-branding-anchor {
    display: none !important;
}

/* Button nowrap */
.btn{
  white-space: nowrap;
}

/* dropdown Navigation menue*/
.side-nav .fa-caret-down{
    display: none;
}

/* Fix Menu Margin*/
html[dir=ltr] li a{
    margin-left: 0px;
}

iframe.html{
    height: auto;
    overflow: hidden;
}

/* CSS für den Datepicker */
.datepicker .disabled button {
    color: #AEAEAE;
}

/* Infobox */
.description.below{
    background-color: #d1d1d1;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 75%;
    margin-top: 12px !important;
}

/* Filter Checkboxen vertikal */

.managed-opportunities .entitylist-filter-option-group-box-overflow{
    display: flex;
}

.managed-opportunities li.entitylist-filter-option {
    margin: 0px 24px 10px 0px;
}

/* Filter Startseite */

.filter-order-management .panel-default {
    border-color: transparent;
    background-color: #f9f9f9;
    float: left!important;
    right: 0px;
    bottom: 0px;
}

.filter-order-management .panel {
    box-shadow: none;
    position: relative;
    height: 100%;
    z-index: 100;
}


.filter-order-management .panel-body{
    position: relative;
    width: fit-content;
}

.filter-order-management .view-toolbar.grid-actions {
    position: relative;
}

.filter-order-management .list-inline {
    float: left;
}

.filter-order-management .btn-entitylist-filter-submit{
    /*position: absolute;
    bottom: 0px;
    left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;*/
    margin-top: 41px;
}

@media only screen and (min-width: 1200px){
    .toolbar-actions-order-management{
        position: absolute;
        bottom: 42%;
        right: 0px;
    }
    .filter-order-management .list-inline>li{
        width: fit-content;
    }
}

@media only screen and (max-width: 1200px){
    .toolbar-actions-order-management{
        float: left !important;
        margin: inherit;
    }
}

@media only screen and (max-width: 616px){
    .filter-order-management .input-group{
        margin-top: 15px;

    }
    .filter-order-management .panel-body{
    width: 100%;
}
}


@media only screen and (max-width: 616px){
   .filter-order-management .entitylist-download {
        margin-left: 0px !important;
    }

    .managed-opportunities .entitylist-filter-option-group-box-overflow{
        display: inherit;
    }

    .filter-order-management .btn-entitylist-filter-submit {
        margin-top: 0px;
    }

    .toolbar-actions-order-management a.btn.action{
        margin-left: 0px !important;
        margin-right: 10px;
    }
}

select {
  font-size: 1.3rem; /* oder eine andere geeignete Schriftgröße */
}

/* Fix für Firefox, um das erste leere Element in gleicher Höhe wie die anderen Optionen anzuzeigen */
@-moz-document url-prefix() {
  select option:first-child {
    font-size: 1.3rem; /* oder dieselbe Schriftgröße wie oben */
  }
}


