body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue Lt Std","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4D4F53;
    background-color: #fff;
    position: relative;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

#breadCrumbs li a:hover {
    cursor: pointer !important;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

.container {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.row {
    width: 100%;
    position: relative;
    float: left;
}

h1, h2, h3, h4 {
    font-family: Proxima,Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #333;
    padding: 0;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

h4 {
    font-size: 18px;
    margin: 10px 0 6px 0;
    width: 100%;
}

/* Header */
.corp-header {
    background-color: #ebebeb;
    line-height: 18px;
}

.corp-header .corp-menu .nav {
    margin-top: 0;
    padding-left: 0;
}

.corp-header .corp-menu li:before {
    color: #888;
    content: "|";
    float: left;
    line-height: 18px;
    padding-right: 8px;
}

.corp-header .corp-menu li:first-child {
    margin-right: 0;
}

.corp-header .corp-menu li:first-child:before {
    content: "";
    float: left;
    line-height: 18px;
}

.corp-header ul {
    float: right;
    margin-bottom: 10px;
    width: auto;
}

.corp-header ul li {
    float: left;
    display: inline;
    margin: 10px 6px 1px 3px;
}

.corp-header ul li a {
    padding: 0;
    color: #000;
    font-family: Proxima,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 12px;
    opacity: .7;
    text-transform: uppercase;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

/* Deprecated */
.meta-row {
    background-color: #f4f4f4;
    padding-top: 8px;
    position: relative;
    z-index: 0;
}

.meta-row ul {
    list-style: none ;
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block !important;
}

ul.nav>li+li:before {
    content: "|";
    font-family: Proxima,Helvetica,Arial,sans-serif;
    color: #c7c7c7;
}

ul.nav>li {
    position: relative;
    display: inline-block;
}

ul.nav a {
    line-height: 18px;
    font-size: 14px;
    position: relative;
    padding: 6px 12px;
}

.meta-row a, .meta-row a.visited {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

/* Main row with logo */
.main-row {
    background-color: #FFF;
    border-bottom: 12px solid #9e9e9e;
    height: 54px;
}

.main-row .brand {
    float: left;
}

.main-row .logo {
    margin: 6px 0;
}

/* Footer */
#F5-Footer {
    background-color: #4D4F53;
    padding: 30px 0;
    float: left;
    width: 100%;
}
#F5-Footer, #F5-Footer a:hover {
    color: #bfbfbf;
}
#F5-Footer ul {
    padding-left: 0;
    list-style: none;
}
#F5-Footer ul.links {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
#F5-Footer ul li {
    display: block;
}
#F5-Footer, #F5-Footer a:hover {
    color: #bfbfbf;
}
#F5-Footer a, #F5-Footer a:visited {
    color: #fff;
    text-decoration: none;
}
#F5-Footer ul.links ul a {
    padding: 1px 0;
    display: inline-block;
}
#F5-Footer ul.links>li {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 767px) {
	#F5-Footer ul.links>li {
        width: 19%;
        float: left;
    }
}
#F5-Footer .sub-footer {
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    float: left;
}
#F5-Footer .legal-text {
    font-size: 11px;
}
#F5-Footer .sub-footer>li {
    display: inline-block;
    float: left;
}
#F5-Footer .sub-footer a {
    color: #bfbfbf;
}
#F5-Footer .sub-footer>li+li:before {
    content: "|";
    padding: 0 .25em;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #7c7d7d;
}
#F5-Footer .social-media i {
    text-align: center;
    width: 1.7em;
    font-size: 1.25em;
    vertical-align: middle;
}
#F5-Footer span {
    text-transform: uppercase;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: "\f107";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "\f106";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #F9F5F5;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
    font-family: 'f5';
    transition: .25s transform ease;
}
.read-more-trigger span {
    font-family: "Helvetica Neue Lt Std","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
@media (min-width: 768px) {
	.read-more-target {
        opacity: 1;
        max-height: 24px;
        font-size: 15px;
    }
}

/* Icons */
[class^=icon-] {
    speak: none;
    display: inline-block;
    font-family: f5;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#F5-Footer .social-media a:after {
    content: attr(title);
    margin-left: 6px;
    vertical-align: middle;
}
.icon-dc-pos:before {
    content: "\e60e";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-linkedin:before {
    content: "\e00f";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-chevron-down:before, .icon-down:before {
    content: "\f107";
}
.icon-chevron-up:before,.icon-up:before{
    content:"\f106";
}
.icon-envelope:before, .icon-mail:before {
    content: "\f0e0";
}

/* Fonts */
@font-face{font-family:f5;font-weight:400;font-style:normal;src:url(https://cdn.f5.com/websites/support/assets/fonts/f5.woff2) format('woff2'),url(https://cdn.f5.com/websites/support/assets/fonts/f5.woff) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/f5.ttf) format('truetype'),url(https://cdn.f5.com/websites/support/assets/fonts/f5.svg) format('svg')}
@font-face{font-family:Proxima;src:url(https://cdn.f5.com/websites/support/assets/fonts/ProximaBold.woff?f5v=1) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaBold.woff2?f5v=1) format('woff2');font-weight:700;font-style:normal}
@font-face{font-family:Proxima;src:url(https://cdn.f5.com/websites/support/assets/fonts/ProximaMedium.woff?f5v=1) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaMedium.woff2?f5v=1) format('woff2');font-weight:400;font-style:normal}
@font-face{font-family:Proxima;src:url(https://cdn.f5.com/websites/support/assets/fonts/ProximaThin.woff?f5v=1) format('woff'),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaThin.woff2?f5v=1) format('woff2');font-weight:100;font-style:normal}

.text-Proximafont {
	font-family: Proxima,Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-right:4px;
}

/* Media queries */
@media (max-width: 768px) {
	#F5-Footer ul.links>li {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #6D6D6D;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    ul.nav a {
        line-height: 22px;
        font-size: 11px;
        position: relative;
        padding: 6px 6px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-6 {
        width: 50%;
        float:left;
    }

    .read-more-trigger {
        cursor: default;
    }

    .read-more-state ~ .read-more-trigger:before {
        display: none;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-12 {
        width: 100%;
        margin:0;
        float:left;
    }

    .col-md-2 {
        width: 20%;
        margin: 35px 0 50px 0;
        float:left;
    }
}

@media (max-width: 1200px) {
    .container {
        box-sizing: border-box;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

/* Bug content */
.middlecontent {
    width: 100%;
    margin: 20px 0 30px 0;
    float: left;
}

ul#breadCrumbs {
	float: left;
	width: 100%;
	height: 20px;
	margin: 20px 0 0 0 !important;
    padding: 0;
}

#breadCrumbs li {
    display: inline;
    font-size: 85%;
}

#breadCrumbs li:before { content: "/ "; padding-right:4px;}
#breadCrumbs li:first-child:before { content: ""; }
#breadCrumbs li a:hover {
	cursor: pointer !important;
}

h5.bug-icon, h5.bugdatabase {
    background: transparent url(https://cdn.f5.com/websites/support/assets/images/icons/icon-bug-database.svg) no-repeat center left;
    background-size: 45px 45px!important;
    font-size: 18px;
    float: left;
    margin-top: 5px;
    padding: 15px 0 15px 55px;
}

.container-fluid {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.small-title {
    margin: -10px 0 0 0;
    font-size: 13px;
    line-height: 20px;
    float: left;
}

.bug-content {
    float:left;
    width:100%;
    margin-bottom:15px;
}

.standard-field {
    line-height: 26px;
}

.product-info-link {
    font-size: 13px;
}

.bug-content p {
    white-space: pre-wrap;
}
