/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/*    Nav, Navtabs and Navpills   */
/*-------------------------------*/
.nav.nav-tabs .nav-item, .nav.nav-pills .nav-item {
	 margin-right: 0; 
       zoom: 0.9;
  }
#dashboard .image_clanok
{
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    /* background-clip: padding-box; */
    background-repeat: no-repeat;
}
#dashboard .card .footer_card
{
    margin-bottom: 1rem;
}
.image_clanok
{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    /* background-clip: padding-box; */
    background-repeat: no-repeat;
}
.align-items-center {
  max-width: 100%;
}

.app-file-area ul.pagination{
  bottom: 15px;
  position: relative;
}
.float-right
{
  float:right;
}
.stretch
{
    align-items: stretch;
    display: inline-flex

}
.content-body .lievo-svg-wrapper
{
  width: 80px;
}
.list-content > p
{
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 15px;
}
.text-truncate-forum {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  width: calc(180px - 1.5rem);
  text-overflow: ellipsis;
  display: block;
}

.navigbar
{ 
     padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.navigbar span
{
    display: flex;
}

.navigbar .strana{
    font-size: 12px;
    line-height: normal;  
    padding: 0.5rem 0.75rem;
}

.navigbar a{
    position: relative;

    display: flex;
    flex-direction: row;
    padding: 0.5em 0.4rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 13px;
    line-height: normal;
    min-width: 30px;
    text-align: center;
    justify-content: center;
}
.navigbar b{
    position: relative;
    display: flex;
    padding: 0.5em 0.6rem;
    margin-left: -1px;
    color: #007bff;
    border: 1px solid #dee2e6;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-size: 13px;
    line-height: normal;
    min-width: 30px;
    text-align: center;
    justify-content: center;
}
.flex
{
	display: flex;
}
.flex-import
{
	display: flex !important;
}
.flex.between
{
	justify-content: space-between;
}
.flex.evenly {
    justify-content: space-evenly;
}
.flex.end
{
	justify-content: flex-end;
}
.flex.item-start
{
	align-items: flex-start
}
.flex.item-end
{
	align-items: flex-end;
}
.flex.column,
.flex.column_flex
{
	flex-direction: column;
}

.flex.between-mobil-around
{
	justify-content: space-between;
}
.flex.around
{
	justify-content: space-around;
}
.flex.wrap
{
	flex-wrap: wrap;
}
.flex.nowrap
{
	flex-wrap: nowrap;
}
.flex.center-flex
{
	justify-content: center !important;
    align-items: center;
    flex-flow: column;
}
.flex.center
{
	justify-content: center;
}
.flex.align-center
{
	align-items: center;
}
.stred-vertical
{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex.row,
.flex.row_flex
{
	flex-direction: row !important;
}
.flex.row-reverse
{	
    flex-direction: row-reverse !important;
}
@media screen and (max-width: 431px) {
  .media {

    flex-direction: column;
  }
  .no-mobil{
    display: none !important;
  }
  .card > .media > a {

    width: 100%;
    padding-right: 0rem !important;
    padding-bottom: 1rem !important;
  }
  .image_clanok {
    width: 100%;
  }
  .card-body {
    /*padding: 0px; */
  }
  /*.float-left
  {
    //float: none;
  }*/
  html body .content .content-wrapper .content-header-title
  {
    border-right:0px;
  }

}