///*  CTI TAKE NA KONCI ****/

// STYLY PRO IFRAME NA HOME KALENDAR>
div#bakalari iframe {
    border: 0 none;
}

div#bakalari {
    width: 300px;
    height: 238px;
    overflow: hidden;
}
/*
div#bakalari.maximized {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
} */

div#bakalari.maximized {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
    width: 75%;
    left: 12%;
    top: 50px;
    height: calc(100vh - 100px);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.75);
}

div#bakalari.maximized iframe {
    width: 100%;
    height: 100vh;
    border: 0 none;

}


div#bakalariin {
    position: relative;
   /* background: #eeedec;*/
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeedec+0,eeedec+100&1+27,0+45 */
background: -moz-linear-gradient(top,  rgba(238,237,236,1) 0%, rgba(238,237,236,1) 27%, rgba(238,237,236,0) 45%, rgba(238,237,236,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,237,236,1) 0%,rgba(238,237,236,1) 27%,rgba(238,237,236,0) 45%,rgba(238,237,236,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,237,236,1) 0%,rgba(238,237,236,1) 27%,rgba(238,237,236,0) 45%,rgba(238,237,236,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedec', endColorstr='#00eeedec',GradientType=0 ); /* IE6-9 */

    
}

div#bakalari {
    width: 338px;
    height: 625px;
    overflow: hidden;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition: all 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}

div#overid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rebeccapurple; */
    display:none
}

div#overid.visible {
    background: transparent;
    display: block;
    cursor: progress;
}
 


div#bakalari.docasnehide {
    opacity: 0;
      -webkit-transition: all 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
  transition-delay: 0s;
}
    

    



div#bakalariholder {
    margin-top: -14px;
    width: 300px;
    height: 630px;
}


div#bakalariholderoverlay.visible {
    opacity: .7;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: black;
    z-index: 999;
    top: 0;
    left: 0;
    display:block;
}

div#bakalariholderoverlay {
display:none;
}

.bakalari.maximized div#bakalariin {
    background: transparent;
}

.bakalari.maximized div#bakalariin {
margin-top: 0px;
   overflow-y: auto;
    overflow-x: hidden;       
}

div#bakalari.maximized iframe {
    width: 100%;
  /*  height: calc(100% - 5px);*/
}

iframe#bakalariiframe {
    border: 0 none !important;
}


/***************************************************************************

// Pokud budou chtít výpis - lze takto:
// https://bakalari.gvi.cz/bakalariSV/next/akce.aspx

// PRO IFRAME NA HOME KALENDAR>
// POZOR VYKONNE SOUBORY na GVI JSOU 
// JS  na RDP GVI: \\server-dc\skola\BakalariSV\bakalari\web\bakaweb\next\js\kalendar_popup.js
// CSS na RDP GVI: \\server-dc\skola\BakalariSV\bakalari\web\bakaweb\App_Themes\NextBlueTheme\Basicstyl.css

//Soubory jsou u nas backupnuty>
// CSS wwwroot/Styles/gvi/BAKALARI zaloha css - konec fragment v souboru ba GVI
// JS  wwwroot/js/zaloha js souboru z GVI


*********************************************************************************/

/*

div#bakalari.maximized {
   display: none !important;  
}

div#bakalariholderoverlay {
   display: none !important; 
}

*/