/*
Theme Name: OpenSCAP
Author: Lenka Horakova and the OpenSCAP developer team
Author URI: http://lenkahorakova.com/
Tags: openscap, wordpress, bootstrap
*/

html,
body {
    width: 100%;
    height: 100%;
    outline: none;
}
/*higlight currently visited section of the portal*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #9ed2ee;
    text-decoration:underline;
    /*border-bottom: 1px solid #fff;*/
    /* totally designer, yo! */
}

.btn-primary:active{
    color: white;
}

/*border color change, new navmenu for phones*/
.navbar-inverse .navbar-toggle:focus{
    border-color: #bee1f4;
    background-color: #bee1f4;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
    background-color: #002235;
}
.navbar-inverse .navbar-toggle:hover {
    border-color: #bee1f4;
    background-color: #bee1f4;
}
/*3lines color change, new navmenu for phones*/

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0px 0px 0px;
}
nav {
    margin: 0px !important;
}
.dropdown-menu {
    border: none;
    background-color: #002235;
    border-radius: 0px;
    box-shadow: none;
    color: white;
    margin-top: 0px;
}
/* border which is around menu elements in lighter blue color*/

.dropdown-menu .border {
    border: 1px solid #003b5c;
}
/* Opened Dropdown Menu is aligned on the left */

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: auto;
    left: -5px;
    border-radius: 0px;
}
/* Color on hover -light blue */

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    text-decoration: none;
    background-color: #003b5c;
    background-image: linear-gradient(to bottom, #003b5c, #003b5c);
    color: white;
}
.navbar-inverse .nav > li > a {
    background-color: #002235;
    background-image: linear-gradient(to bottom, #002235, #002235);
    color: white;
}
.navbar-inverse .nav > li > a:hover {
    background-color: #002235;
    background-image: linear-gradient(to bottom, #002235, #002235);
    color: #9ed2ee;
}

/* line at the bottom of header + shadow */

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0px 0px 0px 0px;
    box-shadow: none;
}
/*divider*/

.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0px;
    overflow: hidden;
    background-color: #003b5c;
    border-bottom: 1px solid #003b5c;
}
.navbar-default .navbar-nav > li:hover {
    background-color: #002235;
    background-image: linear-gradient(to bottom, #002235, #002235);
    color: white;
}
/* a triangle isnt showing up, therefore in menu is no double triangle showing dropdown*/

.dropdown-menu:before {
    border: none !important;
    content: "" !important;
}
.dropdown-menu:after {
    border: none !important;
    content: "" !important;
}
/* Li Menu shows on MouseOver*/

.dropdown:hover .dropdown-menu {
    display: block;
}
/* li Menu is in white*/

.dropdown-menu a {
    color: white;
    font-size: 14px;
}
/* li Menu is with othe line-height*/

.dropdown-menu .border a {
    color: white;
    font-size: 13px;
    line-height: 26px;
}
.navbar .btn-navbar {
    margin-top: 0px;
    padding: 7px 10px;
    margin-right: 12px;
    margin-left: 12px;
}
.navbar-inverse .navbar-inner {
    background-color: #002235;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
}
.menu_titles {
    font-size: 16px;
    float: right;
    padding-top:0px;
    padding-bottom: 25px;
}
/* logo is carefully situated on exact position*/

.brand {
    position: absolute;
    padding-top: 52px !important;
}


.brand.christmas {
    position: absolute;
    padding-top: 40px !important;
}
/* White caret in Header Menu*/

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: white;
    border-top-color: white;
}
/*Footer: height, width, relative position */

footer {
    position: relative;
    bottom: 0px;
    height: auto;
    background-color: #002235;
    width: 100%;
    color: white;
    padding-top: 100px;
    padding-bottom: 80px;
}
.wider {
    width: 100%;
    height: auto;
    color: white;
    padding-top: 50px;
    padding-bottom: 110px;
}
.wider-small {
    width: 100%;
    height: auto;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cyan {
    background-color: #007a87;
    color: white;
}
.grey {
    background-color: #dddddd;
    color: black;
}
.green {
    background-color: #57a121;
    color: white;
}
.light-green {
    background-color: #37c8ab;
    color: black;
}
.light-blue {
    background-color: #bee1f4;
    color: black;
}
.blue {
    background-color: #00659c;
    color: white;
}
.gradient {
    background: -webkit-linear-gradient(#bee1f4, white);
    /* For Safari 5.1 to 6.0 */
    
    background: -o-linear-gradient(#bee1f4, white);
    /* For Opera 11.1 to 12.0 */
    
    background: -moz-linear-gradient(#bee1f4, white);
    /* For Firefox 3.6 to 15 */
    
    background: linear-gradient(#bee1f4, white);
    /* Standard syntax (must be last) */
}
.white {
    background-color: white;
    color: black;
    padding-bottom: 40px;
}
.greenText {
    color: #57a121;
}
.light-greenText {
    color: #37c8ab;
}
.blueText {
    color: #00659c;
}
.cyanText {
    color: #007a87;
}
.whiteText {
    color: white;
}
a.issueTextWhite:hover {
    color: white;
}
a.issueTextWhite {
    color: white;
}
div.wider-hover {
    background-color: #007a87;
    color: white;
}
div.wider-hover:hover {
    background-color: #008bad;
    color: white;
}
.h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.space {
    padding-top: 35px;
    padding-bottom: 35px;
}
.quoteSpace {
    padding-top: 70px;
    padding-bottom: 80px;
    z-index:-1;
}
.brSpace {
    width: auto;
    height: 22px;
}
.view_more,
.view_more_blue {
    color: black;
    text-decoration: none;
}
.view_more:hover {
    color: #007a87;
    text-decoration: none;
}
.view_more_blue:hover {
    color: #00659c;
    text-decoration: none;
}
/*for Get It! button*/

.up {
    margin-top: -5px !important;
    margin-right: -14px;
}
.down {
    margin-top: 3px !important;
}
/*centering into middle*/

.col-centered {
    float: none;
    margin: 0 auto;
}
.col-left {
    float: left;
}
.text-center {
    text-align: center;
}
.toolsMainMenu {
    text-align: center;
    margin-left: 0px;
}
.quotes {
    width: 48px;
    height: auto;
    float: right;
    padding-right: 10px;
}
.pull-right-custom {
    text-align: right;
}
.pull-left-custom {
    float: left;
    margin-left:25%;  
}

.white-blue {
    color: white;
}
.white-blue:hover {
    color: #bee1f4;
}
.green-square {
    float: left;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-right: 20px;
    width: 220px;
    height: 200px;
}
.blue-square {
    float: left;
    padding-right: 20px;
    width: 180px;
    height: 160px;
}
.blue-square-smaller {
    float: left;
    padding-right: 10px;
    width: 100px;
    height: 100px;
}
.round {
    width: 200px;
    height: 200px;
}
.platform {
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    height: 75px;
}
.btn-success.outline,
.btn-success-cyan.outline,
.btn-success-blue.outline,
.btn-success-light-green.outline,
.btn-success-green.outline {
    color: white;
    font-weight: bold;
    border: 2px solid white;
}
.btn-success-blue-inverse.outline {
    color: #00659c;
    font-weight: bold;
}
.btn-success-light-green-inverse.outline {
    color: #37c8ab;
    font-weight: bold;
    border: 2px solid #37c8ab;
}
.btn-success-blue2-inverse.outline {
    color: #00659c;
    font-weight: bold;
    border: 2px solid #00659c;
}
.btn-success-cyan-inverse.outline {
    color: #007a87;
    font-weight: bold;
    border: 2px solid #007a87;
}
.btn-success-cyan-two-inverse.outline {
    color: #007a87;
    font-weight: bold;
}
.btn-success-green-inverse.outline {
    color: #57a121;
    font-weight: bold;
    border: 2px solid #57a121;
}
.btn.outline {
    background: transparent none repeat scroll 0% 0%;
}
.btn-success.outline:hover {
    background-color: white;
    color: #57a121;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-cyan.outline:hover {
    background-color: white;
    color: #007a87;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-light-green.outline:hover {
    background-color: white;
    color: #37c8ab;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-blue2.outline:hover {
    background-color: white;
    color: #00659c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-green.outline:hover {
    background-color: white;
    color: #57a121;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-light-green-inverse.outline:hover {
    background-color: #37c8ab;
    color: white;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-blue.outline:hover {
    background-color: white;
    color: #00659c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-cyan-two-inverse.outline:hover {
    background-color: #007a87;
    color: white;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-blue-inverse.outline:hover {
    background-color: #00659c;
    color: white;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-blue2-inverse.outline:hover {
    color: white;
    background-color: #00659c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-cyan-inverse.outline:hover {
    color: white;
    background-color: #007a87;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-success-green-inverse.outline:hover {
    color: white;
    background-color: #57a121;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
/*defualtly bootstrap btn has some look and it's interapting the position of text inside the button*/

.btn {
    text-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 4px;
}
.xsmall {
    border: 1.8px solid white;
    padding: 2px 14px;
    font-size: 14px;
    margin: 2px 5px;
}
.small {
    border: 2px solid white;
    padding: 6px 16px;
    font-size: 16px;
}
.large {
    border: 3px solid white;
    padding: 12px 22px;
    font-size: 18px;
}
.embed-responsive-item {
    min-height: 300px;
}
.avatar {
    float: left;
    width: 110px;
    margin: 10px;
    border: 10px solid white;
    border-radius: 350px;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
}
.avatar:hover {
    border: 10px solid #37c8ab;
}

.avatar-active {
    float: left;
    width: 110px;
    margin-right: 10px;
    margin-left:0px;
    margin-bottom:4px;
    margin-top:3px;
    border-radius: 350px;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border: 10px solid #37c8ab;
}

.avatar-res {
    float: right;
    width: 110px;
    margin:10px;
    border-radius: 350px;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border: 10px solid #37c8ab;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 13px;
    text-align: center;
    list-style: outside none none;
    margin:0 auto;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    background-color: white;
    border: 1px solid white;
    margin:0 auto;
}

.carousel-indicators li:hover {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: white;
    border: 1px solid white;
    opacity:0.6;
    margin:0 auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
   width:100%;
   background-color:#002235;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.space-side {
    padding: 15px;
    padding-top: 0px;
    box-sizing: border-box;
}
.close {
    font-size: 38px;
    line-height: 50px;
}
ul.rss-aggregator {
    list-style-type: none;
}
.feed-item a {
    font-size: 21px;
    font-weight: bold;
    color: white;
}
.feed-item {
    padding-top: 25px;
    padding-bottom: 25px;
}
/* Newer posts in News*/

.nav-previous {
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: right;
    float: right;
}
/* Newer posts in News*/

.nav-previous a {
    font-size: 18px;
    color: white;
}
/* Older posts in News*/

.nav-next {
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: left;
    float: left;
}
/* Older posts in News*/

.nav-next a {
    font-size: 18px;
    color: white;
}
a svg:hover #circle-inner-two {
    opacity: 0.1;
}
a svg:hover #circle-inner-three {
    opacity: 0.3;
}
a svg #circle-inner-two,
a svg #circle-inner-three {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
.bannerText, .bannerText2 {
    left:2%;
    position:absolute;
    color: white;
    text-align: left;
    line-height: 1.25;
    top: 50%;
  transform: translateY(-50%);
}

.nice-par2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    
    -moz-column-count: 2;
    /* Firefox */
    
    column-count: 2;
}
/* Large desktop */

@media(min-width:1200px){
    .bannerText {
        font-size: 21px;
    }
    .bannerText2 {
        font-size: 18px;
    }
    .box-vul,
    .box-vul-inverse {
        min-height: 120px;
    }
    .nice-par2 {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        
        -moz-column-count: 2;
        /* Firefox */
        
        column-count: 2;
    }
.scrollup {
    opacity: 0.4;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 9999;
}

.scrollup:hover {
    opacity: 0.6;
}

.sitemap-icon{
    opacity: 0.4;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 9999;
}

.sitemap-icon:hover{
    opacity: 0.6;
}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px){
    .bannerText {
        padding-bottom: 20px;
        font-size: 16px;
    }
    .bannerText2 {
        padding-bottom: 20px;
        font-size: 16px;
    }
    .box-vul,
    .box-vul,
    .box-vul-inverse {
        min-height: 120px;
    }
    .nice-par2 {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        
        -moz-column-count: 2;
        /* Firefox */
        
        column-count: 2;
    }
.scrollup {
    opacity: 0.4;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 9999;
}

.scrollup:hover {
    opacity: 0.6;
}

.sitemap-icon{
    opacity: 0.4;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 9999;
}

.sitemap-icon:hover{
    opacity: 0.6;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .bannerText, .bannerText2 {
        font-size: 14px;
    }
    .box-vul,
    .box-vul-inverse {
        min-height: 20px;
    }
    .vul-img {
        width: 50px;
        height: auto;
    }
    .sec-img {
        height: 20px;
        width: auto;
    }
    .nice-par2 {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        
        -moz-column-count: 1;
        /* Firefox */
        
        column-count: 1;
    }
     
    .redhatlogo {
    max-width: 200px;
    min-width:200px;
    height: auto;
    }

.scrollup {
    opacity: 0.4;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 9999;
}

.scrollup:hover {
    opacity: 0.6;
}

.sitemap-icon{
    opacity: 0.4;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 9999;
}

.sitemap-icon:hover{
    opacity: 0.6;
}

  .pull-left-custom{
    top:0px;
    left:0px;
    margin-top:70px;
    margin-left:-5px;   
    float:left !important;
  }

}
/* Landscape phones and down */
@media (max-width: 767px){
    .box-vul,
    .box-vul-inverse {
        min-height: 20px;
    }
    .vul-img {
        width: 50px;
        height: auto;
    }
    .sec-img {
        width: auto;
    }
    .nice-par2 {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        
        -moz-column-count: 1;
        /* Firefox */
        
        column-count: 1;
    }
     
    .redhatlogo {
      max-width: 200px;
      min-width:200px;
      height: auto;
    }

    .brand {
      position: absolute;
      padding-top: 0px !important;
  }

    .brand.christmas {
      position: absolute;
      padding-top: 0px !important;
      margin-top:-5px;
  }

    .scrollup {
      opacity: 0.4;
      width: 32px;
      height: 32px;
      position: fixed;
      bottom: 10px;
      right: 48px;
      z-index: 9999;
  }
.scrollup:hover {
    opacity: 0.6;
}
.sitemap-icon{
    opacity: 0.4;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

  .sitemap-icon:hover{
    opacity: 0.6;
  }
  .navbar-header{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
  }
}

.redhatlogo {
    width: 100%;
    height: auto;
}

.rcornersBlue {
    border-radius: 5px;
    background: #00659c;
    padding: 20px;
    width: auto;
    height: auto;
}
.codeBlack {
    display:-moz-inline-table;
    display:inline-table;
    color: white;
    background: #2E2E2E;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px 12px;
    width: auto;
    height: auto;
}
.warningBorder {
    border: 3px #cc0000 solid;
    font-size: 14px;
    padding: 12px 12px 12px 54px;
    width: auto;
    height: auto;
    position: relative;
}
.infoBorder {
    border: 3px #4d5258 solid;
    font-size: 14px;
    padding: 12px 12px 12px 54px;
    width: auto;
    height: auto;
    position: relative;
}
.alertIcon {
    width: 30px;
    height: 30px;
    left: 0px;
    margin-left: 12px;
    position: absolute;
}
.box-vul {
    background-color: white;
    padding: 12px;
}
.box-vul-inverse {
    background-color: #00659C;
    padding: 12px;
    color: white;
}
.box-secpol-inverse {
    background-color: #007A87;
    font-size: 16px;
    color: white;
    padding: 30px 25px 30px 32px;
    display: block;
}
/*line steps*/

.lineSteps li{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 60px;
    background: #57a121;
    border: white solid 2px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: white;
}

.lineSteps li:hover {
    background: white;
    border: white solid 2px;
    color: #57a121;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.lineSteps .active {
    background: white;
    border: white solid 2px;
    color: #57a121;
    text-decoration: none;
}
.lineSteps li::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50px;
    width: 60px;
    height: 2px;
    background: #57a121;
    z-index: -1;
}
.lineSteps li:first-child::before {
    display: none;
}

.lineSteps a,
a:active,
a:focus {
    outline: none;
}
.riad {
    line-height: 1.4;
}
.vul-img {
    width: 180px;
    height: auto;
    opacity: 0.5;
}
.vul-img:hover {
    width: 180px;
    height: auto;
    opacity: 1;
}
.sec-img {
    height: 35px;
    width: auto;
    opacity: 0.5;
}
.sec-img:hover {
    height: 35px;
    width: auto;
    opacity: 1;
}
.references-ssg {
    box-sizing: border-box;
    border: 6px solid #007a87;
    padding: 30px;
}
.references-tool {
    box-sizing: border-box;
    border: 6px solid #00659c;
    padding: 30px;
}
/*lighter blue links on dark background */

a.light-link {
    color: #66e1e3;
}
a.light-link:hover {
    color: #66e1e3;
    text-decoration: underline;
}
a.dark-link {
    color: black;
}
a.dark-link:hover {
    color: #00334f;
    text-decoration: none;
}
a.sup-link {
    color: #c83754;
}
a.sup-link:hover {
    color: #c83754;
    text-decoration: underline;
}
.vul-green {
    background: #d1d1d1;
    color: black;
}
.vul-green:hover {
    background: #9ce16b;
    color: black;
}
.feat-greenText {
    color: black;
}
.feat-greenText:hover {
    color: #57a121;
}
.banner-width {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.lcp_title {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
/*new line for author and date, br from css*/

.lcp_title:after {
    content: "\a";
    white-space: pre;
}
/*new line before title, br from css*/

.lcp_title:before {
    content: "\a";
    white-space: pre;
}
.lcp_author,
.lcp_date {
    font-weight: normal;
    font-size: 14px;
}
.lcp_date:before {
    content: "on ";
}
.lcp_author:before {
    content: "by ";
}
ul.lcp_catlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tool-icon-nav {
    width: 50px;
    height: auto;
}
.img-100 {
    width: 100%;
    height: auto;
}
.res-doc-img {
    display: block;
    margin: auto;
    width: 70%;
    height: auto;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.col-center {
    float: none;
    margin: 0 auto;
}

/* getting started arrows shadow */
.carousel-control.left, .carousel-control.right{
    background-image: none;
    color: #002235;
    opacity:0.6;
}

.carousel-control:hover{
    color: #002235;
    opacity:1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/* getting started dotted timeline*/
.dotted-line{
  height:8em;
  margin-top:10px;
  margin-bottom:10px;
}

.dotted-line.short{
  height:2em;
}

.scrollMagic{
    opacity:0;
}

/* lightbox width for <pre> */
.modal-dialog-large{
  width:80%;
}

.modal-body > .codeBlack{
  display: inherit;
}
.modal-body-avatar{
  margin-top:0px;
  margin-bottom:2px;
}

.modal-body-btn{
  padding-left:15px;
  padding-right:18px;
  padding-top:0px;
  padding-bottom:0px;
  text-align:right;
}

.modal-title-avatar{
  margin: 16px 0px -12px;
}

.vul-table{
  border:16px solid transparent;
  font-size:15px;
}

td, th{
  padding:4px;
  text-align:left;
}
tbody tr:nth-child(odd) {
  background: #bdeb9c;
}

td{
  font-size:14px;
}

.icon-av{
    width: 40px;
    height:40px;
    border: 5px solid white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.icon-av:hover{
    border: 5px solid #37c8ab;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.open-com {
    min-height:50px;
    background-color: white;
    padding: 15px;
}

.sitemap{
  line-height:1.8em;
}

li.page_item{
  margin-bottom:21px;
  font-size:18px;
  text-transform: uppercase;
}

ul.children li.page_item{
  margin:0px;
  font-size:16px;
  text-transform: none;
}

.img-cut-repair {
  margin:0;
  width: 370px;
  height:240px;
  border: none;
}

#showJS{
  display:none;
}

.showJS{
  display:none;
}

.still{
  position: absolute;
  margin-top:20px;
}

.smallFont{
  font-size:19px;
  font-weight:500;
}

/*banner1 hover object animation */
.foo img:last-child{
  display:none;
}

.foo:hover img:first-child{
  display:none;
}

.foo:hover img:last-child{
  display:inline-block;
}

.modal-dialog-video{
  left:-60px;
}

.sup_menu{
  padding-top:35px;
}

/*search box*/
#wrap {
  display: inline-block;
  position: relative;
  float: right;
}

input[type="search"] {
  display: inline-block;
  width: 0px !important;
  position: absolute;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="search"]:focus {
  width: 200px  !important;
  z-index: 1;
  cursor: text;
}

input[type="image"] {
  display: inline-block;
  float: right;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="image"]:hover {
  opacity: 0.8;
}

#wrap .form-control{
  padding:5px;
  border:none;
  margin-right:4px;
}


#wrap .form-control:focus{
  border:1px solid transparent;
}

#searchsubmit{
  border:none;
  border-radius:0px;
}

#searchsubmit:hover{
  background-color:white;
}

#searchsubmit.btn-default:hover{
  color:blue;
}

#pdfIframe{
  border: 8px solid #00659c;
  width:850px;
  height:550px;
}
