*
{
  box-sizing: border-box;
}

html { height: 100%; }

body
{
  margin: 0;
  min-height: 100%;
}

p {
  font-size: 16px;
  color: #000;
}

a {
  font-size: 16px;
  color: #000;
}

.mail {
  font-size: 16px;
  color: #000;
}

.panel a {
  font-size: 12px;
}

h1 {
  font-size: 20px !important;
  color: #000;
}

h2 {
  font-size: 24px !important;
  color: #000;
}




.header
{
  padding: 20px;
  text-align: center;
}

.header .title
{
  font-size: 28px;
  color: #ccc;
  border-bottom: 1px solid #000;
}

.header .tmenu
{
  font-size: 16px;
  color: #ccc;
}

.header .tmenu a
{
  font-size: 16px;
  color: #ccc;
}

.header .tmenu a b
{
  font-size: 16px;
  color: #aaa;
}

.column.logo
{
  float: left;
  padding: 0px;
  width: 200px;
  height: 100vh;
}

.column.menu
{
  float: left;
  width: 200px;
  font-size: 14px;
}

.column.menu a
{
  color: #777;
  text-decoration: none;
}

X.column.menu a:hover
{
  color: #ec0;
  text-decoration: none;
  background-color: #eee;
}

.column.content
{
  //width: 100%;
  padding-left: 0px;
  //border: 1px solid red;
  position: absolute;
  //left: 430px;
}

.row:after
{
  content: "";
  display: table;
  clear: both;
}



.pos-f-t {
  display: none;
}


.column .fotomanager
{
  //width: 100%;
  padding-left: 0px;
  //border: 1px solid red;
  position: absolute;
  //left: 430px;
}






@media screen and (max-width: 980px)
{

  .accordion {
    padding: 0px !important;
    margin: 0px !important;
    margin-left: 4px !important;
  }

  .panel {
    font-size: 12px !important;
  }

  a {
    font-size: 12px !important;
  }

  .column.logo
  {
    display: none;
  }

  .column.content
  {
    padding: 20px;
    //left: 230px;
  }

}

/*
@media screen and (max-width: 800px)
{

  .menu-container {
    display: none;
  }

  .column.content {
    left: 0px;
    padding: 5px;
  }


  .pos-f-t {
    display: flex;
    z-index: 1;
  }

  .pos-f-t .menu-container {
    display: flex;
    z-index: 1;
  }

}
*/