/* 
    Document   : alcon.css
    Created on : 01.04.2015, 14:34:38
    Author     : anita.huber
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

/*styles to include in css later*/

html {
    background: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background: none repeat scroll 0 0 #E1E1E1;
}

a:link, a:visited {
    color: #00AEEF;
    text-decoration: none;
}

u {
    color: #00AEEF;
}

#wrap {
    width: 980px;
    background-color: transparent;
}

#page {
    background-color: #ffffff;
    margin-top: 212px;
    padding-bottom: 50px;
}

/* font awesome */
.fa {
    font-size: 17px!important;
    margin: 0 5px 0 0!important;
}

.fa-cog {
    font-size: 30px!important;
    color: #e5eaf4;
}

.fa-user, .fa-users {
    color: #003595;
}

.fa-sign-in {
    font-size: 22px!important;
}

/* welcome back message after login */
#welcomeBackMessage {
    top: 76px;
    left: 224px;
    position: absolute;
    color: #e5eaf4;
}

#welcomeBackMessage .fa-user {
    color: #e5eaf4;
}

 .customLoginStyle {
     margin: 10px 0!important;
 }

/* toast message box */
.toast-success {
    border-bottom: 1px dotted #003595;
    background-color: #0d84008a;
    color: #eee;
    width: 300px;
    height: 35px;
    opacity: 0;
    animation: toast-animation 5s 1;
    position: fixed;
    top: 50%;
    right: 20px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    cursor: default;
    z-index: 9999;
}

.toast-success p {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@keyframes toast-animation {
    0% {
        opacity: 0;
        right: -50px;
    }
    50% {
        opacity: 1;
        right: 50px;
    }
    100% {
        opacity: 0;
        right: -50px;
    }
}

.toast-success, .toast-success p {
    text-align: center;
}

/***case display/hide header/menu******/

.no_hat #masthead {
    margin-top: 0 !important;
}

.no_menu #page {
    margin-top: 140px !important;
}

.no_hat #page {
    margin-top: 170px !important;
}

.no_menu.no_hat #page {
    margin-top: 100px !important;
}

.shoppingcart {
    display: none;
}

.show_menu .shoppingcart {
    display: block;
}

.show_menu .shoppingcart .menu_item:hover {
    border-radius: 5px;
    border: 2px solid #CCC;
    box-sizing: border-box;
    margin-top: 35px;
    padding: 1px;
    margin-right: -3px;

}

.prodSearch .btnSubmit {
    background-color: #ffffff;
    color: #003595;
    border-radius: 9999px;
    border: none;
    padding: 6px 20px;
    font: bold 12px/1.333 "Helvetica Neue", Arial, Helvetica, sans-serif;
    outline: none;
}

#content {
    background-image: none;
    margin-top: 50px;
    min-height: 500px;
    padding: 20px 30px 10px 30px;
}

/**header*************/
#masthead {
    height: 100px;
    margin-top: 43px;
    margin-left: 0;
    width: 980px;
    background-color: #003595;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 17px;
}

#masthead .easylogo {
    margin-left: 0;
    width: 200px;
    height: 100%;
}

#masthead .alconlogo {
    height: 100%;
    width: 150px;
    float: right;
    background-size: 70% auto ! important;
    border: 0 solid white;
}

#searchMask {
    margin: 0 0 0 10px;
    width: 380px;
    height: 95px;
    border: 0 solid white;
}

#searchMask input[type="text"] {
    padding: 6px 4px;
}

#searchMask .groupSearch,
#searchMask .prodSearch {
    height: 35px;
    width: 100%;
    margin-left: 15px;
}

#searchMask .groupSearch {
    width: 540px;
}


.groupSearch .customerInfo {
    padding-top: 5px;
}

.shoppingcart {
    float: right;
    max-width: 170px;
}

.shoppingcart div {
    height: 35px;
    margin-top: 38px;
}

.shoppingcart a {
    color: white;
    line-height: 32px;
}

.shoppingcart .shoppingCart .left {
    background-position: -58px 0;
    width: 13px;
    height: 25px;
    float: left;
}

.shoppingcart .menu_item .shoppingCart .middle {
    background-position: -74px 0;
    background-repeat: no-repeat;
    height: 25px;
    float: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    color: #FFF;
}

.shoppingcart .menu_item .shoppingCart .right {
    background-position: -108px 0;
    background-repeat: no-repeat;
    width: 11px;
    height: 25px;
    float: left;
}

.login_mask, .forgotpwd_mask {
    background: none !important;
    background-color: #F0F0F0 !important;
    border: 0 solid #CCC;
    padding: 10px;
    margin-top: 20px;
}

#menu {
    left: 0;
    top: 0;
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    background-color: #e5eaf4;
    background-repeat: repeat-x;
}

#menu .menu_item {
    /* margin-left: 7px; */
    height: calc(100% - 3px);
    vertical-align: middle;
    display: block;
}

.groupSearch #custInputCustomer {
    float: left;
    width: 215px;
}

.groupSearch #btnGroupSearch {
    float: none;
}

.info {
    color: gray;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#menu div.menu_item a.menu_link:link,
#menu div.menu_item a.menu_link:visited {
    display: block;
    float: left;
    font-size: 1.1667em;
    font-weight: bold;
    margin-left: 0;
    height: 100%;
    line-height: 65px;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: border-color .4s linear;
}

#menu ul.sub_menu {
    top: 70px;
    left: 0;
    background: none;
    background-color: #e5eaf4 !important;
    border: none;
    width: 250px;
    border-top: unset !important;
    padding: 0;
}


#menu ul.sub_menu li {
    border-top: 1px dotted #D1D2D2;
    background: none;
    height: inherit;
    padding: 0 10px;
}

#menu ul.sub_menu li:hover {
    color: #fff !important;
    transition: all .3s linear;
    background-color: #6686bf !important;
}

#menu ul.sub_menu li a:hover {
    transition: all .3s linear;
    color: #ffffff !important;
}

#menu div.menu_item a.menu_link:hover {
    border-color: #000;
}

#menu ul.sub_menu li:first-child {
    border-top: none;
    padding: 0 10px;
}

#menu ul.sub_menu a:link, #menu ul.sub_menu a:visited {
    color: #000;
    font-size: 1.1em;
    font-variant: normal;
    line-height: 25px;
}

#menu .menu_item:hover {
    border-top: none;
}

#menu .menu_item li:last-child {
    margin-right: inherit;
}

/***end header******************/

#product_tree a, #product_tree span {
    color: #333;
    padding: 6px 5px;
}

#product_tree .level2 {
    background-color: #003595;
}

#product_tree .level3 {
    background-color: rgba(0, 53, 149, 0.6);
    border-bottom: none;
    color: #ffffff;
}

#product_tree .level4 {
    background-color: rgba(0, 53, 149, 0.10);
    border-bottom: 1px dotted #003595;
}

#product_tree .level4icon {
    border-bottom: none !important;
}

a:hover, a:active {
    background-color: transparent;
}

table.standard tbody tr td {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 5px 3px;
}

.btnLogon,
.btnSubmit,
.button,
a.nav-link:link,
a.nav-link:visited {
    background-color: #003595;
    color: #FFF;
    border-radius: 9999px;
    border: none;
    padding: 6px 20px;
    font: bold 12px/1.333 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.btnLogon:hover,
.btnLogon:active,
.btnSubmit:hover,
.btnSubmit:active,
.button:hover,
.button:active {
    background-color: #00aeef;
    color: #fff;
    outline: none;
}

a.nav-link:link,
a.nav-link:visited {
    display: inline-block;
    padding: 4px 10px;
}

input, select, a.nav-link {
    vertical-align: middle;
}

input[type="text"], input[type="password"], textarea, input.file[type="file"] {
    padding: 5px;
}

/***content******************/

div.banner {
    margin-top: 10px;
    margin-bottom: 10px;
}

#prodCatalog .left-part,
#startPage .left-part {
    width: 245px;
}

#prodCatalog .right-part,
#startPage .right-part {
    width: 665px;
}

#startPage .salutation {
    width: 49%;
}

#startPage .sales-rep {
    border: 1px solid #CCC;
    float: right;
    padding: 0;
    width: 50%;
}

.backtotop {
    background-image: none !important;
    border-bottom: 1px dotted #999 !important;
}

/***footer********/

#footer {
    margin: 0;
    padding: 0;
    width: auto !important;
}

#site_info {
    clear: both;
    float: none !important;
    box-sizing: border-box;
    background-color: #D5D5D5;
    margin: 0 0 0;
    color: #6B7889;
    padding: 10px;
    width: auto !important;
    height: 100px;
}

#site_info .copyright {
    float: left;
    width: 30%;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 110%;
}

#site_info .footerlinks {
    float: right;
}

#site_info ul, #site_info strong ul {
    margin-bottom: 7px;
}

#site_info ul a {
    color: #3387C5 !important;
}

#site_info ul li {
    display: inline;
    line-height: 2.4em;
    padding-right: 8px;
    margin-left: 8px;
    border-right: 1px solid #3387C5;
}

#site_info li:last-child {
    border-right: 0 none;
}

#site_info .bullet1 {
    padding-left: 0;
    background: none;
}

/**ev in code entfernen*****/
.backtotop {
    height: 0;
    cursor: auto;
}

.backtotop a,
.backtotop img {
    display: none;
}

.password_compliance_ul {
    margin: 7px 20px;
}

/*****content*****/

#history .info {
    margin-bottom: 20px;
}

#history .wrapTable td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#history .legend-icons a,
#history .order-icons label {
    margin-right: 10px;
}

#history table.standard table.order-details thead tr th {
    background-color: #003595;
    border-bottom: 1px solid #003595 !important;
}

#history table.standard tbody tr table.order-details,
#history table.standard tbody tr:hover table.order-details {
    background-color: #e5eaf4;
}

#history table.standard tr.auswahlRech td,
#history table.standard tr.auswahlRech:hover td,
#history table.standard tr.auswahlLiefer td,
#history table.standard tr.auswahlLiefer:hover td,
#history table.standard tr.fadeTop td,
#history table.standard tr.fadeTop:hover td {
    border-top: 2px solid #003595;
    background-color: #e5eaf4;
    font-weight: bold;
}

#history table.standard td.noMargin {
    border-bottom: 2px solid #003595;
}

#startPage .sales-rep {
    float: right;
    width: 50%;
    margin-right: 0;
}

#startPage .sales-rep img {
    padding: 0;
}

#startPage .sales-rep,
#contact .sales-rep {
    border: 0 solid #CCC;
    background-color: #F0f0f0;
    padding: 0;
}

#contact .sales-rep {
    margin-right: 40px;
    float: left;
    width: 400px;
    margin-top: 30px;
    min-height: 125px;
}

#startPage .sales-rep h4,
#contact .sales-rep h4 {
    margin-top: 10px;
}

#startPage .sales-rep a,
#contact .sales-rep a {
    display: inline-block;
    margin-bottom: 10px;
}

.tundra #returns #addButtonContainer .btnSubmit,
#personalSettings .buttons .btnSubmit, #dtpSettings .buttons .btnSubmit {
    margin-left: 0;
    margin-top: 20px;
}

#personalSettings input.radio {
    margin-bottom: 5px;
}

#personalSettings input.radio #pwdtypeEASY{
    margin-left: 180px;
}

#personalSettings div.labeledElement,
#dtpSettings div.labeledElement,
div.labeledElement {
    padding: 6px 0;
}

#virtualSelling .right-part .standard {
    background-color: #e5eaf4;
}

#virtualSelling .right-part .standard tr td,
#virtualSelling .right-part .standard tr th {
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
}

#virtualSelling .right-part .standard thead th {
    background-color: #003595;
    border-bottom: 1px solid #003595 !important;
    border-top: 1px solid #003595;
}

#virtualSelling .virtualSellingItems {
    background: none;
    background-color: #F0F0F0;
}

#virtualSelling .virtualSellingItem {
    width: 93%;
}

#virtualSelling .btnLogon,
#virtualSelling .btnSubmit,
#virtualSelling .button,
#virtualSelling a.nav-link:link,
#virtualSelling a.nav-link:visited {
    margin-top: 10px;
}


.tundra .dijitTextBoxFocused,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input[type="file"]:focus {
    border: 1px solid #003595;
}

.tundra #masthead .dijitTextBoxFocused {
    border: 1px solid #AAAAAA !important;
}

.tundra .dijitInputField input {
    background-color: white !important;
}

.tundra #masthead .groupSearch #widget_CustomerSelectBox {
    max-width: 320px;
    margin-left: 0;
}

#searchMask input[type="text"] {
    padding: 5px;
}

.tundra #masthead .groupSearch #CustomerSelectBox {
    margin-left: 0;
    width: 320px;
}

.tundra #editSubscription fieldset,
#editEndUser fieldset,
.subscriptionelement {
    border: 1px solid #003595;
}


/**CSS Einbindung kontrollieren*************/
#hdr-glblalc {
    top: 0;
    width: 100%;
    position: fixed;
}

/* end styles to include in css later*/

#ajaxLoading {
    line-height: 100%;
}

#ajaxLoading * {
    position: fixed;
    top: 50%;
}

#ajaxLoading p {
    display: inline-block;
    margin-top: 50px !important;
}

#psp_optile_onbaording_link {
    color: #47AA42;
    text-decoration: none;
}


.hr_disclaimer {
    color: #5176B8;
    margin: 50px 20%;
}

#dtpFormBox {
    border: 1px solid;
    padding: 25px;
    background-color: #E6EEFF;
    margin: 25px 0;
    width: 90%;
}

#dtpImageContainer {
    width: 20%;
    float: right;
}

#dtpImageContainer img {
    width: 80%;
    margin: 25px auto;
}

#dtpFormContainer {
    width: 75%;
}

#dtpFormContainer .field{
    width:250px;
}

#installStepsInner {
    padding: 10px;
}

#installStepsInner div{
    float: left;
    padding: 7px;
    width: 15%;
}

#installStepsInner div p{
   margin-bottom: 2px;
}

#installSteps{
    width:800px;
    margin:auto;
}

#shippingMethodContainer{
    display:none;
    margin: 0px 0px 5px 0px;
}


.dropdownLabel{
    display: block;
    padding: 2px;
    margin: 0px 0px 4px 0px;
    width:300px!important;
}
