@charset "utf-8";

.cntBox {
    margin: 0;
}
.cookieInformation {
    right: 5%;
    bottom: 0;
}

.cookieInformation .txtSection {
    padding: 10px 5px;
}

#cmContentArea {
    float: none;
}

footer .footer-bottom ul li:after {
    content: '';
    padding: 0;
}

ul#footerCookie {
    margin: 0;
}

ul#footerCookie li a {
    display: block;
    background-position: 0;
}

.js-footer-cookie {
    height: 22px;
}


.cmGrid12 {
    width: 100%;
    float: left;
}

.cmM-cookieslider-check {
    left: 60%;
}

.cmContentArea .cmCntBox {
    width: 100%;
}

.cmCntBox {
    margin-left: 0;
}


#fEndNav > ul {
    display: block;
    float: none;
}

ul#footerCookie > li {
    display: inline-block;
    float: none;
}

ul#footerCookie > li:last-child {
    display: none;
}

ul#footerCookie .js-footer-cookie {
    margin: 0;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #modal-scene-cookie .modal-dialog {
        width: auto;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    #modal-scene-cookie .modal-dialog {
        width: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #modal-scene-cookie .modal-dialog {
        width: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #modal-scene-cookie .modal-dialog {
        width: 70%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #modal-scene-cookie .modal-dialog {
    width: 50%;
}
}


#modal-scene-cookie .modal-dialog {
    margin-top: 150px;
}
/*
######################################
BUTTONS 
######################################
*/

.button input, .button span {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    height: 22px;
    display: block;
    float: left;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 0 3px 3px 2px;
    cursor: pointer;
    line-height: normal;
}

.button span {
    padding: 4px 10px;
}

.button b.bsStrt {
    height: 22px;
    display: block;
    float: left;
    width: 4px;
    overflow: hidden;
}

.button b.bsEnd {
    height: 22px;
    display: block;
    float: left;
    width: 4px;
    overflow: hidden;
}

.cmL-listArea .cmCol6 {
    width: 50%;
}



/*
######################################
BUTTONS GREY
######################################
*/

.button.grey b.bsStrt {
    background: url("../img/buttonSubmitGrey_start.png") no-repeat 0 0;
}

.button.grey input, .button.grey span {
    background: url("../img/buttonSubmitGrey.png") repeat-x 0 0;
    color: black;
}

.button.grey b.bsEnd {
    background: url("../img/buttonSubmitGrey_end.png") no-repeat 0 0;
}

/*
######################################
BUTTONS GREEN
######################################
*/


#modal-scene-cookie .button,
#modal-scene-cookie a.cmRelatedLnk.js-link-cancel {
    padding: 2px;
    color: #fff;
    font: 12px Arial,Helvetica,sans-serif;
    border: none;
    background: #023d6b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3OGE3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTY2NGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #628cb2 0%, #023d6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#628cb2), color-stop(100%,#023d6b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #628cb2 0%,#023d6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #628cb2 0%,#023d6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #628cb2 0%,#023d6b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #628cb2 0%,#023d6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#628cb2', endColorstr='#023d6b',GradientType=0 ); /* IE6-8 */
}

#modal-scene-cookie a.cmRelatedLnk.js-link-cancel {
    opacity: 1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: none;
}


#modal-scene-cookie .button:hover,
#modal-scene-cookie .button:active,
#modal-scene-cookie .button:focus,
#modal-scene-cookie a.cmRelatedLnk.js-link-cancel:hover,
#modal-scene-cookie a.cmRelatedLnk.js-link-cancel:active,
#modal-scene-cookie a.cmRelatedLnk.js-link-cancel:focus
 {
    background: #023d6b;
    color: #fff;

}



@media only screen and (max-width : 768px) {
    .cookieInformation  {
        background-image: none !important;
        margin: 0 !important;
        padding: 0 !important;
        left: auto !important;
        right: auto !important;
        position: fixed !important;
        z-index: 999 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(64, 66, 69, .5) !important;
        bottom: auto !important;
        top: 0 !important;
    }
    
    .cookieInformation div.top_co {
            background-color: rgba(64, 66, 69, 1) !important;
            background-image: none;
            width: 100%;
    }
    .cookieInformation  p {
         font-size: 1.2em !important;
        line-height: 1.2em !important;
    }
    
    .cookieInformation .button.grey {
    display: block;
    width: 200px;
    height: 40px;
}
    .cookieInformation  .button.grey span {
        background: #d7d7d8 !important;
        height: auto !important;
        padding: 10px;
    
    }
    .cookieInformation .button.grey .bsStrt, 
    .cookieInformation .button.grey .bsEnd  {
        display:none !important;
    }
    
    .cookieInformation .txtSection ul.relatedItems.btns li {
        float: none !important;
    }
}


/* START 20150917: layout-update */

.cookieInformation {
    top: 0;
    position: fixed;
    z-index: 11000;
    width: 100%;
    margin-right: 0;
    right: auto;
    bottom: auto;
}

.cntBox {
    clear: right;
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    vertical-align: top;
}

.cookylawpop {
    width: auto;
    border-bottom: 1px solid #a5a6a7;
    margin: 0;
    padding-bottom: 3px;
    color: #404245;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    clear: both;
    z-index: 11000;
    text-align: left;
    margin-bottom: auto;
    background-color: #fff;
    padding: 15px;
}

.textsct {
    margin: 0 auto;
    padding: 0px 40px;
    width: 60%;
}

.textsct a {
    text-decoration: none;
    color: #215F8B;
}

.textsct a.lnkarrw:hover {
    color: #00142a;
}

.textsct a.lnkarrw {
    background: url('https://static.bosch-professional.com/media/images/professional/arrow_blueWhiteLeft.gif') no-repeat 0px 4px;
    color: #215F8B;
    padding-left: 8px;
}

.textsct p {
    line-height: 17px;
    padding-bottom: 10px;
    width: 80%;
}

.textsct ul {
    float: right;
}

.bttns ul {
    list-style: none;
    margin: 0;
    overflow: visible;
}

.bttns a {
    clear: both;
    float: left;
    height: 20px;
    padding-left: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 95%;
    min-width: 50%;
}

.yesbtn {
    color: #000 !important;
    display: block;
    font: bold 12px/17px Arial;
    height: 25px;
    padding: 3px 3px 1px 0;
    position: static;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    margin: 0px 0px 3px 0px;
    border: 0;
    outline: 0;
    background: linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%, #c3c3c4 100%);
    background: -moz-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%, #c3c3c4 100%);
    background: -webkit-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%, #c3c3c4 100%);
    background: -ms-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%, #c3c3c4 100%);
    background: -o-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%, #c3c3c4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e2, endColorstr=#c3c3c4, GradientType=1);
}

.yesbtn:hover {
    background: linear-gradient(top, #a5a6a7 0%, #808285 100%, #808285 100%);
    background: -moz-linear-gradient(top, #a5a6a7 0%, #808285 100%, #808285 100%);
    background: -webkit-linear-gradient(top, #a5a6a7 0%, #808285 100%, #808285 100%);
    background: -ms-linear-gradient(top, #a5a6a7 0%, #808285 100%, #808285 100%);
    background: -o-linear-gradient(top, #a5a6a7 0%, #808285 100%, #808285 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a5a6a7, endColorstr=#808285, GradientType=1);
}

/* END 20150917: layout-update */
