﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;  
    /*"Helvetica Neue", "Lucida Grande",*/ 

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, form {
    height:auto;
    min-height: 99%; 
    width: 100%;
    font-size: 1em;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5)
{
    html, body, form {
        font-size: 13px;
    }
}


body {
    display: flex;
    flex-direction: column;
	background-color: #f5f5f5;
    min-height: 100vh;
    /*background: #b6b7bc;*/    
}



.MasterTitle, .articles-footer {
    background: #4b6c9e;
}

.MasterTitle {	
	margin: 5px auto 5px;
    position: relative;
	height: 57px;    
    color: White;
    vertical-align: top;
    width:100%;
}




.div-row-edit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}

.inline-block {
    display: inline-block;
}


.div-line-flex{
  display: flex;
  width: 100%;
  column-gap:20px;
  padding: 0.3em;
}

.gap-5{
  column-gap:5px;
}



.div-filter-button {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}





fieldset{
    padding: 0 0.2em;
    border: solid 2px rgb(119, 119, 119);
    border-radius: 5px;
}
fieldset > legend {
    margin-left: 14px;
    padding: 3px;
}







.menu-list > li {
    margin-top: 12px;
    margin-left: 15px;
    display: inline-block;
    font-size: 1.2em;
    float: left;
}

.menu-list > li > a {
  text-decoration: none;
  color: white;
  padding: 0 5px;
}

.menu-list > li > a:hover,
.menu-list > li > a:focus {
  color: #e15050;
  /*font-weight: 700;
  padding: 0;*/
}


.img-logo {
    height:50px;
    margin-top: -10px;
}
.img-feedback {
    height: 45px;
    margin-top: -5px;
}
.img-about {
    height: 40px;
    margin-top: -3px;
}


.menu-user {
    float:right;    
    color: white;
    margin-right: 10px;
    margin-top: 3px;
}

.menu-user > a {
    
    float:right;
    color: white;
    margin-right: 10px;
}

.menu-user > a:hover, 
.menu-user > a:focus {
    color: #e15050;
}



.ALGroup {
    width: 15em;
    margin-top: -58px;
    position: relative;
    margin-bottom: 30px;
}

.AL_link {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.7em;
    color: #ffff00;
}










.articles-footer{
    margin-top: auto;
    display: grid;
    /*position: absolute;
    bottom: 0;*/
	padding: 10px;
	text-align: center;
    width: 100%;
}
.container{
    font-size: 1em;
    width: 100%;           
    vertical-align: middle;
}

.socials-hint {
    display: inline-block; 
    text-align: left;
    line-height: 30px;
}  

.socials {    
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
    line-height: 30px;
}

.socials-item {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}

.socials-link {
	display: inline-block;	
	width: 35px;
	height: 35px;
	
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
}

.socials-link-facebook {	
	background-image: url("../Pictures/socials/facebook_1.png");
}
.socials-link-facebook:hover {	
	background-image: url("../Pictures/socials/facebook_2.png");
}

.socials-link-twitter {
	background-image: url("../Pictures/socials/twitter_1.png");
}
.socials-link-twitter:hover {
	background-image: url("../Pictures/socials/twitter_2.png");
}

.socials-link-youtube {
	background-image: url("../Pictures/socials/youtube_1.png");
}
.socials-link-youtube:hover {
	background-image: url("../Pictures/socials/youtube_2.png");
}

.socials-link-instagram {
	background-image: url("../Pictures/socials/instagram_1.png");
}
.socials-link-instagram:hover {
	background-image: url("../Pictures/socials/instagram_2.png");
}

.socials-link-linkedin {
	background-image: url("../Pictures/socials/linkedin_1.png");
}
.socials-link-linkedin:hover {
	background-image: url("../Pictures/socials/linkedin_2.png");
}

.socials-link > span {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}












.sprGridEditRow, .sprGridFooter {
    background-color: #AFBED0;
    font-weight: bold;
    text-align: center;
    height: 30px;
}
.sprGridFooter
{
    color: #333333;
}
.sprGridRow, .sprGridRowAlt
{
    background-color: #F7F6F3;
    color: #333333;
    text-align: center;
    margin: 5px 10px;
    height: 30px;
}
.sprGridRowAlt
{
    background-color: White;
    color:#284775;
}
.sprGridHeader
{
    background-color: #5D7B9D;
    color: White;
    font-weight: bold;
    text-align: center;
    height: 35px;
}



.lab-error {
    color: red;
    font-weight: 600;
}
.lab-ok {
    color: green;
    font-weight: 600;
    text-align: center;
    font-size:1.2em;
}




.btn_tooltip {
    position: relative;
    display: inline-block;
/*    background-color: green;
    color: black;
    padding: 15px;
    text-align: center;*/
    display: inline-block;
/*    font-size: 16px;*/
}

    .btn_tooltip .btn_text {
        visibility: hidden;
        min-width: 100px;
        background-color: #33ccff;
        color: white;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 115%;
        left: 0;
    }

    .btn_tooltip:hover .btn_text {
        visibility: visible;
    }