/*
http://www.opensource.org/licenses/bsd-license.php New BSD License
*/
/* 
    Created on : 2020.08.14., 12:56:02
    Author     : Szincsák András <andras@szincsak.hu>
*/
header#topHeader{position:fixed;top:0;left:0;right:0; height:60px;   background: #fff;z-index: 50;border-bottom:1px solid #ccc}

aside{ position: fixed;top:59px;;width: 200px;z-index: 81;padding:0;height: 100%;background: #579778;; padding:5px;border-right:1px solid #ccc;}/*transition: all .3s ease-in-out}*/
main {padding:15px;margin: 60px 0 0 200px;;min-height:80vH;}/*transition: all .3s ease-in-out;}*/
body.minimalized aside{width: 50px;}
body.minimalized main{margin: 60px 0 0 50px;}
main .container,
main .container-fluid{max-width:100%!Important}
main main {margin:0!Important; padding:0!Important}

#sectionMain{margin-bottom:3vh;min-height:80vh}

#sectionPopup h1 {     position: fixed; Z-INDEX: 777;   margin-bottom: 0; display: block; width: 100%;font-size: 20px; padding: 5px;background: #579778;color: #fff;}
#sectionPopup h1.time{text-align:center} 
#sectionPopup h1 small{margin-left: 5px;font-size: 1.3em;display: block;}


#companyDetails{display:none;background: #fff;padding: 15px; margin-bottom:20px; border: 1px solid #579778;    border-radius: 5px;}
#companyDetails dl{margin-bottom: 0}
#companyInfo { font-size: .8em; padding:10px;   background: #fff;    border: 1px solid #ccc;    border-radius: 5px;}


.dyTab .tab-content{background: #f1f5f6;
    margin: -18px 15px 15px 16px;
    padding: 15px 15px;
    border: 1px solid #bccbd2;
    border-radius: 0 10px;}