
/* section title */
.section-title{
    padding-top: 1.4rem;
    padding-bottom: .02rem;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5{
    color: #002855;

}

[id^="error"].help-block{
    color: red;
}
.help-block{
    color: #ccc;
}

.card-no-border{
    border:none;
}


/* Dashboard */
.card-dashboard{
    color:white;

}
.card-dashboard-success{
    background-color: #00a075;
}
.card-dashboard-primary{
    background-color: #002855;
}

.card-dashboard-info{
    background-color: #17b6c6;
}
.card-dashboard-default{
    background-color: #636362;
}

.label-100 {
    font-size: 90%;
}

.card-transparent {
    background-color: transparent;
    border:none;
}
.card-transparent .card-footer{
    border-top: solid 1px #969696;
    background-color: transparent;
}

/* Overrites Bootstrap select plugin */
.bootstrap-select a{
    color: #000000;
}



.bootstrap-select .text{
    font-size: .85em;
}



.container {max-width: 1280px;}

.main-container{
    /*-webkit-box-shadow: 1px 4px 10px 5px rgba(0,0,0,0.2);*/
    /*-moz-box-shadow: 1px 4px 10px 5px rgba(0,0,0,0.2);*/
    /*box-shadow: 1px 4px 10px 5px rgba(0,0,0,0.2);*/
    /*border-top: 8px solid #002855;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
}

/* Header */
#sdd-header{
    position:relative;

}
#sdd-logo{

}
#top-nav {
    background-image: url(../img/header-bg-pattern.png);
    border-radius: 0px;
}
#main-menu-buttons{


}
#user-menu-nav{
    position: absolute;
    right: 10px;
    top: 10px;
}

.navbar-light .navbar-nav .nav-link{
    background-color: white;
    color:#002855;
    padding: 6px 14px;
}

.navbar-light .navbar-nav .active>.nav-link{
    background-color: #002855;
    color:white;
    padding: 6px 14px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background-color: #979795;
}
.navbar-light .navbar-nav .active>.nav-link:hover{
    background-color: #002855;
    color:white;
}

.sdd-banner {
    background-color: #fff;
}

#search-box{

    margin: 0 auto;
}

#search-box input{
    text-align: left;
    margin: 0;
    color: #0071c5;
    height:54px;
    font-size: 24px;
    font-weight: 200;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}
#site-summary{
    width: 80%;
    font-size: 1.1em;
}
.text-slim{
    font-weight: 200;
}
.text-small-grey {
    font-size: 13px; color: #a9a9a9;
}
.sdd-title{
    color:#002855;
    font-weight: 300;
}
#home-search-text{
    background-color: #002855;
    color: white;
    font-weight: 500;
    font-size: 1.3em;
    cursor: pointer;
}
#home-search-text:hover{
    background-color: #002c79;
}


.filter-panel{
    padding-top: 20px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background-color: #adadad;
    border-bottom: solid 1px #969696;
    opacity: .98;
    position: relative; z-index: 100;
}
.filter-panel .dropdown-menu{
    padding:.5em;
}
.filter-panel label{
    color: #002855;
}

.summary-panel{

}

.col-filter{

    border-right: 1px solid rgba(0, 0, 0, .1)
}
#owl-demo .item{
  /* background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;  */
}
.customNavigation{
  text-align: center;
}
/* use styles below to disable ugly selection */
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#breadcrumb{

    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #17b6c6;
    font-weight: 200;

}
#breadcrumb .breadcrumb-item{
    color: white;
}
#breadcrumb .breadcrumb-item a{
    color: white;
}
#breadcrumb li.breadcrumb-item.active{

    font-weight: 500;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/*
 *                  FROM THE OLD BENCHMARK TOOL
 *
 */

#filter-section .dropdown-menu{
    padding: .5em;
}

.table-compare {  }
.table-compare td{ vertical-align: middle; }
#td-entirely { border-left: solid 10px #002855;  color: #002855; }
#td-in-part { border-left: solid 10px #17b6c6;  color: #17b6c6; }
#td-rfo { border-left: solid 10px #c69a50; color: #c69a50; }
#td-not { border-left: solid 10px #adadad; color: #adadad; }

.text-gri-celeste { color:#17b6c6; }

.bmt-bar {}
.bmt-bar-primary { background-color: #F4CAFF;}
.bmt-bar-default {}
.bmt-bar-inverted {}

.text-light{ color:#CCCCCC; }

.hide { display: none; }
.show { display: inline; }

.filter-title {color: #002855;}
.text-slim{font-weight: 200;}

.btn-xl {
    font-size: .8em;
}

#btn-start {

}

#jumbo-banner h1 {

}

#jumbo-banner {
    background: url(../img/banners/BMT2-banner-2.jpg) no-repeat;
    color: white;
    border-radius: 0px;

}
/*  Esto estaba antes, causa problemas, por lo que si no se necesita, tirarlo
#filter-section {
    position: relative;
    z-index: 10001;
}
*/


#filter-section hr{
    border: 0;
    border-top: 1px solid #979795;
    border-bottom: 1px solid #c2c2c2;
}

.well-data-legend {
    border-radius: 0px;

    color: #636362;
}

.well-data-legend thead {
    font-weight: bold;
}

/* overrites Bootstrap */

a {color: #37A1B7;}
a:hover {color: #37A1B7;}


.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
}

.text-primary{ color:#002855!important; }


.label-success{background-color: #00a075;}

.btn-success { background-color: #00a075; border-color: #008561;}
.btn-success:hover { background-color: #00AD7E; border-color: #008561; }
.btn-success:focus, .btn-success:active, .btn-success.active{ background-color: #00a075!important; }

.btn-primary { background-color: #002855; border-color: #001E40;}
.btn-primary:hover { background-color: #003C7F; }
.btn-primary:focus, .btn-primary:active, .btn-primary.active{ background-color: #002855!important; }

.btn-primary-outline { border-color: #001E40; color:#002855;}
.btn-primary-outline:hover { background-color: #002855; color:white;}

.text-primary{color:#002855;}
/*
.btn-secondary { border-color: #107C87; color: #107C87;}
.btn-secondary:hover { color: #107C87;}
.btn-secondary:focus, .btn-default:active, .btn-default.active{  }
*/
.btn-info { background-color: #17b6c6; border-color: #149FAC;}
.alert-info hr { border-top-color: #A6D1D5; }
.btn-info:hover { background-color: #18C2D3; }
.btn-info:focus, .btn-info:active, .btn-info.active{ background-color: #17b6c6!important; }

.btn-info-outline { border-color: #107C87; color: #107C87;}
.btn-info-outline:hover { background-color: #107C87; border-color: #107C87;}

label {display: block; color:#4C4C4C; font-weight: 500; font-size: 115%;}

.label-primary {background-color: #002855; border-color: #001E40;}
.label-info {background-color: #17b6c6;}

.benchmark-filters{
    padding: 20px;
    margin-bottom: 0px;
    border:none;
    border-radius: 0px;
    background-color: #adadad;
    border-bottom: solid 1px #969696;
    opacity: .98;
    position: relative; z-index: 1000;
}
.benchmark-filters label{
    font-size: .9em;
}

/* ---------------------  Benchmark menu */
.navbar-grey {
    padding: 0px;
    z-index: 2000;
    background-color: #8a8a8a;
    border-radius: 0px;
    color: #4C4C4C;
}
.navbar-grey a{
    color: #4C4C4C;
}
.navbar-grey li {
    padding: 5px 15px;
}
.navbar-grey li.active {
    background-color: #adadad;
}
.navbar-grey li.active a {
    color: #4C4C4C;
}
/* --------------------  end Benchmark menu */

.filter-option{


}

.bs-select-all{
    font-size: .64em;
}

.alert-info {background-color: #BAEAEF; color: #107C87;}

.benchmark-filters-bg-pattern{
    background: url(../img/grid-patterns/grid7.png) repeat;
}
.benchmark-filters .form-control{
    background-color: #bdbdbd;
    border-color: #bdbdbd;

}
.benchmark-filters .form-control{
    color: #2f3234;
}
#searchResult{
    position: absolute;
    background-color: white;
    width: 81%;
    -webkit-box-shadow: 1px 4px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 4px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 1px 4px 10px 5px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#searchResult ul{
    position: relative;
    z-index: 1000;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#searchResult ul li{
    padding: 5px 10px;
}
#searchResult ul li:hover{
    background-color: #BAEAEF;

}
#searchResult ul li a {
    color: #0a0a0a;
}
#searchResult ul li:hover a{

}
.alert-summary{ border:none; border-radius: 0px; border-top: solid 1px #c6faff;}

.alert-summary p { font-size: 1.2em; font-weight: 200; }

/* Highcharts */

#banner-chart rect.highcharts-background {
    fill: transparent;
}
#banner-chart path.highcharts-color-0 {
    fill: white;
    stroke-width: 0px;
}

/* Overrides Bootstrap select plugin */
.bs-placeholder {
    color:#373a3c!important;
}



.card-info {
    background-color: #17b6c6;
    color: white;
}

/* dashboard banner */
#rotating-item-wrapper {
    position: relative;

}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* bootstrap-select */
.hidden{
    display: none;
    visibility: hidden;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #002855;
    outline: 0;
    display: block;
}
