/* Menú parròquies amb auto-dropdown */
.nav-parroquies-dropdown {
  display: none;
}

@media (max-width: 960px) {
  .nav-parroquies ul  { display: none; margin-top:24px; }
  .nav-parroquies-dropdown { display: inline-block; }
  .fons-menu { background-color: #315A8F; }
}

.nav-parroquies li  {
	padding: 5px;
}

.nav-parroquies { margin-top:24px; }
/* Fi menú parròquies amb auto-dropdown */



/* Botó menú dropdwon parròquies */
.btn-parroquies {
	text-align:center;
	background-color:#1297E6;
	color:#FFF;
	width:100%;
	margin-bottom:18px;
}
/* Fi botó menú dropdwon parròquies */



/* Estils fonts */
.display-titol {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.1;
	text-align: center;
	margin-bottom: 30px;
}
/* Fi Estils fonts */


/* Tabs laterals i menú dropdown */
div {
    outline-color: #ade3ff;
    outline-style: none;
}


/** Dropdown draft - I */
.dropdown span.caret {
    float:right;
    margin-top:8px;
}

.dropdown button {
    text-align: left;
}

.dropdown-menu {
    width: 100%;
}


/** Let tabls-left class be available in bootstrap 3.3.7 - I **/
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > div {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > div {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > div:hover,
.tabs-left > .nav-tabs > li > div:focus{
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  background-color: #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > div,
.tabs-left > .nav-tabs .active > div:hover,
.tabs-left > .nav-tabs .active > div:focus{
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/** Let tabls-left class be available in bootstrap 3.3.7 - F **/

.account-type
{
    color: #A0AEB6;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

/* TABS */
.tabs-left > .nav-tabs{
    margin-right:0px;
    padding: 0;
    height: 100%; /* 100% - Debe ser el mismo height que el que tenga .tab-content */
}

/* CONTENIDO DE LOS TABS */
.tab-content {
    background-color: #FFFFFF;
    /*border:solid 1px #DCE1E5;*/
    border-left-style: none;
	/*height: 100%;*/
    margin-bottom: 15px;
    min-height: 400px;
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
}

.tab-content > div {
    margin-top: 26px;
}

/* Formato del tab activo */
.tabs-left > .nav-tabs .active > a, 
.tabs-left > .nav-tabs .active > a:hover, 
.tabs-left > .nav-tabs .active > a:focus,

.tabs-left > .nav-tabs .active div, 
.tabs-left > .nav-tabs .active div:hover, 
.tabs-left > .nav-tabs .active div:focus
{
    background-color: #FFFFFF;
    
    border-bottom-style: none;
    border-left-style: none;
    
    border-bottom-left-radius: 0px;
    border-right-style: none;
    
    margin-right: -1px;   
}

/* Formato del tab activo */
.tabs-left > .nav-tabs .cursor > a, 
.tabs-left > .nav-tabs .cursor > a:hover, 
.tabs-left > .nav-tabs .cursor > a:focus,

.tabs-left > .nav-tabs .cursor div, 
.tabs-left > .nav-tabs .cursor div:hover, 
.tabs-left > .nav-tabs .cursor div:focus
{    
    cursor: pointer;   
}

/* Formato de los tabs en general */
.tabs-left > .nav-tabs > li:nth-child(1) > a,
.tabs-left > .nav-tabs > li:nth-child(1) > a:hover,
.tabs-left > .nav-tabs > li:nth-child(1) > a:focus,

.tabs-left > .nav-tabs > li:nth-child(1) > div,
.tabs-left > .nav-tabs > li:nth-child(1) > div:hover,
.tabs-left > .nav-tabs > li:nth-child(1) > div:focus 
{
    cursor: pointer;
    border-top-left-radius: 4px;
}

.tabs-left > .nav-tabs > li.active:nth-child(1) > a,
.tabs-left > .nav-tabs > li.active:nth-child(1) > a:hover,
.tabs-left > .nav-tabs > li.active:nth-child(1) > a:focus,

.tabs-left > .nav-tabs > li.active:nth-child(1) > div,
.tabs-left > .nav-tabs > li.active:nth-child(1) > div:hover,
.tabs-left > .nav-tabs > li.active:nth-child(1) > div:focus 
{
    border-top-left-radius: 4px;
    border-bottom-style: none;
    border-left: 1px solid #DCE1E5;
}

.tabs-left > .nav-tabs > li > a, 
.tabs-left > .nav-tabs > li > div {
    margin-right: -1px;
    margin-bottom: -1px;
    border:solid 1px #DCE1E5;
    border-radius: 0px;
}

/* Style of the div element acting as tab content */
.tabbable.tabs-left > .nav-tabs > li > div > div {
    display:block;
    width: 100%;
    padding: 1em;
    min-height: 2em;
}

/* Fi Tabs laterals i menú dropdown */