/*
-albastru #002A5B 0,16,36
-galben #F8A41A 248 164 26
- albastru deschis #00b1e7   0 177 231
 */

@font-face {
    font-family: OpenSans-Bold;
    src: url("OpenSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-BoldItalic;
    src: url("OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-ExtraBold;
    src: url("OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-ExtraBoldItalic;
    src: url("OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-Italic;
    src: url("OpenSans-Italic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-Light;
    src: url("OpenSans-Light.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-LightItalic;
    src: url("OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-Medium;
    src: url("OpenSans-Medium.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-MediumItalic;
    src: url("OpenSans-MediumItalic.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-Regular;
    src: url("OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-SemiBold;
    src: url("OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-SemiBoldItalic;
    src: url("OpenSans-SemiBoldItalic.ttf") format("truetype");
}

/*  MENIU   */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 16, 36)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar
{
    /*background-color:#193042;*/
}

.nav-item:focus, .nav-link:focus
{
    outline-style:none;
}

.nav-link
{
    color:#002A5B;
}

.nav-link:hover
{
    color:#F8A41A;
}

.nav-link:focus
{
    color:#F8A41A;
}

.dropdown-item:active
{
    background-color:#F8A41A;
}

/*  MENIU   */


@media (min-width: 0px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:unset;
  }
  .dropdown-menu
  {
    text-align:center;
  }
}


@media (min-width: 992px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:absolute;
  }
  .dropdown-menu
  {
    text-align:left;
  }
}


.goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-image: url('../images/top.png');
  background-repeat: no-repeat;
  background-size:contain;
  background-color:#F8A41A;
  width:40px;
  height:40px;
  opacity:0.7;
}

@media (min-width:0px){
  .poza-echipa
  {
    text-align:center;
    margin-right:0;
  }
}

@media (min-width:576px){
  .poza-echipa
  {
    text-align:center;
    margin-right:3rem;
  }
}


.btn-primary{
	background-color:#002A5B;
	border:none;
	width:auto;
}

.btn-primary:hover{
	background-color:#F8A41A;
	border:none;
	width:auto;
}

.btn-primary:focus{
	border-color:#F8A41A;
	background-color:#F8A41A;
	box-shadow:0 0 0 0.25rem rgb(248 164 26 / 25%);
}

.btn-primary:active{
	border-color:#F8A41A;
	background-color:#F8A41A;
	box-shadow:0 0 0 0.25rem rgb(248 164 26 / 25%);
}

.btn-primary:active:focus{
	border-color:#F8A41A;
	background-color:#F8A41A;
	box-shadow:0 0 0 0.25rem rgb(248 164 26 / 25%);
}

.btn-primary:disabled{
	background-color:rgba(248,164,26,.5);
	border:none;
	width:auto;
}

.btn-rosu{
	background-color:#fa003a;
	border:none;
	width:auto;
  color:white;
  padding: 7 20 7 20;
}

.btn-rosu:hover{
	background-color:#c9002f;
	border:none;
	width:auto;
  color:white;
}

.btn-rosu:focus{
	border-color:#fa003a;
	background-color:#fa003a;
	box-shadow:0 0 0 0.25rem rgb(250 0 58 / 25%);
}

.btn-rosu:active{
	border-color:#fa003a;
	background-color:#fa003a;
	box-shadow:0 0 0 0.25rem rgb(250 0 58/ 25%);
}

.btn-rosu:active:focus{
	border-color:#fa003a;
	background-color:#fa003a;
	box-shadow:0 0 0 0.25rem rgb(250 0 58 / 25%);
}

.btn-rosu:disabled{
	background-color:rgba(250,0,58,.5);
	border:none;
	width:auto;
}

.btn-verde{
	background-color:#019E43;
	border:none;
	width:auto;
  color:white;
  padding: 7 20 7 20;
}

.btn-verde:hover{
	background-color:#007e35;
	border:none;
	width:auto;
  color:white;
}

.btn-verde:focus{
	border-color:#019E43;
	background-color:#019E43;
	box-shadow:0 0 0 0.25rem rgb(1 158 67 / 25%);
}

.btn-verde:active{
	border-color:#019E43;
	background-color:#019E43;
	box-shadow:0 0 0 0.25rem rgb(1 158 67/ 25%);
}

.btn-verde:active:focus{
	border-color:#019E43;
	background-color:#019E43;
	box-shadow:0 0 0 0.25rem rgb(1 158 67 / 25%);
}

.btn-verde:disabled{
	background-color:rgba(1 158 67,.5);
	border:none;
	width:auto;
}

.btn-albastru{
	background-color:#27497B;
	border:none;
	width:auto;
  color:white;
  padding: 7 20 7 20;
}

.btn-albastru:hover{
	background-color:#1f3a62;
	border:none;
	width:auto;
  color:white;
}

.btn-albastru:focus{
	border-color:#27497B;
	background-color:#27497B;
	box-shadow:0 0 0 0.25rem rgb(39 73 123 / 25%);
}

.btn-albastru:active{
	border-color:#27497B;
	background-color:#27497B;
	box-shadow:0 0 0 0.25rem rgb(39 73 123/ 25%);
}

.btn-albastru:active:focus{
	border-color:#27497B;
	background-color:#27497B;
	box-shadow:0 0 0 0.25rem rgb(39 73 123 / 25%);
}

.btn-albastru:disabled{
	background-color:rgba(39 73 123,.5);
	border:none;
	width:auto;
}

.btn-alb{
	background-color:white;
	border:none;
	width:auto;
  color:#019E43;
  padding: 7 20 7 20;
}

.btn-alb:hover{
	background-color:lightgray;
	border:none;
	width:auto;
  color:#019E43;
}

.btn-alb:focus{
	border-color:white;
	background-color:white;
	box-shadow:0 0 0 0.25rem rgb(1 158 67 / 25%);
}

.btn-alb:active{
	border-color:white;
	background-color:white;
	box-shadow:0 0 0 0.25rem rgb(1 158 67/ 25%);
}

.btn-alb:active:focus{
	border-color:white;
	background-color:white;
	box-shadow:0 0 0 0.25rem rgb(1 158 67 / 25%);
}

.btn-alb:disabled{
	background-color:darkgray;
	border:none;
	width:auto;
}

body
{
  /*background-color: lightgray;*/
  background-image: linear-gradient(lightgray 10%, lightblue 50%, lightgray 80%);
}

p, h1, h2, h3, h4, h5, ul, label,a, body{
  font-family: OpenSans-Regular;
	color:#002A5B;
}

a, href, a:hover{
	color:#F8A41A;
}
a:hover
{
  color:#F8A41A;
}

.form-control:focus{
	border-color:#002A5B;
	box-shadow:0 0 0 0.25rem rgb(0 16 36 / 25%);
	/*background:#9d6b9e;*/
}

.form-check-input:checked{
  background-color:#002A5B;
}

.responsive {
  width: 100%;
  max-width: 2500px;
  height: auto;
}

/*NEWS CARD START*/

.card
{
	background-color: rgba(248, 164, 26, 0.5);
	border-radius:1rem;
  padding-left:10px;
  padding-right:10px;
}


@media (min-width:0px){
  .card-title
  {
    height:70px;
  }
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:120px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 380px){  
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 576px){  
.card-title
  {
    height:60px;
  }
  .card-subtitle
  {
    height:60px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }  
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 768px){
  .card-title
  {
    height:80px;
  } 
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:100px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 992px) {
  .card-title
  {
    height:80px;
  }
  .card-subtitle
  {
    height:100px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:100px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .card-title
  {
    height:60px;
  }
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

/*NEWS CARD END*/

#container {
	margin: 0 auto;
}

.homepage-valori{
  margin-top:10px;
  font-size:18px;
  font-family: OpenSans-Bold;
  color:black;
}

.homepage-feat{
  /*margin-top:10px;*/
  margin-bottom:0px;
  /*font-size:18px;*/
  color:black;
}


@media (min-width: 0px){
  .show-below-576{
    display:block;
  }
  .show-above-576{
    display:none;
  }
  .show-below-768{
    display:block;
  }
  .show-above-768{
    display:none;
  }
  .show-below-992{
    display:block;
  }
  .show-above-992{
    display:none;
  }
  .show-below-400{
    display:block;
  }
  .show-above-400{
    display:none;
  }
} 

@media (min-width: 992px){
  .show-below-992{
    display:none;
  }
  .show-above-992{
    display:block;
  }
}

@media (min-width: 768px){
  .show-below-768{
    display:none;
  }
  .show-above-768{
    display:block;
  }
}

@media (min-width: 576px){
  .show-below-576{
    display:none;
  }
  .show-above-576{
    display:block;
  }
}

@media (min-width: 400px){
  .show-below-400{
    display:none;
  }
  .show-above-400{
    display:block;
  }
}



.proiectAdmin{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: #ffd5005e;
	color: #27497B;
	border-right-style: solid;
	border-right-width: 10px;
}


.proiectAdmin:hover{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: #ffd600;/*0.7*/
	/*color: white;*/
	color: #27497B;
	border-right-style: solid;
	border-right-width: 10px;
}


.stare1{
	border-right-color: red;
}
.stare2{
	border-right-color: orange;
}
.stare3{
	border-right-color: lightgreen;
}
.stare4{
	border-right-color: lightgreen;
}


/*PAGINARE*/

.page-link{
  background-color:#ffd600;
  color:white;
}

.page-link:hover{
  background-color:rgb(1, 158, 67);
  color:white;
}

.page-item.active .page-link{
  background-color:rgb(1, 158, 67);
  border-color:white;
}


/* For Loading Overlay by CodexWorld */
.post-wrapper{position: relative;}
.loading-overlay{display: none;position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.7);}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
/* For Pagination Links by CodexWorld */
div.pagination {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	padding:20px;
	margin:7px;
}

div.post-search-panel{
	/*width: 950px;*/
	height: auto;
	margin: 0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}

.divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'OpenSans-Regular', sans-serif !important;
	font-size:15px;
	font-weight: 700;
	color:#ffffff;
	clear:both;
	text-align:justify;
}

.divTableCell{
	border: 1px solid rgb(1, 158, 67);
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'OpenSans-Regular', sans-serif !important;
	font-size:15px;
	font-weight: 500;
	color:#27497B;
	clear:both;
	text-align:justify;

}
.divTableHeading {
	background-color: rgb(1, 158, 67);
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


.divTableCorp{
	display: table;
	width: 100%;
}
.divTableRowCorp {
	display: table-row;
}
.divTableHeadingCorp {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHeadCorp {
	border: 1px solid rgb(1, 158, 67);
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'OpenSans-Regular', sans-serif !important;
	font-size:15px;
	font-weight: 700;
	color:#9d6b9e;
	clear:both;
	text-align:justify;
}

.divTableCellCorp{
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
	
    font-family: 'OpenSans-Regular', sans-serif !important;
	font-size:15px;
	font-weight: 500;
	color:#9d6b9e;
	clear:both;
	text-align:justify;

}
.divTableHeadingCorp {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFootCorp {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBodyCorp {
	display: table-row-group;
}

.carousel-control-prev-icon-green
{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23019E43'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon-green
{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23019E43'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width:0px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:#27497B; 
}
}

@media (min-width: 576px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:#27497B; 
 }
}

@media (min-width: 768px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1  {
   width: 16.66%;
   *width: 16.66%;
 }  
}

@media (min-width: 992px) {
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
 }
}

@media (min-width:0px){
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:#27497B;
  } 
}

@media (min-width: 576px){
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:#27497B; 
 }
}

@media (min-width: 768px){
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1  {
   width: 14%;
   *width: 14%;
 }  
}

@media (min-width: 992px) {
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista7 .col-md-1,
  .lista7 .col-sm-1,
  .lista7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
 }
}

@media (min-width:0px){
  .lista8 .col-md-1,
  .lista8 .col-sm-1,
  .lista8 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px; 
   color:#27497B;
  } 
}

@media (min-width: 576px){
  .lista8 .col-md-1,
  .lista8 .col-sm-1,
  .lista8 .col-lg-1  {
   width: 100%;
   *width: 100%;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   margin-top:-1px;
   color:#27497B; 
 }
}

@media (min-width: 768px){
  .lista8 .col-md-1,
  .lista8 .col-sm-1,
  .lista8 .col-lg-1  {
   width: 12.5%;
   *width: 12.5%;
 }  
}

@media (min-width: 992px) {
  .lista8 .col-md-1,
  .lista8 .col-sm-1,
  .lista8 .col-lg-1 {
   width: 12.5%;
   *width: 12.5%;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .lista8 .col-md-1,
  .lista8 .col-sm-1,
  .lista8 .col-lg-1 {
   width: 12.5%;
   *width: 12.5;
 }
}


@media (min-width: 0px){
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1  {
   width: 16.66%;
   *width: 16.66%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
 }  
}

@media (min-width: 992px) {
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader6 .col-md-1,
  .listaheader6 .col-sm-1,
  .listaheader6 .col-lg-1 {
   width: 16.66%;
   *width: 16.66%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
 }
}

@media (min-width: 0px){
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1  {
   width: 14%;
   *width: 14%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
 }  
}

@media (min-width: 992px) {
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader7 .col-md-1,
  .listaheader7 .col-sm-1,
  .listaheader7 .col-lg-1 {
   width: 14.285714285714285714285714285714%;
   *width: 14.285714285714285714285714285714%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
 }
}

@media (min-width: 0px){
  .listaheader8 .col-md-1,
  .listaheader8 .col-sm-1,
  .listaheader8 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
  }
}

@media (min-width: 576px){
  .listaheader8 .col-md-1,
  .listaheader8 .col-sm-1,
  .listaheader8 .col-lg-1  {
   width: 100%;
   *width: 100%;
   display:none;
 }
}

@media (min-width: 768px){
  .listaheader8 .col-md-1,
  .listaheader8 .col-sm-1,
  .listaheader8 .col-lg-1  {
   width: 12.5%;
   *width: 12.5%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
 }  
}

@media (min-width: 992px) {
  .listaheader8 .col-md-1,
  .listaheader8 .col-sm-1,
  .listaheader8 .col-lg-1 {
   width: 12.5%;
   *width: 12.5%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
  }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .listaheader8 .col-md-1,
  .listaheader8 .col-sm-1,
  .listaheader8 .col-lg-1 {
   width: 12.5%;
   *width: 12.5%;
   display:block;
   border-style:solid;
   border-color: #27497B;
   border-width:1px;
   margin-left:-1px;
   font-weight: bold;
   background-color:#019E43;
   color:#fff; 
 }
}

@media (min-width: 576px){
   .listaheadermini{
   display:block;
 }
}

@media (min-width: 768px){
   .listaheadermini{
   display:none;
 }  
}

@media (min-width: 992px) {
   listaheadermini{
   display:none;
 }
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
   listaheadermini{
   display:none;
 }
}

@media (min-width: 0px){
   .listamini{
   display:none;
 }
}

@media (min-width: 576px){
   .listamini{
   display:none;
 }
}

@media (min-width: 768px){
   .listamini{
   display:block;
 }  
}

@media (min-width: 992px) {
   .listamini{
   display:block;
 }
}

.listamini{
  word-wrap: break-word;
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
   listamini{
   display:block;
 }
}

