html {
    background-color: #f8f8f8;
    font-size: 16px;
}

body {
    background-color: #f8f8f8;
}

@font-face {
    font-family: 'Nunito';
    src: url('../../UX/fonts/nunito/Nunito-Regular.woff?');
  }

@font-face {
    font-family: 'Source Sans';
    src: url('../../UX/fonts/sourcesanspro/sourcesanspro.woff?');
}

@font-face {
    font-family: 'Source Sans Bold';
    src: url('../../UX/fonts/sourcesanspro/sourcesanspro-bold.woff?');
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}


a {
  color: #00549f;
  text-decoration: none;
}

.nested-section{

    padding-left: 30px;
    background-image: url(/bdna/UX/images/nest-bar-blue.png);
    background-repeat: no-repeat;
    background-position: 6px 47px;
    background-size: 1px 100%;
}

.nest-section-node{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #00549F;
    float: left;
    position: absolute;
    left: 30px;
    background-color: #fff;

}

.small img {
    width: 50px;
    height: 50px;
}

.nest-section-node .glyphicon-minus-sign{
    color: #7bc6f5;
    top: 0px;
    display: none;
}

.nest-section-node .glyphicon-plus-sign{
    color: #7bc6f5;
    top: 0px;
    display: none;
}

.section-name{

    position: relative;
    left: -30px;
}
.section-name h3{
    font-size: 18px;
    color: #00549F;
    padding-left: 0px;
    line-height: 23px;
}


.sub-nested-section{

    padding-left: 15px;
    background-image: url(/bdna/UX/images/nest-bar-lt-blue.png);
    background-repeat: no-repeat;
    background-position: 6px 12px;
    background-size: 1px 100%;
    display: inline-block;
    width: 100%

}

.sub-section-name{
    position: relative;
    left: 0px;
    padding: 0px 0 5px 0;
    color: #00549F;

}


.nest-sub-section-node{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #7bc6f5;
    float: left;

}


.nest-sub-section-node .glyphicon-minus-sign{
    color: #fff;
    top: 2px;
    left: 2px;
    font-size: 10px;
    display: none;
}

.nest-sub-section-node .glyphicon-plus-sign{
    color: #fff;
    top: 0px;
    top: 2px;
    left: 2px;
    font-size: 10px;
    display: none;
}

.column-label{
    color: #333;
    font-weight: bold;
}

.column-value{
    word-wrap: break-word;
}

.column-label.level1{
    color: #999;
    font-size: 15px;

}
.column-value.level1{
    font-size: 15px;

}
.more-less{
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 14px;

}
.sub-section-panel{

    padding:10px;
    background-color: #fbfbfb;
}
.nest-more{


}

/* garrett */
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}
.glyphicon.glyphicon-new-window {
    color: #ccc;
    font-size: 14px;
}

.glyphicon.glyphicon-list-alt {
    color: #ccc;
    font-size: 14px;
}

.glyphicon.glyphicon-tags {
    color: #ccc;
    font-size: 14px;
}
.icon-nav-report{

    display: inline-block;
    width: 26px;
    height:26px;
    background-image: url(/bdna/UX/images/ico-type-REPORT.png);
    background-size: 100% auto;
    position: relative;
    top: -3px;
    float: left;
}

.icon-nav-user{

    display: inline-block;
    width: 30px;
    height:30px;
    background-image: url(/bdna/UX/images/ico-type-USER.png);
    background-size: 100% auto;
    position: relative;
    top: -3px;
    float: left;

}
.search-wrapper {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 2px 2px 0 0;
}

.search-results {
}

.search-pag-text {
    padding: 20px 0px;
}

.table-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
   /* padding:8px 10px 7px 10px*/
    ;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    /*padding:8px 10px 7px 10px*/
    ;
}

.search-panel .form-control {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#header-wrapper {
}

#main-navbar {
    text-transform: uppercase;
    min-height: 31px;
}

#main-navbar a:Link,
#main-navbar a:Visited {
    color: black;
}

#main-navbar a:Hover {
    text-decoration: none;
    background: #f6f6f6;
}

#main-navbar a.active:Link,
#main-navbar a.active:Visited {
    border-bottom: 2px solid #ffae00;
}

.navbar a.logo {
    display: flex;
    align-items: center;
    padding: 20px 0 0 15px;
}

.navbar a.logo img {
    width: 90px;
    height: 13px;
}

.navbar a.logo span {
    color: #595959;
    font-size: 1.125rem;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding-left: 1.14rem;
    margin-left: 1.14rem;
    position: relative;
}

.navbar a.logo span::before {
    content: '';
    width: 1px;
    height: 15px;
    background: #C1C1C1;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section#nav-container {
    margin: 20px 0 0;
}

.search-panel {
    padding: 8px 0;
    background-color: rgba(220,220,220,.8);
}

.search-panel .form-control {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#search_div {
    margin-top: 0px;
}

#search_extra {
    margin-top: 8px;
}

.btn-search {
    padding: 9px 12px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#search_extra  .header_link {
    color: #000;
}

.glyphicon-search {
    color: #888;
}

.glyphicon-search:hover {
    color: #0380ff;
}

.btn-search {
    border: 1px solid #fff;
}

.btn-search:hover {
    border: 1px solid #fff;
    background-color: #fff;
}

.search-filter {
    margin: 0px auto 0px auto;
    border-bottom: 1px solid #ccc;
}

.search-filter-bar {
    margin: 14px -15px;
}

.search-filter label {
    display: inline;
    padding-left: 8px;
    font-size: 12px;
    font-weight: lighter;
}

.results-bar {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 32px;
    height: 75px;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

.view-options {
    margin-top: 12px;
}

.page-title-wrapper {
  background: #fff;
  padding: 25px 0;
  /* margin-bottom: 50px; */
}

.page-browse-wrapper {
  border-bottom: 1px solid #ccc;
  background: #fff;
  height: 57px;
}

/*.page-title-wrapper.template {
  background: #7bc6f5;
  padding: 25px 0;
  margin-left: 0px;
}*/
/*.page-title-wrapper.template h1, .page-title-wrapper.template p {
  color: #2b5bb6;
}*/

.reports-container {
    background-color: #f8f8f8;
}

.custom-panel {
    background-color: #fff;
    margin-bottom: 2px;
    padding: 15px 15px 0;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

.page-title-wrapper .nav-tabs {
  border-bottom: 0px;
}
.page-title-wrapper .nav-tabs > li > a {
    color: #f5f5f5
}
.page-title-wrapper .nav-tabs > li.active > a, .page-title-wrapper .nav-tabs > li.active > a:focus, .page-title-wrapper .nav-tabs > li.active > a:hover {
    color: #444;
    background-color: #f5f5f5;
    border: 1px solid #666;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 4px 4px 0 0;
}
.btn-primary {
    color: #fff;
    background-color: #2858b9;
    border-color: #2858b9;
}
.btn-primary:hover{
    background-color: #03266D;
    border-color: #03266D;
}
.btn-primary:focus{
    background-color: #03266D;
    border-color: #03266D;
}

.pill-btn-action{
    padding: 4px 24px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.filter-wrapper{
    margin-top: 4px;
}

 .page-title-wrapper .nav-tabs > li > a:hover{
    color: #ccc;
    background-color: transparent;
    border: none;
    border-bottom: 0px;
}

input.form-control{
    border-radius: 4px !important;
    box-sizing: border-box;
    height: 40px;
    width: 272px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

select.form-control{
    border-radius: 4px !important;
    box-sizing: border-box;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

select.form-control-small {
    height: 40px;
    width: 272px; /* Smaller width */
}

select.form-control-large {
    height: 120px; /* Larger height */
    width: 500px; /* Larger width */
}

.input-group .fa-times-circle{

    font-size: 22px;
    background-color: transparent;
    color: #999;
}
.btn-rounded, .btn-rounded:hover, .btn-rounded:focus{
    height: 34px;
    border-radius: 24px;
    position: relative;
    border: none;
    padding-left:10px;
    padding-right:10px;
    left: -36px;
    z-index: 99;
    background-color: transparent;
    top: 1px;
    outline: 0;

}

.btn-rounded:hover .fa-times-circle{
    color: #2858BB;

}

.report-type-caption {
    font-size: 12px;
    color: #666;
    text-align: center;
    width: 100%;
}

.browse-result-item {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.page-browse-wrapper .browse-menu-item-unslt, .page-title-wrapper h1 {
    color: #00549F;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 18px;
    margin-bottom: 4px;
}

.page-title-wrapper h1 {
    color: #333;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 38px;
    font-weight: bold;
}

.page-title-wrapper p {
    font-family: 'Nunito', Verdana, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
}

.reports-item {
    padding: 24px 0px;
    border-bottom: 1px solid #ddd;
}

.reports-item-title {
    font-size: 24px;
}

.reports-item-owner, .reports-item-shared {
    font-size: 14px;
    color: #333;
    font-family: 'Nunito', Verdana, sans-serif;
    line-height: 19px;
}

.reports-item-shared {
    margin-left: 20px;
}

img.icon-report-title {
    max-width: 41px;
    margin-right: 10px;
    float: left;
}
img.icon-report-small{
    max-width: 30px;
    margin-right: 10px;
    float: left;
}

img.icon-report {
    max-width: 51px;
    margin-right: 10px;
    float: left;
}

img.icon-report-settings {
    max-width: 15px;
}

.btn-edit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-radius: 0 4px 0 4px;
    position: relative;
    top: 10px;
}

.dragable-handle {
    width: 45px;
    height: 61px;
    background: transparent;
    box-shadow: none;
    position: relative;
    top: -14px;
}

.as-sortable-item {
}

.as-sortable-item:hover .dragable-handle {
    width: 45px;
    height: 61px;
    background: #eeeeee;
    box-shadow: 1px 1px #ccc;
    position: relative;
    top: -14px;
}

.drag-image {
    width: 47px;
    cursor: move;
}

.bs-docs-sidebar {
    margin-right: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px;
    padding: 2px 0px 10px 0;
    border-left: 3px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 43px;
    margin-bottom: 20px;
}

.tp-content-panel{padding-top: 40px;}

.tp-panel {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    border-left: 3px solid #ccc;
    font-size: 15px;
    margin-bottom: 40px;
}

.tp-panel {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecf3;
    border-right:0px;
        border-top:0px;
    border-left: 0px;
    border-radius: 0px;

    font-size: 14px;
    margin-bottom: 0px;
}
.tpc-header{border-bottom: 1px solid #e9ecf3;}
h4.heading{font-size: 16px}

.btn-more {
    font-size: 10px;
}

h4 {
    font-size: 20px;
}

.search-view {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#example td, #example th {
    font-size: 100%;
}
/* garrett */

table thead tr {
    background: #7c7c7c;
}

table thead tr th {
    color: #fff;
    font-size: 12px;
}

table tbody tr td {
    color: #000;
    font-size: 12px;
}

.catagory-template {
    padding: 5px 15px 0px 15px;
    text-align: center;
}

.catagory-nav {
    border-bottom: 2px solid #666;
    border-radius: 0px;
}

.catagory {
    width: 60%;
    margin: 0 15%;
}

.catagory-icon {
    width: 50px;
    height: 50px;
}

.content-template {
    padding: 0px 190px;
    text-align: left;
}

.production-name {
    text-decoration: underline;
}

.production-details {
    font-size: 16px;
    padding: 0 10px 0 0;
}

.view {
    padding: 5px;
    margin: 0 2px 0 5px;
}

.tool-menu {
    float: right;
}

.report-item {
    min-height: 200px;
}

.report-table {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.empty-block {
    height: 42px;
}

.tool-menu-icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
}

.btn-icon {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

li.active {
    background-image: linear-gradient(to bottom, #7c7c7c 0px, #7c7c7c 100%);
    background-repeat: repeat-x;
    border-color: #7c7c7c;
    text-shadow: 0 -1px 0 #3071A9;
    color: #FFFFFF;
    cursor: pointer;
}

li.list-group-item:hover {
    /*background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;*/
    z-index: 2;
    cursor: pointer;
}

li.list-group-item:focus {
    /*background-image: linear-gradient(to bottom, #428BCA 0px, #3278B3 100%);
    background-repeat: repeat-x;
    border-color: #3278B3;
    text-shadow: 0 -1px 0 #3071A9;*/
    cursor: pointer;
}

div.list-group-item-content {
    display: none;
    border: 1px solid #ccc;
    height: 560px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.list-content {
    padding: 0px;
}

li.list-content-item {
    text-decoration: none;
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

li.soft-template {
    text-decoration: none;
    list-style: none;
    border: none;
}

li.list-content-item:hover {
    /*background-color: #5BC0DE;
    border-color: #5BC0DE;*/
    z-index: 2;
    cursor: pointer;
}

li.list-content-item a {
    display: block;
}

li.list-content-item a:hover {
    color: #000;
}

li.list-content-item a:focus {
    color: #fff;
    background-color: #5BC0DE;
    border-color: #5BC0DE;
}

.template, .report {
    padding: 10px;
    margin-left: 30px;
}

.share-icon {
    width: 25px;
    height: 25px;
}

.div-filename, .div-category, .div-analyzer, .div-cubes {
    padding: 5px;
}

.btnFileBrowe {
    padding: 0px;
    border: none;
}

.file-browse-icon {
    width: 25px;
    height: 25px;
}

.filename, .category {
    width: 90%;
}

.template-report-table {
    padding: 10px;
}

.report-filter, .report-chart {
    display: none;
    width: 100%;
    float: left;
}

fieldset {
    border: 1px solid #ccc;
    padding: 0 10px;
}

fieldset legend {
    padding: 0 10px;
    margin: 0px;
    border: none;
    width: auto;
}

.list-filter-item {
    list-style: none;
    width: 95%;
    line-height: 20px;
    padding: 2px;
    border-bottom: 1px solid #eee;
}

.list-filter-item a img {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.template-tool-icon {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}

.cubes-select {
    height: 200px !important;
}

.cubes-select option {
    padding: 3px;
}

.share-column {
    width: 10%;
}

.shareBy-column {
    width: 20%;
}

.default-column {
    width: 10%;
}

/* Modify by Moke */
.view-animate-container {
    position: relative;
    height: 100px!important;
    position: relative;
    background: white;
    border: 1px solid black;
    height: 40px;
    overflow: hidden;
}

.view-animate {
    padding: 10px;
}

.view-animate.ng-enter, .view-animate.ng-leave {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    display: block;
    width: 100%;
    border-left: 1px solid black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.view-animate.ng-enter {
    left: 100%;
}

.view-animate.ng-enter.ng-enter-active {
    left: 0;
}

.view-animate.ng-leave.ng-leave-active {
    left: -100%;
}

.list-view {
    padding: 20px 50px;
    margin-top: 20px;
}

.chart-container {
}

.production-block{
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

.production-item {
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
    padding: 12px 0 12px 24px;
    font-family: 'Nunito', Verdana, sans-serif;
    font-size: 14px;
}

.production-item h4 {
    font-family: 'Nunito', Verdana, sans-serif;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 20px;
}

.production-item h4 .fa-chevron-down {
    font-size: 12px;
}

.production-item h5 {
    font-size: 11px;
    padding-top: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.progress-span {
    padding-top: 4px;
}

.progress-width {
    padding: 0px;
    padding: 3px 4px 0 4px;
}

.production-item .fade {
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}


.production-item .btn {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 300;
    position: relative;
}

.fa.fa-chevron-down.m-l-sm{
    font-size: 8px;
    margin-left: 8px;
    position: absolute;
    top: 8px;
}
.production-item:hover .fade {
    opacity: 1;
}

.production-item:first-child{
    padding-top: 20px;
}

.production-item-menu{
    padding-right: 20px;
    font-size: 11px;
    color: #b2b2b2;
    float: left;
}

.fa-circle-o.green{

  color: #55d96b;
  font-weight: 300;
  padding: 0 4px;
}

.production-item-menu .btn{
  background-color: transparent;
}

/*.search-icon{
    width: 41px;
    float: left;
    padding: 0px 5px 0 0;
}*/

.contentpack-icon{
    width: 25px;
    float: left;
    padding: 0px 5px 0 0;
    margin-right: 5px;
}

.contentpack-section {
    background-image: url("/bdna/UX/images/cp-bar-vert.jpg");
    background-position: 19px -15px;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    padding-left: 7px;
}

.product-mininav {
    padding-top: 0px;
}

.line-attribute-label {
    padding: 0px;
    text-align: right;
    font-size: 9px;
    color: #666;
}

.line-value-label {
    text-align: left;
    padding: 0px;
    font-size: 9px;
    color: #666;
}

.progress-xxs {
    height: 5px;
    margin-bottom: 3px;
}

.progress-xs {
    height: 4px;
    margin-bottom: 3px;
}

.tip-p {
    padding: 0 15px;
}

.m-r-xs {
    margin-right: 2px;
}

.m-r-sm {
    margin-right: 5px;
}

.m-r-md {
    margin-right: 10px;
}

.m-r-lg {
    margin-right: 50px;
}

.m-l-xs {
    margin-left: 2px;
}

.m-l-sm {
    margin-left: 5px;
}

.m-l-md {
    margin-left: 10px;
}

.m-l-lg {
    margin-left: 50px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.tip {
    position: absolute;
    width: 220px;
    height: 280px;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background: #e7e7e7;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.menuTip {
    position: absolute;
    width: 230px;
    height: 250px;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background: #efefef;
}

.toolbarEditMode {
    border: 2px solid #428bca;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.font-sm {
    font-size: 12px;
}

.b-b {
    border-bottom: 1px solid #dee5e7;
}

.close-sidebar {
    background-image: url(../../UX/images/close-sidebar.png);
    background-size: 14px;
    cursor: pointer;
    height: 14px;
    width: 14px;
}
/*
.btn-rounded {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
*/
.b-rounded-default {
    border: 1px #ccc solid;
}

.btn-report-admin {
    height: 30px;
    width: 30px;
}

.recent-heading {
    height: 55px;
}

.overivew-heading {
    height: 55px;
}

.wrapper {
    padding: 15px;
}

.wrapper-sm {
    padding: 5px;
}

ul.overview-item li {
    width: 130px;
    margin-bottom: 2px;
}

ul.footer-group {
    margin: 0 auto;
    width: 396px;
}
.normalized{
    font-size:14px !important;
    margin-right:5px;
}
.analyze-report
{
    padding:0 5px;
}
.report-iframe{
    width:100%;
    padding:5px 0;
}
.block-video
{
  width: 100%;
  height: 1840px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 980;
  opacity: 0.6;
}
.preview-panel
{
    margin-bottom: 2px !important;
}
.video-panel
{
  position: relative;
  z-index: 990;
}
.recent-report
{
    margin-top: 20px !important;
}
.t-dropdown-left
{
    left: 100px !important;
}
.n-dropdown-left
{
    left: 200px !important;
}
.category-container{
    height: 57px;
    border-bottom: 1px solid #d5d5d5;
    background-color: #fff;
}
@media screen and (min-width: 950px) {
    .small-screen-hide{
        display: block !important;
    }
    .category-more-menu{
        display: none !important;
    }
}
@media screen and (max-width: 950px) {
    .small-screen-hide{
        display: none !important;
    }
    .category-more-menu{
        float: left;
        margin-top: 8px;
        display: block !important;
    }
    .category-more-menu li{
        cursor: pointer;
    }
    .hide-category-eidtBtn{
        display: none !important;
    }
}
@media screen and (max-width: 780px) {
    .category-container{
        display: none !important;
    }
}

/*Add for dropdow menu*/
.tpc-input{
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.create-entry{
    float: left;
    width: 10%;
    padding: 0 0 0 20px;
}
.create-entry button{
    margin-top: 0px !important;
    border-radius: 42px !important;
    padding: 5px 10px !important;
}
.tpc-dropdown-template{
    clear: both;
    position: relative;
    margin: 4px auto;
}
.tpcdropdown-penal{
    float: left;
    border-radius: 4px;
    width: 100%;
}
.tpcdropdown-penal-1, .tpcdropdown-penal-2, .tpcdropdown-penal-3 {
    padding: 6px 3px 3px 3px;
    background-color: #f4f4f4;
    min-height: 55px;
    border-radius: 4px;
    clear: both;
    position: relative;
}
.tpcdropdown-penal-2{
    background-color: #cccccc;
}
.tpcdropdown-penal-3{
    /*width: 100% !important;*/
    background-color: #124ab9;
}
.tpcdropdown-penal-3.private {
    background-color: #55d96b;
}

.tpcdropdown-penal-4{
    /*width: 100% !important;*/
	padding: 6px 3px 3px 3px;
	min-height: 55px;
    background-color: #124ab9;
}

.tpcdropdown-penal small{
    padding-left:Â 10px;
    font-size: 9px;
}

.tpcdropdown-result{
    /*margin-top: 34px;
    width:100%;
    position: absolute;
    left:0px;
    max-height:200px;
    z-index:10000;
    background-color:#fff;
    border: 1px solid #efefef;
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 3px #ececec;
    -webkit-box-shadow: 3px 3px 3px #ececec;
    box-shadow: 3px 3px 3px #ececec;
*/
    margin-top: 0px;
    width: 98%;
    position: absolute;
    left: 3px;
    max-height: 280px;
    overflow-y: auto;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tpcdropdown-result ul{
    max-height:150px;
    overflow-y:auto;
}
.tpcdropdown-result .create-private-btn{
    height:30px;line-height:30px;background-color: #55d96b;cursor: pointer;padding: 0 12px;
}
.tpcdropdown-result .create-private-btn-disabled{
    background-color: #eee;
}
.tpcdropdown-result .create-private-btn a{
    color: #fff;
    font-size:14px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
}
.tpcdropdown-result .create-private-btn:hover, .tpcdropdown-result .create-private-btn.active{
    background-color: #2DB543;
}
.tpcdropdown-result-2{
    /*margin-top: 34px;
    width:99% !important;
    position: absolute;left:0px;max-height:200px;overflow-y:auto;z-index:10000;background-color:#fff;border: 1px solid #efefef;border-radius: 4px;
    -moz-box-shadow: 3px 3px 3px #ececec;
    -webkit-box-shadow: 3px 3px 3px #ececec;
    box-shadow: 3px 3px 3px #ececec;*/

    margin-top: 0px;
    width: 98%;
    position: absolute;
    left: 3px;
    max-height: 280px;
    overflow-y: auto;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tpcdropdown-result ul{
    padding: 0 0px;
}
.tpcdropdown-item{
    list-style: none;
    cursor: pointer;
    padding: 1px 15px;
}
.tpcdropdown-item:hover, .tpcdropdown-item:focus, .tpcdropdown-item.selected{
    background-color:#efefef;
}


.tpcdropdown-penal-1 small, .tpcdropdown-penal-2 small, .tpcdropdown-penal-3 small{
    padding-left: 10px;
    position: absolute;
    font-size: 9px;
    padding-top: 3px;
}

.tpcdropdown-penal-2 small, 
.tpcdropdown-penal-3 small{
    display: none;
    color: #fff;
    font-size: 11px;
    padding-top: 0px;
}

.tpcdropdown-penal-3 .clear-tpc-btn span {
    display: block;
    color: #0a2d72;
}

.tpcdropdown-penal-3.private .clear-tpc-btn span {
    display: block;
    color: #35a148;
}


.tpcdropdown-penal-3.private input.form-control, tpcdropdown-penal-3 input.form-control {
    background-color: rgba(255,255,255,.7);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-transition: none; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tpcdropdown-result span{
    padding:10px;

}

.tpc-input {
     float: none;
    width: 100%;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    position: static;
    margin-top: 16px;
}
.tpc-input-disabled{
    margin-top: 0px !important;
}
button.btn-create-dropdown {
    width: 100%;
    height: 30px;
    background-color: #55d96b;
    position: absolute;
    bottom: 0px;
    border: none;
    color: #fff;
}

.clear-tpc-btn span {
    font-size: 14px;
    color: #9A9191;
}

.form-control-feedback-x {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.clear-item{
    float: right;
    z-index: 500;
    position: fixed;
    padding: 10px;
    font-size: 16px;
}
.clear-tpc-btn span{
    font-size: 20px;color: #9A9191;
}
.clear-tpc-btn:hover span{
    font-size: 20px;color: blue;
}
/*Add for dropdow menu*/

.map-software{
    padding: 5px 20px;
}
.unmatched-data-panel{
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 10px;
    word-wrap:break-word;
}
.map-edit{
    padding: 0;
}
.tpcDropDown-icon{
    width: 30px;
    padding: 10px 0px 0 0;
}
.map-edit .tpcDropDown{
    padding: 0;
    margin: 10px 0;
}
.map-button{
    padding: 0;
}
.search-status{
    padding: 5px;
    position: absolute !important;
    left: 3px;
    width: 40px;"
}
.search-status img{
    width: 30px;
    height: 30px;
}
.disabled-link{
    color: #777;
    cursor: default;
}
.disabled-link span{
    color: #777;
}
.disabled-link:hover{
    color: #777;
    text-decoration: none;
}
.link-pointer{
    cursor: pointer;
}
.header-banner{
    height: 106px !important;
}
.content-banner{
    padding-top: 100px !important;
}
.search-banner{
    display: none;
}
.search-banner-show{
    display: block !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
    z-index: 999;
    color:#000;
    background-color: #81CEFB;
}
.load-banner-show{
    display: block !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
    z-index: 999;
    color:#000;
    background-color: #FBB700;
}
.search-banner img{
    width: 20px;
    height: 20px;
}
.search-banner label{
    font-weight: bold;
}
.loading-gif-sm{
    width: 15px;
    height: 15px;
}
.loading-gif-md{
    width: 20px;
    height: 20px;
}
.loading-gif, .small .loading-gif{
    width: 30px;
    height: 30px;
    margin: 40px auto;
}
.loading-gif-lg{
    width: 50px;
    height: 50px;
}
.overview-no-analyze{
    margin-top: 20px;
}
.glyphicon-datetime{
    background-image: url(../../UX/images/icon-cal.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    right: 0px !important;
}
.user-group-list{
    height: 260px;
    overflow-y: auto;
}
.title-private{
    border-bottom:none;
}
.model-content-private{
    padding-top: 0px;
}
.sub-title-private{
    color: #fff;
    background-color: #55d96b;
    padding-left: 15px;
    margin-bottom: 15px;
}
.norm-details-link{
    cursor: pointer;
    text-decoration: underline;
}
.date-bg{
    background-color: #fff !important;
}
.unmatched-rpt-link{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #494BC5;
}
.unmatched-rpt-link:hover{
    color: #090A73;
}

.private-maping-title {
    padding: 9px 14px;
}
.report-slider-menu{
    margin-right: 10px;
    margin-top: 2px;
}
button.report-slider-menu{
    background-color: #ccc;
}
.home-footer{
    margin-top: 50px;
}
.home-outofsync-info{
  font-size: 18px;
  font-weight: normal;
  color: #55d96b;
}

/* Modify by Moke */

/* Modify by Ward */
.small-report-icon {
    background-color: #2858B9;
    width: 64px;
    height: 64px;
    color: #191919;
    border-radius: 4px;
    padding-top:2px;
}

.small-report-icon span{font-size: 12px !important;font-family: "Nunito";line-height: 16px;color:  #fff;}

#id_q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
#id_q::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
#id_q:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
#id_q:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.small-report-icon.small-report {
    margin-left: 15px;
    background: #00549f;
}

.small-report-icon img {
    width: 65px;
    max-width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.template-body-padder{
    padding: 0 0 0 38px;
}

.required-mark {
    color: #26b6ff;
}

.required-mark-desc {
    color: #26b6ff;
}

.label.label-private-mark {
    background-color: #26b6ff;
    color: #2455BB;
    font-size: 10px;
    padding: 9px 14px;
}

.panel-body.tech-detail {
    padding: 0px;
}

.tech-detail .form-group {
     margin-left: 5px;
}

.tech-detail-section-name {
    background-color: #F5F5F5;
}

.tech-detail-section-name h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 25px;
}

.tech-edit-link {
    margin-right: 10px;
}

ul.browse-menu {
    list-style: outside none none;
    margin-left: -50px;
}

ul.browse-menu li {
    float: left;
    cursor: pointer;
    margin:  0 15px;
}

ul.browse-menu li.active {
    border-bottom: 2px solid #00549f;

}

.browse-technopedia > a, .browse-technopedia > a:hover, .browse-technopedia > a:visited, .browse-technopedia > a:focus  {
    color: #333;
    font-weight: bold;
}

ul.browse-menu li h1 a:hover {
    text-decoration: none;
    color: inherit;
}

ul.browse-menu li.active a {
    font-weight: bold;
}

ul.browse-menu li:last-child {
    float: left;
    border-right: none;
}
ul.browse-menu .fa.fa-times{
    top: -1px;
    position: relative;
    opacity: .5;
    font-size: 12px;
}

.browse-search-bar .browse-search-bar-scope {
    margin-left: 10px;
    margin-right: 10px;
    color: #00549F;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 18px;
    margin-bottom: 4px;
}

.browse-search-bar-scope.active {
    font-weight: bold;
}

.browse-normalize-sign {
    margin-bottom: 20px;
    font-size: 10px;
}

.browse-title {
    padding: 16px 25px 14px 10px;
    color: #333333;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.browse-title h4{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 28px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.browse-title {
    padding: 16px 25px 14px 10px;
    color: #333333;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.browse-title h4{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 28px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.no-padding {
    padding: 0;
}

/*.browse-normalize-sign-icon {
    color: #00D900;
    font-size: 15px !important;
    padding: 0px 0;
}*/
.key{color: #333;margin-top: 14px;}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 8px;
    margin-left: 8px;
    line-height: 1.42857143;
    color: #2858b9;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.pagination > li > a > svg {
    fill: #595959;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #00549F;
    border-radius: 4px;
    height: 24px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: transparent;
  border-color: none;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #000;
  cursor: not-allowed;
  background-color:transparent;
  border-color: transparent;
  border-bottom: 0px solid #ccc;
}

.browse-separator {
    margin-top: 30px;
}

div.norm-info {
    margin-top: 20px;
}

div.norm-info h3 {
    padding-left: 20px;
    padding-right: 20px;
}

div.norm-info-num {
    background-color: #EBEBEB;
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
}

div.norm-info-desc {
    font-size: 10px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tech-detail-section {
    background-color: #EBEBEB;
    padding: 5px;
}


.panel-sidebar, .panel-main {
    border-color: #ddd;
}
.list-group-item.tech-sidebar-heading {
    padding: 15px 15px;
    font-size: 14px;
    color: #1F50B0;
}
.list-group .list-group-item-cp {
    background-image: url("/bdna/UX/images/cp-bar-hori.jpg");
    background-position: 12px 13px;
    background-repeat: no-repeat;
    background-size: 16px 1px;
    padding: 4px 5px 5px 32px;
}
.list-group-item-cp>a {
    color: #000;
}
.list-group .list-group-item-cp-title {
    padding: 2px 10px;
    font-size: 13px;
    line-height: 21px;
    color: #999;
}
.list-group .list-group-item-cp-desc {
    padding: 0px 0px;
    font-size: 11px;
    margin-left: 11px;
    margin-bottom: 10px;
}
.panel-sidebar .panel-heading.active,.list-group-item.tech-sidebar-heading.active {
    background-color: #fff;
  color: #2E5CB5;
  font-size: 14px;
}

.panel-sidebar .panel-heading {
    font-size: 14px;
    padding: 15px 15px;
    color: #1F50B0;
}

.panel-main .panel-heading {
    background-color: #EBEBEB;
    font-size: 24px;
    padding: 10px 15px;
}

.panel-main .panel-heading a {
    font-size: 15px;
    padding-top: 5px;
}

.list-group-item.heading:first-child {
    border-bottom-width: 1px;
}

.list-group-item.tech-sidebar-heading {
    padding: 15px 15px;
    font-size: 14px;
    color: #1F50B0;
}

.list-group-item.tech-sidebar-item {
    margin-top: 1px;
    border-top: none;
    border-bottom: none;
    padding: 6px;

}
.list-group-item.norm-sidebar-item {
    margin-top: 1px;
    border-top: none;
    border-bottom: none;
}

.panel-sidebar .glyphicon {
    color: #2E5CB5;
    margin-right: 20px;
    margin-left: 10px;
}

.panel-sidebar .list-group-item .fa.fa-angle-right {
    font-size: 20px;
    left: 233px;
    position: absolute;
    top: 14px;
}

.panel-sidebar .list-group-item-cp .fa.fa-angle-right {
    font-size: 20px;
    position: relative;
    left: 3px;
    top: 1px;
}

.tpc-cat-item, .tpc-mar-item, .tpc-pri {
    /* border-bottom: 1px solid #ccc; */
    padding-top: 0px;
}

nav.bs-docs-sidebar.affix {
    top: 80px;
}

.tpc-cat-item .control-label,.tpc-mar-item .control-label {
    text-align: left;
}

.tp-panel .control-label {
    text-align: left;
}

table.tp-table thead tr {
    background: none repeat scroll 0 0 #FFFFFF;
}

.tp-table th {
    font-size: 15px;
    color: #000000;
}

.tp-table td {
    color: #828282;
    font-size: 16px;
}

.bs-docs-sidebar.affix.tp-affix-top {
    top: 350px;
}

.bs-docs-sidebar .nav > li > a.active {
    background-color: transparent;
    border-left: 2px solid #428bca;
    color: #428bca;
    padding-left: 19px;
    text-decoration: none;
}

/* mobile */


/* header */
header {
    position: static;
    width: 100%;
    height: 125px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}

.navbar {
    border: none:
}

header .search-bar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    transition: none;
    position: relative;
    height: 40px;
    background-color: #fff;
}

input#id_q {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    padding: 10px 0 0 26px;
    position: absolute;
    ;
}


.btn-action {
    border: none;
    color: #ccc;
    font-size: 18px;
    position: relative;
    top: -5px;
    display: none;
}

.reports-item:hover .btn-action {
    display: block;
}

.report-modal-row {
    margin-top: 20px;
}

.btn-edit {
    border: none;
    background: transparent;
}


.search-filter-bar .navbar-nav > li > a {
    padding: 4px 0;
    color: #00549f;
    margin: 4px 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.navbar-nav > li > a {
    padding: 10px 0;
    color: #333;
    margin: 0px 10px;
}

.search-content-panel .nav label {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    color: #204eb7;
    display: block;
    margin-top: 0px;
}

.categorysCount{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #00549F;
    display: block;
    max-width: 100%;
    letter-spacing: 0.4px;
}

.search-content-panel .nav label.browse-label {
    font-size: 14px;
    margin-top: 8px;
}

.browse-result-main{
    border-radius: 4px;
    background-color: #fff;
    margin-top: 32px;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

.browse-result-item-small{
    padding: 20px 20px 10px;
    min-height: 33px;
    font-family: 'Nunito', Verdana, sans-serif;
}

.browse-result-item{
    padding: 20px;
    min-height: 50px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.browse-result-item__single {
    border-bottom: 1px solid #ddd;
}

.browse-result-item h4{
    color: #00549F;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
}

.browse-result-item div {
    color: #00549F;
    font-family: 'Nunito', Verdana, sans-serif;
    font-size: 14px;
    margin: 6px 0;
}

.browse-result-item-title {
    padding-left: 13px;
}

.pagination-wrapper{
    background-color: #f1f1f1;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
/* HOME PAGE */
.getting-start-item a {
    padding: 0px;
}

.getting-start-item h5 {
    font-weight: 300;
    text-align: center;
}

.recent-report-panel{

}
.recent-report-panel:hover{
    border-radius: 4px 4px 0 0;
    border: 2px solid #E1EEF9;
    cursor: pointer;
}
.recent-reports-item {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0px;
    border-bottom: 0;
    /*margin-top: 10px;*/
}
.recent-report-wrapper{cursor: pointer}
.recent-report-wrapper:hover .recent-reports-item, .recent-report-wrapper:hover .recent-reports-item-bottom{
      border-color: #999;
}
.recent-report-link:hover{
    text-decoration: none !important;
}
.recent-report-link:active{
    text-decoration: none !important;
}

.btn-report-admin{
    border:none;
}
.btn-report-admin i{   font-size: 15px;
  color: #124ab9; }

.recent-reports-item-bottom {
    background: none repeat scroll 0 0 #eee;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.font-bold {
    font-weight: 700;
}

.getting-start {
    padding: 0 10px;
}

.getting-start-item {
    padding:8px;
}

.getting-start-item img {
    width: 150px;
    height: 80px;
    border: 1px solid #ccc;
    padding: 1px;
}

.left-slider {
    height: 100px;
    line-height: 100px;
    padding: 5px;
    cursor: pointer;
}

.right-slider {
    height: 100px;
    line-height: 100px;
    padding: 5px;
    cursor: pointer;
}

.report-icon {
    width: 100%;
    min-height: 130px;
    background-color: #f5f5f5;
    /*background-image: url(../../UX/images/report-earmark.png);*/
    background-position: top right;
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding: 10px;
    text-align: center;
}

.report-icon img {
    max-width: 120px;
    margin: 0 auto;
}

.recent-reports-item .caption {
    min-height: 120px;
}

.report-icon h4 {
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
}

.report-icon h5 {
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}

.recent-reports-item h5 {
    font-weight: 300;
    font-size: 15px;
}

.recent-reports-item p {
    font-weight: 300;
    font-size: 12px;
}

.recent-reports-item-bottom img {
    max-width: 26px;
}

.recent-reports-item-bottom span {
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
}

.env-stats label {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.footer-group{

    text-align: center;
    max-width:500px;
    margin: 0 auto;
}
.footer-group label{

text-align: center;
    font-size: 22px;
    font-weight: 300;

    display: block;
}
.footer-group h6{
    width: 100%;
    text-align: center;
    font-weight: 300;

}
.env-stats h6 {
    width: 100%;
    text-align: center;
    color: #666;
}

.slider {
    overflow: hidden;
    height: 140px;
}

.env-stats .pill {
}

.stat-panel {
    background-color: #f1f1f1;
    border: 1px solid #fff;
    border-radius: 4px;
}

.stat-panel h5 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.stat-panel h6 {
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.normalize-report {
    background-color: #124ab9;
}

header .search-bar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    display: block;
    position: relative;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
}
header .search-form-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
input#id_q {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  /* padding: 21px 12px; */
  padding: 0px 12px 0 12px;
  position: absolute;
  width: 80%;
}
header .search-bar .group {
  width: 20%;
}
.search-container{

    margin: 15px auto;
    height: 40px;
    position: relative;
    width: 600px;

}

.search-nav{
    width: 100%;
}

.search-border {
    border:1px solid #d4d4d4;
    border-radius:4px;
    width: 80%;
    height: 38px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 14px 10px;
    padding-left: 36px;
    position: relative;
    float:left;
}

button.btn-trans{
      font-size: 12px;
  font-weight: bold;
  color: #333;
}

.browse-button button.btn-trans{

    border: 1px solid #d4d4d4;
    border-radius: 4px;
    height: 38px;
    position: relative;
    margin-left: 12px;
    /*background-color: #f8f8f8;*/
    font-size: 12px;
    font-weight: bold;
    color: #666;
}
.search-border button.btn-trans{

    font-size: 12px;
    padding: 10px 12px;
    font-weight: bold;
    color: #666;
}

.right-menu-container{margin: 15px 15px 0 0 }
.right-menu-container button.btn-trans{border:none;}
.navbar-header {
  float: left;
}
.search-container {
  margin-top: 62px;
}
/* min layout */
@media (min-width: 900px) {
    header {
        position: fixed;
        width: 100%;
        height: 70px;
        z-index: 999;
    }

    body.header-down header {
        position: static;
        z-index: 300;
        height: 70px;
        background: #f5f5f5;
        text-align: left;
        padding-left: 0px;
    }

    header .search-bar {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 0;
        max-width: 400px;
        border: 1px solid #dedede;
        display: block;
        position: relative;
        height: 40px;
        background-color: #fff;
    }

    header .search-bar .input-container {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin: 2px auto;
    }

    header .search-bar .input-container {
      background: url(../../UX/images/icon-search.png);
      height: 36px;
      background-size: 17px;
      background-repeat: no-repeat;
      background-position: 14px 9px;
      width: 100%;
      padding-left: 36px;
    }
    .search-filter-button{

        height: 36px; margin: 0;
        background-color: #f8f8f8;
        border-radius: 4px;
    }
    input#id_q {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 0;
        padding: 0px 12px 0 12px;
        position: absolute;
        width: 70%;
    }

    header .search-bar .group {
        width: 20%;
    }

    header .search-bar .group select {
        font-size: 12px;
        border: none;
        background: #efefef;
        height: 46px;
        float: right;
        margin: -1px 1px 0px 0px;
        padding: 10px;

    }
  .search-container {
        width: 490px;
        margin-top:15px
    }

  .search-filter-bar ul {
      margin-left: 18px;
  }

    .nav > li {
      position: relative;
      display: block;
      float: left;
      /* height: 70px; */
    }
    .nav-container {
        background-color: #fff;
        height: 70px;
        border-bottom: 2px solid #174db6;
    }

    .tpc-page  .nav-container {
        display: none;
    }

    button.btn-trans {

          border: none;
          background-color: transparent;
          padding: 7px 12px;
          border: none;
    }
    /* needs sorting */

    .dropdown-menu > li > a {
      text-align: left;
    }

    .search-content-panel {
        padding-top: 70px;
    }

    .search-content-panel-tpc {
        padding-top: 0px;
    }

    .btn.btn-edit, .btn-edit:focus, .btn-edit:active:focus, .btn-edit.active:focus,
    .btn-edit.focus, .btn-edit:active.focus, .btn-edit.active.focus {
        outline: none;
        border: none;
        background: none;
    }

    header .navbar-header {
        position: relative;
        z-index: 300;
    }

    body.header-down header .navbar-header {
        position: relative;
        z-index: 300;
    }

    header .last-login {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
    }

    body.header-down header .last-login {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: none;
    }

    header .search-form-container {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    body.header-down header .search-form-container {
        max-width: 900px;
        padding: 100px auto;
    }

    .content-panel {
        padding-top: 30px;
    }

    .navbar {
        position: relative;
        min-height: 70px;
        margin-bottom: 0px;
        border-radius: 0px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .container > .navbar-collapse.search-filter-bar {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container > .navbar-collapse.search-filter-bar {
        margin-right: -15px;
        margin-left: -15px;
    }

    li.active {
        background-image: none;
        border-color: none;
        text-shadow: none;
        color: #333;
        cursor: pointer;
    }

    .nav-pills > li + li {
      margin-left: 0;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #333;
        height: 70px;
        border-radius: 0;
        text-align: center;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #00549F;
        background-color: #ffffff;
        border-radius: 0;
        border-bottom: 2px solid #00549F;
        text-align: center;
        outline: 0;
        font-weight: bold;
    }

    .nav-pills > li > a:hover {
        color: #00549F;
        background-color: #ffffff;
        border-radius: 0;
        border-bottom: 2px solid #00549F;
        text-align: center;
        outline: 0;
    }

      .navbar-nav > li > a.active,  .navbar-nav > li > a.active:hover,  .navbar-nav > li > a.active:focus{
        /* color: #00549F; */
        background-color: #ffffff;
        border-radius: 0;
        border-bottom: 2px solid #00549F;
        border-radius: 0;
        text-align: center;
        outline: 0;
        font-weight: bold;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #ffffff;
        border-bottom: 2px solid #00549F;
        border-radius: 0;
    }

    .filter-wrapper {
        margin-bottom: 20px;
    }

    .results-bar h2 {
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        padding: 0;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.4px;
    }

    .results-bar h2 strong {
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    }
/*
    body.block-ui-anim-fade.header-down header {
        height: 60px;
    }
*/
}

.report-default {
    text-align: center;
    color: #5ad770;
    font-size: 10px;
}

.report-default. .glyphicon {
    font-size: 24px;
}

.reports-item-title {
    font-size: 18px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
    color: #00549f;
}

.report-type{
    margin-bottom: 50px;
}

.report-sidebar{
    margin: 50px 0 0 0;
    top: 50px;
    background-color: #fff;
    border-radius: 4px;
    width: 240px;
}

@media (min-width: 992px) {

    .search-container {
      width: 620px;
    }
}

@media (min-width: 1200px) {
    .search-container {
      width: 640px;
    }
}
.modal-header {
    background-color: #2858B9;
    color: #fff;
    padding: 12px 15px;
}

@media (min-width: 1400px) {
    .search-container {
      width: 800px;
    }
}
/*
    Put the style at here where in the tags.
*/
.padding-zero{
    padding:0px;
}
.border-bottom-none{
    border-bottom: none;
}
.no-display{
    display:none;
}
.mdropdown{
    margin:14px 14px 0 0;
}
.mdropdown2{
     background-color: #eee;border-radius: 0;height: 46px; margin: -1px 1px 0 0;
}
.mtext-centerleft{
    width:38px;height: 100px; position: relative; top: 0; width: 25px;float:left;
}
.mtext-centerright{
    width:38px;height: 100px; position: relative; top: 0; width: 25px;float:right;
}
.mvideo-box{
    overflow:hidden;width:auto;position: relative;
}
.label-break{
    word-wrap: break-word;
    text-align:left;
}
.font-bold-gray{
    color:#333;
    line-height: 30px;
}
.o-background {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    opacity:1;
    filter: alpha(opacity=100);
    background:#f5f5f5;
    top: 75px;
    left: 0;
    right:0px;
    bottom:0px;
    z-index: 600;
}
.o-progressBar {
    background: #f5f5f5;
}
.o-progressBar {
    display: block;
    width: 400px;
    height: 100px;
    font-size: 20px;
    top: 25%;
    left: 45%;
    margin-left: -74px;
    margin-top: 0px;
    padding: 10px 10px 10px 70px;
    text-align: left;
    line-height: 45px;
    font-weight: bold;
    position: absolute;
    z-index: 601;
}
.o-progressBar-fail{
    font-weight: normal;
    /*color: rgb(77, 58, 218);*/
    font-size: 16px;
    background: none;
    padding-left: 0;
    left: 40%;
}
.fixed{
    position: fixed;
}

.homeLabel{
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    display: block;
    color: #204eb7;
    margin-top: 0px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
}
[deta-title]{
    position: relative;
}
[deta-title]:after{
    content: attr(deta-title);
	  padding: 2px;
	  position: absolute;
	  z-index: 9999;
	  max-width: 300px;
	  opacity: 1 !important;
	  background: #FFFFFF !important;
	  color: #000000 !important;
	  font-size: large;
	  font-weight:bold;
	  border:1px solid;
    visibility: hidden;
}
[deta-title]:hover:after{
    visibility: visible;
}

a.noUnderline:hover{
    text-decoration:none;
}

.filter-wrapper2{
    margin-top: 10px;
}

i.normalize-tag {
    margin: 0px 6px;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    min-width: 15px;
    text-align: center;
    height: 16px;
    width: 21px;
    border-radius: 8px;
    background-color: #00549F;
    line-height: 14px;
}

i.normalize-tag span {
    margin-top: 1px;
    display: inline-block;
    padding: 0;
}

i.private-tag {
    margin: 0 1px;
    border-radius: 32px;
    display: inline-block;
    height: 16px;
    padding: 1px 1px;
    background-color: #C32525;
    line-height: 16px;
    font-size: 11px;
    font-style: normal;
    font-family: 'Nunito', Verdana, sans-serif;
    color: #fff;
    text-transform: uppercase;
    min-width: 15px;
    text-align: center;
    line-height: 14px;
 }

i.private-tag  span{
    margin-top: 1px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -1px;
}

i.large.private-tag {
    border: 0px solid #55d96b;
    margin: 0px 7px;
    border-radius: 37px;
    display: inline-block;
    height: 15px;
    padding: 0px 6px;
    background-color: #55d96b;
    line-height: 15px;
    font-size: 10px;
    font-style: normal;
    font-family: 'Helvectica', Sans-Serif;
    color: #fff;
    text-transform: uppercase;
    min-width: 15px;
    text-align: center;
    position: relative;
    top: -2px;
}


.search-icon {
    width: 36px;
    float: left;
    padding: 0px 0px 0 0;
}

.icon-nav-report {
    width: 26px;
    height: 36px;
    background-size: 36px auto;
    position: absolute;
    top: -2px;
    left: -1px;
}


.icon-nav-user {
    width: 30px;
    height: 30px;
    background-size: 36px auto;
    position: absolute;
    top: -1px;
    left: -1px;
}

button#userDropDown, button#reportMenu, button#userDropDown:hover, button#reportMenu:hover, button#reportMenu:active, button#reportMenu.active{
    padding-left: 30px;
    min-height: 30px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;


}

.panel-main .panel-heading {
    background-color: #f8f8f8;
    font-size: 24px;
    padding: 30px 27px;
    font-weight: bold;
}

.panel-main .panel-heading a {
    background-color: #ccc;
    font-size: 12px;
    padding: 5px 17px 2px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #333;
}

.tech-detail-section-name h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
    font-weight: bold;
}

.tech-detail-section-name {
    background-color: none;
    border-radius: 4px;
}

.tech-detail-section-content{
    padding: 20px 0 6px 0;
}
.part-number{
    padding: 20px;
}
.procurement-part-content{
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fefefe;
    padding: 10px;
    margin-bottom: 10px;
}
.default-item, .procurement-item{
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
.panel-body.tech-detail {
    padding: 0px;
    margin: 10px;
    background-color: #fbfbfb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.content-detail{
    padding: 0px;
    margin: 10px;
    background-color: #fff !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.other-section-title{
    padding-left: 25px;
}
.part-number-title{
    font-size: 16px !important;
    font-weight: bold;
}
.other-part-title{
    font-size: 16px !important;
    font-weight: bold;
    padding-left: 20px !important;
}
.panel-sidebar,
.panel-main {
    border-color: #ddd;
}

.tech-detail-sub-section {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 25px;
}

.vertical-checkbox{
    padding: 0 20px 0 0;
}

.vertical-icon {
    border-radius: 100%;
    position: absolute;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 20px;
    border: 0px;
    font-size: 0px;
    min-width: 0px;
    background-color: #ccc;
    background-size: 7px auto;
    background-position: center center;
    background-repeat: no-repeat;


}
.vertical-icon.labled{
    background-size: 7px auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    width: auto;
    padding: 3px 14px;
    color: #fff;
    font-size: 10px;
    padding-left: 16px;
    position: static;
    border-radius: 20px;
    font-style: normal;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 9px;
    margin-top: 6px;
    display: inline-block;

}

.vertical-icon.it {
    background-color: #00549F;
    background-image: url(../../UX/images/icon-catalog.png);
    padding-left: 20px;
    background-position: 6px center;
    background-size: 9px auto;


}

.vertical-icon.md {
    background-color: #1ccbd1;
    background-image: url(../../UX/images/icon-catalog.png);
    padding-left: 20px;
    background-position: 6px center;
    background-size: 9px auto;
}

.vertical-icon.private {
    background-color: #3dc755;
    background-image: url(../../UX/images/icon-private.png);


}

.tech-sidebar-item-text>span {
    font-style: normal;
    text-shadow: none;
    font-weight: normal;
    line-height: 9px;
    font-size: 12px;
}

.tech-sidebar-item-icon {
    /*float: left;*/
    padding: 0;
    /*position: relative;
    top: -6px;*/
    width: 36px;
}

.tech-sidebar-item-indicator {
    /*float: left;
    position: absolute;
    top: 39px;*/
}

/* Fix 508 issue: A form fields label is not visible to screen reader. */
.obscure {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.hidden-spoken{
	position: absolute !important;
	left: -99999px;
}

.toolbar-anchor{
	width:  100%;
	text-align:  center;

}

a.toolbar-anchor .toolbar-button-title, a.toolbar-anchor:hover .toolbar-button-title{
	font-size: 12px;
	text-align:     center;
	width:  100%;
	text-decoration: none;
    font-family: 'Nunito', Verdana, sans-serif;
    margin-top: 2px;
}


a.toolbar-anchor:hover i.icon-trash{
	text-decoration:  none !important;
}

.text-muted{color:#4c4c4c}
.panel-heading .h4{color:#000000}
.stat-panel h5{ color:#333333}
.stat-panel h6{ color:#000000}

a.disabled {
    color: #777;
    cursor: not-allowed;
}

.modal-backdrop{
	z-index: -1;
}

/* 
    //
    // V5 Rebrand
    //
*/

/* - - - - - - - - - - - - - - - - - updated buttons - - - - - - - - - - - - - - - - - - - - - - */
/* - btn--default - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.btn--default,
.btn-default,
.btn {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: transparent;
    white-space: nowrap;
    padding: 4px 1.25rem;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 0.23px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background: transparent;
    transition: .3s;
  }
  .btn--default:disabled,
  .btn-default:disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: .3;
  }
  .btn--default:focus,
  .btn-default:focus,
  .btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px #99D9F2;
    border-color: #99D9F2;
  }
  .btn--default:hover:focus,
  .btn-default:hover:focus,
  .btn:hover:focus {
    box-shadow: none;
  }
  .btn--default:hover,
  .btn-default:hover,
  .btn:hover {
    outline: none;
    text-decoration: underline;
  }
  .btn--default.button--sm,
  .btn-default.button--sm,
  .btn.button--sm {
    padding: 0.41rem 1.25rem;
    font-size: 0.75rem;
  }
  /* - btn--primary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .btn--default.btn--primary,
  .btn-primary {
    border-color: #00549F;
    background: #00549F;
    color: #FFFFFF;
  }
  .btn--default.btn--primary:focus,
  .btn-primary:focus {
    box-shadow: 0 0 0 2px #0072B8;
    border-color: #0072B8;
  }
  .btn--default.btn--primary:hover,
  .btn-primary:hover {
    text-decoration: none;
    background: #1468B3;
    border-color: #1468B3;
  }
  .btn--default.btn--primary:active,
  .btn-primary:active {
    border-color: #297DC8;
    background: #297DC8;
  }
  /* - btn--secondary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .btn--default.btn--secondary,
  .btn-default,
  .btn-warning {
    border-color: #DDDDDD;
    background: #DDDDDD;
    color: #333333;
  }

  .btn--default.btn--secondary:focus,
  .btn-default:focus,
  .btn-warning:focus {
    border-color: #E7E7E7;
    background: #E7E7E7;
    color: #333333;
  }

  .btn--default.btn--secondary:hover,
  .btn-default:hover,
  .btn-warning:hover {
    text-decoration: none;
    background: #E7E7E7;
    border-color: #E7E7E7;
    color: #333333;
  }
  .btn--default.btn--secondary:active,
  .btn-default:active,
  .btn-warning:active {
    border-color: #E7E7E7;
    background: #E7E7E7;
    color: #333333;
  }
  .btn--default.btn--secondary:active:focus,
  .btn-default:active:focus,
  .btn-warning:active:focus {
    border-color: #E7E7E7;
    background: #E7E7E7;
    color: #333333;
  }
  /* - btn--outline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .btn--default.btn--outline {
    border-color: #000000;
    color: #000000;
    background: transparent;
    font-size: 11px;
  }
  .btn--default.btn--outline:hover {
    text-decoration: none;
    color: #FFFFFF;
    border-color: #333333;
    background: #333333;
  }
  .btn--default.btn--outline:active {
    color: #FFFFFF;
    border-color: #595959;
    background: #595959;
  }
  /* - other buttons - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .btn--process {
    width: 180px;
    height: 40px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Source Sans Pro";
    background-color: #FFFFFF;
  }
  .btn--process.btn--process-red {
    border-color: #C32525;
    background-color: rgba(195,37,37,0.1);
  }
  .btn--process.btn--process-green {
    border-color: #386015;
    background-color: rgba(56,96,21,0.1);
  }

  .btn--pill {
      border-radius: 45px;
      padding: 1px 15px;
      text-transform: none;
  }

/* General */
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: 'Source Sans Bold', sans-serif;
    font-weight: bold !important;
    text-transform: none !important;
}

.b-b {
    border: none;
}

#header-wrapper {
    padding: 0 20px;
}

.search-border {
    border-color: #000;
}

.search-filter-button {
    background-color: #FFF;
    border-left: 1px solid #000;
    border-radius: 0 4px 4px 0;
}

.browse-button {
    display: inline-block;
}

/* Homepage Reports */
.thumbnail {
    padding: 0;
}

.thumbnail .caption {
    padding: 15px;
}

.normalize-report {
    background-color: #55d96b;
}

.analyzer-report {
    background-color: #00549F;
}

.dashboard-report {
    background-color: #fbb626;
}

.interactive-report {
    background-color: #00A1DE;
}

.recent-reports-item h5 {
    margin-top: 0;
}

.recent-report-panel:hover {
    border-width: 0px;
}

.recent-reports-item .caption {
    min-height: 150px;
}

.recent-reports-item-bottom {
    background-color: #F1F1F1;
    padding: 5px 10px;
}

.panel {
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

.overview-heading,
.recent-heading {
    /* height: 45px !important; */
}

/* Overview Panel */
.stat-panel {
    padding: 10px;
}

.stat-panel h6 {
    margin-bottom: 0;
}

/* Footer */
.footer-group h6 {
    margin-bottom: 0px;
}




/* Search Page */
.nav-container {
    border: none;
    border-bottom: 1px solid #DDD;
}

.navbar-nav > li > a {
    height: 65px;
}

.nav > li:not(.active) > a > span:first-child {
    color: #333;
}

.container > .navbar-collapse.search-filter-bar {
    margin-top: 0;
}

.search-filter-bar ul {
    margin-left: 0;
}

.results-bar h2 {
    font-weight: normal !important;
}




/* Product Details Page */
.panel-main .panel-heading {
    background-color: #FFF;
}

.panel-sidebar .panel-heading.active,
.list-group-item.tech-sidebar-heading.active {
    border-left: 4px solid #00549F;
    border-bottom-color: #DDD;
}

.list-group-item.tech-sidebar-heading {
    border-color: #DDD;
    border-top: 1px solid #DDD !important;
    border-radius: 0 !important;
    font-size: 13px;
}

.panel > .list-group > .list-group-item:first-child {
    border-top: none !important;
}

.list-group .list-group-item-cp-title,
.tech-sidebar-item-text>span {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Source Sans';
}

.list-group .list-group-item-cp-desc {
    font-size: 14px;
    margin: 0;
    padding: 10px;
}

.panel-main .panel-heading {
    padding: 20px;
}

.panel-main .panel-body {
    padding: 0 20px 20px 20px;
}

.panel-main .panel-heading .tech-edit-link {
    background-color: transparent;
    color: #333;
    font-family: 'Nunito', sans-serif;
}

.panel-main .panel-heading .tech-edit-link:hover {
    color: #00549F;
    text-decoration: none;
}

.panel-main .panel-heading .tech-edit-link:hover svg {
    fill: #00549F;
}

.browse-menu {
    align-items: center;
    display: flex;
    height: 56px;
}

.browse-technopedia {
    margin: 0;
}

.btn__highlighted-chip i {
    color: #FFF;
    opacity: 1 !important;
    top: 0 !important;
}

.tech-detail-section-name h5 {
    padding: 10px 20px;
}

.vertical-icon {
    background-image: none !important;
    padding: 4px 15px !important;
    height: auto !important;
}



.navbar-nav {
    float: none;
}

.section-heading {
    font-size: 22px;
    letter-spacing: .4px;
}

.report-icon {
    min-height: 152px;
}

.report-icon img {
    margin-bottom: 10px;
}

.recent-reports-item h5 {
    font-size: 18px;
}

.link__with-icon a {
    color: #333;
    text-decoration: none !important;
}

.link__with-icon a i {
    margin-right: 10px;
}

button#reportMenu {
    padding: 4px 1.25rem;
}

.right-menu-container {
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.right-menu-container .btn--default {
    font-weight: normal;
}

.right-menu-container .btn-group:not(:first-child) {
    margin-left: 10px;
}

.browse-button button.btn-trans {
    height: auto;
}

header .dropdown-toggle {
    padding: 4px 1.25rem !important;
}

header .dropdown-toggle .fa-chevron-down {
    font-size: 12px !important;
    top: 11px;
}

#dropdownMenu-search-more {
    padding: 8px 10px 8px 30px !important;
}

#dropdownMenu-search-more .fa-chevron-down {
    left: 4px;
    top: 12px;
}

#userDropDown {
    padding-left: 30px !important;
}

.product-mininav .search-icon {
    margin-right: 10px;
}

.production-item .btn {
    color: #333;
}

.container > .navbar-collapse.search-filter-bar {
    padding-left: 0;
}

.navbar-collapse.search-filter-bar > ul > li:first-child a {
    margin-left: 0;
}

.tech-detail-section-name {
    background-color: #f1f1f1;
}

.tech-sidebar-image__wrapper {
    display: inline-block;
    text-align: center;
    width: 40px;
}

.panel-sidebar .list-group-item .fa.fa-angle-right {
    left: 223px;
}

.list-group .list-group-item-cp-title {
    padding: 2px 7px;
}

.contentpack-icon {
    float: none;
    padding: 0;
}

.panel-sidebar, .panel-main {
    font-family: 'Nunito', sans-serif;
}

.search-filter-bar .navbar-nav > li > a {
    display: flex;
    align-items: center;
}

.container > .navbar-collapse.search-filter-bar {
    align-items: center;
    display: flex;
    height: 74px;
}

.filter-wrapper2 .custom-input-group input {
    margin-right: 0;
}

.filter-wrapper2 .custom-input-group .input-group-btn button {
    left: -30px;
}

.custom-input-group {
    align-items: center;
    display: flex;
}

.custom-input-group input {
    margin-right: 10px;
}

.custom-input-group .input-group-btn button {
    background-color: transparent !important;
    border: none !important;
    color: #595959;
    left: -55px;
    outline: none !important;
    padding: 4px 1.25rem;
}

.custom-input-group .input-group-btn button:hover,
.custom-input-group .input-group-btn button:hover .fa-times-circle {
    color: #333;
}

.pagination-wrapper {
    background-color: transparent;
    margin-left:L -30px;
}

.pagination > li > a {
    line-height: 20px;
}

.pagination > .active > a {
    font-weight: bold;
}

[ng-if="directionLinks"] a,
[ng-if="boundaryLinks"] a {
    font-size: 30px !important;
    color: #333 !important;
    transform: translateY(-3px);
}

.norm-info-desc p:first-child {
    margin-bottom: 0;
}

.tp-content-panel .panel-heading {
    font-family: 'Source Sans Bold', sans-serif;
    font-size: 30px;
    line-height: 1;
}

div.norm-info-num {
    margin: 0;
    border-radius: 0;
}

/* .browse-result-item:not(:only-child):last-child {
    border-bottom: none;
    padding-bottom: 0;
} */

.browse-result-item h4 {
    margin-top: 0;
}

.browse-title {
    padding: 20px;
}

.browse-title > .col-sm-9 {
    padding-left: 0;
}

.container > .navbar-collapse.search-filter-bar > * {
    flex: auto;
}

.search-border button.btn-trans {
    color: #000;
}

.search-filter-bar__category .navbar-nav > li > a {
    flex-direction: column;
}

.button-create__wrapper {
    text-align: right;
}

#btn-create-report {
    text-transform: uppercase;
}

.small-report-icon img {
    width: 50px;
}

.search-filter-bar__main-report {
    margin: 0 !important;
    padding: 0 !important;
}

.search-filter-bar__main-report > .navbar-left {
    display: flex;
    align-items: center;
}

.search-filter-bar__main-report > .navbar-left a  > span {
    margin-top: 0 !important;
}

.search-filter-bar__main-report .filter-wrapper2 {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    text-align: center;
}

.search-filter-bar__main-report .input-group-btn {
    position: absolute;
    right: 10px;
    top: 3px;
}

.search-filter-bar__main-report .filter-wrapper2 input {
    min-width: 300px;
}

.page-title-wrapper {
    border-bottom: 1px solid #DDD;
}

.container > .navbar-collapse.search-filter-bar__main-report {
    height: 71px;
}

.page-title-wrapper p {
    margin-bottom: 15px;
}


/* Modals */
.modal-content {
    padding: 30px;
}

.modal-header {
    background-color: transparent;
    color: #000;
    padding: 0 0 10px;
}

.sub-title-private {
    background-color: transparent;
    border-bottom: 1px solid #DDD;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
}

.modal-body {
    padding: 0;
}

.modal-body  .form-group {
    margin: 0;
}

.modal-body  .form-group label {
    padding-left: 0;
    margin-left: 0;
}

.results__content {
    background-color: #FFF;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

.pagination__wrapper > .pagination {
    margin-left: -15px;
    margin-right: -15px;
}

.input-group-addon, 
.input-group-btn, 
.input-group .form-control {
    display: block;
}


button#userDropDown {
    display: flex;
    align-items: center;
}

button#userDropDown svg {
    margin-right: 10px;
}

button#userDropDown .fa-chevron-down {
    right: 0;
    top: 10px;
}

.recent-reports__profile-icon {
    margin-right: 5px;
    transform: translateY(3px);
}

.has-svg-icon {
    display: flex;
    align-items: center;
}

.has-svg-icon svg {
    margin-right: 5px;
}

.has-svg-icon label {
    margin: 0;
}

.search-nav__icon {
    position: absolute;
    top: 6px;
    left: 10px;
}

input#id_q {
    height: 37px;
}

.thumbnail__icon {
    fill: #FFF;
}

.thumbnail__icon-bar-chart {
    transform: rotate(-90deg);
}

.analyze-link {
    margin-bottom: 8px;
}

.report-management__item:first-child {
    padding-top: 10px;
}

.report-management__item-inner {
    display: flex;
    align-items: center;
}

.report-management__item-inner__img {
    margin-right: 15px;
}

.report-management__item-inner__img svg {
    margin-top: 3px;
}

.report-management__item-inner__img .small-report-icon span {
    font-size: 11px !important;
}

.report-management__item-inner__content a {
    display: block;
    margin-bottom: 5px;
}

.d-flex {
    display: flex;
}

.report-management__item-inner__options {
    color: #595959;
    flex: 1;
}

.report-management__item-inner__options svg {
    fill: #595959;
}

.report-management__item-inner__options li:hover .toolbar-button-title {
    color: #00549F;
}

.report-management__item-inner__options li:hover svg {
    fill: #00549F;
}

.report-management__item-inner__options ul {
    margin: 0;
}

/* Login Styles */
.login-form {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 0 auto;
    min-width: 400px;
    padding: 24px;
}

.login-form label {
    font-weight: 300;
}

.login-form input {
    margin-bottom: 24px;
    width: 100%;
}

.login-form button {
    height: 38px;
    text-transform: uppercase;
    width: 100%;
}

.login-form__wrapper {
    align-items: center;
    display: flex;
    height: calc(100vh - 80px);
    padding: 50px 0;
    width: 100%;
}

.form-signin-heading {
    margin: 0 0 24px 0;
}
/* End of Login Styles */

.btn-danger {
    border-color: #C32525;
    color: #333;
    background-color: rgba(195,37,37,0.1);
}

.btn-danger:hover {
    text-decoration: none;
    color: #333;
    border-color: #C32525;
    background-color: rgba(195,37,37,0.3);
}

.btn-danger:active {
    color: #333;
    border-color: #C32525;
    background-color: rgba(195,37,37,0.3);
}

.filter-wrapper2 .custom-input-group .input-group-btn button[title="clear filter"] {
    outline: none !important;
    box-shadow: none !important;
}

::-ms-clear { display: none; }

.list-group .tech-sidebar-item-text{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width:90%;
}
.header-banner .search-banner-show{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-reports-33248{
	z-index:999;
}