div {
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
}

.btn-default:hover {
    background-color: transparent;
}

.mt10 {
    margin-top: 5px;
}

.mt20 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 20px;
}

.mb12 {
    margin-bottom: 6px;
}

.mb10 {
    margin-bottom: 4px;
}

.mb15 {
    margin-bottom: 11px;
}

.mb20 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 20px;
}

.search-box {
    font-size: 16px;
    border-color: #C6C7CA;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.search-input {
    border-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-transition: none;
    -webkit-transition: none;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 36px !important;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-dropdown-menu {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#tabs div li div {
    padding-bottom: 5px;
    cursor: pointer;
}

.truncate {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clamptext {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
}

.clamptitle
{	

	display            : block;
	display            : -webkit-box;
	-webkit-box-orient : vertical;
	position           : relative;
	height			   : 2.5em; 
	overflow           : hidden;
	text-overflow      : ellipsis;
	padding            : 0 !important;

}
.clamptitle:after
{
	content    : '...';
	text-align : left;
	bottom     : 0;
	right      : 0;
	width      : 8%;
	display    : block;
	position   : absolute;
	height     : 1.25em;
	background : linear-gradient(to right, white, white 75%);  
	
}
@supports (-webkit-line-clamp: 2)
{
	.clamptitle
	{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
}

	.clamptitle:after
	{
		display : none !important;
	}
}

.searchicon {
    border: 0 solid transparent;
    background: transparent;
    padding-right: 0px;
    background-color: transparent;
}

.clearicon {
    border: 0 solid transparent;
    background: transparent;
    padding-left: 0px;
    background-color: transparent;
}

.searchiconrtl {
    border: 0 solid transparent;
    background: transparent;
    padding-left: 0px;
    background-color: transparent;
}

.cleariconrtl {
    border: 0 solid transparent;
    background: transparent;
    padding-right: 0px;
    background-color: transparent;
}

.xicon {
    color: #b0b0b2;
}

.blankicon {
    color: transparent;
}

.clearicon:hover {
    color: #626469;
}

.btn:focus, .btn:active {
    outline: none !important;
}

.simplebox:focus, .simplebox:active, .simplebox:hover {
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-absolute + div {
    margin-top: 68px;
}

.ciscobar {
    background: linear-gradient(top, #4d80af 0, #2b5593 100%);
    background-color: #3c6aa1;
}

.ciscobarbutton {
    border-right: 1px solid #ccc;
}

.navbar-toggle {
    float: left;
}

.navbar-header {
    float: left;
    padding-left: 15px;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 100px;
    right: 100px;
    top: 5px;
    text-align: center;
    margin: auto;
    padding: 0;
}

.nav-pills > li:hover > div, .nav-pills > li.active > div {
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #18365a;
    color: #444444 !important;
    background-color: transparent !important;
}

.nav-pills > li > div {
    border-radius: 0px;
    color: #444444 !important;
    text-decoration: none;
    font-weight: normal;
    background-color: transparent !important;
}

    .nav-pills > li > div:disabled {
        border-radius: 0px;
        color: #444444 !important;
        text-decoration: none;
        font-weight: normal;
        background-color: transparent !important;
        pointer-events: none;
        cursor: default;
    }

.nav-pills > li:disabled > div {
    border-radius: 0px;
    color: #444444 !important;
    text-decoration: none;
    font-weight: normal;
    background-color: transparent !important;
    pointer-events: none;
    cursor: default;
}

#cisco > div {
    padding-left: 6px;
    padding-right: 5px;
    margin-right: 9px;
}

#downloads > div {
    margin-left: 9px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 9px;
}

#communities > div {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 9px;
}

.HighlightBackground {
    background-color: #E8E8E8;
}

@media (max-width: 991px) {

	.affix {
    top: 0px;
    position: fixed  !important;
    z-index: 10;
    background-color: white;
}
	
}

@media (min-width: 991px) {

	.affix {
    position: static  !important;
    background-color: white;
}
}

.footerpadding > li > a {
    padding: 2px;
}

.paginationNew {
    color: #007AA3;
    font-size: 12px;
    font-weight: bold;
}

    .paginationNew > li > a, .paginationNew > li > span {
        position: relative;
        float: left;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 0px solid #ddd !important;
        padding: 5px 8px;
    }

@media (max-width: 992px) {
    .affix {
        position: static !important;
    }
}

@keyframes spinner {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner::before {
    content: 'Searching...';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}

.spinner:not(:required )::before {
    content: '';
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #03ade0;
    -moz-animation: spinner .6s linear infinite;
    -o-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.spinner {
    position: relative;
    align-items: center;
    align-content: center;
    width: 50px;
    height: 50px;
}

.disclaimer {
    font-size: 12px;
    color: #A8A8A8;
}

.bestbetUrl {
    visibility: collapse;
}

/* .bestbetFeaturedLink a {
    font-size: 16px;
}

.bestbetFeaturedLink div a {
    font-size: 14px;
} */

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 11px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#nav-toggle {
    cursor: pointer;
    padding: 13px 35px 13px 0px;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 20px;
        background: #626469;
        position: absolute;
        display: block;
        content: '';
    }

        #nav-toggle span:before {
            top: -5px;
        }

        #nav-toggle span:after {
            bottom: -5px;
        }

        #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
            -moz-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.aside-backdrop {
    position: fixed;
    overflow: hidden;
    top: 52px !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: translate3d(0, 0, 0);
}

.aside {
    position: fixed;
    top: 52px !important;
    overflow-x: hidden;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    overflow: auto;
    min-width: 320px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
}

.aside-open {
}

    .aside-open > .mainview {
        overflow: hidden;
        position: fixed;
    }

.form-control:focus {
    border-color: #C6C7CA;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

/* Added to show the year in YYYY format. Previously it was YY and hence component has enough space to show.
But now, it is YYYY format and hence increasing the space. */
.form-control {
    width:106%;
}


.dropdown-menu {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    left: 0px !important;
}

    .dropdown-menu > li > a {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .dropdown-menu > li {
        margin-left: 21px;
        margin-right: -17px;
        margin-bottom: 5px;
    }

.eli::after {
    content: " ...";
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: initial !important;
}

.nav li a:visited {
    color: #525252;
    text-decoration: none!important;
}

.nav li a:link {
    color: #525252;
    text-decoration: none!important;
}

.line:before {
    content: "";
    display: block;
    border-top: solid 1px #c0c0c0;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.line a {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

#img_container {
    position: relative;
}

.videobutton-sm-md-lg {
    position: absolute;
    color: #fff;
    background-color: #4F5152;
    top: 60%;
    left: 71.5%;
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    font-weight: bold;
}

    .videobutton-sm-md-lg:hover {
        color: black;
        background-color: #4F5152;
    }

.videobutton-xs {
    position: absolute;
    color: #fff;
    background-color: #4F5152;
    top: 38%;
    right: 0%;
    padding: 0px 0px 0px 0px;
    font-size: 8px;
    font-weight: bold;
}

    .videobutton-xs:hover {
        color: black;
        background-color: #4F5152;
    }

.truncate-video {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.radio-fix {
    line-height: 1.6 !important;
}

.advcolor {
    background-color: #666666;
    color: white;
}

.advfont {
    font-weight: normal;
}

.advinput {
    border-radius: 0px;
    font-size: 16px;
}

.checkbox-fix {
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}

.accordion-toggle:focus {
    outline: none;
}

.productsAndServices {
    font-size: 14px !important;
    padding: 0px !important;
    color: #58585b;
    margin: 0 15px 0px 15px;
    margin-top: 13px;
}

    .productsAndServices:hover {
        background-color: white !important;
    }

.support {
    font-size: 14px !important;
    margin: 13px 15px 0px 15px;
    padding: 0px !important;
    color: #58585b;
    
}

    .support:hover {
        background-color: white !important;
    }

.howToBuy {
    font-size: 14px !important;
    margin: 13px 15px 0px 15px;
    padding: 0px !important;
    color: #58585b;
   
}

    .howToBuy:hover {
        background-color: white !important;
    }

.trainingAndEvents {
    font-size: 14px !important;
    color: #58585b;
    padding: 0px !important;
  margin: 13px 15px 0px 15px;
    margin-top: 13px !important;
}

    .trainingAndEvents:hover {
        background-color: white !important;
    }

.partners {
    font-size: 14px !important;
    color: #58585b;
    padding: 0px !important;
  margin: 13px 15px 0px 15px;
    margin-top: 13px !important;
}

    .partners:hover {
        background-color: white !important;
    }

.employees {
    font-size: 14px !important;
    color: #58585b;
    padding: 0px !important;
  margin: 13px 15px 0px 15px;
    margin-top: 13px !important;
    background-color: white !important;
}

    .employees:hover {
        background-color: white !important;
    }

.navHead {
    height: 90px;
    background-color: #ffffff;
}

.ciscoLogo {
    width: 64px;
    height: 35px;
    margin: 0px 15px 0px 0px; 
    -o-object-fit: contain;
    object-fit: contain;
    /* float: left; */
}

.ciscoLogoRtl {
    width: 64px;
    height: 35px;
    margin: 0px 0px 0px 15px; 
    -o-object-fit: contain;
    object-fit: contain;
    /* float: left; */
}


.logo {
    margin-top: 29px;
}

.Worldwide-change {
    float: left;
    padding-top: 8px;
    display: inline-block;
    font-size: 12px !important;
}

    .Worldwide-change:hover {
        background-color: white !important;
    }

.log-In-Account {
    font-size: 12px;
    color: #0175a2;
    padding-top: 6px;
    margin-left: 30px;
    margin-right: 30px;
}

    .log-In-Account:hover {
        background-color: white !important;
    }

.divider {
    color: #999999;
}

.dividermenu {
    color: #999999;
   padding-top: 3px !important;
}

.logInComponents {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 12px !important;
    color: #0175a2 !important
}

.logInComponents-welcome{
	padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 12px !important;
    color: #0175a2 !important
}

    .logInComponents:hover {
        background-color: white !important;
        text-decoration: underline !important;
    }

    .logInComponents:focus {
        background-color: #ffffff !important;
    }

.worldwide-Change-Copy {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    color: #0175a2;
}

    .worldwide-Change-Copy:hover {
        background-color: white !important;
        text-decoration: underline !important;
    }

.utilityMenu {
    float: right;
    display: inline-block;
}

.menuItem:hover {
    padding-bottom: 24px !important;
    border-bottom: 4px Solid #18365a;
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

@media ( min-width :768px) and (max-width:991px) {
 
 .navbar-toggle {
        display: block;
        
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    
     margin-right: -15px; 
     margin-left: -15px; 
    }
    .container {
    width: 100%;
    }
    .navbar-nav>li{
    float: none;
	}
   .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	}
    .navbar-nav{
    background-color: #F5F5F5 !important;
     margin: 7.5px -15px;
	width:98%;
    }
    
}

@media(min-width :768px) and (max-width :1024px) {
	.employeeMsg{
    width:95.9% !important
    }
} 

@media(min-width :768px) and (max-width :1024px) and (orientation : landscape){
	.employeeMsg{
    width:98.5% !important;
    }
    .noticeIcon{
    padding-top: 8px !important;
    }
} 

/** changes for radio buttons and checkboxes **/

input[type=radio] {
	height:18px;
	width:18px;
	/*display:none;**/
	opacity:0;
	vertical-align:middle;
	}
 
input[type=radio] + .radioLabel:before {
	content: '';
	display: inline-block;
	border: 1px solid #c6c7ca;
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	vertical-align: middle;
}
input[type=radio] + .radioLabel:hover:before {
   border:1px solid #18365a;
   vertical-align: middle;
}
input[type=radio]:checked + .radioLabel:before {
	border-width: 5px;
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border:6px solid #0175a2;
	vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left:0px;
}
.radioLabel, input[type="radio"] + span, input[type="radio"] + span::before {
    vertical-align: middle;
}
.radio label {
padding-left:0px;
}	

.radioCheckBox{
	    padding-right: 8px; 
        cursor:default; 
        color:#525252; 
        vertical-align:middle; 
} 

/* checkboxes **/

.checkBoxLbl,input[type="checkbox"] + span,input[type="checkbox"] + span::before
{
    display: inline-block;
    vertical-align: middle;
}

.checkBoxLbl *
{
    cursor: pointer;
	font-weight: 400;
	
}

input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}
 input[type="checkbox"] + span
{
  
    color: #333;
}

.checkBoxLbl:hover span::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}


input[type="checkbox"] + span::before
{
    content: "";
     width:18px;
	height:18px;
    margin: 0 10px 0 0;
    border: solid 1px #a8a8a8;
    line-height: 14px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + span::before
{
    color: #666;
	background-color: #0175a2 !important;
}

input[type="checkbox"] + span::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}  
input[type="checkbox"]:checked + span::before
{
    content: "\2714" !important;
	color: #ffffff;	
	border: solid 1px #0175a2;
	padding-top:2px;
   
}
input[type="checkbox"]:hover + span::before
{
	border: solid 1px #18365a !important;
   
}
.showMore{
	width:67px;
	height:18px;
	color:#0175a2;
	cursor: pointer;
	font-weight:bold;
	margin-left:3px;
}

a.action_link {
	text-decoration: none;
	outline:none !important;
}

.radioCheckBox-fix {
    line-height: 1.5 !important;
}

.facetCountAlign {
    line-height: 1.9 !important;
}

/* Settings for accordion**/
.accordion-toggle:focus {
    outline: none;
	
}
.panel
{
	box-shadow: 0 1px 1px #FFFFFF;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top:1px solid #ddd;
}
.count{
	height: 14px;
	font-size: 12px;
	color: #525252;
}
.ResetIcon {
 color:#b0b0b2;
 vertical-align:middle; 
 display: inline-block;
 height:20px;
 margin-top:4px;
}

a:hover i {
    text-decoration: underline;
}

.sortRectangle{
	height: 54px;
  background-color: #f3f6f9;
 
  color:#39393b;
}

.resultsNumber{
	 padding: 14px 14% 14px 14px;
}

.sortDisplay{
	 padding: 8px 14px 17px 0px;
}
.sortbox{
	height: 33px;
    background-color: #ffffff;
    border: solid 1px #c6c7ca;
    margin-left: auto;
    margin-right: auto;
	width:50%;
}
.footertext{
	color:#007FC5 !important;
}

.bold {
    font-weight:bold;
}

.novisit:visited
{
	color: #0175a2  !important;
}

.hand
{
	cursor: pointer;
}



.btn-round, .btn-round:visited{
border-radius: 20px;
padding-left: 20px;
padding-right: 20px;
border-color: #0175a2 !important;
background-color: #0175a2  !important;
color: #ffffff !important;
}

.btn-round-xs, .btn-round-xs:visited{
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
border-color: #0175a2 !important;
background-color: #0175a2  !important;
color: #ffffff !important;
}

.btn-round:hover{
border-color: #FFFFFF !important;
background-color: #047fAD  !important;
color: #ffffff !important;
}

.btn-round-xs:hover{
border-color: #FFFFFF !important;
background-color: #047fAD  !important;
color: #ffffff !important;
}
.localeFbkBtn{
padding-left: 15px;
padding-right: 15px;
height: 30px;
border-radius: 3px;
background-color: #f5f5f5;
border: solid 1px #a4a4a4;
}
.localeFbkBtnText{
font-size: 14px;
color: #444444;
font-weight:bold;
}

.employeeMsg{
	border-style: solid;
    border-color: #444444;
    display: inline-flex;
    border-width: 1px 1px 1px 6px;
    margin: 15px;
    width:auto;
}

@media(min-width :1200px){ 
	.employeeMsg{
  	width: 98.8% !important;	
	}
	  .noticeIcon{
    padding-top: 8px !important;
    }
}
.noticeIcon{
	padding-top: 10px;padding-bottom: 1px;padding-left: 0px;height:20px;width:20px;margin-right: 10px;
}
.notice,.notice:hover,.notice:active,.notice:focus,.notice:active:focus, .notice:active:hover{
	border-color: transparent; 
	background-color: white;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}


.pagination>li{
      float :inherit;
      }
 
/* For IPad landscape and other whose screen view size is >1000px reduce the width of the screen
(UI Issue:Sort by filter and its drop down menu are not aligned properly (are stacked one top of other)) */ 
@media(min-width :1000px){
    .sortByFilterIPadLand{
    	width:43%;
    }
} 

/* An extra X icon appears on IE when a search query character is typed. This is the default icon from IE
To remove this, is the below CSS */ 
::-ms-clear {  display: none; }


.blueBandFallback{
	direction:ltr !important;
	float:left;
}

.blueBand{
	direction:inherit;
	float:inherit;
}

.bottomSortBoxFallback{
	    direction: ltr;
}

.bottomSortBox{
	    direction: inherit;
}

.s-callout-info {
    border-color: #444444 !important;
    background-color:  transparent !important;
}

.scallout {
    padding: 8px;
    border-left: 3px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.smedia-body {
      vertical-align: middle !important;
}

.mbdesk{
	    margin-top: -8px;
}

.blue {
     color:#0175a2;    
     font-size: 16px;
     padding-right: 5px;
 }
  
  .blackts {
     color: black !important;    
     font-size: 28px;
     opacity:0.6;
 }

#skiplinks {
    display: block;
    position:absolute;
    top: -1000px;
    background: #000;
    cursor: pointer;
}

#skiplinks ul {
    height: 20px;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#skiplinks ul li a{
	color:white !important;
}

#skiplinks ul li {
    padding: 0 10px 0;
    margin: 2px 0 0;
    line-height: 16px;
}

.missingimg
{
	margin-top:30px;
}

.rawScore
{
	color : blue;
}

.metadataView
{
	color : blue;
}

/* when hovering on footer elements */
.footerpadding>li>a:hover{
	text-decoration: underline !important;
	background-color: inherit !important;
}


/*
This is used to hide the white space region between accordion & search feedback form
*/
.esrch_feedback_form_accordian .panel-body{
       padding:0px;
}

/* Carousel for Security Products */

.right.carousel-control,.left.carousel-control{
	opacity: 1 !important;
	background-size: 0px;
	margin-right:-20px;margin-left:-19px;
	margin-top: -40px;
}

.carousel-indicators{
	bottom:-30px;margin-bottom:20px
	}
	
.carousel-indicators li{
	margin-right:6px;
	border: 1px solid #cccccc!important;
	background: #cccccc;height:6px!important;width:6px!important
}

.carousel-caption{
	height:24px;font-family:CiscoSansLight,"HelveticaNeue-Light","Helvetica Neue Light",HelveticaNeueLight,HelveticaNeue,Helvetica,Arial,"Nimbus Sans L",sans-serif;
	font-size:20px;line-height:24px;text-align:center;color:#0175a2;text-shadow:none !important;
	position:relative!important;right:auto!important;left:auto!important;
	cursor:default;
}
	
.carousel-caption:hover{
text-decoration:underline;
}

.carousel-indicators .active{
	margin-bottom:1px;margin-right:6px;background-color:#0d98be !important;
	border: 0px solid #cccccc!important;
}

.glyphicon-chevron-left:before{
	content:" ";display:block;background:url('images/chevron.svg') no-repeat;width:30px;height:30px
}

.carousel-control .glyphicon-chevron-right:before{
	content:" ";display:block;background:url('images/chevron-right.svg') no-repeat;width:30px;height:30px
}